diff --git a/generated/schema.graphql b/generated/schema.graphql index e8b78eafc..2b3f1707f 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -547,10 +547,6 @@ input ScheduledLineupInput { team_id: String } -type ScrimCalendarOutput { - url: String! -} - type SeasonBackfillStatusOutput { canceled: Boolean! completed: Int! @@ -748,6 +744,10 @@ type TableStat { seq_tup_read: Int! } +type TeamCalendarOutput { + url: String! +} + type TelemetryStats { online: Int! } @@ -943,6 +943,8 @@ input _map_pool_updates { where: _map_pool_bool_exp! } +scalar _uuid + """ columns and relationships of "abandoned_matches" """ @@ -1531,6 +1533,10 @@ type api_keys_variance_fields { steam_id: Float } +input approve_league_season_movements_args { + _league_season_id: uuid +} + scalar bigint """ @@ -2291,6 +2297,10 @@ input clip_render_jobs_variance_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""" @@ -6151,141 +6161,156 @@ input e_game_server_node_statuses_updates { } """ -columns and relationships of "e_lobby_access" +columns and relationships of "e_league_movement_types" """ -type e_lobby_access { +type e_league_movement_types { description: String! value: String! } """ -aggregated selection of "e_lobby_access" +aggregated selection of "e_league_movement_types" """ -type e_lobby_access_aggregate { - aggregate: e_lobby_access_aggregate_fields - nodes: [e_lobby_access!]! +type e_league_movement_types_aggregate { + aggregate: e_league_movement_types_aggregate_fields + nodes: [e_league_movement_types!]! } """ -aggregate fields of "e_lobby_access" +aggregate fields of "e_league_movement_types" """ -type e_lobby_access_aggregate_fields { - count(columns: [e_lobby_access_select_column!], distinct: Boolean): Int! - max: e_lobby_access_max_fields - min: e_lobby_access_min_fields +type e_league_movement_types_aggregate_fields { + count(columns: [e_league_movement_types_select_column!], distinct: Boolean): Int! + max: e_league_movement_types_max_fields + min: e_league_movement_types_min_fields } """ -Boolean expression to filter rows from the table "e_lobby_access". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_league_movement_types". All fields are combined with a logical 'AND'. """ -input e_lobby_access_bool_exp { - _and: [e_lobby_access_bool_exp!] - _not: e_lobby_access_bool_exp - _or: [e_lobby_access_bool_exp!] +input e_league_movement_types_bool_exp { + _and: [e_league_movement_types_bool_exp!] + _not: e_league_movement_types_bool_exp + _or: [e_league_movement_types_bool_exp!] description: String_comparison_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_lobby_access" +unique or primary key constraints on table "e_league_movement_types" """ -enum e_lobby_access_constraint { +enum e_league_movement_types_constraint { """ unique or primary key constraint on columns "value" """ - e_lobby_access_pkey + e_league_movement_types_pkey } -enum e_lobby_access_enum { - """Friends Only""" - Friends +enum e_league_movement_types_enum { + """Promoted directly to a higher division""" + DirectPromote - """Invite Only""" - Invite + """Relegated directly to a lower division""" + DirectRelegate - """Public""" - Open + """Holds its division""" + Hold - """Private""" - Private + """Promoted to a higher division""" + Promote + + """Relegated to a lower division""" + Relegate + + """Plays a relegation playoff to keep its division""" + RelegationDown + + """Plays a relegation playoff for a higher-division spot""" + RelegationUp + + """Removed from the league""" + Remove + + """Stays in the same division""" + Stay } """ -Boolean expression to compare columns of type "e_lobby_access_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_league_movement_types_enum". All fields are combined with logical 'AND'. """ -input e_lobby_access_enum_comparison_exp { - _eq: e_lobby_access_enum - _in: [e_lobby_access_enum!] +input e_league_movement_types_enum_comparison_exp { + _eq: e_league_movement_types_enum + _in: [e_league_movement_types_enum!] _is_null: Boolean - _neq: e_lobby_access_enum - _nin: [e_lobby_access_enum!] + _neq: e_league_movement_types_enum + _nin: [e_league_movement_types_enum!] } """ -input type for inserting data into table "e_lobby_access" +input type for inserting data into table "e_league_movement_types" """ -input e_lobby_access_insert_input { +input e_league_movement_types_insert_input { description: String value: String } """aggregate max on columns""" -type e_lobby_access_max_fields { +type e_league_movement_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_lobby_access_min_fields { +type e_league_movement_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_lobby_access" +response of any mutation on the table "e_league_movement_types" """ -type e_lobby_access_mutation_response { +type e_league_movement_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_lobby_access!]! + returning: [e_league_movement_types!]! } """ -input type for inserting object relation for remote table "e_lobby_access" +input type for inserting object relation for remote table "e_league_movement_types" """ -input e_lobby_access_obj_rel_insert_input { - data: e_lobby_access_insert_input! +input e_league_movement_types_obj_rel_insert_input { + data: e_league_movement_types_insert_input! """upsert condition""" - on_conflict: e_lobby_access_on_conflict + on_conflict: e_league_movement_types_on_conflict } """ -on_conflict condition type for table "e_lobby_access" +on_conflict condition type for table "e_league_movement_types" """ -input e_lobby_access_on_conflict { - constraint: e_lobby_access_constraint! - update_columns: [e_lobby_access_update_column!]! = [] - where: e_lobby_access_bool_exp +input e_league_movement_types_on_conflict { + constraint: e_league_movement_types_constraint! + update_columns: [e_league_movement_types_update_column!]! = [] + where: e_league_movement_types_bool_exp } -"""Ordering options when selecting data from "e_lobby_access".""" -input e_lobby_access_order_by { +"""Ordering options when selecting data from "e_league_movement_types".""" +input e_league_movement_types_order_by { description: order_by value: order_by } -"""primary key columns input for table: e_lobby_access""" -input e_lobby_access_pk_columns_input { +"""primary key columns input for table: e_league_movement_types""" +input e_league_movement_types_pk_columns_input { value: String! } """ -select columns of table "e_lobby_access" +select columns of table "e_league_movement_types" """ -enum e_lobby_access_select_column { +enum e_league_movement_types_select_column { """column name""" description @@ -6294,34 +6319,34 @@ enum e_lobby_access_select_column { } """ -input type for updating data in table "e_lobby_access" +input type for updating data in table "e_league_movement_types" """ -input e_lobby_access_set_input { +input e_league_movement_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_lobby_access" +Streaming cursor of the table "e_league_movement_types" """ -input e_lobby_access_stream_cursor_input { +input e_league_movement_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_lobby_access_stream_cursor_value_input! + initial_value: e_league_movement_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_lobby_access_stream_cursor_value_input { +input e_league_movement_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_lobby_access" +update columns of table "e_league_movement_types" """ -enum e_lobby_access_update_column { +enum e_league_movement_types_update_column { """column name""" description @@ -6329,134 +6354,158 @@ enum e_lobby_access_update_column { value } -input e_lobby_access_updates { +input e_league_movement_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_lobby_access_set_input + _set: e_league_movement_types_set_input """filter the rows which have to be updated""" - where: e_lobby_access_bool_exp! + where: e_league_movement_types_bool_exp! } """ -columns and relationships of "e_lobby_player_status" +columns and relationships of "e_league_proposal_statuses" """ -type e_lobby_player_status { +type e_league_proposal_statuses { description: String! value: String! } """ -aggregated selection of "e_lobby_player_status" +aggregated selection of "e_league_proposal_statuses" """ -type e_lobby_player_status_aggregate { - aggregate: e_lobby_player_status_aggregate_fields - nodes: [e_lobby_player_status!]! +type e_league_proposal_statuses_aggregate { + aggregate: e_league_proposal_statuses_aggregate_fields + nodes: [e_league_proposal_statuses!]! } """ -aggregate fields of "e_lobby_player_status" +aggregate fields of "e_league_proposal_statuses" """ -type e_lobby_player_status_aggregate_fields { - count(columns: [e_lobby_player_status_select_column!], distinct: Boolean): Int! - max: e_lobby_player_status_max_fields - min: e_lobby_player_status_min_fields +type e_league_proposal_statuses_aggregate_fields { + count(columns: [e_league_proposal_statuses_select_column!], distinct: Boolean): Int! + max: e_league_proposal_statuses_max_fields + min: e_league_proposal_statuses_min_fields } """ -Boolean expression to filter rows from the table "e_lobby_player_status". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_league_proposal_statuses". All fields are combined with a logical 'AND'. """ -input e_lobby_player_status_bool_exp { - _and: [e_lobby_player_status_bool_exp!] - _not: e_lobby_player_status_bool_exp - _or: [e_lobby_player_status_bool_exp!] +input e_league_proposal_statuses_bool_exp { + _and: [e_league_proposal_statuses_bool_exp!] + _not: e_league_proposal_statuses_bool_exp + _or: [e_league_proposal_statuses_bool_exp!] description: String_comparison_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_lobby_player_status" +unique or primary key constraints on table "e_league_proposal_statuses" """ -enum e_lobby_player_status_constraint { +enum e_league_proposal_statuses_constraint { """ unique or primary key constraint on columns "value" """ - e_lobby_player_status_pkey + e_league_proposal_statuses_pkey } -enum e_lobby_player_status_enum { +enum e_league_proposal_statuses_enum { """Accepted""" Accepted - """Invited""" - Invited + """Countered with a new time""" + Countered + + """Declined""" + Declined + + """Expired""" + Expired + + """Pending response""" + Pending + + """Superseded by another proposal""" + Superseded } """ -Boolean expression to compare columns of type "e_lobby_player_status_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_league_proposal_statuses_enum". All fields are combined with logical 'AND'. """ -input e_lobby_player_status_enum_comparison_exp { - _eq: e_lobby_player_status_enum - _in: [e_lobby_player_status_enum!] +input e_league_proposal_statuses_enum_comparison_exp { + _eq: e_league_proposal_statuses_enum + _in: [e_league_proposal_statuses_enum!] _is_null: Boolean - _neq: e_lobby_player_status_enum - _nin: [e_lobby_player_status_enum!] + _neq: e_league_proposal_statuses_enum + _nin: [e_league_proposal_statuses_enum!] } """ -input type for inserting data into table "e_lobby_player_status" +input type for inserting data into table "e_league_proposal_statuses" """ -input e_lobby_player_status_insert_input { +input e_league_proposal_statuses_insert_input { description: String value: String } """aggregate max on columns""" -type e_lobby_player_status_max_fields { +type e_league_proposal_statuses_max_fields { description: String value: String } """aggregate min on columns""" -type e_lobby_player_status_min_fields { +type e_league_proposal_statuses_min_fields { description: String value: String } """ -response of any mutation on the table "e_lobby_player_status" +response of any mutation on the table "e_league_proposal_statuses" """ -type e_lobby_player_status_mutation_response { +type e_league_proposal_statuses_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_lobby_player_status!]! + returning: [e_league_proposal_statuses!]! } """ -on_conflict condition type for table "e_lobby_player_status" +input type for inserting object relation for remote table "e_league_proposal_statuses" """ -input e_lobby_player_status_on_conflict { - constraint: e_lobby_player_status_constraint! - update_columns: [e_lobby_player_status_update_column!]! = [] - where: e_lobby_player_status_bool_exp +input e_league_proposal_statuses_obj_rel_insert_input { + data: e_league_proposal_statuses_insert_input! + + """upsert condition""" + on_conflict: e_league_proposal_statuses_on_conflict } -"""Ordering options when selecting data from "e_lobby_player_status".""" -input e_lobby_player_status_order_by { +""" +on_conflict condition type for table "e_league_proposal_statuses" +""" +input e_league_proposal_statuses_on_conflict { + constraint: e_league_proposal_statuses_constraint! + update_columns: [e_league_proposal_statuses_update_column!]! = [] + where: e_league_proposal_statuses_bool_exp +} + +""" +Ordering options when selecting data from "e_league_proposal_statuses". +""" +input e_league_proposal_statuses_order_by { description: order_by value: order_by } -"""primary key columns input for table: e_lobby_player_status""" -input e_lobby_player_status_pk_columns_input { +"""primary key columns input for table: e_league_proposal_statuses""" +input e_league_proposal_statuses_pk_columns_input { value: String! } """ -select columns of table "e_lobby_player_status" +select columns of table "e_league_proposal_statuses" """ -enum e_lobby_player_status_select_column { +enum e_league_proposal_statuses_select_column { """column name""" description @@ -6465,34 +6514,34 @@ enum e_lobby_player_status_select_column { } """ -input type for updating data in table "e_lobby_player_status" +input type for updating data in table "e_league_proposal_statuses" """ -input e_lobby_player_status_set_input { +input e_league_proposal_statuses_set_input { description: String value: String } """ -Streaming cursor of the table "e_lobby_player_status" +Streaming cursor of the table "e_league_proposal_statuses" """ -input e_lobby_player_status_stream_cursor_input { +input e_league_proposal_statuses_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_lobby_player_status_stream_cursor_value_input! + initial_value: e_league_proposal_statuses_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_lobby_player_status_stream_cursor_value_input { +input e_league_proposal_statuses_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_lobby_player_status" +update columns of table "e_league_proposal_statuses" """ -enum e_lobby_player_status_update_column { +enum e_league_proposal_statuses_update_column { """column name""" description @@ -6500,150 +6549,155 @@ enum e_lobby_player_status_update_column { value } -input e_lobby_player_status_updates { +input e_league_proposal_statuses_updates { """sets the columns of the filtered rows to the given values""" - _set: e_lobby_player_status_set_input + _set: e_league_proposal_statuses_set_input """filter the rows which have to be updated""" - where: e_lobby_player_status_bool_exp! + where: e_league_proposal_statuses_bool_exp! } """ -columns and relationships of "e_map_pool_types" +columns and relationships of "e_league_registration_statuses" """ -type e_map_pool_types { - description: String +type e_league_registration_statuses { + description: String! value: String! } """ -aggregated selection of "e_map_pool_types" +aggregated selection of "e_league_registration_statuses" """ -type e_map_pool_types_aggregate { - aggregate: e_map_pool_types_aggregate_fields - nodes: [e_map_pool_types!]! +type e_league_registration_statuses_aggregate { + aggregate: e_league_registration_statuses_aggregate_fields + nodes: [e_league_registration_statuses!]! } """ -aggregate fields of "e_map_pool_types" +aggregate fields of "e_league_registration_statuses" """ -type e_map_pool_types_aggregate_fields { - count(columns: [e_map_pool_types_select_column!], distinct: Boolean): Int! - max: e_map_pool_types_max_fields - min: e_map_pool_types_min_fields +type e_league_registration_statuses_aggregate_fields { + count(columns: [e_league_registration_statuses_select_column!], distinct: Boolean): Int! + max: e_league_registration_statuses_max_fields + min: e_league_registration_statuses_min_fields } """ -Boolean expression to filter rows from the table "e_map_pool_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_league_registration_statuses". All fields are combined with a logical 'AND'. """ -input e_map_pool_types_bool_exp { - _and: [e_map_pool_types_bool_exp!] - _not: e_map_pool_types_bool_exp - _or: [e_map_pool_types_bool_exp!] +input e_league_registration_statuses_bool_exp { + _and: [e_league_registration_statuses_bool_exp!] + _not: e_league_registration_statuses_bool_exp + _or: [e_league_registration_statuses_bool_exp!] description: String_comparison_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_map_pool_types" +unique or primary key constraints on table "e_league_registration_statuses" """ -enum e_map_pool_types_constraint { +enum e_league_registration_statuses_constraint { """ unique or primary key constraint on columns "value" """ - e_map_pool_types_pkey + e_league_registration_statuses_pkey } -enum e_map_pool_types_enum { - """5 vs 5""" - Competitive +enum e_league_registration_statuses_enum { + """Approved""" + Approved - """Custom""" - Custom + """Declined""" + Declined - """1 vs 1""" - Duel + """Pending review""" + Pending - """2 vs 2""" - Wingman + """Waitlisted""" + Waitlisted + + """Withdrawn""" + Withdrawn } """ -Boolean expression to compare columns of type "e_map_pool_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_league_registration_statuses_enum". All fields are combined with logical 'AND'. """ -input e_map_pool_types_enum_comparison_exp { - _eq: e_map_pool_types_enum - _in: [e_map_pool_types_enum!] +input e_league_registration_statuses_enum_comparison_exp { + _eq: e_league_registration_statuses_enum + _in: [e_league_registration_statuses_enum!] _is_null: Boolean - _neq: e_map_pool_types_enum - _nin: [e_map_pool_types_enum!] + _neq: e_league_registration_statuses_enum + _nin: [e_league_registration_statuses_enum!] } """ -input type for inserting data into table "e_map_pool_types" +input type for inserting data into table "e_league_registration_statuses" """ -input e_map_pool_types_insert_input { +input e_league_registration_statuses_insert_input { description: String value: String } """aggregate max on columns""" -type e_map_pool_types_max_fields { +type e_league_registration_statuses_max_fields { description: String value: String } """aggregate min on columns""" -type e_map_pool_types_min_fields { +type e_league_registration_statuses_min_fields { description: String value: String } """ -response of any mutation on the table "e_map_pool_types" +response of any mutation on the table "e_league_registration_statuses" """ -type e_map_pool_types_mutation_response { +type e_league_registration_statuses_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_map_pool_types!]! + returning: [e_league_registration_statuses!]! } """ -input type for inserting object relation for remote table "e_map_pool_types" +input type for inserting object relation for remote table "e_league_registration_statuses" """ -input e_map_pool_types_obj_rel_insert_input { - data: e_map_pool_types_insert_input! +input e_league_registration_statuses_obj_rel_insert_input { + data: e_league_registration_statuses_insert_input! """upsert condition""" - on_conflict: e_map_pool_types_on_conflict + on_conflict: e_league_registration_statuses_on_conflict } """ -on_conflict condition type for table "e_map_pool_types" +on_conflict condition type for table "e_league_registration_statuses" """ -input e_map_pool_types_on_conflict { - constraint: e_map_pool_types_constraint! - update_columns: [e_map_pool_types_update_column!]! = [] - where: e_map_pool_types_bool_exp +input e_league_registration_statuses_on_conflict { + constraint: e_league_registration_statuses_constraint! + update_columns: [e_league_registration_statuses_update_column!]! = [] + where: e_league_registration_statuses_bool_exp } -"""Ordering options when selecting data from "e_map_pool_types".""" -input e_map_pool_types_order_by { +""" +Ordering options when selecting data from "e_league_registration_statuses". +""" +input e_league_registration_statuses_order_by { description: order_by value: order_by } -"""primary key columns input for table: e_map_pool_types""" -input e_map_pool_types_pk_columns_input { +"""primary key columns input for table: e_league_registration_statuses""" +input e_league_registration_statuses_pk_columns_input { value: String! } """ -select columns of table "e_map_pool_types" +select columns of table "e_league_registration_statuses" """ -enum e_map_pool_types_select_column { +enum e_league_registration_statuses_select_column { """column name""" description @@ -6652,34 +6706,34 @@ enum e_map_pool_types_select_column { } """ -input type for updating data in table "e_map_pool_types" +input type for updating data in table "e_league_registration_statuses" """ -input e_map_pool_types_set_input { +input e_league_registration_statuses_set_input { description: String value: String } """ -Streaming cursor of the table "e_map_pool_types" +Streaming cursor of the table "e_league_registration_statuses" """ -input e_map_pool_types_stream_cursor_input { +input e_league_registration_statuses_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_map_pool_types_stream_cursor_value_input! + initial_value: e_league_registration_statuses_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_map_pool_types_stream_cursor_value_input { +input e_league_registration_statuses_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_map_pool_types" +update columns of table "e_league_registration_statuses" """ -enum e_map_pool_types_update_column { +enum e_league_registration_statuses_update_column { """column name""" description @@ -6687,177 +6741,159 @@ enum e_map_pool_types_update_column { value } -input e_map_pool_types_updates { +input e_league_registration_statuses_updates { """sets the columns of the filtered rows to the given values""" - _set: e_map_pool_types_set_input + _set: e_league_registration_statuses_set_input """filter the rows which have to be updated""" - where: e_map_pool_types_bool_exp! + where: e_league_registration_statuses_bool_exp! } """ -columns and relationships of "e_match_clip_visibility" +columns and relationships of "e_league_season_statuses" """ -type e_match_clip_visibility { +type e_league_season_statuses { description: String! - - """An array relationship""" - match_clips( - """distinct select on columns""" - distinct_on: [match_clips_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: [match_clips_order_by!] - - """filter the rows returned""" - where: match_clips_bool_exp - ): [match_clips!]! - - """An aggregate relationship""" - match_clips_aggregate( - """distinct select on columns""" - distinct_on: [match_clips_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: [match_clips_order_by!] - - """filter the rows returned""" - where: match_clips_bool_exp - ): match_clips_aggregate! value: String! } """ -aggregated selection of "e_match_clip_visibility" +aggregated selection of "e_league_season_statuses" """ -type e_match_clip_visibility_aggregate { - aggregate: e_match_clip_visibility_aggregate_fields - nodes: [e_match_clip_visibility!]! +type e_league_season_statuses_aggregate { + aggregate: e_league_season_statuses_aggregate_fields + nodes: [e_league_season_statuses!]! } """ -aggregate fields of "e_match_clip_visibility" +aggregate fields of "e_league_season_statuses" """ -type e_match_clip_visibility_aggregate_fields { - count(columns: [e_match_clip_visibility_select_column!], distinct: Boolean): Int! - max: e_match_clip_visibility_max_fields - min: e_match_clip_visibility_min_fields +type e_league_season_statuses_aggregate_fields { + count(columns: [e_league_season_statuses_select_column!], distinct: Boolean): Int! + max: e_league_season_statuses_max_fields + min: e_league_season_statuses_min_fields } """ -Boolean expression to filter rows from the table "e_match_clip_visibility". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_league_season_statuses". All fields are combined with a logical 'AND'. """ -input e_match_clip_visibility_bool_exp { - _and: [e_match_clip_visibility_bool_exp!] - _not: e_match_clip_visibility_bool_exp - _or: [e_match_clip_visibility_bool_exp!] +input e_league_season_statuses_bool_exp { + _and: [e_league_season_statuses_bool_exp!] + _not: e_league_season_statuses_bool_exp + _or: [e_league_season_statuses_bool_exp!] description: String_comparison_exp - match_clips: match_clips_bool_exp - match_clips_aggregate: match_clips_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_match_clip_visibility" +unique or primary key constraints on table "e_league_season_statuses" """ -enum e_match_clip_visibility_constraint { +enum e_league_season_statuses_constraint { """ unique or primary key constraint on columns "value" """ - e_match_clip_visibility_pkey + e_league_season_statuses_pkey } -enum e_match_clip_visibility_enum { - """Visible to match participants and organizers""" - match +enum e_league_season_statuses_enum { + """Canceled""" + Canceled - """Only visible to the owner""" - private + """Finished""" + Finished - """Listed in the highlights feed""" - public + """Live""" + Live + + """Playoffs""" + Playoffs + + """Registration Closed""" + RegistrationClosed + + """Registration Open""" + RegistrationOpen + + """Setup""" + Setup } """ -Boolean expression to compare columns of type "e_match_clip_visibility_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_league_season_statuses_enum". All fields are combined with logical 'AND'. """ -input e_match_clip_visibility_enum_comparison_exp { - _eq: e_match_clip_visibility_enum - _in: [e_match_clip_visibility_enum!] +input e_league_season_statuses_enum_comparison_exp { + _eq: e_league_season_statuses_enum + _in: [e_league_season_statuses_enum!] _is_null: Boolean - _neq: e_match_clip_visibility_enum - _nin: [e_match_clip_visibility_enum!] + _neq: e_league_season_statuses_enum + _nin: [e_league_season_statuses_enum!] } """ -input type for inserting data into table "e_match_clip_visibility" +input type for inserting data into table "e_league_season_statuses" """ -input e_match_clip_visibility_insert_input { +input e_league_season_statuses_insert_input { description: String - match_clips: match_clips_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_match_clip_visibility_max_fields { +type e_league_season_statuses_max_fields { description: String value: String } """aggregate min on columns""" -type e_match_clip_visibility_min_fields { +type e_league_season_statuses_min_fields { description: String value: String } """ -response of any mutation on the table "e_match_clip_visibility" +response of any mutation on the table "e_league_season_statuses" """ -type e_match_clip_visibility_mutation_response { +type e_league_season_statuses_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_match_clip_visibility!]! + returning: [e_league_season_statuses!]! } """ -on_conflict condition type for table "e_match_clip_visibility" +input type for inserting object relation for remote table "e_league_season_statuses" """ -input e_match_clip_visibility_on_conflict { - constraint: e_match_clip_visibility_constraint! - update_columns: [e_match_clip_visibility_update_column!]! = [] - where: e_match_clip_visibility_bool_exp +input e_league_season_statuses_obj_rel_insert_input { + data: e_league_season_statuses_insert_input! + + """upsert condition""" + on_conflict: e_league_season_statuses_on_conflict } -"""Ordering options when selecting data from "e_match_clip_visibility".""" -input e_match_clip_visibility_order_by { +""" +on_conflict condition type for table "e_league_season_statuses" +""" +input e_league_season_statuses_on_conflict { + constraint: e_league_season_statuses_constraint! + update_columns: [e_league_season_statuses_update_column!]! = [] + where: e_league_season_statuses_bool_exp +} + +"""Ordering options when selecting data from "e_league_season_statuses".""" +input e_league_season_statuses_order_by { description: order_by - match_clips_aggregate: match_clips_aggregate_order_by value: order_by } -"""primary key columns input for table: e_match_clip_visibility""" -input e_match_clip_visibility_pk_columns_input { +"""primary key columns input for table: e_league_season_statuses""" +input e_league_season_statuses_pk_columns_input { value: String! } """ -select columns of table "e_match_clip_visibility" +select columns of table "e_league_season_statuses" """ -enum e_match_clip_visibility_select_column { +enum e_league_season_statuses_select_column { """column name""" description @@ -6866,34 +6902,34 @@ enum e_match_clip_visibility_select_column { } """ -input type for updating data in table "e_match_clip_visibility" +input type for updating data in table "e_league_season_statuses" """ -input e_match_clip_visibility_set_input { +input e_league_season_statuses_set_input { description: String value: String } """ -Streaming cursor of the table "e_match_clip_visibility" +Streaming cursor of the table "e_league_season_statuses" """ -input e_match_clip_visibility_stream_cursor_input { +input e_league_season_statuses_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_match_clip_visibility_stream_cursor_value_input! + initial_value: e_league_season_statuses_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_match_clip_visibility_stream_cursor_value_input { +input e_league_season_statuses_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_match_clip_visibility" +update columns of table "e_league_season_statuses" """ -enum e_match_clip_visibility_update_column { +enum e_league_season_statuses_update_column { """column name""" description @@ -6901,211 +6937,150 @@ enum e_match_clip_visibility_update_column { value } -input e_match_clip_visibility_updates { +input e_league_season_statuses_updates { """sets the columns of the filtered rows to the given values""" - _set: e_match_clip_visibility_set_input + _set: e_league_season_statuses_set_input """filter the rows which have to be updated""" - where: e_match_clip_visibility_bool_exp! + where: e_league_season_statuses_bool_exp! } """ -columns and relationships of "e_match_map_status" +columns and relationships of "e_lobby_access" """ -type e_match_map_status { +type e_lobby_access { description: String! - - """An array relationship""" - match_maps( - """distinct select on columns""" - distinct_on: [match_maps_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: [match_maps_order_by!] - - """filter the rows returned""" - where: match_maps_bool_exp - ): [match_maps!]! - - """An aggregate relationship""" - match_maps_aggregate( - """distinct select on columns""" - distinct_on: [match_maps_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: [match_maps_order_by!] - - """filter the rows returned""" - where: match_maps_bool_exp - ): match_maps_aggregate! value: String! } """ -aggregated selection of "e_match_map_status" +aggregated selection of "e_lobby_access" """ -type e_match_map_status_aggregate { - aggregate: e_match_map_status_aggregate_fields - nodes: [e_match_map_status!]! +type e_lobby_access_aggregate { + aggregate: e_lobby_access_aggregate_fields + nodes: [e_lobby_access!]! } """ -aggregate fields of "e_match_map_status" +aggregate fields of "e_lobby_access" """ -type e_match_map_status_aggregate_fields { - count(columns: [e_match_map_status_select_column!], distinct: Boolean): Int! - max: e_match_map_status_max_fields - min: e_match_map_status_min_fields +type e_lobby_access_aggregate_fields { + count(columns: [e_lobby_access_select_column!], distinct: Boolean): Int! + max: e_lobby_access_max_fields + min: e_lobby_access_min_fields } """ -Boolean expression to filter rows from the table "e_match_map_status". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_lobby_access". All fields are combined with a logical 'AND'. """ -input e_match_map_status_bool_exp { - _and: [e_match_map_status_bool_exp!] - _not: e_match_map_status_bool_exp - _or: [e_match_map_status_bool_exp!] +input e_lobby_access_bool_exp { + _and: [e_lobby_access_bool_exp!] + _not: e_lobby_access_bool_exp + _or: [e_lobby_access_bool_exp!] description: String_comparison_exp - match_maps: match_maps_bool_exp - match_maps_aggregate: match_maps_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_match_map_status" +unique or primary key constraints on table "e_lobby_access" """ -enum e_match_map_status_constraint { +enum e_lobby_access_constraint { """ unique or primary key constraint on columns "value" """ - match_map_status_pkey + e_lobby_access_pkey } -enum e_match_map_status_enum { - """Canceled""" - Canceled - - """Finished""" - Finished - - """Knife""" - Knife - - """Live""" - Live - - """Overtime""" - Overtime - - """Paused""" - Paused - - """Scheduled""" - Scheduled - - """Surrendered""" - Surrendered +enum e_lobby_access_enum { + """Friends Only""" + Friends - """UploadingDemo""" - UploadingDemo + """Invite Only""" + Invite - """WaitingForTV""" - WaitingForTV + """Public""" + Open - """Warmup""" - Warmup + """Private""" + Private } """ -Boolean expression to compare columns of type "e_match_map_status_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_lobby_access_enum". All fields are combined with logical 'AND'. """ -input e_match_map_status_enum_comparison_exp { - _eq: e_match_map_status_enum - _in: [e_match_map_status_enum!] +input e_lobby_access_enum_comparison_exp { + _eq: e_lobby_access_enum + _in: [e_lobby_access_enum!] _is_null: Boolean - _neq: e_match_map_status_enum - _nin: [e_match_map_status_enum!] + _neq: e_lobby_access_enum + _nin: [e_lobby_access_enum!] } """ -input type for inserting data into table "e_match_map_status" +input type for inserting data into table "e_lobby_access" """ -input e_match_map_status_insert_input { +input e_lobby_access_insert_input { description: String - match_maps: match_maps_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_match_map_status_max_fields { +type e_lobby_access_max_fields { description: String value: String } """aggregate min on columns""" -type e_match_map_status_min_fields { +type e_lobby_access_min_fields { description: String value: String } """ -response of any mutation on the table "e_match_map_status" +response of any mutation on the table "e_lobby_access" """ -type e_match_map_status_mutation_response { +type e_lobby_access_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_match_map_status!]! + returning: [e_lobby_access!]! } """ -input type for inserting object relation for remote table "e_match_map_status" +input type for inserting object relation for remote table "e_lobby_access" """ -input e_match_map_status_obj_rel_insert_input { - data: e_match_map_status_insert_input! +input e_lobby_access_obj_rel_insert_input { + data: e_lobby_access_insert_input! """upsert condition""" - on_conflict: e_match_map_status_on_conflict + on_conflict: e_lobby_access_on_conflict } """ -on_conflict condition type for table "e_match_map_status" +on_conflict condition type for table "e_lobby_access" """ -input e_match_map_status_on_conflict { - constraint: e_match_map_status_constraint! - update_columns: [e_match_map_status_update_column!]! = [] - where: e_match_map_status_bool_exp -} - -"""Ordering options when selecting data from "e_match_map_status".""" -input e_match_map_status_order_by { +input e_lobby_access_on_conflict { + constraint: e_lobby_access_constraint! + update_columns: [e_lobby_access_update_column!]! = [] + where: e_lobby_access_bool_exp +} + +"""Ordering options when selecting data from "e_lobby_access".""" +input e_lobby_access_order_by { description: order_by - match_maps_aggregate: match_maps_aggregate_order_by value: order_by } -"""primary key columns input for table: e_match_map_status""" -input e_match_map_status_pk_columns_input { +"""primary key columns input for table: e_lobby_access""" +input e_lobby_access_pk_columns_input { value: String! } """ -select columns of table "e_match_map_status" +select columns of table "e_lobby_access" """ -enum e_match_map_status_select_column { +enum e_lobby_access_select_column { """column name""" description @@ -7114,34 +7089,34 @@ enum e_match_map_status_select_column { } """ -input type for updating data in table "e_match_map_status" +input type for updating data in table "e_lobby_access" """ -input e_match_map_status_set_input { +input e_lobby_access_set_input { description: String value: String } """ -Streaming cursor of the table "e_match_map_status" +Streaming cursor of the table "e_lobby_access" """ -input e_match_map_status_stream_cursor_input { +input e_lobby_access_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_match_map_status_stream_cursor_value_input! + initial_value: e_lobby_access_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_match_map_status_stream_cursor_value_input { +input e_lobby_access_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_match_map_status" +update columns of table "e_lobby_access" """ -enum e_match_map_status_update_column { +enum e_lobby_access_update_column { """column name""" description @@ -7149,134 +7124,134 @@ enum e_match_map_status_update_column { value } -input e_match_map_status_updates { +input e_lobby_access_updates { """sets the columns of the filtered rows to the given values""" - _set: e_match_map_status_set_input + _set: e_lobby_access_set_input """filter the rows which have to be updated""" - where: e_match_map_status_bool_exp! + where: e_lobby_access_bool_exp! } """ -columns and relationships of "e_match_mode" +columns and relationships of "e_lobby_player_status" """ -type e_match_mode { +type e_lobby_player_status { description: String! value: String! } """ -aggregated selection of "e_match_mode" +aggregated selection of "e_lobby_player_status" """ -type e_match_mode_aggregate { - aggregate: e_match_mode_aggregate_fields - nodes: [e_match_mode!]! +type e_lobby_player_status_aggregate { + aggregate: e_lobby_player_status_aggregate_fields + nodes: [e_lobby_player_status!]! } """ -aggregate fields of "e_match_mode" +aggregate fields of "e_lobby_player_status" """ -type e_match_mode_aggregate_fields { - count(columns: [e_match_mode_select_column!], distinct: Boolean): Int! - max: e_match_mode_max_fields - min: e_match_mode_min_fields +type e_lobby_player_status_aggregate_fields { + count(columns: [e_lobby_player_status_select_column!], distinct: Boolean): Int! + max: e_lobby_player_status_max_fields + min: e_lobby_player_status_min_fields } """ -Boolean expression to filter rows from the table "e_match_mode". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_lobby_player_status". All fields are combined with a logical 'AND'. """ -input e_match_mode_bool_exp { - _and: [e_match_mode_bool_exp!] - _not: e_match_mode_bool_exp - _or: [e_match_mode_bool_exp!] +input e_lobby_player_status_bool_exp { + _and: [e_lobby_player_status_bool_exp!] + _not: e_lobby_player_status_bool_exp + _or: [e_lobby_player_status_bool_exp!] description: String_comparison_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_match_mode" +unique or primary key constraints on table "e_lobby_player_status" """ -enum e_match_mode_constraint { +enum e_lobby_player_status_constraint { """ unique or primary key constraint on columns "value" """ - e_match_mode_pkey + e_lobby_player_status_pkey } -enum e_match_mode_enum { - """Match must be scheduled and started by an admin user""" - admin +enum e_lobby_player_status_enum { + """Accepted""" + Accepted - """Match is automatically scheduled by the system""" - auto + """Invited""" + Invited } """ -Boolean expression to compare columns of type "e_match_mode_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_lobby_player_status_enum". All fields are combined with logical 'AND'. """ -input e_match_mode_enum_comparison_exp { - _eq: e_match_mode_enum - _in: [e_match_mode_enum!] +input e_lobby_player_status_enum_comparison_exp { + _eq: e_lobby_player_status_enum + _in: [e_lobby_player_status_enum!] _is_null: Boolean - _neq: e_match_mode_enum - _nin: [e_match_mode_enum!] + _neq: e_lobby_player_status_enum + _nin: [e_lobby_player_status_enum!] } """ -input type for inserting data into table "e_match_mode" +input type for inserting data into table "e_lobby_player_status" """ -input e_match_mode_insert_input { +input e_lobby_player_status_insert_input { description: String value: String } """aggregate max on columns""" -type e_match_mode_max_fields { +type e_lobby_player_status_max_fields { description: String value: String } """aggregate min on columns""" -type e_match_mode_min_fields { +type e_lobby_player_status_min_fields { description: String value: String } """ -response of any mutation on the table "e_match_mode" +response of any mutation on the table "e_lobby_player_status" """ -type e_match_mode_mutation_response { +type e_lobby_player_status_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_match_mode!]! + returning: [e_lobby_player_status!]! } """ -on_conflict condition type for table "e_match_mode" +on_conflict condition type for table "e_lobby_player_status" """ -input e_match_mode_on_conflict { - constraint: e_match_mode_constraint! - update_columns: [e_match_mode_update_column!]! = [] - where: e_match_mode_bool_exp +input e_lobby_player_status_on_conflict { + constraint: e_lobby_player_status_constraint! + update_columns: [e_lobby_player_status_update_column!]! = [] + where: e_lobby_player_status_bool_exp } -"""Ordering options when selecting data from "e_match_mode".""" -input e_match_mode_order_by { +"""Ordering options when selecting data from "e_lobby_player_status".""" +input e_lobby_player_status_order_by { description: order_by value: order_by } -"""primary key columns input for table: e_match_mode""" -input e_match_mode_pk_columns_input { +"""primary key columns input for table: e_lobby_player_status""" +input e_lobby_player_status_pk_columns_input { value: String! } """ -select columns of table "e_match_mode" +select columns of table "e_lobby_player_status" """ -enum e_match_mode_select_column { +enum e_lobby_player_status_select_column { """column name""" description @@ -7285,34 +7260,34 @@ enum e_match_mode_select_column { } """ -input type for updating data in table "e_match_mode" +input type for updating data in table "e_lobby_player_status" """ -input e_match_mode_set_input { +input e_lobby_player_status_set_input { description: String value: String } """ -Streaming cursor of the table "e_match_mode" +Streaming cursor of the table "e_lobby_player_status" """ -input e_match_mode_stream_cursor_input { +input e_lobby_player_status_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_match_mode_stream_cursor_value_input! + initial_value: e_lobby_player_status_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_match_mode_stream_cursor_value_input { +input e_lobby_player_status_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_match_mode" +update columns of table "e_lobby_player_status" """ -enum e_match_mode_update_column { +enum e_lobby_player_status_update_column { """column name""" description @@ -7320,211 +7295,150 @@ enum e_match_mode_update_column { value } -input e_match_mode_updates { +input e_lobby_player_status_updates { """sets the columns of the filtered rows to the given values""" - _set: e_match_mode_set_input + _set: e_lobby_player_status_set_input """filter the rows which have to be updated""" - where: e_match_mode_bool_exp! + where: e_lobby_player_status_bool_exp! } """ -columns and relationships of "e_match_status" +columns and relationships of "e_map_pool_types" """ -type e_match_status { - description: String! - - """An array relationship""" - matches( - """distinct select on columns""" - distinct_on: [matches_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: [matches_order_by!] - - """filter the rows returned""" - where: matches_bool_exp - ): [matches!]! - - """An aggregate relationship""" - matches_aggregate( - """distinct select on columns""" - distinct_on: [matches_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: [matches_order_by!] - - """filter the rows returned""" - where: matches_bool_exp - ): matches_aggregate! +type e_map_pool_types { + description: String value: String! } """ -aggregated selection of "e_match_status" +aggregated selection of "e_map_pool_types" """ -type e_match_status_aggregate { - aggregate: e_match_status_aggregate_fields - nodes: [e_match_status!]! +type e_map_pool_types_aggregate { + aggregate: e_map_pool_types_aggregate_fields + nodes: [e_map_pool_types!]! } """ -aggregate fields of "e_match_status" +aggregate fields of "e_map_pool_types" """ -type e_match_status_aggregate_fields { - count(columns: [e_match_status_select_column!], distinct: Boolean): Int! - max: e_match_status_max_fields - min: e_match_status_min_fields +type e_map_pool_types_aggregate_fields { + count(columns: [e_map_pool_types_select_column!], distinct: Boolean): Int! + max: e_map_pool_types_max_fields + min: e_map_pool_types_min_fields } """ -Boolean expression to filter rows from the table "e_match_status". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_map_pool_types". All fields are combined with a logical 'AND'. """ -input e_match_status_bool_exp { - _and: [e_match_status_bool_exp!] - _not: e_match_status_bool_exp - _or: [e_match_status_bool_exp!] +input e_map_pool_types_bool_exp { + _and: [e_map_pool_types_bool_exp!] + _not: e_map_pool_types_bool_exp + _or: [e_map_pool_types_bool_exp!] description: String_comparison_exp - matches: matches_bool_exp - matches_aggregate: matches_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_match_status" +unique or primary key constraints on table "e_map_pool_types" """ -enum e_match_status_constraint { +enum e_map_pool_types_constraint { """ unique or primary key constraint on columns "value" """ - e_match_status_pkey + e_map_pool_types_pkey } -enum e_match_status_enum { - """Canceled""" - Canceled - - """Finished""" - Finished - - """Forfeit""" - Forfeit - - """Live""" - Live - - """Picking Players""" - PickingPlayers - - """Scheduled""" - Scheduled - - """Surrendered""" - Surrendered - - """Tie""" - Tie +enum e_map_pool_types_enum { + """5 vs 5""" + Competitive - """Veto""" - Veto + """Custom""" + Custom - """Waiting for Players to Check In""" - WaitingForCheckIn + """1 vs 1""" + Duel - """Waiting for a Server to Become Available.""" - WaitingForServer + """2 vs 2""" + Wingman } """ -Boolean expression to compare columns of type "e_match_status_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_map_pool_types_enum". All fields are combined with logical 'AND'. """ -input e_match_status_enum_comparison_exp { - _eq: e_match_status_enum - _in: [e_match_status_enum!] +input e_map_pool_types_enum_comparison_exp { + _eq: e_map_pool_types_enum + _in: [e_map_pool_types_enum!] _is_null: Boolean - _neq: e_match_status_enum - _nin: [e_match_status_enum!] + _neq: e_map_pool_types_enum + _nin: [e_map_pool_types_enum!] } """ -input type for inserting data into table "e_match_status" +input type for inserting data into table "e_map_pool_types" """ -input e_match_status_insert_input { +input e_map_pool_types_insert_input { description: String - matches: matches_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_match_status_max_fields { +type e_map_pool_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_match_status_min_fields { +type e_map_pool_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_match_status" +response of any mutation on the table "e_map_pool_types" """ -type e_match_status_mutation_response { +type e_map_pool_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_match_status!]! + returning: [e_map_pool_types!]! } """ -input type for inserting object relation for remote table "e_match_status" +input type for inserting object relation for remote table "e_map_pool_types" """ -input e_match_status_obj_rel_insert_input { - data: e_match_status_insert_input! +input e_map_pool_types_obj_rel_insert_input { + data: e_map_pool_types_insert_input! """upsert condition""" - on_conflict: e_match_status_on_conflict + on_conflict: e_map_pool_types_on_conflict } """ -on_conflict condition type for table "e_match_status" +on_conflict condition type for table "e_map_pool_types" """ -input e_match_status_on_conflict { - constraint: e_match_status_constraint! - update_columns: [e_match_status_update_column!]! = [] - where: e_match_status_bool_exp +input e_map_pool_types_on_conflict { + constraint: e_map_pool_types_constraint! + update_columns: [e_map_pool_types_update_column!]! = [] + where: e_map_pool_types_bool_exp } -"""Ordering options when selecting data from "e_match_status".""" -input e_match_status_order_by { +"""Ordering options when selecting data from "e_map_pool_types".""" +input e_map_pool_types_order_by { description: order_by - matches_aggregate: matches_aggregate_order_by value: order_by } -"""primary key columns input for table: e_match_status""" -input e_match_status_pk_columns_input { +"""primary key columns input for table: e_map_pool_types""" +input e_map_pool_types_pk_columns_input { value: String! } """ -select columns of table "e_match_status" +select columns of table "e_map_pool_types" """ -enum e_match_status_select_column { +enum e_map_pool_types_select_column { """column name""" description @@ -7533,34 +7447,34 @@ enum e_match_status_select_column { } """ -input type for updating data in table "e_match_status" +input type for updating data in table "e_map_pool_types" """ -input e_match_status_set_input { +input e_map_pool_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_match_status" +Streaming cursor of the table "e_map_pool_types" """ -input e_match_status_stream_cursor_input { +input e_map_pool_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_match_status_stream_cursor_value_input! + initial_value: e_map_pool_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_match_status_stream_cursor_value_input { +input e_map_pool_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_match_status" +update columns of table "e_map_pool_types" """ -enum e_match_status_update_column { +enum e_map_pool_types_update_column { """column name""" description @@ -7568,24 +7482,24 @@ enum e_match_status_update_column { value } -input e_match_status_updates { +input e_map_pool_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_match_status_set_input + _set: e_map_pool_types_set_input """filter the rows which have to be updated""" - where: e_match_status_bool_exp! + where: e_map_pool_types_bool_exp! } """ -columns and relationships of "e_match_types" +columns and relationships of "e_match_clip_visibility" """ -type e_match_types { +type e_match_clip_visibility { description: String! """An array relationship""" - maps( + match_clips( """distinct select on columns""" - distinct_on: [maps_select_column!] + distinct_on: [match_clips_select_column!] """limit the number of rows returned""" limit: Int @@ -7594,16 +7508,16 @@ type e_match_types { offset: Int """sort the rows by one or more columns""" - order_by: [maps_order_by!] + order_by: [match_clips_order_by!] """filter the rows returned""" - where: maps_bool_exp - ): [maps!]! + where: match_clips_bool_exp + ): [match_clips!]! """An aggregate relationship""" - maps_aggregate( + match_clips_aggregate( """distinct select on columns""" - distinct_on: [maps_select_column!] + distinct_on: [match_clips_select_column!] """limit the number of rows returned""" limit: Int @@ -7612,151 +7526,133 @@ type e_match_types { offset: Int """sort the rows by one or more columns""" - order_by: [maps_order_by!] + order_by: [match_clips_order_by!] """filter the rows returned""" - where: maps_bool_exp - ): maps_aggregate! + where: match_clips_bool_exp + ): match_clips_aggregate! value: String! } """ -aggregated selection of "e_match_types" +aggregated selection of "e_match_clip_visibility" """ -type e_match_types_aggregate { - aggregate: e_match_types_aggregate_fields - nodes: [e_match_types!]! +type e_match_clip_visibility_aggregate { + aggregate: e_match_clip_visibility_aggregate_fields + nodes: [e_match_clip_visibility!]! } """ -aggregate fields of "e_match_types" +aggregate fields of "e_match_clip_visibility" """ -type e_match_types_aggregate_fields { - count(columns: [e_match_types_select_column!], distinct: Boolean): Int! - max: e_match_types_max_fields - min: e_match_types_min_fields +type e_match_clip_visibility_aggregate_fields { + count(columns: [e_match_clip_visibility_select_column!], distinct: Boolean): Int! + max: e_match_clip_visibility_max_fields + min: e_match_clip_visibility_min_fields } """ -Boolean expression to filter rows from the table "e_match_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_match_clip_visibility". All fields are combined with a logical 'AND'. """ -input e_match_types_bool_exp { - _and: [e_match_types_bool_exp!] - _not: e_match_types_bool_exp - _or: [e_match_types_bool_exp!] +input e_match_clip_visibility_bool_exp { + _and: [e_match_clip_visibility_bool_exp!] + _not: e_match_clip_visibility_bool_exp + _or: [e_match_clip_visibility_bool_exp!] description: String_comparison_exp - maps: maps_bool_exp - maps_aggregate: maps_aggregate_bool_exp + match_clips: match_clips_bool_exp + match_clips_aggregate: match_clips_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_match_types" +unique or primary key constraints on table "e_match_clip_visibility" """ -enum e_match_types_constraint { +enum e_match_clip_visibility_constraint { """ unique or primary key constraint on columns "value" """ - e_match_types_pkey + e_match_clip_visibility_pkey } -enum e_match_types_enum { - """The classic 5 vs 5 competitive experience with full team coordination""" - Competitive - - """ - A competitive 1 vs 1 experience, perfect for practicing individual skill - """ - Duel - - """FACEIT matchmaking — 5 vs 5 imported from FACEIT""" - Faceit +enum e_match_clip_visibility_enum { + """Visible to match participants and organizers""" + match - """Valve Premier matchmaking — 5 vs 5 with CS Rating""" - Premier + """Only visible to the owner""" + private - """Team up with a friend and compete in fast-paced 2v2 matches""" - Wingman + """Listed in the highlights feed""" + public } """ -Boolean expression to compare columns of type "e_match_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_match_clip_visibility_enum". All fields are combined with logical 'AND'. """ -input e_match_types_enum_comparison_exp { - _eq: e_match_types_enum - _in: [e_match_types_enum!] +input e_match_clip_visibility_enum_comparison_exp { + _eq: e_match_clip_visibility_enum + _in: [e_match_clip_visibility_enum!] _is_null: Boolean - _neq: e_match_types_enum - _nin: [e_match_types_enum!] + _neq: e_match_clip_visibility_enum + _nin: [e_match_clip_visibility_enum!] } """ -input type for inserting data into table "e_match_types" +input type for inserting data into table "e_match_clip_visibility" """ -input e_match_types_insert_input { +input e_match_clip_visibility_insert_input { description: String - maps: maps_arr_rel_insert_input + match_clips: match_clips_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_match_types_max_fields { +type e_match_clip_visibility_max_fields { description: String value: String } """aggregate min on columns""" -type e_match_types_min_fields { +type e_match_clip_visibility_min_fields { description: String value: String } """ -response of any mutation on the table "e_match_types" +response of any mutation on the table "e_match_clip_visibility" """ -type e_match_types_mutation_response { +type e_match_clip_visibility_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_match_types!]! -} - -""" -input type for inserting object relation for remote table "e_match_types" -""" -input e_match_types_obj_rel_insert_input { - data: e_match_types_insert_input! - - """upsert condition""" - on_conflict: e_match_types_on_conflict + returning: [e_match_clip_visibility!]! } """ -on_conflict condition type for table "e_match_types" +on_conflict condition type for table "e_match_clip_visibility" """ -input e_match_types_on_conflict { - constraint: e_match_types_constraint! - update_columns: [e_match_types_update_column!]! = [] - where: e_match_types_bool_exp +input e_match_clip_visibility_on_conflict { + constraint: e_match_clip_visibility_constraint! + update_columns: [e_match_clip_visibility_update_column!]! = [] + where: e_match_clip_visibility_bool_exp } -"""Ordering options when selecting data from "e_match_types".""" -input e_match_types_order_by { +"""Ordering options when selecting data from "e_match_clip_visibility".""" +input e_match_clip_visibility_order_by { description: order_by - maps_aggregate: maps_aggregate_order_by + match_clips_aggregate: match_clips_aggregate_order_by value: order_by } -"""primary key columns input for table: e_match_types""" -input e_match_types_pk_columns_input { +"""primary key columns input for table: e_match_clip_visibility""" +input e_match_clip_visibility_pk_columns_input { value: String! } """ -select columns of table "e_match_types" +select columns of table "e_match_clip_visibility" """ -enum e_match_types_select_column { +enum e_match_clip_visibility_select_column { """column name""" description @@ -7765,34 +7661,34 @@ enum e_match_types_select_column { } """ -input type for updating data in table "e_match_types" +input type for updating data in table "e_match_clip_visibility" """ -input e_match_types_set_input { +input e_match_clip_visibility_set_input { description: String value: String } """ -Streaming cursor of the table "e_match_types" +Streaming cursor of the table "e_match_clip_visibility" """ -input e_match_types_stream_cursor_input { +input e_match_clip_visibility_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_match_types_stream_cursor_value_input! + initial_value: e_match_clip_visibility_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_match_types_stream_cursor_value_input { +input e_match_clip_visibility_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_match_types" +update columns of table "e_match_clip_visibility" """ -enum e_match_types_update_column { +enum e_match_clip_visibility_update_column { """column name""" description @@ -7800,194 +7696,211 @@ enum e_match_types_update_column { value } -input e_match_types_updates { +input e_match_clip_visibility_updates { """sets the columns of the filtered rows to the given values""" - _set: e_match_types_set_input + _set: e_match_clip_visibility_set_input """filter the rows which have to be updated""" - where: e_match_types_bool_exp! + where: e_match_clip_visibility_bool_exp! } """ -columns and relationships of "e_notification_types" +columns and relationships of "e_match_map_status" """ -type e_notification_types { +type e_match_map_status { description: String! + + """An array relationship""" + match_maps( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): [match_maps!]! + + """An aggregate relationship""" + match_maps_aggregate( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): match_maps_aggregate! value: String! } """ -aggregated selection of "e_notification_types" +aggregated selection of "e_match_map_status" """ -type e_notification_types_aggregate { - aggregate: e_notification_types_aggregate_fields - nodes: [e_notification_types!]! +type e_match_map_status_aggregate { + aggregate: e_match_map_status_aggregate_fields + nodes: [e_match_map_status!]! } """ -aggregate fields of "e_notification_types" +aggregate fields of "e_match_map_status" """ -type e_notification_types_aggregate_fields { - count(columns: [e_notification_types_select_column!], distinct: Boolean): Int! - max: e_notification_types_max_fields - min: e_notification_types_min_fields +type e_match_map_status_aggregate_fields { + count(columns: [e_match_map_status_select_column!], distinct: Boolean): Int! + max: e_match_map_status_max_fields + min: e_match_map_status_min_fields } """ -Boolean expression to filter rows from the table "e_notification_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_match_map_status". All fields are combined with a logical 'AND'. """ -input e_notification_types_bool_exp { - _and: [e_notification_types_bool_exp!] - _not: e_notification_types_bool_exp - _or: [e_notification_types_bool_exp!] +input e_match_map_status_bool_exp { + _and: [e_match_map_status_bool_exp!] + _not: e_match_map_status_bool_exp + _or: [e_match_map_status_bool_exp!] description: String_comparison_exp + match_maps: match_maps_bool_exp + match_maps_aggregate: match_maps_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_notification_types" +unique or primary key constraints on table "e_match_map_status" """ -enum e_notification_types_constraint { +enum e_match_map_status_constraint { """ unique or primary key constraint on columns "value" """ - e_notification_types_pkey + match_map_status_pkey } -enum e_notification_types_enum { - """DedicatedServerRconStatus""" - DedicatedServerRconStatus - - """DedicatedServerStatus""" - DedicatedServerStatus - - """Player ELO recompute finished""" - EloRecompute - - """You frequently play with these players""" - FormTeamSuggestion - - """GameNodeStatus""" - GameNodeStatus - - """GameUpdate""" - GameUpdate - - """A Valve match you played was imported to 5stack""" - MatchImported - - """Match Status Change Notification""" - MatchStatusChange - - """MatchSupport""" - MatchSupport - - """NameChangeRequest""" - NameChangeRequest - - """Player search reindex finished""" - PlayerReindex - - """A player you recently played with received a sanction""" - PlayerSanctioned +enum e_match_map_status_enum { + """Canceled""" + Canceled - """A team matching your scrim alert is available""" - ScrimAlertMatch + """Finished""" + Finished - """A scheduled scrim match was canceled""" - ScrimMatchCanceled + """Knife""" + Knife - """A scrim match has been scheduled""" - ScrimMatchScheduled + """Live""" + Live - """Your scrim request was accepted""" - ScrimRequestAccepted + """Overtime""" + Overtime - """A team proposed a different scrim time""" - ScrimRequestCountered + """Paused""" + Paused - """Your scrim request was declined""" - ScrimRequestDeclined + """Scheduled""" + Scheduled - """A scrim request expired without a response""" - ScrimRequestExpired + """Surrendered""" + Surrendered - """A team requested to scrim yours""" - ScrimRequestReceived + """UploadingDemo""" + UploadingDemo - """A scheduled scrim time changed""" - ScrimTimeChanged + """WaitingForTV""" + WaitingForTV - """Storage Scan""" - StorageScan + """Warmup""" + Warmup } """ -Boolean expression to compare columns of type "e_notification_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_match_map_status_enum". All fields are combined with logical 'AND'. """ -input e_notification_types_enum_comparison_exp { - _eq: e_notification_types_enum - _in: [e_notification_types_enum!] +input e_match_map_status_enum_comparison_exp { + _eq: e_match_map_status_enum + _in: [e_match_map_status_enum!] _is_null: Boolean - _neq: e_notification_types_enum - _nin: [e_notification_types_enum!] + _neq: e_match_map_status_enum + _nin: [e_match_map_status_enum!] } """ -input type for inserting data into table "e_notification_types" +input type for inserting data into table "e_match_map_status" """ -input e_notification_types_insert_input { +input e_match_map_status_insert_input { description: String + match_maps: match_maps_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_notification_types_max_fields { +type e_match_map_status_max_fields { description: String value: String } """aggregate min on columns""" -type e_notification_types_min_fields { +type e_match_map_status_min_fields { description: String value: String } """ -response of any mutation on the table "e_notification_types" +response of any mutation on the table "e_match_map_status" """ -type e_notification_types_mutation_response { +type e_match_map_status_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_notification_types!]! + returning: [e_match_map_status!]! } """ -on_conflict condition type for table "e_notification_types" +input type for inserting object relation for remote table "e_match_map_status" """ -input e_notification_types_on_conflict { - constraint: e_notification_types_constraint! - update_columns: [e_notification_types_update_column!]! = [] - where: e_notification_types_bool_exp +input e_match_map_status_obj_rel_insert_input { + data: e_match_map_status_insert_input! + + """upsert condition""" + on_conflict: e_match_map_status_on_conflict } -"""Ordering options when selecting data from "e_notification_types".""" -input e_notification_types_order_by { +""" +on_conflict condition type for table "e_match_map_status" +""" +input e_match_map_status_on_conflict { + constraint: e_match_map_status_constraint! + update_columns: [e_match_map_status_update_column!]! = [] + where: e_match_map_status_bool_exp +} + +"""Ordering options when selecting data from "e_match_map_status".""" +input e_match_map_status_order_by { description: order_by + match_maps_aggregate: match_maps_aggregate_order_by value: order_by } -"""primary key columns input for table: e_notification_types""" -input e_notification_types_pk_columns_input { +"""primary key columns input for table: e_match_map_status""" +input e_match_map_status_pk_columns_input { value: String! } """ -select columns of table "e_notification_types" +select columns of table "e_match_map_status" """ -enum e_notification_types_select_column { +enum e_match_map_status_select_column { """column name""" description @@ -7996,34 +7909,34 @@ enum e_notification_types_select_column { } """ -input type for updating data in table "e_notification_types" +input type for updating data in table "e_match_map_status" """ -input e_notification_types_set_input { +input e_match_map_status_set_input { description: String value: String } """ -Streaming cursor of the table "e_notification_types" +Streaming cursor of the table "e_match_map_status" """ -input e_notification_types_stream_cursor_input { +input e_match_map_status_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_notification_types_stream_cursor_value_input! + initial_value: e_match_map_status_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_notification_types_stream_cursor_value_input { +input e_match_map_status_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_notification_types" +update columns of table "e_match_map_status" """ -enum e_notification_types_update_column { +enum e_match_map_status_update_column { """column name""" description @@ -8031,177 +7944,134 @@ enum e_notification_types_update_column { value } -input e_notification_types_updates { +input e_match_map_status_updates { """sets the columns of the filtered rows to the given values""" - _set: e_notification_types_set_input + _set: e_match_map_status_set_input """filter the rows which have to be updated""" - where: e_notification_types_bool_exp! + where: e_match_map_status_bool_exp! } """ -columns and relationships of "e_objective_types" +columns and relationships of "e_match_mode" """ -type e_objective_types { +type e_match_mode { description: String! - - """An array relationship""" - player_objectives( - """distinct select on columns""" - distinct_on: [player_objectives_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: [player_objectives_order_by!] - - """filter the rows returned""" - where: player_objectives_bool_exp - ): [player_objectives!]! - - """An aggregate relationship""" - player_objectives_aggregate( - """distinct select on columns""" - distinct_on: [player_objectives_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: [player_objectives_order_by!] - - """filter the rows returned""" - where: player_objectives_bool_exp - ): player_objectives_aggregate! value: String! } """ -aggregated selection of "e_objective_types" +aggregated selection of "e_match_mode" """ -type e_objective_types_aggregate { - aggregate: e_objective_types_aggregate_fields - nodes: [e_objective_types!]! +type e_match_mode_aggregate { + aggregate: e_match_mode_aggregate_fields + nodes: [e_match_mode!]! } """ -aggregate fields of "e_objective_types" +aggregate fields of "e_match_mode" """ -type e_objective_types_aggregate_fields { - count(columns: [e_objective_types_select_column!], distinct: Boolean): Int! - max: e_objective_types_max_fields - min: e_objective_types_min_fields +type e_match_mode_aggregate_fields { + count(columns: [e_match_mode_select_column!], distinct: Boolean): Int! + max: e_match_mode_max_fields + min: e_match_mode_min_fields } """ -Boolean expression to filter rows from the table "e_objective_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_match_mode". All fields are combined with a logical 'AND'. """ -input e_objective_types_bool_exp { - _and: [e_objective_types_bool_exp!] - _not: e_objective_types_bool_exp - _or: [e_objective_types_bool_exp!] +input e_match_mode_bool_exp { + _and: [e_match_mode_bool_exp!] + _not: e_match_mode_bool_exp + _or: [e_match_mode_bool_exp!] description: String_comparison_exp - player_objectives: player_objectives_bool_exp - player_objectives_aggregate: player_objectives_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_objective_types" +unique or primary key constraints on table "e_match_mode" """ -enum e_objective_types_constraint { +enum e_match_mode_constraint { """ unique or primary key constraint on columns "value" """ - e_objective__pkey + e_match_mode_pkey } -enum e_objective_types_enum { - """Defused""" - Defused - - """Exploded""" - Exploded +enum e_match_mode_enum { + """Match must be scheduled and started by an admin user""" + admin - """Planted""" - Planted + """Match is automatically scheduled by the system""" + auto } """ -Boolean expression to compare columns of type "e_objective_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_match_mode_enum". All fields are combined with logical 'AND'. """ -input e_objective_types_enum_comparison_exp { - _eq: e_objective_types_enum - _in: [e_objective_types_enum!] +input e_match_mode_enum_comparison_exp { + _eq: e_match_mode_enum + _in: [e_match_mode_enum!] _is_null: Boolean - _neq: e_objective_types_enum - _nin: [e_objective_types_enum!] + _neq: e_match_mode_enum + _nin: [e_match_mode_enum!] } """ -input type for inserting data into table "e_objective_types" +input type for inserting data into table "e_match_mode" """ -input e_objective_types_insert_input { +input e_match_mode_insert_input { description: String - player_objectives: player_objectives_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_objective_types_max_fields { +type e_match_mode_max_fields { description: String value: String } """aggregate min on columns""" -type e_objective_types_min_fields { +type e_match_mode_min_fields { description: String value: String } """ -response of any mutation on the table "e_objective_types" +response of any mutation on the table "e_match_mode" """ -type e_objective_types_mutation_response { +type e_match_mode_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_objective_types!]! + returning: [e_match_mode!]! } """ -on_conflict condition type for table "e_objective_types" +on_conflict condition type for table "e_match_mode" """ -input e_objective_types_on_conflict { - constraint: e_objective_types_constraint! - update_columns: [e_objective_types_update_column!]! = [] - where: e_objective_types_bool_exp +input e_match_mode_on_conflict { + constraint: e_match_mode_constraint! + update_columns: [e_match_mode_update_column!]! = [] + where: e_match_mode_bool_exp } -"""Ordering options when selecting data from "e_objective_types".""" -input e_objective_types_order_by { +"""Ordering options when selecting data from "e_match_mode".""" +input e_match_mode_order_by { description: order_by - player_objectives_aggregate: player_objectives_aggregate_order_by value: order_by } -"""primary key columns input for table: e_objective_types""" -input e_objective_types_pk_columns_input { +"""primary key columns input for table: e_match_mode""" +input e_match_mode_pk_columns_input { value: String! } """ -select columns of table "e_objective_types" +select columns of table "e_match_mode" """ -enum e_objective_types_select_column { +enum e_match_mode_select_column { """column name""" description @@ -8210,34 +8080,34 @@ enum e_objective_types_select_column { } """ -input type for updating data in table "e_objective_types" +input type for updating data in table "e_match_mode" """ -input e_objective_types_set_input { +input e_match_mode_set_input { description: String value: String } """ -Streaming cursor of the table "e_objective_types" +Streaming cursor of the table "e_match_mode" """ -input e_objective_types_stream_cursor_input { +input e_match_mode_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_objective_types_stream_cursor_value_input! + initial_value: e_match_mode_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_objective_types_stream_cursor_value_input { +input e_match_mode_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_objective_types" +update columns of table "e_match_mode" """ -enum e_objective_types_update_column { +enum e_match_mode_update_column { """column name""" description @@ -8245,149 +8115,211 @@ enum e_objective_types_update_column { value } -input e_objective_types_updates { +input e_match_mode_updates { """sets the columns of the filtered rows to the given values""" - _set: e_objective_types_set_input + _set: e_match_mode_set_input """filter the rows which have to be updated""" - where: e_objective_types_bool_exp! + where: e_match_mode_bool_exp! } """ -columns and relationships of "e_player_roles" +columns and relationships of "e_match_status" """ -type e_player_roles { +type e_match_status { description: String! + + """An array relationship""" + matches( + """distinct select on columns""" + distinct_on: [matches_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: [matches_order_by!] + + """filter the rows returned""" + where: matches_bool_exp + ): [matches!]! + + """An aggregate relationship""" + matches_aggregate( + """distinct select on columns""" + distinct_on: [matches_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: [matches_order_by!] + + """filter the rows returned""" + where: matches_bool_exp + ): matches_aggregate! value: String! } """ -aggregated selection of "e_player_roles" +aggregated selection of "e_match_status" """ -type e_player_roles_aggregate { - aggregate: e_player_roles_aggregate_fields - nodes: [e_player_roles!]! +type e_match_status_aggregate { + aggregate: e_match_status_aggregate_fields + nodes: [e_match_status!]! } """ -aggregate fields of "e_player_roles" +aggregate fields of "e_match_status" """ -type e_player_roles_aggregate_fields { - count(columns: [e_player_roles_select_column!], distinct: Boolean): Int! - max: e_player_roles_max_fields - min: e_player_roles_min_fields +type e_match_status_aggregate_fields { + count(columns: [e_match_status_select_column!], distinct: Boolean): Int! + max: e_match_status_max_fields + min: e_match_status_min_fields } """ -Boolean expression to filter rows from the table "e_player_roles". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_match_status". All fields are combined with a logical 'AND'. """ -input e_player_roles_bool_exp { - _and: [e_player_roles_bool_exp!] - _not: e_player_roles_bool_exp - _or: [e_player_roles_bool_exp!] +input e_match_status_bool_exp { + _and: [e_match_status_bool_exp!] + _not: e_match_status_bool_exp + _or: [e_match_status_bool_exp!] description: String_comparison_exp + matches: matches_bool_exp + matches_aggregate: matches_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_player_roles" +unique or primary key constraints on table "e_match_status" """ -enum e_player_roles_constraint { +enum e_match_status_constraint { """ unique or primary key constraint on columns "value" """ - e_player_roles_pkey + e_match_status_pkey } -enum e_player_roles_enum { - """Administrator""" - administrator +enum e_match_status_enum { + """Canceled""" + Canceled - """Ability Manage Matches and bypass restrictions""" - match_organizer + """Finished""" + Finished - """Ability to moderate public servers and players""" - moderator + """Forfeit""" + Forfeit - """Streamer""" - streamer + """Live""" + Live - """Ability Create and Manage Tournaments""" - tournament_organizer + """Picking Players""" + PickingPlayers - """Basic User""" - user + """Scheduled""" + Scheduled - """Verified User""" - verified_user + """Surrendered""" + Surrendered + + """Tie""" + Tie + + """Veto""" + Veto + + """Waiting for Players to Check In""" + WaitingForCheckIn + + """Waiting for a Server to Become Available.""" + WaitingForServer } """ -Boolean expression to compare columns of type "e_player_roles_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_match_status_enum". All fields are combined with logical 'AND'. """ -input e_player_roles_enum_comparison_exp { - _eq: e_player_roles_enum - _in: [e_player_roles_enum!] +input e_match_status_enum_comparison_exp { + _eq: e_match_status_enum + _in: [e_match_status_enum!] _is_null: Boolean - _neq: e_player_roles_enum - _nin: [e_player_roles_enum!] + _neq: e_match_status_enum + _nin: [e_match_status_enum!] } """ -input type for inserting data into table "e_player_roles" +input type for inserting data into table "e_match_status" """ -input e_player_roles_insert_input { +input e_match_status_insert_input { description: String + matches: matches_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_player_roles_max_fields { +type e_match_status_max_fields { description: String value: String } """aggregate min on columns""" -type e_player_roles_min_fields { +type e_match_status_min_fields { description: String value: String } """ -response of any mutation on the table "e_player_roles" +response of any mutation on the table "e_match_status" """ -type e_player_roles_mutation_response { +type e_match_status_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_player_roles!]! + returning: [e_match_status!]! } """ -on_conflict condition type for table "e_player_roles" +input type for inserting object relation for remote table "e_match_status" """ -input e_player_roles_on_conflict { - constraint: e_player_roles_constraint! - update_columns: [e_player_roles_update_column!]! = [] - where: e_player_roles_bool_exp +input e_match_status_obj_rel_insert_input { + data: e_match_status_insert_input! + + """upsert condition""" + on_conflict: e_match_status_on_conflict } -"""Ordering options when selecting data from "e_player_roles".""" -input e_player_roles_order_by { +""" +on_conflict condition type for table "e_match_status" +""" +input e_match_status_on_conflict { + constraint: e_match_status_constraint! + update_columns: [e_match_status_update_column!]! = [] + where: e_match_status_bool_exp +} + +"""Ordering options when selecting data from "e_match_status".""" +input e_match_status_order_by { description: order_by + matches_aggregate: matches_aggregate_order_by value: order_by } -"""primary key columns input for table: e_player_roles""" -input e_player_roles_pk_columns_input { +"""primary key columns input for table: e_match_status""" +input e_match_status_pk_columns_input { value: String! } """ -select columns of table "e_player_roles" +select columns of table "e_match_status" """ -enum e_player_roles_select_column { +enum e_match_status_select_column { """column name""" description @@ -8396,34 +8328,34 @@ enum e_player_roles_select_column { } """ -input type for updating data in table "e_player_roles" +input type for updating data in table "e_match_status" """ -input e_player_roles_set_input { +input e_match_status_set_input { description: String value: String } """ -Streaming cursor of the table "e_player_roles" +Streaming cursor of the table "e_match_status" """ -input e_player_roles_stream_cursor_input { +input e_match_status_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_player_roles_stream_cursor_value_input! + initial_value: e_match_status_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_player_roles_stream_cursor_value_input { +input e_match_status_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_player_roles" +update columns of table "e_match_status" """ -enum e_player_roles_update_column { +enum e_match_status_update_column { """column name""" description @@ -8431,140 +8363,195 @@ enum e_player_roles_update_column { value } -input e_player_roles_updates { +input e_match_status_updates { """sets the columns of the filtered rows to the given values""" - _set: e_player_roles_set_input + _set: e_match_status_set_input """filter the rows which have to be updated""" - where: e_player_roles_bool_exp! + where: e_match_status_bool_exp! } """ -columns and relationships of "e_ready_settings" +columns and relationships of "e_match_types" """ -type e_ready_settings { +type e_match_types { description: String! + + """An array relationship""" + maps( + """distinct select on columns""" + distinct_on: [maps_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: [maps_order_by!] + + """filter the rows returned""" + where: maps_bool_exp + ): [maps!]! + + """An aggregate relationship""" + maps_aggregate( + """distinct select on columns""" + distinct_on: [maps_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: [maps_order_by!] + + """filter the rows returned""" + where: maps_bool_exp + ): maps_aggregate! value: String! } """ -aggregated selection of "e_ready_settings" +aggregated selection of "e_match_types" """ -type e_ready_settings_aggregate { - aggregate: e_ready_settings_aggregate_fields - nodes: [e_ready_settings!]! +type e_match_types_aggregate { + aggregate: e_match_types_aggregate_fields + nodes: [e_match_types!]! } """ -aggregate fields of "e_ready_settings" +aggregate fields of "e_match_types" """ -type e_ready_settings_aggregate_fields { - count(columns: [e_ready_settings_select_column!], distinct: Boolean): Int! - max: e_ready_settings_max_fields - min: e_ready_settings_min_fields +type e_match_types_aggregate_fields { + count(columns: [e_match_types_select_column!], distinct: Boolean): Int! + max: e_match_types_max_fields + min: e_match_types_min_fields } """ -Boolean expression to filter rows from the table "e_ready_settings". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_match_types". All fields are combined with a logical 'AND'. """ -input e_ready_settings_bool_exp { - _and: [e_ready_settings_bool_exp!] - _not: e_ready_settings_bool_exp - _or: [e_ready_settings_bool_exp!] +input e_match_types_bool_exp { + _and: [e_match_types_bool_exp!] + _not: e_match_types_bool_exp + _or: [e_match_types_bool_exp!] description: String_comparison_exp + maps: maps_bool_exp + maps_aggregate: maps_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_ready_settings" +unique or primary key constraints on table "e_match_types" """ -enum e_ready_settings_constraint { +enum e_match_types_constraint { """ unique or primary key constraint on columns "value" """ - e_ready_settings_pkey + e_match_types_pkey } -enum e_ready_settings_enum { - """Admins Only""" - Admin +enum e_match_types_enum { + """The classic 5 vs 5 competitive experience with full team coordination""" + Competitive - """Captains Only""" - Captains + """ + A competitive 1 vs 1 experience, perfect for practicing individual skill + """ + Duel - """Coach Only""" - Coach + """FACEIT matchmaking — 5 vs 5 imported from FACEIT""" + Faceit - """All Players""" - Players + """Valve Premier matchmaking — 5 vs 5 with CS Rating""" + Premier + + """Team up with a friend and compete in fast-paced 2v2 matches""" + Wingman } """ -Boolean expression to compare columns of type "e_ready_settings_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_match_types_enum". All fields are combined with logical 'AND'. """ -input e_ready_settings_enum_comparison_exp { - _eq: e_ready_settings_enum - _in: [e_ready_settings_enum!] +input e_match_types_enum_comparison_exp { + _eq: e_match_types_enum + _in: [e_match_types_enum!] _is_null: Boolean - _neq: e_ready_settings_enum - _nin: [e_ready_settings_enum!] + _neq: e_match_types_enum + _nin: [e_match_types_enum!] } """ -input type for inserting data into table "e_ready_settings" +input type for inserting data into table "e_match_types" """ -input e_ready_settings_insert_input { +input e_match_types_insert_input { description: String + maps: maps_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_ready_settings_max_fields { +type e_match_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_ready_settings_min_fields { +type e_match_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_ready_settings" +response of any mutation on the table "e_match_types" """ -type e_ready_settings_mutation_response { +type e_match_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_ready_settings!]! + returning: [e_match_types!]! } """ -on_conflict condition type for table "e_ready_settings" +input type for inserting object relation for remote table "e_match_types" """ -input e_ready_settings_on_conflict { - constraint: e_ready_settings_constraint! - update_columns: [e_ready_settings_update_column!]! = [] - where: e_ready_settings_bool_exp +input e_match_types_obj_rel_insert_input { + data: e_match_types_insert_input! + + """upsert condition""" + on_conflict: e_match_types_on_conflict } -"""Ordering options when selecting data from "e_ready_settings".""" -input e_ready_settings_order_by { +""" +on_conflict condition type for table "e_match_types" +""" +input e_match_types_on_conflict { + constraint: e_match_types_constraint! + update_columns: [e_match_types_update_column!]! = [] + where: e_match_types_bool_exp +} + +"""Ordering options when selecting data from "e_match_types".""" +input e_match_types_order_by { description: order_by + maps_aggregate: maps_aggregate_order_by value: order_by } -"""primary key columns input for table: e_ready_settings""" -input e_ready_settings_pk_columns_input { +"""primary key columns input for table: e_match_types""" +input e_match_types_pk_columns_input { value: String! } """ -select columns of table "e_ready_settings" +select columns of table "e_match_types" """ -enum e_ready_settings_select_column { +enum e_match_types_select_column { """column name""" description @@ -8573,34 +8560,34 @@ enum e_ready_settings_select_column { } """ -input type for updating data in table "e_ready_settings" +input type for updating data in table "e_match_types" """ -input e_ready_settings_set_input { +input e_match_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_ready_settings" +Streaming cursor of the table "e_match_types" """ -input e_ready_settings_stream_cursor_input { +input e_match_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_ready_settings_stream_cursor_value_input! + initial_value: e_match_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_ready_settings_stream_cursor_value_input { +input e_match_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_ready_settings" +update columns of table "e_match_types" """ -enum e_ready_settings_update_column { +enum e_match_types_update_column { """column name""" description @@ -8608,150 +8595,212 @@ enum e_ready_settings_update_column { value } -input e_ready_settings_updates { +input e_match_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_ready_settings_set_input + _set: e_match_types_set_input """filter the rows which have to be updated""" - where: e_ready_settings_bool_exp! + where: e_match_types_bool_exp! } """ -columns and relationships of "e_sanction_types" +columns and relationships of "e_notification_types" """ -type e_sanction_types { +type e_notification_types { description: String! value: String! } """ -aggregated selection of "e_sanction_types" +aggregated selection of "e_notification_types" """ -type e_sanction_types_aggregate { - aggregate: e_sanction_types_aggregate_fields - nodes: [e_sanction_types!]! +type e_notification_types_aggregate { + aggregate: e_notification_types_aggregate_fields + nodes: [e_notification_types!]! } """ -aggregate fields of "e_sanction_types" +aggregate fields of "e_notification_types" """ -type e_sanction_types_aggregate_fields { - count(columns: [e_sanction_types_select_column!], distinct: Boolean): Int! - max: e_sanction_types_max_fields - min: e_sanction_types_min_fields +type e_notification_types_aggregate_fields { + count(columns: [e_notification_types_select_column!], distinct: Boolean): Int! + max: e_notification_types_max_fields + min: e_notification_types_min_fields } """ -Boolean expression to filter rows from the table "e_sanction_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_notification_types". All fields are combined with a logical 'AND'. """ -input e_sanction_types_bool_exp { - _and: [e_sanction_types_bool_exp!] - _not: e_sanction_types_bool_exp - _or: [e_sanction_types_bool_exp!] +input e_notification_types_bool_exp { + _and: [e_notification_types_bool_exp!] + _not: e_notification_types_bool_exp + _or: [e_notification_types_bool_exp!] description: String_comparison_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_sanction_types" +unique or primary key constraints on table "e_notification_types" """ -enum e_sanction_types_constraint { +enum e_notification_types_constraint { """ unique or primary key constraint on columns "value" """ - e_sanction_types_pkey + e_notification_types_pkey } -enum e_sanction_types_enum { - """Player is not able to participate in any activity""" - ban +enum e_notification_types_enum { + """DedicatedServerRconStatus""" + DedicatedServerRconStatus - """Player cannot use text chat in game""" - gag + """DedicatedServerStatus""" + DedicatedServerStatus - """Player cannot use voice chat in game""" - mute + """Player ELO recompute finished""" + EloRecompute - """Player muted and gagged""" - silence + """You frequently play with these players""" + FormTeamSuggestion + + """GameNodeStatus""" + GameNodeStatus + + """GameUpdate""" + GameUpdate + + """A league matchup is unscheduled and will default soon""" + LeagueMatchUnscheduled + + """Your league match time proposal was accepted""" + LeagueProposalAccepted + + """Your league match time proposal was declined""" + LeagueProposalDeclined + + """A league opponent proposed a match time""" + LeagueProposalReceived + + """Your league registration was reviewed""" + LeagueRegistrationDecision + + """Your league team no longer meets the minimum roster size""" + LeagueRosterUndersized + + """A Valve match you played was imported to 5stack""" + MatchImported + + """Match Status Change Notification""" + MatchStatusChange + + """MatchSupport""" + MatchSupport + + """NameChangeRequest""" + NameChangeRequest + + """Player search reindex finished""" + PlayerReindex + + """A player you recently played with received a sanction""" + PlayerSanctioned + + """A team matching your scrim alert is available""" + ScrimAlertMatch + + """A scheduled scrim match was canceled""" + ScrimMatchCanceled + + """A scrim match has been scheduled""" + ScrimMatchScheduled + + """Your scrim request was accepted""" + ScrimRequestAccepted + + """A team proposed a different scrim time""" + ScrimRequestCountered + + """Your scrim request was declined""" + ScrimRequestDeclined + + """A scrim request expired without a response""" + ScrimRequestExpired + + """A team requested to scrim yours""" + ScrimRequestReceived + + """A scheduled scrim time changed""" + ScrimTimeChanged + + """Storage Scan""" + StorageScan } """ -Boolean expression to compare columns of type "e_sanction_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_notification_types_enum". All fields are combined with logical 'AND'. """ -input e_sanction_types_enum_comparison_exp { - _eq: e_sanction_types_enum - _in: [e_sanction_types_enum!] +input e_notification_types_enum_comparison_exp { + _eq: e_notification_types_enum + _in: [e_notification_types_enum!] _is_null: Boolean - _neq: e_sanction_types_enum - _nin: [e_sanction_types_enum!] + _neq: e_notification_types_enum + _nin: [e_notification_types_enum!] } """ -input type for inserting data into table "e_sanction_types" +input type for inserting data into table "e_notification_types" """ -input e_sanction_types_insert_input { +input e_notification_types_insert_input { description: String value: String } """aggregate max on columns""" -type e_sanction_types_max_fields { +type e_notification_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_sanction_types_min_fields { +type e_notification_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_sanction_types" +response of any mutation on the table "e_notification_types" """ -type e_sanction_types_mutation_response { +type e_notification_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_sanction_types!]! -} - -""" -input type for inserting object relation for remote table "e_sanction_types" -""" -input e_sanction_types_obj_rel_insert_input { - data: e_sanction_types_insert_input! - - """upsert condition""" - on_conflict: e_sanction_types_on_conflict + returning: [e_notification_types!]! } """ -on_conflict condition type for table "e_sanction_types" +on_conflict condition type for table "e_notification_types" """ -input e_sanction_types_on_conflict { - constraint: e_sanction_types_constraint! - update_columns: [e_sanction_types_update_column!]! = [] - where: e_sanction_types_bool_exp +input e_notification_types_on_conflict { + constraint: e_notification_types_constraint! + update_columns: [e_notification_types_update_column!]! = [] + where: e_notification_types_bool_exp } -"""Ordering options when selecting data from "e_sanction_types".""" -input e_sanction_types_order_by { +"""Ordering options when selecting data from "e_notification_types".""" +input e_notification_types_order_by { description: order_by value: order_by } -"""primary key columns input for table: e_sanction_types""" -input e_sanction_types_pk_columns_input { +"""primary key columns input for table: e_notification_types""" +input e_notification_types_pk_columns_input { value: String! } """ -select columns of table "e_sanction_types" +select columns of table "e_notification_types" """ -enum e_sanction_types_select_column { +enum e_notification_types_select_column { """column name""" description @@ -8760,34 +8809,34 @@ enum e_sanction_types_select_column { } """ -input type for updating data in table "e_sanction_types" +input type for updating data in table "e_notification_types" """ -input e_sanction_types_set_input { +input e_notification_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_sanction_types" +Streaming cursor of the table "e_notification_types" """ -input e_sanction_types_stream_cursor_input { +input e_notification_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_sanction_types_stream_cursor_value_input! + initial_value: e_notification_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_sanction_types_stream_cursor_value_input { +input e_notification_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_sanction_types" +update columns of table "e_notification_types" """ -enum e_sanction_types_update_column { +enum e_notification_types_update_column { """column name""" description @@ -8795,24 +8844,24 @@ enum e_sanction_types_update_column { value } -input e_sanction_types_updates { +input e_notification_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_sanction_types_set_input + _set: e_notification_types_set_input """filter the rows which have to be updated""" - where: e_sanction_types_bool_exp! + where: e_notification_types_bool_exp! } """ -columns and relationships of "e_scrim_request_statuses" +columns and relationships of "e_objective_types" """ -type e_scrim_request_statuses { +type e_objective_types { description: String! """An array relationship""" - scrim_requests( + player_objectives( """distinct select on columns""" - distinct_on: [team_scrim_requests_select_column!] + distinct_on: [player_objectives_select_column!] """limit the number of rows returned""" limit: Int @@ -8821,16 +8870,16 @@ type e_scrim_request_statuses { offset: Int """sort the rows by one or more columns""" - order_by: [team_scrim_requests_order_by!] + order_by: [player_objectives_order_by!] """filter the rows returned""" - where: team_scrim_requests_bool_exp - ): [team_scrim_requests!]! + where: player_objectives_bool_exp + ): [player_objectives!]! """An aggregate relationship""" - scrim_requests_aggregate( + player_objectives_aggregate( """distinct select on columns""" - distinct_on: [team_scrim_requests_select_column!] + distinct_on: [player_objectives_select_column!] """limit the number of rows returned""" limit: Int @@ -8839,145 +8888,133 @@ type e_scrim_request_statuses { offset: Int """sort the rows by one or more columns""" - order_by: [team_scrim_requests_order_by!] + order_by: [player_objectives_order_by!] """filter the rows returned""" - where: team_scrim_requests_bool_exp - ): team_scrim_requests_aggregate! + where: player_objectives_bool_exp + ): player_objectives_aggregate! value: String! } """ -aggregated selection of "e_scrim_request_statuses" +aggregated selection of "e_objective_types" """ -type e_scrim_request_statuses_aggregate { - aggregate: e_scrim_request_statuses_aggregate_fields - nodes: [e_scrim_request_statuses!]! +type e_objective_types_aggregate { + aggregate: e_objective_types_aggregate_fields + nodes: [e_objective_types!]! } """ -aggregate fields of "e_scrim_request_statuses" +aggregate fields of "e_objective_types" """ -type e_scrim_request_statuses_aggregate_fields { - count(columns: [e_scrim_request_statuses_select_column!], distinct: Boolean): Int! - max: e_scrim_request_statuses_max_fields - min: e_scrim_request_statuses_min_fields +type e_objective_types_aggregate_fields { + count(columns: [e_objective_types_select_column!], distinct: Boolean): Int! + max: e_objective_types_max_fields + min: e_objective_types_min_fields } """ -Boolean expression to filter rows from the table "e_scrim_request_statuses". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_objective_types". All fields are combined with a logical 'AND'. """ -input e_scrim_request_statuses_bool_exp { - _and: [e_scrim_request_statuses_bool_exp!] - _not: e_scrim_request_statuses_bool_exp - _or: [e_scrim_request_statuses_bool_exp!] +input e_objective_types_bool_exp { + _and: [e_objective_types_bool_exp!] + _not: e_objective_types_bool_exp + _or: [e_objective_types_bool_exp!] description: String_comparison_exp - scrim_requests: team_scrim_requests_bool_exp - scrim_requests_aggregate: team_scrim_requests_aggregate_bool_exp + player_objectives: player_objectives_bool_exp + player_objectives_aggregate: player_objectives_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_scrim_request_statuses" +unique or primary key constraints on table "e_objective_types" """ -enum e_scrim_request_statuses_constraint { +enum e_objective_types_constraint { """ unique or primary key constraint on columns "value" """ - e_scrim_request_statuses_pkey + e_objective__pkey } -enum e_scrim_request_statuses_enum { - """Both teams agreed on a time""" - Accepted - - """The request was cancelled by the proposer""" - Cancelled - - """A new time was proposed and is awaiting the other team""" - Countered - - """The request was declined""" - Declined - - """The request expired before being answered""" - Expired +enum e_objective_types_enum { + """Defused""" + Defused - """A hosted match was scheduled for this request""" - Matched + """Exploded""" + Exploded - """Awaiting the other team to accept, decline, or counter""" - Pending + """Planted""" + Planted } """ -Boolean expression to compare columns of type "e_scrim_request_statuses_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_objective_types_enum". All fields are combined with logical 'AND'. """ -input e_scrim_request_statuses_enum_comparison_exp { - _eq: e_scrim_request_statuses_enum - _in: [e_scrim_request_statuses_enum!] +input e_objective_types_enum_comparison_exp { + _eq: e_objective_types_enum + _in: [e_objective_types_enum!] _is_null: Boolean - _neq: e_scrim_request_statuses_enum - _nin: [e_scrim_request_statuses_enum!] + _neq: e_objective_types_enum + _nin: [e_objective_types_enum!] } """ -input type for inserting data into table "e_scrim_request_statuses" +input type for inserting data into table "e_objective_types" """ -input e_scrim_request_statuses_insert_input { +input e_objective_types_insert_input { description: String - scrim_requests: team_scrim_requests_arr_rel_insert_input + player_objectives: player_objectives_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_scrim_request_statuses_max_fields { +type e_objective_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_scrim_request_statuses_min_fields { +type e_objective_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_scrim_request_statuses" +response of any mutation on the table "e_objective_types" """ -type e_scrim_request_statuses_mutation_response { +type e_objective_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_scrim_request_statuses!]! + returning: [e_objective_types!]! } """ -on_conflict condition type for table "e_scrim_request_statuses" +on_conflict condition type for table "e_objective_types" """ -input e_scrim_request_statuses_on_conflict { - constraint: e_scrim_request_statuses_constraint! - update_columns: [e_scrim_request_statuses_update_column!]! = [] - where: e_scrim_request_statuses_bool_exp +input e_objective_types_on_conflict { + constraint: e_objective_types_constraint! + update_columns: [e_objective_types_update_column!]! = [] + where: e_objective_types_bool_exp } -"""Ordering options when selecting data from "e_scrim_request_statuses".""" -input e_scrim_request_statuses_order_by { +"""Ordering options when selecting data from "e_objective_types".""" +input e_objective_types_order_by { description: order_by - scrim_requests_aggregate: team_scrim_requests_aggregate_order_by + player_objectives_aggregate: player_objectives_aggregate_order_by value: order_by } -"""primary key columns input for table: e_scrim_request_statuses""" -input e_scrim_request_statuses_pk_columns_input { +"""primary key columns input for table: e_objective_types""" +input e_objective_types_pk_columns_input { value: String! } """ -select columns of table "e_scrim_request_statuses" +select columns of table "e_objective_types" """ -enum e_scrim_request_statuses_select_column { +enum e_objective_types_select_column { """column name""" description @@ -8986,34 +9023,34 @@ enum e_scrim_request_statuses_select_column { } """ -input type for updating data in table "e_scrim_request_statuses" +input type for updating data in table "e_objective_types" """ -input e_scrim_request_statuses_set_input { +input e_objective_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_scrim_request_statuses" +Streaming cursor of the table "e_objective_types" """ -input e_scrim_request_statuses_stream_cursor_input { +input e_objective_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_scrim_request_statuses_stream_cursor_value_input! + initial_value: e_objective_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_scrim_request_statuses_stream_cursor_value_input { +input e_objective_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_scrim_request_statuses" +update columns of table "e_objective_types" """ -enum e_scrim_request_statuses_update_column { +enum e_objective_types_update_column { """column name""" description @@ -9021,192 +9058,149 @@ enum e_scrim_request_statuses_update_column { value } -input e_scrim_request_statuses_updates { +input e_objective_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_scrim_request_statuses_set_input + _set: e_objective_types_set_input """filter the rows which have to be updated""" - where: e_scrim_request_statuses_bool_exp! + where: e_objective_types_bool_exp! } """ -columns and relationships of "e_server_types" +columns and relationships of "e_player_roles" """ -type e_server_types { +type e_player_roles { description: String! - - """An array relationship""" - servers( - """distinct select on columns""" - distinct_on: [servers_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: [servers_order_by!] - - """filter the rows returned""" - where: servers_bool_exp - ): [servers!]! - - """An aggregate relationship""" - servers_aggregate( - """distinct select on columns""" - distinct_on: [servers_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: [servers_order_by!] - - """filter the rows returned""" - where: servers_bool_exp - ): servers_aggregate! value: String! } """ -aggregated selection of "e_server_types" +aggregated selection of "e_player_roles" """ -type e_server_types_aggregate { - aggregate: e_server_types_aggregate_fields - nodes: [e_server_types!]! +type e_player_roles_aggregate { + aggregate: e_player_roles_aggregate_fields + nodes: [e_player_roles!]! } """ -aggregate fields of "e_server_types" +aggregate fields of "e_player_roles" """ -type e_server_types_aggregate_fields { - count(columns: [e_server_types_select_column!], distinct: Boolean): Int! - max: e_server_types_max_fields - min: e_server_types_min_fields +type e_player_roles_aggregate_fields { + count(columns: [e_player_roles_select_column!], distinct: Boolean): Int! + max: e_player_roles_max_fields + min: e_player_roles_min_fields } """ -Boolean expression to filter rows from the table "e_server_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_player_roles". All fields are combined with a logical 'AND'. """ -input e_server_types_bool_exp { - _and: [e_server_types_bool_exp!] - _not: e_server_types_bool_exp - _or: [e_server_types_bool_exp!] +input e_player_roles_bool_exp { + _and: [e_player_roles_bool_exp!] + _not: e_player_roles_bool_exp + _or: [e_player_roles_bool_exp!] description: String_comparison_exp - servers: servers_bool_exp - servers_aggregate: servers_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_server_types" +unique or primary key constraints on table "e_player_roles" """ -enum e_server_types_constraint { +enum e_player_roles_constraint { """ unique or primary key constraint on columns "value" """ - e_server_types_pkey + e_player_roles_pkey } -enum e_server_types_enum { - """Valve Arms Race""" - ArmsRace - - """Valve Casual""" - Casual +enum e_player_roles_enum { + """Administrator""" + administrator - """Valve Competitive""" - Competitive + """Ability Manage Matches and bypass restrictions""" + match_organizer - """Custom""" - Custom + """Ability to moderate public servers and players""" + moderator - """Valve Deathmatch""" - Deathmatch + """Streamer""" + streamer - """5Stack Ranked Server""" - Ranked + """Ability Create and Manage Tournaments""" + tournament_organizer - """Valve Retake""" - Retake + """Basic User""" + user - """Valve Wingman""" - Wingman + """Verified User""" + verified_user } """ -Boolean expression to compare columns of type "e_server_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_player_roles_enum". All fields are combined with logical 'AND'. """ -input e_server_types_enum_comparison_exp { - _eq: e_server_types_enum - _in: [e_server_types_enum!] +input e_player_roles_enum_comparison_exp { + _eq: e_player_roles_enum + _in: [e_player_roles_enum!] _is_null: Boolean - _neq: e_server_types_enum - _nin: [e_server_types_enum!] + _neq: e_player_roles_enum + _nin: [e_player_roles_enum!] } """ -input type for inserting data into table "e_server_types" +input type for inserting data into table "e_player_roles" """ -input e_server_types_insert_input { +input e_player_roles_insert_input { description: String - servers: servers_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_server_types_max_fields { +type e_player_roles_max_fields { description: String value: String } """aggregate min on columns""" -type e_server_types_min_fields { +type e_player_roles_min_fields { description: String value: String } """ -response of any mutation on the table "e_server_types" +response of any mutation on the table "e_player_roles" """ -type e_server_types_mutation_response { +type e_player_roles_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_server_types!]! + returning: [e_player_roles!]! } """ -on_conflict condition type for table "e_server_types" +on_conflict condition type for table "e_player_roles" """ -input e_server_types_on_conflict { - constraint: e_server_types_constraint! - update_columns: [e_server_types_update_column!]! = [] - where: e_server_types_bool_exp +input e_player_roles_on_conflict { + constraint: e_player_roles_constraint! + update_columns: [e_player_roles_update_column!]! = [] + where: e_player_roles_bool_exp } -"""Ordering options when selecting data from "e_server_types".""" -input e_server_types_order_by { +"""Ordering options when selecting data from "e_player_roles".""" +input e_player_roles_order_by { description: order_by - servers_aggregate: servers_aggregate_order_by value: order_by } -"""primary key columns input for table: e_server_types""" -input e_server_types_pk_columns_input { +"""primary key columns input for table: e_player_roles""" +input e_player_roles_pk_columns_input { value: String! } """ -select columns of table "e_server_types" +select columns of table "e_player_roles" """ -enum e_server_types_select_column { +enum e_player_roles_select_column { """column name""" description @@ -9215,34 +9209,34 @@ enum e_server_types_select_column { } """ -input type for updating data in table "e_server_types" +input type for updating data in table "e_player_roles" """ -input e_server_types_set_input { +input e_player_roles_set_input { description: String value: String } """ -Streaming cursor of the table "e_server_types" +Streaming cursor of the table "e_player_roles" """ -input e_server_types_stream_cursor_input { +input e_player_roles_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_server_types_stream_cursor_value_input! + initial_value: e_player_roles_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_server_types_stream_cursor_value_input { +input e_player_roles_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_server_types" +update columns of table "e_player_roles" """ -enum e_server_types_update_column { +enum e_player_roles_update_column { """column name""" description @@ -9250,220 +9244,140 @@ enum e_server_types_update_column { value } -input e_server_types_updates { +input e_player_roles_updates { """sets the columns of the filtered rows to the given values""" - _set: e_server_types_set_input + _set: e_player_roles_set_input """filter the rows which have to be updated""" - where: e_server_types_bool_exp! + where: e_player_roles_bool_exp! } """ -columns and relationships of "e_sides" +columns and relationships of "e_ready_settings" """ -type e_sides { +type e_ready_settings { description: String! - - """An array relationship""" - match_map_lineup_1( - """distinct select on columns""" - distinct_on: [match_maps_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: [match_maps_order_by!] - - """filter the rows returned""" - where: match_maps_bool_exp - ): [match_maps!]! - - """An aggregate relationship""" - match_map_lineup_1_aggregate( - """distinct select on columns""" - distinct_on: [match_maps_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: [match_maps_order_by!] - - """filter the rows returned""" - where: match_maps_bool_exp - ): match_maps_aggregate! - - """An array relationship""" - match_map_lineup_2( - """distinct select on columns""" - distinct_on: [match_maps_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: [match_maps_order_by!] - - """filter the rows returned""" - where: match_maps_bool_exp - ): [match_maps!]! - - """An aggregate relationship""" - match_map_lineup_2_aggregate( - """distinct select on columns""" - distinct_on: [match_maps_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: [match_maps_order_by!] - - """filter the rows returned""" - where: match_maps_bool_exp - ): match_maps_aggregate! value: String! } """ -aggregated selection of "e_sides" +aggregated selection of "e_ready_settings" """ -type e_sides_aggregate { - aggregate: e_sides_aggregate_fields - nodes: [e_sides!]! +type e_ready_settings_aggregate { + aggregate: e_ready_settings_aggregate_fields + nodes: [e_ready_settings!]! } """ -aggregate fields of "e_sides" +aggregate fields of "e_ready_settings" """ -type e_sides_aggregate_fields { - count(columns: [e_sides_select_column!], distinct: Boolean): Int! - max: e_sides_max_fields - min: e_sides_min_fields +type e_ready_settings_aggregate_fields { + count(columns: [e_ready_settings_select_column!], distinct: Boolean): Int! + max: e_ready_settings_max_fields + min: e_ready_settings_min_fields } """ -Boolean expression to filter rows from the table "e_sides". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_ready_settings". All fields are combined with a logical 'AND'. """ -input e_sides_bool_exp { - _and: [e_sides_bool_exp!] - _not: e_sides_bool_exp - _or: [e_sides_bool_exp!] +input e_ready_settings_bool_exp { + _and: [e_ready_settings_bool_exp!] + _not: e_ready_settings_bool_exp + _or: [e_ready_settings_bool_exp!] description: String_comparison_exp - match_map_lineup_1: match_maps_bool_exp - match_map_lineup_1_aggregate: match_maps_aggregate_bool_exp - match_map_lineup_2: match_maps_bool_exp - match_map_lineup_2_aggregate: match_maps_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_sides" +unique or primary key constraints on table "e_ready_settings" """ -enum e_sides_constraint { +enum e_ready_settings_constraint { """ unique or primary key constraint on columns "value" """ - e_teams_pkey + e_ready_settings_pkey } -enum e_sides_enum { - """Counter Terrorist""" - CT +enum e_ready_settings_enum { + """Admins Only""" + Admin - """None""" - None + """Captains Only""" + Captains - """Spectator""" - Spectator + """Coach Only""" + Coach - """Terrorist""" - TERRORIST + """All Players""" + Players } """ -Boolean expression to compare columns of type "e_sides_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_ready_settings_enum". All fields are combined with logical 'AND'. """ -input e_sides_enum_comparison_exp { - _eq: e_sides_enum - _in: [e_sides_enum!] +input e_ready_settings_enum_comparison_exp { + _eq: e_ready_settings_enum + _in: [e_ready_settings_enum!] _is_null: Boolean - _neq: e_sides_enum - _nin: [e_sides_enum!] + _neq: e_ready_settings_enum + _nin: [e_ready_settings_enum!] } """ -input type for inserting data into table "e_sides" +input type for inserting data into table "e_ready_settings" """ -input e_sides_insert_input { +input e_ready_settings_insert_input { description: String - match_map_lineup_1: match_maps_arr_rel_insert_input - match_map_lineup_2: match_maps_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_sides_max_fields { +type e_ready_settings_max_fields { description: String value: String } """aggregate min on columns""" -type e_sides_min_fields { +type e_ready_settings_min_fields { description: String value: String } """ -response of any mutation on the table "e_sides" +response of any mutation on the table "e_ready_settings" """ -type e_sides_mutation_response { +type e_ready_settings_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_sides!]! + returning: [e_ready_settings!]! } """ -on_conflict condition type for table "e_sides" +on_conflict condition type for table "e_ready_settings" """ -input e_sides_on_conflict { - constraint: e_sides_constraint! - update_columns: [e_sides_update_column!]! = [] - where: e_sides_bool_exp +input e_ready_settings_on_conflict { + constraint: e_ready_settings_constraint! + update_columns: [e_ready_settings_update_column!]! = [] + where: e_ready_settings_bool_exp } -"""Ordering options when selecting data from "e_sides".""" -input e_sides_order_by { +"""Ordering options when selecting data from "e_ready_settings".""" +input e_ready_settings_order_by { description: order_by - match_map_lineup_1_aggregate: match_maps_aggregate_order_by - match_map_lineup_2_aggregate: match_maps_aggregate_order_by value: order_by } -"""primary key columns input for table: e_sides""" -input e_sides_pk_columns_input { +"""primary key columns input for table: e_ready_settings""" +input e_ready_settings_pk_columns_input { value: String! } """ -select columns of table "e_sides" +select columns of table "e_ready_settings" """ -enum e_sides_select_column { +enum e_ready_settings_select_column { """column name""" description @@ -9472,34 +9386,34 @@ enum e_sides_select_column { } """ -input type for updating data in table "e_sides" +input type for updating data in table "e_ready_settings" """ -input e_sides_set_input { +input e_ready_settings_set_input { description: String value: String } """ -Streaming cursor of the table "e_sides" +Streaming cursor of the table "e_ready_settings" """ -input e_sides_stream_cursor_input { +input e_ready_settings_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_sides_stream_cursor_value_input! + initial_value: e_ready_settings_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_sides_stream_cursor_value_input { +input e_ready_settings_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_sides" +update columns of table "e_ready_settings" """ -enum e_sides_update_column { +enum e_ready_settings_update_column { """column name""" description @@ -9507,137 +9421,150 @@ enum e_sides_update_column { value } -input e_sides_updates { +input e_ready_settings_updates { """sets the columns of the filtered rows to the given values""" - _set: e_sides_set_input + _set: e_ready_settings_set_input """filter the rows which have to be updated""" - where: e_sides_bool_exp! + where: e_ready_settings_bool_exp! } """ -columns and relationships of "e_system_alert_types" +columns and relationships of "e_sanction_types" """ -type e_system_alert_types { +type e_sanction_types { description: String! value: String! } """ -aggregated selection of "e_system_alert_types" +aggregated selection of "e_sanction_types" """ -type e_system_alert_types_aggregate { - aggregate: e_system_alert_types_aggregate_fields - nodes: [e_system_alert_types!]! +type e_sanction_types_aggregate { + aggregate: e_sanction_types_aggregate_fields + nodes: [e_sanction_types!]! } """ -aggregate fields of "e_system_alert_types" +aggregate fields of "e_sanction_types" """ -type e_system_alert_types_aggregate_fields { - count(columns: [e_system_alert_types_select_column!], distinct: Boolean): Int! - max: e_system_alert_types_max_fields - min: e_system_alert_types_min_fields +type e_sanction_types_aggregate_fields { + count(columns: [e_sanction_types_select_column!], distinct: Boolean): Int! + max: e_sanction_types_max_fields + min: e_sanction_types_min_fields } """ -Boolean expression to filter rows from the table "e_system_alert_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_sanction_types". All fields are combined with a logical 'AND'. """ -input e_system_alert_types_bool_exp { - _and: [e_system_alert_types_bool_exp!] - _not: e_system_alert_types_bool_exp - _or: [e_system_alert_types_bool_exp!] +input e_sanction_types_bool_exp { + _and: [e_sanction_types_bool_exp!] + _not: e_sanction_types_bool_exp + _or: [e_sanction_types_bool_exp!] description: String_comparison_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_system_alert_types" +unique or primary key constraints on table "e_sanction_types" """ -enum e_system_alert_types_constraint { +enum e_sanction_types_constraint { """ unique or primary key constraint on columns "value" """ - e_system_alert_types_pkey + e_sanction_types_pkey } -enum e_system_alert_types_enum { - """Critical""" - critical +enum e_sanction_types_enum { + """Player is not able to participate in any activity""" + ban - """Informational""" - info + """Player cannot use text chat in game""" + gag - """Warning""" - warning + """Player cannot use voice chat in game""" + mute + + """Player muted and gagged""" + silence } """ -Boolean expression to compare columns of type "e_system_alert_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_sanction_types_enum". All fields are combined with logical 'AND'. """ -input e_system_alert_types_enum_comparison_exp { - _eq: e_system_alert_types_enum - _in: [e_system_alert_types_enum!] +input e_sanction_types_enum_comparison_exp { + _eq: e_sanction_types_enum + _in: [e_sanction_types_enum!] _is_null: Boolean - _neq: e_system_alert_types_enum - _nin: [e_system_alert_types_enum!] + _neq: e_sanction_types_enum + _nin: [e_sanction_types_enum!] } """ -input type for inserting data into table "e_system_alert_types" +input type for inserting data into table "e_sanction_types" """ -input e_system_alert_types_insert_input { +input e_sanction_types_insert_input { description: String value: String } """aggregate max on columns""" -type e_system_alert_types_max_fields { +type e_sanction_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_system_alert_types_min_fields { +type e_sanction_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_system_alert_types" +response of any mutation on the table "e_sanction_types" """ -type e_system_alert_types_mutation_response { +type e_sanction_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_system_alert_types!]! + returning: [e_sanction_types!]! } """ -on_conflict condition type for table "e_system_alert_types" +input type for inserting object relation for remote table "e_sanction_types" """ -input e_system_alert_types_on_conflict { - constraint: e_system_alert_types_constraint! - update_columns: [e_system_alert_types_update_column!]! = [] - where: e_system_alert_types_bool_exp +input e_sanction_types_obj_rel_insert_input { + data: e_sanction_types_insert_input! + + """upsert condition""" + on_conflict: e_sanction_types_on_conflict } -"""Ordering options when selecting data from "e_system_alert_types".""" -input e_system_alert_types_order_by { +""" +on_conflict condition type for table "e_sanction_types" +""" +input e_sanction_types_on_conflict { + constraint: e_sanction_types_constraint! + update_columns: [e_sanction_types_update_column!]! = [] + where: e_sanction_types_bool_exp +} + +"""Ordering options when selecting data from "e_sanction_types".""" +input e_sanction_types_order_by { description: order_by value: order_by } -"""primary key columns input for table: e_system_alert_types""" -input e_system_alert_types_pk_columns_input { +"""primary key columns input for table: e_sanction_types""" +input e_sanction_types_pk_columns_input { value: String! } """ -select columns of table "e_system_alert_types" +select columns of table "e_sanction_types" """ -enum e_system_alert_types_select_column { +enum e_sanction_types_select_column { """column name""" description @@ -9646,34 +9573,34 @@ enum e_system_alert_types_select_column { } """ -input type for updating data in table "e_system_alert_types" +input type for updating data in table "e_sanction_types" """ -input e_system_alert_types_set_input { +input e_sanction_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_system_alert_types" +Streaming cursor of the table "e_sanction_types" """ -input e_system_alert_types_stream_cursor_input { +input e_sanction_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_system_alert_types_stream_cursor_value_input! + initial_value: e_sanction_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_system_alert_types_stream_cursor_value_input { +input e_sanction_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_system_alert_types" +update columns of table "e_sanction_types" """ -enum e_system_alert_types_update_column { +enum e_sanction_types_update_column { """column name""" description @@ -9681,60 +9608,24 @@ enum e_system_alert_types_update_column { value } -input e_system_alert_types_updates { +input e_sanction_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_system_alert_types_set_input + _set: e_sanction_types_set_input """filter the rows which have to be updated""" - where: e_system_alert_types_bool_exp! + where: e_sanction_types_bool_exp! } """ -columns and relationships of "e_team_roles" +columns and relationships of "e_scrim_request_statuses" """ -type e_team_roles { +type e_scrim_request_statuses { description: String! """An array relationship""" - team_rosters( - """distinct select on columns""" - distinct_on: [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: [team_roster_order_by!] - - """filter the rows returned""" - where: team_roster_bool_exp - ): [team_roster!]! - - """An aggregate relationship""" - team_rosters_aggregate( - """distinct select on columns""" - distinct_on: [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: [team_roster_order_by!] - - """filter the rows returned""" - where: team_roster_bool_exp - ): team_roster_aggregate! - - """An array relationship""" - tournament_team_rosters( + scrim_requests( """distinct select on columns""" - distinct_on: [tournament_team_roster_select_column!] + distinct_on: [team_scrim_requests_select_column!] """limit the number of rows returned""" limit: Int @@ -9743,16 +9634,16 @@ type e_team_roles { offset: Int """sort the rows by one or more columns""" - order_by: [tournament_team_roster_order_by!] + order_by: [team_scrim_requests_order_by!] """filter the rows returned""" - where: tournament_team_roster_bool_exp - ): [tournament_team_roster!]! + where: team_scrim_requests_bool_exp + ): [team_scrim_requests!]! """An aggregate relationship""" - tournament_team_rosters_aggregate( + scrim_requests_aggregate( """distinct select on columns""" - distinct_on: [tournament_team_roster_select_column!] + distinct_on: [team_scrim_requests_select_column!] """limit the number of rows returned""" limit: Int @@ -9761,147 +9652,145 @@ type e_team_roles { offset: Int """sort the rows by one or more columns""" - order_by: [tournament_team_roster_order_by!] + order_by: [team_scrim_requests_order_by!] """filter the rows returned""" - where: tournament_team_roster_bool_exp - ): tournament_team_roster_aggregate! + where: team_scrim_requests_bool_exp + ): team_scrim_requests_aggregate! value: String! } """ -aggregated selection of "e_team_roles" +aggregated selection of "e_scrim_request_statuses" """ -type e_team_roles_aggregate { - aggregate: e_team_roles_aggregate_fields - nodes: [e_team_roles!]! +type e_scrim_request_statuses_aggregate { + aggregate: e_scrim_request_statuses_aggregate_fields + nodes: [e_scrim_request_statuses!]! } """ -aggregate fields of "e_team_roles" +aggregate fields of "e_scrim_request_statuses" """ -type e_team_roles_aggregate_fields { - count(columns: [e_team_roles_select_column!], distinct: Boolean): Int! - max: e_team_roles_max_fields - min: e_team_roles_min_fields +type e_scrim_request_statuses_aggregate_fields { + count(columns: [e_scrim_request_statuses_select_column!], distinct: Boolean): Int! + max: e_scrim_request_statuses_max_fields + min: e_scrim_request_statuses_min_fields } """ -Boolean expression to filter rows from the table "e_team_roles". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_scrim_request_statuses". All fields are combined with a logical 'AND'. """ -input e_team_roles_bool_exp { - _and: [e_team_roles_bool_exp!] - _not: e_team_roles_bool_exp - _or: [e_team_roles_bool_exp!] +input e_scrim_request_statuses_bool_exp { + _and: [e_scrim_request_statuses_bool_exp!] + _not: e_scrim_request_statuses_bool_exp + _or: [e_scrim_request_statuses_bool_exp!] description: String_comparison_exp - team_rosters: team_roster_bool_exp - team_rosters_aggregate: team_roster_aggregate_bool_exp - tournament_team_rosters: tournament_team_roster_bool_exp - tournament_team_rosters_aggregate: tournament_team_roster_aggregate_bool_exp + scrim_requests: team_scrim_requests_bool_exp + scrim_requests_aggregate: team_scrim_requests_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_team_roles" +unique or primary key constraints on table "e_scrim_request_statuses" """ -enum e_team_roles_constraint { +enum e_scrim_request_statuses_constraint { """ unique or primary key constraint on columns "value" """ - e_team_roles_pkey + e_scrim_request_statuses_pkey } -enum e_team_roles_enum { - """Administrator""" - Admin +enum e_scrim_request_statuses_enum { + """Both teams agreed on a time""" + Accepted - """Ability Invite / Add Players""" - Invite + """The request was cancelled by the proposer""" + Cancelled - """Basic Membership""" - Member + """A new time was proposed and is awaiting the other team""" + Countered + + """The request was declined""" + Declined + + """The request expired before being answered""" + Expired + + """A hosted match was scheduled for this request""" + Matched + + """Awaiting the other team to accept, decline, or counter""" + Pending } """ -Boolean expression to compare columns of type "e_team_roles_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_scrim_request_statuses_enum". All fields are combined with logical 'AND'. """ -input e_team_roles_enum_comparison_exp { - _eq: e_team_roles_enum - _in: [e_team_roles_enum!] +input e_scrim_request_statuses_enum_comparison_exp { + _eq: e_scrim_request_statuses_enum + _in: [e_scrim_request_statuses_enum!] _is_null: Boolean - _neq: e_team_roles_enum - _nin: [e_team_roles_enum!] + _neq: e_scrim_request_statuses_enum + _nin: [e_scrim_request_statuses_enum!] } """ -input type for inserting data into table "e_team_roles" +input type for inserting data into table "e_scrim_request_statuses" """ -input e_team_roles_insert_input { +input e_scrim_request_statuses_insert_input { description: String - team_rosters: team_roster_arr_rel_insert_input - tournament_team_rosters: tournament_team_roster_arr_rel_insert_input + scrim_requests: team_scrim_requests_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_team_roles_max_fields { +type e_scrim_request_statuses_max_fields { description: String value: String } """aggregate min on columns""" -type e_team_roles_min_fields { +type e_scrim_request_statuses_min_fields { description: String value: String } """ -response of any mutation on the table "e_team_roles" +response of any mutation on the table "e_scrim_request_statuses" """ -type e_team_roles_mutation_response { +type e_scrim_request_statuses_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_team_roles!]! -} - -""" -input type for inserting object relation for remote table "e_team_roles" -""" -input e_team_roles_obj_rel_insert_input { - data: e_team_roles_insert_input! - - """upsert condition""" - on_conflict: e_team_roles_on_conflict + returning: [e_scrim_request_statuses!]! } """ -on_conflict condition type for table "e_team_roles" +on_conflict condition type for table "e_scrim_request_statuses" """ -input e_team_roles_on_conflict { - constraint: e_team_roles_constraint! - update_columns: [e_team_roles_update_column!]! = [] - where: e_team_roles_bool_exp +input e_scrim_request_statuses_on_conflict { + constraint: e_scrim_request_statuses_constraint! + update_columns: [e_scrim_request_statuses_update_column!]! = [] + where: e_scrim_request_statuses_bool_exp } -"""Ordering options when selecting data from "e_team_roles".""" -input e_team_roles_order_by { +"""Ordering options when selecting data from "e_scrim_request_statuses".""" +input e_scrim_request_statuses_order_by { description: order_by - team_rosters_aggregate: team_roster_aggregate_order_by - tournament_team_rosters_aggregate: tournament_team_roster_aggregate_order_by + scrim_requests_aggregate: team_scrim_requests_aggregate_order_by value: order_by } -"""primary key columns input for table: e_team_roles""" -input e_team_roles_pk_columns_input { +"""primary key columns input for table: e_scrim_request_statuses""" +input e_scrim_request_statuses_pk_columns_input { value: String! } """ -select columns of table "e_team_roles" +select columns of table "e_scrim_request_statuses" """ -enum e_team_roles_select_column { +enum e_scrim_request_statuses_select_column { """column name""" description @@ -9910,34 +9799,34 @@ enum e_team_roles_select_column { } """ -input type for updating data in table "e_team_roles" +input type for updating data in table "e_scrim_request_statuses" """ -input e_team_roles_set_input { +input e_scrim_request_statuses_set_input { description: String value: String } """ -Streaming cursor of the table "e_team_roles" +Streaming cursor of the table "e_scrim_request_statuses" """ -input e_team_roles_stream_cursor_input { +input e_scrim_request_statuses_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_team_roles_stream_cursor_value_input! + initial_value: e_scrim_request_statuses_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_team_roles_stream_cursor_value_input { +input e_scrim_request_statuses_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_team_roles" +update columns of table "e_scrim_request_statuses" """ -enum e_team_roles_update_column { +enum e_scrim_request_statuses_update_column { """column name""" description @@ -9945,137 +9834,192 @@ enum e_team_roles_update_column { value } -input e_team_roles_updates { +input e_scrim_request_statuses_updates { """sets the columns of the filtered rows to the given values""" - _set: e_team_roles_set_input + _set: e_scrim_request_statuses_set_input """filter the rows which have to be updated""" - where: e_team_roles_bool_exp! + where: e_scrim_request_statuses_bool_exp! } """ -columns and relationships of "e_team_roster_statuses" +columns and relationships of "e_server_types" """ -type e_team_roster_statuses { +type e_server_types { description: String! + + """An array relationship""" + servers( + """distinct select on columns""" + distinct_on: [servers_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: [servers_order_by!] + + """filter the rows returned""" + where: servers_bool_exp + ): [servers!]! + + """An aggregate relationship""" + servers_aggregate( + """distinct select on columns""" + distinct_on: [servers_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: [servers_order_by!] + + """filter the rows returned""" + where: servers_bool_exp + ): servers_aggregate! value: String! } """ -aggregated selection of "e_team_roster_statuses" +aggregated selection of "e_server_types" """ -type e_team_roster_statuses_aggregate { - aggregate: e_team_roster_statuses_aggregate_fields - nodes: [e_team_roster_statuses!]! +type e_server_types_aggregate { + aggregate: e_server_types_aggregate_fields + nodes: [e_server_types!]! } """ -aggregate fields of "e_team_roster_statuses" +aggregate fields of "e_server_types" """ -type e_team_roster_statuses_aggregate_fields { - count(columns: [e_team_roster_statuses_select_column!], distinct: Boolean): Int! - max: e_team_roster_statuses_max_fields - min: e_team_roster_statuses_min_fields +type e_server_types_aggregate_fields { + count(columns: [e_server_types_select_column!], distinct: Boolean): Int! + max: e_server_types_max_fields + min: e_server_types_min_fields } """ -Boolean expression to filter rows from the table "e_team_roster_statuses". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_server_types". All fields are combined with a logical 'AND'. """ -input e_team_roster_statuses_bool_exp { - _and: [e_team_roster_statuses_bool_exp!] - _not: e_team_roster_statuses_bool_exp - _or: [e_team_roster_statuses_bool_exp!] +input e_server_types_bool_exp { + _and: [e_server_types_bool_exp!] + _not: e_server_types_bool_exp + _or: [e_server_types_bool_exp!] description: String_comparison_exp + servers: servers_bool_exp + servers_aggregate: servers_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_team_roster_statuses" +unique or primary key constraints on table "e_server_types" """ -enum e_team_roster_statuses_constraint { +enum e_server_types_constraint { """ unique or primary key constraint on columns "value" """ - e_team_roster_statuses_pkey + e_server_types_pkey } -enum e_team_roster_statuses_enum { - """Benched""" - Benched +enum e_server_types_enum { + """Valve Arms Race""" + ArmsRace - """Starter""" - Starter + """Valve Casual""" + Casual - """Substitute""" - Substitute + """Valve Competitive""" + Competitive + + """Custom""" + Custom + + """Valve Deathmatch""" + Deathmatch + + """5Stack Ranked Server""" + Ranked + + """Valve Retake""" + Retake + + """Valve Wingman""" + Wingman } """ -Boolean expression to compare columns of type "e_team_roster_statuses_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_server_types_enum". All fields are combined with logical 'AND'. """ -input e_team_roster_statuses_enum_comparison_exp { - _eq: e_team_roster_statuses_enum - _in: [e_team_roster_statuses_enum!] +input e_server_types_enum_comparison_exp { + _eq: e_server_types_enum + _in: [e_server_types_enum!] _is_null: Boolean - _neq: e_team_roster_statuses_enum - _nin: [e_team_roster_statuses_enum!] + _neq: e_server_types_enum + _nin: [e_server_types_enum!] } """ -input type for inserting data into table "e_team_roster_statuses" +input type for inserting data into table "e_server_types" """ -input e_team_roster_statuses_insert_input { +input e_server_types_insert_input { description: String + servers: servers_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_team_roster_statuses_max_fields { +type e_server_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_team_roster_statuses_min_fields { +type e_server_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_team_roster_statuses" +response of any mutation on the table "e_server_types" """ -type e_team_roster_statuses_mutation_response { +type e_server_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_team_roster_statuses!]! + returning: [e_server_types!]! } """ -on_conflict condition type for table "e_team_roster_statuses" +on_conflict condition type for table "e_server_types" """ -input e_team_roster_statuses_on_conflict { - constraint: e_team_roster_statuses_constraint! - update_columns: [e_team_roster_statuses_update_column!]! = [] - where: e_team_roster_statuses_bool_exp +input e_server_types_on_conflict { + constraint: e_server_types_constraint! + update_columns: [e_server_types_update_column!]! = [] + where: e_server_types_bool_exp } -"""Ordering options when selecting data from "e_team_roster_statuses".""" -input e_team_roster_statuses_order_by { +"""Ordering options when selecting data from "e_server_types".""" +input e_server_types_order_by { description: order_by + servers_aggregate: servers_aggregate_order_by value: order_by } -"""primary key columns input for table: e_team_roster_statuses""" -input e_team_roster_statuses_pk_columns_input { +"""primary key columns input for table: e_server_types""" +input e_server_types_pk_columns_input { value: String! } """ -select columns of table "e_team_roster_statuses" +select columns of table "e_server_types" """ -enum e_team_roster_statuses_select_column { +enum e_server_types_select_column { """column name""" description @@ -10084,34 +10028,34 @@ enum e_team_roster_statuses_select_column { } """ -input type for updating data in table "e_team_roster_statuses" +input type for updating data in table "e_server_types" """ -input e_team_roster_statuses_set_input { +input e_server_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_team_roster_statuses" +Streaming cursor of the table "e_server_types" """ -input e_team_roster_statuses_stream_cursor_input { +input e_server_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_team_roster_statuses_stream_cursor_value_input! + initial_value: e_server_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_team_roster_statuses_stream_cursor_value_input { +input e_server_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_team_roster_statuses" +update columns of table "e_server_types" """ -enum e_team_roster_statuses_update_column { +enum e_server_types_update_column { """column name""" description @@ -10119,140 +10063,220 @@ enum e_team_roster_statuses_update_column { value } -input e_team_roster_statuses_updates { +input e_server_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_team_roster_statuses_set_input + _set: e_server_types_set_input """filter the rows which have to be updated""" - where: e_team_roster_statuses_bool_exp! + where: e_server_types_bool_exp! } """ -columns and relationships of "e_timeout_settings" +columns and relationships of "e_sides" """ -type e_timeout_settings { +type e_sides { description: String! + + """An array relationship""" + match_map_lineup_1( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): [match_maps!]! + + """An aggregate relationship""" + match_map_lineup_1_aggregate( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): match_maps_aggregate! + + """An array relationship""" + match_map_lineup_2( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): [match_maps!]! + + """An aggregate relationship""" + match_map_lineup_2_aggregate( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): match_maps_aggregate! value: String! } """ -aggregated selection of "e_timeout_settings" +aggregated selection of "e_sides" """ -type e_timeout_settings_aggregate { - aggregate: e_timeout_settings_aggregate_fields - nodes: [e_timeout_settings!]! +type e_sides_aggregate { + aggregate: e_sides_aggregate_fields + nodes: [e_sides!]! } """ -aggregate fields of "e_timeout_settings" +aggregate fields of "e_sides" """ -type e_timeout_settings_aggregate_fields { - count(columns: [e_timeout_settings_select_column!], distinct: Boolean): Int! - max: e_timeout_settings_max_fields - min: e_timeout_settings_min_fields +type e_sides_aggregate_fields { + count(columns: [e_sides_select_column!], distinct: Boolean): Int! + max: e_sides_max_fields + min: e_sides_min_fields } """ -Boolean expression to filter rows from the table "e_timeout_settings". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_sides". All fields are combined with a logical 'AND'. """ -input e_timeout_settings_bool_exp { - _and: [e_timeout_settings_bool_exp!] - _not: e_timeout_settings_bool_exp - _or: [e_timeout_settings_bool_exp!] +input e_sides_bool_exp { + _and: [e_sides_bool_exp!] + _not: e_sides_bool_exp + _or: [e_sides_bool_exp!] description: String_comparison_exp + match_map_lineup_1: match_maps_bool_exp + match_map_lineup_1_aggregate: match_maps_aggregate_bool_exp + match_map_lineup_2: match_maps_bool_exp + match_map_lineup_2_aggregate: match_maps_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_timeout_settings" +unique or primary key constraints on table "e_sides" """ -enum e_timeout_settings_constraint { +enum e_sides_constraint { """ unique or primary key constraint on columns "value" """ - e_timeout_settings_pkey + e_teams_pkey } -enum e_timeout_settings_enum { - """Admins Only""" - Admin +enum e_sides_enum { + """Counter Terrorist""" + CT - """Coach Only""" - Coach + """None""" + None - """Coach And Captains""" - CoachAndCaptains + """Spectator""" + Spectator - """Coach And Players""" - CoachAndPlayers + """Terrorist""" + TERRORIST } """ -Boolean expression to compare columns of type "e_timeout_settings_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_sides_enum". All fields are combined with logical 'AND'. """ -input e_timeout_settings_enum_comparison_exp { - _eq: e_timeout_settings_enum - _in: [e_timeout_settings_enum!] +input e_sides_enum_comparison_exp { + _eq: e_sides_enum + _in: [e_sides_enum!] _is_null: Boolean - _neq: e_timeout_settings_enum - _nin: [e_timeout_settings_enum!] + _neq: e_sides_enum + _nin: [e_sides_enum!] } """ -input type for inserting data into table "e_timeout_settings" +input type for inserting data into table "e_sides" """ -input e_timeout_settings_insert_input { +input e_sides_insert_input { description: String + match_map_lineup_1: match_maps_arr_rel_insert_input + match_map_lineup_2: match_maps_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_timeout_settings_max_fields { +type e_sides_max_fields { description: String value: String } """aggregate min on columns""" -type e_timeout_settings_min_fields { +type e_sides_min_fields { description: String value: String } """ -response of any mutation on the table "e_timeout_settings" +response of any mutation on the table "e_sides" """ -type e_timeout_settings_mutation_response { +type e_sides_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_timeout_settings!]! + returning: [e_sides!]! } """ -on_conflict condition type for table "e_timeout_settings" +on_conflict condition type for table "e_sides" """ -input e_timeout_settings_on_conflict { - constraint: e_timeout_settings_constraint! - update_columns: [e_timeout_settings_update_column!]! = [] - where: e_timeout_settings_bool_exp +input e_sides_on_conflict { + constraint: e_sides_constraint! + update_columns: [e_sides_update_column!]! = [] + where: e_sides_bool_exp } -"""Ordering options when selecting data from "e_timeout_settings".""" -input e_timeout_settings_order_by { +"""Ordering options when selecting data from "e_sides".""" +input e_sides_order_by { description: order_by + match_map_lineup_1_aggregate: match_maps_aggregate_order_by + match_map_lineup_2_aggregate: match_maps_aggregate_order_by value: order_by } -"""primary key columns input for table: e_timeout_settings""" -input e_timeout_settings_pk_columns_input { +"""primary key columns input for table: e_sides""" +input e_sides_pk_columns_input { value: String! } """ -select columns of table "e_timeout_settings" +select columns of table "e_sides" """ -enum e_timeout_settings_select_column { +enum e_sides_select_column { """column name""" description @@ -10261,34 +10285,34 @@ enum e_timeout_settings_select_column { } """ -input type for updating data in table "e_timeout_settings" +input type for updating data in table "e_sides" """ -input e_timeout_settings_set_input { +input e_sides_set_input { description: String value: String } """ -Streaming cursor of the table "e_timeout_settings" +Streaming cursor of the table "e_sides" """ -input e_timeout_settings_stream_cursor_input { +input e_sides_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_timeout_settings_stream_cursor_value_input! + initial_value: e_sides_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_timeout_settings_stream_cursor_value_input { +input e_sides_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_timeout_settings" +update columns of table "e_sides" """ -enum e_timeout_settings_update_column { +enum e_sides_update_column { """column name""" description @@ -10296,190 +10320,137 @@ enum e_timeout_settings_update_column { value } -input e_timeout_settings_updates { +input e_sides_updates { """sets the columns of the filtered rows to the given values""" - _set: e_timeout_settings_set_input + _set: e_sides_set_input """filter the rows which have to be updated""" - where: e_timeout_settings_bool_exp! + where: e_sides_bool_exp! } """ -columns and relationships of "e_tournament_stage_types" +columns and relationships of "e_system_alert_types" """ -type e_tournament_stage_types { +type e_system_alert_types { description: String! - - """An array relationship""" - tournament_stages( - """distinct select on columns""" - distinct_on: [tournament_stages_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_stages_order_by!] - - """filter the rows returned""" - where: tournament_stages_bool_exp - ): [tournament_stages!]! - - """An aggregate relationship""" - tournament_stages_aggregate( - """distinct select on columns""" - distinct_on: [tournament_stages_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_stages_order_by!] - - """filter the rows returned""" - where: tournament_stages_bool_exp - ): tournament_stages_aggregate! value: String! } """ -aggregated selection of "e_tournament_stage_types" +aggregated selection of "e_system_alert_types" """ -type e_tournament_stage_types_aggregate { - aggregate: e_tournament_stage_types_aggregate_fields - nodes: [e_tournament_stage_types!]! +type e_system_alert_types_aggregate { + aggregate: e_system_alert_types_aggregate_fields + nodes: [e_system_alert_types!]! } """ -aggregate fields of "e_tournament_stage_types" +aggregate fields of "e_system_alert_types" """ -type e_tournament_stage_types_aggregate_fields { - count(columns: [e_tournament_stage_types_select_column!], distinct: Boolean): Int! - max: e_tournament_stage_types_max_fields - min: e_tournament_stage_types_min_fields +type e_system_alert_types_aggregate_fields { + count(columns: [e_system_alert_types_select_column!], distinct: Boolean): Int! + max: e_system_alert_types_max_fields + min: e_system_alert_types_min_fields } """ -Boolean expression to filter rows from the table "e_tournament_stage_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_system_alert_types". All fields are combined with a logical 'AND'. """ -input e_tournament_stage_types_bool_exp { - _and: [e_tournament_stage_types_bool_exp!] - _not: e_tournament_stage_types_bool_exp - _or: [e_tournament_stage_types_bool_exp!] +input e_system_alert_types_bool_exp { + _and: [e_system_alert_types_bool_exp!] + _not: e_system_alert_types_bool_exp + _or: [e_system_alert_types_bool_exp!] description: String_comparison_exp - tournament_stages: tournament_stages_bool_exp - tournament_stages_aggregate: tournament_stages_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_tournament_stage_types" +unique or primary key constraints on table "e_system_alert_types" """ -enum e_tournament_stage_types_constraint { +enum e_system_alert_types_constraint { """ unique or primary key constraint on columns "value" """ - e_tournament_stage_types_pkey + e_system_alert_types_pkey } -enum e_tournament_stage_types_enum { - """Double Elimination""" - DoubleElimination - - """Round Robin""" - RoundRobin +enum e_system_alert_types_enum { + """Critical""" + critical - """Single Elimination""" - SingleElimination + """Informational""" + info - """Swiss""" - Swiss + """Warning""" + warning } """ -Boolean expression to compare columns of type "e_tournament_stage_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_system_alert_types_enum". All fields are combined with logical 'AND'. """ -input e_tournament_stage_types_enum_comparison_exp { - _eq: e_tournament_stage_types_enum - _in: [e_tournament_stage_types_enum!] +input e_system_alert_types_enum_comparison_exp { + _eq: e_system_alert_types_enum + _in: [e_system_alert_types_enum!] _is_null: Boolean - _neq: e_tournament_stage_types_enum - _nin: [e_tournament_stage_types_enum!] + _neq: e_system_alert_types_enum + _nin: [e_system_alert_types_enum!] } """ -input type for inserting data into table "e_tournament_stage_types" +input type for inserting data into table "e_system_alert_types" """ -input e_tournament_stage_types_insert_input { +input e_system_alert_types_insert_input { description: String - tournament_stages: tournament_stages_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_tournament_stage_types_max_fields { +type e_system_alert_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_tournament_stage_types_min_fields { +type e_system_alert_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_tournament_stage_types" +response of any mutation on the table "e_system_alert_types" """ -type e_tournament_stage_types_mutation_response { +type e_system_alert_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_tournament_stage_types!]! -} - -""" -input type for inserting object relation for remote table "e_tournament_stage_types" -""" -input e_tournament_stage_types_obj_rel_insert_input { - data: e_tournament_stage_types_insert_input! - - """upsert condition""" - on_conflict: e_tournament_stage_types_on_conflict + returning: [e_system_alert_types!]! } """ -on_conflict condition type for table "e_tournament_stage_types" +on_conflict condition type for table "e_system_alert_types" """ -input e_tournament_stage_types_on_conflict { - constraint: e_tournament_stage_types_constraint! - update_columns: [e_tournament_stage_types_update_column!]! = [] - where: e_tournament_stage_types_bool_exp +input e_system_alert_types_on_conflict { + constraint: e_system_alert_types_constraint! + update_columns: [e_system_alert_types_update_column!]! = [] + where: e_system_alert_types_bool_exp } -"""Ordering options when selecting data from "e_tournament_stage_types".""" -input e_tournament_stage_types_order_by { +"""Ordering options when selecting data from "e_system_alert_types".""" +input e_system_alert_types_order_by { description: order_by - tournament_stages_aggregate: tournament_stages_aggregate_order_by value: order_by } -"""primary key columns input for table: e_tournament_stage_types""" -input e_tournament_stage_types_pk_columns_input { +"""primary key columns input for table: e_system_alert_types""" +input e_system_alert_types_pk_columns_input { value: String! } """ -select columns of table "e_tournament_stage_types" +select columns of table "e_system_alert_types" """ -enum e_tournament_stage_types_select_column { +enum e_system_alert_types_select_column { """column name""" description @@ -10488,34 +10459,34 @@ enum e_tournament_stage_types_select_column { } """ -input type for updating data in table "e_tournament_stage_types" +input type for updating data in table "e_system_alert_types" """ -input e_tournament_stage_types_set_input { +input e_system_alert_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_tournament_stage_types" +Streaming cursor of the table "e_system_alert_types" """ -input e_tournament_stage_types_stream_cursor_input { +input e_system_alert_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_tournament_stage_types_stream_cursor_value_input! + initial_value: e_system_alert_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_tournament_stage_types_stream_cursor_value_input { +input e_system_alert_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_tournament_stage_types" +update columns of table "e_system_alert_types" """ -enum e_tournament_stage_types_update_column { +enum e_system_alert_types_update_column { """column name""" description @@ -10523,24 +10494,24 @@ enum e_tournament_stage_types_update_column { value } -input e_tournament_stage_types_updates { +input e_system_alert_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_tournament_stage_types_set_input + _set: e_system_alert_types_set_input """filter the rows which have to be updated""" - where: e_tournament_stage_types_bool_exp! + where: e_system_alert_types_bool_exp! } """ -columns and relationships of "e_tournament_status" +columns and relationships of "e_team_roles" """ -type e_tournament_status { +type e_team_roles { description: String! """An array relationship""" - tournaments( + team_rosters( """distinct select on columns""" - distinct_on: [tournaments_select_column!] + distinct_on: [team_roster_select_column!] """limit the number of rows returned""" limit: Int @@ -10549,16 +10520,16 @@ type e_tournament_status { offset: Int """sort the rows by one or more columns""" - order_by: [tournaments_order_by!] + order_by: [team_roster_order_by!] """filter the rows returned""" - where: tournaments_bool_exp - ): [tournaments!]! + where: team_roster_bool_exp + ): [team_roster!]! """An aggregate relationship""" - tournaments_aggregate( + team_rosters_aggregate( """distinct select on columns""" - distinct_on: [tournaments_select_column!] + distinct_on: [team_roster_select_column!] """limit the number of rows returned""" limit: Int @@ -10567,158 +10538,183 @@ type e_tournament_status { offset: Int """sort the rows by one or more columns""" - order_by: [tournaments_order_by!] + order_by: [team_roster_order_by!] """filter the rows returned""" - where: tournaments_bool_exp - ): tournaments_aggregate! + where: team_roster_bool_exp + ): team_roster_aggregate! + + """An array relationship""" + tournament_team_rosters( + """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""" + tournament_team_rosters_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! value: String! } """ -aggregated selection of "e_tournament_status" +aggregated selection of "e_team_roles" """ -type e_tournament_status_aggregate { - aggregate: e_tournament_status_aggregate_fields - nodes: [e_tournament_status!]! +type e_team_roles_aggregate { + aggregate: e_team_roles_aggregate_fields + nodes: [e_team_roles!]! } """ -aggregate fields of "e_tournament_status" +aggregate fields of "e_team_roles" """ -type e_tournament_status_aggregate_fields { - count(columns: [e_tournament_status_select_column!], distinct: Boolean): Int! - max: e_tournament_status_max_fields - min: e_tournament_status_min_fields +type e_team_roles_aggregate_fields { + count(columns: [e_team_roles_select_column!], distinct: Boolean): Int! + max: e_team_roles_max_fields + min: e_team_roles_min_fields } """ -Boolean expression to filter rows from the table "e_tournament_status". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_team_roles". All fields are combined with a logical 'AND'. """ -input e_tournament_status_bool_exp { - _and: [e_tournament_status_bool_exp!] - _not: e_tournament_status_bool_exp - _or: [e_tournament_status_bool_exp!] +input e_team_roles_bool_exp { + _and: [e_team_roles_bool_exp!] + _not: e_team_roles_bool_exp + _or: [e_team_roles_bool_exp!] description: String_comparison_exp - tournaments: tournaments_bool_exp - tournaments_aggregate: tournaments_aggregate_bool_exp + team_rosters: team_roster_bool_exp + team_rosters_aggregate: team_roster_aggregate_bool_exp + tournament_team_rosters: tournament_team_roster_bool_exp + tournament_team_rosters_aggregate: tournament_team_roster_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_tournament_status" +unique or primary key constraints on table "e_team_roles" """ -enum e_tournament_status_constraint { +enum e_team_roles_constraint { """ unique or primary key constraint on columns "value" """ - e_tournament_status_pkey + e_team_roles_pkey } -enum e_tournament_status_enum { - """Cancelled""" - Cancelled - - """Cancelled because it did not meet minimum number of teams""" - CancelledMinTeams +enum e_team_roles_enum { + """Administrator""" + Admin - """Finished""" - Finished + """Ability Invite / Add Players""" + Invite - """Live""" - Live - - """Paused""" - Paused - - """Registration Closed""" - RegistrationClosed - - """Registration Open""" - RegistrationOpen - - """Setup""" - Setup -} + """Basic Membership""" + Member +} """ -Boolean expression to compare columns of type "e_tournament_status_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_team_roles_enum". All fields are combined with logical 'AND'. """ -input e_tournament_status_enum_comparison_exp { - _eq: e_tournament_status_enum - _in: [e_tournament_status_enum!] +input e_team_roles_enum_comparison_exp { + _eq: e_team_roles_enum + _in: [e_team_roles_enum!] _is_null: Boolean - _neq: e_tournament_status_enum - _nin: [e_tournament_status_enum!] + _neq: e_team_roles_enum + _nin: [e_team_roles_enum!] } """ -input type for inserting data into table "e_tournament_status" +input type for inserting data into table "e_team_roles" """ -input e_tournament_status_insert_input { +input e_team_roles_insert_input { description: String - tournaments: tournaments_arr_rel_insert_input + team_rosters: team_roster_arr_rel_insert_input + tournament_team_rosters: tournament_team_roster_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_tournament_status_max_fields { +type e_team_roles_max_fields { description: String value: String } """aggregate min on columns""" -type e_tournament_status_min_fields { +type e_team_roles_min_fields { description: String value: String } """ -response of any mutation on the table "e_tournament_status" +response of any mutation on the table "e_team_roles" """ -type e_tournament_status_mutation_response { +type e_team_roles_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_tournament_status!]! + returning: [e_team_roles!]! } """ -input type for inserting object relation for remote table "e_tournament_status" +input type for inserting object relation for remote table "e_team_roles" """ -input e_tournament_status_obj_rel_insert_input { - data: e_tournament_status_insert_input! +input e_team_roles_obj_rel_insert_input { + data: e_team_roles_insert_input! """upsert condition""" - on_conflict: e_tournament_status_on_conflict + on_conflict: e_team_roles_on_conflict } """ -on_conflict condition type for table "e_tournament_status" +on_conflict condition type for table "e_team_roles" """ -input e_tournament_status_on_conflict { - constraint: e_tournament_status_constraint! - update_columns: [e_tournament_status_update_column!]! = [] - where: e_tournament_status_bool_exp +input e_team_roles_on_conflict { + constraint: e_team_roles_constraint! + update_columns: [e_team_roles_update_column!]! = [] + where: e_team_roles_bool_exp } -"""Ordering options when selecting data from "e_tournament_status".""" -input e_tournament_status_order_by { +"""Ordering options when selecting data from "e_team_roles".""" +input e_team_roles_order_by { description: order_by - tournaments_aggregate: tournaments_aggregate_order_by + team_rosters_aggregate: team_roster_aggregate_order_by + tournament_team_rosters_aggregate: tournament_team_roster_aggregate_order_by value: order_by } -"""primary key columns input for table: e_tournament_status""" -input e_tournament_status_pk_columns_input { +"""primary key columns input for table: e_team_roles""" +input e_team_roles_pk_columns_input { value: String! } """ -select columns of table "e_tournament_status" +select columns of table "e_team_roles" """ -enum e_tournament_status_select_column { +enum e_team_roles_select_column { """column name""" description @@ -10727,34 +10723,34 @@ enum e_tournament_status_select_column { } """ -input type for updating data in table "e_tournament_status" +input type for updating data in table "e_team_roles" """ -input e_tournament_status_set_input { +input e_team_roles_set_input { description: String value: String } """ -Streaming cursor of the table "e_tournament_status" +Streaming cursor of the table "e_team_roles" """ -input e_tournament_status_stream_cursor_input { +input e_team_roles_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_tournament_status_stream_cursor_value_input! + initial_value: e_team_roles_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_tournament_status_stream_cursor_value_input { +input e_team_roles_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_tournament_status" +update columns of table "e_team_roles" """ -enum e_tournament_status_update_column { +enum e_team_roles_update_column { """column name""" description @@ -10762,183 +10758,137 @@ enum e_tournament_status_update_column { value } -input e_tournament_status_updates { +input e_team_roles_updates { """sets the columns of the filtered rows to the given values""" - _set: e_tournament_status_set_input + _set: e_team_roles_set_input """filter the rows which have to be updated""" - where: e_tournament_status_bool_exp! + where: e_team_roles_bool_exp! } """ -columns and relationships of "e_utility_types" +columns and relationships of "e_team_roster_statuses" """ -type e_utility_types { +type e_team_roster_statuses { description: String! - - """An array relationship""" - player_utilities( - """distinct select on columns""" - distinct_on: [player_utility_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: [player_utility_order_by!] - - """filter the rows returned""" - where: player_utility_bool_exp - ): [player_utility!]! - - """An aggregate relationship""" - player_utilities_aggregate( - """distinct select on columns""" - distinct_on: [player_utility_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: [player_utility_order_by!] - - """filter the rows returned""" - where: player_utility_bool_exp - ): player_utility_aggregate! value: String! } """ -aggregated selection of "e_utility_types" +aggregated selection of "e_team_roster_statuses" """ -type e_utility_types_aggregate { - aggregate: e_utility_types_aggregate_fields - nodes: [e_utility_types!]! +type e_team_roster_statuses_aggregate { + aggregate: e_team_roster_statuses_aggregate_fields + nodes: [e_team_roster_statuses!]! } """ -aggregate fields of "e_utility_types" +aggregate fields of "e_team_roster_statuses" """ -type e_utility_types_aggregate_fields { - count(columns: [e_utility_types_select_column!], distinct: Boolean): Int! - max: e_utility_types_max_fields - min: e_utility_types_min_fields +type e_team_roster_statuses_aggregate_fields { + count(columns: [e_team_roster_statuses_select_column!], distinct: Boolean): Int! + max: e_team_roster_statuses_max_fields + min: e_team_roster_statuses_min_fields } """ -Boolean expression to filter rows from the table "e_utility_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_team_roster_statuses". All fields are combined with a logical 'AND'. """ -input e_utility_types_bool_exp { - _and: [e_utility_types_bool_exp!] - _not: e_utility_types_bool_exp - _or: [e_utility_types_bool_exp!] +input e_team_roster_statuses_bool_exp { + _and: [e_team_roster_statuses_bool_exp!] + _not: e_team_roster_statuses_bool_exp + _or: [e_team_roster_statuses_bool_exp!] description: String_comparison_exp - player_utilities: player_utility_bool_exp - player_utilities_aggregate: player_utility_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_utility_types" +unique or primary key constraints on table "e_team_roster_statuses" """ -enum e_utility_types_constraint { +enum e_team_roster_statuses_constraint { """ unique or primary key constraint on columns "value" """ - e_utility_types_pkey + e_team_roster_statuses_pkey } -enum e_utility_types_enum { - """Decoy""" - Decoy - - """Flash""" - Flash - - """HighExplosive""" - HighExplosive +enum e_team_roster_statuses_enum { + """Benched""" + Benched - """Molotov""" - Molotov + """Starter""" + Starter - """Smoke""" - Smoke + """Substitute""" + Substitute } """ -Boolean expression to compare columns of type "e_utility_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_team_roster_statuses_enum". All fields are combined with logical 'AND'. """ -input e_utility_types_enum_comparison_exp { - _eq: e_utility_types_enum - _in: [e_utility_types_enum!] +input e_team_roster_statuses_enum_comparison_exp { + _eq: e_team_roster_statuses_enum + _in: [e_team_roster_statuses_enum!] _is_null: Boolean - _neq: e_utility_types_enum - _nin: [e_utility_types_enum!] + _neq: e_team_roster_statuses_enum + _nin: [e_team_roster_statuses_enum!] } """ -input type for inserting data into table "e_utility_types" +input type for inserting data into table "e_team_roster_statuses" """ -input e_utility_types_insert_input { +input e_team_roster_statuses_insert_input { description: String - player_utilities: player_utility_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_utility_types_max_fields { +type e_team_roster_statuses_max_fields { description: String value: String } """aggregate min on columns""" -type e_utility_types_min_fields { +type e_team_roster_statuses_min_fields { description: String value: String } """ -response of any mutation on the table "e_utility_types" +response of any mutation on the table "e_team_roster_statuses" """ -type e_utility_types_mutation_response { +type e_team_roster_statuses_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_utility_types!]! + returning: [e_team_roster_statuses!]! } """ -on_conflict condition type for table "e_utility_types" +on_conflict condition type for table "e_team_roster_statuses" """ -input e_utility_types_on_conflict { - constraint: e_utility_types_constraint! - update_columns: [e_utility_types_update_column!]! = [] - where: e_utility_types_bool_exp +input e_team_roster_statuses_on_conflict { + constraint: e_team_roster_statuses_constraint! + update_columns: [e_team_roster_statuses_update_column!]! = [] + where: e_team_roster_statuses_bool_exp } -"""Ordering options when selecting data from "e_utility_types".""" -input e_utility_types_order_by { +"""Ordering options when selecting data from "e_team_roster_statuses".""" +input e_team_roster_statuses_order_by { description: order_by - player_utilities_aggregate: player_utility_aggregate_order_by value: order_by } -"""primary key columns input for table: e_utility_types""" -input e_utility_types_pk_columns_input { +"""primary key columns input for table: e_team_roster_statuses""" +input e_team_roster_statuses_pk_columns_input { value: String! } """ -select columns of table "e_utility_types" +select columns of table "e_team_roster_statuses" """ -enum e_utility_types_select_column { +enum e_team_roster_statuses_select_column { """column name""" description @@ -10947,34 +10897,34 @@ enum e_utility_types_select_column { } """ -input type for updating data in table "e_utility_types" +input type for updating data in table "e_team_roster_statuses" """ -input e_utility_types_set_input { +input e_team_roster_statuses_set_input { description: String value: String } """ -Streaming cursor of the table "e_utility_types" +Streaming cursor of the table "e_team_roster_statuses" """ -input e_utility_types_stream_cursor_input { +input e_team_roster_statuses_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_utility_types_stream_cursor_value_input! + initial_value: e_team_roster_statuses_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_utility_types_stream_cursor_value_input { +input e_team_roster_statuses_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_utility_types" +update columns of table "e_team_roster_statuses" """ -enum e_utility_types_update_column { +enum e_team_roster_statuses_update_column { """column name""" description @@ -10982,180 +10932,140 @@ enum e_utility_types_update_column { value } -input e_utility_types_updates { +input e_team_roster_statuses_updates { """sets the columns of the filtered rows to the given values""" - _set: e_utility_types_set_input + _set: e_team_roster_statuses_set_input """filter the rows which have to be updated""" - where: e_utility_types_bool_exp! + where: e_team_roster_statuses_bool_exp! } """ -columns and relationships of "e_veto_pick_types" +columns and relationships of "e_timeout_settings" """ -type e_veto_pick_types { +type e_timeout_settings { description: String! - - """An array relationship""" - match_veto_picks( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] - - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): [match_map_veto_picks!]! - - """An aggregate relationship""" - match_veto_picks_aggregate( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] - - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): match_map_veto_picks_aggregate! value: String! } """ -aggregated selection of "e_veto_pick_types" +aggregated selection of "e_timeout_settings" """ -type e_veto_pick_types_aggregate { - aggregate: e_veto_pick_types_aggregate_fields - nodes: [e_veto_pick_types!]! +type e_timeout_settings_aggregate { + aggregate: e_timeout_settings_aggregate_fields + nodes: [e_timeout_settings!]! } """ -aggregate fields of "e_veto_pick_types" +aggregate fields of "e_timeout_settings" """ -type e_veto_pick_types_aggregate_fields { - count(columns: [e_veto_pick_types_select_column!], distinct: Boolean): Int! - max: e_veto_pick_types_max_fields - min: e_veto_pick_types_min_fields +type e_timeout_settings_aggregate_fields { + count(columns: [e_timeout_settings_select_column!], distinct: Boolean): Int! + max: e_timeout_settings_max_fields + min: e_timeout_settings_min_fields } """ -Boolean expression to filter rows from the table "e_veto_pick_types". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_timeout_settings". All fields are combined with a logical 'AND'. """ -input e_veto_pick_types_bool_exp { - _and: [e_veto_pick_types_bool_exp!] - _not: e_veto_pick_types_bool_exp - _or: [e_veto_pick_types_bool_exp!] +input e_timeout_settings_bool_exp { + _and: [e_timeout_settings_bool_exp!] + _not: e_timeout_settings_bool_exp + _or: [e_timeout_settings_bool_exp!] description: String_comparison_exp - match_veto_picks: match_map_veto_picks_bool_exp - match_veto_picks_aggregate: match_map_veto_picks_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_veto_pick_types" +unique or primary key constraints on table "e_timeout_settings" """ -enum e_veto_pick_types_constraint { +enum e_timeout_settings_constraint { """ unique or primary key constraint on columns "value" """ - e_veto_pick_type_pkey + e_timeout_settings_pkey } -enum e_veto_pick_types_enum { - """Ban""" - Ban +enum e_timeout_settings_enum { + """Admins Only""" + Admin - """Decider""" - Decider + """Coach Only""" + Coach - """Pick""" - Pick + """Coach And Captains""" + CoachAndCaptains - """Side""" - Side + """Coach And Players""" + CoachAndPlayers } """ -Boolean expression to compare columns of type "e_veto_pick_types_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_timeout_settings_enum". All fields are combined with logical 'AND'. """ -input e_veto_pick_types_enum_comparison_exp { - _eq: e_veto_pick_types_enum - _in: [e_veto_pick_types_enum!] +input e_timeout_settings_enum_comparison_exp { + _eq: e_timeout_settings_enum + _in: [e_timeout_settings_enum!] _is_null: Boolean - _neq: e_veto_pick_types_enum - _nin: [e_veto_pick_types_enum!] + _neq: e_timeout_settings_enum + _nin: [e_timeout_settings_enum!] } """ -input type for inserting data into table "e_veto_pick_types" +input type for inserting data into table "e_timeout_settings" """ -input e_veto_pick_types_insert_input { +input e_timeout_settings_insert_input { description: String - match_veto_picks: match_map_veto_picks_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_veto_pick_types_max_fields { +type e_timeout_settings_max_fields { description: String value: String } """aggregate min on columns""" -type e_veto_pick_types_min_fields { +type e_timeout_settings_min_fields { description: String value: String } """ -response of any mutation on the table "e_veto_pick_types" +response of any mutation on the table "e_timeout_settings" """ -type e_veto_pick_types_mutation_response { +type e_timeout_settings_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_veto_pick_types!]! + returning: [e_timeout_settings!]! } """ -on_conflict condition type for table "e_veto_pick_types" +on_conflict condition type for table "e_timeout_settings" """ -input e_veto_pick_types_on_conflict { - constraint: e_veto_pick_types_constraint! - update_columns: [e_veto_pick_types_update_column!]! = [] - where: e_veto_pick_types_bool_exp +input e_timeout_settings_on_conflict { + constraint: e_timeout_settings_constraint! + update_columns: [e_timeout_settings_update_column!]! = [] + where: e_timeout_settings_bool_exp } -"""Ordering options when selecting data from "e_veto_pick_types".""" -input e_veto_pick_types_order_by { +"""Ordering options when selecting data from "e_timeout_settings".""" +input e_timeout_settings_order_by { description: order_by - match_veto_picks_aggregate: match_map_veto_picks_aggregate_order_by value: order_by } -"""primary key columns input for table: e_veto_pick_types""" -input e_veto_pick_types_pk_columns_input { +"""primary key columns input for table: e_timeout_settings""" +input e_timeout_settings_pk_columns_input { value: String! } """ -select columns of table "e_veto_pick_types" +select columns of table "e_timeout_settings" """ -enum e_veto_pick_types_select_column { +enum e_timeout_settings_select_column { """column name""" description @@ -11164,34 +11074,34 @@ enum e_veto_pick_types_select_column { } """ -input type for updating data in table "e_veto_pick_types" +input type for updating data in table "e_timeout_settings" """ -input e_veto_pick_types_set_input { +input e_timeout_settings_set_input { description: String value: String } """ -Streaming cursor of the table "e_veto_pick_types" +Streaming cursor of the table "e_timeout_settings" """ -input e_veto_pick_types_stream_cursor_input { +input e_timeout_settings_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_veto_pick_types_stream_cursor_value_input! + initial_value: e_timeout_settings_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_veto_pick_types_stream_cursor_value_input { +input e_timeout_settings_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_veto_pick_types" +update columns of table "e_timeout_settings" """ -enum e_veto_pick_types_update_column { +enum e_timeout_settings_update_column { """column name""" description @@ -11199,146 +11109,190 @@ enum e_veto_pick_types_update_column { value } -input e_veto_pick_types_updates { +input e_timeout_settings_updates { """sets the columns of the filtered rows to the given values""" - _set: e_veto_pick_types_set_input + _set: e_timeout_settings_set_input """filter the rows which have to be updated""" - where: e_veto_pick_types_bool_exp! + where: e_timeout_settings_bool_exp! } """ -columns and relationships of "e_winning_reasons" +columns and relationships of "e_tournament_stage_types" """ -type e_winning_reasons { +type e_tournament_stage_types { description: String! + + """An array relationship""" + tournament_stages( + """distinct select on columns""" + distinct_on: [tournament_stages_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_stages_order_by!] + + """filter the rows returned""" + where: tournament_stages_bool_exp + ): [tournament_stages!]! + + """An aggregate relationship""" + tournament_stages_aggregate( + """distinct select on columns""" + distinct_on: [tournament_stages_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_stages_order_by!] + + """filter the rows returned""" + where: tournament_stages_bool_exp + ): tournament_stages_aggregate! value: String! } """ -aggregated selection of "e_winning_reasons" +aggregated selection of "e_tournament_stage_types" """ -type e_winning_reasons_aggregate { - aggregate: e_winning_reasons_aggregate_fields - nodes: [e_winning_reasons!]! +type e_tournament_stage_types_aggregate { + aggregate: e_tournament_stage_types_aggregate_fields + nodes: [e_tournament_stage_types!]! } """ -aggregate fields of "e_winning_reasons" +aggregate fields of "e_tournament_stage_types" """ -type e_winning_reasons_aggregate_fields { - count(columns: [e_winning_reasons_select_column!], distinct: Boolean): Int! - max: e_winning_reasons_max_fields - min: e_winning_reasons_min_fields +type e_tournament_stage_types_aggregate_fields { + count(columns: [e_tournament_stage_types_select_column!], distinct: Boolean): Int! + max: e_tournament_stage_types_max_fields + min: e_tournament_stage_types_min_fields } """ -Boolean expression to filter rows from the table "e_winning_reasons". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_tournament_stage_types". All fields are combined with a logical 'AND'. """ -input e_winning_reasons_bool_exp { - _and: [e_winning_reasons_bool_exp!] - _not: e_winning_reasons_bool_exp - _or: [e_winning_reasons_bool_exp!] +input e_tournament_stage_types_bool_exp { + _and: [e_tournament_stage_types_bool_exp!] + _not: e_tournament_stage_types_bool_exp + _or: [e_tournament_stage_types_bool_exp!] description: String_comparison_exp + tournament_stages: tournament_stages_bool_exp + tournament_stages_aggregate: tournament_stages_aggregate_bool_exp value: String_comparison_exp } """ -unique or primary key constraints on table "e_winning_reasons" +unique or primary key constraints on table "e_tournament_stage_types" """ -enum e_winning_reasons_constraint { +enum e_tournament_stage_types_constraint { """ unique or primary key constraint on columns "value" """ - e_winning_reasons_pkey + e_tournament_stage_types_pkey } -enum e_winning_reasons_enum { - """Bomb Defused""" - BombDefused +enum e_tournament_stage_types_enum { + """Double Elimination""" + DoubleElimination - """Bomb Exploded""" - BombExploded - - """CTs Win""" - CTsWin - - """Terrorists Win""" - TerroristsWin + """Round Robin""" + RoundRobin - """Time Ran Out""" - TimeRanOut + """Single Elimination""" + SingleElimination - """Unknown""" - Unknown + """Swiss""" + Swiss } """ -Boolean expression to compare columns of type "e_winning_reasons_enum". All fields are combined with logical 'AND'. +Boolean expression to compare columns of type "e_tournament_stage_types_enum". All fields are combined with logical 'AND'. """ -input e_winning_reasons_enum_comparison_exp { - _eq: e_winning_reasons_enum - _in: [e_winning_reasons_enum!] +input e_tournament_stage_types_enum_comparison_exp { + _eq: e_tournament_stage_types_enum + _in: [e_tournament_stage_types_enum!] _is_null: Boolean - _neq: e_winning_reasons_enum - _nin: [e_winning_reasons_enum!] + _neq: e_tournament_stage_types_enum + _nin: [e_tournament_stage_types_enum!] } """ -input type for inserting data into table "e_winning_reasons" +input type for inserting data into table "e_tournament_stage_types" """ -input e_winning_reasons_insert_input { +input e_tournament_stage_types_insert_input { description: String + tournament_stages: tournament_stages_arr_rel_insert_input value: String } """aggregate max on columns""" -type e_winning_reasons_max_fields { +type e_tournament_stage_types_max_fields { description: String value: String } """aggregate min on columns""" -type e_winning_reasons_min_fields { +type e_tournament_stage_types_min_fields { description: String value: String } """ -response of any mutation on the table "e_winning_reasons" +response of any mutation on the table "e_tournament_stage_types" """ -type e_winning_reasons_mutation_response { +type e_tournament_stage_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [e_winning_reasons!]! + returning: [e_tournament_stage_types!]! } """ -on_conflict condition type for table "e_winning_reasons" +input type for inserting object relation for remote table "e_tournament_stage_types" """ -input e_winning_reasons_on_conflict { - constraint: e_winning_reasons_constraint! - update_columns: [e_winning_reasons_update_column!]! = [] - where: e_winning_reasons_bool_exp +input e_tournament_stage_types_obj_rel_insert_input { + data: e_tournament_stage_types_insert_input! + + """upsert condition""" + on_conflict: e_tournament_stage_types_on_conflict } -"""Ordering options when selecting data from "e_winning_reasons".""" -input e_winning_reasons_order_by { +""" +on_conflict condition type for table "e_tournament_stage_types" +""" +input e_tournament_stage_types_on_conflict { + constraint: e_tournament_stage_types_constraint! + update_columns: [e_tournament_stage_types_update_column!]! = [] + where: e_tournament_stage_types_bool_exp +} + +"""Ordering options when selecting data from "e_tournament_stage_types".""" +input e_tournament_stage_types_order_by { description: order_by + tournament_stages_aggregate: tournament_stages_aggregate_order_by value: order_by } -"""primary key columns input for table: e_winning_reasons""" -input e_winning_reasons_pk_columns_input { +"""primary key columns input for table: e_tournament_stage_types""" +input e_tournament_stage_types_pk_columns_input { value: String! } """ -select columns of table "e_winning_reasons" +select columns of table "e_tournament_stage_types" """ -enum e_winning_reasons_select_column { +enum e_tournament_stage_types_select_column { """column name""" description @@ -11347,34 +11301,34 @@ enum e_winning_reasons_select_column { } """ -input type for updating data in table "e_winning_reasons" +input type for updating data in table "e_tournament_stage_types" """ -input e_winning_reasons_set_input { +input e_tournament_stage_types_set_input { description: String value: String } """ -Streaming cursor of the table "e_winning_reasons" +Streaming cursor of the table "e_tournament_stage_types" """ -input e_winning_reasons_stream_cursor_input { +input e_tournament_stage_types_stream_cursor_input { """Stream column input with initial value""" - initial_value: e_winning_reasons_stream_cursor_value_input! + initial_value: e_tournament_stage_types_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input e_winning_reasons_stream_cursor_value_input { +input e_tournament_stage_types_stream_cursor_value_input { description: String value: String } """ -update columns of table "e_winning_reasons" +update columns of table "e_tournament_stage_types" """ -enum e_winning_reasons_update_column { +enum e_tournament_stage_types_update_column { """column name""" description @@ -11382,344 +11336,263 @@ enum e_winning_reasons_update_column { value } -input e_winning_reasons_updates { +input e_tournament_stage_types_updates { """sets the columns of the filtered rows to the given values""" - _set: e_winning_reasons_set_input + _set: e_tournament_stage_types_set_input """filter the rows which have to be updated""" - where: e_winning_reasons_bool_exp! + where: e_tournament_stage_types_bool_exp! } -scalar float8 - """ -Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. +columns and relationships of "e_tournament_status" """ -input float8_comparison_exp { - _eq: float8 - _gt: float8 - _gte: float8 - _in: [float8!] - _is_null: Boolean - _lt: float8 - _lte: float8 - _neq: float8 - _nin: [float8!] -} +type e_tournament_status { + description: String! -""" -columns and relationships of "friends" -""" -type friends { - """An object relationship""" - e_status: e_friend_status! - other_player_steam_id: bigint! - player_steam_id: bigint! - status: e_friend_status_enum! + """An array relationship""" + tournaments( + """distinct select on columns""" + distinct_on: [tournaments_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: [tournaments_order_by!] + + """filter the rows returned""" + where: tournaments_bool_exp + ): [tournaments!]! + + """An aggregate relationship""" + tournaments_aggregate( + """distinct select on columns""" + distinct_on: [tournaments_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: [tournaments_order_by!] + + """filter the rows returned""" + where: tournaments_bool_exp + ): tournaments_aggregate! + value: String! } """ -aggregated selection of "friends" +aggregated selection of "e_tournament_status" """ -type friends_aggregate { - aggregate: friends_aggregate_fields - nodes: [friends!]! +type e_tournament_status_aggregate { + aggregate: e_tournament_status_aggregate_fields + nodes: [e_tournament_status!]! } """ -aggregate fields of "friends" +aggregate fields of "e_tournament_status" """ -type friends_aggregate_fields { - avg: friends_avg_fields - count(columns: [friends_select_column!], distinct: Boolean): Int! - max: friends_max_fields - min: friends_min_fields - stddev: friends_stddev_fields - stddev_pop: friends_stddev_pop_fields - stddev_samp: friends_stddev_samp_fields - sum: friends_sum_fields - var_pop: friends_var_pop_fields - var_samp: friends_var_samp_fields - variance: friends_variance_fields -} - -"""aggregate avg on columns""" -type friends_avg_fields { - other_player_steam_id: Float - player_steam_id: Float +type e_tournament_status_aggregate_fields { + count(columns: [e_tournament_status_select_column!], distinct: Boolean): Int! + max: e_tournament_status_max_fields + min: e_tournament_status_min_fields } """ -Boolean expression to filter rows from the table "friends". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "e_tournament_status". All fields are combined with a logical 'AND'. """ -input friends_bool_exp { - _and: [friends_bool_exp!] - _not: friends_bool_exp - _or: [friends_bool_exp!] - e_status: e_friend_status_bool_exp - other_player_steam_id: bigint_comparison_exp - player_steam_id: bigint_comparison_exp - status: e_friend_status_enum_comparison_exp +input e_tournament_status_bool_exp { + _and: [e_tournament_status_bool_exp!] + _not: e_tournament_status_bool_exp + _or: [e_tournament_status_bool_exp!] + description: String_comparison_exp + tournaments: tournaments_bool_exp + tournaments_aggregate: tournaments_aggregate_bool_exp + value: String_comparison_exp } """ -unique or primary key constraints on table "friends" +unique or primary key constraints on table "e_tournament_status" """ -enum friends_constraint { +enum e_tournament_status_constraint { """ - unique or primary key constraint on columns "player_steam_id", "other_player_steam_id" + unique or primary key constraint on columns "value" """ - friends_pkey + e_tournament_status_pkey +} - """ - unique or primary key constraint on columns "player_steam_id", "other_player_steam_id" - """ - friends_player_steam_id_other_player_steam_id_key +enum e_tournament_status_enum { + """Cancelled""" + Cancelled + + """Cancelled because it did not meet minimum number of teams""" + CancelledMinTeams + + """Finished""" + Finished + + """Live""" + Live + + """Paused""" + Paused + + """Registration Closed""" + RegistrationClosed + + """Registration Open""" + RegistrationOpen + + """Setup""" + Setup } """ -input type for incrementing numeric columns in table "friends" +Boolean expression to compare columns of type "e_tournament_status_enum". All fields are combined with logical 'AND'. """ -input friends_inc_input { - other_player_steam_id: bigint - player_steam_id: bigint +input e_tournament_status_enum_comparison_exp { + _eq: e_tournament_status_enum + _in: [e_tournament_status_enum!] + _is_null: Boolean + _neq: e_tournament_status_enum + _nin: [e_tournament_status_enum!] } """ -input type for inserting data into table "friends" +input type for inserting data into table "e_tournament_status" """ -input friends_insert_input { - e_status: e_friend_status_obj_rel_insert_input - other_player_steam_id: bigint - player_steam_id: bigint - status: e_friend_status_enum +input e_tournament_status_insert_input { + description: String + tournaments: tournaments_arr_rel_insert_input + value: String } """aggregate max on columns""" -type friends_max_fields { - other_player_steam_id: bigint - player_steam_id: bigint +type e_tournament_status_max_fields { + description: String + value: String } """aggregate min on columns""" -type friends_min_fields { - other_player_steam_id: bigint - player_steam_id: bigint +type e_tournament_status_min_fields { + description: String + value: String } """ -response of any mutation on the table "friends" +response of any mutation on the table "e_tournament_status" """ -type friends_mutation_response { +type e_tournament_status_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [friends!]! + returning: [e_tournament_status!]! } """ -on_conflict condition type for table "friends" +input type for inserting object relation for remote table "e_tournament_status" """ -input friends_on_conflict { - constraint: friends_constraint! - update_columns: [friends_update_column!]! = [] - where: friends_bool_exp +input e_tournament_status_obj_rel_insert_input { + data: e_tournament_status_insert_input! + + """upsert condition""" + on_conflict: e_tournament_status_on_conflict } -"""Ordering options when selecting data from "friends".""" -input friends_order_by { - e_status: e_friend_status_order_by - other_player_steam_id: order_by - player_steam_id: order_by - status: order_by +""" +on_conflict condition type for table "e_tournament_status" +""" +input e_tournament_status_on_conflict { + constraint: e_tournament_status_constraint! + update_columns: [e_tournament_status_update_column!]! = [] + where: e_tournament_status_bool_exp } -"""primary key columns input for table: friends""" -input friends_pk_columns_input { - other_player_steam_id: bigint! - player_steam_id: bigint! +"""Ordering options when selecting data from "e_tournament_status".""" +input e_tournament_status_order_by { + description: order_by + tournaments_aggregate: tournaments_aggregate_order_by + value: order_by +} + +"""primary key columns input for table: e_tournament_status""" +input e_tournament_status_pk_columns_input { + value: String! } """ -select columns of table "friends" +select columns of table "e_tournament_status" """ -enum friends_select_column { - """column name""" - other_player_steam_id - +enum e_tournament_status_select_column { """column name""" - player_steam_id + description """column name""" - status + value } """ -input type for updating data in table "friends" +input type for updating data in table "e_tournament_status" """ -input friends_set_input { - other_player_steam_id: bigint - player_steam_id: bigint - status: e_friend_status_enum -} - -"""aggregate stddev on columns""" -type friends_stddev_fields { - other_player_steam_id: Float - player_steam_id: Float -} - -"""aggregate stddev_pop on columns""" -type friends_stddev_pop_fields { - other_player_steam_id: Float - player_steam_id: Float -} - -"""aggregate stddev_samp on columns""" -type friends_stddev_samp_fields { - other_player_steam_id: Float - player_steam_id: Float +input e_tournament_status_set_input { + description: String + value: String } """ -Streaming cursor of the table "friends" +Streaming cursor of the table "e_tournament_status" """ -input friends_stream_cursor_input { +input e_tournament_status_stream_cursor_input { """Stream column input with initial value""" - initial_value: friends_stream_cursor_value_input! + initial_value: e_tournament_status_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input friends_stream_cursor_value_input { - other_player_steam_id: bigint - player_steam_id: bigint - status: e_friend_status_enum -} - -"""aggregate sum on columns""" -type friends_sum_fields { - other_player_steam_id: bigint - player_steam_id: bigint +input e_tournament_status_stream_cursor_value_input { + description: String + value: String } """ -update columns of table "friends" +update columns of table "e_tournament_status" """ -enum friends_update_column { - """column name""" - other_player_steam_id - +enum e_tournament_status_update_column { """column name""" - player_steam_id + description """column name""" - status + value } -input friends_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: friends_inc_input - +input e_tournament_status_updates { """sets the columns of the filtered rows to the given values""" - _set: friends_set_input + _set: e_tournament_status_set_input """filter the rows which have to be updated""" - where: friends_bool_exp! -} - -"""aggregate var_pop on columns""" -type friends_var_pop_fields { - other_player_steam_id: Float - player_steam_id: Float -} - -"""aggregate var_samp on columns""" -type friends_var_samp_fields { - other_player_steam_id: Float - player_steam_id: Float -} - -"""aggregate variance on columns""" -type friends_variance_fields { - other_player_steam_id: Float - player_steam_id: Float + where: e_tournament_status_bool_exp! } """ -columns and relationships of "game_server_nodes" +columns and relationships of "e_utility_types" """ -type game_server_nodes { - """ - A computed field, executes function "available_node_server_count" - """ - available_server_count: Int - build_id: Int - cpu_cores_per_socket: Int - cpu_frequency_info( - """JSON select path""" - path: String - ): jsonb - cpu_governor_info( - """JSON select path""" - path: String - ): jsonb - cpu_sockets: Int - cpu_threads_per_core: Int - cs2_launch_options( - """JSON select path""" - path: String - ): jsonb! - cs2_video_settings( - """JSON select path""" - path: String - ): jsonb! - csgo_build_id: Int - demo_network_limiter: Int - disk_available_gb: Int - disk_used_percent: Int - - """An object relationship""" - e_region: server_regions - - """An object relationship""" - e_status: e_game_server_node_statuses - enabled: Boolean! - enabled_for_match_making: Boolean! - end_port_range: Int - gpu: Boolean! - gpu_demos_enabled: Boolean! - gpu_info( - """JSON select path""" - path: String - ): jsonb - gpu_rendering_enabled: Boolean! - gpu_streaming_enabled: Boolean! - id: String! - label: String - lan_ip: inet - node_ip: inet - offline_at: timestamptz - pin_build_id: Int - pin_plugin_version: String - - """An object relationship""" - pinned_version: game_versions - - """ - A computed field, executes function "game_server_node_plugin_supported" - """ - plugin_supported: Boolean - public_ip: inet - region: String +type e_utility_types { + description: String! """An array relationship""" - servers( + player_utilities( """distinct select on columns""" - distinct_on: [servers_select_column!] + distinct_on: [player_utility_select_column!] """limit the number of rows returned""" limit: Int @@ -11728,16 +11601,16 @@ type game_server_nodes { offset: Int """sort the rows by one or more columns""" - order_by: [servers_order_by!] + order_by: [player_utility_order_by!] """filter the rows returned""" - where: servers_bool_exp - ): [servers!]! + where: player_utility_bool_exp + ): [player_utility!]! """An aggregate relationship""" - servers_aggregate( + player_utilities_aggregate( """distinct select on columns""" - distinct_on: [servers_select_column!] + distinct_on: [player_utility_select_column!] """limit the number of rows returned""" limit: Int @@ -11746,868 +11619,1065 @@ type game_server_nodes { offset: Int """sort the rows by one or more columns""" - order_by: [servers_order_by!] + order_by: [player_utility_order_by!] """filter the rows returned""" - where: servers_bool_exp - ): servers_aggregate! - shader_bake_progress: numeric - shader_bake_progress_stage: String - shader_bake_status: String - shader_bake_status_history( - """JSON select path""" - path: String - ): jsonb! - start_port_range: Int - status: e_game_server_node_statuses_enum - supports_cpu_pinning: Boolean! - supports_low_latency: Boolean! - token: String - - """ - A computed field, executes function "total_node_server_count" - """ - total_server_count: Int - update_status: String - - """An object relationship""" - version: game_versions + where: player_utility_bool_exp + ): player_utility_aggregate! + value: String! } """ -aggregated selection of "game_server_nodes" +aggregated selection of "e_utility_types" """ -type game_server_nodes_aggregate { - aggregate: game_server_nodes_aggregate_fields - nodes: [game_server_nodes!]! +type e_utility_types_aggregate { + aggregate: e_utility_types_aggregate_fields + nodes: [e_utility_types!]! } -input game_server_nodes_aggregate_bool_exp { - bool_and: game_server_nodes_aggregate_bool_exp_bool_and - bool_or: game_server_nodes_aggregate_bool_exp_bool_or - count: game_server_nodes_aggregate_bool_exp_count +""" +aggregate fields of "e_utility_types" +""" +type e_utility_types_aggregate_fields { + count(columns: [e_utility_types_select_column!], distinct: Boolean): Int! + max: e_utility_types_max_fields + min: e_utility_types_min_fields } -input game_server_nodes_aggregate_bool_exp_bool_and { - arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: game_server_nodes_bool_exp - predicate: Boolean_comparison_exp! +""" +Boolean expression to filter rows from the table "e_utility_types". All fields are combined with a logical 'AND'. +""" +input e_utility_types_bool_exp { + _and: [e_utility_types_bool_exp!] + _not: e_utility_types_bool_exp + _or: [e_utility_types_bool_exp!] + description: String_comparison_exp + player_utilities: player_utility_bool_exp + player_utilities_aggregate: player_utility_aggregate_bool_exp + value: String_comparison_exp } -input game_server_nodes_aggregate_bool_exp_bool_or { - arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: game_server_nodes_bool_exp - predicate: Boolean_comparison_exp! +""" +unique or primary key constraints on table "e_utility_types" +""" +enum e_utility_types_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_utility_types_pkey } -input game_server_nodes_aggregate_bool_exp_count { - arguments: [game_server_nodes_select_column!] - distinct: Boolean - filter: game_server_nodes_bool_exp - predicate: Int_comparison_exp! +enum e_utility_types_enum { + """Decoy""" + Decoy + + """Flash""" + Flash + + """HighExplosive""" + HighExplosive + + """Molotov""" + Molotov + + """Smoke""" + Smoke } """ -aggregate fields of "game_server_nodes" +Boolean expression to compare columns of type "e_utility_types_enum". All fields are combined with logical 'AND'. """ -type game_server_nodes_aggregate_fields { - avg: game_server_nodes_avg_fields - count(columns: [game_server_nodes_select_column!], distinct: Boolean): Int! - max: game_server_nodes_max_fields - min: game_server_nodes_min_fields - stddev: game_server_nodes_stddev_fields - stddev_pop: game_server_nodes_stddev_pop_fields - stddev_samp: game_server_nodes_stddev_samp_fields - sum: game_server_nodes_sum_fields - var_pop: game_server_nodes_var_pop_fields - var_samp: game_server_nodes_var_samp_fields - variance: game_server_nodes_variance_fields +input e_utility_types_enum_comparison_exp { + _eq: e_utility_types_enum + _in: [e_utility_types_enum!] + _is_null: Boolean + _neq: e_utility_types_enum + _nin: [e_utility_types_enum!] } """ -order by aggregate values of table "game_server_nodes" +input type for inserting data into table "e_utility_types" """ -input game_server_nodes_aggregate_order_by { - avg: game_server_nodes_avg_order_by - count: order_by - max: game_server_nodes_max_order_by - min: game_server_nodes_min_order_by - stddev: game_server_nodes_stddev_order_by - stddev_pop: game_server_nodes_stddev_pop_order_by - stddev_samp: game_server_nodes_stddev_samp_order_by - sum: game_server_nodes_sum_order_by - var_pop: game_server_nodes_var_pop_order_by - var_samp: game_server_nodes_var_samp_order_by - variance: game_server_nodes_variance_order_by +input e_utility_types_insert_input { + description: String + player_utilities: player_utility_arr_rel_insert_input + value: String } -"""append existing jsonb value of filtered columns with new jsonb value""" -input game_server_nodes_append_input { - cpu_frequency_info: jsonb - cpu_governor_info: jsonb - cs2_launch_options: jsonb - cs2_video_settings: jsonb - gpu_info: jsonb - shader_bake_status_history: jsonb +"""aggregate max on columns""" +type e_utility_types_max_fields { + description: String + value: String +} + +"""aggregate min on columns""" +type e_utility_types_min_fields { + description: String + value: String } """ -input type for inserting array relation for remote table "game_server_nodes" +response of any mutation on the table "e_utility_types" """ -input game_server_nodes_arr_rel_insert_input { - data: [game_server_nodes_insert_input!]! +type e_utility_types_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """upsert condition""" - on_conflict: game_server_nodes_on_conflict + """data from the rows affected by the mutation""" + returning: [e_utility_types!]! } -"""aggregate avg on columns""" -type game_server_nodes_avg_fields { - """ - A computed field, executes function "available_node_server_count" - """ - available_server_count: Int - build_id: Float - cpu_cores_per_socket: Float - cpu_sockets: Float - cpu_threads_per_core: Float - csgo_build_id: Float - demo_network_limiter: Float - disk_available_gb: Float - disk_used_percent: Float - end_port_range: Float - pin_build_id: Float - shader_bake_progress: Float - start_port_range: Float +""" +on_conflict condition type for table "e_utility_types" +""" +input e_utility_types_on_conflict { + constraint: e_utility_types_constraint! + update_columns: [e_utility_types_update_column!]! = [] + where: e_utility_types_bool_exp +} - """ - A computed field, executes function "total_node_server_count" - """ - total_server_count: Int +"""Ordering options when selecting data from "e_utility_types".""" +input e_utility_types_order_by { + description: order_by + player_utilities_aggregate: player_utility_aggregate_order_by + value: order_by +} + +"""primary key columns input for table: e_utility_types""" +input e_utility_types_pk_columns_input { + value: String! } """ -order by avg() on columns of table "game_server_nodes" +select columns of table "e_utility_types" """ -input game_server_nodes_avg_order_by { - build_id: order_by - cpu_cores_per_socket: order_by - cpu_sockets: order_by - cpu_threads_per_core: order_by - csgo_build_id: order_by - demo_network_limiter: order_by - disk_available_gb: order_by - disk_used_percent: order_by - end_port_range: order_by - pin_build_id: order_by - shader_bake_progress: order_by - start_port_range: order_by +enum e_utility_types_select_column { + """column name""" + description + + """column name""" + value } """ -Boolean expression to filter rows from the table "game_server_nodes". All fields are combined with a logical 'AND'. +input type for updating data in table "e_utility_types" """ -input game_server_nodes_bool_exp { - _and: [game_server_nodes_bool_exp!] - _not: game_server_nodes_bool_exp - _or: [game_server_nodes_bool_exp!] - available_server_count: Int_comparison_exp - build_id: Int_comparison_exp - cpu_cores_per_socket: Int_comparison_exp - cpu_frequency_info: jsonb_comparison_exp - cpu_governor_info: jsonb_comparison_exp - cpu_sockets: Int_comparison_exp - cpu_threads_per_core: Int_comparison_exp - cs2_launch_options: jsonb_comparison_exp - cs2_video_settings: jsonb_comparison_exp - csgo_build_id: Int_comparison_exp - demo_network_limiter: Int_comparison_exp - disk_available_gb: Int_comparison_exp - disk_used_percent: Int_comparison_exp - e_region: server_regions_bool_exp - e_status: e_game_server_node_statuses_bool_exp - enabled: Boolean_comparison_exp - enabled_for_match_making: Boolean_comparison_exp - end_port_range: Int_comparison_exp - gpu: Boolean_comparison_exp - gpu_demos_enabled: Boolean_comparison_exp - gpu_info: jsonb_comparison_exp - gpu_rendering_enabled: Boolean_comparison_exp - gpu_streaming_enabled: Boolean_comparison_exp - id: String_comparison_exp - label: String_comparison_exp - lan_ip: inet_comparison_exp - node_ip: inet_comparison_exp - offline_at: timestamptz_comparison_exp - pin_build_id: Int_comparison_exp - pin_plugin_version: String_comparison_exp - pinned_version: game_versions_bool_exp - plugin_supported: Boolean_comparison_exp - public_ip: inet_comparison_exp - region: String_comparison_exp - servers: servers_bool_exp - servers_aggregate: servers_aggregate_bool_exp - shader_bake_progress: numeric_comparison_exp - shader_bake_progress_stage: String_comparison_exp - shader_bake_status: String_comparison_exp - shader_bake_status_history: jsonb_comparison_exp - start_port_range: Int_comparison_exp - status: e_game_server_node_statuses_enum_comparison_exp - supports_cpu_pinning: Boolean_comparison_exp - supports_low_latency: Boolean_comparison_exp - token: String_comparison_exp - total_server_count: Int_comparison_exp - update_status: String_comparison_exp - version: game_versions_bool_exp +input e_utility_types_set_input { + description: String + value: String } """ -unique or primary key constraints on table "game_server_nodes" +Streaming cursor of the table "e_utility_types" """ -enum game_server_nodes_constraint { - """ - unique or primary key constraint on columns "id" - """ - game_server_nodes_pkey +input e_utility_types_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_utility_types_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input e_utility_types_stream_cursor_value_input { + description: String + value: String } """ -delete the field or element with specified path (for JSON arrays, negative integers count from the end) +update columns of table "e_utility_types" """ -input game_server_nodes_delete_at_path_input { - cpu_frequency_info: [String!] - cpu_governor_info: [String!] - cs2_launch_options: [String!] - cs2_video_settings: [String!] - gpu_info: [String!] - shader_bake_status_history: [String!] +enum e_utility_types_update_column { + """column name""" + description + + """column name""" + value +} + +input e_utility_types_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_utility_types_set_input + + """filter the rows which have to be updated""" + where: e_utility_types_bool_exp! } """ -delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array +columns and relationships of "e_veto_pick_types" """ -input game_server_nodes_delete_elem_input { - cpu_frequency_info: Int - cpu_governor_info: Int - cs2_launch_options: Int - cs2_video_settings: Int - gpu_info: Int - shader_bake_status_history: Int +type e_veto_pick_types { + description: String! + + """An array relationship""" + match_veto_picks( + """distinct select on columns""" + distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] + + """filter the rows returned""" + where: match_map_veto_picks_bool_exp + ): [match_map_veto_picks!]! + + """An aggregate relationship""" + match_veto_picks_aggregate( + """distinct select on columns""" + distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] + + """filter the rows returned""" + where: match_map_veto_picks_bool_exp + ): match_map_veto_picks_aggregate! + value: String! } """ -delete key/value pair or string element. key/value pairs are matched based on their key value +aggregated selection of "e_veto_pick_types" """ -input game_server_nodes_delete_key_input { - cpu_frequency_info: String - cpu_governor_info: String - cs2_launch_options: String - cs2_video_settings: String - gpu_info: String - shader_bake_status_history: String +type e_veto_pick_types_aggregate { + aggregate: e_veto_pick_types_aggregate_fields + nodes: [e_veto_pick_types!]! } """ -input type for incrementing numeric columns in table "game_server_nodes" +aggregate fields of "e_veto_pick_types" """ -input game_server_nodes_inc_input { - build_id: Int - cpu_cores_per_socket: Int - cpu_sockets: Int - cpu_threads_per_core: Int - csgo_build_id: Int - demo_network_limiter: Int - disk_available_gb: Int - disk_used_percent: Int - end_port_range: Int - pin_build_id: Int - shader_bake_progress: numeric - start_port_range: Int +type e_veto_pick_types_aggregate_fields { + count(columns: [e_veto_pick_types_select_column!], distinct: Boolean): Int! + max: e_veto_pick_types_max_fields + min: e_veto_pick_types_min_fields } """ -input type for inserting data into table "game_server_nodes" +Boolean expression to filter rows from the table "e_veto_pick_types". All fields are combined with a logical 'AND'. """ -input game_server_nodes_insert_input { - build_id: Int - cpu_cores_per_socket: Int - cpu_frequency_info: jsonb - cpu_governor_info: jsonb - cpu_sockets: Int - cpu_threads_per_core: Int - cs2_launch_options: jsonb - cs2_video_settings: jsonb - csgo_build_id: Int - demo_network_limiter: Int - disk_available_gb: Int - disk_used_percent: Int - e_region: server_regions_obj_rel_insert_input - e_status: e_game_server_node_statuses_obj_rel_insert_input - enabled: Boolean - enabled_for_match_making: Boolean - end_port_range: Int - gpu: Boolean - gpu_demos_enabled: Boolean - gpu_info: jsonb - gpu_rendering_enabled: Boolean - gpu_streaming_enabled: Boolean - id: String - label: String - lan_ip: inet - node_ip: inet - offline_at: timestamptz - pin_build_id: Int - pin_plugin_version: String - pinned_version: game_versions_obj_rel_insert_input - public_ip: inet - region: String - servers: servers_arr_rel_insert_input - shader_bake_progress: numeric - shader_bake_progress_stage: String - shader_bake_status: String - shader_bake_status_history: jsonb - start_port_range: Int - status: e_game_server_node_statuses_enum - supports_cpu_pinning: Boolean - supports_low_latency: Boolean - token: String - update_status: String - version: game_versions_obj_rel_insert_input +input e_veto_pick_types_bool_exp { + _and: [e_veto_pick_types_bool_exp!] + _not: e_veto_pick_types_bool_exp + _or: [e_veto_pick_types_bool_exp!] + description: String_comparison_exp + match_veto_picks: match_map_veto_picks_bool_exp + match_veto_picks_aggregate: match_map_veto_picks_aggregate_bool_exp + value: String_comparison_exp } -"""aggregate max on columns""" -type game_server_nodes_max_fields { +""" +unique or primary key constraints on table "e_veto_pick_types" +""" +enum e_veto_pick_types_constraint { """ - A computed field, executes function "available_node_server_count" + unique or primary key constraint on columns "value" """ - available_server_count: Int - build_id: Int - cpu_cores_per_socket: Int - cpu_sockets: Int - cpu_threads_per_core: Int - csgo_build_id: Int - demo_network_limiter: Int - disk_available_gb: Int - disk_used_percent: Int - end_port_range: Int - id: String - label: String - offline_at: timestamptz - pin_build_id: Int - pin_plugin_version: String - region: String - shader_bake_progress: numeric - shader_bake_progress_stage: String - shader_bake_status: String - start_port_range: Int - token: String + e_veto_pick_type_pkey +} - """ - A computed field, executes function "total_node_server_count" - """ - total_server_count: Int - update_status: String +enum e_veto_pick_types_enum { + """Ban""" + Ban + + """Decider""" + Decider + + """Pick""" + Pick + + """Side""" + Side } """ -order by max() on columns of table "game_server_nodes" +Boolean expression to compare columns of type "e_veto_pick_types_enum". All fields are combined with logical 'AND'. """ -input game_server_nodes_max_order_by { - build_id: order_by - cpu_cores_per_socket: order_by - cpu_sockets: order_by - cpu_threads_per_core: order_by - csgo_build_id: order_by - demo_network_limiter: order_by - disk_available_gb: order_by - disk_used_percent: order_by - end_port_range: order_by - id: order_by - label: order_by - offline_at: order_by - pin_build_id: order_by - pin_plugin_version: order_by - region: order_by - shader_bake_progress: order_by - shader_bake_progress_stage: order_by - shader_bake_status: order_by - start_port_range: order_by - token: order_by - update_status: order_by +input e_veto_pick_types_enum_comparison_exp { + _eq: e_veto_pick_types_enum + _in: [e_veto_pick_types_enum!] + _is_null: Boolean + _neq: e_veto_pick_types_enum + _nin: [e_veto_pick_types_enum!] } -"""aggregate min on columns""" -type game_server_nodes_min_fields { - """ - A computed field, executes function "available_node_server_count" - """ - available_server_count: Int - build_id: Int - cpu_cores_per_socket: Int - cpu_sockets: Int - cpu_threads_per_core: Int - csgo_build_id: Int - demo_network_limiter: Int - disk_available_gb: Int - disk_used_percent: Int - end_port_range: Int - id: String - label: String - offline_at: timestamptz - pin_build_id: Int - pin_plugin_version: String - region: String - shader_bake_progress: numeric - shader_bake_progress_stage: String - shader_bake_status: String - start_port_range: Int - token: String +""" +input type for inserting data into table "e_veto_pick_types" +""" +input e_veto_pick_types_insert_input { + description: String + match_veto_picks: match_map_veto_picks_arr_rel_insert_input + value: String +} - """ - A computed field, executes function "total_node_server_count" - """ - total_server_count: Int - update_status: String +"""aggregate max on columns""" +type e_veto_pick_types_max_fields { + description: String + value: String } -""" -order by min() on columns of table "game_server_nodes" -""" -input game_server_nodes_min_order_by { - build_id: order_by - cpu_cores_per_socket: order_by - cpu_sockets: order_by - cpu_threads_per_core: order_by - csgo_build_id: order_by - demo_network_limiter: order_by - disk_available_gb: order_by - disk_used_percent: order_by - end_port_range: order_by - id: order_by - label: order_by - offline_at: order_by - pin_build_id: order_by - pin_plugin_version: order_by - region: order_by - shader_bake_progress: order_by - shader_bake_progress_stage: order_by - shader_bake_status: order_by - start_port_range: order_by - token: order_by - update_status: order_by +"""aggregate min on columns""" +type e_veto_pick_types_min_fields { + description: String + value: String } """ -response of any mutation on the table "game_server_nodes" +response of any mutation on the table "e_veto_pick_types" """ -type game_server_nodes_mutation_response { +type e_veto_pick_types_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [game_server_nodes!]! -} - -""" -input type for inserting object relation for remote table "game_server_nodes" -""" -input game_server_nodes_obj_rel_insert_input { - data: game_server_nodes_insert_input! - - """upsert condition""" - on_conflict: game_server_nodes_on_conflict + returning: [e_veto_pick_types!]! } """ -on_conflict condition type for table "game_server_nodes" +on_conflict condition type for table "e_veto_pick_types" """ -input game_server_nodes_on_conflict { - constraint: game_server_nodes_constraint! - update_columns: [game_server_nodes_update_column!]! = [] - where: game_server_nodes_bool_exp -} - -"""Ordering options when selecting data from "game_server_nodes".""" -input game_server_nodes_order_by { - available_server_count: order_by - build_id: order_by - cpu_cores_per_socket: order_by - cpu_frequency_info: order_by - cpu_governor_info: order_by - cpu_sockets: order_by - cpu_threads_per_core: order_by - cs2_launch_options: order_by - cs2_video_settings: order_by - csgo_build_id: order_by - demo_network_limiter: order_by - disk_available_gb: order_by - disk_used_percent: order_by - e_region: server_regions_order_by - e_status: e_game_server_node_statuses_order_by - enabled: order_by - enabled_for_match_making: order_by - end_port_range: order_by - gpu: order_by - gpu_demos_enabled: order_by - gpu_info: order_by - gpu_rendering_enabled: order_by - gpu_streaming_enabled: order_by - id: order_by - label: order_by - lan_ip: order_by - node_ip: order_by - offline_at: order_by - pin_build_id: order_by - pin_plugin_version: order_by - pinned_version: game_versions_order_by - plugin_supported: order_by - public_ip: order_by - region: order_by - servers_aggregate: servers_aggregate_order_by - shader_bake_progress: order_by - shader_bake_progress_stage: order_by - shader_bake_status: order_by - shader_bake_status_history: order_by - start_port_range: order_by - status: order_by - supports_cpu_pinning: order_by - supports_low_latency: order_by - token: order_by - total_server_count: order_by - update_status: order_by - version: game_versions_order_by +input e_veto_pick_types_on_conflict { + constraint: e_veto_pick_types_constraint! + update_columns: [e_veto_pick_types_update_column!]! = [] + where: e_veto_pick_types_bool_exp } -"""primary key columns input for table: game_server_nodes""" -input game_server_nodes_pk_columns_input { - id: String! +"""Ordering options when selecting data from "e_veto_pick_types".""" +input e_veto_pick_types_order_by { + description: order_by + match_veto_picks_aggregate: match_map_veto_picks_aggregate_order_by + value: order_by } -"""prepend existing jsonb value of filtered columns with new jsonb value""" -input game_server_nodes_prepend_input { - cpu_frequency_info: jsonb - cpu_governor_info: jsonb - cs2_launch_options: jsonb - cs2_video_settings: jsonb - gpu_info: jsonb - shader_bake_status_history: jsonb +"""primary key columns input for table: e_veto_pick_types""" +input e_veto_pick_types_pk_columns_input { + value: String! } """ -select columns of table "game_server_nodes" +select columns of table "e_veto_pick_types" """ -enum game_server_nodes_select_column { - """column name""" - build_id - - """column name""" - cpu_cores_per_socket - - """column name""" - cpu_frequency_info - - """column name""" - cpu_governor_info - - """column name""" - cpu_sockets - - """column name""" - cpu_threads_per_core - - """column name""" - cs2_launch_options - - """column name""" - cs2_video_settings - - """column name""" - csgo_build_id - +enum e_veto_pick_types_select_column { """column name""" - demo_network_limiter + description """column name""" - disk_available_gb + value +} - """column name""" - disk_used_percent +""" +input type for updating data in table "e_veto_pick_types" +""" +input e_veto_pick_types_set_input { + description: String + value: String +} - """column name""" - enabled +""" +Streaming cursor of the table "e_veto_pick_types" +""" +input e_veto_pick_types_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_veto_pick_types_stream_cursor_value_input! - """column name""" - enabled_for_match_making + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - end_port_range +"""Initial value of the column from where the streaming should start""" +input e_veto_pick_types_stream_cursor_value_input { + description: String + value: String +} +""" +update columns of table "e_veto_pick_types" +""" +enum e_veto_pick_types_update_column { """column name""" - gpu + description """column name""" - gpu_demos_enabled + value +} - """column name""" - gpu_info +input e_veto_pick_types_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_veto_pick_types_set_input - """column name""" - gpu_rendering_enabled + """filter the rows which have to be updated""" + where: e_veto_pick_types_bool_exp! +} - """column name""" - gpu_streaming_enabled +""" +columns and relationships of "e_winning_reasons" +""" +type e_winning_reasons { + description: String! + value: String! +} - """column name""" - id +""" +aggregated selection of "e_winning_reasons" +""" +type e_winning_reasons_aggregate { + aggregate: e_winning_reasons_aggregate_fields + nodes: [e_winning_reasons!]! +} - """column name""" - label +""" +aggregate fields of "e_winning_reasons" +""" +type e_winning_reasons_aggregate_fields { + count(columns: [e_winning_reasons_select_column!], distinct: Boolean): Int! + max: e_winning_reasons_max_fields + min: e_winning_reasons_min_fields +} - """column name""" - lan_ip +""" +Boolean expression to filter rows from the table "e_winning_reasons". All fields are combined with a logical 'AND'. +""" +input e_winning_reasons_bool_exp { + _and: [e_winning_reasons_bool_exp!] + _not: e_winning_reasons_bool_exp + _or: [e_winning_reasons_bool_exp!] + description: String_comparison_exp + value: String_comparison_exp +} - """column name""" - node_ip +""" +unique or primary key constraints on table "e_winning_reasons" +""" +enum e_winning_reasons_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_winning_reasons_pkey +} - """column name""" - offline_at +enum e_winning_reasons_enum { + """Bomb Defused""" + BombDefused - """column name""" - pin_build_id + """Bomb Exploded""" + BombExploded - """column name""" - pin_plugin_version + """CTs Win""" + CTsWin - """column name""" - public_ip + """Terrorists Win""" + TerroristsWin - """column name""" - region + """Time Ran Out""" + TimeRanOut - """column name""" - shader_bake_progress + """Unknown""" + Unknown +} - """column name""" - shader_bake_progress_stage +""" +Boolean expression to compare columns of type "e_winning_reasons_enum". All fields are combined with logical 'AND'. +""" +input e_winning_reasons_enum_comparison_exp { + _eq: e_winning_reasons_enum + _in: [e_winning_reasons_enum!] + _is_null: Boolean + _neq: e_winning_reasons_enum + _nin: [e_winning_reasons_enum!] +} - """column name""" - shader_bake_status +""" +input type for inserting data into table "e_winning_reasons" +""" +input e_winning_reasons_insert_input { + description: String + value: String +} - """column name""" - shader_bake_status_history +"""aggregate max on columns""" +type e_winning_reasons_max_fields { + description: String + value: String +} - """column name""" - start_port_range +"""aggregate min on columns""" +type e_winning_reasons_min_fields { + description: String + value: String +} - """column name""" - status +""" +response of any mutation on the table "e_winning_reasons" +""" +type e_winning_reasons_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """column name""" - supports_cpu_pinning + """data from the rows affected by the mutation""" + returning: [e_winning_reasons!]! +} - """column name""" - supports_low_latency +""" +on_conflict condition type for table "e_winning_reasons" +""" +input e_winning_reasons_on_conflict { + constraint: e_winning_reasons_constraint! + update_columns: [e_winning_reasons_update_column!]! = [] + where: e_winning_reasons_bool_exp +} - """column name""" - token +"""Ordering options when selecting data from "e_winning_reasons".""" +input e_winning_reasons_order_by { + description: order_by + value: order_by +} - """column name""" - update_status +"""primary key columns input for table: e_winning_reasons""" +input e_winning_reasons_pk_columns_input { + value: String! } """ -select "game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns" columns of table "game_server_nodes" +select columns of table "e_winning_reasons" """ -enum game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - enabled - - """column name""" - enabled_for_match_making - +enum e_winning_reasons_select_column { """column name""" - gpu + description """column name""" - gpu_demos_enabled + value +} - """column name""" - gpu_rendering_enabled +""" +input type for updating data in table "e_winning_reasons" +""" +input e_winning_reasons_set_input { + description: String + value: String +} - """column name""" - gpu_streaming_enabled +""" +Streaming cursor of the table "e_winning_reasons" +""" +input e_winning_reasons_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_winning_reasons_stream_cursor_value_input! - """column name""" - supports_cpu_pinning + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - supports_low_latency +"""Initial value of the column from where the streaming should start""" +input e_winning_reasons_stream_cursor_value_input { + description: String + value: String } """ -select "game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns" columns of table "game_server_nodes" +update columns of table "e_winning_reasons" """ -enum game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - enabled - +enum e_winning_reasons_update_column { """column name""" - enabled_for_match_making + description """column name""" - gpu + value +} - """column name""" - gpu_demos_enabled +input e_winning_reasons_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_winning_reasons_set_input - """column name""" - gpu_rendering_enabled + """filter the rows which have to be updated""" + where: e_winning_reasons_bool_exp! +} - """column name""" - gpu_streaming_enabled +scalar float8 - """column name""" - supports_cpu_pinning +""" +Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. +""" +input float8_comparison_exp { + _eq: float8 + _gt: float8 + _gte: float8 + _in: [float8!] + _is_null: Boolean + _lt: float8 + _lte: float8 + _neq: float8 + _nin: [float8!] +} - """column name""" - supports_low_latency +""" +columns and relationships of "friends" +""" +type friends { + """An object relationship""" + e_status: e_friend_status! + other_player_steam_id: bigint! + player_steam_id: bigint! + status: e_friend_status_enum! } """ -input type for updating data in table "game_server_nodes" +aggregated selection of "friends" """ -input game_server_nodes_set_input { - build_id: Int - cpu_cores_per_socket: Int - cpu_frequency_info: jsonb - cpu_governor_info: jsonb +type friends_aggregate { + aggregate: friends_aggregate_fields + nodes: [friends!]! +} + +""" +aggregate fields of "friends" +""" +type friends_aggregate_fields { + avg: friends_avg_fields + count(columns: [friends_select_column!], distinct: Boolean): Int! + max: friends_max_fields + min: friends_min_fields + stddev: friends_stddev_fields + stddev_pop: friends_stddev_pop_fields + stddev_samp: friends_stddev_samp_fields + sum: friends_sum_fields + var_pop: friends_var_pop_fields + var_samp: friends_var_samp_fields + variance: friends_variance_fields +} + +"""aggregate avg on columns""" +type friends_avg_fields { + other_player_steam_id: Float + player_steam_id: Float +} + +""" +Boolean expression to filter rows from the table "friends". All fields are combined with a logical 'AND'. +""" +input friends_bool_exp { + _and: [friends_bool_exp!] + _not: friends_bool_exp + _or: [friends_bool_exp!] + e_status: e_friend_status_bool_exp + other_player_steam_id: bigint_comparison_exp + player_steam_id: bigint_comparison_exp + status: e_friend_status_enum_comparison_exp +} + +""" +unique or primary key constraints on table "friends" +""" +enum friends_constraint { + """ + unique or primary key constraint on columns "player_steam_id", "other_player_steam_id" + """ + friends_pkey + + """ + unique or primary key constraint on columns "player_steam_id", "other_player_steam_id" + """ + friends_player_steam_id_other_player_steam_id_key +} + +""" +input type for incrementing numeric columns in table "friends" +""" +input friends_inc_input { + other_player_steam_id: bigint + player_steam_id: bigint +} + +""" +input type for inserting data into table "friends" +""" +input friends_insert_input { + e_status: e_friend_status_obj_rel_insert_input + other_player_steam_id: bigint + player_steam_id: bigint + status: e_friend_status_enum +} + +"""aggregate max on columns""" +type friends_max_fields { + other_player_steam_id: bigint + player_steam_id: bigint +} + +"""aggregate min on columns""" +type friends_min_fields { + other_player_steam_id: bigint + player_steam_id: bigint +} + +""" +response of any mutation on the table "friends" +""" +type friends_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [friends!]! +} + +""" +on_conflict condition type for table "friends" +""" +input friends_on_conflict { + constraint: friends_constraint! + update_columns: [friends_update_column!]! = [] + where: friends_bool_exp +} + +"""Ordering options when selecting data from "friends".""" +input friends_order_by { + e_status: e_friend_status_order_by + other_player_steam_id: order_by + player_steam_id: order_by + status: order_by +} + +"""primary key columns input for table: friends""" +input friends_pk_columns_input { + other_player_steam_id: bigint! + player_steam_id: bigint! +} + +""" +select columns of table "friends" +""" +enum friends_select_column { + """column name""" + other_player_steam_id + + """column name""" + player_steam_id + + """column name""" + status +} + +""" +input type for updating data in table "friends" +""" +input friends_set_input { + other_player_steam_id: bigint + player_steam_id: bigint + status: e_friend_status_enum +} + +"""aggregate stddev on columns""" +type friends_stddev_fields { + other_player_steam_id: Float + player_steam_id: Float +} + +"""aggregate stddev_pop on columns""" +type friends_stddev_pop_fields { + other_player_steam_id: Float + player_steam_id: Float +} + +"""aggregate stddev_samp on columns""" +type friends_stddev_samp_fields { + other_player_steam_id: Float + player_steam_id: Float +} + +""" +Streaming cursor of the table "friends" +""" +input friends_stream_cursor_input { + """Stream column input with initial value""" + initial_value: friends_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input friends_stream_cursor_value_input { + other_player_steam_id: bigint + player_steam_id: bigint + status: e_friend_status_enum +} + +"""aggregate sum on columns""" +type friends_sum_fields { + other_player_steam_id: bigint + player_steam_id: bigint +} + +""" +update columns of table "friends" +""" +enum friends_update_column { + """column name""" + other_player_steam_id + + """column name""" + player_steam_id + + """column name""" + status +} + +input friends_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: friends_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: friends_set_input + + """filter the rows which have to be updated""" + where: friends_bool_exp! +} + +"""aggregate var_pop on columns""" +type friends_var_pop_fields { + other_player_steam_id: Float + player_steam_id: Float +} + +"""aggregate var_samp on columns""" +type friends_var_samp_fields { + other_player_steam_id: Float + player_steam_id: Float +} + +"""aggregate variance on columns""" +type friends_variance_fields { + other_player_steam_id: Float + player_steam_id: Float +} + +""" +columns and relationships of "game_server_nodes" +""" +type game_server_nodes { + """ + A computed field, executes function "available_node_server_count" + """ + available_server_count: Int + build_id: Int + cpu_cores_per_socket: Int + cpu_frequency_info( + """JSON select path""" + path: String + ): jsonb + cpu_governor_info( + """JSON select path""" + path: String + ): jsonb cpu_sockets: Int cpu_threads_per_core: Int - cs2_launch_options: jsonb - cs2_video_settings: jsonb + cs2_launch_options( + """JSON select path""" + path: String + ): jsonb! + cs2_video_settings( + """JSON select path""" + path: String + ): jsonb! csgo_build_id: Int demo_network_limiter: Int disk_available_gb: Int disk_used_percent: Int - enabled: Boolean - enabled_for_match_making: Boolean + + """An object relationship""" + e_region: server_regions + + """An object relationship""" + e_status: e_game_server_node_statuses + enabled: Boolean! + enabled_for_match_making: Boolean! end_port_range: Int - gpu: Boolean - gpu_demos_enabled: Boolean - gpu_info: jsonb - gpu_rendering_enabled: Boolean - gpu_streaming_enabled: Boolean - id: String + gpu: Boolean! + gpu_demos_enabled: Boolean! + gpu_info( + """JSON select path""" + path: String + ): jsonb + gpu_rendering_enabled: Boolean! + gpu_streaming_enabled: Boolean! + id: String! label: String lan_ip: inet node_ip: inet offline_at: timestamptz pin_build_id: Int pin_plugin_version: String + + """An object relationship""" + pinned_version: game_versions + + """ + A computed field, executes function "game_server_node_plugin_supported" + """ + plugin_supported: Boolean public_ip: inet region: String + + """An array relationship""" + servers( + """distinct select on columns""" + distinct_on: [servers_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: [servers_order_by!] + + """filter the rows returned""" + where: servers_bool_exp + ): [servers!]! + + """An aggregate relationship""" + servers_aggregate( + """distinct select on columns""" + distinct_on: [servers_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: [servers_order_by!] + + """filter the rows returned""" + where: servers_bool_exp + ): servers_aggregate! shader_bake_progress: numeric shader_bake_progress_stage: String shader_bake_status: String - shader_bake_status_history: jsonb + shader_bake_status_history( + """JSON select path""" + path: String + ): jsonb! start_port_range: Int status: e_game_server_node_statuses_enum - supports_cpu_pinning: Boolean - supports_low_latency: Boolean + supports_cpu_pinning: Boolean! + supports_low_latency: Boolean! token: String - update_status: String -} - -"""aggregate stddev on columns""" -type game_server_nodes_stddev_fields { - """ - A computed field, executes function "available_node_server_count" - """ - available_server_count: Int - build_id: Float - cpu_cores_per_socket: Float - cpu_sockets: Float - cpu_threads_per_core: Float - csgo_build_id: Float - demo_network_limiter: Float - disk_available_gb: Float - disk_used_percent: Float - end_port_range: Float - pin_build_id: Float - shader_bake_progress: Float - start_port_range: Float """ A computed field, executes function "total_node_server_count" """ total_server_count: Int + update_status: String + + """An object relationship""" + version: game_versions } """ -order by stddev() on columns of table "game_server_nodes" +aggregated selection of "game_server_nodes" """ -input game_server_nodes_stddev_order_by { - build_id: order_by - cpu_cores_per_socket: order_by - cpu_sockets: order_by - cpu_threads_per_core: order_by - csgo_build_id: order_by - demo_network_limiter: order_by - disk_available_gb: order_by - disk_used_percent: order_by - end_port_range: order_by - pin_build_id: order_by - shader_bake_progress: order_by - start_port_range: order_by +type game_server_nodes_aggregate { + aggregate: game_server_nodes_aggregate_fields + nodes: [game_server_nodes!]! } -"""aggregate stddev_pop on columns""" -type game_server_nodes_stddev_pop_fields { - """ - A computed field, executes function "available_node_server_count" - """ - available_server_count: Int - build_id: Float - cpu_cores_per_socket: Float - cpu_sockets: Float - cpu_threads_per_core: Float - csgo_build_id: Float - demo_network_limiter: Float - disk_available_gb: Float - disk_used_percent: Float - end_port_range: Float - pin_build_id: Float - shader_bake_progress: Float - start_port_range: Float +input game_server_nodes_aggregate_bool_exp { + bool_and: game_server_nodes_aggregate_bool_exp_bool_and + bool_or: game_server_nodes_aggregate_bool_exp_bool_or + count: game_server_nodes_aggregate_bool_exp_count +} - """ - A computed field, executes function "total_node_server_count" - """ - total_server_count: Int +input game_server_nodes_aggregate_bool_exp_bool_and { + arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: game_server_nodes_bool_exp + predicate: Boolean_comparison_exp! +} + +input game_server_nodes_aggregate_bool_exp_bool_or { + arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: game_server_nodes_bool_exp + predicate: Boolean_comparison_exp! +} + +input game_server_nodes_aggregate_bool_exp_count { + arguments: [game_server_nodes_select_column!] + distinct: Boolean + filter: game_server_nodes_bool_exp + predicate: Int_comparison_exp! } """ -order by stddev_pop() on columns of table "game_server_nodes" +aggregate fields of "game_server_nodes" """ -input game_server_nodes_stddev_pop_order_by { - build_id: order_by - cpu_cores_per_socket: order_by - cpu_sockets: order_by - cpu_threads_per_core: order_by - csgo_build_id: order_by - demo_network_limiter: order_by - disk_available_gb: order_by - disk_used_percent: order_by - end_port_range: order_by - pin_build_id: order_by - shader_bake_progress: order_by - start_port_range: order_by +type game_server_nodes_aggregate_fields { + avg: game_server_nodes_avg_fields + count(columns: [game_server_nodes_select_column!], distinct: Boolean): Int! + max: game_server_nodes_max_fields + min: game_server_nodes_min_fields + stddev: game_server_nodes_stddev_fields + stddev_pop: game_server_nodes_stddev_pop_fields + stddev_samp: game_server_nodes_stddev_samp_fields + sum: game_server_nodes_sum_fields + var_pop: game_server_nodes_var_pop_fields + var_samp: game_server_nodes_var_samp_fields + variance: game_server_nodes_variance_fields } -"""aggregate stddev_samp on columns""" -type game_server_nodes_stddev_samp_fields { +""" +order by aggregate values of table "game_server_nodes" +""" +input game_server_nodes_aggregate_order_by { + avg: game_server_nodes_avg_order_by + count: order_by + max: game_server_nodes_max_order_by + min: game_server_nodes_min_order_by + stddev: game_server_nodes_stddev_order_by + stddev_pop: game_server_nodes_stddev_pop_order_by + stddev_samp: game_server_nodes_stddev_samp_order_by + sum: game_server_nodes_sum_order_by + var_pop: game_server_nodes_var_pop_order_by + var_samp: game_server_nodes_var_samp_order_by + variance: game_server_nodes_variance_order_by +} + +"""append existing jsonb value of filtered columns with new jsonb value""" +input game_server_nodes_append_input { + cpu_frequency_info: jsonb + cpu_governor_info: jsonb + cs2_launch_options: jsonb + cs2_video_settings: jsonb + gpu_info: jsonb + shader_bake_status_history: jsonb +} + +""" +input type for inserting array relation for remote table "game_server_nodes" +""" +input game_server_nodes_arr_rel_insert_input { + data: [game_server_nodes_insert_input!]! + + """upsert condition""" + on_conflict: game_server_nodes_on_conflict +} + +"""aggregate avg on columns""" +type game_server_nodes_avg_fields { """ A computed field, executes function "available_node_server_count" """ @@ -12632,9 +12702,9 @@ type game_server_nodes_stddev_samp_fields { } """ -order by stddev_samp() on columns of table "game_server_nodes" +order by avg() on columns of table "game_server_nodes" """ -input game_server_nodes_stddev_samp_order_by { +input game_server_nodes_avg_order_by { build_id: order_by cpu_cores_per_socket: order_by cpu_sockets: order_by @@ -12650,21 +12720,133 @@ input game_server_nodes_stddev_samp_order_by { } """ -Streaming cursor of the table "game_server_nodes" +Boolean expression to filter rows from the table "game_server_nodes". All fields are combined with a logical 'AND'. """ -input game_server_nodes_stream_cursor_input { - """Stream column input with initial value""" - initial_value: game_server_nodes_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering -} - -"""Initial value of the column from where the streaming should start""" -input game_server_nodes_stream_cursor_value_input { - build_id: Int - cpu_cores_per_socket: Int - cpu_frequency_info: jsonb +input game_server_nodes_bool_exp { + _and: [game_server_nodes_bool_exp!] + _not: game_server_nodes_bool_exp + _or: [game_server_nodes_bool_exp!] + available_server_count: Int_comparison_exp + build_id: Int_comparison_exp + cpu_cores_per_socket: Int_comparison_exp + cpu_frequency_info: jsonb_comparison_exp + cpu_governor_info: jsonb_comparison_exp + cpu_sockets: Int_comparison_exp + cpu_threads_per_core: Int_comparison_exp + cs2_launch_options: jsonb_comparison_exp + cs2_video_settings: jsonb_comparison_exp + csgo_build_id: Int_comparison_exp + demo_network_limiter: Int_comparison_exp + disk_available_gb: Int_comparison_exp + disk_used_percent: Int_comparison_exp + e_region: server_regions_bool_exp + e_status: e_game_server_node_statuses_bool_exp + enabled: Boolean_comparison_exp + enabled_for_match_making: Boolean_comparison_exp + end_port_range: Int_comparison_exp + gpu: Boolean_comparison_exp + gpu_demos_enabled: Boolean_comparison_exp + gpu_info: jsonb_comparison_exp + gpu_rendering_enabled: Boolean_comparison_exp + gpu_streaming_enabled: Boolean_comparison_exp + id: String_comparison_exp + label: String_comparison_exp + lan_ip: inet_comparison_exp + node_ip: inet_comparison_exp + offline_at: timestamptz_comparison_exp + pin_build_id: Int_comparison_exp + pin_plugin_version: String_comparison_exp + pinned_version: game_versions_bool_exp + plugin_supported: Boolean_comparison_exp + public_ip: inet_comparison_exp + region: String_comparison_exp + servers: servers_bool_exp + servers_aggregate: servers_aggregate_bool_exp + shader_bake_progress: numeric_comparison_exp + shader_bake_progress_stage: String_comparison_exp + shader_bake_status: String_comparison_exp + shader_bake_status_history: jsonb_comparison_exp + start_port_range: Int_comparison_exp + status: e_game_server_node_statuses_enum_comparison_exp + supports_cpu_pinning: Boolean_comparison_exp + supports_low_latency: Boolean_comparison_exp + token: String_comparison_exp + total_server_count: Int_comparison_exp + update_status: String_comparison_exp + version: game_versions_bool_exp +} + +""" +unique or primary key constraints on table "game_server_nodes" +""" +enum game_server_nodes_constraint { + """ + unique or primary key constraint on columns "id" + """ + game_server_nodes_pkey +} + +""" +delete the field or element with specified path (for JSON arrays, negative integers count from the end) +""" +input game_server_nodes_delete_at_path_input { + cpu_frequency_info: [String!] + cpu_governor_info: [String!] + cs2_launch_options: [String!] + cs2_video_settings: [String!] + gpu_info: [String!] + shader_bake_status_history: [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 game_server_nodes_delete_elem_input { + cpu_frequency_info: Int + cpu_governor_info: Int + cs2_launch_options: Int + cs2_video_settings: Int + gpu_info: Int + shader_bake_status_history: Int +} + +""" +delete key/value pair or string element. key/value pairs are matched based on their key value +""" +input game_server_nodes_delete_key_input { + cpu_frequency_info: String + cpu_governor_info: String + cs2_launch_options: String + cs2_video_settings: String + gpu_info: String + shader_bake_status_history: String +} + +""" +input type for incrementing numeric columns in table "game_server_nodes" +""" +input game_server_nodes_inc_input { + build_id: Int + cpu_cores_per_socket: Int + cpu_sockets: Int + cpu_threads_per_core: Int + csgo_build_id: Int + demo_network_limiter: Int + disk_available_gb: Int + disk_used_percent: Int + end_port_range: Int + pin_build_id: Int + shader_bake_progress: numeric + start_port_range: Int +} + +""" +input type for inserting data into table "game_server_nodes" +""" +input game_server_nodes_insert_input { + build_id: Int + cpu_cores_per_socket: Int + cpu_frequency_info: jsonb cpu_governor_info: jsonb cpu_sockets: Int cpu_threads_per_core: Int @@ -12674,6 +12856,8 @@ input game_server_nodes_stream_cursor_value_input { demo_network_limiter: Int disk_available_gb: Int disk_used_percent: Int + e_region: server_regions_obj_rel_insert_input + e_status: e_game_server_node_statuses_obj_rel_insert_input enabled: Boolean enabled_for_match_making: Boolean end_port_range: Int @@ -12689,8 +12873,10 @@ input game_server_nodes_stream_cursor_value_input { offline_at: timestamptz pin_build_id: Int pin_plugin_version: String + pinned_version: game_versions_obj_rel_insert_input public_ip: inet region: String + servers: servers_arr_rel_insert_input shader_bake_progress: numeric shader_bake_progress_stage: String shader_bake_status: String @@ -12701,10 +12887,11 @@ input game_server_nodes_stream_cursor_value_input { supports_low_latency: Boolean token: String update_status: String + version: game_versions_obj_rel_insert_input } -"""aggregate sum on columns""" -type game_server_nodes_sum_fields { +"""aggregate max on columns""" +type game_server_nodes_max_fields { """ A computed field, executes function "available_node_server_count" """ @@ -12718,20 +12905,29 @@ type game_server_nodes_sum_fields { disk_available_gb: Int disk_used_percent: Int end_port_range: Int + id: String + label: String + offline_at: timestamptz pin_build_id: Int + pin_plugin_version: String + region: String shader_bake_progress: numeric + shader_bake_progress_stage: String + shader_bake_status: String start_port_range: Int + token: String """ A computed field, executes function "total_node_server_count" """ total_server_count: Int + update_status: String } """ -order by sum() on columns of table "game_server_nodes" +order by max() on columns of table "game_server_nodes" """ -input game_server_nodes_sum_order_by { +input game_server_nodes_max_order_by { build_id: order_by cpu_cores_per_socket: order_by cpu_sockets: order_by @@ -12741,15 +12937,181 @@ input game_server_nodes_sum_order_by { disk_available_gb: order_by disk_used_percent: order_by end_port_range: order_by + id: order_by + label: order_by + offline_at: order_by pin_build_id: order_by + pin_plugin_version: order_by + region: order_by shader_bake_progress: order_by + shader_bake_progress_stage: order_by + shader_bake_status: order_by start_port_range: order_by + token: order_by + update_status: order_by +} + +"""aggregate min on columns""" +type game_server_nodes_min_fields { + """ + A computed field, executes function "available_node_server_count" + """ + available_server_count: Int + build_id: Int + cpu_cores_per_socket: Int + cpu_sockets: Int + cpu_threads_per_core: Int + csgo_build_id: Int + demo_network_limiter: Int + disk_available_gb: Int + disk_used_percent: Int + end_port_range: Int + id: String + label: String + offline_at: timestamptz + pin_build_id: Int + pin_plugin_version: String + region: String + shader_bake_progress: numeric + shader_bake_progress_stage: String + shader_bake_status: String + start_port_range: Int + token: String + + """ + A computed field, executes function "total_node_server_count" + """ + total_server_count: Int + update_status: String } """ -update columns of table "game_server_nodes" +order by min() on columns of table "game_server_nodes" """ -enum game_server_nodes_update_column { +input game_server_nodes_min_order_by { + build_id: order_by + cpu_cores_per_socket: order_by + cpu_sockets: order_by + cpu_threads_per_core: order_by + csgo_build_id: order_by + demo_network_limiter: order_by + disk_available_gb: order_by + disk_used_percent: order_by + end_port_range: order_by + id: order_by + label: order_by + offline_at: order_by + pin_build_id: order_by + pin_plugin_version: order_by + region: order_by + shader_bake_progress: order_by + shader_bake_progress_stage: order_by + shader_bake_status: order_by + start_port_range: order_by + token: order_by + update_status: order_by +} + +""" +response of any mutation on the table "game_server_nodes" +""" +type game_server_nodes_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [game_server_nodes!]! +} + +""" +input type for inserting object relation for remote table "game_server_nodes" +""" +input game_server_nodes_obj_rel_insert_input { + data: game_server_nodes_insert_input! + + """upsert condition""" + on_conflict: game_server_nodes_on_conflict +} + +""" +on_conflict condition type for table "game_server_nodes" +""" +input game_server_nodes_on_conflict { + constraint: game_server_nodes_constraint! + update_columns: [game_server_nodes_update_column!]! = [] + where: game_server_nodes_bool_exp +} + +"""Ordering options when selecting data from "game_server_nodes".""" +input game_server_nodes_order_by { + available_server_count: order_by + build_id: order_by + cpu_cores_per_socket: order_by + cpu_frequency_info: order_by + cpu_governor_info: order_by + cpu_sockets: order_by + cpu_threads_per_core: order_by + cs2_launch_options: order_by + cs2_video_settings: order_by + csgo_build_id: order_by + demo_network_limiter: order_by + disk_available_gb: order_by + disk_used_percent: order_by + e_region: server_regions_order_by + e_status: e_game_server_node_statuses_order_by + enabled: order_by + enabled_for_match_making: order_by + end_port_range: order_by + gpu: order_by + gpu_demos_enabled: order_by + gpu_info: order_by + gpu_rendering_enabled: order_by + gpu_streaming_enabled: order_by + id: order_by + label: order_by + lan_ip: order_by + node_ip: order_by + offline_at: order_by + pin_build_id: order_by + pin_plugin_version: order_by + pinned_version: game_versions_order_by + plugin_supported: order_by + public_ip: order_by + region: order_by + servers_aggregate: servers_aggregate_order_by + shader_bake_progress: order_by + shader_bake_progress_stage: order_by + shader_bake_status: order_by + shader_bake_status_history: order_by + start_port_range: order_by + status: order_by + supports_cpu_pinning: order_by + supports_low_latency: order_by + token: order_by + total_server_count: order_by + update_status: order_by + version: game_versions_order_by +} + +"""primary key columns input for table: game_server_nodes""" +input game_server_nodes_pk_columns_input { + id: String! +} + +"""prepend existing jsonb value of filtered columns with new jsonb value""" +input game_server_nodes_prepend_input { + cpu_frequency_info: jsonb + cpu_governor_info: jsonb + cs2_launch_options: jsonb + cs2_video_settings: jsonb + gpu_info: jsonb + shader_bake_status_history: jsonb +} + +""" +select columns of table "game_server_nodes" +""" +enum game_server_nodes_select_column { """column name""" build_id @@ -12868,40 +13230,111 @@ enum game_server_nodes_update_column { update_status } -input game_server_nodes_updates { - """append existing jsonb value of filtered columns with new jsonb value""" - _append: game_server_nodes_append_input +""" +select "game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns" columns of table "game_server_nodes" +""" +enum game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + enabled - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: game_server_nodes_delete_at_path_input + """column name""" + enabled_for_match_making - """ - 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: game_server_nodes_delete_elem_input + """column name""" + gpu - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: game_server_nodes_delete_key_input + """column name""" + gpu_demos_enabled - """increments the numeric columns with given value of the filtered values""" - _inc: game_server_nodes_inc_input + """column name""" + gpu_rendering_enabled - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: game_server_nodes_prepend_input + """column name""" + gpu_streaming_enabled - """sets the columns of the filtered rows to the given values""" - _set: game_server_nodes_set_input + """column name""" + supports_cpu_pinning - """filter the rows which have to be updated""" - where: game_server_nodes_bool_exp! + """column name""" + supports_low_latency } -"""aggregate var_pop on columns""" -type game_server_nodes_var_pop_fields { +""" +select "game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns" columns of table "game_server_nodes" +""" +enum game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + enabled + + """column name""" + enabled_for_match_making + + """column name""" + gpu + + """column name""" + gpu_demos_enabled + + """column name""" + gpu_rendering_enabled + + """column name""" + gpu_streaming_enabled + + """column name""" + supports_cpu_pinning + + """column name""" + supports_low_latency +} + +""" +input type for updating data in table "game_server_nodes" +""" +input game_server_nodes_set_input { + build_id: Int + cpu_cores_per_socket: Int + cpu_frequency_info: jsonb + cpu_governor_info: jsonb + cpu_sockets: Int + cpu_threads_per_core: Int + cs2_launch_options: jsonb + cs2_video_settings: jsonb + csgo_build_id: Int + demo_network_limiter: Int + disk_available_gb: Int + disk_used_percent: Int + enabled: Boolean + enabled_for_match_making: Boolean + end_port_range: Int + gpu: Boolean + gpu_demos_enabled: Boolean + gpu_info: jsonb + gpu_rendering_enabled: Boolean + gpu_streaming_enabled: Boolean + id: String + label: String + lan_ip: inet + node_ip: inet + offline_at: timestamptz + pin_build_id: Int + pin_plugin_version: String + public_ip: inet + region: String + shader_bake_progress: numeric + shader_bake_progress_stage: String + shader_bake_status: String + shader_bake_status_history: jsonb + start_port_range: Int + status: e_game_server_node_statuses_enum + supports_cpu_pinning: Boolean + supports_low_latency: Boolean + token: String + update_status: String +} + +"""aggregate stddev on columns""" +type game_server_nodes_stddev_fields { """ A computed field, executes function "available_node_server_count" """ @@ -12926,9 +13359,9 @@ type game_server_nodes_var_pop_fields { } """ -order by var_pop() on columns of table "game_server_nodes" +order by stddev() on columns of table "game_server_nodes" """ -input game_server_nodes_var_pop_order_by { +input game_server_nodes_stddev_order_by { build_id: order_by cpu_cores_per_socket: order_by cpu_sockets: order_by @@ -12943,8 +13376,8 @@ input game_server_nodes_var_pop_order_by { start_port_range: order_by } -"""aggregate var_samp on columns""" -type game_server_nodes_var_samp_fields { +"""aggregate stddev_pop on columns""" +type game_server_nodes_stddev_pop_fields { """ A computed field, executes function "available_node_server_count" """ @@ -12969,9 +13402,9 @@ type game_server_nodes_var_samp_fields { } """ -order by var_samp() on columns of table "game_server_nodes" +order by stddev_pop() on columns of table "game_server_nodes" """ -input game_server_nodes_var_samp_order_by { +input game_server_nodes_stddev_pop_order_by { build_id: order_by cpu_cores_per_socket: order_by cpu_sockets: order_by @@ -12986,8 +13419,8 @@ input game_server_nodes_var_samp_order_by { start_port_range: order_by } -"""aggregate variance on columns""" -type game_server_nodes_variance_fields { +"""aggregate stddev_samp on columns""" +type game_server_nodes_stddev_samp_fields { """ A computed field, executes function "available_node_server_count" """ @@ -13012,9 +13445,9 @@ type game_server_nodes_variance_fields { } """ -order by variance() on columns of table "game_server_nodes" +order by stddev_samp() on columns of table "game_server_nodes" """ -input game_server_nodes_variance_order_by { +input game_server_nodes_stddev_samp_order_by { build_id: order_by cpu_cores_per_socket: order_by cpu_sockets: order_by @@ -13030,59 +13463,439 @@ input game_server_nodes_variance_order_by { } """ -columns and relationships of "game_versions" -""" -type game_versions { - build_id: Int! - current: Boolean - cvars: Boolean! - description: String! - downloads( - """JSON select path""" - path: String - ): jsonb - updated_at: timestamptz! - version: String! -} - -""" -aggregated selection of "game_versions" -""" -type game_versions_aggregate { - aggregate: game_versions_aggregate_fields - nodes: [game_versions!]! -} - -""" -aggregate fields of "game_versions" +Streaming cursor of the table "game_server_nodes" """ -type game_versions_aggregate_fields { - avg: game_versions_avg_fields - count(columns: [game_versions_select_column!], distinct: Boolean): Int! - max: game_versions_max_fields - min: game_versions_min_fields - stddev: game_versions_stddev_fields - stddev_pop: game_versions_stddev_pop_fields - stddev_samp: game_versions_stddev_samp_fields - sum: game_versions_sum_fields - var_pop: game_versions_var_pop_fields - var_samp: game_versions_var_samp_fields - variance: game_versions_variance_fields -} - -"""append existing jsonb value of filtered columns with new jsonb value""" -input game_versions_append_input { - downloads: jsonb -} +input game_server_nodes_stream_cursor_input { + """Stream column input with initial value""" + initial_value: game_server_nodes_stream_cursor_value_input! -"""aggregate avg on columns""" -type game_versions_avg_fields { - build_id: Float + """cursor ordering""" + ordering: cursor_ordering } +"""Initial value of the column from where the streaming should start""" +input game_server_nodes_stream_cursor_value_input { + build_id: Int + cpu_cores_per_socket: Int + cpu_frequency_info: jsonb + cpu_governor_info: jsonb + cpu_sockets: Int + cpu_threads_per_core: Int + cs2_launch_options: jsonb + cs2_video_settings: jsonb + csgo_build_id: Int + demo_network_limiter: Int + disk_available_gb: Int + disk_used_percent: Int + enabled: Boolean + enabled_for_match_making: Boolean + end_port_range: Int + gpu: Boolean + gpu_demos_enabled: Boolean + gpu_info: jsonb + gpu_rendering_enabled: Boolean + gpu_streaming_enabled: Boolean + id: String + label: String + lan_ip: inet + node_ip: inet + offline_at: timestamptz + pin_build_id: Int + pin_plugin_version: String + public_ip: inet + region: String + shader_bake_progress: numeric + shader_bake_progress_stage: String + shader_bake_status: String + shader_bake_status_history: jsonb + start_port_range: Int + status: e_game_server_node_statuses_enum + supports_cpu_pinning: Boolean + supports_low_latency: Boolean + token: String + update_status: String +} + +"""aggregate sum on columns""" +type game_server_nodes_sum_fields { + """ + A computed field, executes function "available_node_server_count" + """ + available_server_count: Int + build_id: Int + cpu_cores_per_socket: Int + cpu_sockets: Int + cpu_threads_per_core: Int + csgo_build_id: Int + demo_network_limiter: Int + disk_available_gb: Int + disk_used_percent: Int + end_port_range: Int + pin_build_id: Int + shader_bake_progress: numeric + start_port_range: Int + + """ + A computed field, executes function "total_node_server_count" + """ + total_server_count: Int +} + +""" +order by sum() on columns of table "game_server_nodes" +""" +input game_server_nodes_sum_order_by { + build_id: order_by + cpu_cores_per_socket: order_by + cpu_sockets: order_by + cpu_threads_per_core: order_by + csgo_build_id: order_by + demo_network_limiter: order_by + disk_available_gb: order_by + disk_used_percent: order_by + end_port_range: order_by + pin_build_id: order_by + shader_bake_progress: order_by + start_port_range: order_by +} + +""" +update columns of table "game_server_nodes" +""" +enum game_server_nodes_update_column { + """column name""" + build_id + + """column name""" + cpu_cores_per_socket + + """column name""" + cpu_frequency_info + + """column name""" + cpu_governor_info + + """column name""" + cpu_sockets + + """column name""" + cpu_threads_per_core + + """column name""" + cs2_launch_options + + """column name""" + cs2_video_settings + + """column name""" + csgo_build_id + + """column name""" + demo_network_limiter + + """column name""" + disk_available_gb + + """column name""" + disk_used_percent + + """column name""" + enabled + + """column name""" + enabled_for_match_making + + """column name""" + end_port_range + + """column name""" + gpu + + """column name""" + gpu_demos_enabled + + """column name""" + gpu_info + + """column name""" + gpu_rendering_enabled + + """column name""" + gpu_streaming_enabled + + """column name""" + id + + """column name""" + label + + """column name""" + lan_ip + + """column name""" + node_ip + + """column name""" + offline_at + + """column name""" + pin_build_id + + """column name""" + pin_plugin_version + + """column name""" + public_ip + + """column name""" + region + + """column name""" + shader_bake_progress + + """column name""" + shader_bake_progress_stage + + """column name""" + shader_bake_status + + """column name""" + shader_bake_status_history + + """column name""" + start_port_range + + """column name""" + status + + """column name""" + supports_cpu_pinning + + """column name""" + supports_low_latency + + """column name""" + token + + """column name""" + update_status +} + +input game_server_nodes_updates { + """append existing jsonb value of filtered columns with new jsonb value""" + _append: game_server_nodes_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: game_server_nodes_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: game_server_nodes_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: game_server_nodes_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: game_server_nodes_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: game_server_nodes_prepend_input + + """sets the columns of the filtered rows to the given values""" + _set: game_server_nodes_set_input + + """filter the rows which have to be updated""" + where: game_server_nodes_bool_exp! +} + +"""aggregate var_pop on columns""" +type game_server_nodes_var_pop_fields { + """ + A computed field, executes function "available_node_server_count" + """ + available_server_count: Int + build_id: Float + cpu_cores_per_socket: Float + cpu_sockets: Float + cpu_threads_per_core: Float + csgo_build_id: Float + demo_network_limiter: Float + disk_available_gb: Float + disk_used_percent: Float + end_port_range: Float + pin_build_id: Float + shader_bake_progress: Float + start_port_range: Float + + """ + A computed field, executes function "total_node_server_count" + """ + total_server_count: Int +} + +""" +order by var_pop() on columns of table "game_server_nodes" +""" +input game_server_nodes_var_pop_order_by { + build_id: order_by + cpu_cores_per_socket: order_by + cpu_sockets: order_by + cpu_threads_per_core: order_by + csgo_build_id: order_by + demo_network_limiter: order_by + disk_available_gb: order_by + disk_used_percent: order_by + end_port_range: order_by + pin_build_id: order_by + shader_bake_progress: order_by + start_port_range: order_by +} + +"""aggregate var_samp on columns""" +type game_server_nodes_var_samp_fields { + """ + A computed field, executes function "available_node_server_count" + """ + available_server_count: Int + build_id: Float + cpu_cores_per_socket: Float + cpu_sockets: Float + cpu_threads_per_core: Float + csgo_build_id: Float + demo_network_limiter: Float + disk_available_gb: Float + disk_used_percent: Float + end_port_range: Float + pin_build_id: Float + shader_bake_progress: Float + start_port_range: Float + + """ + A computed field, executes function "total_node_server_count" + """ + total_server_count: Int +} + +""" +order by var_samp() on columns of table "game_server_nodes" +""" +input game_server_nodes_var_samp_order_by { + build_id: order_by + cpu_cores_per_socket: order_by + cpu_sockets: order_by + cpu_threads_per_core: order_by + csgo_build_id: order_by + demo_network_limiter: order_by + disk_available_gb: order_by + disk_used_percent: order_by + end_port_range: order_by + pin_build_id: order_by + shader_bake_progress: order_by + start_port_range: order_by +} + +"""aggregate variance on columns""" +type game_server_nodes_variance_fields { + """ + A computed field, executes function "available_node_server_count" + """ + available_server_count: Int + build_id: Float + cpu_cores_per_socket: Float + cpu_sockets: Float + cpu_threads_per_core: Float + csgo_build_id: Float + demo_network_limiter: Float + disk_available_gb: Float + disk_used_percent: Float + end_port_range: Float + pin_build_id: Float + shader_bake_progress: Float + start_port_range: Float + + """ + A computed field, executes function "total_node_server_count" + """ + total_server_count: Int +} + +""" +order by variance() on columns of table "game_server_nodes" +""" +input game_server_nodes_variance_order_by { + build_id: order_by + cpu_cores_per_socket: order_by + cpu_sockets: order_by + cpu_threads_per_core: order_by + csgo_build_id: order_by + demo_network_limiter: order_by + disk_available_gb: order_by + disk_used_percent: order_by + end_port_range: order_by + pin_build_id: order_by + shader_bake_progress: order_by + start_port_range: order_by +} + +""" +columns and relationships of "game_versions" +""" +type game_versions { + build_id: Int! + current: Boolean + cvars: Boolean! + description: String! + downloads( + """JSON select path""" + path: String + ): jsonb + updated_at: timestamptz! + version: String! +} + +""" +aggregated selection of "game_versions" +""" +type game_versions_aggregate { + aggregate: game_versions_aggregate_fields + nodes: [game_versions!]! +} + +""" +aggregate fields of "game_versions" +""" +type game_versions_aggregate_fields { + avg: game_versions_avg_fields + count(columns: [game_versions_select_column!], distinct: Boolean): Int! + max: game_versions_max_fields + min: game_versions_min_fields + stddev: game_versions_stddev_fields + stddev_pop: game_versions_stddev_pop_fields + stddev_samp: game_versions_stddev_samp_fields + sum: game_versions_sum_fields + var_pop: game_versions_var_pop_fields + var_samp: game_versions_var_samp_fields + variance: game_versions_variance_fields +} + +"""append existing jsonb value of filtered columns with new jsonb value""" +input game_versions_append_input { + downloads: jsonb +} + +"""aggregate avg on columns""" +type game_versions_avg_fields { + build_id: Float +} + +""" +Boolean expression to filter rows from the table "game_versions". All fields are combined with a logical 'AND'. """ -Boolean expression to filter rows from the table "game_versions". All fields are combined with a logical 'AND'. -""" input game_versions_bool_exp { _and: [game_versions_bool_exp!] _not: game_versions_bool_exp @@ -13714,6 +14527,12 @@ input get_leaderboard_args { _window_days: Int } +input get_league_season_leaderboard_args { + _category: String + _league_season_id: uuid + _role: String +} + input get_player_leaderboard_rank_args { _category: String _exclude_tournaments: Boolean @@ -14059,21 +14878,24 @@ type leaderboard_entries_variance_fields { value: Float } +input league_award_forfeit_args { + _tournament_bracket_id: uuid + _winning_tournament_team_id: uuid +} + """ -columns and relationships of "lobbies" +columns and relationships of "league_divisions" """ -type lobbies { - access: e_lobby_access_enum! +type league_divisions { + active: Boolean! created_at: timestamptz! - - """An object relationship""" - e_lobby_access: e_lobby_access! id: uuid! + name: String! """An array relationship""" - players( + season_divisions( """distinct select on columns""" - distinct_on: [lobby_players_select_column!] + distinct_on: [league_season_divisions_select_column!] """limit the number of rows returned""" limit: Int @@ -14082,16 +14904,16 @@ type lobbies { offset: Int """sort the rows by one or more columns""" - order_by: [lobby_players_order_by!] + order_by: [league_season_divisions_order_by!] """filter the rows returned""" - where: lobby_players_bool_exp - ): [lobby_players!]! + where: league_season_divisions_bool_exp + ): [league_season_divisions!]! """An aggregate relationship""" - players_aggregate( + season_divisions_aggregate( """distinct select on columns""" - distinct_on: [lobby_players_select_column!] + distinct_on: [league_season_divisions_select_column!] """limit the number of rows returned""" limit: Int @@ -14100,1300 +14922,1630 @@ type lobbies { offset: Int """sort the rows by one or more columns""" - order_by: [lobby_players_order_by!] + order_by: [league_season_divisions_order_by!] """filter the rows returned""" - where: lobby_players_bool_exp - ): lobby_players_aggregate! + where: league_season_divisions_bool_exp + ): league_season_divisions_aggregate! + tier: smallint! } """ -aggregated selection of "lobbies" +aggregated selection of "league_divisions" """ -type lobbies_aggregate { - aggregate: lobbies_aggregate_fields - nodes: [lobbies!]! +type league_divisions_aggregate { + aggregate: league_divisions_aggregate_fields + nodes: [league_divisions!]! } """ -aggregate fields of "lobbies" +aggregate fields of "league_divisions" """ -type lobbies_aggregate_fields { - count(columns: [lobbies_select_column!], distinct: Boolean): Int! - max: lobbies_max_fields - min: lobbies_min_fields +type league_divisions_aggregate_fields { + avg: league_divisions_avg_fields + count(columns: [league_divisions_select_column!], distinct: Boolean): Int! + max: league_divisions_max_fields + min: league_divisions_min_fields + stddev: league_divisions_stddev_fields + stddev_pop: league_divisions_stddev_pop_fields + stddev_samp: league_divisions_stddev_samp_fields + sum: league_divisions_sum_fields + var_pop: league_divisions_var_pop_fields + var_samp: league_divisions_var_samp_fields + variance: league_divisions_variance_fields +} + +"""aggregate avg on columns""" +type league_divisions_avg_fields { + tier: Float } """ -Boolean expression to filter rows from the table "lobbies". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "league_divisions". All fields are combined with a logical 'AND'. """ -input lobbies_bool_exp { - _and: [lobbies_bool_exp!] - _not: lobbies_bool_exp - _or: [lobbies_bool_exp!] - access: e_lobby_access_enum_comparison_exp +input league_divisions_bool_exp { + _and: [league_divisions_bool_exp!] + _not: league_divisions_bool_exp + _or: [league_divisions_bool_exp!] + active: Boolean_comparison_exp created_at: timestamptz_comparison_exp - e_lobby_access: e_lobby_access_bool_exp id: uuid_comparison_exp - players: lobby_players_bool_exp - players_aggregate: lobby_players_aggregate_bool_exp + name: String_comparison_exp + season_divisions: league_season_divisions_bool_exp + season_divisions_aggregate: league_season_divisions_aggregate_bool_exp + tier: smallint_comparison_exp } """ -unique or primary key constraints on table "lobbies" +unique or primary key constraints on table "league_divisions" """ -enum lobbies_constraint { +enum league_divisions_constraint { + """ + unique or primary key constraint on columns "name" + """ + league_divisions_name_key + """ unique or primary key constraint on columns "id" """ - lobbies_pkey + league_divisions_pkey + + """ + unique or primary key constraint on columns "tier" + """ + league_divisions_tier_key } """ -input type for inserting data into table "lobbies" +input type for incrementing numeric columns in table "league_divisions" """ -input lobbies_insert_input { - access: e_lobby_access_enum +input league_divisions_inc_input { + tier: smallint +} + +""" +input type for inserting data into table "league_divisions" +""" +input league_divisions_insert_input { + active: Boolean created_at: timestamptz - e_lobby_access: e_lobby_access_obj_rel_insert_input id: uuid - players: lobby_players_arr_rel_insert_input + name: String + season_divisions: league_season_divisions_arr_rel_insert_input + tier: smallint } """aggregate max on columns""" -type lobbies_max_fields { +type league_divisions_max_fields { created_at: timestamptz id: uuid + name: String + tier: smallint } """aggregate min on columns""" -type lobbies_min_fields { +type league_divisions_min_fields { created_at: timestamptz id: uuid + name: String + tier: smallint } """ -response of any mutation on the table "lobbies" +response of any mutation on the table "league_divisions" """ -type lobbies_mutation_response { +type league_divisions_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [lobbies!]! + returning: [league_divisions!]! } """ -input type for inserting object relation for remote table "lobbies" +input type for inserting object relation for remote table "league_divisions" """ -input lobbies_obj_rel_insert_input { - data: lobbies_insert_input! +input league_divisions_obj_rel_insert_input { + data: league_divisions_insert_input! """upsert condition""" - on_conflict: lobbies_on_conflict + on_conflict: league_divisions_on_conflict } """ -on_conflict condition type for table "lobbies" +on_conflict condition type for table "league_divisions" """ -input lobbies_on_conflict { - constraint: lobbies_constraint! - update_columns: [lobbies_update_column!]! = [] - where: lobbies_bool_exp +input league_divisions_on_conflict { + constraint: league_divisions_constraint! + update_columns: [league_divisions_update_column!]! = [] + where: league_divisions_bool_exp } -"""Ordering options when selecting data from "lobbies".""" -input lobbies_order_by { - access: order_by +"""Ordering options when selecting data from "league_divisions".""" +input league_divisions_order_by { + active: order_by created_at: order_by - e_lobby_access: e_lobby_access_order_by id: order_by - players_aggregate: lobby_players_aggregate_order_by + name: order_by + season_divisions_aggregate: league_season_divisions_aggregate_order_by + tier: order_by } -"""primary key columns input for table: lobbies""" -input lobbies_pk_columns_input { +"""primary key columns input for table: league_divisions""" +input league_divisions_pk_columns_input { id: uuid! } """ -select columns of table "lobbies" +select columns of table "league_divisions" """ -enum lobbies_select_column { +enum league_divisions_select_column { """column name""" - access + active """column name""" created_at """column name""" id + + """column name""" + name + + """column name""" + tier } """ -input type for updating data in table "lobbies" +input type for updating data in table "league_divisions" """ -input lobbies_set_input { - access: e_lobby_access_enum +input league_divisions_set_input { + active: Boolean created_at: timestamptz id: uuid + name: String + tier: smallint +} + +"""aggregate stddev on columns""" +type league_divisions_stddev_fields { + tier: Float +} + +"""aggregate stddev_pop on columns""" +type league_divisions_stddev_pop_fields { + tier: Float +} + +"""aggregate stddev_samp on columns""" +type league_divisions_stddev_samp_fields { + tier: Float } """ -Streaming cursor of the table "lobbies" +Streaming cursor of the table "league_divisions" """ -input lobbies_stream_cursor_input { +input league_divisions_stream_cursor_input { """Stream column input with initial value""" - initial_value: lobbies_stream_cursor_value_input! + initial_value: league_divisions_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input lobbies_stream_cursor_value_input { - access: e_lobby_access_enum +input league_divisions_stream_cursor_value_input { + active: Boolean created_at: timestamptz id: uuid + name: String + tier: smallint +} + +"""aggregate sum on columns""" +type league_divisions_sum_fields { + tier: smallint } """ -update columns of table "lobbies" +update columns of table "league_divisions" """ -enum lobbies_update_column { +enum league_divisions_update_column { """column name""" - access + active """column name""" created_at """column name""" id + + """column name""" + name + + """column name""" + tier } -input lobbies_updates { +input league_divisions_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: league_divisions_inc_input + """sets the columns of the filtered rows to the given values""" - _set: lobbies_set_input + _set: league_divisions_set_input """filter the rows which have to be updated""" - where: lobbies_bool_exp! + where: league_divisions_bool_exp! } -""" -columns and relationships of "lobby_players" -""" -type lobby_players { - captain: Boolean! - invited_by_steam_id: bigint +"""aggregate var_pop on columns""" +type league_divisions_var_pop_fields { + tier: Float +} - """An object relationship""" - lobby: lobbies! - lobby_id: uuid! +"""aggregate var_samp on columns""" +type league_divisions_var_samp_fields { + tier: Float +} - """An object relationship""" - player: players! - status: e_lobby_player_status_enum! - steam_id: bigint! +"""aggregate variance on columns""" +type league_divisions_variance_fields { + tier: Float } """ -aggregated selection of "lobby_players" +columns and relationships of "league_match_weeks" """ -type lobby_players_aggregate { - aggregate: lobby_players_aggregate_fields - nodes: [lobby_players!]! -} +type league_match_weeks { + closes_at: timestamptz! + created_at: timestamptz! + default_match_at: timestamptz! + id: uuid! + league_season_id: uuid! + opens_at: timestamptz! -input lobby_players_aggregate_bool_exp { - bool_and: lobby_players_aggregate_bool_exp_bool_and - bool_or: lobby_players_aggregate_bool_exp_bool_or - count: lobby_players_aggregate_bool_exp_count + """An object relationship""" + season: league_seasons! + week_number: Int! } -input lobby_players_aggregate_bool_exp_bool_and { - arguments: lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: lobby_players_bool_exp - predicate: Boolean_comparison_exp! +""" +aggregated selection of "league_match_weeks" +""" +type league_match_weeks_aggregate { + aggregate: league_match_weeks_aggregate_fields + nodes: [league_match_weeks!]! } -input lobby_players_aggregate_bool_exp_bool_or { - arguments: lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: lobby_players_bool_exp - predicate: Boolean_comparison_exp! +input league_match_weeks_aggregate_bool_exp { + count: league_match_weeks_aggregate_bool_exp_count } -input lobby_players_aggregate_bool_exp_count { - arguments: [lobby_players_select_column!] +input league_match_weeks_aggregate_bool_exp_count { + arguments: [league_match_weeks_select_column!] distinct: Boolean - filter: lobby_players_bool_exp + filter: league_match_weeks_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "lobby_players" +aggregate fields of "league_match_weeks" """ -type lobby_players_aggregate_fields { - avg: lobby_players_avg_fields - count(columns: [lobby_players_select_column!], distinct: Boolean): Int! - max: lobby_players_max_fields - min: lobby_players_min_fields - stddev: lobby_players_stddev_fields - stddev_pop: lobby_players_stddev_pop_fields - stddev_samp: lobby_players_stddev_samp_fields - sum: lobby_players_sum_fields - var_pop: lobby_players_var_pop_fields - var_samp: lobby_players_var_samp_fields - variance: lobby_players_variance_fields +type league_match_weeks_aggregate_fields { + avg: league_match_weeks_avg_fields + count(columns: [league_match_weeks_select_column!], distinct: Boolean): Int! + max: league_match_weeks_max_fields + min: league_match_weeks_min_fields + stddev: league_match_weeks_stddev_fields + stddev_pop: league_match_weeks_stddev_pop_fields + stddev_samp: league_match_weeks_stddev_samp_fields + sum: league_match_weeks_sum_fields + var_pop: league_match_weeks_var_pop_fields + var_samp: league_match_weeks_var_samp_fields + variance: league_match_weeks_variance_fields } """ -order by aggregate values of table "lobby_players" +order by aggregate values of table "league_match_weeks" """ -input lobby_players_aggregate_order_by { - avg: lobby_players_avg_order_by +input league_match_weeks_aggregate_order_by { + avg: league_match_weeks_avg_order_by count: order_by - max: lobby_players_max_order_by - min: lobby_players_min_order_by - stddev: lobby_players_stddev_order_by - stddev_pop: lobby_players_stddev_pop_order_by - stddev_samp: lobby_players_stddev_samp_order_by - sum: lobby_players_sum_order_by - var_pop: lobby_players_var_pop_order_by - var_samp: lobby_players_var_samp_order_by - variance: lobby_players_variance_order_by + max: league_match_weeks_max_order_by + min: league_match_weeks_min_order_by + stddev: league_match_weeks_stddev_order_by + stddev_pop: league_match_weeks_stddev_pop_order_by + stddev_samp: league_match_weeks_stddev_samp_order_by + sum: league_match_weeks_sum_order_by + var_pop: league_match_weeks_var_pop_order_by + var_samp: league_match_weeks_var_samp_order_by + variance: league_match_weeks_variance_order_by } """ -input type for inserting array relation for remote table "lobby_players" +input type for inserting array relation for remote table "league_match_weeks" """ -input lobby_players_arr_rel_insert_input { - data: [lobby_players_insert_input!]! +input league_match_weeks_arr_rel_insert_input { + data: [league_match_weeks_insert_input!]! """upsert condition""" - on_conflict: lobby_players_on_conflict + on_conflict: league_match_weeks_on_conflict } """aggregate avg on columns""" -type lobby_players_avg_fields { - invited_by_steam_id: Float - steam_id: Float +type league_match_weeks_avg_fields { + week_number: Float } """ -order by avg() on columns of table "lobby_players" +order by avg() on columns of table "league_match_weeks" """ -input lobby_players_avg_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_avg_order_by { + week_number: order_by } """ -Boolean expression to filter rows from the table "lobby_players". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "league_match_weeks". All fields are combined with a logical 'AND'. """ -input lobby_players_bool_exp { - _and: [lobby_players_bool_exp!] - _not: lobby_players_bool_exp - _or: [lobby_players_bool_exp!] - captain: Boolean_comparison_exp - invited_by_steam_id: bigint_comparison_exp - lobby: lobbies_bool_exp - lobby_id: uuid_comparison_exp - player: players_bool_exp - status: e_lobby_player_status_enum_comparison_exp - steam_id: bigint_comparison_exp +input league_match_weeks_bool_exp { + _and: [league_match_weeks_bool_exp!] + _not: league_match_weeks_bool_exp + _or: [league_match_weeks_bool_exp!] + closes_at: timestamptz_comparison_exp + created_at: timestamptz_comparison_exp + default_match_at: timestamptz_comparison_exp + id: uuid_comparison_exp + league_season_id: uuid_comparison_exp + opens_at: timestamptz_comparison_exp + season: league_seasons_bool_exp + week_number: Int_comparison_exp } """ -unique or primary key constraints on table "lobby_players" +unique or primary key constraints on table "league_match_weeks" """ -enum lobby_players_constraint { +enum league_match_weeks_constraint { """ - unique or primary key constraint on columns "lobby_id", "steam_id" + unique or primary key constraint on columns "league_season_id", "week_number" """ - lobby_players_pkey + league_match_weeks_league_season_id_week_number_key + + """ + unique or primary key constraint on columns "id" + """ + league_match_weeks_pkey } """ -input type for incrementing numeric columns in table "lobby_players" +input type for incrementing numeric columns in table "league_match_weeks" """ -input lobby_players_inc_input { - invited_by_steam_id: bigint - steam_id: bigint +input league_match_weeks_inc_input { + week_number: Int } """ -input type for inserting data into table "lobby_players" +input type for inserting data into table "league_match_weeks" """ -input lobby_players_insert_input { - captain: Boolean - invited_by_steam_id: bigint - lobby: lobbies_obj_rel_insert_input - lobby_id: uuid - player: players_obj_rel_insert_input - status: e_lobby_player_status_enum - steam_id: bigint +input league_match_weeks_insert_input { + closes_at: timestamptz + created_at: timestamptz + default_match_at: timestamptz + id: uuid + league_season_id: uuid + opens_at: timestamptz + season: league_seasons_obj_rel_insert_input + week_number: Int } """aggregate max on columns""" -type lobby_players_max_fields { - invited_by_steam_id: bigint - lobby_id: uuid - steam_id: bigint +type league_match_weeks_max_fields { + closes_at: timestamptz + created_at: timestamptz + default_match_at: timestamptz + id: uuid + league_season_id: uuid + opens_at: timestamptz + week_number: Int } """ -order by max() on columns of table "lobby_players" +order by max() on columns of table "league_match_weeks" """ -input lobby_players_max_order_by { - invited_by_steam_id: order_by - lobby_id: order_by - steam_id: order_by +input league_match_weeks_max_order_by { + closes_at: order_by + created_at: order_by + default_match_at: order_by + id: order_by + league_season_id: order_by + opens_at: order_by + week_number: order_by } """aggregate min on columns""" -type lobby_players_min_fields { - invited_by_steam_id: bigint - lobby_id: uuid - steam_id: bigint +type league_match_weeks_min_fields { + closes_at: timestamptz + created_at: timestamptz + default_match_at: timestamptz + id: uuid + league_season_id: uuid + opens_at: timestamptz + week_number: Int } """ -order by min() on columns of table "lobby_players" +order by min() on columns of table "league_match_weeks" """ -input lobby_players_min_order_by { - invited_by_steam_id: order_by - lobby_id: order_by - steam_id: order_by +input league_match_weeks_min_order_by { + closes_at: order_by + created_at: order_by + default_match_at: order_by + id: order_by + league_season_id: order_by + opens_at: order_by + week_number: order_by } """ -response of any mutation on the table "lobby_players" +response of any mutation on the table "league_match_weeks" """ -type lobby_players_mutation_response { +type league_match_weeks_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [lobby_players!]! + returning: [league_match_weeks!]! } """ -on_conflict condition type for table "lobby_players" +on_conflict condition type for table "league_match_weeks" """ -input lobby_players_on_conflict { - constraint: lobby_players_constraint! - update_columns: [lobby_players_update_column!]! = [] - where: lobby_players_bool_exp +input league_match_weeks_on_conflict { + constraint: league_match_weeks_constraint! + update_columns: [league_match_weeks_update_column!]! = [] + where: league_match_weeks_bool_exp } -"""Ordering options when selecting data from "lobby_players".""" -input lobby_players_order_by { - captain: order_by - invited_by_steam_id: order_by - lobby: lobbies_order_by - lobby_id: order_by - player: players_order_by - status: order_by - steam_id: order_by +"""Ordering options when selecting data from "league_match_weeks".""" +input league_match_weeks_order_by { + closes_at: order_by + created_at: order_by + default_match_at: order_by + id: order_by + league_season_id: order_by + opens_at: order_by + season: league_seasons_order_by + week_number: order_by } -"""primary key columns input for table: lobby_players""" -input lobby_players_pk_columns_input { - lobby_id: uuid! - steam_id: bigint! +"""primary key columns input for table: league_match_weeks""" +input league_match_weeks_pk_columns_input { + id: uuid! } """ -select columns of table "lobby_players" +select columns of table "league_match_weeks" """ -enum lobby_players_select_column { +enum league_match_weeks_select_column { """column name""" - captain + closes_at """column name""" - invited_by_steam_id + created_at """column name""" - lobby_id + default_match_at """column name""" - status + id """column name""" - steam_id -} + league_season_id -""" -select "lobby_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "lobby_players" -""" -enum lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns { """column name""" - captain -} + opens_at -""" -select "lobby_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "lobby_players" -""" -enum lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - captain + week_number } """ -input type for updating data in table "lobby_players" +input type for updating data in table "league_match_weeks" """ -input lobby_players_set_input { - captain: Boolean - invited_by_steam_id: bigint - lobby_id: uuid - status: e_lobby_player_status_enum - steam_id: bigint +input league_match_weeks_set_input { + closes_at: timestamptz + created_at: timestamptz + default_match_at: timestamptz + id: uuid + league_season_id: uuid + opens_at: timestamptz + week_number: Int } """aggregate stddev on columns""" -type lobby_players_stddev_fields { - invited_by_steam_id: Float - steam_id: Float +type league_match_weeks_stddev_fields { + week_number: Float } """ -order by stddev() on columns of table "lobby_players" +order by stddev() on columns of table "league_match_weeks" """ -input lobby_players_stddev_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_stddev_order_by { + week_number: order_by } """aggregate stddev_pop on columns""" -type lobby_players_stddev_pop_fields { - invited_by_steam_id: Float - steam_id: Float +type league_match_weeks_stddev_pop_fields { + week_number: Float } """ -order by stddev_pop() on columns of table "lobby_players" +order by stddev_pop() on columns of table "league_match_weeks" """ -input lobby_players_stddev_pop_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_stddev_pop_order_by { + week_number: order_by } """aggregate stddev_samp on columns""" -type lobby_players_stddev_samp_fields { - invited_by_steam_id: Float - steam_id: Float +type league_match_weeks_stddev_samp_fields { + week_number: Float } """ -order by stddev_samp() on columns of table "lobby_players" +order by stddev_samp() on columns of table "league_match_weeks" """ -input lobby_players_stddev_samp_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_stddev_samp_order_by { + week_number: order_by } """ -Streaming cursor of the table "lobby_players" +Streaming cursor of the table "league_match_weeks" """ -input lobby_players_stream_cursor_input { +input league_match_weeks_stream_cursor_input { """Stream column input with initial value""" - initial_value: lobby_players_stream_cursor_value_input! + initial_value: league_match_weeks_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input lobby_players_stream_cursor_value_input { - captain: Boolean - invited_by_steam_id: bigint - lobby_id: uuid - status: e_lobby_player_status_enum - steam_id: bigint +input league_match_weeks_stream_cursor_value_input { + closes_at: timestamptz + created_at: timestamptz + default_match_at: timestamptz + id: uuid + league_season_id: uuid + opens_at: timestamptz + week_number: Int } """aggregate sum on columns""" -type lobby_players_sum_fields { - invited_by_steam_id: bigint - steam_id: bigint +type league_match_weeks_sum_fields { + week_number: Int } """ -order by sum() on columns of table "lobby_players" +order by sum() on columns of table "league_match_weeks" """ -input lobby_players_sum_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_sum_order_by { + week_number: order_by } """ -update columns of table "lobby_players" +update columns of table "league_match_weeks" """ -enum lobby_players_update_column { +enum league_match_weeks_update_column { """column name""" - captain + closes_at """column name""" - invited_by_steam_id + created_at """column name""" - lobby_id + default_match_at """column name""" - status + id """column name""" - steam_id + league_season_id + + """column name""" + opens_at + + """column name""" + week_number } -input lobby_players_updates { +input league_match_weeks_updates { """increments the numeric columns with given value of the filtered values""" - _inc: lobby_players_inc_input + _inc: league_match_weeks_inc_input """sets the columns of the filtered rows to the given values""" - _set: lobby_players_set_input + _set: league_match_weeks_set_input """filter the rows which have to be updated""" - where: lobby_players_bool_exp! + where: league_match_weeks_bool_exp! } """aggregate var_pop on columns""" -type lobby_players_var_pop_fields { - invited_by_steam_id: Float - steam_id: Float +type league_match_weeks_var_pop_fields { + week_number: Float } """ -order by var_pop() on columns of table "lobby_players" +order by var_pop() on columns of table "league_match_weeks" """ -input lobby_players_var_pop_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_var_pop_order_by { + week_number: order_by } """aggregate var_samp on columns""" -type lobby_players_var_samp_fields { - invited_by_steam_id: Float - steam_id: Float +type league_match_weeks_var_samp_fields { + week_number: Float } """ -order by var_samp() on columns of table "lobby_players" +order by var_samp() on columns of table "league_match_weeks" """ -input lobby_players_var_samp_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_var_samp_order_by { + week_number: order_by } """aggregate variance on columns""" -type lobby_players_variance_fields { - invited_by_steam_id: Float - steam_id: Float +type league_match_weeks_variance_fields { + week_number: Float } """ -order by variance() on columns of table "lobby_players" +order by variance() on columns of table "league_match_weeks" """ -input lobby_players_variance_order_by { - invited_by_steam_id: order_by - steam_id: order_by +input league_match_weeks_variance_order_by { + week_number: order_by } """ -columns and relationships of "map_pools" +columns and relationships of "league_relegation_playoffs" """ -type map_pools { +type league_relegation_playoffs { + created_at: timestamptz! + """An object relationship""" - e_type: e_map_pool_types! - enabled: Boolean! + higher_division: league_divisions! + higher_division_id: uuid! + higher_slots: Int! id: uuid! + league_season_id: uuid! - """An array relationship""" - maps( - """distinct select on columns""" - distinct_on: [v_pool_maps_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int + """An object relationship""" + lower_division: league_divisions! + lower_division_id: uuid! + resolved_at: timestamptz - """sort the rows by one or more columns""" - order_by: [v_pool_maps_order_by!] + """An object relationship""" + season: league_seasons! - """filter the rows returned""" - where: v_pool_maps_bool_exp - ): [v_pool_maps!]! + """An object relationship""" + tournament: tournaments + tournament_id: uuid +} - """An aggregate relationship""" - maps_aggregate( - """distinct select on columns""" - distinct_on: [v_pool_maps_select_column!] +""" +aggregated selection of "league_relegation_playoffs" +""" +type league_relegation_playoffs_aggregate { + aggregate: league_relegation_playoffs_aggregate_fields + nodes: [league_relegation_playoffs!]! +} - """limit the number of rows returned""" - limit: Int +input league_relegation_playoffs_aggregate_bool_exp { + count: league_relegation_playoffs_aggregate_bool_exp_count +} - """skip the first n rows. Use only with order_by""" - offset: Int +input league_relegation_playoffs_aggregate_bool_exp_count { + arguments: [league_relegation_playoffs_select_column!] + distinct: Boolean + filter: league_relegation_playoffs_bool_exp + predicate: Int_comparison_exp! +} - """sort the rows by one or more columns""" - order_by: [v_pool_maps_order_by!] +""" +aggregate fields of "league_relegation_playoffs" +""" +type league_relegation_playoffs_aggregate_fields { + avg: league_relegation_playoffs_avg_fields + count(columns: [league_relegation_playoffs_select_column!], distinct: Boolean): Int! + max: league_relegation_playoffs_max_fields + min: league_relegation_playoffs_min_fields + stddev: league_relegation_playoffs_stddev_fields + stddev_pop: league_relegation_playoffs_stddev_pop_fields + stddev_samp: league_relegation_playoffs_stddev_samp_fields + sum: league_relegation_playoffs_sum_fields + var_pop: league_relegation_playoffs_var_pop_fields + var_samp: league_relegation_playoffs_var_samp_fields + variance: league_relegation_playoffs_variance_fields +} - """filter the rows returned""" - where: v_pool_maps_bool_exp - ): v_pool_maps_aggregate! - seed: Boolean! - type: e_map_pool_types_enum! +""" +order by aggregate values of table "league_relegation_playoffs" +""" +input league_relegation_playoffs_aggregate_order_by { + avg: league_relegation_playoffs_avg_order_by + count: order_by + max: league_relegation_playoffs_max_order_by + min: league_relegation_playoffs_min_order_by + stddev: league_relegation_playoffs_stddev_order_by + stddev_pop: league_relegation_playoffs_stddev_pop_order_by + stddev_samp: league_relegation_playoffs_stddev_samp_order_by + sum: league_relegation_playoffs_sum_order_by + var_pop: league_relegation_playoffs_var_pop_order_by + var_samp: league_relegation_playoffs_var_samp_order_by + variance: league_relegation_playoffs_variance_order_by } """ -aggregated selection of "map_pools" +input type for inserting array relation for remote table "league_relegation_playoffs" """ -type map_pools_aggregate { - aggregate: map_pools_aggregate_fields - nodes: [map_pools!]! +input league_relegation_playoffs_arr_rel_insert_input { + data: [league_relegation_playoffs_insert_input!]! + + """upsert condition""" + on_conflict: league_relegation_playoffs_on_conflict +} + +"""aggregate avg on columns""" +type league_relegation_playoffs_avg_fields { + higher_slots: Float } """ -aggregate fields of "map_pools" +order by avg() on columns of table "league_relegation_playoffs" """ -type map_pools_aggregate_fields { - count(columns: [map_pools_select_column!], distinct: Boolean): Int! - max: map_pools_max_fields - min: map_pools_min_fields +input league_relegation_playoffs_avg_order_by { + higher_slots: order_by } """ -Boolean expression to filter rows from the table "map_pools". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "league_relegation_playoffs". All fields are combined with a logical 'AND'. """ -input map_pools_bool_exp { - _and: [map_pools_bool_exp!] - _not: map_pools_bool_exp - _or: [map_pools_bool_exp!] - e_type: e_map_pool_types_bool_exp - enabled: Boolean_comparison_exp +input league_relegation_playoffs_bool_exp { + _and: [league_relegation_playoffs_bool_exp!] + _not: league_relegation_playoffs_bool_exp + _or: [league_relegation_playoffs_bool_exp!] + created_at: timestamptz_comparison_exp + higher_division: league_divisions_bool_exp + higher_division_id: uuid_comparison_exp + higher_slots: Int_comparison_exp id: uuid_comparison_exp - maps: v_pool_maps_bool_exp - maps_aggregate: v_pool_maps_aggregate_bool_exp - seed: Boolean_comparison_exp - type: e_map_pool_types_enum_comparison_exp + league_season_id: uuid_comparison_exp + lower_division: league_divisions_bool_exp + lower_division_id: uuid_comparison_exp + resolved_at: timestamptz_comparison_exp + season: league_seasons_bool_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp } """ -unique or primary key constraints on table "map_pools" +unique or primary key constraints on table "league_relegation_playoffs" """ -enum map_pools_constraint { +enum league_relegation_playoffs_constraint { + """ + unique or primary key constraint on columns "higher_division_id", "league_season_id", "lower_division_id" + """ + league_relegation_playoffs_league_season_id_higher_division_key + """ unique or primary key constraint on columns "id" """ - map_pools_pkey + league_relegation_playoffs_pkey } """ -input type for inserting data into table "map_pools" +input type for incrementing numeric columns in table "league_relegation_playoffs" """ -input map_pools_insert_input { - e_type: e_map_pool_types_obj_rel_insert_input - enabled: Boolean - id: uuid - maps: v_pool_maps_arr_rel_insert_input - seed: Boolean - type: e_map_pool_types_enum +input league_relegation_playoffs_inc_input { + higher_slots: Int } -"""aggregate max on columns""" -type map_pools_max_fields { +""" +input type for inserting data into table "league_relegation_playoffs" +""" +input league_relegation_playoffs_insert_input { + created_at: timestamptz + higher_division: league_divisions_obj_rel_insert_input + higher_division_id: uuid + higher_slots: Int id: uuid + league_season_id: uuid + lower_division: league_divisions_obj_rel_insert_input + lower_division_id: uuid + resolved_at: timestamptz + season: league_seasons_obj_rel_insert_input + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid } -"""aggregate min on columns""" -type map_pools_min_fields { +"""aggregate max on columns""" +type league_relegation_playoffs_max_fields { + created_at: timestamptz + higher_division_id: uuid + higher_slots: Int id: uuid + league_season_id: uuid + lower_division_id: uuid + resolved_at: timestamptz + tournament_id: uuid } """ -response of any mutation on the table "map_pools" +order by max() on columns of table "league_relegation_playoffs" """ -type map_pools_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! +input league_relegation_playoffs_max_order_by { + created_at: order_by + higher_division_id: order_by + higher_slots: order_by + id: order_by + league_season_id: order_by + lower_division_id: order_by + resolved_at: order_by + tournament_id: order_by +} - """data from the rows affected by the mutation""" - returning: [map_pools!]! +"""aggregate min on columns""" +type league_relegation_playoffs_min_fields { + created_at: timestamptz + higher_division_id: uuid + higher_slots: Int + id: uuid + league_season_id: uuid + lower_division_id: uuid + resolved_at: timestamptz + tournament_id: uuid } """ -input type for inserting object relation for remote table "map_pools" +order by min() on columns of table "league_relegation_playoffs" """ -input map_pools_obj_rel_insert_input { - data: map_pools_insert_input! +input league_relegation_playoffs_min_order_by { + created_at: order_by + higher_division_id: order_by + higher_slots: order_by + id: order_by + league_season_id: order_by + lower_division_id: order_by + resolved_at: order_by + tournament_id: order_by +} - """upsert condition""" - on_conflict: map_pools_on_conflict +""" +response of any mutation on the table "league_relegation_playoffs" +""" +type league_relegation_playoffs_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [league_relegation_playoffs!]! } """ -on_conflict condition type for table "map_pools" +on_conflict condition type for table "league_relegation_playoffs" """ -input map_pools_on_conflict { - constraint: map_pools_constraint! - update_columns: [map_pools_update_column!]! = [] - where: map_pools_bool_exp +input league_relegation_playoffs_on_conflict { + constraint: league_relegation_playoffs_constraint! + update_columns: [league_relegation_playoffs_update_column!]! = [] + where: league_relegation_playoffs_bool_exp } -"""Ordering options when selecting data from "map_pools".""" -input map_pools_order_by { - e_type: e_map_pool_types_order_by - enabled: order_by +""" +Ordering options when selecting data from "league_relegation_playoffs". +""" +input league_relegation_playoffs_order_by { + created_at: order_by + higher_division: league_divisions_order_by + higher_division_id: order_by + higher_slots: order_by id: order_by - maps_aggregate: v_pool_maps_aggregate_order_by - seed: order_by - type: order_by + league_season_id: order_by + lower_division: league_divisions_order_by + lower_division_id: order_by + resolved_at: order_by + season: league_seasons_order_by + tournament: tournaments_order_by + tournament_id: order_by } -"""primary key columns input for table: map_pools""" -input map_pools_pk_columns_input { +"""primary key columns input for table: league_relegation_playoffs""" +input league_relegation_playoffs_pk_columns_input { id: uuid! } """ -select columns of table "map_pools" +select columns of table "league_relegation_playoffs" """ -enum map_pools_select_column { +enum league_relegation_playoffs_select_column { """column name""" - enabled + created_at + + """column name""" + higher_division_id + + """column name""" + higher_slots """column name""" id """column name""" - seed + league_season_id """column name""" - type + lower_division_id + + """column name""" + resolved_at + + """column name""" + tournament_id } """ -input type for updating data in table "map_pools" +input type for updating data in table "league_relegation_playoffs" """ -input map_pools_set_input { - enabled: Boolean +input league_relegation_playoffs_set_input { + created_at: timestamptz + higher_division_id: uuid + higher_slots: Int id: uuid - seed: Boolean - type: e_map_pool_types_enum + league_season_id: uuid + lower_division_id: uuid + resolved_at: timestamptz + tournament_id: uuid +} + +"""aggregate stddev on columns""" +type league_relegation_playoffs_stddev_fields { + higher_slots: Float } """ -Streaming cursor of the table "map_pools" +order by stddev() on columns of table "league_relegation_playoffs" """ -input map_pools_stream_cursor_input { - """Stream column input with initial value""" - initial_value: map_pools_stream_cursor_value_input! +input league_relegation_playoffs_stddev_order_by { + higher_slots: order_by +} - """cursor ordering""" - ordering: cursor_ordering +"""aggregate stddev_pop on columns""" +type league_relegation_playoffs_stddev_pop_fields { + higher_slots: Float } -"""Initial value of the column from where the streaming should start""" -input map_pools_stream_cursor_value_input { - enabled: Boolean - id: uuid - seed: Boolean - type: e_map_pool_types_enum +""" +order by stddev_pop() on columns of table "league_relegation_playoffs" +""" +input league_relegation_playoffs_stddev_pop_order_by { + higher_slots: order_by +} + +"""aggregate stddev_samp on columns""" +type league_relegation_playoffs_stddev_samp_fields { + higher_slots: Float } """ -update columns of table "map_pools" +order by stddev_samp() on columns of table "league_relegation_playoffs" """ -enum map_pools_update_column { - """column name""" - enabled +input league_relegation_playoffs_stddev_samp_order_by { + higher_slots: order_by +} - """column name""" - id +""" +Streaming cursor of the table "league_relegation_playoffs" +""" +input league_relegation_playoffs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: league_relegation_playoffs_stream_cursor_value_input! - """column name""" - seed + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - type +"""Initial value of the column from where the streaming should start""" +input league_relegation_playoffs_stream_cursor_value_input { + created_at: timestamptz + higher_division_id: uuid + higher_slots: Int + id: uuid + league_season_id: uuid + lower_division_id: uuid + resolved_at: timestamptz + tournament_id: uuid } -input map_pools_updates { - """sets the columns of the filtered rows to the given values""" - _set: map_pools_set_input +"""aggregate sum on columns""" +type league_relegation_playoffs_sum_fields { + higher_slots: Int +} - """filter the rows which have to be updated""" - where: map_pools_bool_exp! +""" +order by sum() on columns of table "league_relegation_playoffs" +""" +input league_relegation_playoffs_sum_order_by { + higher_slots: order_by } """ -columns and relationships of "maps" +update columns of table "league_relegation_playoffs" """ -type maps { - active_pool: Boolean! +enum league_relegation_playoffs_update_column { + """column name""" + created_at - """An object relationship""" - e_match_type: e_match_types! - enabled: Boolean! - id: uuid! - label: String + """column name""" + higher_division_id - """An array relationship""" - match_maps( - """distinct select on columns""" - distinct_on: [match_maps_select_column!] + """column name""" + higher_slots - """limit the number of rows returned""" - limit: Int + """column name""" + id - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + league_season_id - """sort the rows by one or more columns""" - order_by: [match_maps_order_by!] + """column name""" + lower_division_id - """filter the rows returned""" - where: match_maps_bool_exp - ): [match_maps!]! + """column name""" + resolved_at - """An aggregate relationship""" - match_maps_aggregate( - """distinct select on columns""" - distinct_on: [match_maps_select_column!] + """column name""" + tournament_id +} - """limit the number of rows returned""" - limit: Int +input league_relegation_playoffs_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: league_relegation_playoffs_inc_input - """skip the first n rows. Use only with order_by""" - offset: Int + """sets the columns of the filtered rows to the given values""" + _set: league_relegation_playoffs_set_input - """sort the rows by one or more columns""" - order_by: [match_maps_order_by!] + """filter the rows which have to be updated""" + where: league_relegation_playoffs_bool_exp! +} - """filter the rows returned""" - where: match_maps_bool_exp - ): match_maps_aggregate! +"""aggregate var_pop on columns""" +type league_relegation_playoffs_var_pop_fields { + higher_slots: Float +} - """An array relationship""" - match_veto_picks( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_select_column!] +""" +order by var_pop() on columns of table "league_relegation_playoffs" +""" +input league_relegation_playoffs_var_pop_order_by { + higher_slots: order_by +} - """limit the number of rows returned""" - limit: Int +"""aggregate var_samp on columns""" +type league_relegation_playoffs_var_samp_fields { + higher_slots: Float +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +order by var_samp() on columns of table "league_relegation_playoffs" +""" +input league_relegation_playoffs_var_samp_order_by { + higher_slots: order_by +} - """sort the rows by one or more columns""" - order_by: [match_map_veto_picks_order_by!] +"""aggregate variance on columns""" +type league_relegation_playoffs_variance_fields { + higher_slots: Float +} - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): [match_map_veto_picks!]! +""" +order by variance() on columns of table "league_relegation_playoffs" +""" +input league_relegation_playoffs_variance_order_by { + higher_slots: order_by +} - """An aggregate relationship""" - match_veto_picks_aggregate( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_select_column!] +""" +columns and relationships of "league_scheduling_proposals" +""" +type league_scheduling_proposals { + """An object relationship""" + bracket: tournament_brackets! + created_at: timestamptz! - """limit the number of rows returned""" - limit: Int + """An object relationship""" + e_proposal_status: e_league_proposal_statuses! + id: uuid! + message: String - """skip the first n rows. Use only with order_by""" - offset: Int + """An object relationship""" + proposed_by: players! + proposed_by_league_team_season_id: uuid + proposed_by_steam_id: bigint! + proposed_time: timestamptz! - """sort the rows by one or more columns""" - order_by: [match_map_veto_picks_order_by!] + """An object relationship""" + responded_by: players + responded_by_steam_id: bigint + status: e_league_proposal_statuses_enum! - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): match_map_veto_picks_aggregate! - name: String! - patch: String - poster: String - type: e_match_types_enum! - workshop_map_id: String + """An object relationship""" + team_season: league_team_seasons + tournament_bracket_id: uuid! } """ -aggregated selection of "maps" +aggregated selection of "league_scheduling_proposals" """ -type maps_aggregate { - aggregate: maps_aggregate_fields - nodes: [maps!]! -} - -input maps_aggregate_bool_exp { - bool_and: maps_aggregate_bool_exp_bool_and - bool_or: maps_aggregate_bool_exp_bool_or - count: maps_aggregate_bool_exp_count +type league_scheduling_proposals_aggregate { + aggregate: league_scheduling_proposals_aggregate_fields + nodes: [league_scheduling_proposals!]! } -input maps_aggregate_bool_exp_bool_and { - arguments: maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: maps_bool_exp - predicate: Boolean_comparison_exp! -} - -input maps_aggregate_bool_exp_bool_or { - arguments: maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: maps_bool_exp - predicate: Boolean_comparison_exp! +input league_scheduling_proposals_aggregate_bool_exp { + count: league_scheduling_proposals_aggregate_bool_exp_count } -input maps_aggregate_bool_exp_count { - arguments: [maps_select_column!] +input league_scheduling_proposals_aggregate_bool_exp_count { + arguments: [league_scheduling_proposals_select_column!] distinct: Boolean - filter: maps_bool_exp + filter: league_scheduling_proposals_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "maps" +aggregate fields of "league_scheduling_proposals" """ -type maps_aggregate_fields { - count(columns: [maps_select_column!], distinct: Boolean): Int! - max: maps_max_fields - min: maps_min_fields +type league_scheduling_proposals_aggregate_fields { + avg: league_scheduling_proposals_avg_fields + count(columns: [league_scheduling_proposals_select_column!], distinct: Boolean): Int! + max: league_scheduling_proposals_max_fields + min: league_scheduling_proposals_min_fields + stddev: league_scheduling_proposals_stddev_fields + stddev_pop: league_scheduling_proposals_stddev_pop_fields + stddev_samp: league_scheduling_proposals_stddev_samp_fields + sum: league_scheduling_proposals_sum_fields + var_pop: league_scheduling_proposals_var_pop_fields + var_samp: league_scheduling_proposals_var_samp_fields + variance: league_scheduling_proposals_variance_fields } """ -order by aggregate values of table "maps" +order by aggregate values of table "league_scheduling_proposals" """ -input maps_aggregate_order_by { +input league_scheduling_proposals_aggregate_order_by { + avg: league_scheduling_proposals_avg_order_by count: order_by - max: maps_max_order_by - min: maps_min_order_by + max: league_scheduling_proposals_max_order_by + min: league_scheduling_proposals_min_order_by + stddev: league_scheduling_proposals_stddev_order_by + stddev_pop: league_scheduling_proposals_stddev_pop_order_by + stddev_samp: league_scheduling_proposals_stddev_samp_order_by + sum: league_scheduling_proposals_sum_order_by + var_pop: league_scheduling_proposals_var_pop_order_by + var_samp: league_scheduling_proposals_var_samp_order_by + variance: league_scheduling_proposals_variance_order_by } """ -input type for inserting array relation for remote table "maps" +input type for inserting array relation for remote table "league_scheduling_proposals" """ -input maps_arr_rel_insert_input { - data: [maps_insert_input!]! +input league_scheduling_proposals_arr_rel_insert_input { + data: [league_scheduling_proposals_insert_input!]! """upsert condition""" - on_conflict: maps_on_conflict + on_conflict: league_scheduling_proposals_on_conflict +} + +"""aggregate avg on columns""" +type league_scheduling_proposals_avg_fields { + proposed_by_steam_id: Float + responded_by_steam_id: Float } """ -Boolean expression to filter rows from the table "maps". All fields are combined with a logical 'AND'. +order by avg() on columns of table "league_scheduling_proposals" """ -input maps_bool_exp { - _and: [maps_bool_exp!] - _not: maps_bool_exp - _or: [maps_bool_exp!] - active_pool: Boolean_comparison_exp - e_match_type: e_match_types_bool_exp - enabled: Boolean_comparison_exp - id: uuid_comparison_exp - label: String_comparison_exp - match_maps: match_maps_bool_exp - match_maps_aggregate: match_maps_aggregate_bool_exp - match_veto_picks: match_map_veto_picks_bool_exp - match_veto_picks_aggregate: match_map_veto_picks_aggregate_bool_exp - name: String_comparison_exp - patch: String_comparison_exp - poster: String_comparison_exp - type: e_match_types_enum_comparison_exp - workshop_map_id: String_comparison_exp +input league_scheduling_proposals_avg_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by } """ -unique or primary key constraints on table "maps" +Boolean expression to filter rows from the table "league_scheduling_proposals". All fields are combined with a logical 'AND'. """ -enum maps_constraint { - """ - unique or primary key constraint on columns "type", "name" - """ - maps_name_type_key +input league_scheduling_proposals_bool_exp { + _and: [league_scheduling_proposals_bool_exp!] + _not: league_scheduling_proposals_bool_exp + _or: [league_scheduling_proposals_bool_exp!] + bracket: tournament_brackets_bool_exp + created_at: timestamptz_comparison_exp + e_proposal_status: e_league_proposal_statuses_bool_exp + id: uuid_comparison_exp + message: String_comparison_exp + proposed_by: players_bool_exp + proposed_by_league_team_season_id: uuid_comparison_exp + proposed_by_steam_id: bigint_comparison_exp + proposed_time: timestamptz_comparison_exp + responded_by: players_bool_exp + responded_by_steam_id: bigint_comparison_exp + status: e_league_proposal_statuses_enum_comparison_exp + team_season: league_team_seasons_bool_exp + tournament_bracket_id: uuid_comparison_exp +} +""" +unique or primary key constraints on table "league_scheduling_proposals" +""" +enum league_scheduling_proposals_constraint { """ unique or primary key constraint on columns "id" """ - maps_pkey + league_scheduling_proposals_pkey } """ -input type for inserting data into table "maps" +input type for incrementing numeric columns in table "league_scheduling_proposals" """ -input maps_insert_input { - active_pool: Boolean - e_match_type: e_match_types_obj_rel_insert_input - enabled: Boolean +input league_scheduling_proposals_inc_input { + proposed_by_steam_id: bigint + responded_by_steam_id: bigint +} + +""" +input type for inserting data into table "league_scheduling_proposals" +""" +input league_scheduling_proposals_insert_input { + bracket: tournament_brackets_obj_rel_insert_input + created_at: timestamptz + e_proposal_status: e_league_proposal_statuses_obj_rel_insert_input id: uuid - label: String - match_maps: match_maps_arr_rel_insert_input - match_veto_picks: match_map_veto_picks_arr_rel_insert_input - name: String - patch: String - poster: String - type: e_match_types_enum - workshop_map_id: String + message: String + proposed_by: players_obj_rel_insert_input + proposed_by_league_team_season_id: uuid + proposed_by_steam_id: bigint + proposed_time: timestamptz + responded_by: players_obj_rel_insert_input + responded_by_steam_id: bigint + status: e_league_proposal_statuses_enum + team_season: league_team_seasons_obj_rel_insert_input + tournament_bracket_id: uuid } """aggregate max on columns""" -type maps_max_fields { +type league_scheduling_proposals_max_fields { + created_at: timestamptz id: uuid - label: String - name: String - patch: String - poster: String - workshop_map_id: String + message: String + proposed_by_league_team_season_id: uuid + proposed_by_steam_id: bigint + proposed_time: timestamptz + responded_by_steam_id: bigint + tournament_bracket_id: uuid } """ -order by max() on columns of table "maps" +order by max() on columns of table "league_scheduling_proposals" """ -input maps_max_order_by { +input league_scheduling_proposals_max_order_by { + created_at: order_by id: order_by - label: order_by - name: order_by - patch: order_by - poster: order_by - workshop_map_id: order_by + message: order_by + proposed_by_league_team_season_id: order_by + proposed_by_steam_id: order_by + proposed_time: order_by + responded_by_steam_id: order_by + tournament_bracket_id: order_by } """aggregate min on columns""" -type maps_min_fields { +type league_scheduling_proposals_min_fields { + created_at: timestamptz id: uuid - label: String - name: String - patch: String - poster: String - workshop_map_id: String + message: String + proposed_by_league_team_season_id: uuid + proposed_by_steam_id: bigint + proposed_time: timestamptz + responded_by_steam_id: bigint + tournament_bracket_id: uuid } """ -order by min() on columns of table "maps" +order by min() on columns of table "league_scheduling_proposals" """ -input maps_min_order_by { +input league_scheduling_proposals_min_order_by { + created_at: order_by id: order_by - label: order_by - name: order_by - patch: order_by - poster: order_by - workshop_map_id: order_by + message: order_by + proposed_by_league_team_season_id: order_by + proposed_by_steam_id: order_by + proposed_time: order_by + responded_by_steam_id: order_by + tournament_bracket_id: order_by } """ -response of any mutation on the table "maps" +response of any mutation on the table "league_scheduling_proposals" """ -type maps_mutation_response { +type league_scheduling_proposals_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [maps!]! + returning: [league_scheduling_proposals!]! } """ -input type for inserting object relation for remote table "maps" +on_conflict condition type for table "league_scheduling_proposals" """ -input maps_obj_rel_insert_input { - data: maps_insert_input! - - """upsert condition""" - on_conflict: maps_on_conflict +input league_scheduling_proposals_on_conflict { + constraint: league_scheduling_proposals_constraint! + update_columns: [league_scheduling_proposals_update_column!]! = [] + where: league_scheduling_proposals_bool_exp } """ -on_conflict condition type for table "maps" +Ordering options when selecting data from "league_scheduling_proposals". """ -input maps_on_conflict { - constraint: maps_constraint! - update_columns: [maps_update_column!]! = [] - where: maps_bool_exp -} - -"""Ordering options when selecting data from "maps".""" -input maps_order_by { - active_pool: order_by - e_match_type: e_match_types_order_by - enabled: order_by +input league_scheduling_proposals_order_by { + bracket: tournament_brackets_order_by + created_at: order_by + e_proposal_status: e_league_proposal_statuses_order_by id: order_by - label: order_by - match_maps_aggregate: match_maps_aggregate_order_by - match_veto_picks_aggregate: match_map_veto_picks_aggregate_order_by - name: order_by - patch: order_by - poster: order_by - type: order_by - workshop_map_id: order_by + message: order_by + proposed_by: players_order_by + proposed_by_league_team_season_id: order_by + proposed_by_steam_id: order_by + proposed_time: order_by + responded_by: players_order_by + responded_by_steam_id: order_by + status: order_by + team_season: league_team_seasons_order_by + tournament_bracket_id: order_by } -"""primary key columns input for table: maps""" -input maps_pk_columns_input { +"""primary key columns input for table: league_scheduling_proposals""" +input league_scheduling_proposals_pk_columns_input { id: uuid! } """ -select columns of table "maps" +select columns of table "league_scheduling_proposals" """ -enum maps_select_column { +enum league_scheduling_proposals_select_column { """column name""" - active_pool + created_at """column name""" - enabled + id """column name""" - id + message """column name""" - label + proposed_by_league_team_season_id """column name""" - name + proposed_by_steam_id """column name""" - patch + proposed_time """column name""" - poster + responded_by_steam_id """column name""" - type + status """column name""" - workshop_map_id + tournament_bracket_id } """ -select "maps_aggregate_bool_exp_bool_and_arguments_columns" columns of table "maps" +input type for updating data in table "league_scheduling_proposals" """ -enum maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - active_pool +input league_scheduling_proposals_set_input { + created_at: timestamptz + id: uuid + message: String + proposed_by_league_team_season_id: uuid + proposed_by_steam_id: bigint + proposed_time: timestamptz + responded_by_steam_id: bigint + status: e_league_proposal_statuses_enum + tournament_bracket_id: uuid +} - """column name""" - enabled +"""aggregate stddev on columns""" +type league_scheduling_proposals_stddev_fields { + proposed_by_steam_id: Float + responded_by_steam_id: Float } """ -select "maps_aggregate_bool_exp_bool_or_arguments_columns" columns of table "maps" +order by stddev() on columns of table "league_scheduling_proposals" """ -enum maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - active_pool +input league_scheduling_proposals_stddev_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by +} - """column name""" - enabled +"""aggregate stddev_pop on columns""" +type league_scheduling_proposals_stddev_pop_fields { + proposed_by_steam_id: Float + responded_by_steam_id: Float } """ -input type for updating data in table "maps" +order by stddev_pop() on columns of table "league_scheduling_proposals" """ -input maps_set_input { - active_pool: Boolean - enabled: Boolean - id: uuid - label: String - name: String - patch: String - poster: String - type: e_match_types_enum - workshop_map_id: String +input league_scheduling_proposals_stddev_pop_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by +} + +"""aggregate stddev_samp on columns""" +type league_scheduling_proposals_stddev_samp_fields { + proposed_by_steam_id: Float + responded_by_steam_id: Float } """ -Streaming cursor of the table "maps" +order by stddev_samp() on columns of table "league_scheduling_proposals" """ -input maps_stream_cursor_input { +input league_scheduling_proposals_stddev_samp_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by +} + +""" +Streaming cursor of the table "league_scheduling_proposals" +""" +input league_scheduling_proposals_stream_cursor_input { """Stream column input with initial value""" - initial_value: maps_stream_cursor_value_input! + initial_value: league_scheduling_proposals_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input maps_stream_cursor_value_input { - active_pool: Boolean - enabled: Boolean +input league_scheduling_proposals_stream_cursor_value_input { + created_at: timestamptz id: uuid - label: String - name: String - patch: String - poster: String - type: e_match_types_enum - workshop_map_id: String + message: String + proposed_by_league_team_season_id: uuid + proposed_by_steam_id: bigint + proposed_time: timestamptz + responded_by_steam_id: bigint + status: e_league_proposal_statuses_enum + tournament_bracket_id: uuid +} + +"""aggregate sum on columns""" +type league_scheduling_proposals_sum_fields { + proposed_by_steam_id: bigint + responded_by_steam_id: bigint } """ -update columns of table "maps" +order by sum() on columns of table "league_scheduling_proposals" """ -enum maps_update_column { - """column name""" - active_pool +input league_scheduling_proposals_sum_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by +} +""" +update columns of table "league_scheduling_proposals" +""" +enum league_scheduling_proposals_update_column { """column name""" - enabled + created_at """column name""" id """column name""" - label + message """column name""" - name + proposed_by_league_team_season_id """column name""" - patch + proposed_by_steam_id """column name""" - poster + proposed_time """column name""" - type + responded_by_steam_id """column name""" - workshop_map_id + status + + """column name""" + tournament_bracket_id } -input maps_updates { +input league_scheduling_proposals_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: league_scheduling_proposals_inc_input + """sets the columns of the filtered rows to the given values""" - _set: maps_set_input + _set: league_scheduling_proposals_set_input """filter the rows which have to be updated""" - where: maps_bool_exp! + where: league_scheduling_proposals_bool_exp! +} + +"""aggregate var_pop on columns""" +type league_scheduling_proposals_var_pop_fields { + proposed_by_steam_id: Float + responded_by_steam_id: Float } """ -columns and relationships of "match_clips" +order by var_pop() on columns of table "league_scheduling_proposals" """ -type match_clips { - created_at: timestamptz! +input league_scheduling_proposals_var_pop_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by +} - """ - A computed field, executes function "clip_download_url" - """ - download_url: String - duration_ms: Int - file: String - id: uuid! - kills_count: Int +"""aggregate var_samp on columns""" +type league_scheduling_proposals_var_samp_fields { + proposed_by_steam_id: Float + responded_by_steam_id: Float +} + +""" +order by var_samp() on columns of table "league_scheduling_proposals" +""" +input league_scheduling_proposals_var_samp_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by +} + +"""aggregate variance on columns""" +type league_scheduling_proposals_variance_fields { + proposed_by_steam_id: Float + responded_by_steam_id: Float +} + +""" +order by variance() on columns of table "league_scheduling_proposals" +""" +input league_scheduling_proposals_variance_order_by { + proposed_by_steam_id: order_by + responded_by_steam_id: order_by +} + +""" +columns and relationships of "league_season_divisions" +""" +type league_season_divisions { + created_at: timestamptz! """An object relationship""" - match_map: match_maps! + division: league_divisions! + id: uuid! + league_division_id: uuid! + league_season_id: uuid! """An object relationship""" - match_map_demo: match_map_demos - match_map_demo_id: uuid - match_map_id: uuid! + season: league_seasons! """An array relationship""" - render_jobs( + standings( """distinct select on columns""" - distinct_on: [clip_render_jobs_select_column!] + distinct_on: [v_league_division_standings_select_column!] """limit the number of rows returned""" limit: Int @@ -15402,16 +16554,16 @@ type match_clips { offset: Int """sort the rows by one or more columns""" - order_by: [clip_render_jobs_order_by!] + order_by: [v_league_division_standings_order_by!] """filter the rows returned""" - where: clip_render_jobs_bool_exp - ): [clip_render_jobs!]! + where: v_league_division_standings_bool_exp + ): [v_league_division_standings!]! """An aggregate relationship""" - render_jobs_aggregate( + standings_aggregate( """distinct select on columns""" - distinct_on: [clip_render_jobs_select_column!] + distinct_on: [v_league_division_standings_select_column!] """limit the number of rows returned""" limit: Int @@ -15420,2311 +16572,2369 @@ type match_clips { offset: Int """sort the rows by one or more columns""" - order_by: [clip_render_jobs_order_by!] + order_by: [v_league_division_standings_order_by!] """filter the rows returned""" - where: clip_render_jobs_bool_exp - ): clip_render_jobs_aggregate! - round: Int - size: bigint! - - """An object relationship""" - target: players - target_steam_id: bigint - - """ - A computed field, executes function "clip_thumbnail_download_url" - """ - thumbnail_download_url: String - thumbnail_url: String - title: String + where: v_league_division_standings_bool_exp + ): v_league_division_standings_aggregate! """An object relationship""" - user: players - user_steam_id: bigint - views_count: Int! - visibility: e_match_clip_visibility_enum! + tournament: tournaments + tournament_id: uuid } """ -aggregated selection of "match_clips" +aggregated selection of "league_season_divisions" """ -type match_clips_aggregate { - aggregate: match_clips_aggregate_fields - nodes: [match_clips!]! +type league_season_divisions_aggregate { + aggregate: league_season_divisions_aggregate_fields + nodes: [league_season_divisions!]! } -input match_clips_aggregate_bool_exp { - count: match_clips_aggregate_bool_exp_count +input league_season_divisions_aggregate_bool_exp { + count: league_season_divisions_aggregate_bool_exp_count } -input match_clips_aggregate_bool_exp_count { - arguments: [match_clips_select_column!] +input league_season_divisions_aggregate_bool_exp_count { + arguments: [league_season_divisions_select_column!] distinct: Boolean - filter: match_clips_bool_exp + filter: league_season_divisions_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_clips" +aggregate fields of "league_season_divisions" """ -type match_clips_aggregate_fields { - avg: match_clips_avg_fields - count(columns: [match_clips_select_column!], distinct: Boolean): Int! - max: match_clips_max_fields - min: match_clips_min_fields - stddev: match_clips_stddev_fields - stddev_pop: match_clips_stddev_pop_fields - stddev_samp: match_clips_stddev_samp_fields - sum: match_clips_sum_fields - var_pop: match_clips_var_pop_fields - var_samp: match_clips_var_samp_fields - variance: match_clips_variance_fields +type league_season_divisions_aggregate_fields { + count(columns: [league_season_divisions_select_column!], distinct: Boolean): Int! + max: league_season_divisions_max_fields + min: league_season_divisions_min_fields } """ -order by aggregate values of table "match_clips" +order by aggregate values of table "league_season_divisions" """ -input match_clips_aggregate_order_by { - avg: match_clips_avg_order_by +input league_season_divisions_aggregate_order_by { count: order_by - max: match_clips_max_order_by - min: match_clips_min_order_by - stddev: match_clips_stddev_order_by - stddev_pop: match_clips_stddev_pop_order_by - stddev_samp: match_clips_stddev_samp_order_by - sum: match_clips_sum_order_by - var_pop: match_clips_var_pop_order_by - var_samp: match_clips_var_samp_order_by - variance: match_clips_variance_order_by + max: league_season_divisions_max_order_by + min: league_season_divisions_min_order_by } """ -input type for inserting array relation for remote table "match_clips" +input type for inserting array relation for remote table "league_season_divisions" """ -input match_clips_arr_rel_insert_input { - data: [match_clips_insert_input!]! +input league_season_divisions_arr_rel_insert_input { + data: [league_season_divisions_insert_input!]! """upsert condition""" - on_conflict: match_clips_on_conflict -} - -"""aggregate avg on columns""" -type match_clips_avg_fields { - duration_ms: Float - kills_count: Float - round: Float - size: Float - target_steam_id: Float - user_steam_id: Float - views_count: Float -} - -""" -order by avg() on columns of table "match_clips" -""" -input match_clips_avg_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by + on_conflict: league_season_divisions_on_conflict } """ -Boolean expression to filter rows from the table "match_clips". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "league_season_divisions". All fields are combined with a logical 'AND'. """ -input match_clips_bool_exp { - _and: [match_clips_bool_exp!] - _not: match_clips_bool_exp - _or: [match_clips_bool_exp!] +input league_season_divisions_bool_exp { + _and: [league_season_divisions_bool_exp!] + _not: league_season_divisions_bool_exp + _or: [league_season_divisions_bool_exp!] created_at: timestamptz_comparison_exp - download_url: String_comparison_exp - duration_ms: Int_comparison_exp - file: String_comparison_exp + division: league_divisions_bool_exp id: uuid_comparison_exp - kills_count: Int_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 - render_jobs: clip_render_jobs_bool_exp - render_jobs_aggregate: clip_render_jobs_aggregate_bool_exp - round: Int_comparison_exp - size: bigint_comparison_exp - target: players_bool_exp - target_steam_id: bigint_comparison_exp - thumbnail_download_url: String_comparison_exp - thumbnail_url: String_comparison_exp - title: String_comparison_exp - user: players_bool_exp - user_steam_id: bigint_comparison_exp - views_count: Int_comparison_exp - visibility: e_match_clip_visibility_enum_comparison_exp + league_division_id: uuid_comparison_exp + league_season_id: uuid_comparison_exp + season: league_seasons_bool_exp + standings: v_league_division_standings_bool_exp + standings_aggregate: v_league_division_standings_aggregate_bool_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp } """ -unique or primary key constraints on table "match_clips" +unique or primary key constraints on table "league_season_divisions" """ -enum match_clips_constraint { +enum league_season_divisions_constraint { + """ + unique or primary key constraint on columns "league_division_id", "league_season_id" + """ + league_season_divisions_league_season_id_league_division_id_key + """ unique or primary key constraint on columns "id" """ - match_clips_pkey -} + league_season_divisions_pkey -""" -input type for incrementing numeric columns in table "match_clips" -""" -input match_clips_inc_input { - duration_ms: Int - kills_count: Int - round: Int - size: bigint - target_steam_id: bigint - user_steam_id: bigint - views_count: Int + """ + unique or primary key constraint on columns "tournament_id" + """ + league_season_divisions_tournament_id_key } """ -input type for inserting data into table "match_clips" +input type for inserting data into table "league_season_divisions" """ -input match_clips_insert_input { +input league_season_divisions_insert_input { created_at: timestamptz - duration_ms: Int - file: String + division: league_divisions_obj_rel_insert_input id: uuid - kills_count: Int - 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 - render_jobs: clip_render_jobs_arr_rel_insert_input - round: Int - size: bigint - target: players_obj_rel_insert_input - target_steam_id: bigint - thumbnail_url: String - title: String - user: players_obj_rel_insert_input - user_steam_id: bigint - views_count: Int - visibility: e_match_clip_visibility_enum + league_division_id: uuid + league_season_id: uuid + season: league_seasons_obj_rel_insert_input + standings: v_league_division_standings_arr_rel_insert_input + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid } """aggregate max on columns""" -type match_clips_max_fields { +type league_season_divisions_max_fields { created_at: timestamptz - - """ - A computed field, executes function "clip_download_url" - """ - download_url: String - duration_ms: Int - file: String id: uuid - kills_count: Int - match_map_demo_id: uuid - match_map_id: uuid - round: Int - size: bigint - target_steam_id: bigint - - """ - A computed field, executes function "clip_thumbnail_download_url" - """ - thumbnail_download_url: String - thumbnail_url: String - title: String - user_steam_id: bigint - views_count: Int + league_division_id: uuid + league_season_id: uuid + tournament_id: uuid } """ -order by max() on columns of table "match_clips" +order by max() on columns of table "league_season_divisions" """ -input match_clips_max_order_by { +input league_season_divisions_max_order_by { created_at: order_by - duration_ms: order_by - file: order_by id: order_by - kills_count: order_by - match_map_demo_id: order_by - match_map_id: order_by - round: order_by - size: order_by - target_steam_id: order_by - thumbnail_url: order_by - title: order_by - user_steam_id: order_by - views_count: order_by + league_division_id: order_by + league_season_id: order_by + tournament_id: order_by } """aggregate min on columns""" -type match_clips_min_fields { +type league_season_divisions_min_fields { created_at: timestamptz - - """ - A computed field, executes function "clip_download_url" - """ - download_url: String - duration_ms: Int - file: String id: uuid - kills_count: Int - match_map_demo_id: uuid - match_map_id: uuid - round: Int - size: bigint - target_steam_id: bigint - - """ - A computed field, executes function "clip_thumbnail_download_url" - """ - thumbnail_download_url: String - thumbnail_url: String - title: String - user_steam_id: bigint - views_count: Int + league_division_id: uuid + league_season_id: uuid + tournament_id: uuid } """ -order by min() on columns of table "match_clips" +order by min() on columns of table "league_season_divisions" """ -input match_clips_min_order_by { +input league_season_divisions_min_order_by { created_at: order_by - duration_ms: order_by - file: order_by id: order_by - kills_count: order_by - match_map_demo_id: order_by - match_map_id: order_by - round: order_by - size: order_by - target_steam_id: order_by - thumbnail_url: order_by - title: order_by - user_steam_id: order_by - views_count: order_by + league_division_id: order_by + league_season_id: order_by + tournament_id: order_by } """ -response of any mutation on the table "match_clips" +response of any mutation on the table "league_season_divisions" """ -type match_clips_mutation_response { +type league_season_divisions_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_clips!]! + returning: [league_season_divisions!]! } """ -input type for inserting object relation for remote table "match_clips" +input type for inserting object relation for remote table "league_season_divisions" """ -input match_clips_obj_rel_insert_input { - data: match_clips_insert_input! +input league_season_divisions_obj_rel_insert_input { + data: league_season_divisions_insert_input! """upsert condition""" - on_conflict: match_clips_on_conflict + on_conflict: league_season_divisions_on_conflict } """ -on_conflict condition type for table "match_clips" +on_conflict condition type for table "league_season_divisions" """ -input match_clips_on_conflict { - constraint: match_clips_constraint! - update_columns: [match_clips_update_column!]! = [] - where: match_clips_bool_exp +input league_season_divisions_on_conflict { + constraint: league_season_divisions_constraint! + update_columns: [league_season_divisions_update_column!]! = [] + where: league_season_divisions_bool_exp } -"""Ordering options when selecting data from "match_clips".""" -input match_clips_order_by { +"""Ordering options when selecting data from "league_season_divisions".""" +input league_season_divisions_order_by { created_at: order_by - download_url: order_by - duration_ms: order_by - file: order_by + division: league_divisions_order_by id: order_by - kills_count: 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 - render_jobs_aggregate: clip_render_jobs_aggregate_order_by - round: order_by - size: order_by - target: players_order_by - target_steam_id: order_by - thumbnail_download_url: order_by - thumbnail_url: order_by - title: order_by - user: players_order_by - user_steam_id: order_by - views_count: order_by - visibility: order_by + league_division_id: order_by + league_season_id: order_by + season: league_seasons_order_by + standings_aggregate: v_league_division_standings_aggregate_order_by + tournament: tournaments_order_by + tournament_id: order_by } -"""primary key columns input for table: match_clips""" -input match_clips_pk_columns_input { +"""primary key columns input for table: league_season_divisions""" +input league_season_divisions_pk_columns_input { id: uuid! } """ -select columns of table "match_clips" +select columns of table "league_season_divisions" """ -enum match_clips_select_column { +enum league_season_divisions_select_column { """column name""" created_at - """column name""" - duration_ms - - """column name""" - file - """column name""" id """column name""" - kills_count - - """column name""" - match_map_demo_id - - """column name""" - match_map_id - - """column name""" - round - - """column name""" - size - - """column name""" - target_steam_id - - """column name""" - thumbnail_url - - """column name""" - title - - """column name""" - user_steam_id + league_division_id """column name""" - views_count + league_season_id """column name""" - visibility + tournament_id } """ -input type for updating data in table "match_clips" +input type for updating data in table "league_season_divisions" """ -input match_clips_set_input { +input league_season_divisions_set_input { created_at: timestamptz - duration_ms: Int - file: String id: uuid - kills_count: Int - match_map_demo_id: uuid - match_map_id: uuid - round: Int - size: bigint - target_steam_id: bigint - thumbnail_url: String - title: String - user_steam_id: bigint - views_count: Int - visibility: e_match_clip_visibility_enum -} - -"""aggregate stddev on columns""" -type match_clips_stddev_fields { - duration_ms: Float - kills_count: Float - round: Float - size: Float - target_steam_id: Float - user_steam_id: Float - views_count: Float -} - -""" -order by stddev() on columns of table "match_clips" -""" -input match_clips_stddev_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by -} - -"""aggregate stddev_pop on columns""" -type match_clips_stddev_pop_fields { - duration_ms: Float - kills_count: Float - round: Float - size: Float - target_steam_id: Float - user_steam_id: Float - views_count: Float -} - -""" -order by stddev_pop() on columns of table "match_clips" -""" -input match_clips_stddev_pop_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by -} - -"""aggregate stddev_samp on columns""" -type match_clips_stddev_samp_fields { - duration_ms: Float - kills_count: Float - round: Float - size: Float - target_steam_id: Float - user_steam_id: Float - views_count: Float -} - -""" -order by stddev_samp() on columns of table "match_clips" -""" -input match_clips_stddev_samp_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by + league_division_id: uuid + league_season_id: uuid + tournament_id: uuid } """ -Streaming cursor of the table "match_clips" +Streaming cursor of the table "league_season_divisions" """ -input match_clips_stream_cursor_input { +input league_season_divisions_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_clips_stream_cursor_value_input! + initial_value: league_season_divisions_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_clips_stream_cursor_value_input { +input league_season_divisions_stream_cursor_value_input { created_at: timestamptz - duration_ms: Int - file: String id: uuid - kills_count: Int - match_map_demo_id: uuid - match_map_id: uuid - round: Int - size: bigint - target_steam_id: bigint - thumbnail_url: String - title: String - user_steam_id: bigint - views_count: Int - visibility: e_match_clip_visibility_enum -} - -"""aggregate sum on columns""" -type match_clips_sum_fields { - duration_ms: Int - kills_count: Int - round: Int - size: bigint - target_steam_id: bigint - user_steam_id: bigint - views_count: Int -} - -""" -order by sum() on columns of table "match_clips" -""" -input match_clips_sum_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by + league_division_id: uuid + league_season_id: uuid + tournament_id: uuid } """ -update columns of table "match_clips" +update columns of table "league_season_divisions" """ -enum match_clips_update_column { +enum league_season_divisions_update_column { """column name""" created_at - """column name""" - duration_ms - - """column name""" - file - """column name""" id """column name""" - kills_count - - """column name""" - match_map_demo_id + league_division_id """column name""" - match_map_id + league_season_id """column name""" - round + tournament_id +} - """column name""" - size +input league_season_divisions_updates { + """sets the columns of the filtered rows to the given values""" + _set: league_season_divisions_set_input - """column name""" - target_steam_id + """filter the rows which have to be updated""" + where: league_season_divisions_bool_exp! +} - """column name""" - thumbnail_url +""" +columns and relationships of "league_seasons" +""" +type league_seasons { + auto_regular_season_format: Boolean! - """column name""" - title + """ + A computed field, executes function "can_register_for_league_season" + """ + can_register: Boolean + created_at: timestamptz! + created_by_steam_id: bigint + default_best_of: Int! + direct_promote_count: Int! + direct_relegate_count: Int! - """column name""" - user_steam_id + """An object relationship""" + e_league_season_status: e_league_season_statuses! + games_per_week: Int! + id: uuid! - """column name""" - views_count + """ + A computed field, executes function "is_league_season_admin" + """ + is_league_admin: Boolean - """column name""" - visibility -} + """ + A computed field, executes function "league_season_is_roster_locked" + """ + is_roster_locked: Boolean + match_options_id: uuid -input match_clips_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: match_clips_inc_input + """An array relationship""" + match_weeks( + """distinct select on columns""" + distinct_on: [league_match_weeks_select_column!] - """sets the columns of the filtered rows to the given values""" - _set: match_clips_set_input + """limit the number of rows returned""" + limit: Int - """filter the rows which have to be updated""" - where: match_clips_bool_exp! -} + """skip the first n rows. Use only with order_by""" + offset: Int -"""aggregate var_pop on columns""" -type match_clips_var_pop_fields { - duration_ms: Float - kills_count: Float - round: Float - size: Float - target_steam_id: Float - user_steam_id: Float - views_count: Float -} + """sort the rows by one or more columns""" + order_by: [league_match_weeks_order_by!] -""" -order by var_pop() on columns of table "match_clips" -""" -input match_clips_var_pop_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by -} + """filter the rows returned""" + where: league_match_weeks_bool_exp + ): [league_match_weeks!]! -"""aggregate var_samp on columns""" -type match_clips_var_samp_fields { - duration_ms: Float - kills_count: Float - round: Float - size: Float - target_steam_id: Float - user_steam_id: Float - views_count: Float -} + """An aggregate relationship""" + match_weeks_aggregate( + """distinct select on columns""" + distinct_on: [league_match_weeks_select_column!] -""" -order by var_samp() on columns of table "match_clips" -""" -input match_clips_var_samp_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by -} + """limit the number of rows returned""" + limit: Int -"""aggregate variance on columns""" -type match_clips_variance_fields { - duration_ms: Float - kills_count: Float - round: Float - size: Float - target_steam_id: Float - user_steam_id: Float - views_count: Float -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -order by variance() on columns of table "match_clips" -""" -input match_clips_variance_order_by { - duration_ms: order_by - kills_count: order_by - round: order_by - size: order_by - target_steam_id: order_by - user_steam_id: order_by - views_count: order_by -} + """sort the rows by one or more columns""" + order_by: [league_match_weeks_order_by!] -""" -columns and relationships of "match_demo_sessions" -""" -type match_demo_sessions { - created_at: timestamptz! - error_message: String + """filter the rows returned""" + where: league_match_weeks_bool_exp + ): league_match_weeks_aggregate! + match_weeks_count: Int! + max_roster_size: Int + min_roster_size: Int! - """An object relationship""" - game_server_node: game_server_nodes - game_server_node_id: String - id: uuid! - k8s_job_name: String! - last_activity_at: timestamptz! - last_status_at: timestamptz! + """An array relationship""" + movements( + """distinct select on columns""" + distinct_on: [league_team_movements_select_column!] - """An object relationship""" - match: matches! - match_id: uuid! + """limit the number of rows returned""" + limit: Int - """An object relationship""" - match_map: match_maps! + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [league_team_movements_order_by!] + + """filter the rows returned""" + where: league_team_movements_bool_exp + ): [league_team_movements!]! + + """An aggregate relationship""" + movements_aggregate( + """distinct select on columns""" + distinct_on: [league_team_movements_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: [league_team_movements_order_by!] + + """filter the rows returned""" + where: league_team_movements_bool_exp + ): league_team_movements_aggregate! + + """ + A computed field, executes function "league_season_my_registration" + """ + my_registration( + """distinct select on columns""" + distinct_on: [league_team_seasons_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: [league_team_seasons_order_by!] + + """filter the rows returned""" + where: league_team_seasons_bool_exp + ): [league_team_seasons!] + name: String! """An object relationship""" - match_map_demo: match_map_demos - match_map_demo_id: uuid - match_map_id: uuid! - status: String! - status_history( + options: match_options + + """An array relationship""" + player_stats( + """distinct select on columns""" + distinct_on: [v_league_season_player_stats_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_league_season_player_stats_order_by!] + + """filter the rows returned""" + where: v_league_season_player_stats_bool_exp + ): [v_league_season_player_stats!]! + + """An aggregate relationship""" + player_stats_aggregate( + """distinct select on columns""" + distinct_on: [v_league_season_player_stats_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_league_season_player_stats_order_by!] + + """filter the rows returned""" + where: v_league_season_player_stats_bool_exp + ): v_league_season_player_stats_aggregate! + playoff_best_of: Int! + playoff_round_best_of( """JSON select path""" path: String ): jsonb! - stream_url: String + playoff_seats: Int! + playoff_stage_type: e_tournament_stage_types_enum! + playoff_third_place_match: Boolean! + promote_count: Int! + regular_season_stage_type: e_tournament_stage_types_enum! + relegate_count: Int! + relegation_down_count: Int! - """An object relationship""" - watcher: players! - watcher_steam_id: bigint! -} + """An array relationship""" + relegation_playoffs( + """distinct select on columns""" + distinct_on: [league_relegation_playoffs_select_column!] -""" -aggregated selection of "match_demo_sessions" -""" -type match_demo_sessions_aggregate { - aggregate: match_demo_sessions_aggregate_fields - nodes: [match_demo_sessions!]! -} + """limit the number of rows returned""" + limit: Int -input match_demo_sessions_aggregate_bool_exp { - count: match_demo_sessions_aggregate_bool_exp_count -} + """skip the first n rows. Use only with order_by""" + offset: Int -input match_demo_sessions_aggregate_bool_exp_count { - arguments: [match_demo_sessions_select_column!] - distinct: Boolean - filter: match_demo_sessions_bool_exp - predicate: Int_comparison_exp! -} + """sort the rows by one or more columns""" + order_by: [league_relegation_playoffs_order_by!] -""" -aggregate fields of "match_demo_sessions" -""" -type match_demo_sessions_aggregate_fields { - avg: match_demo_sessions_avg_fields - count(columns: [match_demo_sessions_select_column!], distinct: Boolean): Int! - max: match_demo_sessions_max_fields - min: match_demo_sessions_min_fields - stddev: match_demo_sessions_stddev_fields - stddev_pop: match_demo_sessions_stddev_pop_fields - stddev_samp: match_demo_sessions_stddev_samp_fields - sum: match_demo_sessions_sum_fields - var_pop: match_demo_sessions_var_pop_fields - var_samp: match_demo_sessions_var_samp_fields - variance: match_demo_sessions_variance_fields -} + """filter the rows returned""" + where: league_relegation_playoffs_bool_exp + ): [league_relegation_playoffs!]! -""" -order by aggregate values of table "match_demo_sessions" -""" -input match_demo_sessions_aggregate_order_by { - avg: match_demo_sessions_avg_order_by - count: order_by - max: match_demo_sessions_max_order_by - min: match_demo_sessions_min_order_by - stddev: match_demo_sessions_stddev_order_by - stddev_pop: match_demo_sessions_stddev_pop_order_by - stddev_samp: match_demo_sessions_stddev_samp_order_by - sum: match_demo_sessions_sum_order_by - var_pop: match_demo_sessions_var_pop_order_by - var_samp: match_demo_sessions_var_samp_order_by - variance: match_demo_sessions_variance_order_by -} + """An aggregate relationship""" + relegation_playoffs_aggregate( + """distinct select on columns""" + distinct_on: [league_relegation_playoffs_select_column!] -"""append existing jsonb value of filtered columns with new jsonb value""" -input match_demo_sessions_append_input { - status_history: jsonb -} + """limit the number of rows returned""" + limit: Int -""" -input type for inserting array relation for remote table "match_demo_sessions" -""" -input match_demo_sessions_arr_rel_insert_input { - data: [match_demo_sessions_insert_input!]! + """skip the first n rows. Use only with order_by""" + offset: Int - """upsert condition""" - on_conflict: match_demo_sessions_on_conflict -} + """sort the rows by one or more columns""" + order_by: [league_relegation_playoffs_order_by!] -"""aggregate avg on columns""" -type match_demo_sessions_avg_fields { - watcher_steam_id: Float + """filter the rows returned""" + where: league_relegation_playoffs_bool_exp + ): league_relegation_playoffs_aggregate! + relegation_up_count: Int! + roster_lock_at: timestamptz + + """An array relationship""" + season_divisions( + """distinct select on columns""" + distinct_on: [league_season_divisions_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: [league_season_divisions_order_by!] + + """filter the rows returned""" + where: league_season_divisions_bool_exp + ): [league_season_divisions!]! + + """An aggregate relationship""" + season_divisions_aggregate( + """distinct select on columns""" + distinct_on: [league_season_divisions_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: [league_season_divisions_order_by!] + + """filter the rows returned""" + where: league_season_divisions_bool_exp + ): league_season_divisions_aggregate! + season_number: Int + signup_closes_at: timestamptz + signup_opens_at: timestamptz + + """An array relationship""" + standings( + """distinct select on columns""" + distinct_on: [v_league_division_standings_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_league_division_standings_order_by!] + + """filter the rows returned""" + where: v_league_division_standings_bool_exp + ): [v_league_division_standings!]! + + """An aggregate relationship""" + standings_aggregate( + """distinct select on columns""" + distinct_on: [v_league_division_standings_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_league_division_standings_order_by!] + + """filter the rows returned""" + where: v_league_division_standings_bool_exp + ): v_league_division_standings_aggregate! + starts_at: timestamptz + status: e_league_season_statuses_enum! + + """An array relationship""" + team_seasons( + """distinct select on columns""" + distinct_on: [league_team_seasons_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: [league_team_seasons_order_by!] + + """filter the rows returned""" + where: league_team_seasons_bool_exp + ): [league_team_seasons!]! + + """An aggregate relationship""" + team_seasons_aggregate( + """distinct select on columns""" + distinct_on: [league_team_seasons_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: [league_team_seasons_order_by!] + + """filter the rows returned""" + where: league_team_seasons_bool_exp + ): league_team_seasons_aggregate! + week_best_of( + """JSON select path""" + path: String + ): jsonb! } """ -order by avg() on columns of table "match_demo_sessions" +aggregated selection of "league_seasons" """ -input match_demo_sessions_avg_order_by { - watcher_steam_id: order_by +type league_seasons_aggregate { + aggregate: league_seasons_aggregate_fields + nodes: [league_seasons!]! } """ -Boolean expression to filter rows from the table "match_demo_sessions". All fields are combined with a logical 'AND'. +aggregate fields of "league_seasons" """ -input match_demo_sessions_bool_exp { - _and: [match_demo_sessions_bool_exp!] - _not: match_demo_sessions_bool_exp - _or: [match_demo_sessions_bool_exp!] +type league_seasons_aggregate_fields { + avg: league_seasons_avg_fields + count(columns: [league_seasons_select_column!], distinct: Boolean): Int! + max: league_seasons_max_fields + min: league_seasons_min_fields + stddev: league_seasons_stddev_fields + stddev_pop: league_seasons_stddev_pop_fields + stddev_samp: league_seasons_stddev_samp_fields + sum: league_seasons_sum_fields + var_pop: league_seasons_var_pop_fields + var_samp: league_seasons_var_samp_fields + variance: league_seasons_variance_fields +} + +"""append existing jsonb value of filtered columns with new jsonb value""" +input league_seasons_append_input { + playoff_round_best_of: jsonb + week_best_of: jsonb +} + +"""aggregate avg on columns""" +type league_seasons_avg_fields { + created_by_steam_id: Float + default_best_of: Float + direct_promote_count: Float + direct_relegate_count: Float + games_per_week: Float + match_weeks_count: Float + max_roster_size: Float + min_roster_size: Float + playoff_best_of: Float + playoff_seats: Float + promote_count: Float + relegate_count: Float + relegation_down_count: Float + relegation_up_count: Float + season_number: Float +} + +""" +Boolean expression to filter rows from the table "league_seasons". All fields are combined with a logical 'AND'. +""" +input league_seasons_bool_exp { + _and: [league_seasons_bool_exp!] + _not: league_seasons_bool_exp + _or: [league_seasons_bool_exp!] + auto_regular_season_format: Boolean_comparison_exp + can_register: Boolean_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 + created_by_steam_id: bigint_comparison_exp + default_best_of: Int_comparison_exp + direct_promote_count: Int_comparison_exp + direct_relegate_count: Int_comparison_exp + e_league_season_status: e_league_season_statuses_bool_exp + games_per_week: Int_comparison_exp id: uuid_comparison_exp - k8s_job_name: String_comparison_exp - last_activity_at: timestamptz_comparison_exp - last_status_at: timestamptz_comparison_exp - match: matches_bool_exp - match_id: uuid_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 - status: String_comparison_exp - status_history: jsonb_comparison_exp - stream_url: String_comparison_exp - watcher: players_bool_exp - watcher_steam_id: bigint_comparison_exp + is_league_admin: Boolean_comparison_exp + is_roster_locked: Boolean_comparison_exp + match_options_id: uuid_comparison_exp + match_weeks: league_match_weeks_bool_exp + match_weeks_aggregate: league_match_weeks_aggregate_bool_exp + match_weeks_count: Int_comparison_exp + max_roster_size: Int_comparison_exp + min_roster_size: Int_comparison_exp + movements: league_team_movements_bool_exp + movements_aggregate: league_team_movements_aggregate_bool_exp + my_registration: league_team_seasons_bool_exp + name: String_comparison_exp + options: match_options_bool_exp + player_stats: v_league_season_player_stats_bool_exp + player_stats_aggregate: v_league_season_player_stats_aggregate_bool_exp + playoff_best_of: Int_comparison_exp + playoff_round_best_of: jsonb_comparison_exp + playoff_seats: Int_comparison_exp + playoff_stage_type: e_tournament_stage_types_enum_comparison_exp + playoff_third_place_match: Boolean_comparison_exp + promote_count: Int_comparison_exp + regular_season_stage_type: e_tournament_stage_types_enum_comparison_exp + relegate_count: Int_comparison_exp + relegation_down_count: Int_comparison_exp + relegation_playoffs: league_relegation_playoffs_bool_exp + relegation_playoffs_aggregate: league_relegation_playoffs_aggregate_bool_exp + relegation_up_count: Int_comparison_exp + roster_lock_at: timestamptz_comparison_exp + season_divisions: league_season_divisions_bool_exp + season_divisions_aggregate: league_season_divisions_aggregate_bool_exp + season_number: Int_comparison_exp + signup_closes_at: timestamptz_comparison_exp + signup_opens_at: timestamptz_comparison_exp + standings: v_league_division_standings_bool_exp + standings_aggregate: v_league_division_standings_aggregate_bool_exp + starts_at: timestamptz_comparison_exp + status: e_league_season_statuses_enum_comparison_exp + team_seasons: league_team_seasons_bool_exp + team_seasons_aggregate: league_team_seasons_aggregate_bool_exp + week_best_of: jsonb_comparison_exp } """ -unique or primary key constraints on table "match_demo_sessions" +unique or primary key constraints on table "league_seasons" """ -enum match_demo_sessions_constraint { +enum league_seasons_constraint { """ - unique or primary key constraint on columns "match_map_id", "watcher_steam_id" + unique or primary key constraint on columns "name" """ - match_demo_sessions_per_user_per_map_uniq + league_seasons_name_key """ unique or primary key constraint on columns "id" """ - match_demo_sessions_pkey + league_seasons_pkey + + """ + unique or primary key constraint on columns "season_number" + """ + league_seasons_season_number_key } """ delete the field or element with specified path (for JSON arrays, negative integers count from the end) """ -input match_demo_sessions_delete_at_path_input { - status_history: [String!] +input league_seasons_delete_at_path_input { + playoff_round_best_of: [String!] + week_best_of: [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 match_demo_sessions_delete_elem_input { - status_history: Int +input league_seasons_delete_elem_input { + playoff_round_best_of: Int + week_best_of: Int } """ delete key/value pair or string element. key/value pairs are matched based on their key value """ -input match_demo_sessions_delete_key_input { - status_history: String +input league_seasons_delete_key_input { + playoff_round_best_of: String + week_best_of: String } """ -input type for incrementing numeric columns in table "match_demo_sessions" +input type for incrementing numeric columns in table "league_seasons" """ -input match_demo_sessions_inc_input { - watcher_steam_id: bigint +input league_seasons_inc_input { + created_by_steam_id: bigint + default_best_of: Int + direct_promote_count: Int + direct_relegate_count: Int + games_per_week: Int + match_weeks_count: Int + max_roster_size: Int + min_roster_size: Int + playoff_best_of: Int + playoff_seats: Int + promote_count: Int + relegate_count: Int + relegation_down_count: Int + relegation_up_count: Int + season_number: Int +} + +""" +input type for inserting data into table "league_seasons" +""" +input league_seasons_insert_input { + auto_regular_season_format: Boolean + created_at: timestamptz + created_by_steam_id: bigint + default_best_of: Int + direct_promote_count: Int + direct_relegate_count: Int + e_league_season_status: e_league_season_statuses_obj_rel_insert_input + games_per_week: Int + id: uuid + match_options_id: uuid + match_weeks: league_match_weeks_arr_rel_insert_input + match_weeks_count: Int + max_roster_size: Int + min_roster_size: Int + movements: league_team_movements_arr_rel_insert_input + name: String + options: match_options_obj_rel_insert_input + player_stats: v_league_season_player_stats_arr_rel_insert_input + playoff_best_of: Int + playoff_round_best_of: jsonb + playoff_seats: Int + playoff_stage_type: e_tournament_stage_types_enum + playoff_third_place_match: Boolean + promote_count: Int + regular_season_stage_type: e_tournament_stage_types_enum + relegate_count: Int + relegation_down_count: Int + relegation_playoffs: league_relegation_playoffs_arr_rel_insert_input + relegation_up_count: Int + roster_lock_at: timestamptz + season_divisions: league_season_divisions_arr_rel_insert_input + season_number: Int + signup_closes_at: timestamptz + signup_opens_at: timestamptz + standings: v_league_division_standings_arr_rel_insert_input + starts_at: timestamptz + status: e_league_season_statuses_enum + team_seasons: league_team_seasons_arr_rel_insert_input + week_best_of: jsonb } -""" -input type for inserting data into table "match_demo_sessions" -""" -input match_demo_sessions_insert_input { +"""aggregate max on columns""" +type league_seasons_max_fields { created_at: timestamptz - error_message: String - game_server_node: game_server_nodes_obj_rel_insert_input - game_server_node_id: String + created_by_steam_id: bigint + default_best_of: Int + direct_promote_count: Int + direct_relegate_count: Int + games_per_week: Int id: uuid - k8s_job_name: String - last_activity_at: timestamptz - last_status_at: timestamptz - match: matches_obj_rel_insert_input - match_id: uuid - 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 - status: String - status_history: jsonb - stream_url: String - watcher: players_obj_rel_insert_input - watcher_steam_id: bigint + match_options_id: uuid + match_weeks_count: Int + max_roster_size: Int + min_roster_size: Int + name: String + playoff_best_of: Int + playoff_seats: Int + promote_count: Int + relegate_count: Int + relegation_down_count: Int + relegation_up_count: Int + roster_lock_at: timestamptz + season_number: Int + signup_closes_at: timestamptz + signup_opens_at: timestamptz + starts_at: timestamptz } -"""aggregate max on columns""" -type match_demo_sessions_max_fields { +"""aggregate min on columns""" +type league_seasons_min_fields { created_at: timestamptz - error_message: String - game_server_node_id: String + created_by_steam_id: bigint + default_best_of: Int + direct_promote_count: Int + direct_relegate_count: Int + games_per_week: Int id: uuid - k8s_job_name: String - last_activity_at: timestamptz - last_status_at: timestamptz - match_id: uuid - match_map_demo_id: uuid - match_map_id: uuid - status: String - stream_url: String - watcher_steam_id: bigint + match_options_id: uuid + match_weeks_count: Int + max_roster_size: Int + min_roster_size: Int + name: String + playoff_best_of: Int + playoff_seats: Int + promote_count: Int + relegate_count: Int + relegation_down_count: Int + relegation_up_count: Int + roster_lock_at: timestamptz + season_number: Int + signup_closes_at: timestamptz + signup_opens_at: timestamptz + starts_at: timestamptz } """ -order by max() on columns of table "match_demo_sessions" +response of any mutation on the table "league_seasons" """ -input match_demo_sessions_max_order_by { - created_at: order_by - error_message: order_by - game_server_node_id: order_by - id: order_by - k8s_job_name: order_by - last_activity_at: order_by - last_status_at: order_by - match_id: order_by - match_map_demo_id: order_by - match_map_id: order_by - status: order_by - stream_url: order_by - watcher_steam_id: order_by +type league_seasons_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [league_seasons!]! } -"""aggregate min on columns""" -type match_demo_sessions_min_fields { - created_at: timestamptz - error_message: String - game_server_node_id: String - id: uuid - k8s_job_name: String - last_activity_at: timestamptz - last_status_at: timestamptz - match_id: uuid - match_map_demo_id: uuid - match_map_id: uuid - status: String - stream_url: String - watcher_steam_id: bigint +""" +input type for inserting object relation for remote table "league_seasons" +""" +input league_seasons_obj_rel_insert_input { + data: league_seasons_insert_input! + + """upsert condition""" + on_conflict: league_seasons_on_conflict } """ -order by min() on columns of table "match_demo_sessions" +on_conflict condition type for table "league_seasons" """ -input match_demo_sessions_min_order_by { - created_at: order_by - error_message: order_by - game_server_node_id: order_by - id: order_by - k8s_job_name: order_by - last_activity_at: order_by - last_status_at: order_by - match_id: order_by - match_map_demo_id: order_by - match_map_id: order_by - status: order_by - stream_url: order_by - watcher_steam_id: order_by -} - -""" -response of any mutation on the table "match_demo_sessions" -""" -type match_demo_sessions_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! - - """data from the rows affected by the mutation""" - returning: [match_demo_sessions!]! -} - -""" -on_conflict condition type for table "match_demo_sessions" -""" -input match_demo_sessions_on_conflict { - constraint: match_demo_sessions_constraint! - update_columns: [match_demo_sessions_update_column!]! = [] - where: match_demo_sessions_bool_exp +input league_seasons_on_conflict { + constraint: league_seasons_constraint! + update_columns: [league_seasons_update_column!]! = [] + where: league_seasons_bool_exp } -"""Ordering options when selecting data from "match_demo_sessions".""" -input match_demo_sessions_order_by { +"""Ordering options when selecting data from "league_seasons".""" +input league_seasons_order_by { + auto_regular_season_format: order_by + can_register: order_by created_at: order_by - error_message: order_by - game_server_node: game_server_nodes_order_by - game_server_node_id: order_by + created_by_steam_id: order_by + default_best_of: order_by + direct_promote_count: order_by + direct_relegate_count: order_by + e_league_season_status: e_league_season_statuses_order_by + games_per_week: order_by id: order_by - k8s_job_name: order_by - last_activity_at: order_by - last_status_at: order_by - match: matches_order_by - match_id: 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 + is_league_admin: order_by + is_roster_locked: order_by + match_options_id: order_by + match_weeks_aggregate: league_match_weeks_aggregate_order_by + match_weeks_count: order_by + max_roster_size: order_by + min_roster_size: order_by + movements_aggregate: league_team_movements_aggregate_order_by + my_registration_aggregate: league_team_seasons_aggregate_order_by + name: order_by + options: match_options_order_by + player_stats_aggregate: v_league_season_player_stats_aggregate_order_by + playoff_best_of: order_by + playoff_round_best_of: order_by + playoff_seats: order_by + playoff_stage_type: order_by + playoff_third_place_match: order_by + promote_count: order_by + regular_season_stage_type: order_by + relegate_count: order_by + relegation_down_count: order_by + relegation_playoffs_aggregate: league_relegation_playoffs_aggregate_order_by + relegation_up_count: order_by + roster_lock_at: order_by + season_divisions_aggregate: league_season_divisions_aggregate_order_by + season_number: order_by + signup_closes_at: order_by + signup_opens_at: order_by + standings_aggregate: v_league_division_standings_aggregate_order_by + starts_at: order_by status: order_by - status_history: order_by - stream_url: order_by - watcher: players_order_by - watcher_steam_id: order_by + team_seasons_aggregate: league_team_seasons_aggregate_order_by + week_best_of: order_by } -"""primary key columns input for table: match_demo_sessions""" -input match_demo_sessions_pk_columns_input { +"""primary key columns input for table: league_seasons""" +input league_seasons_pk_columns_input { id: uuid! } """prepend existing jsonb value of filtered columns with new jsonb value""" -input match_demo_sessions_prepend_input { - status_history: jsonb +input league_seasons_prepend_input { + playoff_round_best_of: jsonb + week_best_of: jsonb } """ -select columns of table "match_demo_sessions" +select columns of table "league_seasons" """ -enum match_demo_sessions_select_column { +enum league_seasons_select_column { + """column name""" + auto_regular_season_format + """column name""" created_at """column name""" - error_message + created_by_steam_id """column name""" - game_server_node_id + default_best_of + + """column name""" + direct_promote_count + + """column name""" + direct_relegate_count + + """column name""" + games_per_week """column name""" id """column name""" - k8s_job_name + match_options_id """column name""" - last_activity_at + match_weeks_count """column name""" - last_status_at + max_roster_size """column name""" - match_id + min_roster_size """column name""" - match_map_demo_id + name """column name""" - match_map_id + playoff_best_of """column name""" - status + playoff_round_best_of """column name""" - status_history + playoff_seats """column name""" - stream_url + playoff_stage_type """column name""" - watcher_steam_id + playoff_third_place_match + + """column name""" + promote_count + + """column name""" + regular_season_stage_type + + """column name""" + relegate_count + + """column name""" + relegation_down_count + + """column name""" + relegation_up_count + + """column name""" + roster_lock_at + + """column name""" + season_number + + """column name""" + signup_closes_at + + """column name""" + signup_opens_at + + """column name""" + starts_at + + """column name""" + status + + """column name""" + week_best_of } """ -input type for updating data in table "match_demo_sessions" +input type for updating data in table "league_seasons" """ -input match_demo_sessions_set_input { +input league_seasons_set_input { + auto_regular_season_format: Boolean created_at: timestamptz - error_message: String - game_server_node_id: String + created_by_steam_id: bigint + default_best_of: Int + direct_promote_count: Int + direct_relegate_count: Int + games_per_week: Int id: uuid - k8s_job_name: String - last_activity_at: timestamptz - last_status_at: timestamptz - match_id: uuid - match_map_demo_id: uuid - match_map_id: uuid - status: String - status_history: jsonb - stream_url: String - watcher_steam_id: bigint + match_options_id: uuid + match_weeks_count: Int + max_roster_size: Int + min_roster_size: Int + name: String + playoff_best_of: Int + playoff_round_best_of: jsonb + playoff_seats: Int + playoff_stage_type: e_tournament_stage_types_enum + playoff_third_place_match: Boolean + promote_count: Int + regular_season_stage_type: e_tournament_stage_types_enum + relegate_count: Int + relegation_down_count: Int + relegation_up_count: Int + roster_lock_at: timestamptz + season_number: Int + signup_closes_at: timestamptz + signup_opens_at: timestamptz + starts_at: timestamptz + status: e_league_season_statuses_enum + week_best_of: jsonb } """aggregate stddev on columns""" -type match_demo_sessions_stddev_fields { - watcher_steam_id: Float -} - -""" -order by stddev() on columns of table "match_demo_sessions" -""" -input match_demo_sessions_stddev_order_by { - watcher_steam_id: order_by +type league_seasons_stddev_fields { + created_by_steam_id: Float + default_best_of: Float + direct_promote_count: Float + direct_relegate_count: Float + games_per_week: Float + match_weeks_count: Float + max_roster_size: Float + min_roster_size: Float + playoff_best_of: Float + playoff_seats: Float + promote_count: Float + relegate_count: Float + relegation_down_count: Float + relegation_up_count: Float + season_number: Float } """aggregate stddev_pop on columns""" -type match_demo_sessions_stddev_pop_fields { - watcher_steam_id: Float -} - -""" -order by stddev_pop() on columns of table "match_demo_sessions" -""" -input match_demo_sessions_stddev_pop_order_by { - watcher_steam_id: order_by +type league_seasons_stddev_pop_fields { + created_by_steam_id: Float + default_best_of: Float + direct_promote_count: Float + direct_relegate_count: Float + games_per_week: Float + match_weeks_count: Float + max_roster_size: Float + min_roster_size: Float + playoff_best_of: Float + playoff_seats: Float + promote_count: Float + relegate_count: Float + relegation_down_count: Float + relegation_up_count: Float + season_number: Float } """aggregate stddev_samp on columns""" -type match_demo_sessions_stddev_samp_fields { - watcher_steam_id: Float -} - -""" -order by stddev_samp() on columns of table "match_demo_sessions" -""" -input match_demo_sessions_stddev_samp_order_by { - watcher_steam_id: order_by +type league_seasons_stddev_samp_fields { + created_by_steam_id: Float + default_best_of: Float + direct_promote_count: Float + direct_relegate_count: Float + games_per_week: Float + match_weeks_count: Float + max_roster_size: Float + min_roster_size: Float + playoff_best_of: Float + playoff_seats: Float + promote_count: Float + relegate_count: Float + relegation_down_count: Float + relegation_up_count: Float + season_number: Float } """ -Streaming cursor of the table "match_demo_sessions" +Streaming cursor of the table "league_seasons" """ -input match_demo_sessions_stream_cursor_input { +input league_seasons_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_demo_sessions_stream_cursor_value_input! + initial_value: league_seasons_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_demo_sessions_stream_cursor_value_input { +input league_seasons_stream_cursor_value_input { + auto_regular_season_format: Boolean created_at: timestamptz - error_message: String - game_server_node_id: String + created_by_steam_id: bigint + default_best_of: Int + direct_promote_count: Int + direct_relegate_count: Int + games_per_week: Int id: uuid - k8s_job_name: String - last_activity_at: timestamptz - last_status_at: timestamptz - match_id: uuid - match_map_demo_id: uuid - match_map_id: uuid - status: String - status_history: jsonb - stream_url: String - watcher_steam_id: bigint + match_options_id: uuid + match_weeks_count: Int + max_roster_size: Int + min_roster_size: Int + name: String + playoff_best_of: Int + playoff_round_best_of: jsonb + playoff_seats: Int + playoff_stage_type: e_tournament_stage_types_enum + playoff_third_place_match: Boolean + promote_count: Int + regular_season_stage_type: e_tournament_stage_types_enum + relegate_count: Int + relegation_down_count: Int + relegation_up_count: Int + roster_lock_at: timestamptz + season_number: Int + signup_closes_at: timestamptz + signup_opens_at: timestamptz + starts_at: timestamptz + status: e_league_season_statuses_enum + week_best_of: jsonb } """aggregate sum on columns""" -type match_demo_sessions_sum_fields { - watcher_steam_id: bigint +type league_seasons_sum_fields { + created_by_steam_id: bigint + default_best_of: Int + direct_promote_count: Int + direct_relegate_count: Int + games_per_week: Int + match_weeks_count: Int + max_roster_size: Int + min_roster_size: Int + playoff_best_of: Int + playoff_seats: Int + promote_count: Int + relegate_count: Int + relegation_down_count: Int + relegation_up_count: Int + season_number: Int } """ -order by sum() on columns of table "match_demo_sessions" +update columns of table "league_seasons" """ -input match_demo_sessions_sum_order_by { - watcher_steam_id: order_by -} +enum league_seasons_update_column { + """column name""" + auto_regular_season_format -""" -update columns of table "match_demo_sessions" -""" -enum match_demo_sessions_update_column { """column name""" created_at """column name""" - error_message + created_by_steam_id """column name""" - game_server_node_id + default_best_of + + """column name""" + direct_promote_count + + """column name""" + direct_relegate_count + + """column name""" + games_per_week """column name""" id """column name""" - k8s_job_name + match_options_id """column name""" - last_activity_at + match_weeks_count """column name""" - last_status_at + max_roster_size """column name""" - match_id + min_roster_size """column name""" - match_map_demo_id + name """column name""" - match_map_id + playoff_best_of """column name""" - status + playoff_round_best_of """column name""" - status_history + playoff_seats """column name""" - stream_url + playoff_stage_type """column name""" - watcher_steam_id + playoff_third_place_match + + """column name""" + promote_count + + """column name""" + regular_season_stage_type + + """column name""" + relegate_count + + """column name""" + relegation_down_count + + """column name""" + relegation_up_count + + """column name""" + roster_lock_at + + """column name""" + season_number + + """column name""" + signup_closes_at + + """column name""" + signup_opens_at + + """column name""" + starts_at + + """column name""" + status + + """column name""" + week_best_of } -input match_demo_sessions_updates { +input league_seasons_updates { """append existing jsonb value of filtered columns with new jsonb value""" - _append: match_demo_sessions_append_input + _append: league_seasons_append_input """ delete the field or element with specified path (for JSON arrays, negative integers count from the end) """ - _delete_at_path: match_demo_sessions_delete_at_path_input + _delete_at_path: league_seasons_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: match_demo_sessions_delete_elem_input + _delete_elem: league_seasons_delete_elem_input """ delete key/value pair or string element. key/value pairs are matched based on their key value """ - _delete_key: match_demo_sessions_delete_key_input + _delete_key: league_seasons_delete_key_input """increments the numeric columns with given value of the filtered values""" - _inc: match_demo_sessions_inc_input + _inc: league_seasons_inc_input """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: match_demo_sessions_prepend_input + _prepend: league_seasons_prepend_input """sets the columns of the filtered rows to the given values""" - _set: match_demo_sessions_set_input + _set: league_seasons_set_input """filter the rows which have to be updated""" - where: match_demo_sessions_bool_exp! + where: league_seasons_bool_exp! } """aggregate var_pop on columns""" -type match_demo_sessions_var_pop_fields { - watcher_steam_id: Float -} - -""" -order by var_pop() on columns of table "match_demo_sessions" -""" -input match_demo_sessions_var_pop_order_by { - watcher_steam_id: order_by +type league_seasons_var_pop_fields { + created_by_steam_id: Float + default_best_of: Float + direct_promote_count: Float + direct_relegate_count: Float + games_per_week: Float + match_weeks_count: Float + max_roster_size: Float + min_roster_size: Float + playoff_best_of: Float + playoff_seats: Float + promote_count: Float + relegate_count: Float + relegation_down_count: Float + relegation_up_count: Float + season_number: Float } """aggregate var_samp on columns""" -type match_demo_sessions_var_samp_fields { - watcher_steam_id: Float -} - -""" -order by var_samp() on columns of table "match_demo_sessions" -""" -input match_demo_sessions_var_samp_order_by { - watcher_steam_id: order_by +type league_seasons_var_samp_fields { + created_by_steam_id: Float + default_best_of: Float + direct_promote_count: Float + direct_relegate_count: Float + games_per_week: Float + match_weeks_count: Float + max_roster_size: Float + min_roster_size: Float + playoff_best_of: Float + playoff_seats: Float + promote_count: Float + relegate_count: Float + relegation_down_count: Float + relegation_up_count: Float + season_number: Float } """aggregate variance on columns""" -type match_demo_sessions_variance_fields { - watcher_steam_id: Float +type league_seasons_variance_fields { + created_by_steam_id: Float + default_best_of: Float + direct_promote_count: Float + direct_relegate_count: Float + games_per_week: Float + match_weeks_count: Float + max_roster_size: Float + min_roster_size: Float + playoff_best_of: Float + playoff_seats: Float + promote_count: Float + relegate_count: Float + relegation_down_count: Float + relegation_up_count: Float + season_number: Float } """ -order by variance() on columns of table "match_demo_sessions" +columns and relationships of "league_team_movements" """ -input match_demo_sessions_variance_order_by { - watcher_steam_id: order_by -} +type league_team_movements { + approved_at: timestamptz -"""relational table for assigning a players to a match and lineup""" -type match_lineup_players { - captain: Boolean! - checked_in: Boolean! - discord_id: String + """An object relationship""" + approved_by: players + approved_by_steam_id: bigint + + """An object relationship""" + computed_to_division: league_divisions + computed_to_division_id: uuid + created_at: timestamptz! + + """An object relationship""" + e_movement_type: e_league_movement_types! + final_rank: Int + + """An object relationship""" + final_to_division: league_divisions + final_to_division_id: uuid + + """An object relationship""" + from_division: league_divisions + from_division_id: uuid id: uuid! + league_season_id: uuid! """An object relationship""" - lineup: match_lineups! - match_lineup_id: uuid! - placeholder_name: String + league_team: league_teams! + league_team_id: uuid! """An object relationship""" - player: players - steam_id: bigint + season: league_seasons! + type: e_league_movement_types_enum! } """ -aggregated selection of "match_lineup_players" +aggregated selection of "league_team_movements" """ -type match_lineup_players_aggregate { - aggregate: match_lineup_players_aggregate_fields - nodes: [match_lineup_players!]! -} - -input match_lineup_players_aggregate_bool_exp { - bool_and: match_lineup_players_aggregate_bool_exp_bool_and - bool_or: match_lineup_players_aggregate_bool_exp_bool_or - count: match_lineup_players_aggregate_bool_exp_count -} - -input match_lineup_players_aggregate_bool_exp_bool_and { - arguments: match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: match_lineup_players_bool_exp - predicate: Boolean_comparison_exp! +type league_team_movements_aggregate { + aggregate: league_team_movements_aggregate_fields + nodes: [league_team_movements!]! } -input match_lineup_players_aggregate_bool_exp_bool_or { - arguments: match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: match_lineup_players_bool_exp - predicate: Boolean_comparison_exp! +input league_team_movements_aggregate_bool_exp { + count: league_team_movements_aggregate_bool_exp_count } -input match_lineup_players_aggregate_bool_exp_count { - arguments: [match_lineup_players_select_column!] +input league_team_movements_aggregate_bool_exp_count { + arguments: [league_team_movements_select_column!] distinct: Boolean - filter: match_lineup_players_bool_exp + filter: league_team_movements_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_lineup_players" +aggregate fields of "league_team_movements" """ -type match_lineup_players_aggregate_fields { - avg: match_lineup_players_avg_fields - count(columns: [match_lineup_players_select_column!], distinct: Boolean): Int! - max: match_lineup_players_max_fields - min: match_lineup_players_min_fields - stddev: match_lineup_players_stddev_fields - stddev_pop: match_lineup_players_stddev_pop_fields - stddev_samp: match_lineup_players_stddev_samp_fields - sum: match_lineup_players_sum_fields - var_pop: match_lineup_players_var_pop_fields - var_samp: match_lineup_players_var_samp_fields - variance: match_lineup_players_variance_fields +type league_team_movements_aggregate_fields { + avg: league_team_movements_avg_fields + count(columns: [league_team_movements_select_column!], distinct: Boolean): Int! + max: league_team_movements_max_fields + min: league_team_movements_min_fields + stddev: league_team_movements_stddev_fields + stddev_pop: league_team_movements_stddev_pop_fields + stddev_samp: league_team_movements_stddev_samp_fields + sum: league_team_movements_sum_fields + var_pop: league_team_movements_var_pop_fields + var_samp: league_team_movements_var_samp_fields + variance: league_team_movements_variance_fields } """ -order by aggregate values of table "match_lineup_players" +order by aggregate values of table "league_team_movements" """ -input match_lineup_players_aggregate_order_by { - avg: match_lineup_players_avg_order_by +input league_team_movements_aggregate_order_by { + avg: league_team_movements_avg_order_by count: order_by - max: match_lineup_players_max_order_by - min: match_lineup_players_min_order_by - stddev: match_lineup_players_stddev_order_by - stddev_pop: match_lineup_players_stddev_pop_order_by - stddev_samp: match_lineup_players_stddev_samp_order_by - sum: match_lineup_players_sum_order_by - var_pop: match_lineup_players_var_pop_order_by - var_samp: match_lineup_players_var_samp_order_by - variance: match_lineup_players_variance_order_by + max: league_team_movements_max_order_by + min: league_team_movements_min_order_by + stddev: league_team_movements_stddev_order_by + stddev_pop: league_team_movements_stddev_pop_order_by + stddev_samp: league_team_movements_stddev_samp_order_by + sum: league_team_movements_sum_order_by + var_pop: league_team_movements_var_pop_order_by + var_samp: league_team_movements_var_samp_order_by + variance: league_team_movements_variance_order_by } """ -input type for inserting array relation for remote table "match_lineup_players" +input type for inserting array relation for remote table "league_team_movements" """ -input match_lineup_players_arr_rel_insert_input { - data: [match_lineup_players_insert_input!]! +input league_team_movements_arr_rel_insert_input { + data: [league_team_movements_insert_input!]! """upsert condition""" - on_conflict: match_lineup_players_on_conflict + on_conflict: league_team_movements_on_conflict } """aggregate avg on columns""" -type match_lineup_players_avg_fields { - steam_id: Float +type league_team_movements_avg_fields { + approved_by_steam_id: Float + final_rank: Float } """ -order by avg() on columns of table "match_lineup_players" +order by avg() on columns of table "league_team_movements" """ -input match_lineup_players_avg_order_by { - steam_id: order_by +input league_team_movements_avg_order_by { + approved_by_steam_id: order_by + final_rank: order_by } """ -Boolean expression to filter rows from the table "match_lineup_players". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "league_team_movements". All fields are combined with a logical 'AND'. """ -input match_lineup_players_bool_exp { - _and: [match_lineup_players_bool_exp!] - _not: match_lineup_players_bool_exp - _or: [match_lineup_players_bool_exp!] - captain: Boolean_comparison_exp - checked_in: Boolean_comparison_exp - discord_id: String_comparison_exp +input league_team_movements_bool_exp { + _and: [league_team_movements_bool_exp!] + _not: league_team_movements_bool_exp + _or: [league_team_movements_bool_exp!] + approved_at: timestamptz_comparison_exp + approved_by: players_bool_exp + approved_by_steam_id: bigint_comparison_exp + computed_to_division: league_divisions_bool_exp + computed_to_division_id: uuid_comparison_exp + created_at: timestamptz_comparison_exp + e_movement_type: e_league_movement_types_bool_exp + final_rank: Int_comparison_exp + final_to_division: league_divisions_bool_exp + final_to_division_id: uuid_comparison_exp + from_division: league_divisions_bool_exp + from_division_id: uuid_comparison_exp id: uuid_comparison_exp - lineup: match_lineups_bool_exp - match_lineup_id: uuid_comparison_exp - placeholder_name: String_comparison_exp - player: players_bool_exp - steam_id: bigint_comparison_exp + league_season_id: uuid_comparison_exp + league_team: league_teams_bool_exp + league_team_id: uuid_comparison_exp + season: league_seasons_bool_exp + type: e_league_movement_types_enum_comparison_exp } """ -unique or primary key constraints on table "match_lineup_players" +unique or primary key constraints on table "league_team_movements" """ -enum match_lineup_players_constraint { +enum league_team_movements_constraint { """ - unique or primary key constraint on columns "placeholder_name", "match_lineup_id" - """ - match_lineup_players_match_lineup_id_placeholder_name_key - + unique or primary key constraint on columns "league_season_id", "league_team_id" """ - unique or primary key constraint on columns "steam_id", "match_lineup_id" - """ - match_lineup_players_match_lineup_id_steam_id_key + league_team_movements_league_season_id_league_team_id_key """ unique or primary key constraint on columns "id" """ - match_members_pkey + league_team_movements_pkey } """ -input type for incrementing numeric columns in table "match_lineup_players" +input type for incrementing numeric columns in table "league_team_movements" """ -input match_lineup_players_inc_input { - steam_id: bigint +input league_team_movements_inc_input { + approved_by_steam_id: bigint + final_rank: Int } """ -input type for inserting data into table "match_lineup_players" +input type for inserting data into table "league_team_movements" """ -input match_lineup_players_insert_input { - captain: Boolean - checked_in: Boolean - discord_id: String +input league_team_movements_insert_input { + approved_at: timestamptz + approved_by: players_obj_rel_insert_input + approved_by_steam_id: bigint + computed_to_division: league_divisions_obj_rel_insert_input + computed_to_division_id: uuid + created_at: timestamptz + e_movement_type: e_league_movement_types_obj_rel_insert_input + final_rank: Int + final_to_division: league_divisions_obj_rel_insert_input + final_to_division_id: uuid + from_division: league_divisions_obj_rel_insert_input + from_division_id: uuid id: uuid - lineup: match_lineups_obj_rel_insert_input - match_lineup_id: uuid - placeholder_name: String - player: players_obj_rel_insert_input - steam_id: bigint + league_season_id: uuid + league_team: league_teams_obj_rel_insert_input + league_team_id: uuid + season: league_seasons_obj_rel_insert_input + type: e_league_movement_types_enum } """aggregate max on columns""" -type match_lineup_players_max_fields { - discord_id: String +type league_team_movements_max_fields { + approved_at: timestamptz + approved_by_steam_id: bigint + computed_to_division_id: uuid + created_at: timestamptz + final_rank: Int + final_to_division_id: uuid + from_division_id: uuid id: uuid - match_lineup_id: uuid - placeholder_name: String - steam_id: bigint + league_season_id: uuid + league_team_id: uuid } """ -order by max() on columns of table "match_lineup_players" +order by max() on columns of table "league_team_movements" """ -input match_lineup_players_max_order_by { - discord_id: order_by +input league_team_movements_max_order_by { + approved_at: order_by + approved_by_steam_id: order_by + computed_to_division_id: order_by + created_at: order_by + final_rank: order_by + final_to_division_id: order_by + from_division_id: order_by id: order_by - match_lineup_id: order_by - placeholder_name: order_by - steam_id: order_by + league_season_id: order_by + league_team_id: order_by } """aggregate min on columns""" -type match_lineup_players_min_fields { - discord_id: String +type league_team_movements_min_fields { + approved_at: timestamptz + approved_by_steam_id: bigint + computed_to_division_id: uuid + created_at: timestamptz + final_rank: Int + final_to_division_id: uuid + from_division_id: uuid id: uuid - match_lineup_id: uuid - placeholder_name: String - steam_id: bigint + league_season_id: uuid + league_team_id: uuid } """ -order by min() on columns of table "match_lineup_players" +order by min() on columns of table "league_team_movements" """ -input match_lineup_players_min_order_by { - discord_id: order_by +input league_team_movements_min_order_by { + approved_at: order_by + approved_by_steam_id: order_by + computed_to_division_id: order_by + created_at: order_by + final_rank: order_by + final_to_division_id: order_by + from_division_id: order_by id: order_by - match_lineup_id: order_by - placeholder_name: order_by - steam_id: order_by + league_season_id: order_by + league_team_id: order_by } """ -response of any mutation on the table "match_lineup_players" +response of any mutation on the table "league_team_movements" """ -type match_lineup_players_mutation_response { +type league_team_movements_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_lineup_players!]! + returning: [league_team_movements!]! } """ -on_conflict condition type for table "match_lineup_players" +on_conflict condition type for table "league_team_movements" """ -input match_lineup_players_on_conflict { - constraint: match_lineup_players_constraint! - update_columns: [match_lineup_players_update_column!]! = [] - where: match_lineup_players_bool_exp +input league_team_movements_on_conflict { + constraint: league_team_movements_constraint! + update_columns: [league_team_movements_update_column!]! = [] + where: league_team_movements_bool_exp } -"""Ordering options when selecting data from "match_lineup_players".""" -input match_lineup_players_order_by { - captain: order_by - checked_in: order_by - discord_id: order_by +"""Ordering options when selecting data from "league_team_movements".""" +input league_team_movements_order_by { + approved_at: order_by + approved_by: players_order_by + approved_by_steam_id: order_by + computed_to_division: league_divisions_order_by + computed_to_division_id: order_by + created_at: order_by + e_movement_type: e_league_movement_types_order_by + final_rank: order_by + final_to_division: league_divisions_order_by + final_to_division_id: order_by + from_division: league_divisions_order_by + from_division_id: order_by id: order_by - lineup: match_lineups_order_by - match_lineup_id: order_by - placeholder_name: order_by - player: players_order_by - steam_id: order_by + league_season_id: order_by + league_team: league_teams_order_by + league_team_id: order_by + season: league_seasons_order_by + type: order_by } -"""primary key columns input for table: match_lineup_players""" -input match_lineup_players_pk_columns_input { +"""primary key columns input for table: league_team_movements""" +input league_team_movements_pk_columns_input { id: uuid! } """ -select columns of table "match_lineup_players" +select columns of table "league_team_movements" """ -enum match_lineup_players_select_column { +enum league_team_movements_select_column { """column name""" - captain + approved_at """column name""" - checked_in + approved_by_steam_id """column name""" - discord_id + computed_to_division_id """column name""" - id + created_at """column name""" - match_lineup_id + final_rank """column name""" - placeholder_name + final_to_division_id """column name""" - steam_id -} + from_division_id -""" -select "match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_lineup_players" -""" -enum match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns { """column name""" - captain + id """column name""" - checked_in -} + league_season_id -""" -select "match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_lineup_players" -""" -enum match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - captain + league_team_id """column name""" - checked_in + type } """ -input type for updating data in table "match_lineup_players" +input type for updating data in table "league_team_movements" """ -input match_lineup_players_set_input { - captain: Boolean - checked_in: Boolean - discord_id: String +input league_team_movements_set_input { + approved_at: timestamptz + approved_by_steam_id: bigint + computed_to_division_id: uuid + created_at: timestamptz + final_rank: Int + final_to_division_id: uuid + from_division_id: uuid id: uuid - match_lineup_id: uuid - placeholder_name: String - steam_id: bigint + league_season_id: uuid + league_team_id: uuid + type: e_league_movement_types_enum } """aggregate stddev on columns""" -type match_lineup_players_stddev_fields { - steam_id: Float +type league_team_movements_stddev_fields { + approved_by_steam_id: Float + final_rank: Float } """ -order by stddev() on columns of table "match_lineup_players" +order by stddev() on columns of table "league_team_movements" """ -input match_lineup_players_stddev_order_by { - steam_id: order_by +input league_team_movements_stddev_order_by { + approved_by_steam_id: order_by + final_rank: order_by } """aggregate stddev_pop on columns""" -type match_lineup_players_stddev_pop_fields { - steam_id: Float +type league_team_movements_stddev_pop_fields { + approved_by_steam_id: Float + final_rank: Float } """ -order by stddev_pop() on columns of table "match_lineup_players" +order by stddev_pop() on columns of table "league_team_movements" """ -input match_lineup_players_stddev_pop_order_by { - steam_id: order_by +input league_team_movements_stddev_pop_order_by { + approved_by_steam_id: order_by + final_rank: order_by } """aggregate stddev_samp on columns""" -type match_lineup_players_stddev_samp_fields { - steam_id: Float +type league_team_movements_stddev_samp_fields { + approved_by_steam_id: Float + final_rank: Float } """ -order by stddev_samp() on columns of table "match_lineup_players" +order by stddev_samp() on columns of table "league_team_movements" """ -input match_lineup_players_stddev_samp_order_by { - steam_id: order_by +input league_team_movements_stddev_samp_order_by { + approved_by_steam_id: order_by + final_rank: order_by } """ -Streaming cursor of the table "match_lineup_players" +Streaming cursor of the table "league_team_movements" """ -input match_lineup_players_stream_cursor_input { +input league_team_movements_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_lineup_players_stream_cursor_value_input! + initial_value: league_team_movements_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_lineup_players_stream_cursor_value_input { - captain: Boolean - checked_in: Boolean - discord_id: String +input league_team_movements_stream_cursor_value_input { + approved_at: timestamptz + approved_by_steam_id: bigint + computed_to_division_id: uuid + created_at: timestamptz + final_rank: Int + final_to_division_id: uuid + from_division_id: uuid id: uuid - match_lineup_id: uuid - placeholder_name: String - steam_id: bigint + league_season_id: uuid + league_team_id: uuid + type: e_league_movement_types_enum } """aggregate sum on columns""" -type match_lineup_players_sum_fields { - steam_id: bigint +type league_team_movements_sum_fields { + approved_by_steam_id: bigint + final_rank: Int } """ -order by sum() on columns of table "match_lineup_players" +order by sum() on columns of table "league_team_movements" """ -input match_lineup_players_sum_order_by { - steam_id: order_by +input league_team_movements_sum_order_by { + approved_by_steam_id: order_by + final_rank: order_by } """ -update columns of table "match_lineup_players" +update columns of table "league_team_movements" """ -enum match_lineup_players_update_column { +enum league_team_movements_update_column { """column name""" - captain + approved_at """column name""" - checked_in + approved_by_steam_id """column name""" - discord_id + computed_to_division_id """column name""" - id + created_at """column name""" - match_lineup_id + final_rank """column name""" - placeholder_name + final_to_division_id """column name""" - steam_id + from_division_id + + """column name""" + id + + """column name""" + league_season_id + + """column name""" + league_team_id + + """column name""" + type } -input match_lineup_players_updates { +input league_team_movements_updates { """increments the numeric columns with given value of the filtered values""" - _inc: match_lineup_players_inc_input + _inc: league_team_movements_inc_input """sets the columns of the filtered rows to the given values""" - _set: match_lineup_players_set_input + _set: league_team_movements_set_input """filter the rows which have to be updated""" - where: match_lineup_players_bool_exp! + where: league_team_movements_bool_exp! } """aggregate var_pop on columns""" -type match_lineup_players_var_pop_fields { - steam_id: Float +type league_team_movements_var_pop_fields { + approved_by_steam_id: Float + final_rank: Float } """ -order by var_pop() on columns of table "match_lineup_players" +order by var_pop() on columns of table "league_team_movements" """ -input match_lineup_players_var_pop_order_by { - steam_id: order_by +input league_team_movements_var_pop_order_by { + approved_by_steam_id: order_by + final_rank: order_by } """aggregate var_samp on columns""" -type match_lineup_players_var_samp_fields { - steam_id: Float +type league_team_movements_var_samp_fields { + approved_by_steam_id: Float + final_rank: Float } """ -order by var_samp() on columns of table "match_lineup_players" +order by var_samp() on columns of table "league_team_movements" """ -input match_lineup_players_var_samp_order_by { - steam_id: order_by +input league_team_movements_var_samp_order_by { + approved_by_steam_id: order_by + final_rank: order_by } """aggregate variance on columns""" -type match_lineup_players_variance_fields { - steam_id: Float +type league_team_movements_variance_fields { + approved_by_steam_id: Float + final_rank: Float } """ -order by variance() on columns of table "match_lineup_players" +order by variance() on columns of table "league_team_movements" """ -input match_lineup_players_variance_order_by { - steam_id: order_by +input league_team_movements_variance_order_by { + approved_by_steam_id: order_by + final_rank: order_by } -"""relational table for assigning a team to a match and lineup""" -type match_lineups { - """ - A computed field, executes function "can_pick_map_veto" - """ - can_pick_map_veto: Boolean - - """ - A computed field, executes function "can_pick_region_veto" - """ - can_pick_region_veto: Boolean - - """ - A computed field, executes function "can_update_lineup" - """ - can_update_lineup: Boolean - - """An object relationship""" - captain: v_match_captains - - """An object relationship""" - coach: players - coach_steam_id: bigint - id: uuid! - - """ - A computed field, executes function "is_on_lineup" - """ - is_on_lineup: Boolean - - """ - A computed field, executes function "lineup_is_picking_map_veto" - """ - is_picking_map_veto: Boolean - - """ - A computed field, executes function "lineup_is_picking_region_veto" - """ - is_picking_region_veto: Boolean - - """ - A computed field, executes function "is_match_lineup_ready" - """ - is_ready: Boolean - - """An array relationship""" - lineup_players( - """distinct select on columns""" - distinct_on: [match_lineup_players_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: [match_lineup_players_order_by!] - - """filter the rows returned""" - where: match_lineup_players_bool_exp - ): [match_lineup_players!]! - - """An aggregate relationship""" - lineup_players_aggregate( - """distinct select on columns""" - distinct_on: [match_lineup_players_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: [match_lineup_players_order_by!] - - """filter the rows returned""" - where: match_lineup_players_bool_exp - ): match_lineup_players_aggregate! +""" +columns and relationships of "league_team_rosters" +""" +type league_team_rosters { + added_at: timestamptz! + league_team_season_id: uuid! """An object relationship""" - match: matches - match_id: uuid - - """An array relationship""" - match_veto_picks( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] - - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): [match_map_veto_picks!]! - - """An aggregate relationship""" - match_veto_picks_aggregate( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] - - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): match_map_veto_picks_aggregate! - - """ - A computed field, executes function "get_team_name" - """ - name: String + player: players! + player_steam_id: bigint! + removed_at: timestamptz + removed_reason: String + status: e_team_roster_statuses_enum! """An object relationship""" - team: teams - team_id: uuid - team_name: String + team_season: league_team_seasons! } """ -aggregated selection of "match_lineups" +aggregated selection of "league_team_rosters" """ -type match_lineups_aggregate { - aggregate: match_lineups_aggregate_fields - nodes: [match_lineups!]! +type league_team_rosters_aggregate { + aggregate: league_team_rosters_aggregate_fields + nodes: [league_team_rosters!]! } -input match_lineups_aggregate_bool_exp { - count: match_lineups_aggregate_bool_exp_count +input league_team_rosters_aggregate_bool_exp { + count: league_team_rosters_aggregate_bool_exp_count } -input match_lineups_aggregate_bool_exp_count { - arguments: [match_lineups_select_column!] +input league_team_rosters_aggregate_bool_exp_count { + arguments: [league_team_rosters_select_column!] distinct: Boolean - filter: match_lineups_bool_exp + filter: league_team_rosters_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_lineups" +aggregate fields of "league_team_rosters" """ -type match_lineups_aggregate_fields { - avg: match_lineups_avg_fields - count(columns: [match_lineups_select_column!], distinct: Boolean): Int! - max: match_lineups_max_fields - min: match_lineups_min_fields - stddev: match_lineups_stddev_fields - stddev_pop: match_lineups_stddev_pop_fields - stddev_samp: match_lineups_stddev_samp_fields - sum: match_lineups_sum_fields - var_pop: match_lineups_var_pop_fields - var_samp: match_lineups_var_samp_fields - variance: match_lineups_variance_fields +type league_team_rosters_aggregate_fields { + avg: league_team_rosters_avg_fields + count(columns: [league_team_rosters_select_column!], distinct: Boolean): Int! + max: league_team_rosters_max_fields + min: league_team_rosters_min_fields + stddev: league_team_rosters_stddev_fields + stddev_pop: league_team_rosters_stddev_pop_fields + stddev_samp: league_team_rosters_stddev_samp_fields + sum: league_team_rosters_sum_fields + var_pop: league_team_rosters_var_pop_fields + var_samp: league_team_rosters_var_samp_fields + variance: league_team_rosters_variance_fields } """ -order by aggregate values of table "match_lineups" +order by aggregate values of table "league_team_rosters" """ -input match_lineups_aggregate_order_by { - avg: match_lineups_avg_order_by +input league_team_rosters_aggregate_order_by { + avg: league_team_rosters_avg_order_by count: order_by - max: match_lineups_max_order_by - min: match_lineups_min_order_by - stddev: match_lineups_stddev_order_by - stddev_pop: match_lineups_stddev_pop_order_by - stddev_samp: match_lineups_stddev_samp_order_by - sum: match_lineups_sum_order_by - var_pop: match_lineups_var_pop_order_by - var_samp: match_lineups_var_samp_order_by - variance: match_lineups_variance_order_by + max: league_team_rosters_max_order_by + min: league_team_rosters_min_order_by + stddev: league_team_rosters_stddev_order_by + stddev_pop: league_team_rosters_stddev_pop_order_by + stddev_samp: league_team_rosters_stddev_samp_order_by + sum: league_team_rosters_sum_order_by + var_pop: league_team_rosters_var_pop_order_by + var_samp: league_team_rosters_var_samp_order_by + variance: league_team_rosters_variance_order_by } """ -input type for inserting array relation for remote table "match_lineups" +input type for inserting array relation for remote table "league_team_rosters" """ -input match_lineups_arr_rel_insert_input { - data: [match_lineups_insert_input!]! +input league_team_rosters_arr_rel_insert_input { + data: [league_team_rosters_insert_input!]! """upsert condition""" - on_conflict: match_lineups_on_conflict + on_conflict: league_team_rosters_on_conflict } """aggregate avg on columns""" -type match_lineups_avg_fields { - coach_steam_id: Float +type league_team_rosters_avg_fields { + player_steam_id: Float } """ -order by avg() on columns of table "match_lineups" +order by avg() on columns of table "league_team_rosters" """ -input match_lineups_avg_order_by { - coach_steam_id: order_by +input league_team_rosters_avg_order_by { + player_steam_id: order_by } """ -Boolean expression to filter rows from the table "match_lineups". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "league_team_rosters". All fields are combined with a logical 'AND'. """ -input match_lineups_bool_exp { - _and: [match_lineups_bool_exp!] - _not: match_lineups_bool_exp - _or: [match_lineups_bool_exp!] - can_pick_map_veto: Boolean_comparison_exp - can_pick_region_veto: Boolean_comparison_exp - can_update_lineup: Boolean_comparison_exp - captain: v_match_captains_bool_exp - coach: players_bool_exp - coach_steam_id: bigint_comparison_exp - id: uuid_comparison_exp - is_on_lineup: Boolean_comparison_exp - is_picking_map_veto: Boolean_comparison_exp - is_picking_region_veto: Boolean_comparison_exp - is_ready: Boolean_comparison_exp - lineup_players: match_lineup_players_bool_exp - lineup_players_aggregate: match_lineup_players_aggregate_bool_exp - match: matches_bool_exp - match_id: uuid_comparison_exp - match_veto_picks: match_map_veto_picks_bool_exp - match_veto_picks_aggregate: match_map_veto_picks_aggregate_bool_exp - name: String_comparison_exp - team: teams_bool_exp - team_id: uuid_comparison_exp - team_name: String_comparison_exp +input league_team_rosters_bool_exp { + _and: [league_team_rosters_bool_exp!] + _not: league_team_rosters_bool_exp + _or: [league_team_rosters_bool_exp!] + added_at: timestamptz_comparison_exp + league_team_season_id: uuid_comparison_exp + player: players_bool_exp + player_steam_id: bigint_comparison_exp + removed_at: timestamptz_comparison_exp + removed_reason: String_comparison_exp + status: e_team_roster_statuses_enum_comparison_exp + team_season: league_team_seasons_bool_exp } """ -unique or primary key constraints on table "match_lineups" +unique or primary key constraints on table "league_team_rosters" """ -enum match_lineups_constraint { +enum league_team_rosters_constraint { """ - unique or primary key constraint on columns "id" + unique or primary key constraint on columns "player_steam_id", "league_team_season_id" """ - match_teams_pkey + league_team_rosters_pkey } """ -input type for incrementing numeric columns in table "match_lineups" +input type for incrementing numeric columns in table "league_team_rosters" """ -input match_lineups_inc_input { - coach_steam_id: bigint +input league_team_rosters_inc_input { + player_steam_id: bigint } """ -input type for inserting data into table "match_lineups" +input type for inserting data into table "league_team_rosters" """ -input match_lineups_insert_input { - captain: v_match_captains_obj_rel_insert_input - coach: players_obj_rel_insert_input - coach_steam_id: bigint - id: uuid - lineup_players: match_lineup_players_arr_rel_insert_input - match: matches_obj_rel_insert_input - match_id: uuid - match_veto_picks: match_map_veto_picks_arr_rel_insert_input - team: teams_obj_rel_insert_input - team_id: uuid - team_name: String +input league_team_rosters_insert_input { + added_at: timestamptz + league_team_season_id: uuid + player: players_obj_rel_insert_input + player_steam_id: bigint + removed_at: timestamptz + removed_reason: String + status: e_team_roster_statuses_enum + team_season: league_team_seasons_obj_rel_insert_input } """aggregate max on columns""" -type match_lineups_max_fields { - coach_steam_id: bigint - id: uuid - match_id: uuid - - """ - A computed field, executes function "get_team_name" - """ - name: String - team_id: uuid - team_name: String +type league_team_rosters_max_fields { + added_at: timestamptz + league_team_season_id: uuid + player_steam_id: bigint + removed_at: timestamptz + removed_reason: String } """ -order by max() on columns of table "match_lineups" +order by max() on columns of table "league_team_rosters" """ -input match_lineups_max_order_by { - coach_steam_id: order_by - id: order_by - match_id: order_by - team_id: order_by - team_name: order_by +input league_team_rosters_max_order_by { + added_at: order_by + league_team_season_id: order_by + player_steam_id: order_by + removed_at: order_by + removed_reason: order_by } """aggregate min on columns""" -type match_lineups_min_fields { - coach_steam_id: bigint - id: uuid - match_id: uuid - - """ - A computed field, executes function "get_team_name" - """ - name: String - team_id: uuid - team_name: String +type league_team_rosters_min_fields { + added_at: timestamptz + league_team_season_id: uuid + player_steam_id: bigint + removed_at: timestamptz + removed_reason: String } """ -order by min() on columns of table "match_lineups" +order by min() on columns of table "league_team_rosters" """ -input match_lineups_min_order_by { - coach_steam_id: order_by - id: order_by - match_id: order_by - team_id: order_by - team_name: order_by +input league_team_rosters_min_order_by { + added_at: order_by + league_team_season_id: order_by + player_steam_id: order_by + removed_at: order_by + removed_reason: order_by } """ -response of any mutation on the table "match_lineups" +response of any mutation on the table "league_team_rosters" """ -type match_lineups_mutation_response { +type league_team_rosters_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_lineups!]! -} - -""" -input type for inserting object relation for remote table "match_lineups" -""" -input match_lineups_obj_rel_insert_input { - data: match_lineups_insert_input! - - """upsert condition""" - on_conflict: match_lineups_on_conflict + returning: [league_team_rosters!]! } """ -on_conflict condition type for table "match_lineups" +on_conflict condition type for table "league_team_rosters" """ -input match_lineups_on_conflict { - constraint: match_lineups_constraint! - update_columns: [match_lineups_update_column!]! = [] - where: match_lineups_bool_exp +input league_team_rosters_on_conflict { + constraint: league_team_rosters_constraint! + update_columns: [league_team_rosters_update_column!]! = [] + where: league_team_rosters_bool_exp } -"""Ordering options when selecting data from "match_lineups".""" -input match_lineups_order_by { - can_pick_map_veto: order_by - can_pick_region_veto: order_by - can_update_lineup: order_by - captain: v_match_captains_order_by - coach: players_order_by - coach_steam_id: order_by - id: order_by - is_on_lineup: order_by - is_picking_map_veto: order_by - is_picking_region_veto: order_by - is_ready: order_by - lineup_players_aggregate: match_lineup_players_aggregate_order_by - match: matches_order_by - match_id: order_by - match_veto_picks_aggregate: match_map_veto_picks_aggregate_order_by - name: order_by - team: teams_order_by - team_id: order_by - team_name: order_by +"""Ordering options when selecting data from "league_team_rosters".""" +input league_team_rosters_order_by { + added_at: order_by + league_team_season_id: order_by + player: players_order_by + player_steam_id: order_by + removed_at: order_by + removed_reason: order_by + status: order_by + team_season: league_team_seasons_order_by } -"""primary key columns input for table: match_lineups""" -input match_lineups_pk_columns_input { - id: uuid! +"""primary key columns input for table: league_team_rosters""" +input league_team_rosters_pk_columns_input { + league_team_season_id: uuid! + player_steam_id: bigint! } """ -select columns of table "match_lineups" +select columns of table "league_team_rosters" """ -enum match_lineups_select_column { +enum league_team_rosters_select_column { """column name""" - coach_steam_id + added_at """column name""" - id + league_team_season_id """column name""" - match_id + player_steam_id """column name""" - team_id + removed_at """column name""" - team_name + removed_reason + + """column name""" + status } """ -input type for updating data in table "match_lineups" +input type for updating data in table "league_team_rosters" """ -input match_lineups_set_input { - coach_steam_id: bigint - id: uuid - match_id: uuid - team_id: uuid - team_name: String +input league_team_rosters_set_input { + added_at: timestamptz + league_team_season_id: uuid + player_steam_id: bigint + removed_at: timestamptz + removed_reason: String + status: e_team_roster_statuses_enum } """aggregate stddev on columns""" -type match_lineups_stddev_fields { - coach_steam_id: Float +type league_team_rosters_stddev_fields { + player_steam_id: Float } """ -order by stddev() on columns of table "match_lineups" +order by stddev() on columns of table "league_team_rosters" """ -input match_lineups_stddev_order_by { - coach_steam_id: order_by +input league_team_rosters_stddev_order_by { + player_steam_id: order_by } """aggregate stddev_pop on columns""" -type match_lineups_stddev_pop_fields { - coach_steam_id: Float +type league_team_rosters_stddev_pop_fields { + player_steam_id: Float } """ -order by stddev_pop() on columns of table "match_lineups" +order by stddev_pop() on columns of table "league_team_rosters" """ -input match_lineups_stddev_pop_order_by { - coach_steam_id: order_by +input league_team_rosters_stddev_pop_order_by { + player_steam_id: order_by } """aggregate stddev_samp on columns""" -type match_lineups_stddev_samp_fields { - coach_steam_id: Float +type league_team_rosters_stddev_samp_fields { + player_steam_id: Float } """ -order by stddev_samp() on columns of table "match_lineups" +order by stddev_samp() on columns of table "league_team_rosters" """ -input match_lineups_stddev_samp_order_by { - coach_steam_id: order_by +input league_team_rosters_stddev_samp_order_by { + player_steam_id: order_by } """ -Streaming cursor of the table "match_lineups" +Streaming cursor of the table "league_team_rosters" """ -input match_lineups_stream_cursor_input { +input league_team_rosters_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_lineups_stream_cursor_value_input! + initial_value: league_team_rosters_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_lineups_stream_cursor_value_input { - coach_steam_id: bigint - id: uuid - match_id: uuid - team_id: uuid - team_name: String +input league_team_rosters_stream_cursor_value_input { + added_at: timestamptz + league_team_season_id: uuid + player_steam_id: bigint + removed_at: timestamptz + removed_reason: String + status: e_team_roster_statuses_enum } """aggregate sum on columns""" -type match_lineups_sum_fields { - coach_steam_id: bigint +type league_team_rosters_sum_fields { + player_steam_id: bigint } """ -order by sum() on columns of table "match_lineups" +order by sum() on columns of table "league_team_rosters" """ -input match_lineups_sum_order_by { - coach_steam_id: order_by +input league_team_rosters_sum_order_by { + player_steam_id: order_by } """ -update columns of table "match_lineups" +update columns of table "league_team_rosters" """ -enum match_lineups_update_column { +enum league_team_rosters_update_column { """column name""" - coach_steam_id + added_at """column name""" - id + league_team_season_id """column name""" - match_id + player_steam_id """column name""" - team_id + removed_at """column name""" - team_name + removed_reason + + """column name""" + status } -input match_lineups_updates { +input league_team_rosters_updates { """increments the numeric columns with given value of the filtered values""" - _inc: match_lineups_inc_input + _inc: league_team_rosters_inc_input """sets the columns of the filtered rows to the given values""" - _set: match_lineups_set_input + _set: league_team_rosters_set_input """filter the rows which have to be updated""" - where: match_lineups_bool_exp! + where: league_team_rosters_bool_exp! } """aggregate var_pop on columns""" -type match_lineups_var_pop_fields { - coach_steam_id: Float +type league_team_rosters_var_pop_fields { + player_steam_id: Float } """ -order by var_pop() on columns of table "match_lineups" +order by var_pop() on columns of table "league_team_rosters" """ -input match_lineups_var_pop_order_by { - coach_steam_id: order_by +input league_team_rosters_var_pop_order_by { + player_steam_id: order_by } """aggregate var_samp on columns""" -type match_lineups_var_samp_fields { - coach_steam_id: Float +type league_team_rosters_var_samp_fields { + player_steam_id: Float } """ -order by var_samp() on columns of table "match_lineups" +order by var_samp() on columns of table "league_team_rosters" """ -input match_lineups_var_samp_order_by { - coach_steam_id: order_by +input league_team_rosters_var_samp_order_by { + player_steam_id: order_by } """aggregate variance on columns""" -type match_lineups_variance_fields { - coach_steam_id: Float +type league_team_rosters_variance_fields { + player_steam_id: Float } """ -order by variance() on columns of table "match_lineups" +order by variance() on columns of table "league_team_rosters" """ -input match_lineups_variance_order_by { - coach_steam_id: order_by +input league_team_rosters_variance_order_by { + player_steam_id: order_by } """ -columns and relationships of "match_map_demos" +columns and relationships of "league_team_seasons" """ -type match_map_demos { - bombs( - """JSON select path""" - path: String - ): jsonb +type league_team_seasons { + """An object relationship""" + assigned_division: league_divisions + assigned_division_id: uuid - """An array relationship""" - clip_render_jobs( - """distinct select on columns""" - distinct_on: [clip_render_jobs_select_column!] + """An object relationship""" + captain: players + captain_steam_id: bigint + created_at: timestamptz! + decline_reason: String - """limit the number of rows returned""" - limit: Int + """An object relationship""" + e_registration_status: e_league_registration_statuses! + id: uuid! + league_season_id: uuid! - """skip the first n rows. Use only with order_by""" - offset: Int + """An object relationship""" + league_team: league_teams! + league_team_id: uuid! - """sort the rows by one or more columns""" - order_by: [clip_render_jobs_order_by!] + """An object relationship""" + registered_by: players + registered_by_steam_id: bigint - """filter the rows returned""" - where: clip_render_jobs_bool_exp - ): [clip_render_jobs!]! + """An object relationship""" + requested_division: league_divisions + requested_division_id: uuid - """An aggregate relationship""" - clip_render_jobs_aggregate( + """An array relationship""" + roster( """distinct select on columns""" - distinct_on: [clip_render_jobs_select_column!] + distinct_on: [league_team_rosters_select_column!] """limit the number of rows returned""" limit: Int @@ -17733,18 +18943,16 @@ type match_map_demos { offset: Int """sort the rows by one or more columns""" - order_by: [clip_render_jobs_order_by!] + order_by: [league_team_rosters_order_by!] """filter the rows returned""" - where: clip_render_jobs_bool_exp - ): clip_render_jobs_aggregate! - created_at: timestamptz! - cs2_build: String + where: league_team_rosters_bool_exp + ): [league_team_rosters!]! - """An array relationship""" - demo_sessions( + """An aggregate relationship""" + roster_aggregate( """distinct select on columns""" - distinct_on: [match_demo_sessions_select_column!] + distinct_on: [league_team_rosters_select_column!] """limit the number of rows returned""" limit: Int @@ -17753,897 +18961,568 @@ type match_map_demos { offset: Int """sort the rows by one or more columns""" - order_by: [match_demo_sessions_order_by!] + order_by: [league_team_rosters_order_by!] """filter the rows returned""" - where: match_demo_sessions_bool_exp - ): [match_demo_sessions!]! + where: league_team_rosters_bool_exp + ): league_team_rosters_aggregate! - """An aggregate relationship""" - demo_sessions_aggregate( - """distinct select on columns""" - distinct_on: [match_demo_sessions_select_column!] - - """limit the number of rows returned""" - limit: Int + """An object relationship""" + season: league_seasons! + seed: Int + status: e_league_registration_statuses_enum! - """skip the first n rows. Use only with order_by""" - offset: Int + """An object relationship""" + tournament_team: tournament_teams + tournament_team_id: uuid +} - """sort the rows by one or more columns""" - order_by: [match_demo_sessions_order_by!] +""" +aggregated selection of "league_team_seasons" +""" +type league_team_seasons_aggregate { + aggregate: league_team_seasons_aggregate_fields + nodes: [league_team_seasons!]! +} - """filter the rows returned""" - where: match_demo_sessions_bool_exp - ): match_demo_sessions_aggregate! +input league_team_seasons_aggregate_bool_exp { + count: league_team_seasons_aggregate_bool_exp_count +} - """ - A computed field, executes function "demo_download_url" - """ - download_url: String - duration_seconds: Float - file: String! - geometry_validated: Boolean - id: uuid! - kills( - """JSON select path""" - path: String - ): jsonb - map_name: String - - """An object relationship""" - match: matches! - - """An array relationship""" - match_clips( - """distinct select on columns""" - distinct_on: [match_clips_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: [match_clips_order_by!] - - """filter the rows returned""" - where: match_clips_bool_exp - ): [match_clips!]! - - """An aggregate relationship""" - match_clips_aggregate( - """distinct select on columns""" - distinct_on: [match_clips_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: [match_clips_order_by!] - - """filter the rows returned""" - where: match_clips_bool_exp - ): match_clips_aggregate! - match_id: uuid! - - """An object relationship""" - match_map: match_maps! - match_map_id: uuid! - metadata_parsed_at: timestamptz - playback_file: String - playback_size: Int - - """ - A computed field, executes function "demo_playback_url" - """ - playback_url: String - players( - """JSON select path""" - path: String - ): jsonb - round_ticks( - """JSON select path""" - path: String - ): jsonb - size: Int - tick_rate: Float - total_ticks: Int - workshop_id: String -} - -""" -aggregated selection of "match_map_demos" -""" -type match_map_demos_aggregate { - aggregate: match_map_demos_aggregate_fields - nodes: [match_map_demos!]! -} - -input match_map_demos_aggregate_bool_exp { - bool_and: match_map_demos_aggregate_bool_exp_bool_and - bool_or: match_map_demos_aggregate_bool_exp_bool_or - count: match_map_demos_aggregate_bool_exp_count -} - -input match_map_demos_aggregate_bool_exp_bool_and { - arguments: match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: match_map_demos_bool_exp - predicate: Boolean_comparison_exp! -} - -input match_map_demos_aggregate_bool_exp_bool_or { - arguments: match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: match_map_demos_bool_exp - predicate: Boolean_comparison_exp! -} - -input match_map_demos_aggregate_bool_exp_count { - arguments: [match_map_demos_select_column!] +input league_team_seasons_aggregate_bool_exp_count { + arguments: [league_team_seasons_select_column!] distinct: Boolean - filter: match_map_demos_bool_exp + filter: league_team_seasons_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_map_demos" +aggregate fields of "league_team_seasons" """ -type match_map_demos_aggregate_fields { - avg: match_map_demos_avg_fields - count(columns: [match_map_demos_select_column!], distinct: Boolean): Int! - max: match_map_demos_max_fields - min: match_map_demos_min_fields - stddev: match_map_demos_stddev_fields - stddev_pop: match_map_demos_stddev_pop_fields - stddev_samp: match_map_demos_stddev_samp_fields - sum: match_map_demos_sum_fields - var_pop: match_map_demos_var_pop_fields - var_samp: match_map_demos_var_samp_fields - variance: match_map_demos_variance_fields +type league_team_seasons_aggregate_fields { + avg: league_team_seasons_avg_fields + count(columns: [league_team_seasons_select_column!], distinct: Boolean): Int! + max: league_team_seasons_max_fields + min: league_team_seasons_min_fields + stddev: league_team_seasons_stddev_fields + stddev_pop: league_team_seasons_stddev_pop_fields + stddev_samp: league_team_seasons_stddev_samp_fields + sum: league_team_seasons_sum_fields + var_pop: league_team_seasons_var_pop_fields + var_samp: league_team_seasons_var_samp_fields + variance: league_team_seasons_variance_fields } """ -order by aggregate values of table "match_map_demos" +order by aggregate values of table "league_team_seasons" """ -input match_map_demos_aggregate_order_by { - avg: match_map_demos_avg_order_by +input league_team_seasons_aggregate_order_by { + avg: league_team_seasons_avg_order_by count: order_by - max: match_map_demos_max_order_by - min: match_map_demos_min_order_by - stddev: match_map_demos_stddev_order_by - stddev_pop: match_map_demos_stddev_pop_order_by - stddev_samp: match_map_demos_stddev_samp_order_by - sum: match_map_demos_sum_order_by - var_pop: match_map_demos_var_pop_order_by - var_samp: match_map_demos_var_samp_order_by - variance: match_map_demos_variance_order_by -} - -"""append existing jsonb value of filtered columns with new jsonb value""" -input match_map_demos_append_input { - bombs: jsonb - kills: jsonb - players: jsonb - round_ticks: jsonb + max: league_team_seasons_max_order_by + min: league_team_seasons_min_order_by + stddev: league_team_seasons_stddev_order_by + stddev_pop: league_team_seasons_stddev_pop_order_by + stddev_samp: league_team_seasons_stddev_samp_order_by + sum: league_team_seasons_sum_order_by + var_pop: league_team_seasons_var_pop_order_by + var_samp: league_team_seasons_var_samp_order_by + variance: league_team_seasons_variance_order_by } """ -input type for inserting array relation for remote table "match_map_demos" +input type for inserting array relation for remote table "league_team_seasons" """ -input match_map_demos_arr_rel_insert_input { - data: [match_map_demos_insert_input!]! +input league_team_seasons_arr_rel_insert_input { + data: [league_team_seasons_insert_input!]! """upsert condition""" - on_conflict: match_map_demos_on_conflict + on_conflict: league_team_seasons_on_conflict } """aggregate avg on columns""" -type match_map_demos_avg_fields { - duration_seconds: Float - playback_size: Float - size: Float - tick_rate: Float - total_ticks: Float +type league_team_seasons_avg_fields { + captain_steam_id: Float + registered_by_steam_id: Float + seed: Float } """ -order by avg() on columns of table "match_map_demos" +order by avg() on columns of table "league_team_seasons" """ -input match_map_demos_avg_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by +input league_team_seasons_avg_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by } """ -Boolean expression to filter rows from the table "match_map_demos". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "league_team_seasons". All fields are combined with a logical 'AND'. """ -input match_map_demos_bool_exp { - _and: [match_map_demos_bool_exp!] - _not: match_map_demos_bool_exp - _or: [match_map_demos_bool_exp!] - bombs: jsonb_comparison_exp - clip_render_jobs: clip_render_jobs_bool_exp - clip_render_jobs_aggregate: clip_render_jobs_aggregate_bool_exp +input league_team_seasons_bool_exp { + _and: [league_team_seasons_bool_exp!] + _not: league_team_seasons_bool_exp + _or: [league_team_seasons_bool_exp!] + assigned_division: league_divisions_bool_exp + assigned_division_id: uuid_comparison_exp + captain: players_bool_exp + captain_steam_id: bigint_comparison_exp created_at: timestamptz_comparison_exp - cs2_build: String_comparison_exp - demo_sessions: match_demo_sessions_bool_exp - demo_sessions_aggregate: match_demo_sessions_aggregate_bool_exp - download_url: String_comparison_exp - duration_seconds: Float_comparison_exp - file: String_comparison_exp - geometry_validated: Boolean_comparison_exp + decline_reason: String_comparison_exp + e_registration_status: e_league_registration_statuses_bool_exp id: uuid_comparison_exp - kills: jsonb_comparison_exp - map_name: String_comparison_exp - match: matches_bool_exp - match_clips: match_clips_bool_exp - match_clips_aggregate: match_clips_aggregate_bool_exp - match_id: uuid_comparison_exp - match_map: match_maps_bool_exp - match_map_id: uuid_comparison_exp - metadata_parsed_at: timestamptz_comparison_exp - playback_file: String_comparison_exp - playback_size: Int_comparison_exp - playback_url: String_comparison_exp - players: jsonb_comparison_exp - round_ticks: jsonb_comparison_exp - size: Int_comparison_exp - tick_rate: Float_comparison_exp - total_ticks: Int_comparison_exp - workshop_id: String_comparison_exp + league_season_id: uuid_comparison_exp + league_team: league_teams_bool_exp + league_team_id: uuid_comparison_exp + registered_by: players_bool_exp + registered_by_steam_id: bigint_comparison_exp + requested_division: league_divisions_bool_exp + requested_division_id: uuid_comparison_exp + roster: league_team_rosters_bool_exp + roster_aggregate: league_team_rosters_aggregate_bool_exp + season: league_seasons_bool_exp + seed: Int_comparison_exp + status: e_league_registration_statuses_enum_comparison_exp + tournament_team: tournament_teams_bool_exp + tournament_team_id: uuid_comparison_exp } """ -unique or primary key constraints on table "match_map_demos" +unique or primary key constraints on table "league_team_seasons" """ -enum match_map_demos_constraint { +enum league_team_seasons_constraint { """ - unique or primary key constraint on columns "id" + unique or primary key constraint on columns "league_season_id", "league_team_id" """ - match_demos_pkey + league_team_seasons_league_season_id_league_team_id_key """ - unique or primary key constraint on columns "file", "match_map_id" + unique or primary key constraint on columns "id" """ - match_map_demos_match_map_id_file_key -} - -""" -delete the field or element with specified path (for JSON arrays, negative integers count from the end) -""" -input match_map_demos_delete_at_path_input { - bombs: [String!] - kills: [String!] - players: [String!] - round_ticks: [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 match_map_demos_delete_elem_input { - bombs: Int - kills: Int - players: Int - round_ticks: Int -} - -""" -delete key/value pair or string element. key/value pairs are matched based on their key value -""" -input match_map_demos_delete_key_input { - bombs: String - kills: String - players: String - round_ticks: String + league_team_seasons_pkey } """ -input type for incrementing numeric columns in table "match_map_demos" +input type for incrementing numeric columns in table "league_team_seasons" """ -input match_map_demos_inc_input { - playback_size: Int - size: Int - tick_rate: Float - total_ticks: Int +input league_team_seasons_inc_input { + captain_steam_id: bigint + registered_by_steam_id: bigint + seed: Int } """ -input type for inserting data into table "match_map_demos" +input type for inserting data into table "league_team_seasons" """ -input match_map_demos_insert_input { - bombs: jsonb - clip_render_jobs: clip_render_jobs_arr_rel_insert_input +input league_team_seasons_insert_input { + assigned_division: league_divisions_obj_rel_insert_input + assigned_division_id: uuid + captain: players_obj_rel_insert_input + captain_steam_id: bigint created_at: timestamptz - cs2_build: String - demo_sessions: match_demo_sessions_arr_rel_insert_input - file: String - geometry_validated: Boolean + decline_reason: String + e_registration_status: e_league_registration_statuses_obj_rel_insert_input id: uuid - kills: jsonb - map_name: String - match: matches_obj_rel_insert_input - match_clips: match_clips_arr_rel_insert_input - match_id: uuid - match_map: match_maps_obj_rel_insert_input - match_map_id: uuid - metadata_parsed_at: timestamptz - playback_file: String - playback_size: Int - players: jsonb - round_ticks: jsonb - size: Int - tick_rate: Float - total_ticks: Int - workshop_id: String + league_season_id: uuid + league_team: league_teams_obj_rel_insert_input + league_team_id: uuid + registered_by: players_obj_rel_insert_input + registered_by_steam_id: bigint + requested_division: league_divisions_obj_rel_insert_input + requested_division_id: uuid + roster: league_team_rosters_arr_rel_insert_input + season: league_seasons_obj_rel_insert_input + seed: Int + status: e_league_registration_statuses_enum + tournament_team: tournament_teams_obj_rel_insert_input + tournament_team_id: uuid } """aggregate max on columns""" -type match_map_demos_max_fields { +type league_team_seasons_max_fields { + assigned_division_id: uuid + captain_steam_id: bigint created_at: timestamptz - cs2_build: String - - """ - A computed field, executes function "demo_download_url" - """ - download_url: String - duration_seconds: Float - file: String + decline_reason: String id: uuid - map_name: String - match_id: uuid - match_map_id: uuid - metadata_parsed_at: timestamptz - playback_file: String - playback_size: Int - - """ - A computed field, executes function "demo_playback_url" - """ - playback_url: String - size: Int - tick_rate: Float - total_ticks: Int - workshop_id: String + league_season_id: uuid + league_team_id: uuid + registered_by_steam_id: bigint + requested_division_id: uuid + seed: Int + tournament_team_id: uuid } """ -order by max() on columns of table "match_map_demos" +order by max() on columns of table "league_team_seasons" """ -input match_map_demos_max_order_by { +input league_team_seasons_max_order_by { + assigned_division_id: order_by + captain_steam_id: order_by created_at: order_by - cs2_build: order_by - duration_seconds: order_by - file: order_by + decline_reason: order_by id: order_by - map_name: order_by - match_id: order_by - match_map_id: order_by - metadata_parsed_at: order_by - playback_file: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by - workshop_id: order_by + league_season_id: order_by + league_team_id: order_by + registered_by_steam_id: order_by + requested_division_id: order_by + seed: order_by + tournament_team_id: order_by } """aggregate min on columns""" -type match_map_demos_min_fields { +type league_team_seasons_min_fields { + assigned_division_id: uuid + captain_steam_id: bigint created_at: timestamptz - cs2_build: String - - """ - A computed field, executes function "demo_download_url" - """ - download_url: String - duration_seconds: Float - file: String + decline_reason: String id: uuid - map_name: String - match_id: uuid - match_map_id: uuid - metadata_parsed_at: timestamptz - playback_file: String - playback_size: Int - - """ - A computed field, executes function "demo_playback_url" - """ - playback_url: String - size: Int - tick_rate: Float - total_ticks: Int - workshop_id: String + league_season_id: uuid + league_team_id: uuid + registered_by_steam_id: bigint + requested_division_id: uuid + seed: Int + tournament_team_id: uuid } """ -order by min() on columns of table "match_map_demos" +order by min() on columns of table "league_team_seasons" """ -input match_map_demos_min_order_by { +input league_team_seasons_min_order_by { + assigned_division_id: order_by + captain_steam_id: order_by created_at: order_by - cs2_build: order_by - duration_seconds: order_by - file: order_by + decline_reason: order_by id: order_by - map_name: order_by - match_id: order_by - match_map_id: order_by - metadata_parsed_at: order_by - playback_file: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by - workshop_id: order_by + league_season_id: order_by + league_team_id: order_by + registered_by_steam_id: order_by + requested_division_id: order_by + seed: order_by + tournament_team_id: order_by } """ -response of any mutation on the table "match_map_demos" +response of any mutation on the table "league_team_seasons" """ -type match_map_demos_mutation_response { +type league_team_seasons_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_map_demos!]! + returning: [league_team_seasons!]! } """ -input type for inserting object relation for remote table "match_map_demos" +input type for inserting object relation for remote table "league_team_seasons" """ -input match_map_demos_obj_rel_insert_input { - data: match_map_demos_insert_input! +input league_team_seasons_obj_rel_insert_input { + data: league_team_seasons_insert_input! """upsert condition""" - on_conflict: match_map_demos_on_conflict + on_conflict: league_team_seasons_on_conflict } """ -on_conflict condition type for table "match_map_demos" +on_conflict condition type for table "league_team_seasons" """ -input match_map_demos_on_conflict { - constraint: match_map_demos_constraint! - update_columns: [match_map_demos_update_column!]! = [] - where: match_map_demos_bool_exp +input league_team_seasons_on_conflict { + constraint: league_team_seasons_constraint! + update_columns: [league_team_seasons_update_column!]! = [] + where: league_team_seasons_bool_exp } -"""Ordering options when selecting data from "match_map_demos".""" -input match_map_demos_order_by { - bombs: order_by - clip_render_jobs_aggregate: clip_render_jobs_aggregate_order_by +"""Ordering options when selecting data from "league_team_seasons".""" +input league_team_seasons_order_by { + assigned_division: league_divisions_order_by + assigned_division_id: order_by + captain: players_order_by + captain_steam_id: order_by created_at: order_by - cs2_build: order_by - demo_sessions_aggregate: match_demo_sessions_aggregate_order_by - download_url: order_by - duration_seconds: order_by - file: order_by - geometry_validated: order_by + decline_reason: order_by + e_registration_status: e_league_registration_statuses_order_by id: order_by - kills: order_by - map_name: order_by - match: matches_order_by - match_clips_aggregate: match_clips_aggregate_order_by - match_id: order_by - match_map: match_maps_order_by - match_map_id: order_by - metadata_parsed_at: order_by - playback_file: order_by - playback_size: order_by - playback_url: order_by - players: order_by - round_ticks: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by - workshop_id: order_by + league_season_id: order_by + league_team: league_teams_order_by + league_team_id: order_by + registered_by: players_order_by + registered_by_steam_id: order_by + requested_division: league_divisions_order_by + requested_division_id: order_by + roster_aggregate: league_team_rosters_aggregate_order_by + season: league_seasons_order_by + seed: order_by + status: order_by + tournament_team: tournament_teams_order_by + tournament_team_id: order_by } -"""primary key columns input for table: match_map_demos""" -input match_map_demos_pk_columns_input { +"""primary key columns input for table: league_team_seasons""" +input league_team_seasons_pk_columns_input { id: uuid! } -"""prepend existing jsonb value of filtered columns with new jsonb value""" -input match_map_demos_prepend_input { - bombs: jsonb - kills: jsonb - players: jsonb - round_ticks: jsonb -} - """ -select columns of table "match_map_demos" +select columns of table "league_team_seasons" """ -enum match_map_demos_select_column { - """column name""" - bombs - - """column name""" - created_at - +enum league_team_seasons_select_column { """column name""" - cs2_build + assigned_division_id """column name""" - duration_seconds + captain_steam_id """column name""" - file + created_at """column name""" - geometry_validated + decline_reason """column name""" id """column name""" - kills - - """column name""" - map_name - - """column name""" - match_id + league_season_id """column name""" - match_map_id + league_team_id """column name""" - metadata_parsed_at + registered_by_steam_id """column name""" - playback_file + requested_division_id """column name""" - playback_size + seed """column name""" - players + status """column name""" - round_ticks + tournament_team_id +} - """column name""" - size +""" +input type for updating data in table "league_team_seasons" +""" +input league_team_seasons_set_input { + assigned_division_id: uuid + captain_steam_id: bigint + created_at: timestamptz + decline_reason: String + id: uuid + league_season_id: uuid + league_team_id: uuid + registered_by_steam_id: bigint + requested_division_id: uuid + seed: Int + status: e_league_registration_statuses_enum + tournament_team_id: uuid +} - """column name""" - tick_rate +"""aggregate stddev on columns""" +type league_team_seasons_stddev_fields { + captain_steam_id: Float + registered_by_steam_id: Float + seed: Float +} - """column name""" - total_ticks +""" +order by stddev() on columns of table "league_team_seasons" +""" +input league_team_seasons_stddev_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by +} - """column name""" - workshop_id +"""aggregate stddev_pop on columns""" +type league_team_seasons_stddev_pop_fields { + captain_steam_id: Float + registered_by_steam_id: Float + seed: Float } """ -select "match_map_demos_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_map_demos" +order by stddev_pop() on columns of table "league_team_seasons" """ -enum match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - geometry_validated +input league_team_seasons_stddev_pop_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by +} + +"""aggregate stddev_samp on columns""" +type league_team_seasons_stddev_samp_fields { + captain_steam_id: Float + registered_by_steam_id: Float + seed: Float } """ -select "match_map_demos_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_map_demos" +order by stddev_samp() on columns of table "league_team_seasons" """ -enum match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - geometry_validated +input league_team_seasons_stddev_samp_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by } """ -input type for updating data in table "match_map_demos" +Streaming cursor of the table "league_team_seasons" """ -input match_map_demos_set_input { - bombs: jsonb +input league_team_seasons_stream_cursor_input { + """Stream column input with initial value""" + initial_value: league_team_seasons_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input league_team_seasons_stream_cursor_value_input { + assigned_division_id: uuid + captain_steam_id: bigint created_at: timestamptz - cs2_build: String - file: String - geometry_validated: Boolean + decline_reason: String id: uuid - kills: jsonb - map_name: String - match_id: uuid - match_map_id: uuid - metadata_parsed_at: timestamptz - playback_file: String - playback_size: Int - players: jsonb - round_ticks: jsonb - size: Int - tick_rate: Float - total_ticks: Int - workshop_id: String -} - -"""aggregate stddev on columns""" -type match_map_demos_stddev_fields { - duration_seconds: Float - playback_size: Float - size: Float - tick_rate: Float - total_ticks: Float -} - -""" -order by stddev() on columns of table "match_map_demos" -""" -input match_map_demos_stddev_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by -} - -"""aggregate stddev_pop on columns""" -type match_map_demos_stddev_pop_fields { - duration_seconds: Float - playback_size: Float - size: Float - tick_rate: Float - total_ticks: Float -} - -""" -order by stddev_pop() on columns of table "match_map_demos" -""" -input match_map_demos_stddev_pop_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by -} - -"""aggregate stddev_samp on columns""" -type match_map_demos_stddev_samp_fields { - duration_seconds: Float - playback_size: Float - size: Float - tick_rate: Float - total_ticks: Float -} - -""" -order by stddev_samp() on columns of table "match_map_demos" -""" -input match_map_demos_stddev_samp_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by -} - -""" -Streaming cursor of the table "match_map_demos" -""" -input match_map_demos_stream_cursor_input { - """Stream column input with initial value""" - initial_value: match_map_demos_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering -} - -"""Initial value of the column from where the streaming should start""" -input match_map_demos_stream_cursor_value_input { - bombs: jsonb - created_at: timestamptz - cs2_build: String - duration_seconds: Float - file: String - geometry_validated: Boolean - id: uuid - kills: jsonb - map_name: String - match_id: uuid - match_map_id: uuid - metadata_parsed_at: timestamptz - playback_file: String - playback_size: Int - players: jsonb - round_ticks: jsonb - size: Int - tick_rate: Float - total_ticks: Int - workshop_id: String + league_season_id: uuid + league_team_id: uuid + registered_by_steam_id: bigint + requested_division_id: uuid + seed: Int + status: e_league_registration_statuses_enum + tournament_team_id: uuid } """aggregate sum on columns""" -type match_map_demos_sum_fields { - duration_seconds: Float - playback_size: Int - size: Int - tick_rate: Float - total_ticks: Int +type league_team_seasons_sum_fields { + captain_steam_id: bigint + registered_by_steam_id: bigint + seed: Int } """ -order by sum() on columns of table "match_map_demos" +order by sum() on columns of table "league_team_seasons" """ -input match_map_demos_sum_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by +input league_team_seasons_sum_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by } """ -update columns of table "match_map_demos" +update columns of table "league_team_seasons" """ -enum match_map_demos_update_column { - """column name""" - bombs - +enum league_team_seasons_update_column { """column name""" - created_at + assigned_division_id """column name""" - cs2_build + captain_steam_id """column name""" - file + created_at """column name""" - geometry_validated + decline_reason """column name""" id """column name""" - kills - - """column name""" - map_name - - """column name""" - match_id - - """column name""" - match_map_id - - """column name""" - metadata_parsed_at - - """column name""" - playback_file - - """column name""" - playback_size + league_season_id """column name""" - players + league_team_id """column name""" - round_ticks + registered_by_steam_id """column name""" - size + requested_division_id """column name""" - tick_rate + seed """column name""" - total_ticks + status """column name""" - workshop_id + tournament_team_id } -input match_map_demos_updates { - """append existing jsonb value of filtered columns with new jsonb value""" - _append: match_map_demos_append_input - - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: match_map_demos_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: match_map_demos_delete_elem_input - - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: match_map_demos_delete_key_input - +input league_team_seasons_updates { """increments the numeric columns with given value of the filtered values""" - _inc: match_map_demos_inc_input - - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: match_map_demos_prepend_input + _inc: league_team_seasons_inc_input """sets the columns of the filtered rows to the given values""" - _set: match_map_demos_set_input + _set: league_team_seasons_set_input """filter the rows which have to be updated""" - where: match_map_demos_bool_exp! + where: league_team_seasons_bool_exp! } """aggregate var_pop on columns""" -type match_map_demos_var_pop_fields { - duration_seconds: Float - playback_size: Float - size: Float - tick_rate: Float - total_ticks: Float +type league_team_seasons_var_pop_fields { + captain_steam_id: Float + registered_by_steam_id: Float + seed: Float } """ -order by var_pop() on columns of table "match_map_demos" +order by var_pop() on columns of table "league_team_seasons" """ -input match_map_demos_var_pop_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by +input league_team_seasons_var_pop_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by } """aggregate var_samp on columns""" -type match_map_demos_var_samp_fields { - duration_seconds: Float - playback_size: Float - size: Float - tick_rate: Float - total_ticks: Float +type league_team_seasons_var_samp_fields { + captain_steam_id: Float + registered_by_steam_id: Float + seed: Float } """ -order by var_samp() on columns of table "match_map_demos" +order by var_samp() on columns of table "league_team_seasons" """ -input match_map_demos_var_samp_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by +input league_team_seasons_var_samp_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by } """aggregate variance on columns""" -type match_map_demos_variance_fields { - duration_seconds: Float - playback_size: Float - size: Float - tick_rate: Float - total_ticks: Float +type league_team_seasons_variance_fields { + captain_steam_id: Float + registered_by_steam_id: Float + seed: Float } """ -order by variance() on columns of table "match_map_demos" +order by variance() on columns of table "league_team_seasons" """ -input match_map_demos_variance_order_by { - duration_seconds: order_by - playback_size: order_by - size: order_by - tick_rate: order_by - total_ticks: order_by +input league_team_seasons_variance_order_by { + captain_steam_id: order_by + registered_by_steam_id: order_by + seed: order_by } """ -columns and relationships of "match_map_rounds" +columns and relationships of "league_teams" """ -type match_map_rounds { +type league_teams { + created_at: timestamptz! + id: uuid! + """An array relationship""" - assists( + movements( """distinct select on columns""" - distinct_on: [player_assists_select_column!] + distinct_on: [league_team_movements_select_column!] """limit the number of rows returned""" limit: Int @@ -18652,16 +19531,16 @@ type match_map_rounds { offset: Int """sort the rows by one or more columns""" - order_by: [player_assists_order_by!] + order_by: [league_team_movements_order_by!] """filter the rows returned""" - where: player_assists_bool_exp - ): [player_assists!]! + where: league_team_movements_bool_exp + ): [league_team_movements!]! """An aggregate relationship""" - assists_aggregate( + movements_aggregate( """distinct select on columns""" - distinct_on: [player_assists_select_column!] + distinct_on: [league_team_movements_select_column!] """limit the number of rows returned""" limit: Int @@ -18670,25 +19549,20 @@ type match_map_rounds { offset: Int """sort the rows by one or more columns""" - order_by: [player_assists_order_by!] + order_by: [league_team_movements_order_by!] """filter the rows returned""" - where: player_assists_bool_exp - ): player_assists_aggregate! - backup_file: String - created_at: timestamptz! - deleted_at: timestamptz + where: league_team_movements_bool_exp + ): league_team_movements_aggregate! - """ - A computed field, executes function "has_backup_file" - """ - has_backup_file: Boolean - id: uuid! + """An object relationship""" + team: teams! + team_id: uuid! """An array relationship""" - kills( + team_seasons( """distinct select on columns""" - distinct_on: [player_kills_select_column!] + distinct_on: [league_team_seasons_select_column!] """limit the number of rows returned""" limit: Int @@ -18697,16 +19571,16 @@ type match_map_rounds { offset: Int """sort the rows by one or more columns""" - order_by: [player_kills_order_by!] + order_by: [league_team_seasons_order_by!] """filter the rows returned""" - where: player_kills_bool_exp - ): [player_kills!]! + where: league_team_seasons_bool_exp + ): [league_team_seasons!]! """An aggregate relationship""" - kills_aggregate( + team_seasons_aggregate( """distinct select on columns""" - distinct_on: [player_kills_select_column!] + distinct_on: [league_team_seasons_select_column!] """limit the number of rows returned""" limit: Int @@ -18715,1005 +19589,851 @@ type match_map_rounds { offset: Int """sort the rows by one or more columns""" - order_by: [player_kills_order_by!] + order_by: [league_team_seasons_order_by!] """filter the rows returned""" - where: player_kills_bool_exp - ): player_kills_aggregate! - lineup_1_money: Int! - lineup_1_score: Int! - lineup_1_side: e_sides_enum! - lineup_1_timeouts_available: Int! - lineup_2_money: Int! - lineup_2_score: Int! - lineup_2_side: e_sides_enum! - lineup_2_timeouts_available: Int! - - """An object relationship""" - match_map: match_maps! - match_map_id: uuid! - round: Int! - time: timestamptz! - winning_reason: e_winning_reasons_enum - winning_side: String! + where: league_team_seasons_bool_exp + ): league_team_seasons_aggregate! } """ -aggregated selection of "match_map_rounds" +aggregated selection of "league_teams" """ -type match_map_rounds_aggregate { - aggregate: match_map_rounds_aggregate_fields - nodes: [match_map_rounds!]! +type league_teams_aggregate { + aggregate: league_teams_aggregate_fields + nodes: [league_teams!]! } -input match_map_rounds_aggregate_bool_exp { - count: match_map_rounds_aggregate_bool_exp_count -} - -input match_map_rounds_aggregate_bool_exp_count { - arguments: [match_map_rounds_select_column!] - distinct: Boolean - filter: match_map_rounds_bool_exp - predicate: Int_comparison_exp! +""" +aggregate fields of "league_teams" +""" +type league_teams_aggregate_fields { + count(columns: [league_teams_select_column!], distinct: Boolean): Int! + max: league_teams_max_fields + min: league_teams_min_fields } """ -aggregate fields of "match_map_rounds" +Boolean expression to filter rows from the table "league_teams". All fields are combined with a logical 'AND'. """ -type match_map_rounds_aggregate_fields { - avg: match_map_rounds_avg_fields - count(columns: [match_map_rounds_select_column!], distinct: Boolean): Int! - max: match_map_rounds_max_fields - min: match_map_rounds_min_fields - stddev: match_map_rounds_stddev_fields - stddev_pop: match_map_rounds_stddev_pop_fields - stddev_samp: match_map_rounds_stddev_samp_fields - sum: match_map_rounds_sum_fields - var_pop: match_map_rounds_var_pop_fields - var_samp: match_map_rounds_var_samp_fields - variance: match_map_rounds_variance_fields +input league_teams_bool_exp { + _and: [league_teams_bool_exp!] + _not: league_teams_bool_exp + _or: [league_teams_bool_exp!] + created_at: timestamptz_comparison_exp + id: uuid_comparison_exp + movements: league_team_movements_bool_exp + movements_aggregate: league_team_movements_aggregate_bool_exp + team: teams_bool_exp + team_id: uuid_comparison_exp + team_seasons: league_team_seasons_bool_exp + team_seasons_aggregate: league_team_seasons_aggregate_bool_exp } """ -order by aggregate values of table "match_map_rounds" +unique or primary key constraints on table "league_teams" """ -input match_map_rounds_aggregate_order_by { - avg: match_map_rounds_avg_order_by - count: order_by - max: match_map_rounds_max_order_by - min: match_map_rounds_min_order_by - stddev: match_map_rounds_stddev_order_by - stddev_pop: match_map_rounds_stddev_pop_order_by - stddev_samp: match_map_rounds_stddev_samp_order_by - sum: match_map_rounds_sum_order_by - var_pop: match_map_rounds_var_pop_order_by - var_samp: match_map_rounds_var_samp_order_by - variance: match_map_rounds_variance_order_by +enum league_teams_constraint { + """ + unique or primary key constraint on columns "id" + """ + league_teams_pkey + + """ + unique or primary key constraint on columns "team_id" + """ + league_teams_team_id_key } """ -input type for inserting array relation for remote table "match_map_rounds" +input type for inserting data into table "league_teams" """ -input match_map_rounds_arr_rel_insert_input { - data: [match_map_rounds_insert_input!]! +input league_teams_insert_input { + created_at: timestamptz + id: uuid + movements: league_team_movements_arr_rel_insert_input + team: teams_obj_rel_insert_input + team_id: uuid + team_seasons: league_team_seasons_arr_rel_insert_input +} - """upsert condition""" - on_conflict: match_map_rounds_on_conflict +"""aggregate max on columns""" +type league_teams_max_fields { + created_at: timestamptz + id: uuid + team_id: uuid } -"""aggregate avg on columns""" -type match_map_rounds_avg_fields { - lineup_1_money: Float - lineup_1_score: Float - lineup_1_timeouts_available: Float - lineup_2_money: Float - lineup_2_score: Float - lineup_2_timeouts_available: Float - round: Float +"""aggregate min on columns""" +type league_teams_min_fields { + created_at: timestamptz + id: uuid + team_id: uuid } """ -order by avg() on columns of table "match_map_rounds" +response of any mutation on the table "league_teams" """ -input match_map_rounds_avg_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by +type league_teams_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [league_teams!]! } """ -Boolean expression to filter rows from the table "match_map_rounds". All fields are combined with a logical 'AND'. +input type for inserting object relation for remote table "league_teams" """ -input match_map_rounds_bool_exp { - _and: [match_map_rounds_bool_exp!] - _not: match_map_rounds_bool_exp - _or: [match_map_rounds_bool_exp!] - assists: player_assists_bool_exp - assists_aggregate: player_assists_aggregate_bool_exp - backup_file: String_comparison_exp - created_at: timestamptz_comparison_exp - deleted_at: timestamptz_comparison_exp - has_backup_file: Boolean_comparison_exp - id: uuid_comparison_exp - kills: player_kills_bool_exp - kills_aggregate: player_kills_aggregate_bool_exp - lineup_1_money: Int_comparison_exp - lineup_1_score: Int_comparison_exp - lineup_1_side: e_sides_enum_comparison_exp - lineup_1_timeouts_available: Int_comparison_exp - lineup_2_money: Int_comparison_exp - lineup_2_score: Int_comparison_exp - lineup_2_side: e_sides_enum_comparison_exp - lineup_2_timeouts_available: Int_comparison_exp - match_map: match_maps_bool_exp - match_map_id: uuid_comparison_exp - round: Int_comparison_exp - time: timestamptz_comparison_exp - winning_reason: e_winning_reasons_enum_comparison_exp - winning_side: String_comparison_exp +input league_teams_obj_rel_insert_input { + data: league_teams_insert_input! + + """upsert condition""" + on_conflict: league_teams_on_conflict } """ -unique or primary key constraints on table "match_map_rounds" +on_conflict condition type for table "league_teams" """ -enum match_map_rounds_constraint { - """ - unique or primary key constraint on columns "id" - """ - match_rounds__id_key +input league_teams_on_conflict { + constraint: league_teams_constraint! + update_columns: [league_teams_update_column!]! = [] + where: league_teams_bool_exp +} - """ - unique or primary key constraint on columns "match_map_id", "round" - """ - match_rounds_match_id_round_key +"""Ordering options when selecting data from "league_teams".""" +input league_teams_order_by { + created_at: order_by + id: order_by + movements_aggregate: league_team_movements_aggregate_order_by + team: teams_order_by + team_id: order_by + team_seasons_aggregate: league_team_seasons_aggregate_order_by +} - """ - unique or primary key constraint on columns "id" - """ - match_rounds_pkey +"""primary key columns input for table: league_teams""" +input league_teams_pk_columns_input { + id: uuid! } """ -input type for incrementing numeric columns in table "match_map_rounds" +select columns of table "league_teams" """ -input match_map_rounds_inc_input { - lineup_1_money: Int - lineup_1_score: Int - lineup_1_timeouts_available: Int - lineup_2_money: Int - lineup_2_score: Int - lineup_2_timeouts_available: Int - round: Int +enum league_teams_select_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + team_id } """ -input type for inserting data into table "match_map_rounds" +input type for updating data in table "league_teams" """ -input match_map_rounds_insert_input { - assists: player_assists_arr_rel_insert_input - backup_file: String +input league_teams_set_input { created_at: timestamptz - deleted_at: timestamptz id: uuid - kills: player_kills_arr_rel_insert_input - lineup_1_money: Int - lineup_1_score: Int - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Int - lineup_2_money: Int - lineup_2_score: Int - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Int - match_map: match_maps_obj_rel_insert_input - match_map_id: uuid - round: Int - time: timestamptz - winning_reason: e_winning_reasons_enum - winning_side: String + team_id: uuid } -"""aggregate max on columns""" -type match_map_rounds_max_fields { - backup_file: String +""" +Streaming cursor of the table "league_teams" +""" +input league_teams_stream_cursor_input { + """Stream column input with initial value""" + initial_value: league_teams_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input league_teams_stream_cursor_value_input { created_at: timestamptz - deleted_at: timestamptz id: uuid - lineup_1_money: Int - lineup_1_score: Int - lineup_1_timeouts_available: Int - lineup_2_money: Int - lineup_2_score: Int - lineup_2_timeouts_available: Int - match_map_id: uuid - round: Int - time: timestamptz - winning_side: String + team_id: uuid } """ -order by max() on columns of table "match_map_rounds" +update columns of table "league_teams" """ -input match_map_rounds_max_order_by { - backup_file: order_by - created_at: order_by - deleted_at: order_by - id: order_by - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - match_map_id: order_by - round: order_by - time: order_by - winning_side: order_by -} +enum league_teams_update_column { + """column name""" + created_at -"""aggregate min on columns""" -type match_map_rounds_min_fields { - backup_file: String - created_at: timestamptz - deleted_at: timestamptz - id: uuid - lineup_1_money: Int - lineup_1_score: Int - lineup_1_timeouts_available: Int - lineup_2_money: Int - lineup_2_score: Int - lineup_2_timeouts_available: Int - match_map_id: uuid - round: Int - time: timestamptz - winning_side: String -} + """column name""" + id -""" -order by min() on columns of table "match_map_rounds" -""" -input match_map_rounds_min_order_by { - backup_file: order_by - created_at: order_by - deleted_at: order_by - id: order_by - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - match_map_id: order_by - round: order_by - time: order_by - winning_side: order_by + """column name""" + team_id } -""" -response of any mutation on the table "match_map_rounds" -""" -type match_map_rounds_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! +input league_teams_updates { + """sets the columns of the filtered rows to the given values""" + _set: league_teams_set_input - """data from the rows affected by the mutation""" - returning: [match_map_rounds!]! + """filter the rows which have to be updated""" + where: league_teams_bool_exp! } """ -on_conflict condition type for table "match_map_rounds" +columns and relationships of "lobbies" """ -input match_map_rounds_on_conflict { - constraint: match_map_rounds_constraint! - update_columns: [match_map_rounds_update_column!]! = [] - where: match_map_rounds_bool_exp -} - -"""Ordering options when selecting data from "match_map_rounds".""" -input match_map_rounds_order_by { - assists_aggregate: player_assists_aggregate_order_by - backup_file: order_by - created_at: order_by - deleted_at: order_by - has_backup_file: order_by - id: order_by - kills_aggregate: player_kills_aggregate_order_by - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_side: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_side: order_by - lineup_2_timeouts_available: order_by - match_map: match_maps_order_by - match_map_id: order_by - round: order_by - time: order_by - winning_reason: order_by - winning_side: order_by -} +type lobbies { + access: e_lobby_access_enum! + created_at: timestamptz! -"""primary key columns input for table: match_map_rounds""" -input match_map_rounds_pk_columns_input { + """An object relationship""" + e_lobby_access: e_lobby_access! id: uuid! -} - -""" -select columns of table "match_map_rounds" -""" -enum match_map_rounds_select_column { - """column name""" - backup_file - - """column name""" - created_at - - """column name""" - deleted_at - - """column name""" - id - - """column name""" - lineup_1_money - """column name""" - lineup_1_score - - """column name""" - lineup_1_side - - """column name""" - lineup_1_timeouts_available + """An array relationship""" + players( + """distinct select on columns""" + distinct_on: [lobby_players_select_column!] - """column name""" - lineup_2_money + """limit the number of rows returned""" + limit: Int - """column name""" - lineup_2_score + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - lineup_2_side + """sort the rows by one or more columns""" + order_by: [lobby_players_order_by!] - """column name""" - lineup_2_timeouts_available + """filter the rows returned""" + where: lobby_players_bool_exp + ): [lobby_players!]! - """column name""" - match_map_id + """An aggregate relationship""" + players_aggregate( + """distinct select on columns""" + distinct_on: [lobby_players_select_column!] - """column name""" - round + """limit the number of rows returned""" + limit: Int - """column name""" - time + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - winning_reason + """sort the rows by one or more columns""" + order_by: [lobby_players_order_by!] - """column name""" - winning_side + """filter the rows returned""" + where: lobby_players_bool_exp + ): lobby_players_aggregate! } """ -input type for updating data in table "match_map_rounds" +aggregated selection of "lobbies" """ -input match_map_rounds_set_input { - backup_file: String - created_at: timestamptz - deleted_at: timestamptz - id: uuid - lineup_1_money: Int - lineup_1_score: Int - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Int - lineup_2_money: Int - lineup_2_score: Int - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Int - match_map_id: uuid - round: Int - time: timestamptz - winning_reason: e_winning_reasons_enum - winning_side: String -} - -"""aggregate stddev on columns""" -type match_map_rounds_stddev_fields { - lineup_1_money: Float - lineup_1_score: Float - lineup_1_timeouts_available: Float - lineup_2_money: Float - lineup_2_score: Float - lineup_2_timeouts_available: Float - round: Float +type lobbies_aggregate { + aggregate: lobbies_aggregate_fields + nodes: [lobbies!]! } """ -order by stddev() on columns of table "match_map_rounds" +aggregate fields of "lobbies" """ -input match_map_rounds_stddev_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by -} - -"""aggregate stddev_pop on columns""" -type match_map_rounds_stddev_pop_fields { - lineup_1_money: Float - lineup_1_score: Float - lineup_1_timeouts_available: Float - lineup_2_money: Float - lineup_2_score: Float - lineup_2_timeouts_available: Float - round: Float +type lobbies_aggregate_fields { + count(columns: [lobbies_select_column!], distinct: Boolean): Int! + max: lobbies_max_fields + min: lobbies_min_fields } """ -order by stddev_pop() on columns of table "match_map_rounds" +Boolean expression to filter rows from the table "lobbies". All fields are combined with a logical 'AND'. """ -input match_map_rounds_stddev_pop_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by -} - -"""aggregate stddev_samp on columns""" -type match_map_rounds_stddev_samp_fields { - lineup_1_money: Float - lineup_1_score: Float - lineup_1_timeouts_available: Float - lineup_2_money: Float - lineup_2_score: Float - lineup_2_timeouts_available: Float - round: Float +input lobbies_bool_exp { + _and: [lobbies_bool_exp!] + _not: lobbies_bool_exp + _or: [lobbies_bool_exp!] + access: e_lobby_access_enum_comparison_exp + created_at: timestamptz_comparison_exp + e_lobby_access: e_lobby_access_bool_exp + id: uuid_comparison_exp + players: lobby_players_bool_exp + players_aggregate: lobby_players_aggregate_bool_exp } """ -order by stddev_samp() on columns of table "match_map_rounds" +unique or primary key constraints on table "lobbies" """ -input match_map_rounds_stddev_samp_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by +enum lobbies_constraint { + """ + unique or primary key constraint on columns "id" + """ + lobbies_pkey } """ -Streaming cursor of the table "match_map_rounds" +input type for inserting data into table "lobbies" """ -input match_map_rounds_stream_cursor_input { - """Stream column input with initial value""" - initial_value: match_map_rounds_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering +input lobbies_insert_input { + access: e_lobby_access_enum + created_at: timestamptz + e_lobby_access: e_lobby_access_obj_rel_insert_input + id: uuid + players: lobby_players_arr_rel_insert_input } -"""Initial value of the column from where the streaming should start""" -input match_map_rounds_stream_cursor_value_input { - backup_file: String +"""aggregate max on columns""" +type lobbies_max_fields { created_at: timestamptz - deleted_at: timestamptz id: uuid - lineup_1_money: Int - lineup_1_score: Int - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Int - lineup_2_money: Int - lineup_2_score: Int - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Int - match_map_id: uuid - round: Int - time: timestamptz - winning_reason: e_winning_reasons_enum - winning_side: String } -"""aggregate sum on columns""" -type match_map_rounds_sum_fields { - lineup_1_money: Int - lineup_1_score: Int - lineup_1_timeouts_available: Int - lineup_2_money: Int - lineup_2_score: Int - lineup_2_timeouts_available: Int - round: Int +"""aggregate min on columns""" +type lobbies_min_fields { + created_at: timestamptz + id: uuid } """ -order by sum() on columns of table "match_map_rounds" +response of any mutation on the table "lobbies" """ -input match_map_rounds_sum_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by +type lobbies_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [lobbies!]! } """ -update columns of table "match_map_rounds" +input type for inserting object relation for remote table "lobbies" """ -enum match_map_rounds_update_column { - """column name""" - backup_file - - """column name""" - created_at - - """column name""" - deleted_at +input lobbies_obj_rel_insert_input { + data: lobbies_insert_input! - """column name""" - id + """upsert condition""" + on_conflict: lobbies_on_conflict +} - """column name""" - lineup_1_money +""" +on_conflict condition type for table "lobbies" +""" +input lobbies_on_conflict { + constraint: lobbies_constraint! + update_columns: [lobbies_update_column!]! = [] + where: lobbies_bool_exp +} - """column name""" - lineup_1_score +"""Ordering options when selecting data from "lobbies".""" +input lobbies_order_by { + access: order_by + created_at: order_by + e_lobby_access: e_lobby_access_order_by + id: order_by + players_aggregate: lobby_players_aggregate_order_by +} - """column name""" - lineup_1_side +"""primary key columns input for table: lobbies""" +input lobbies_pk_columns_input { + id: uuid! +} +""" +select columns of table "lobbies" +""" +enum lobbies_select_column { """column name""" - lineup_1_timeouts_available + access """column name""" - lineup_2_money + created_at """column name""" - lineup_2_score + id +} - """column name""" - lineup_2_side +""" +input type for updating data in table "lobbies" +""" +input lobbies_set_input { + access: e_lobby_access_enum + created_at: timestamptz + id: uuid +} - """column name""" - lineup_2_timeouts_available +""" +Streaming cursor of the table "lobbies" +""" +input lobbies_stream_cursor_input { + """Stream column input with initial value""" + initial_value: lobbies_stream_cursor_value_input! - """column name""" - match_map_id + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - round +"""Initial value of the column from where the streaming should start""" +input lobbies_stream_cursor_value_input { + access: e_lobby_access_enum + created_at: timestamptz + id: uuid +} +""" +update columns of table "lobbies" +""" +enum lobbies_update_column { """column name""" - time + access """column name""" - winning_reason + created_at """column name""" - winning_side + id } -input match_map_rounds_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: match_map_rounds_inc_input - +input lobbies_updates { """sets the columns of the filtered rows to the given values""" - _set: match_map_rounds_set_input + _set: lobbies_set_input """filter the rows which have to be updated""" - where: match_map_rounds_bool_exp! -} - -"""aggregate var_pop on columns""" -type match_map_rounds_var_pop_fields { - lineup_1_money: Float - lineup_1_score: Float - lineup_1_timeouts_available: Float - lineup_2_money: Float - lineup_2_score: Float - lineup_2_timeouts_available: Float - round: Float + where: lobbies_bool_exp! } """ -order by var_pop() on columns of table "match_map_rounds" +columns and relationships of "lobby_players" """ -input match_map_rounds_var_pop_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by -} +type lobby_players { + captain: Boolean! + invited_by_steam_id: bigint -"""aggregate var_samp on columns""" -type match_map_rounds_var_samp_fields { - lineup_1_money: Float - lineup_1_score: Float - lineup_1_timeouts_available: Float - lineup_2_money: Float - lineup_2_score: Float - lineup_2_timeouts_available: Float - round: Float + """An object relationship""" + lobby: lobbies! + lobby_id: uuid! + + """An object relationship""" + player: players! + status: e_lobby_player_status_enum! + steam_id: bigint! } """ -order by var_samp() on columns of table "match_map_rounds" +aggregated selection of "lobby_players" """ -input match_map_rounds_var_samp_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by +type lobby_players_aggregate { + aggregate: lobby_players_aggregate_fields + nodes: [lobby_players!]! } -"""aggregate variance on columns""" -type match_map_rounds_variance_fields { - lineup_1_money: Float - lineup_1_score: Float - lineup_1_timeouts_available: Float - lineup_2_money: Float - lineup_2_score: Float - lineup_2_timeouts_available: Float - round: Float +input lobby_players_aggregate_bool_exp { + bool_and: lobby_players_aggregate_bool_exp_bool_and + bool_or: lobby_players_aggregate_bool_exp_bool_or + count: lobby_players_aggregate_bool_exp_count } -""" -order by variance() on columns of table "match_map_rounds" -""" -input match_map_rounds_variance_order_by { - lineup_1_money: order_by - lineup_1_score: order_by - lineup_1_timeouts_available: order_by - lineup_2_money: order_by - lineup_2_score: order_by - lineup_2_timeouts_available: order_by - round: order_by -} - -""" -columns and relationships of "match_map_veto_picks" -""" -type match_map_veto_picks { - created_at: timestamptz! - id: uuid! - - """An object relationship""" - map: maps! - map_id: uuid! - - """An object relationship""" - match: matches! - match_id: uuid! - - """An object relationship""" - match_lineup: match_lineups! - match_lineup_id: uuid! - side: String - type: e_veto_pick_types_enum! -} - -""" -aggregated selection of "match_map_veto_picks" -""" -type match_map_veto_picks_aggregate { - aggregate: match_map_veto_picks_aggregate_fields - nodes: [match_map_veto_picks!]! +input lobby_players_aggregate_bool_exp_bool_and { + arguments: lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: lobby_players_bool_exp + predicate: Boolean_comparison_exp! } -input match_map_veto_picks_aggregate_bool_exp { - count: match_map_veto_picks_aggregate_bool_exp_count +input lobby_players_aggregate_bool_exp_bool_or { + arguments: lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: lobby_players_bool_exp + predicate: Boolean_comparison_exp! } -input match_map_veto_picks_aggregate_bool_exp_count { - arguments: [match_map_veto_picks_select_column!] +input lobby_players_aggregate_bool_exp_count { + arguments: [lobby_players_select_column!] distinct: Boolean - filter: match_map_veto_picks_bool_exp + filter: lobby_players_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_map_veto_picks" +aggregate fields of "lobby_players" """ -type match_map_veto_picks_aggregate_fields { - count(columns: [match_map_veto_picks_select_column!], distinct: Boolean): Int! - max: match_map_veto_picks_max_fields - min: match_map_veto_picks_min_fields +type lobby_players_aggregate_fields { + avg: lobby_players_avg_fields + count(columns: [lobby_players_select_column!], distinct: Boolean): Int! + max: lobby_players_max_fields + min: lobby_players_min_fields + stddev: lobby_players_stddev_fields + stddev_pop: lobby_players_stddev_pop_fields + stddev_samp: lobby_players_stddev_samp_fields + sum: lobby_players_sum_fields + var_pop: lobby_players_var_pop_fields + var_samp: lobby_players_var_samp_fields + variance: lobby_players_variance_fields } """ -order by aggregate values of table "match_map_veto_picks" +order by aggregate values of table "lobby_players" """ -input match_map_veto_picks_aggregate_order_by { +input lobby_players_aggregate_order_by { + avg: lobby_players_avg_order_by count: order_by - max: match_map_veto_picks_max_order_by - min: match_map_veto_picks_min_order_by + max: lobby_players_max_order_by + min: lobby_players_min_order_by + stddev: lobby_players_stddev_order_by + stddev_pop: lobby_players_stddev_pop_order_by + stddev_samp: lobby_players_stddev_samp_order_by + sum: lobby_players_sum_order_by + var_pop: lobby_players_var_pop_order_by + var_samp: lobby_players_var_samp_order_by + variance: lobby_players_variance_order_by } """ -input type for inserting array relation for remote table "match_map_veto_picks" +input type for inserting array relation for remote table "lobby_players" """ -input match_map_veto_picks_arr_rel_insert_input { - data: [match_map_veto_picks_insert_input!]! +input lobby_players_arr_rel_insert_input { + data: [lobby_players_insert_input!]! """upsert condition""" - on_conflict: match_map_veto_picks_on_conflict + on_conflict: lobby_players_on_conflict +} + +"""aggregate avg on columns""" +type lobby_players_avg_fields { + invited_by_steam_id: Float + steam_id: Float } """ -Boolean expression to filter rows from the table "match_map_veto_picks". All fields are combined with a logical 'AND'. +order by avg() on columns of table "lobby_players" """ -input match_map_veto_picks_bool_exp { - _and: [match_map_veto_picks_bool_exp!] - _not: match_map_veto_picks_bool_exp - _or: [match_map_veto_picks_bool_exp!] - created_at: timestamptz_comparison_exp - id: uuid_comparison_exp - map: maps_bool_exp - map_id: uuid_comparison_exp - match: matches_bool_exp - match_id: uuid_comparison_exp - match_lineup: match_lineups_bool_exp - match_lineup_id: uuid_comparison_exp - side: String_comparison_exp - type: e_veto_pick_types_enum_comparison_exp +input lobby_players_avg_order_by { + invited_by_steam_id: order_by + steam_id: order_by } """ -unique or primary key constraints on table "match_map_veto_picks" +Boolean expression to filter rows from the table "lobby_players". All fields are combined with a logical 'AND'. """ -enum match_map_veto_picks_constraint { - """ - unique or primary key constraint on columns "type", "match_id", "map_id" - """ - match_map_veto_picks_map_id_match_id_type_key +input lobby_players_bool_exp { + _and: [lobby_players_bool_exp!] + _not: lobby_players_bool_exp + _or: [lobby_players_bool_exp!] + captain: Boolean_comparison_exp + invited_by_steam_id: bigint_comparison_exp + lobby: lobbies_bool_exp + lobby_id: uuid_comparison_exp + player: players_bool_exp + status: e_lobby_player_status_enum_comparison_exp + steam_id: bigint_comparison_exp +} +""" +unique or primary key constraints on table "lobby_players" +""" +enum lobby_players_constraint { """ - unique or primary key constraint on columns "id" + unique or primary key constraint on columns "lobby_id", "steam_id" """ - match_map_veto_picks_pkey + lobby_players_pkey } """ -input type for inserting data into table "match_map_veto_picks" +input type for incrementing numeric columns in table "lobby_players" """ -input match_map_veto_picks_insert_input { - created_at: timestamptz - id: uuid - map: maps_obj_rel_insert_input - map_id: uuid - match: matches_obj_rel_insert_input - match_id: uuid - match_lineup: match_lineups_obj_rel_insert_input - match_lineup_id: uuid - side: String - type: e_veto_pick_types_enum +input lobby_players_inc_input { + invited_by_steam_id: bigint + steam_id: bigint +} + +""" +input type for inserting data into table "lobby_players" +""" +input lobby_players_insert_input { + captain: Boolean + invited_by_steam_id: bigint + lobby: lobbies_obj_rel_insert_input + lobby_id: uuid + player: players_obj_rel_insert_input + status: e_lobby_player_status_enum + steam_id: bigint } """aggregate max on columns""" -type match_map_veto_picks_max_fields { - created_at: timestamptz - id: uuid - map_id: uuid - match_id: uuid - match_lineup_id: uuid - side: String +type lobby_players_max_fields { + invited_by_steam_id: bigint + lobby_id: uuid + steam_id: bigint } """ -order by max() on columns of table "match_map_veto_picks" +order by max() on columns of table "lobby_players" """ -input match_map_veto_picks_max_order_by { - created_at: order_by - id: order_by - map_id: order_by - match_id: order_by - match_lineup_id: order_by - side: order_by +input lobby_players_max_order_by { + invited_by_steam_id: order_by + lobby_id: order_by + steam_id: order_by } """aggregate min on columns""" -type match_map_veto_picks_min_fields { - created_at: timestamptz - id: uuid - map_id: uuid - match_id: uuid - match_lineup_id: uuid - side: String +type lobby_players_min_fields { + invited_by_steam_id: bigint + lobby_id: uuid + steam_id: bigint } """ -order by min() on columns of table "match_map_veto_picks" +order by min() on columns of table "lobby_players" """ -input match_map_veto_picks_min_order_by { - created_at: order_by - id: order_by - map_id: order_by - match_id: order_by - match_lineup_id: order_by - side: order_by +input lobby_players_min_order_by { + invited_by_steam_id: order_by + lobby_id: order_by + steam_id: order_by } """ -response of any mutation on the table "match_map_veto_picks" +response of any mutation on the table "lobby_players" """ -type match_map_veto_picks_mutation_response { +type lobby_players_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_map_veto_picks!]! + returning: [lobby_players!]! } """ -on_conflict condition type for table "match_map_veto_picks" +on_conflict condition type for table "lobby_players" """ -input match_map_veto_picks_on_conflict { - constraint: match_map_veto_picks_constraint! - update_columns: [match_map_veto_picks_update_column!]! = [] - where: match_map_veto_picks_bool_exp +input lobby_players_on_conflict { + constraint: lobby_players_constraint! + update_columns: [lobby_players_update_column!]! = [] + where: lobby_players_bool_exp } -"""Ordering options when selecting data from "match_map_veto_picks".""" -input match_map_veto_picks_order_by { - created_at: order_by - id: order_by - map: maps_order_by - map_id: order_by - match: matches_order_by - match_id: order_by - match_lineup: match_lineups_order_by - match_lineup_id: order_by - side: order_by - type: order_by +"""Ordering options when selecting data from "lobby_players".""" +input lobby_players_order_by { + captain: order_by + invited_by_steam_id: order_by + lobby: lobbies_order_by + lobby_id: order_by + player: players_order_by + status: order_by + steam_id: order_by } -"""primary key columns input for table: match_map_veto_picks""" -input match_map_veto_picks_pk_columns_input { - id: uuid! +"""primary key columns input for table: lobby_players""" +input lobby_players_pk_columns_input { + lobby_id: uuid! + steam_id: bigint! } """ -select columns of table "match_map_veto_picks" +select columns of table "lobby_players" """ -enum match_map_veto_picks_select_column { +enum lobby_players_select_column { """column name""" - created_at + captain """column name""" - id + invited_by_steam_id """column name""" - map_id + lobby_id """column name""" - match_id + status """column name""" - match_lineup_id + steam_id +} +""" +select "lobby_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "lobby_players" +""" +enum lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns { """column name""" - side + captain +} +""" +select "lobby_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "lobby_players" +""" +enum lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - type + captain } """ -input type for updating data in table "match_map_veto_picks" +input type for updating data in table "lobby_players" """ -input match_map_veto_picks_set_input { - created_at: timestamptz - id: uuid - map_id: uuid - match_id: uuid - match_lineup_id: uuid - side: String - type: e_veto_pick_types_enum +input lobby_players_set_input { + captain: Boolean + invited_by_steam_id: bigint + lobby_id: uuid + status: e_lobby_player_status_enum + steam_id: bigint +} + +"""aggregate stddev on columns""" +type lobby_players_stddev_fields { + invited_by_steam_id: Float + steam_id: Float } """ -Streaming cursor of the table "match_map_veto_picks" +order by stddev() on columns of table "lobby_players" """ -input match_map_veto_picks_stream_cursor_input { +input lobby_players_stddev_order_by { + invited_by_steam_id: order_by + steam_id: order_by +} + +"""aggregate stddev_pop on columns""" +type lobby_players_stddev_pop_fields { + invited_by_steam_id: Float + steam_id: Float +} + +""" +order by stddev_pop() on columns of table "lobby_players" +""" +input lobby_players_stddev_pop_order_by { + invited_by_steam_id: order_by + steam_id: order_by +} + +"""aggregate stddev_samp on columns""" +type lobby_players_stddev_samp_fields { + invited_by_steam_id: Float + steam_id: Float +} + +""" +order by stddev_samp() on columns of table "lobby_players" +""" +input lobby_players_stddev_samp_order_by { + invited_by_steam_id: order_by + steam_id: order_by +} + +""" +Streaming cursor of the table "lobby_players" +""" +input lobby_players_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_map_veto_picks_stream_cursor_value_input! + initial_value: lobby_players_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_map_veto_picks_stream_cursor_value_input { - created_at: timestamptz - id: uuid - map_id: uuid - match_id: uuid - match_lineup_id: uuid - side: String - type: e_veto_pick_types_enum +input lobby_players_stream_cursor_value_input { + captain: Boolean + invited_by_steam_id: bigint + lobby_id: uuid + status: e_lobby_player_status_enum + steam_id: bigint +} + +"""aggregate sum on columns""" +type lobby_players_sum_fields { + invited_by_steam_id: bigint + steam_id: bigint } """ -update columns of table "match_map_veto_picks" +order by sum() on columns of table "lobby_players" """ -enum match_map_veto_picks_update_column { - """column name""" - created_at - - """column name""" - id +input lobby_players_sum_order_by { + invited_by_steam_id: order_by + steam_id: order_by +} +""" +update columns of table "lobby_players" +""" +enum lobby_players_update_column { """column name""" - map_id + captain """column name""" - match_id + invited_by_steam_id """column name""" - match_lineup_id + lobby_id """column name""" - side + status """column name""" - type + steam_id } -input match_map_veto_picks_updates { +input lobby_players_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: lobby_players_inc_input + """sets the columns of the filtered rows to the given values""" - _set: match_map_veto_picks_set_input + _set: lobby_players_set_input """filter the rows which have to be updated""" - where: match_map_veto_picks_bool_exp! + where: lobby_players_bool_exp! +} + +"""aggregate var_pop on columns""" +type lobby_players_var_pop_fields { + invited_by_steam_id: Float + steam_id: Float } """ -columns and relationships of "match_maps" +order by var_pop() on columns of table "lobby_players" """ -type match_maps { - clips_count: Int! - created_at: timestamptz! +input lobby_players_var_pop_order_by { + invited_by_steam_id: order_by + steam_id: order_by +} - """An array relationship""" - demos( - """distinct select on columns""" - distinct_on: [match_map_demos_select_column!] +"""aggregate var_samp on columns""" +type lobby_players_var_samp_fields { + invited_by_steam_id: Float + steam_id: Float +} - """limit the number of rows returned""" - limit: Int +""" +order by var_samp() on columns of table "lobby_players" +""" +input lobby_players_var_samp_order_by { + invited_by_steam_id: order_by + steam_id: order_by +} - """skip the first n rows. Use only with order_by""" - offset: Int +"""aggregate variance on columns""" +type lobby_players_variance_fields { + invited_by_steam_id: Float + steam_id: Float +} - """sort the rows by one or more columns""" - order_by: [match_map_demos_order_by!] +""" +order by variance() on columns of table "lobby_players" +""" +input lobby_players_variance_order_by { + invited_by_steam_id: order_by + steam_id: order_by +} - """filter the rows returned""" - where: match_map_demos_bool_exp - ): [match_map_demos!]! +""" +columns and relationships of "map_pools" +""" +type map_pools { + """An object relationship""" + e_type: e_map_pool_types! + enabled: Boolean! + id: uuid! - """An aggregate relationship""" - demos_aggregate( + """An array relationship""" + maps( """distinct select on columns""" - distinct_on: [match_map_demos_select_column!] + distinct_on: [v_pool_maps_select_column!] """limit the number of rows returned""" limit: Int @@ -19722,30 +20442,16 @@ type match_maps { offset: Int """sort the rows by one or more columns""" - order_by: [match_map_demos_order_by!] + order_by: [v_pool_maps_order_by!] """filter the rows returned""" - where: match_map_demos_bool_exp - ): match_map_demos_aggregate! - - """ - A computed field, executes function "match_map_demo_download_url" - """ - demos_download_url: String - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """An object relationship""" - e_match_map_status: e_match_map_status! - ended_at: timestamptz + where: v_pool_maps_bool_exp + ): [v_pool_maps!]! - """An array relationship""" - flashes( + """An aggregate relationship""" + maps_aggregate( """distinct select on columns""" - distinct_on: [player_flashes_select_column!] + distinct_on: [v_pool_maps_select_column!] """limit the number of rows returned""" limit: Int @@ -19754,320 +20460,212 @@ type match_maps { offset: Int """sort the rows by one or more columns""" - order_by: [player_flashes_order_by!] + order_by: [v_pool_maps_order_by!] """filter the rows returned""" - where: player_flashes_bool_exp - ): [player_flashes!]! - - """An aggregate relationship""" - flashes_aggregate( - """distinct select on columns""" - distinct_on: [player_flashes_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: [player_flashes_order_by!] + where: v_pool_maps_bool_exp + ): v_pool_maps_aggregate! + seed: Boolean! + type: e_map_pool_types_enum! +} - """filter the rows returned""" - where: player_flashes_bool_exp - ): player_flashes_aggregate! - id: uuid! +""" +aggregated selection of "map_pools" +""" +type map_pools_aggregate { + aggregate: map_pools_aggregate_fields + nodes: [map_pools!]! +} - """ - A computed field, executes function "is_current_match_map" - """ - is_current_map: Boolean - latest_clip_at: timestamptz +""" +aggregate fields of "map_pools" +""" +type map_pools_aggregate_fields { + count(columns: [map_pools_select_column!], distinct: Boolean): Int! + max: map_pools_max_fields + min: map_pools_min_fields +} - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_side: e_sides_enum! - lineup_1_timeouts_available: Int! +""" +Boolean expression to filter rows from the table "map_pools". All fields are combined with a logical 'AND'. +""" +input map_pools_bool_exp { + _and: [map_pools_bool_exp!] + _not: map_pools_bool_exp + _or: [map_pools_bool_exp!] + e_type: e_map_pool_types_bool_exp + enabled: Boolean_comparison_exp + id: uuid_comparison_exp + maps: v_pool_maps_bool_exp + maps_aggregate: v_pool_maps_aggregate_bool_exp + seed: Boolean_comparison_exp + type: e_map_pool_types_enum_comparison_exp +} +""" +unique or primary key constraints on table "map_pools" +""" +enum map_pools_constraint { """ - A computed field, executes function "lineup_2_score" + unique or primary key constraint on columns "id" """ - lineup_2_score: Int - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Int! - - """An object relationship""" - map: maps! - map_id: uuid! - - """An object relationship""" - match: matches! - - """An array relationship""" - match_clips( - """distinct select on columns""" - distinct_on: [match_clips_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: [match_clips_order_by!] - - """filter the rows returned""" - where: match_clips_bool_exp - ): [match_clips!]! - - """An aggregate relationship""" - match_clips_aggregate( - """distinct select on columns""" - distinct_on: [match_clips_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: [match_clips_order_by!] - - """filter the rows returned""" - where: match_clips_bool_exp - ): match_clips_aggregate! - match_id: uuid! - - """An array relationship""" - objectives( - """distinct select on columns""" - distinct_on: [player_objectives_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: [player_objectives_order_by!] - - """filter the rows returned""" - where: player_objectives_bool_exp - ): [player_objectives!]! - - """An aggregate relationship""" - objectives_aggregate( - """distinct select on columns""" - distinct_on: [player_objectives_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: [player_objectives_order_by!] - - """filter the rows returned""" - where: player_objectives_bool_exp - ): player_objectives_aggregate! - order: Int! - - """An array relationship""" - player_assists( - """distinct select on columns""" - distinct_on: [player_assists_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: [player_assists_order_by!] - - """filter the rows returned""" - where: player_assists_bool_exp - ): [player_assists!]! - - """An aggregate relationship""" - player_assists_aggregate( - """distinct select on columns""" - distinct_on: [player_assists_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: [player_assists_order_by!] - - """filter the rows returned""" - where: player_assists_bool_exp - ): player_assists_aggregate! - - """An array relationship""" - player_damages( - """distinct select on columns""" - distinct_on: [player_damages_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: [player_damages_order_by!] - - """filter the rows returned""" - where: player_damages_bool_exp - ): [player_damages!]! - - """An aggregate relationship""" - player_damages_aggregate( - """distinct select on columns""" - distinct_on: [player_damages_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: [player_damages_order_by!] - - """filter the rows returned""" - where: player_damages_bool_exp - ): player_damages_aggregate! - - """An array relationship""" - player_kills( - """distinct select on columns""" - distinct_on: [player_kills_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: [player_kills_order_by!] + map_pools_pkey +} - """filter the rows returned""" - where: player_kills_bool_exp - ): [player_kills!]! +""" +input type for inserting data into table "map_pools" +""" +input map_pools_insert_input { + e_type: e_map_pool_types_obj_rel_insert_input + enabled: Boolean + id: uuid + maps: v_pool_maps_arr_rel_insert_input + seed: Boolean + type: e_map_pool_types_enum +} - """An aggregate relationship""" - player_kills_aggregate( - """distinct select on columns""" - distinct_on: [player_kills_select_column!] +"""aggregate max on columns""" +type map_pools_max_fields { + id: uuid +} - """limit the number of rows returned""" - limit: Int +"""aggregate min on columns""" +type map_pools_min_fields { + id: uuid +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +response of any mutation on the table "map_pools" +""" +type map_pools_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """sort the rows by one or more columns""" - order_by: [player_kills_order_by!] + """data from the rows affected by the mutation""" + returning: [map_pools!]! +} - """filter the rows returned""" - where: player_kills_bool_exp - ): player_kills_aggregate! +""" +input type for inserting object relation for remote table "map_pools" +""" +input map_pools_obj_rel_insert_input { + data: map_pools_insert_input! - """An array relationship""" - player_unused_utilities( - """distinct select on columns""" - distinct_on: [player_unused_utility_select_column!] + """upsert condition""" + on_conflict: map_pools_on_conflict +} - """limit the number of rows returned""" - limit: Int +""" +on_conflict condition type for table "map_pools" +""" +input map_pools_on_conflict { + constraint: map_pools_constraint! + update_columns: [map_pools_update_column!]! = [] + where: map_pools_bool_exp +} - """skip the first n rows. Use only with order_by""" - offset: Int +"""Ordering options when selecting data from "map_pools".""" +input map_pools_order_by { + e_type: e_map_pool_types_order_by + enabled: order_by + id: order_by + maps_aggregate: v_pool_maps_aggregate_order_by + seed: order_by + type: order_by +} - """sort the rows by one or more columns""" - order_by: [player_unused_utility_order_by!] +"""primary key columns input for table: map_pools""" +input map_pools_pk_columns_input { + id: uuid! +} - """filter the rows returned""" - where: player_unused_utility_bool_exp - ): [player_unused_utility!]! +""" +select columns of table "map_pools" +""" +enum map_pools_select_column { + """column name""" + enabled - """An aggregate relationship""" - player_unused_utilities_aggregate( - """distinct select on columns""" - distinct_on: [player_unused_utility_select_column!] + """column name""" + id - """limit the number of rows returned""" - limit: Int + """column name""" + seed - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + type +} - """sort the rows by one or more columns""" - order_by: [player_unused_utility_order_by!] +""" +input type for updating data in table "map_pools" +""" +input map_pools_set_input { + enabled: Boolean + id: uuid + seed: Boolean + type: e_map_pool_types_enum +} - """filter the rows returned""" - where: player_unused_utility_bool_exp - ): player_unused_utility_aggregate! - public_clips_count: Int! - public_latest_clip_at: timestamptz +""" +Streaming cursor of the table "map_pools" +""" +input map_pools_stream_cursor_input { + """Stream column input with initial value""" + initial_value: map_pools_stream_cursor_value_input! - """An array relationship""" - rounds( - """distinct select on columns""" - distinct_on: [match_map_rounds_select_column!] + """cursor ordering""" + ordering: cursor_ordering +} - """limit the number of rows returned""" - limit: Int +"""Initial value of the column from where the streaming should start""" +input map_pools_stream_cursor_value_input { + enabled: Boolean + id: uuid + seed: Boolean + type: e_map_pool_types_enum +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +update columns of table "map_pools" +""" +enum map_pools_update_column { + """column name""" + enabled - """sort the rows by one or more columns""" - order_by: [match_map_rounds_order_by!] + """column name""" + id - """filter the rows returned""" - where: match_map_rounds_bool_exp - ): [match_map_rounds!]! + """column name""" + seed - """An aggregate relationship""" - rounds_aggregate( - """distinct select on columns""" - distinct_on: [match_map_rounds_select_column!] + """column name""" + type +} - """limit the number of rows returned""" - limit: Int +input map_pools_updates { + """sets the columns of the filtered rows to the given values""" + _set: map_pools_set_input - """skip the first n rows. Use only with order_by""" - offset: Int + """filter the rows which have to be updated""" + where: map_pools_bool_exp! +} - """sort the rows by one or more columns""" - order_by: [match_map_rounds_order_by!] +""" +columns and relationships of "maps" +""" +type maps { + active_pool: Boolean! - """filter the rows returned""" - where: match_map_rounds_bool_exp - ): match_map_rounds_aggregate! - started_at: timestamptz - status: e_match_map_status_enum! + """An object relationship""" + e_match_type: e_match_types! + enabled: Boolean! + id: uuid! + label: String """An array relationship""" - utility( + match_maps( """distinct select on columns""" - distinct_on: [player_utility_select_column!] + distinct_on: [match_maps_select_column!] """limit the number of rows returned""" limit: Int @@ -20076,16 +20674,16 @@ type match_maps { offset: Int """sort the rows by one or more columns""" - order_by: [player_utility_order_by!] + order_by: [match_maps_order_by!] """filter the rows returned""" - where: player_utility_bool_exp - ): [player_utility!]! + where: match_maps_bool_exp + ): [match_maps!]! """An aggregate relationship""" - utility_aggregate( + match_maps_aggregate( """distinct select on columns""" - distinct_on: [player_utility_select_column!] + distinct_on: [match_maps_select_column!] """limit the number of rows returned""" limit: Int @@ -20094,14 +20692,14 @@ type match_maps { offset: Int """sort the rows by one or more columns""" - order_by: [player_utility_order_by!] + order_by: [match_maps_order_by!] """filter the rows returned""" - where: player_utility_bool_exp - ): player_utility_aggregate! + where: match_maps_bool_exp + ): match_maps_aggregate! """An array relationship""" - vetos( + match_veto_picks( """distinct select on columns""" distinct_on: [match_map_veto_picks_select_column!] @@ -20119,7 +20717,7 @@ type match_maps { ): [match_map_veto_picks!]! """An aggregate relationship""" - vetos_aggregate( + match_veto_picks_aggregate( """distinct select on columns""" distinct_on: [match_map_veto_picks_select_column!] @@ -20135,870 +20733,387 @@ type match_maps { """filter the rows returned""" where: match_map_veto_picks_bool_exp ): match_map_veto_picks_aggregate! - winning_lineup_id: uuid + name: String! + patch: String + poster: String + type: e_match_types_enum! + workshop_map_id: String } """ -aggregated selection of "match_maps" +aggregated selection of "maps" """ -type match_maps_aggregate { - aggregate: match_maps_aggregate_fields - nodes: [match_maps!]! +type maps_aggregate { + aggregate: maps_aggregate_fields + nodes: [maps!]! } -input match_maps_aggregate_bool_exp { - count: match_maps_aggregate_bool_exp_count +input maps_aggregate_bool_exp { + bool_and: maps_aggregate_bool_exp_bool_and + bool_or: maps_aggregate_bool_exp_bool_or + count: maps_aggregate_bool_exp_count } -input match_maps_aggregate_bool_exp_count { - arguments: [match_maps_select_column!] +input maps_aggregate_bool_exp_bool_and { + arguments: maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns! distinct: Boolean - filter: match_maps_bool_exp + filter: maps_bool_exp + predicate: Boolean_comparison_exp! +} + +input maps_aggregate_bool_exp_bool_or { + arguments: maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: maps_bool_exp + predicate: Boolean_comparison_exp! +} + +input maps_aggregate_bool_exp_count { + arguments: [maps_select_column!] + distinct: Boolean + filter: maps_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_maps" +aggregate fields of "maps" """ -type match_maps_aggregate_fields { - avg: match_maps_avg_fields - count(columns: [match_maps_select_column!], distinct: Boolean): Int! - max: match_maps_max_fields - min: match_maps_min_fields - stddev: match_maps_stddev_fields - stddev_pop: match_maps_stddev_pop_fields - stddev_samp: match_maps_stddev_samp_fields - sum: match_maps_sum_fields - var_pop: match_maps_var_pop_fields - var_samp: match_maps_var_samp_fields - variance: match_maps_variance_fields +type maps_aggregate_fields { + count(columns: [maps_select_column!], distinct: Boolean): Int! + max: maps_max_fields + min: maps_min_fields } """ -order by aggregate values of table "match_maps" +order by aggregate values of table "maps" """ -input match_maps_aggregate_order_by { - avg: match_maps_avg_order_by +input maps_aggregate_order_by { count: order_by - max: match_maps_max_order_by - min: match_maps_min_order_by - stddev: match_maps_stddev_order_by - stddev_pop: match_maps_stddev_pop_order_by - stddev_samp: match_maps_stddev_samp_order_by - sum: match_maps_sum_order_by - var_pop: match_maps_var_pop_order_by - var_samp: match_maps_var_samp_order_by - variance: match_maps_variance_order_by + max: maps_max_order_by + min: maps_min_order_by } """ -input type for inserting array relation for remote table "match_maps" +input type for inserting array relation for remote table "maps" """ -input match_maps_arr_rel_insert_input { - data: [match_maps_insert_input!]! +input maps_arr_rel_insert_input { + data: [maps_insert_input!]! """upsert condition""" - on_conflict: match_maps_on_conflict -} - -"""aggregate avg on columns""" -type match_maps_avg_fields { - clips_count: Float - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Float - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Float - order: Float - public_clips_count: Float -} - -""" -order by avg() on columns of table "match_maps" -""" -input match_maps_avg_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by + on_conflict: maps_on_conflict } """ -Boolean expression to filter rows from the table "match_maps". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "maps". All fields are combined with a logical 'AND'. """ -input match_maps_bool_exp { - _and: [match_maps_bool_exp!] - _not: match_maps_bool_exp - _or: [match_maps_bool_exp!] - clips_count: Int_comparison_exp - created_at: timestamptz_comparison_exp - demos: match_map_demos_bool_exp - demos_aggregate: match_map_demos_aggregate_bool_exp - demos_download_url: String_comparison_exp - demos_total_size: Int_comparison_exp - e_match_map_status: e_match_map_status_bool_exp - ended_at: timestamptz_comparison_exp - flashes: player_flashes_bool_exp - flashes_aggregate: player_flashes_aggregate_bool_exp +input maps_bool_exp { + _and: [maps_bool_exp!] + _not: maps_bool_exp + _or: [maps_bool_exp!] + active_pool: Boolean_comparison_exp + e_match_type: e_match_types_bool_exp + enabled: Boolean_comparison_exp id: uuid_comparison_exp - is_current_map: Boolean_comparison_exp - latest_clip_at: timestamptz_comparison_exp - lineup_1_score: Int_comparison_exp - lineup_1_side: e_sides_enum_comparison_exp - lineup_1_timeouts_available: Int_comparison_exp - lineup_2_score: Int_comparison_exp - lineup_2_side: e_sides_enum_comparison_exp - lineup_2_timeouts_available: Int_comparison_exp - map: maps_bool_exp - map_id: uuid_comparison_exp - match: matches_bool_exp - match_clips: match_clips_bool_exp - match_clips_aggregate: match_clips_aggregate_bool_exp - match_id: uuid_comparison_exp - objectives: player_objectives_bool_exp - objectives_aggregate: player_objectives_aggregate_bool_exp - order: Int_comparison_exp - player_assists: player_assists_bool_exp - player_assists_aggregate: player_assists_aggregate_bool_exp - player_damages: player_damages_bool_exp - player_damages_aggregate: player_damages_aggregate_bool_exp - player_kills: player_kills_bool_exp - player_kills_aggregate: player_kills_aggregate_bool_exp - player_unused_utilities: player_unused_utility_bool_exp - player_unused_utilities_aggregate: player_unused_utility_aggregate_bool_exp - public_clips_count: Int_comparison_exp - public_latest_clip_at: timestamptz_comparison_exp - rounds: match_map_rounds_bool_exp - rounds_aggregate: match_map_rounds_aggregate_bool_exp - started_at: timestamptz_comparison_exp - status: e_match_map_status_enum_comparison_exp - utility: player_utility_bool_exp - utility_aggregate: player_utility_aggregate_bool_exp - vetos: match_map_veto_picks_bool_exp - vetos_aggregate: match_map_veto_picks_aggregate_bool_exp - winning_lineup_id: uuid_comparison_exp + label: String_comparison_exp + match_maps: match_maps_bool_exp + match_maps_aggregate: match_maps_aggregate_bool_exp + match_veto_picks: match_map_veto_picks_bool_exp + match_veto_picks_aggregate: match_map_veto_picks_aggregate_bool_exp + name: String_comparison_exp + patch: String_comparison_exp + poster: String_comparison_exp + type: e_match_types_enum_comparison_exp + workshop_map_id: String_comparison_exp } """ -unique or primary key constraints on table "match_maps" +unique or primary key constraints on table "maps" """ -enum match_maps_constraint { +enum maps_constraint { """ - unique or primary key constraint on columns "order", "match_id" + unique or primary key constraint on columns "type", "name" """ - match_maps_match_id_order_key + maps_name_type_key """ unique or primary key constraint on columns "id" """ - match_maps_pkey -} - -""" -input type for incrementing numeric columns in table "match_maps" -""" -input match_maps_inc_input { - clips_count: Int - lineup_1_timeouts_available: Int - lineup_2_timeouts_available: Int - order: Int - public_clips_count: Int + maps_pkey } """ -input type for inserting data into table "match_maps" +input type for inserting data into table "maps" """ -input match_maps_insert_input { - clips_count: Int - created_at: timestamptz - demos: match_map_demos_arr_rel_insert_input - e_match_map_status: e_match_map_status_obj_rel_insert_input - ended_at: timestamptz - flashes: player_flashes_arr_rel_insert_input +input maps_insert_input { + active_pool: Boolean + e_match_type: e_match_types_obj_rel_insert_input + enabled: Boolean id: uuid - latest_clip_at: timestamptz - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Int - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Int - map: maps_obj_rel_insert_input - map_id: uuid - match: matches_obj_rel_insert_input - match_clips: match_clips_arr_rel_insert_input - match_id: uuid - objectives: player_objectives_arr_rel_insert_input - order: Int - player_assists: player_assists_arr_rel_insert_input - player_damages: player_damages_arr_rel_insert_input - player_kills: player_kills_arr_rel_insert_input - player_unused_utilities: player_unused_utility_arr_rel_insert_input - public_clips_count: Int - public_latest_clip_at: timestamptz - rounds: match_map_rounds_arr_rel_insert_input - started_at: timestamptz - status: e_match_map_status_enum - utility: player_utility_arr_rel_insert_input - vetos: match_map_veto_picks_arr_rel_insert_input - winning_lineup_id: uuid + label: String + match_maps: match_maps_arr_rel_insert_input + match_veto_picks: match_map_veto_picks_arr_rel_insert_input + name: String + patch: String + poster: String + type: e_match_types_enum + workshop_map_id: String } """aggregate max on columns""" -type match_maps_max_fields { - clips_count: Int - created_at: timestamptz - - """ - A computed field, executes function "match_map_demo_download_url" - """ - demos_download_url: String - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - ended_at: timestamptz +type maps_max_fields { id: uuid - latest_clip_at: timestamptz - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Int - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Int - map_id: uuid - match_id: uuid - order: Int - public_clips_count: Int - public_latest_clip_at: timestamptz - started_at: timestamptz - winning_lineup_id: uuid + label: String + name: String + patch: String + poster: String + workshop_map_id: String } """ -order by max() on columns of table "match_maps" +order by max() on columns of table "maps" """ -input match_maps_max_order_by { - clips_count: order_by - created_at: order_by - ended_at: order_by +input maps_max_order_by { id: order_by - latest_clip_at: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - map_id: order_by - match_id: order_by - order: order_by - public_clips_count: order_by - public_latest_clip_at: order_by - started_at: order_by - winning_lineup_id: order_by + label: order_by + name: order_by + patch: order_by + poster: order_by + workshop_map_id: order_by } """aggregate min on columns""" -type match_maps_min_fields { - clips_count: Int - created_at: timestamptz - - """ - A computed field, executes function "match_map_demo_download_url" - """ - demos_download_url: String - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - ended_at: timestamptz +type maps_min_fields { id: uuid - latest_clip_at: timestamptz - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Int - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Int - map_id: uuid - match_id: uuid - order: Int - public_clips_count: Int - public_latest_clip_at: timestamptz - started_at: timestamptz - winning_lineup_id: uuid + label: String + name: String + patch: String + poster: String + workshop_map_id: String } """ -order by min() on columns of table "match_maps" +order by min() on columns of table "maps" """ -input match_maps_min_order_by { - clips_count: order_by - created_at: order_by - ended_at: order_by +input maps_min_order_by { id: order_by - latest_clip_at: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - map_id: order_by - match_id: order_by - order: order_by - public_clips_count: order_by - public_latest_clip_at: order_by - started_at: order_by - winning_lineup_id: order_by + label: order_by + name: order_by + patch: order_by + poster: order_by + workshop_map_id: order_by } """ -response of any mutation on the table "match_maps" +response of any mutation on the table "maps" """ -type match_maps_mutation_response { +type maps_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_maps!]! + returning: [maps!]! } """ -input type for inserting object relation for remote table "match_maps" +input type for inserting object relation for remote table "maps" """ -input match_maps_obj_rel_insert_input { - data: match_maps_insert_input! +input maps_obj_rel_insert_input { + data: maps_insert_input! """upsert condition""" - on_conflict: match_maps_on_conflict + on_conflict: maps_on_conflict } """ -on_conflict condition type for table "match_maps" +on_conflict condition type for table "maps" """ -input match_maps_on_conflict { - constraint: match_maps_constraint! - update_columns: [match_maps_update_column!]! = [] - where: match_maps_bool_exp +input maps_on_conflict { + constraint: maps_constraint! + update_columns: [maps_update_column!]! = [] + where: maps_bool_exp } -"""Ordering options when selecting data from "match_maps".""" -input match_maps_order_by { - clips_count: order_by - created_at: order_by - demos_aggregate: match_map_demos_aggregate_order_by - demos_download_url: order_by - demos_total_size: order_by - e_match_map_status: e_match_map_status_order_by - ended_at: order_by - flashes_aggregate: player_flashes_aggregate_order_by +"""Ordering options when selecting data from "maps".""" +input maps_order_by { + active_pool: order_by + e_match_type: e_match_types_order_by + enabled: order_by id: order_by - is_current_map: order_by - latest_clip_at: order_by - lineup_1_score: order_by - lineup_1_side: order_by - lineup_1_timeouts_available: order_by - lineup_2_score: order_by - lineup_2_side: order_by - lineup_2_timeouts_available: order_by - map: maps_order_by - map_id: order_by - match: matches_order_by - match_clips_aggregate: match_clips_aggregate_order_by - match_id: order_by - objectives_aggregate: player_objectives_aggregate_order_by - order: order_by - player_assists_aggregate: player_assists_aggregate_order_by - player_damages_aggregate: player_damages_aggregate_order_by - player_kills_aggregate: player_kills_aggregate_order_by - player_unused_utilities_aggregate: player_unused_utility_aggregate_order_by - public_clips_count: order_by - public_latest_clip_at: order_by - rounds_aggregate: match_map_rounds_aggregate_order_by - started_at: order_by - status: order_by - utility_aggregate: player_utility_aggregate_order_by - vetos_aggregate: match_map_veto_picks_aggregate_order_by - winning_lineup_id: order_by + label: order_by + match_maps_aggregate: match_maps_aggregate_order_by + match_veto_picks_aggregate: match_map_veto_picks_aggregate_order_by + name: order_by + patch: order_by + poster: order_by + type: order_by + workshop_map_id: order_by } -"""primary key columns input for table: match_maps""" -input match_maps_pk_columns_input { +"""primary key columns input for table: maps""" +input maps_pk_columns_input { id: uuid! } """ -select columns of table "match_maps" +select columns of table "maps" """ -enum match_maps_select_column { - """column name""" - clips_count - +enum maps_select_column { """column name""" - created_at + active_pool """column name""" - ended_at + enabled """column name""" id """column name""" - latest_clip_at - - """column name""" - lineup_1_side - - """column name""" - lineup_1_timeouts_available - - """column name""" - lineup_2_side + label """column name""" - lineup_2_timeouts_available + name """column name""" - map_id + patch """column name""" - match_id + poster """column name""" - order + type """column name""" - public_clips_count + workshop_map_id +} +""" +select "maps_aggregate_bool_exp_bool_and_arguments_columns" columns of table "maps" +""" +enum maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns { """column name""" - public_latest_clip_at + active_pool """column name""" - started_at + enabled +} +""" +select "maps_aggregate_bool_exp_bool_or_arguments_columns" columns of table "maps" +""" +enum maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - status + active_pool """column name""" - winning_lineup_id + enabled } """ -input type for updating data in table "match_maps" +input type for updating data in table "maps" """ -input match_maps_set_input { - clips_count: Int - created_at: timestamptz - ended_at: timestamptz +input maps_set_input { + active_pool: Boolean + enabled: Boolean id: uuid - latest_clip_at: timestamptz - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Int - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Int - map_id: uuid - match_id: uuid - order: Int - public_clips_count: Int - public_latest_clip_at: timestamptz - started_at: timestamptz - status: e_match_map_status_enum - winning_lineup_id: uuid + label: String + name: String + patch: String + poster: String + type: e_match_types_enum + workshop_map_id: String } -"""aggregate stddev on columns""" -type match_maps_stddev_fields { - clips_count: Float - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Float +""" +Streaming cursor of the table "maps" +""" +input maps_stream_cursor_input { + """Stream column input with initial value""" + initial_value: maps_stream_cursor_value_input! - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Float - order: Float - public_clips_count: Float -} - -""" -order by stddev() on columns of table "match_maps" -""" -input match_maps_stddev_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by -} - -"""aggregate stddev_pop on columns""" -type match_maps_stddev_pop_fields { - clips_count: Float - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Float - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Float - order: Float - public_clips_count: Float -} - -""" -order by stddev_pop() on columns of table "match_maps" -""" -input match_maps_stddev_pop_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by -} - -"""aggregate stddev_samp on columns""" -type match_maps_stddev_samp_fields { - clips_count: Float - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Float - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Float - order: Float - public_clips_count: Float -} - -""" -order by stddev_samp() on columns of table "match_maps" -""" -input match_maps_stddev_samp_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by -} - -""" -Streaming cursor of the table "match_maps" -""" -input match_maps_stream_cursor_input { - """Stream column input with initial value""" - initial_value: match_maps_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering + """cursor ordering""" + ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_maps_stream_cursor_value_input { - clips_count: Int - created_at: timestamptz - ended_at: timestamptz +input maps_stream_cursor_value_input { + active_pool: Boolean + enabled: Boolean id: uuid - latest_clip_at: timestamptz - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Int - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Int - map_id: uuid - match_id: uuid - order: Int - public_clips_count: Int - public_latest_clip_at: timestamptz - started_at: timestamptz - status: e_match_map_status_enum - winning_lineup_id: uuid -} - -"""aggregate sum on columns""" -type match_maps_sum_fields { - clips_count: Int - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Int - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Int - order: Int - public_clips_count: Int -} - -""" -order by sum() on columns of table "match_maps" -""" -input match_maps_sum_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by + label: String + name: String + patch: String + poster: String + type: e_match_types_enum + workshop_map_id: String } """ -update columns of table "match_maps" +update columns of table "maps" """ -enum match_maps_update_column { - """column name""" - clips_count - +enum maps_update_column { """column name""" - created_at + active_pool """column name""" - ended_at + enabled """column name""" id """column name""" - latest_clip_at - - """column name""" - lineup_1_side - - """column name""" - lineup_1_timeouts_available - - """column name""" - lineup_2_side - - """column name""" - lineup_2_timeouts_available - - """column name""" - map_id - - """column name""" - match_id - - """column name""" - order + label """column name""" - public_clips_count + name """column name""" - public_latest_clip_at + patch """column name""" - started_at + poster """column name""" - status + type """column name""" - winning_lineup_id + workshop_map_id } -input match_maps_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: match_maps_inc_input - +input maps_updates { """sets the columns of the filtered rows to the given values""" - _set: match_maps_set_input + _set: maps_set_input """filter the rows which have to be updated""" - where: match_maps_bool_exp! -} - -"""aggregate var_pop on columns""" -type match_maps_var_pop_fields { - clips_count: Float - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Float - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Float - order: Float - public_clips_count: Float -} - -""" -order by var_pop() on columns of table "match_maps" -""" -input match_maps_var_pop_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by -} - -"""aggregate var_samp on columns""" -type match_maps_var_samp_fields { - clips_count: Float - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Float - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Float - order: Float - public_clips_count: Float -} - -""" -order by var_samp() on columns of table "match_maps" -""" -input match_maps_var_samp_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by -} - -"""aggregate variance on columns""" -type match_maps_variance_fields { - clips_count: Float - - """ - A computed field, executes function "match_map_demo_total_size" - """ - demos_total_size: Int - - """ - A computed field, executes function "lineup_1_score" - """ - lineup_1_score: Int - lineup_1_timeouts_available: Float - - """ - A computed field, executes function "lineup_2_score" - """ - lineup_2_score: Int - lineup_2_timeouts_available: Float - order: Float - public_clips_count: Float -} - -""" -order by variance() on columns of table "match_maps" -""" -input match_maps_variance_order_by { - clips_count: order_by - lineup_1_timeouts_available: order_by - lineup_2_timeouts_available: order_by - order: order_by - public_clips_count: order_by + where: maps_bool_exp! } """ -columns and relationships of "match_options" +columns and relationships of "match_clips" """ -type match_options { - auto_cancel_duration: Int - auto_cancellation: Boolean! - best_of: Int! - check_in_setting: e_check_in_settings_enum! - coaches: Boolean! - default_models: Boolean +type match_clips { + created_at: timestamptz! """ - A computed field, executes function "has_active_matches" + A computed field, executes function "clip_download_url" """ - has_active_matches: Boolean + download_url: String + duration_ms: Int + file: String id: uuid! - invite_code: String - knife_round: Boolean! - live_match_timeout: Int + kills_count: Int """An object relationship""" - map_pool: map_pools! - map_pool_id: uuid! - map_veto: Boolean! - match_mode: e_match_mode_enum! + match_map: match_maps! + + """An object relationship""" + match_map_demo: match_map_demos + match_map_demo_id: uuid + match_map_id: uuid! """An array relationship""" - matches( + render_jobs( """distinct select on columns""" - distinct_on: [matches_select_column!] + distinct_on: [clip_render_jobs_select_column!] """limit the number of rows returned""" limit: Int @@ -21007,16 +21122,16 @@ type match_options { offset: Int """sort the rows by one or more columns""" - order_by: [matches_order_by!] + order_by: [clip_render_jobs_order_by!] """filter the rows returned""" - where: matches_bool_exp - ): [matches!]! + where: clip_render_jobs_bool_exp + ): [clip_render_jobs!]! """An aggregate relationship""" - matches_aggregate( + render_jobs_aggregate( """distinct select on columns""" - distinct_on: [matches_select_column!] + distinct_on: [clip_render_jobs_select_column!] """limit the number of rows returned""" limit: Int @@ -21025,1679 +21140,1824 @@ type match_options { offset: Int """sort the rows by one or more columns""" - order_by: [matches_order_by!] + order_by: [clip_render_jobs_order_by!] """filter the rows returned""" - where: matches_bool_exp - ): matches_aggregate! - mr: Int! - number_of_substitutes: Int! - overtime: Boolean! - prefer_dedicated_server: Boolean! - ready_setting: e_ready_settings_enum! - region_veto: Boolean! - regions: [String!] - tech_timeout_setting: e_timeout_settings_enum! - timeout_setting: e_timeout_settings_enum! + where: clip_render_jobs_bool_exp + ): clip_render_jobs_aggregate! + round: Int + size: bigint! """An object relationship""" - tournament: tournaments + target: players + target_steam_id: bigint - """An object relationship""" - tournament_bracket: tournament_brackets + """ + A computed field, executes function "clip_thumbnail_download_url" + """ + thumbnail_download_url: String + thumbnail_url: String + title: String """An object relationship""" - tournament_stage: tournament_stages - tv_delay: Int! - type: e_match_types_enum! + user: players + user_steam_id: bigint + views_count: Int! + visibility: e_match_clip_visibility_enum! } """ -aggregated selection of "match_options" +aggregated selection of "match_clips" """ -type match_options_aggregate { - aggregate: match_options_aggregate_fields - nodes: [match_options!]! +type match_clips_aggregate { + aggregate: match_clips_aggregate_fields + nodes: [match_clips!]! } -""" -aggregate fields of "match_options" -""" -type match_options_aggregate_fields { - avg: match_options_avg_fields - count(columns: [match_options_select_column!], distinct: Boolean): Int! - max: match_options_max_fields - min: match_options_min_fields - stddev: match_options_stddev_fields - stddev_pop: match_options_stddev_pop_fields - stddev_samp: match_options_stddev_samp_fields - sum: match_options_sum_fields - var_pop: match_options_var_pop_fields - var_samp: match_options_var_samp_fields - variance: match_options_variance_fields +input match_clips_aggregate_bool_exp { + count: match_clips_aggregate_bool_exp_count } -"""aggregate avg on columns""" -type match_options_avg_fields { - auto_cancel_duration: Float - best_of: Float - live_match_timeout: Float - mr: Float - number_of_substitutes: Float - tv_delay: Float +input match_clips_aggregate_bool_exp_count { + arguments: [match_clips_select_column!] + distinct: Boolean + filter: match_clips_bool_exp + predicate: Int_comparison_exp! } """ -Boolean expression to filter rows from the table "match_options". All fields are combined with a logical 'AND'. +aggregate fields of "match_clips" """ -input match_options_bool_exp { - _and: [match_options_bool_exp!] - _not: match_options_bool_exp - _or: [match_options_bool_exp!] - auto_cancel_duration: Int_comparison_exp - auto_cancellation: Boolean_comparison_exp - best_of: Int_comparison_exp - check_in_setting: e_check_in_settings_enum_comparison_exp - coaches: Boolean_comparison_exp - default_models: Boolean_comparison_exp - has_active_matches: Boolean_comparison_exp - id: uuid_comparison_exp - invite_code: String_comparison_exp - knife_round: Boolean_comparison_exp - live_match_timeout: Int_comparison_exp - map_pool: map_pools_bool_exp - map_pool_id: uuid_comparison_exp - map_veto: Boolean_comparison_exp - match_mode: e_match_mode_enum_comparison_exp - matches: matches_bool_exp - matches_aggregate: matches_aggregate_bool_exp - mr: Int_comparison_exp - number_of_substitutes: Int_comparison_exp - overtime: Boolean_comparison_exp - prefer_dedicated_server: Boolean_comparison_exp - ready_setting: e_ready_settings_enum_comparison_exp - region_veto: Boolean_comparison_exp - regions: String_array_comparison_exp - tech_timeout_setting: e_timeout_settings_enum_comparison_exp - timeout_setting: e_timeout_settings_enum_comparison_exp - tournament: tournaments_bool_exp - tournament_bracket: tournament_brackets_bool_exp - tournament_stage: tournament_stages_bool_exp - tv_delay: Int_comparison_exp - type: e_match_types_enum_comparison_exp +type match_clips_aggregate_fields { + avg: match_clips_avg_fields + count(columns: [match_clips_select_column!], distinct: Boolean): Int! + max: match_clips_max_fields + min: match_clips_min_fields + stddev: match_clips_stddev_fields + stddev_pop: match_clips_stddev_pop_fields + stddev_samp: match_clips_stddev_samp_fields + sum: match_clips_sum_fields + var_pop: match_clips_var_pop_fields + var_samp: match_clips_var_samp_fields + variance: match_clips_variance_fields } """ -unique or primary key constraints on table "match_options" +order by aggregate values of table "match_clips" """ -enum match_options_constraint { - """ - unique or primary key constraint on columns "id" - """ - match_options_pkey +input match_clips_aggregate_order_by { + avg: match_clips_avg_order_by + count: order_by + max: match_clips_max_order_by + min: match_clips_min_order_by + stddev: match_clips_stddev_order_by + stddev_pop: match_clips_stddev_pop_order_by + stddev_samp: match_clips_stddev_samp_order_by + sum: match_clips_sum_order_by + var_pop: match_clips_var_pop_order_by + var_samp: match_clips_var_samp_order_by + variance: match_clips_variance_order_by } """ -input type for incrementing numeric columns in table "match_options" +input type for inserting array relation for remote table "match_clips" """ -input match_options_inc_input { - auto_cancel_duration: Int - best_of: Int - live_match_timeout: Int - mr: Int - number_of_substitutes: Int - tv_delay: Int +input match_clips_arr_rel_insert_input { + data: [match_clips_insert_input!]! + + """upsert condition""" + on_conflict: match_clips_on_conflict } -""" -input type for inserting data into table "match_options" -""" -input match_options_insert_input { - auto_cancel_duration: Int - auto_cancellation: Boolean - best_of: Int - check_in_setting: e_check_in_settings_enum - coaches: Boolean - default_models: Boolean +"""aggregate avg on columns""" +type match_clips_avg_fields { + duration_ms: Float + kills_count: Float + round: Float + size: Float + target_steam_id: Float + user_steam_id: Float + views_count: Float +} + +""" +order by avg() on columns of table "match_clips" +""" +input match_clips_avg_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by +} + +""" +Boolean expression to filter rows from the table "match_clips". All fields are combined with a logical 'AND'. +""" +input match_clips_bool_exp { + _and: [match_clips_bool_exp!] + _not: match_clips_bool_exp + _or: [match_clips_bool_exp!] + created_at: timestamptz_comparison_exp + download_url: String_comparison_exp + duration_ms: Int_comparison_exp + file: String_comparison_exp + id: uuid_comparison_exp + kills_count: Int_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 + render_jobs: clip_render_jobs_bool_exp + render_jobs_aggregate: clip_render_jobs_aggregate_bool_exp + round: Int_comparison_exp + size: bigint_comparison_exp + target: players_bool_exp + target_steam_id: bigint_comparison_exp + thumbnail_download_url: String_comparison_exp + thumbnail_url: String_comparison_exp + title: String_comparison_exp + user: players_bool_exp + user_steam_id: bigint_comparison_exp + views_count: Int_comparison_exp + visibility: e_match_clip_visibility_enum_comparison_exp +} + +""" +unique or primary key constraints on table "match_clips" +""" +enum match_clips_constraint { + """ + unique or primary key constraint on columns "id" + """ + match_clips_pkey +} + +""" +input type for incrementing numeric columns in table "match_clips" +""" +input match_clips_inc_input { + duration_ms: Int + kills_count: Int + round: Int + size: bigint + target_steam_id: bigint + user_steam_id: bigint + views_count: Int +} + +""" +input type for inserting data into table "match_clips" +""" +input match_clips_insert_input { + created_at: timestamptz + duration_ms: Int + file: String id: uuid - invite_code: String - knife_round: Boolean - live_match_timeout: Int - map_pool: map_pools_obj_rel_insert_input - map_pool_id: uuid - map_veto: Boolean - match_mode: e_match_mode_enum - matches: matches_arr_rel_insert_input - mr: Int - number_of_substitutes: Int - overtime: Boolean - prefer_dedicated_server: Boolean - ready_setting: e_ready_settings_enum - region_veto: Boolean - regions: [String!] - tech_timeout_setting: e_timeout_settings_enum - timeout_setting: e_timeout_settings_enum - tournament: tournaments_obj_rel_insert_input - tournament_bracket: tournament_brackets_obj_rel_insert_input - tournament_stage: tournament_stages_obj_rel_insert_input - tv_delay: Int - type: e_match_types_enum + kills_count: Int + 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 + render_jobs: clip_render_jobs_arr_rel_insert_input + round: Int + size: bigint + target: players_obj_rel_insert_input + target_steam_id: bigint + thumbnail_url: String + title: String + user: players_obj_rel_insert_input + user_steam_id: bigint + views_count: Int + visibility: e_match_clip_visibility_enum } """aggregate max on columns""" -type match_options_max_fields { - auto_cancel_duration: Int - best_of: Int +type match_clips_max_fields { + created_at: timestamptz + + """ + A computed field, executes function "clip_download_url" + """ + download_url: String + duration_ms: Int + file: String id: uuid - invite_code: String - live_match_timeout: Int - map_pool_id: uuid - mr: Int - number_of_substitutes: Int - regions: [String!] - tv_delay: Int + kills_count: Int + match_map_demo_id: uuid + match_map_id: uuid + round: Int + size: bigint + target_steam_id: bigint + + """ + A computed field, executes function "clip_thumbnail_download_url" + """ + thumbnail_download_url: String + thumbnail_url: String + title: String + user_steam_id: bigint + views_count: Int +} + +""" +order by max() on columns of table "match_clips" +""" +input match_clips_max_order_by { + created_at: order_by + duration_ms: order_by + file: order_by + id: order_by + kills_count: order_by + match_map_demo_id: order_by + match_map_id: order_by + round: order_by + size: order_by + target_steam_id: order_by + thumbnail_url: order_by + title: order_by + user_steam_id: order_by + views_count: order_by } """aggregate min on columns""" -type match_options_min_fields { - auto_cancel_duration: Int - best_of: Int +type match_clips_min_fields { + created_at: timestamptz + + """ + A computed field, executes function "clip_download_url" + """ + download_url: String + duration_ms: Int + file: String id: uuid - invite_code: String - live_match_timeout: Int - map_pool_id: uuid - mr: Int - number_of_substitutes: Int - regions: [String!] - tv_delay: Int + kills_count: Int + match_map_demo_id: uuid + match_map_id: uuid + round: Int + size: bigint + target_steam_id: bigint + + """ + A computed field, executes function "clip_thumbnail_download_url" + """ + thumbnail_download_url: String + thumbnail_url: String + title: String + user_steam_id: bigint + views_count: Int } """ -response of any mutation on the table "match_options" +order by min() on columns of table "match_clips" """ -type match_options_mutation_response { +input match_clips_min_order_by { + created_at: order_by + duration_ms: order_by + file: order_by + id: order_by + kills_count: order_by + match_map_demo_id: order_by + match_map_id: order_by + round: order_by + size: order_by + target_steam_id: order_by + thumbnail_url: order_by + title: order_by + user_steam_id: order_by + views_count: order_by +} + +""" +response of any mutation on the table "match_clips" +""" +type match_clips_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_options!]! + returning: [match_clips!]! } """ -input type for inserting object relation for remote table "match_options" +input type for inserting object relation for remote table "match_clips" """ -input match_options_obj_rel_insert_input { - data: match_options_insert_input! +input match_clips_obj_rel_insert_input { + data: match_clips_insert_input! """upsert condition""" - on_conflict: match_options_on_conflict + on_conflict: match_clips_on_conflict } """ -on_conflict condition type for table "match_options" +on_conflict condition type for table "match_clips" """ -input match_options_on_conflict { - constraint: match_options_constraint! - update_columns: [match_options_update_column!]! = [] - where: match_options_bool_exp +input match_clips_on_conflict { + constraint: match_clips_constraint! + update_columns: [match_clips_update_column!]! = [] + where: match_clips_bool_exp } -"""Ordering options when selecting data from "match_options".""" -input match_options_order_by { - auto_cancel_duration: order_by - auto_cancellation: order_by - best_of: order_by - check_in_setting: order_by - coaches: order_by - default_models: order_by - has_active_matches: order_by +"""Ordering options when selecting data from "match_clips".""" +input match_clips_order_by { + created_at: order_by + download_url: order_by + duration_ms: order_by + file: order_by id: order_by - invite_code: order_by - knife_round: order_by - live_match_timeout: order_by - map_pool: map_pools_order_by - map_pool_id: order_by - map_veto: order_by - match_mode: order_by - matches_aggregate: matches_aggregate_order_by - mr: order_by - number_of_substitutes: order_by - overtime: order_by - prefer_dedicated_server: order_by - ready_setting: order_by - region_veto: order_by - regions: order_by - tech_timeout_setting: order_by - timeout_setting: order_by - tournament: tournaments_order_by - tournament_bracket: tournament_brackets_order_by - tournament_stage: tournament_stages_order_by - tv_delay: order_by - type: order_by + kills_count: 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 + render_jobs_aggregate: clip_render_jobs_aggregate_order_by + round: order_by + size: order_by + target: players_order_by + target_steam_id: order_by + thumbnail_download_url: order_by + thumbnail_url: order_by + title: order_by + user: players_order_by + user_steam_id: order_by + views_count: order_by + visibility: order_by } -"""primary key columns input for table: match_options""" -input match_options_pk_columns_input { +"""primary key columns input for table: match_clips""" +input match_clips_pk_columns_input { id: uuid! } """ -select columns of table "match_options" +select columns of table "match_clips" """ -enum match_options_select_column { - """column name""" - auto_cancel_duration - - """column name""" - auto_cancellation - - """column name""" - best_of - +enum match_clips_select_column { """column name""" - check_in_setting + created_at """column name""" - coaches + duration_ms """column name""" - default_models + file """column name""" id """column name""" - invite_code - - """column name""" - knife_round - - """column name""" - live_match_timeout - - """column name""" - map_pool_id - - """column name""" - map_veto - - """column name""" - match_mode - - """column name""" - mr + kills_count """column name""" - number_of_substitutes + match_map_demo_id """column name""" - overtime + match_map_id """column name""" - prefer_dedicated_server + round """column name""" - ready_setting + size """column name""" - region_veto + target_steam_id """column name""" - regions + thumbnail_url """column name""" - tech_timeout_setting + title """column name""" - timeout_setting + user_steam_id """column name""" - tv_delay + views_count """column name""" - type + visibility } """ -input type for updating data in table "match_options" +input type for updating data in table "match_clips" """ -input match_options_set_input { - auto_cancel_duration: Int - auto_cancellation: Boolean - best_of: Int - check_in_setting: e_check_in_settings_enum - coaches: Boolean - default_models: Boolean +input match_clips_set_input { + created_at: timestamptz + duration_ms: Int + file: String id: uuid - invite_code: String - knife_round: Boolean - live_match_timeout: Int - map_pool_id: uuid - map_veto: Boolean - match_mode: e_match_mode_enum - mr: Int - number_of_substitutes: Int - overtime: Boolean - prefer_dedicated_server: Boolean - ready_setting: e_ready_settings_enum - region_veto: Boolean - regions: [String!] - tech_timeout_setting: e_timeout_settings_enum - timeout_setting: e_timeout_settings_enum - tv_delay: Int - type: e_match_types_enum + kills_count: Int + match_map_demo_id: uuid + match_map_id: uuid + round: Int + size: bigint + target_steam_id: bigint + thumbnail_url: String + title: String + user_steam_id: bigint + views_count: Int + visibility: e_match_clip_visibility_enum } """aggregate stddev on columns""" -type match_options_stddev_fields { - auto_cancel_duration: Float - best_of: Float - live_match_timeout: Float - mr: Float - number_of_substitutes: Float - tv_delay: Float +type match_clips_stddev_fields { + duration_ms: Float + kills_count: Float + round: Float + size: Float + target_steam_id: Float + user_steam_id: Float + views_count: Float +} + +""" +order by stddev() on columns of table "match_clips" +""" +input match_clips_stddev_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by } """aggregate stddev_pop on columns""" -type match_options_stddev_pop_fields { - auto_cancel_duration: Float - best_of: Float - live_match_timeout: Float - mr: Float - number_of_substitutes: Float - tv_delay: Float +type match_clips_stddev_pop_fields { + duration_ms: Float + kills_count: Float + round: Float + size: Float + target_steam_id: Float + user_steam_id: Float + views_count: Float +} + +""" +order by stddev_pop() on columns of table "match_clips" +""" +input match_clips_stddev_pop_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by } """aggregate stddev_samp on columns""" -type match_options_stddev_samp_fields { - auto_cancel_duration: Float - best_of: Float - live_match_timeout: Float - mr: Float - number_of_substitutes: Float - tv_delay: Float +type match_clips_stddev_samp_fields { + duration_ms: Float + kills_count: Float + round: Float + size: Float + target_steam_id: Float + user_steam_id: Float + views_count: Float } """ -Streaming cursor of the table "match_options" +order by stddev_samp() on columns of table "match_clips" """ -input match_options_stream_cursor_input { +input match_clips_stddev_samp_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by +} + +""" +Streaming cursor of the table "match_clips" +""" +input match_clips_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_options_stream_cursor_value_input! + initial_value: match_clips_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_options_stream_cursor_value_input { - auto_cancel_duration: Int - auto_cancellation: Boolean - best_of: Int - check_in_setting: e_check_in_settings_enum - coaches: Boolean - default_models: Boolean +input match_clips_stream_cursor_value_input { + created_at: timestamptz + duration_ms: Int + file: String id: uuid - invite_code: String - knife_round: Boolean - live_match_timeout: Int - map_pool_id: uuid - map_veto: Boolean - match_mode: e_match_mode_enum - mr: Int - number_of_substitutes: Int - overtime: Boolean - prefer_dedicated_server: Boolean - ready_setting: e_ready_settings_enum - region_veto: Boolean - regions: [String!] - tech_timeout_setting: e_timeout_settings_enum - timeout_setting: e_timeout_settings_enum - tv_delay: Int - type: e_match_types_enum + kills_count: Int + match_map_demo_id: uuid + match_map_id: uuid + round: Int + size: bigint + target_steam_id: bigint + thumbnail_url: String + title: String + user_steam_id: bigint + views_count: Int + visibility: e_match_clip_visibility_enum } """aggregate sum on columns""" -type match_options_sum_fields { - auto_cancel_duration: Int - best_of: Int - live_match_timeout: Int - mr: Int - number_of_substitutes: Int - tv_delay: Int +type match_clips_sum_fields { + duration_ms: Int + kills_count: Int + round: Int + size: bigint + target_steam_id: bigint + user_steam_id: bigint + views_count: Int } """ -update columns of table "match_options" +order by sum() on columns of table "match_clips" """ -enum match_options_update_column { - """column name""" - auto_cancel_duration - - """column name""" - auto_cancellation - - """column name""" - best_of +input match_clips_sum_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by +} +""" +update columns of table "match_clips" +""" +enum match_clips_update_column { """column name""" - check_in_setting + created_at """column name""" - coaches + duration_ms """column name""" - default_models + file """column name""" id """column name""" - invite_code - - """column name""" - knife_round - - """column name""" - live_match_timeout - - """column name""" - map_pool_id - - """column name""" - map_veto - - """column name""" - match_mode - - """column name""" - mr + kills_count """column name""" - number_of_substitutes + match_map_demo_id """column name""" - overtime + match_map_id """column name""" - prefer_dedicated_server + round """column name""" - ready_setting + size """column name""" - region_veto + target_steam_id """column name""" - regions + thumbnail_url """column name""" - tech_timeout_setting + title """column name""" - timeout_setting + user_steam_id """column name""" - tv_delay + views_count """column name""" - type + visibility } -input match_options_updates { +input match_clips_updates { """increments the numeric columns with given value of the filtered values""" - _inc: match_options_inc_input + _inc: match_clips_inc_input """sets the columns of the filtered rows to the given values""" - _set: match_options_set_input + _set: match_clips_set_input """filter the rows which have to be updated""" - where: match_options_bool_exp! + where: match_clips_bool_exp! } """aggregate var_pop on columns""" -type match_options_var_pop_fields { - auto_cancel_duration: Float - best_of: Float - live_match_timeout: Float - mr: Float - number_of_substitutes: Float - tv_delay: Float +type match_clips_var_pop_fields { + duration_ms: Float + kills_count: Float + round: Float + size: Float + target_steam_id: Float + user_steam_id: Float + views_count: Float +} + +""" +order by var_pop() on columns of table "match_clips" +""" +input match_clips_var_pop_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by } """aggregate var_samp on columns""" -type match_options_var_samp_fields { - auto_cancel_duration: Float - best_of: Float - live_match_timeout: Float - mr: Float - number_of_substitutes: Float - tv_delay: Float +type match_clips_var_samp_fields { + duration_ms: Float + kills_count: Float + round: Float + size: Float + target_steam_id: Float + user_steam_id: Float + views_count: Float +} + +""" +order by var_samp() on columns of table "match_clips" +""" +input match_clips_var_samp_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by } """aggregate variance on columns""" -type match_options_variance_fields { - auto_cancel_duration: Float - best_of: Float - live_match_timeout: Float - mr: Float - number_of_substitutes: Float - tv_delay: Float +type match_clips_variance_fields { + duration_ms: Float + kills_count: Float + round: Float + size: Float + target_steam_id: Float + user_steam_id: Float + views_count: Float } """ -columns and relationships of "match_region_veto_picks" +order by variance() on columns of table "match_clips" """ -type match_region_veto_picks { +input match_clips_variance_order_by { + duration_ms: order_by + kills_count: order_by + round: order_by + size: order_by + target_steam_id: order_by + user_steam_id: order_by + views_count: order_by +} + +""" +columns and relationships of "match_demo_sessions" +""" +type match_demo_sessions { created_at: timestamptz! + error_message: String + + """An object relationship""" + game_server_node: game_server_nodes + game_server_node_id: String id: uuid! + k8s_job_name: String! + last_activity_at: timestamptz! + last_status_at: timestamptz! """An object relationship""" match: matches! match_id: uuid! """An object relationship""" - match_lineup: match_lineups! - match_lineup_id: uuid! - region: String! - type: e_veto_pick_types_enum! + match_map: match_maps! + + """An object relationship""" + match_map_demo: match_map_demos + match_map_demo_id: uuid + match_map_id: uuid! + status: String! + status_history( + """JSON select path""" + path: String + ): jsonb! + stream_url: String + + """An object relationship""" + watcher: players! + watcher_steam_id: bigint! } """ -aggregated selection of "match_region_veto_picks" +aggregated selection of "match_demo_sessions" """ -type match_region_veto_picks_aggregate { - aggregate: match_region_veto_picks_aggregate_fields - nodes: [match_region_veto_picks!]! +type match_demo_sessions_aggregate { + aggregate: match_demo_sessions_aggregate_fields + nodes: [match_demo_sessions!]! } -input match_region_veto_picks_aggregate_bool_exp { - count: match_region_veto_picks_aggregate_bool_exp_count +input match_demo_sessions_aggregate_bool_exp { + count: match_demo_sessions_aggregate_bool_exp_count } -input match_region_veto_picks_aggregate_bool_exp_count { - arguments: [match_region_veto_picks_select_column!] +input match_demo_sessions_aggregate_bool_exp_count { + arguments: [match_demo_sessions_select_column!] distinct: Boolean - filter: match_region_veto_picks_bool_exp + filter: match_demo_sessions_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_region_veto_picks" +aggregate fields of "match_demo_sessions" """ -type match_region_veto_picks_aggregate_fields { - count(columns: [match_region_veto_picks_select_column!], distinct: Boolean): Int! - max: match_region_veto_picks_max_fields - min: match_region_veto_picks_min_fields +type match_demo_sessions_aggregate_fields { + avg: match_demo_sessions_avg_fields + count(columns: [match_demo_sessions_select_column!], distinct: Boolean): Int! + max: match_demo_sessions_max_fields + min: match_demo_sessions_min_fields + stddev: match_demo_sessions_stddev_fields + stddev_pop: match_demo_sessions_stddev_pop_fields + stddev_samp: match_demo_sessions_stddev_samp_fields + sum: match_demo_sessions_sum_fields + var_pop: match_demo_sessions_var_pop_fields + var_samp: match_demo_sessions_var_samp_fields + variance: match_demo_sessions_variance_fields } """ -order by aggregate values of table "match_region_veto_picks" +order by aggregate values of table "match_demo_sessions" """ -input match_region_veto_picks_aggregate_order_by { +input match_demo_sessions_aggregate_order_by { + avg: match_demo_sessions_avg_order_by count: order_by - max: match_region_veto_picks_max_order_by - min: match_region_veto_picks_min_order_by + max: match_demo_sessions_max_order_by + min: match_demo_sessions_min_order_by + stddev: match_demo_sessions_stddev_order_by + stddev_pop: match_demo_sessions_stddev_pop_order_by + stddev_samp: match_demo_sessions_stddev_samp_order_by + sum: match_demo_sessions_sum_order_by + var_pop: match_demo_sessions_var_pop_order_by + var_samp: match_demo_sessions_var_samp_order_by + variance: match_demo_sessions_variance_order_by +} + +"""append existing jsonb value of filtered columns with new jsonb value""" +input match_demo_sessions_append_input { + status_history: jsonb } """ -input type for inserting array relation for remote table "match_region_veto_picks" +input type for inserting array relation for remote table "match_demo_sessions" """ -input match_region_veto_picks_arr_rel_insert_input { - data: [match_region_veto_picks_insert_input!]! +input match_demo_sessions_arr_rel_insert_input { + data: [match_demo_sessions_insert_input!]! """upsert condition""" - on_conflict: match_region_veto_picks_on_conflict + on_conflict: match_demo_sessions_on_conflict +} + +"""aggregate avg on columns""" +type match_demo_sessions_avg_fields { + watcher_steam_id: Float } """ -Boolean expression to filter rows from the table "match_region_veto_picks". All fields are combined with a logical 'AND'. +order by avg() on columns of table "match_demo_sessions" """ -input match_region_veto_picks_bool_exp { - _and: [match_region_veto_picks_bool_exp!] - _not: match_region_veto_picks_bool_exp - _or: [match_region_veto_picks_bool_exp!] +input match_demo_sessions_avg_order_by { + watcher_steam_id: order_by +} + +""" +Boolean expression to filter rows from the table "match_demo_sessions". All fields are combined with a logical 'AND'. +""" +input match_demo_sessions_bool_exp { + _and: [match_demo_sessions_bool_exp!] + _not: match_demo_sessions_bool_exp + _or: [match_demo_sessions_bool_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_activity_at: timestamptz_comparison_exp + last_status_at: timestamptz_comparison_exp match: matches_bool_exp match_id: uuid_comparison_exp - match_lineup: match_lineups_bool_exp - match_lineup_id: uuid_comparison_exp - region: String_comparison_exp - type: e_veto_pick_types_enum_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 + status: String_comparison_exp + status_history: jsonb_comparison_exp + stream_url: String_comparison_exp + watcher: players_bool_exp + watcher_steam_id: bigint_comparison_exp } """ -unique or primary key constraints on table "match_region_veto_picks" +unique or primary key constraints on table "match_demo_sessions" """ -enum match_region_veto_picks_constraint { +enum match_demo_sessions_constraint { """ - unique or primary key constraint on columns "region", "match_id" + unique or primary key constraint on columns "match_map_id", "watcher_steam_id" """ - match_region_veto_picks_match_id_region_key + match_demo_sessions_per_user_per_map_uniq """ unique or primary key constraint on columns "id" """ - match_region_veto_picks_pkey + match_demo_sessions_pkey } """ -input type for inserting data into table "match_region_veto_picks" +delete the field or element with specified path (for JSON arrays, negative integers count from the end) """ -input match_region_veto_picks_insert_input { +input match_demo_sessions_delete_at_path_input { + status_history: [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 match_demo_sessions_delete_elem_input { + status_history: Int +} + +""" +delete key/value pair or string element. key/value pairs are matched based on their key value +""" +input match_demo_sessions_delete_key_input { + status_history: String +} + +""" +input type for incrementing numeric columns in table "match_demo_sessions" +""" +input match_demo_sessions_inc_input { + watcher_steam_id: bigint +} + +""" +input type for inserting data into table "match_demo_sessions" +""" +input match_demo_sessions_insert_input { created_at: timestamptz + error_message: String + game_server_node: game_server_nodes_obj_rel_insert_input + game_server_node_id: String id: uuid + k8s_job_name: String + last_activity_at: timestamptz + last_status_at: timestamptz match: matches_obj_rel_insert_input match_id: uuid - match_lineup: match_lineups_obj_rel_insert_input - match_lineup_id: uuid - region: String - type: e_veto_pick_types_enum + 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 + status: String + status_history: jsonb + stream_url: String + watcher: players_obj_rel_insert_input + watcher_steam_id: bigint } """aggregate max on columns""" -type match_region_veto_picks_max_fields { +type match_demo_sessions_max_fields { created_at: timestamptz + error_message: String + game_server_node_id: String id: uuid + k8s_job_name: String + last_activity_at: timestamptz + last_status_at: timestamptz match_id: uuid - match_lineup_id: uuid - region: String + match_map_demo_id: uuid + match_map_id: uuid + status: String + stream_url: String + watcher_steam_id: bigint } """ -order by max() on columns of table "match_region_veto_picks" +order by max() on columns of table "match_demo_sessions" """ -input match_region_veto_picks_max_order_by { +input match_demo_sessions_max_order_by { created_at: order_by + error_message: order_by + game_server_node_id: order_by id: order_by + k8s_job_name: order_by + last_activity_at: order_by + last_status_at: order_by match_id: order_by - match_lineup_id: order_by - region: order_by + match_map_demo_id: order_by + match_map_id: order_by + status: order_by + stream_url: order_by + watcher_steam_id: order_by } """aggregate min on columns""" -type match_region_veto_picks_min_fields { +type match_demo_sessions_min_fields { created_at: timestamptz + error_message: String + game_server_node_id: String id: uuid + k8s_job_name: String + last_activity_at: timestamptz + last_status_at: timestamptz match_id: uuid - match_lineup_id: uuid - region: String + match_map_demo_id: uuid + match_map_id: uuid + status: String + stream_url: String + watcher_steam_id: bigint } """ -order by min() on columns of table "match_region_veto_picks" +order by min() on columns of table "match_demo_sessions" """ -input match_region_veto_picks_min_order_by { +input match_demo_sessions_min_order_by { created_at: order_by + error_message: order_by + game_server_node_id: order_by id: order_by + k8s_job_name: order_by + last_activity_at: order_by + last_status_at: order_by match_id: order_by - match_lineup_id: order_by - region: order_by + match_map_demo_id: order_by + match_map_id: order_by + status: order_by + stream_url: order_by + watcher_steam_id: order_by } """ -response of any mutation on the table "match_region_veto_picks" +response of any mutation on the table "match_demo_sessions" """ -type match_region_veto_picks_mutation_response { +type match_demo_sessions_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_region_veto_picks!]! + returning: [match_demo_sessions!]! } """ -on_conflict condition type for table "match_region_veto_picks" +on_conflict condition type for table "match_demo_sessions" """ -input match_region_veto_picks_on_conflict { - constraint: match_region_veto_picks_constraint! - update_columns: [match_region_veto_picks_update_column!]! = [] - where: match_region_veto_picks_bool_exp +input match_demo_sessions_on_conflict { + constraint: match_demo_sessions_constraint! + update_columns: [match_demo_sessions_update_column!]! = [] + where: match_demo_sessions_bool_exp } -"""Ordering options when selecting data from "match_region_veto_picks".""" -input match_region_veto_picks_order_by { +"""Ordering options when selecting data from "match_demo_sessions".""" +input match_demo_sessions_order_by { created_at: order_by + error_message: order_by + game_server_node: game_server_nodes_order_by + game_server_node_id: order_by id: order_by + k8s_job_name: order_by + last_activity_at: order_by + last_status_at: order_by match: matches_order_by match_id: order_by - match_lineup: match_lineups_order_by - match_lineup_id: order_by - region: order_by - type: 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 + status: order_by + status_history: order_by + stream_url: order_by + watcher: players_order_by + watcher_steam_id: order_by } -"""primary key columns input for table: match_region_veto_picks""" -input match_region_veto_picks_pk_columns_input { +"""primary key columns input for table: match_demo_sessions""" +input match_demo_sessions_pk_columns_input { id: uuid! } +"""prepend existing jsonb value of filtered columns with new jsonb value""" +input match_demo_sessions_prepend_input { + status_history: jsonb +} + """ -select columns of table "match_region_veto_picks" +select columns of table "match_demo_sessions" """ -enum match_region_veto_picks_select_column { +enum match_demo_sessions_select_column { """column name""" created_at + """column name""" + error_message + + """column name""" + game_server_node_id + """column name""" id + """column name""" + k8s_job_name + + """column name""" + last_activity_at + + """column name""" + last_status_at + """column name""" match_id """column name""" - match_lineup_id + match_map_demo_id """column name""" - region + match_map_id """column name""" - type + status + + """column name""" + status_history + + """column name""" + stream_url + + """column name""" + watcher_steam_id } """ -input type for updating data in table "match_region_veto_picks" +input type for updating data in table "match_demo_sessions" """ -input match_region_veto_picks_set_input { +input match_demo_sessions_set_input { created_at: timestamptz + error_message: String + game_server_node_id: String id: uuid + k8s_job_name: String + last_activity_at: timestamptz + last_status_at: timestamptz match_id: uuid - match_lineup_id: uuid - region: String - type: e_veto_pick_types_enum + match_map_demo_id: uuid + match_map_id: uuid + status: String + status_history: jsonb + stream_url: String + watcher_steam_id: bigint +} + +"""aggregate stddev on columns""" +type match_demo_sessions_stddev_fields { + watcher_steam_id: Float } """ -Streaming cursor of the table "match_region_veto_picks" +order by stddev() on columns of table "match_demo_sessions" """ -input match_region_veto_picks_stream_cursor_input { +input match_demo_sessions_stddev_order_by { + watcher_steam_id: order_by +} + +"""aggregate stddev_pop on columns""" +type match_demo_sessions_stddev_pop_fields { + watcher_steam_id: Float +} + +""" +order by stddev_pop() on columns of table "match_demo_sessions" +""" +input match_demo_sessions_stddev_pop_order_by { + watcher_steam_id: order_by +} + +"""aggregate stddev_samp on columns""" +type match_demo_sessions_stddev_samp_fields { + watcher_steam_id: Float +} + +""" +order by stddev_samp() on columns of table "match_demo_sessions" +""" +input match_demo_sessions_stddev_samp_order_by { + watcher_steam_id: order_by +} + +""" +Streaming cursor of the table "match_demo_sessions" +""" +input match_demo_sessions_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_region_veto_picks_stream_cursor_value_input! + initial_value: match_demo_sessions_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_region_veto_picks_stream_cursor_value_input { +input match_demo_sessions_stream_cursor_value_input { created_at: timestamptz + error_message: String + game_server_node_id: String id: uuid + k8s_job_name: String + last_activity_at: timestamptz + last_status_at: timestamptz match_id: uuid - match_lineup_id: uuid - region: String - type: e_veto_pick_types_enum + match_map_demo_id: uuid + match_map_id: uuid + status: String + status_history: jsonb + stream_url: String + watcher_steam_id: bigint +} + +"""aggregate sum on columns""" +type match_demo_sessions_sum_fields { + watcher_steam_id: bigint } """ -update columns of table "match_region_veto_picks" +order by sum() on columns of table "match_demo_sessions" """ -enum match_region_veto_picks_update_column { +input match_demo_sessions_sum_order_by { + watcher_steam_id: order_by +} + +""" +update columns of table "match_demo_sessions" +""" +enum match_demo_sessions_update_column { """column name""" created_at + """column name""" + error_message + + """column name""" + game_server_node_id + """column name""" id + """column name""" + k8s_job_name + + """column name""" + last_activity_at + + """column name""" + last_status_at + """column name""" match_id """column name""" - match_lineup_id + match_map_demo_id """column name""" - region + match_map_id """column name""" - type + status + + """column name""" + status_history + + """column name""" + stream_url + + """column name""" + watcher_steam_id } -input match_region_veto_picks_updates { +input match_demo_sessions_updates { + """append existing jsonb value of filtered columns with new jsonb value""" + _append: match_demo_sessions_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: match_demo_sessions_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: match_demo_sessions_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: match_demo_sessions_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: match_demo_sessions_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: match_demo_sessions_prepend_input + """sets the columns of the filtered rows to the given values""" - _set: match_region_veto_picks_set_input + _set: match_demo_sessions_set_input """filter the rows which have to be updated""" - where: match_region_veto_picks_bool_exp! + where: match_demo_sessions_bool_exp! +} + +"""aggregate var_pop on columns""" +type match_demo_sessions_var_pop_fields { + watcher_steam_id: Float } """ -columns and relationships of "match_streams" +order by var_pop() on columns of table "match_demo_sessions" """ -type match_streams { - autodirector: Boolean! - error_message: String +input match_demo_sessions_var_pop_order_by { + watcher_steam_id: order_by +} - """An object relationship""" - game_server_node: game_server_nodes - game_server_node_id: String +"""aggregate var_samp on columns""" +type match_demo_sessions_var_samp_fields { + watcher_steam_id: Float +} + +""" +order by var_samp() on columns of table "match_demo_sessions" +""" +input match_demo_sessions_var_samp_order_by { + watcher_steam_id: order_by +} + +"""aggregate variance on columns""" +type match_demo_sessions_variance_fields { + watcher_steam_id: Float +} + +""" +order by variance() on columns of table "match_demo_sessions" +""" +input match_demo_sessions_variance_order_by { + watcher_steam_id: order_by +} + +"""relational table for assigning a players to a match and lineup""" +type match_lineup_players { + captain: Boolean! + checked_in: Boolean! + discord_id: String id: uuid! - is_game_streamer: Boolean! - is_live: Boolean! - k8s_service_name: String - last_status_at: timestamptz - link: String! """An object relationship""" - match: matches! - match_id: uuid! - mode: String! - priority: Int! - status: String - status_history( - """JSON select path""" - path: String - ): jsonb! - stream_url: String - title: String! + lineup: match_lineups! + match_lineup_id: uuid! + placeholder_name: String + + """An object relationship""" + player: players + steam_id: bigint } """ -aggregated selection of "match_streams" +aggregated selection of "match_lineup_players" """ -type match_streams_aggregate { - aggregate: match_streams_aggregate_fields - nodes: [match_streams!]! +type match_lineup_players_aggregate { + aggregate: match_lineup_players_aggregate_fields + nodes: [match_lineup_players!]! } -input match_streams_aggregate_bool_exp { - bool_and: match_streams_aggregate_bool_exp_bool_and - bool_or: match_streams_aggregate_bool_exp_bool_or - count: match_streams_aggregate_bool_exp_count +input match_lineup_players_aggregate_bool_exp { + bool_and: match_lineup_players_aggregate_bool_exp_bool_and + bool_or: match_lineup_players_aggregate_bool_exp_bool_or + count: match_lineup_players_aggregate_bool_exp_count } -input match_streams_aggregate_bool_exp_bool_and { - arguments: match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns! +input match_lineup_players_aggregate_bool_exp_bool_and { + arguments: match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns! distinct: Boolean - filter: match_streams_bool_exp + filter: match_lineup_players_bool_exp predicate: Boolean_comparison_exp! } -input match_streams_aggregate_bool_exp_bool_or { - arguments: match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns! +input match_lineup_players_aggregate_bool_exp_bool_or { + arguments: match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns! distinct: Boolean - filter: match_streams_bool_exp + filter: match_lineup_players_bool_exp predicate: Boolean_comparison_exp! } -input match_streams_aggregate_bool_exp_count { - arguments: [match_streams_select_column!] +input match_lineup_players_aggregate_bool_exp_count { + arguments: [match_lineup_players_select_column!] distinct: Boolean - filter: match_streams_bool_exp + filter: match_lineup_players_bool_exp predicate: Int_comparison_exp! } """ -aggregate fields of "match_streams" +aggregate fields of "match_lineup_players" """ -type match_streams_aggregate_fields { - avg: match_streams_avg_fields - count(columns: [match_streams_select_column!], distinct: Boolean): Int! - max: match_streams_max_fields - min: match_streams_min_fields - stddev: match_streams_stddev_fields - stddev_pop: match_streams_stddev_pop_fields - stddev_samp: match_streams_stddev_samp_fields - sum: match_streams_sum_fields - var_pop: match_streams_var_pop_fields - var_samp: match_streams_var_samp_fields - variance: match_streams_variance_fields +type match_lineup_players_aggregate_fields { + avg: match_lineup_players_avg_fields + count(columns: [match_lineup_players_select_column!], distinct: Boolean): Int! + max: match_lineup_players_max_fields + min: match_lineup_players_min_fields + stddev: match_lineup_players_stddev_fields + stddev_pop: match_lineup_players_stddev_pop_fields + stddev_samp: match_lineup_players_stddev_samp_fields + sum: match_lineup_players_sum_fields + var_pop: match_lineup_players_var_pop_fields + var_samp: match_lineup_players_var_samp_fields + variance: match_lineup_players_variance_fields } """ -order by aggregate values of table "match_streams" +order by aggregate values of table "match_lineup_players" """ -input match_streams_aggregate_order_by { - avg: match_streams_avg_order_by +input match_lineup_players_aggregate_order_by { + avg: match_lineup_players_avg_order_by count: order_by - max: match_streams_max_order_by - min: match_streams_min_order_by - stddev: match_streams_stddev_order_by - stddev_pop: match_streams_stddev_pop_order_by - stddev_samp: match_streams_stddev_samp_order_by - sum: match_streams_sum_order_by - var_pop: match_streams_var_pop_order_by - var_samp: match_streams_var_samp_order_by - variance: match_streams_variance_order_by -} - -"""append existing jsonb value of filtered columns with new jsonb value""" -input match_streams_append_input { - status_history: jsonb + max: match_lineup_players_max_order_by + min: match_lineup_players_min_order_by + stddev: match_lineup_players_stddev_order_by + stddev_pop: match_lineup_players_stddev_pop_order_by + stddev_samp: match_lineup_players_stddev_samp_order_by + sum: match_lineup_players_sum_order_by + var_pop: match_lineup_players_var_pop_order_by + var_samp: match_lineup_players_var_samp_order_by + variance: match_lineup_players_variance_order_by } """ -input type for inserting array relation for remote table "match_streams" +input type for inserting array relation for remote table "match_lineup_players" """ -input match_streams_arr_rel_insert_input { - data: [match_streams_insert_input!]! +input match_lineup_players_arr_rel_insert_input { + data: [match_lineup_players_insert_input!]! """upsert condition""" - on_conflict: match_streams_on_conflict + on_conflict: match_lineup_players_on_conflict } """aggregate avg on columns""" -type match_streams_avg_fields { - priority: Float +type match_lineup_players_avg_fields { + steam_id: Float } """ -order by avg() on columns of table "match_streams" +order by avg() on columns of table "match_lineup_players" """ -input match_streams_avg_order_by { - priority: order_by +input match_lineup_players_avg_order_by { + steam_id: order_by } """ -Boolean expression to filter rows from the table "match_streams". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "match_lineup_players". All fields are combined with a logical 'AND'. """ -input match_streams_bool_exp { - _and: [match_streams_bool_exp!] - _not: match_streams_bool_exp - _or: [match_streams_bool_exp!] - autodirector: Boolean_comparison_exp - error_message: String_comparison_exp - game_server_node: game_server_nodes_bool_exp - game_server_node_id: String_comparison_exp +input match_lineup_players_bool_exp { + _and: [match_lineup_players_bool_exp!] + _not: match_lineup_players_bool_exp + _or: [match_lineup_players_bool_exp!] + captain: Boolean_comparison_exp + checked_in: Boolean_comparison_exp + discord_id: String_comparison_exp id: uuid_comparison_exp - is_game_streamer: Boolean_comparison_exp - is_live: Boolean_comparison_exp - k8s_service_name: String_comparison_exp - last_status_at: timestamptz_comparison_exp - link: String_comparison_exp - match: matches_bool_exp - match_id: uuid_comparison_exp - mode: String_comparison_exp - priority: Int_comparison_exp - status: String_comparison_exp - status_history: jsonb_comparison_exp - stream_url: String_comparison_exp - title: String_comparison_exp + lineup: match_lineups_bool_exp + match_lineup_id: uuid_comparison_exp + placeholder_name: String_comparison_exp + player: players_bool_exp + steam_id: bigint_comparison_exp } """ -unique or primary key constraints on table "match_streams" +unique or primary key constraints on table "match_lineup_players" """ -enum match_streams_constraint { +enum match_lineup_players_constraint { """ - unique or primary key constraint on columns "id" + unique or primary key constraint on columns "placeholder_name", "match_lineup_id" """ - match_streams_pkey -} - -""" -delete the field or element with specified path (for JSON arrays, negative integers count from the end) -""" -input match_streams_delete_at_path_input { - status_history: [String!] -} + match_lineup_players_match_lineup_id_placeholder_name_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 match_streams_delete_elem_input { - status_history: Int -} + """ + unique or primary key constraint on columns "steam_id", "match_lineup_id" + """ + match_lineup_players_match_lineup_id_steam_id_key -""" -delete key/value pair or string element. key/value pairs are matched based on their key value -""" -input match_streams_delete_key_input { - status_history: String + """ + unique or primary key constraint on columns "id" + """ + match_members_pkey } """ -input type for incrementing numeric columns in table "match_streams" +input type for incrementing numeric columns in table "match_lineup_players" """ -input match_streams_inc_input { - priority: Int +input match_lineup_players_inc_input { + steam_id: bigint } """ -input type for inserting data into table "match_streams" +input type for inserting data into table "match_lineup_players" """ -input match_streams_insert_input { - autodirector: Boolean - error_message: String - game_server_node: game_server_nodes_obj_rel_insert_input - game_server_node_id: String +input match_lineup_players_insert_input { + captain: Boolean + checked_in: Boolean + discord_id: String id: uuid - is_game_streamer: Boolean - is_live: Boolean - k8s_service_name: String - last_status_at: timestamptz - link: String - match: matches_obj_rel_insert_input - match_id: uuid - mode: String - priority: Int - status: String - status_history: jsonb - stream_url: String - title: String + lineup: match_lineups_obj_rel_insert_input + match_lineup_id: uuid + placeholder_name: String + player: players_obj_rel_insert_input + steam_id: bigint } """aggregate max on columns""" -type match_streams_max_fields { - error_message: String - game_server_node_id: String +type match_lineup_players_max_fields { + discord_id: String id: uuid - k8s_service_name: String - last_status_at: timestamptz - link: String - match_id: uuid - mode: String - priority: Int - status: String - stream_url: String - title: String + match_lineup_id: uuid + placeholder_name: String + steam_id: bigint } """ -order by max() on columns of table "match_streams" +order by max() on columns of table "match_lineup_players" """ -input match_streams_max_order_by { - error_message: order_by - game_server_node_id: order_by +input match_lineup_players_max_order_by { + discord_id: order_by id: order_by - k8s_service_name: order_by - last_status_at: order_by - link: order_by - match_id: order_by - mode: order_by - priority: order_by - status: order_by - stream_url: order_by - title: order_by + match_lineup_id: order_by + placeholder_name: order_by + steam_id: order_by } """aggregate min on columns""" -type match_streams_min_fields { - error_message: String - game_server_node_id: String +type match_lineup_players_min_fields { + discord_id: String id: uuid - k8s_service_name: String - last_status_at: timestamptz - link: String - match_id: uuid - mode: String - priority: Int - status: String - stream_url: String - title: String + match_lineup_id: uuid + placeholder_name: String + steam_id: bigint } """ -order by min() on columns of table "match_streams" +order by min() on columns of table "match_lineup_players" """ -input match_streams_min_order_by { - error_message: order_by - game_server_node_id: order_by +input match_lineup_players_min_order_by { + discord_id: order_by id: order_by - k8s_service_name: order_by - last_status_at: order_by - link: order_by - match_id: order_by - mode: order_by - priority: order_by - status: order_by - stream_url: order_by - title: order_by + match_lineup_id: order_by + placeholder_name: order_by + steam_id: order_by } """ -response of any mutation on the table "match_streams" +response of any mutation on the table "match_lineup_players" """ -type match_streams_mutation_response { +type match_lineup_players_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [match_streams!]! + returning: [match_lineup_players!]! } """ -on_conflict condition type for table "match_streams" +on_conflict condition type for table "match_lineup_players" """ -input match_streams_on_conflict { - constraint: match_streams_constraint! - update_columns: [match_streams_update_column!]! = [] - where: match_streams_bool_exp +input match_lineup_players_on_conflict { + constraint: match_lineup_players_constraint! + update_columns: [match_lineup_players_update_column!]! = [] + where: match_lineup_players_bool_exp } -"""Ordering options when selecting data from "match_streams".""" -input match_streams_order_by { - autodirector: order_by - error_message: order_by - game_server_node: game_server_nodes_order_by - game_server_node_id: order_by +"""Ordering options when selecting data from "match_lineup_players".""" +input match_lineup_players_order_by { + captain: order_by + checked_in: order_by + discord_id: order_by id: order_by - is_game_streamer: order_by - is_live: order_by - k8s_service_name: order_by - last_status_at: order_by - link: order_by - match: matches_order_by - match_id: order_by - mode: order_by - priority: order_by - status: order_by - status_history: order_by - stream_url: order_by - title: order_by + lineup: match_lineups_order_by + match_lineup_id: order_by + placeholder_name: order_by + player: players_order_by + steam_id: order_by } -"""primary key columns input for table: match_streams""" -input match_streams_pk_columns_input { +"""primary key columns input for table: match_lineup_players""" +input match_lineup_players_pk_columns_input { id: uuid! } -"""prepend existing jsonb value of filtered columns with new jsonb value""" -input match_streams_prepend_input { - status_history: jsonb -} - """ -select columns of table "match_streams" +select columns of table "match_lineup_players" """ -enum match_streams_select_column { +enum match_lineup_players_select_column { """column name""" - autodirector + captain """column name""" - error_message + checked_in """column name""" - game_server_node_id + discord_id """column name""" id """column name""" - is_game_streamer - - """column name""" - is_live - - """column name""" - k8s_service_name - - """column name""" - last_status_at - - """column name""" - link - - """column name""" - match_id - - """column name""" - mode - - """column name""" - priority - - """column name""" - status - - """column name""" - status_history + match_lineup_id """column name""" - stream_url + placeholder_name """column name""" - title + steam_id } """ -select "match_streams_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_streams" +select "match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_lineup_players" """ -enum match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - autodirector - +enum match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns { """column name""" - is_game_streamer + captain """column name""" - is_live + checked_in } """ -select "match_streams_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_streams" +select "match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_lineup_players" """ -enum match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns { - """column name""" - autodirector - +enum match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - is_game_streamer + captain """column name""" - is_live + checked_in } """ -input type for updating data in table "match_streams" +input type for updating data in table "match_lineup_players" """ -input match_streams_set_input { - autodirector: Boolean - error_message: String - game_server_node_id: String +input match_lineup_players_set_input { + captain: Boolean + checked_in: Boolean + discord_id: String id: uuid - is_game_streamer: Boolean - is_live: Boolean - k8s_service_name: String - last_status_at: timestamptz - link: String - match_id: uuid - mode: String - priority: Int - status: String - status_history: jsonb - stream_url: String - title: String + match_lineup_id: uuid + placeholder_name: String + steam_id: bigint } """aggregate stddev on columns""" -type match_streams_stddev_fields { - priority: Float +type match_lineup_players_stddev_fields { + steam_id: Float } """ -order by stddev() on columns of table "match_streams" +order by stddev() on columns of table "match_lineup_players" """ -input match_streams_stddev_order_by { - priority: order_by +input match_lineup_players_stddev_order_by { + steam_id: order_by } """aggregate stddev_pop on columns""" -type match_streams_stddev_pop_fields { - priority: Float +type match_lineup_players_stddev_pop_fields { + steam_id: Float } """ -order by stddev_pop() on columns of table "match_streams" +order by stddev_pop() on columns of table "match_lineup_players" """ -input match_streams_stddev_pop_order_by { - priority: order_by +input match_lineup_players_stddev_pop_order_by { + steam_id: order_by } """aggregate stddev_samp on columns""" -type match_streams_stddev_samp_fields { - priority: Float +type match_lineup_players_stddev_samp_fields { + steam_id: Float } """ -order by stddev_samp() on columns of table "match_streams" +order by stddev_samp() on columns of table "match_lineup_players" """ -input match_streams_stddev_samp_order_by { - priority: order_by +input match_lineup_players_stddev_samp_order_by { + steam_id: order_by } """ -Streaming cursor of the table "match_streams" +Streaming cursor of the table "match_lineup_players" """ -input match_streams_stream_cursor_input { +input match_lineup_players_stream_cursor_input { """Stream column input with initial value""" - initial_value: match_streams_stream_cursor_value_input! + initial_value: match_lineup_players_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input match_streams_stream_cursor_value_input { - autodirector: Boolean - error_message: String - game_server_node_id: String +input match_lineup_players_stream_cursor_value_input { + captain: Boolean + checked_in: Boolean + discord_id: String id: uuid - is_game_streamer: Boolean - is_live: Boolean - k8s_service_name: String - last_status_at: timestamptz - link: String - match_id: uuid - mode: String - priority: Int - status: String - status_history: jsonb - stream_url: String - title: String + match_lineup_id: uuid + placeholder_name: String + steam_id: bigint } """aggregate sum on columns""" -type match_streams_sum_fields { - priority: Int +type match_lineup_players_sum_fields { + steam_id: bigint } """ -order by sum() on columns of table "match_streams" +order by sum() on columns of table "match_lineup_players" """ -input match_streams_sum_order_by { - priority: order_by +input match_lineup_players_sum_order_by { + steam_id: order_by } """ -update columns of table "match_streams" +update columns of table "match_lineup_players" """ -enum match_streams_update_column { +enum match_lineup_players_update_column { """column name""" - autodirector + captain """column name""" - error_message + checked_in """column name""" - game_server_node_id + discord_id """column name""" id """column name""" - is_game_streamer - - """column name""" - is_live - - """column name""" - k8s_service_name - - """column name""" - last_status_at - - """column name""" - link - - """column name""" - match_id - - """column name""" - mode - - """column name""" - priority - - """column name""" - status - - """column name""" - status_history + match_lineup_id """column name""" - stream_url + placeholder_name """column name""" - title + steam_id } -input match_streams_updates { - """append existing jsonb value of filtered columns with new jsonb value""" - _append: match_streams_append_input - - """ - delete the field or element with specified path (for JSON arrays, negative integers count from the end) - """ - _delete_at_path: match_streams_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: match_streams_delete_elem_input - - """ - delete key/value pair or string element. key/value pairs are matched based on their key value - """ - _delete_key: match_streams_delete_key_input - +input match_lineup_players_updates { """increments the numeric columns with given value of the filtered values""" - _inc: match_streams_inc_input - - """prepend existing jsonb value of filtered columns with new jsonb value""" - _prepend: match_streams_prepend_input + _inc: match_lineup_players_inc_input """sets the columns of the filtered rows to the given values""" - _set: match_streams_set_input + _set: match_lineup_players_set_input """filter the rows which have to be updated""" - where: match_streams_bool_exp! + where: match_lineup_players_bool_exp! } """aggregate var_pop on columns""" -type match_streams_var_pop_fields { - priority: Float +type match_lineup_players_var_pop_fields { + steam_id: Float } """ -order by var_pop() on columns of table "match_streams" +order by var_pop() on columns of table "match_lineup_players" """ -input match_streams_var_pop_order_by { - priority: order_by +input match_lineup_players_var_pop_order_by { + steam_id: order_by } """aggregate var_samp on columns""" -type match_streams_var_samp_fields { - priority: Float +type match_lineup_players_var_samp_fields { + steam_id: Float } """ -order by var_samp() on columns of table "match_streams" +order by var_samp() on columns of table "match_lineup_players" """ -input match_streams_var_samp_order_by { - priority: order_by +input match_lineup_players_var_samp_order_by { + steam_id: order_by } """aggregate variance on columns""" -type match_streams_variance_fields { - priority: Float +type match_lineup_players_variance_fields { + steam_id: Float } """ -order by variance() on columns of table "match_streams" +order by variance() on columns of table "match_lineup_players" """ -input match_streams_variance_order_by { - priority: order_by +input match_lineup_players_variance_order_by { + steam_id: order_by } -""" -columns and relationships of "match_type_cfgs" -""" -type match_type_cfgs { - cfg: String! - type: e_game_cfg_types_enum! -} +"""relational table for assigning a team to a match and lineup""" +type match_lineups { + """ + A computed field, executes function "can_pick_map_veto" + """ + can_pick_map_veto: Boolean -""" -aggregated selection of "match_type_cfgs" -""" -type match_type_cfgs_aggregate { - aggregate: match_type_cfgs_aggregate_fields - nodes: [match_type_cfgs!]! -} + """ + A computed field, executes function "can_pick_region_veto" + """ + can_pick_region_veto: Boolean -""" -aggregate fields of "match_type_cfgs" -""" -type match_type_cfgs_aggregate_fields { - count(columns: [match_type_cfgs_select_column!], distinct: Boolean): Int! - max: match_type_cfgs_max_fields - min: match_type_cfgs_min_fields -} + """ + A computed field, executes function "can_update_lineup" + """ + can_update_lineup: Boolean -""" -Boolean expression to filter rows from the table "match_type_cfgs". All fields are combined with a logical 'AND'. -""" -input match_type_cfgs_bool_exp { - _and: [match_type_cfgs_bool_exp!] - _not: match_type_cfgs_bool_exp - _or: [match_type_cfgs_bool_exp!] - cfg: String_comparison_exp - type: e_game_cfg_types_enum_comparison_exp -} + """An object relationship""" + captain: v_match_captains + + """An object relationship""" + coach: players + coach_steam_id: bigint + id: uuid! -""" -unique or primary key constraints on table "match_type_cfgs" -""" -enum match_type_cfgs_constraint { """ - unique or primary key constraint on columns "type" + A computed field, executes function "is_on_lineup" """ - match_type_cfgs_pkey -} + is_on_lineup: Boolean -""" -input type for inserting data into table "match_type_cfgs" -""" -input match_type_cfgs_insert_input { - cfg: String - type: e_game_cfg_types_enum -} + """ + A computed field, executes function "lineup_is_picking_map_veto" + """ + is_picking_map_veto: Boolean -"""aggregate max on columns""" -type match_type_cfgs_max_fields { - cfg: String -} + """ + A computed field, executes function "lineup_is_picking_region_veto" + """ + is_picking_region_veto: Boolean -"""aggregate min on columns""" -type match_type_cfgs_min_fields { - cfg: String -} + """ + A computed field, executes function "is_match_lineup_ready" + """ + is_ready: Boolean -""" -response of any mutation on the table "match_type_cfgs" -""" -type match_type_cfgs_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! + """An array relationship""" + lineup_players( + """distinct select on columns""" + distinct_on: [match_lineup_players_select_column!] - """data from the rows affected by the mutation""" - returning: [match_type_cfgs!]! -} + """limit the number of rows returned""" + limit: Int -""" -on_conflict condition type for table "match_type_cfgs" -""" -input match_type_cfgs_on_conflict { - constraint: match_type_cfgs_constraint! - update_columns: [match_type_cfgs_update_column!]! = [] - where: match_type_cfgs_bool_exp -} + """skip the first n rows. Use only with order_by""" + offset: Int -"""Ordering options when selecting data from "match_type_cfgs".""" -input match_type_cfgs_order_by { - cfg: order_by - type: order_by -} + """sort the rows by one or more columns""" + order_by: [match_lineup_players_order_by!] -"""primary key columns input for table: match_type_cfgs""" -input match_type_cfgs_pk_columns_input { - type: e_game_cfg_types_enum! -} + """filter the rows returned""" + where: match_lineup_players_bool_exp + ): [match_lineup_players!]! -""" -select columns of table "match_type_cfgs" -""" -enum match_type_cfgs_select_column { - """column name""" - cfg + """An aggregate relationship""" + lineup_players_aggregate( + """distinct select on columns""" + distinct_on: [match_lineup_players_select_column!] - """column name""" - type -} + """limit the number of rows returned""" + limit: Int -""" -input type for updating data in table "match_type_cfgs" -""" -input match_type_cfgs_set_input { - cfg: String - type: e_game_cfg_types_enum -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -Streaming cursor of the table "match_type_cfgs" -""" -input match_type_cfgs_stream_cursor_input { - """Stream column input with initial value""" - initial_value: match_type_cfgs_stream_cursor_value_input! + """sort the rows by one or more columns""" + order_by: [match_lineup_players_order_by!] - """cursor ordering""" - ordering: cursor_ordering -} - -"""Initial value of the column from where the streaming should start""" -input match_type_cfgs_stream_cursor_value_input { - cfg: String - type: e_game_cfg_types_enum -} - -""" -update columns of table "match_type_cfgs" -""" -enum match_type_cfgs_update_column { - """column name""" - cfg - - """column name""" - type -} - -input match_type_cfgs_updates { - """sets the columns of the filtered rows to the given values""" - _set: match_type_cfgs_set_input - - """filter the rows which have to be updated""" - where: match_type_cfgs_bool_exp! -} - -""" -columns and relationships of "matches" -""" -type matches { - """ - A computed field, executes function "can_assign_server_to_match" - """ - can_assign_server: Boolean - - """ - A computed field, executes function "can_cancel_match" - """ - can_cancel: Boolean - - """ - A computed field, executes function "can_check_in" - """ - can_check_in: Boolean - - """ - A computed field, executes function "can_reassign_winner" - """ - can_reassign_winner: Boolean - - """ - A computed field, executes function "can_schedule_match" - """ - can_schedule: Boolean - - """ - A computed field, executes function "can_start_match" - """ - can_start: Boolean - - """ - A computed field, executes function "can_stream_live" - """ - can_stream_live: Boolean + """filter the rows returned""" + where: match_lineup_players_bool_exp + ): match_lineup_players_aggregate! - """ - A computed field, executes function "can_stream_tv" - """ - can_stream_tv: Boolean - cancels_at: timestamptz + """An object relationship""" + match: matches + match_id: uuid """An array relationship""" - clutches( + match_veto_picks( """distinct select on columns""" - distinct_on: [v_match_clutches_select_column!] + distinct_on: [match_map_veto_picks_select_column!] """limit the number of rows returned""" limit: Int @@ -22706,16 +22966,16 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [v_match_clutches_order_by!] + order_by: [match_map_veto_picks_order_by!] """filter the rows returned""" - where: v_match_clutches_bool_exp - ): [v_match_clutches!]! + where: match_map_veto_picks_bool_exp + ): [match_map_veto_picks!]! """An aggregate relationship""" - clutches_aggregate( + match_veto_picks_aggregate( """distinct select on columns""" - distinct_on: [v_match_clutches_select_column!] + distinct_on: [match_map_veto_picks_select_column!] """limit the number of rows returned""" limit: Int @@ -22724,258 +22984,449 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [v_match_clutches_order_by!] + order_by: [match_map_veto_picks_order_by!] """filter the rows returned""" - where: v_match_clutches_bool_exp - ): v_match_clutches_aggregate! + where: match_map_veto_picks_bool_exp + ): match_map_veto_picks_aggregate! """ - A computed field, executes function "get_match_connection_link" + A computed field, executes function "get_team_name" """ - connection_link: String + name: String - """ - A computed field, executes function "get_match_connection_string" - """ - connection_string: String - created_at: timestamptz! + """An object relationship""" + team: teams + team_id: uuid + team_name: String +} - """ - A computed field, executes function "get_current_match_map" - """ - current_match_map_id: uuid +""" +aggregated selection of "match_lineups" +""" +type match_lineups_aggregate { + aggregate: match_lineups_aggregate_fields + nodes: [match_lineups!]! +} - """An array relationship""" - demos( - """distinct select on columns""" - distinct_on: [match_map_demos_select_column!] +input match_lineups_aggregate_bool_exp { + count: match_lineups_aggregate_bool_exp_count +} - """limit the number of rows returned""" - limit: Int +input match_lineups_aggregate_bool_exp_count { + arguments: [match_lineups_select_column!] + distinct: Boolean + filter: match_lineups_bool_exp + predicate: Int_comparison_exp! +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +aggregate fields of "match_lineups" +""" +type match_lineups_aggregate_fields { + avg: match_lineups_avg_fields + count(columns: [match_lineups_select_column!], distinct: Boolean): Int! + max: match_lineups_max_fields + min: match_lineups_min_fields + stddev: match_lineups_stddev_fields + stddev_pop: match_lineups_stddev_pop_fields + stddev_samp: match_lineups_stddev_samp_fields + sum: match_lineups_sum_fields + var_pop: match_lineups_var_pop_fields + var_samp: match_lineups_var_samp_fields + variance: match_lineups_variance_fields +} - """sort the rows by one or more columns""" - order_by: [match_map_demos_order_by!] +""" +order by aggregate values of table "match_lineups" +""" +input match_lineups_aggregate_order_by { + avg: match_lineups_avg_order_by + count: order_by + max: match_lineups_max_order_by + min: match_lineups_min_order_by + stddev: match_lineups_stddev_order_by + stddev_pop: match_lineups_stddev_pop_order_by + stddev_samp: match_lineups_stddev_samp_order_by + sum: match_lineups_sum_order_by + var_pop: match_lineups_var_pop_order_by + var_samp: match_lineups_var_samp_order_by + variance: match_lineups_variance_order_by +} - """filter the rows returned""" - where: match_map_demos_bool_exp - ): [match_map_demos!]! +""" +input type for inserting array relation for remote table "match_lineups" +""" +input match_lineups_arr_rel_insert_input { + data: [match_lineups_insert_input!]! - """An aggregate relationship""" - demos_aggregate( - """distinct select on columns""" - distinct_on: [match_map_demos_select_column!] + """upsert condition""" + on_conflict: match_lineups_on_conflict +} - """limit the number of rows returned""" - limit: Int +"""aggregate avg on columns""" +type match_lineups_avg_fields { + coach_steam_id: Float +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +order by avg() on columns of table "match_lineups" +""" +input match_lineups_avg_order_by { + coach_steam_id: order_by +} - """sort the rows by one or more columns""" - order_by: [match_map_demos_order_by!] +""" +Boolean expression to filter rows from the table "match_lineups". All fields are combined with a logical 'AND'. +""" +input match_lineups_bool_exp { + _and: [match_lineups_bool_exp!] + _not: match_lineups_bool_exp + _or: [match_lineups_bool_exp!] + can_pick_map_veto: Boolean_comparison_exp + can_pick_region_veto: Boolean_comparison_exp + can_update_lineup: Boolean_comparison_exp + captain: v_match_captains_bool_exp + coach: players_bool_exp + coach_steam_id: bigint_comparison_exp + id: uuid_comparison_exp + is_on_lineup: Boolean_comparison_exp + is_picking_map_veto: Boolean_comparison_exp + is_picking_region_veto: Boolean_comparison_exp + is_ready: Boolean_comparison_exp + lineup_players: match_lineup_players_bool_exp + lineup_players_aggregate: match_lineup_players_aggregate_bool_exp + match: matches_bool_exp + match_id: uuid_comparison_exp + match_veto_picks: match_map_veto_picks_bool_exp + match_veto_picks_aggregate: match_map_veto_picks_aggregate_bool_exp + name: String_comparison_exp + team: teams_bool_exp + team_id: uuid_comparison_exp + team_name: String_comparison_exp +} - """filter the rows returned""" - where: match_map_demos_bool_exp - ): match_map_demos_aggregate! +""" +unique or primary key constraints on table "match_lineups" +""" +enum match_lineups_constraint { + """ + unique or primary key constraint on columns "id" + """ + match_teams_pkey +} - """An array relationship""" - draft_games( - """distinct select on columns""" - distinct_on: [draft_games_select_column!] +""" +input type for incrementing numeric columns in table "match_lineups" +""" +input match_lineups_inc_input { + coach_steam_id: bigint +} - """limit the number of rows returned""" - limit: Int +""" +input type for inserting data into table "match_lineups" +""" +input match_lineups_insert_input { + captain: v_match_captains_obj_rel_insert_input + coach: players_obj_rel_insert_input + coach_steam_id: bigint + id: uuid + lineup_players: match_lineup_players_arr_rel_insert_input + match: matches_obj_rel_insert_input + match_id: uuid + match_veto_picks: match_map_veto_picks_arr_rel_insert_input + team: teams_obj_rel_insert_input + team_id: uuid + team_name: String +} - """skip the first n rows. Use only with order_by""" - offset: Int +"""aggregate max on columns""" +type match_lineups_max_fields { + coach_steam_id: bigint + id: uuid + match_id: uuid - """sort the rows by one or more columns""" - order_by: [draft_games_order_by!] + """ + A computed field, executes function "get_team_name" + """ + name: String + team_id: uuid + team_name: String +} - """filter the rows returned""" - where: draft_games_bool_exp - ): [draft_games!]! +""" +order by max() on columns of table "match_lineups" +""" +input match_lineups_max_order_by { + coach_steam_id: order_by + id: order_by + match_id: order_by + team_id: order_by + team_name: order_by +} - """An aggregate relationship""" - draft_games_aggregate( - """distinct select on columns""" - distinct_on: [draft_games_select_column!] +"""aggregate min on columns""" +type match_lineups_min_fields { + coach_steam_id: bigint + id: uuid + match_id: uuid - """limit the number of rows returned""" - limit: Int + """ + A computed field, executes function "get_team_name" + """ + name: String + team_id: uuid + team_name: String +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +order by min() on columns of table "match_lineups" +""" +input match_lineups_min_order_by { + coach_steam_id: order_by + id: order_by + match_id: order_by + team_id: order_by + team_name: order_by +} - """sort the rows by one or more columns""" - order_by: [draft_games_order_by!] +""" +response of any mutation on the table "match_lineups" +""" +type match_lineups_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """filter the rows returned""" - where: draft_games_bool_exp - ): draft_games_aggregate! + """data from the rows affected by the mutation""" + returning: [match_lineups!]! +} - """An object relationship""" - e_match_status: e_match_status! +""" +input type for inserting object relation for remote table "match_lineups" +""" +input match_lineups_obj_rel_insert_input { + data: match_lineups_insert_input! - """An object relationship""" - e_region: server_regions - effective_at: timestamptz + """upsert condition""" + on_conflict: match_lineups_on_conflict +} - """An array relationship""" - elo_changes( - """distinct select on columns""" - distinct_on: [v_player_elo_select_column!] +""" +on_conflict condition type for table "match_lineups" +""" +input match_lineups_on_conflict { + constraint: match_lineups_constraint! + update_columns: [match_lineups_update_column!]! = [] + where: match_lineups_bool_exp +} - """limit the number of rows returned""" - limit: Int +"""Ordering options when selecting data from "match_lineups".""" +input match_lineups_order_by { + can_pick_map_veto: order_by + can_pick_region_veto: order_by + can_update_lineup: order_by + captain: v_match_captains_order_by + coach: players_order_by + coach_steam_id: order_by + id: order_by + is_on_lineup: order_by + is_picking_map_veto: order_by + is_picking_region_veto: order_by + is_ready: order_by + lineup_players_aggregate: match_lineup_players_aggregate_order_by + match: matches_order_by + match_id: order_by + match_veto_picks_aggregate: match_map_veto_picks_aggregate_order_by + name: order_by + team: teams_order_by + team_id: order_by + team_name: order_by +} - """skip the first n rows. Use only with order_by""" - offset: Int +"""primary key columns input for table: match_lineups""" +input match_lineups_pk_columns_input { + id: uuid! +} - """sort the rows by one or more columns""" - order_by: [v_player_elo_order_by!] +""" +select columns of table "match_lineups" +""" +enum match_lineups_select_column { + """column name""" + coach_steam_id - """filter the rows returned""" - where: v_player_elo_bool_exp - ): [v_player_elo!]! + """column name""" + id - """An aggregate relationship""" - elo_changes_aggregate( - """distinct select on columns""" - distinct_on: [v_player_elo_select_column!] + """column name""" + match_id - """limit the number of rows returned""" - limit: Int + """column name""" + team_id - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + team_name +} - """sort the rows by one or more columns""" - order_by: [v_player_elo_order_by!] +""" +input type for updating data in table "match_lineups" +""" +input match_lineups_set_input { + coach_steam_id: bigint + id: uuid + match_id: uuid + team_id: uuid + team_name: String +} - """filter the rows returned""" - where: v_player_elo_bool_exp - ): v_player_elo_aggregate! - ended_at: timestamptz - external_id: String - id: uuid! +"""aggregate stddev on columns""" +type match_lineups_stddev_fields { + coach_steam_id: Float +} - """ - A computed field, executes function "match_invite_code" - """ - invite_code: String +""" +order by stddev() on columns of table "match_lineups" +""" +input match_lineups_stddev_order_by { + coach_steam_id: order_by +} - """ - A computed field, executes function "is_captain" - """ - is_captain: Boolean +"""aggregate stddev_pop on columns""" +type match_lineups_stddev_pop_fields { + coach_steam_id: Float +} - """ - A computed field, executes function "is_coach" - """ - is_coach: Boolean +""" +order by stddev_pop() on columns of table "match_lineups" +""" +input match_lineups_stddev_pop_order_by { + coach_steam_id: order_by +} - """ - A computed field, executes function "is_friend_in_match_lineup" - """ - is_friend_in_match_lineup: Boolean +"""aggregate stddev_samp on columns""" +type match_lineups_stddev_samp_fields { + coach_steam_id: Float +} - """ - A computed field, executes function "is_in_lineup" - """ - is_in_lineup: Boolean +""" +order by stddev_samp() on columns of table "match_lineups" +""" +input match_lineups_stddev_samp_order_by { + coach_steam_id: order_by +} - """ - A computed field, executes function "is_match_server_available" - """ - is_match_server_available: Boolean +""" +Streaming cursor of the table "match_lineups" +""" +input match_lineups_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_lineups_stream_cursor_value_input! - """ - A computed field, executes function "is_match_organizer" - """ - is_organizer: Boolean + """cursor ordering""" + ordering: cursor_ordering +} - """ - A computed field, executes function "is_server_online" - """ - is_server_online: Boolean +"""Initial value of the column from where the streaming should start""" +input match_lineups_stream_cursor_value_input { + coach_steam_id: bigint + id: uuid + match_id: uuid + team_id: uuid + team_name: String +} - """ - A computed field, executes function "is_tournament_match" - """ - is_tournament_match: Boolean - label: String +"""aggregate sum on columns""" +type match_lineups_sum_fields { + coach_steam_id: bigint +} - """An object relationship""" - lineup_1: match_lineups! - lineup_1_id: uuid! +""" +order by sum() on columns of table "match_lineups" +""" +input match_lineups_sum_order_by { + coach_steam_id: order_by +} - """An object relationship""" - lineup_2: match_lineups! - lineup_2_id: uuid! +""" +update columns of table "match_lineups" +""" +enum match_lineups_update_column { + """column name""" + coach_steam_id - """ - A computed field, executes function "get_lineup_counts" - """ - lineup_counts( - """JSON select path""" - path: String - ): json + """column name""" + id - """ - A computed field, executes function "get_map_veto_picking_lineup_id" - """ - map_veto_picking_lineup_id: uuid + """column name""" + match_id - """An array relationship""" - map_veto_picks( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_select_column!] + """column name""" + team_id - """limit the number of rows returned""" - limit: Int + """column name""" + team_name +} - """skip the first n rows. Use only with order_by""" - offset: Int +input match_lineups_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: match_lineups_inc_input - """sort the rows by one or more columns""" - order_by: [match_map_veto_picks_order_by!] + """sets the columns of the filtered rows to the given values""" + _set: match_lineups_set_input - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): [match_map_veto_picks!]! + """filter the rows which have to be updated""" + where: match_lineups_bool_exp! +} - """An aggregate relationship""" - map_veto_picks_aggregate( - """distinct select on columns""" - distinct_on: [match_map_veto_picks_select_column!] +"""aggregate var_pop on columns""" +type match_lineups_var_pop_fields { + coach_steam_id: Float +} - """limit the number of rows returned""" - limit: Int +""" +order by var_pop() on columns of table "match_lineups" +""" +input match_lineups_var_pop_order_by { + coach_steam_id: order_by +} - """skip the first n rows. Use only with order_by""" - offset: Int +"""aggregate var_samp on columns""" +type match_lineups_var_samp_fields { + coach_steam_id: Float +} - """sort the rows by one or more columns""" - order_by: [match_map_veto_picks_order_by!] +""" +order by var_samp() on columns of table "match_lineups" +""" +input match_lineups_var_samp_order_by { + coach_steam_id: order_by +} - """filter the rows returned""" - where: match_map_veto_picks_bool_exp - ): match_map_veto_picks_aggregate! +"""aggregate variance on columns""" +type match_lineups_variance_fields { + coach_steam_id: Float +} - """ - A computed field, executes function "get_map_veto_type" - """ - map_veto_type: String +""" +order by variance() on columns of table "match_lineups" +""" +input match_lineups_variance_order_by { + coach_steam_id: order_by +} + +""" +columns and relationships of "match_map_demos" +""" +type match_map_demos { + bombs( + """JSON select path""" + path: String + ): jsonb """An array relationship""" - match_maps( + clip_render_jobs( """distinct select on columns""" - distinct_on: [match_maps_select_column!] + distinct_on: [clip_render_jobs_select_column!] """limit the number of rows returned""" limit: Int @@ -22984,16 +23435,16 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [match_maps_order_by!] + order_by: [clip_render_jobs_order_by!] """filter the rows returned""" - where: match_maps_bool_exp - ): [match_maps!]! + where: clip_render_jobs_bool_exp + ): [clip_render_jobs!]! """An aggregate relationship""" - match_maps_aggregate( + clip_render_jobs_aggregate( """distinct select on columns""" - distinct_on: [match_maps_select_column!] + distinct_on: [clip_render_jobs_select_column!] """limit the number of rows returned""" limit: Int @@ -23002,27 +23453,18 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [match_maps_order_by!] + order_by: [clip_render_jobs_order_by!] """filter the rows returned""" - where: match_maps_bool_exp - ): match_maps_aggregate! - match_options_id: uuid - - """ - A computed field, executes function "match_max_players_per_lineup" - """ - max_players_per_lineup: Int - - """ - A computed field, executes function "match_min_players_per_lineup" - """ - min_players_per_lineup: Int + where: clip_render_jobs_bool_exp + ): clip_render_jobs_aggregate! + created_at: timestamptz! + cs2_build: String """An array relationship""" - opening_duels( + demo_sessions( """distinct select on columns""" - distinct_on: [v_match_player_opening_duels_select_column!] + distinct_on: [match_demo_sessions_select_column!] """limit the number of rows returned""" limit: Int @@ -23031,16 +23473,16 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [v_match_player_opening_duels_order_by!] + order_by: [match_demo_sessions_order_by!] """filter the rows returned""" - where: v_match_player_opening_duels_bool_exp - ): [v_match_player_opening_duels!]! + where: match_demo_sessions_bool_exp + ): [match_demo_sessions!]! """An aggregate relationship""" - opening_duels_aggregate( + demo_sessions_aggregate( """distinct select on columns""" - distinct_on: [v_match_player_opening_duels_select_column!] + distinct_on: [match_demo_sessions_select_column!] """limit the number of rows returned""" limit: Int @@ -23049,24 +23491,33 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [v_match_player_opening_duels_order_by!] + order_by: [match_demo_sessions_order_by!] """filter the rows returned""" - where: v_match_player_opening_duels_bool_exp - ): v_match_player_opening_duels_aggregate! + where: match_demo_sessions_bool_exp + ): match_demo_sessions_aggregate! - """An object relationship""" - options: match_options + """ + A computed field, executes function "demo_download_url" + """ + download_url: String + duration_seconds: Float + file: String! + geometry_validated: Boolean + id: uuid! + kills( + """JSON select path""" + path: String + ): jsonb + map_name: String """An object relationship""" - organizer: players - organizer_steam_id: bigint - password: String! + match: matches! """An array relationship""" - player_assists( + match_clips( """distinct select on columns""" - distinct_on: [player_assists_select_column!] + distinct_on: [match_clips_select_column!] """limit the number of rows returned""" limit: Int @@ -23075,34 +23526,16 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [player_assists_order_by!] + order_by: [match_clips_order_by!] """filter the rows returned""" - where: player_assists_bool_exp - ): [player_assists!]! + where: match_clips_bool_exp + ): [match_clips!]! """An aggregate relationship""" - player_assists_aggregate( - """distinct select on columns""" - distinct_on: [player_assists_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: [player_assists_order_by!] - - """filter the rows returned""" - where: player_assists_bool_exp - ): player_assists_aggregate! - - """An array relationship""" - player_damages( + match_clips_aggregate( """distinct select on columns""" - distinct_on: [player_damages_select_column!] + distinct_on: [match_clips_select_column!] """limit the number of rows returned""" limit: Int @@ -23111,93 +23544,5380 @@ type matches { offset: Int """sort the rows by one or more columns""" - order_by: [player_damages_order_by!] + order_by: [match_clips_order_by!] """filter the rows returned""" - where: player_damages_bool_exp - ): [player_damages!]! - - """An aggregate relationship""" - player_damages_aggregate( - """distinct select on columns""" - distinct_on: [player_damages_select_column!] + where: match_clips_bool_exp + ): match_clips_aggregate! + match_id: uuid! - """limit the number of rows returned""" - limit: Int + """An object relationship""" + match_map: match_maps! + match_map_id: uuid! + metadata_parsed_at: timestamptz + playback_file: String + playback_size: Int - """skip the first n rows. Use only with order_by""" - offset: Int + """ + A computed field, executes function "demo_playback_url" + """ + playback_url: String + players( + """JSON select path""" + path: String + ): jsonb + round_ticks( + """JSON select path""" + path: String + ): jsonb + size: Int + tick_rate: Float + total_ticks: Int + workshop_id: String +} - """sort the rows by one or more columns""" - order_by: [player_damages_order_by!] +""" +aggregated selection of "match_map_demos" +""" +type match_map_demos_aggregate { + aggregate: match_map_demos_aggregate_fields + nodes: [match_map_demos!]! +} - """filter the rows returned""" - where: player_damages_bool_exp - ): player_damages_aggregate! +input match_map_demos_aggregate_bool_exp { + bool_and: match_map_demos_aggregate_bool_exp_bool_and + bool_or: match_map_demos_aggregate_bool_exp_bool_or + count: match_map_demos_aggregate_bool_exp_count +} - """An array relationship""" - player_flashes( - """distinct select on columns""" - distinct_on: [player_flashes_select_column!] +input match_map_demos_aggregate_bool_exp_bool_and { + arguments: match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: match_map_demos_bool_exp + predicate: Boolean_comparison_exp! +} - """limit the number of rows returned""" - limit: Int +input match_map_demos_aggregate_bool_exp_bool_or { + arguments: match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: match_map_demos_bool_exp + predicate: Boolean_comparison_exp! +} - """skip the first n rows. Use only with order_by""" - offset: Int +input match_map_demos_aggregate_bool_exp_count { + arguments: [match_map_demos_select_column!] + distinct: Boolean + filter: match_map_demos_bool_exp + predicate: Int_comparison_exp! +} - """sort the rows by one or more columns""" - order_by: [player_flashes_order_by!] +""" +aggregate fields of "match_map_demos" +""" +type match_map_demos_aggregate_fields { + avg: match_map_demos_avg_fields + count(columns: [match_map_demos_select_column!], distinct: Boolean): Int! + max: match_map_demos_max_fields + min: match_map_demos_min_fields + stddev: match_map_demos_stddev_fields + stddev_pop: match_map_demos_stddev_pop_fields + stddev_samp: match_map_demos_stddev_samp_fields + sum: match_map_demos_sum_fields + var_pop: match_map_demos_var_pop_fields + var_samp: match_map_demos_var_samp_fields + variance: match_map_demos_variance_fields +} - """filter the rows returned""" - where: player_flashes_bool_exp - ): [player_flashes!]! +""" +order by aggregate values of table "match_map_demos" +""" +input match_map_demos_aggregate_order_by { + avg: match_map_demos_avg_order_by + count: order_by + max: match_map_demos_max_order_by + min: match_map_demos_min_order_by + stddev: match_map_demos_stddev_order_by + stddev_pop: match_map_demos_stddev_pop_order_by + stddev_samp: match_map_demos_stddev_samp_order_by + sum: match_map_demos_sum_order_by + var_pop: match_map_demos_var_pop_order_by + var_samp: match_map_demos_var_samp_order_by + variance: match_map_demos_variance_order_by +} - """An aggregate relationship""" - player_flashes_aggregate( - """distinct select on columns""" - distinct_on: [player_flashes_select_column!] +"""append existing jsonb value of filtered columns with new jsonb value""" +input match_map_demos_append_input { + bombs: jsonb + kills: jsonb + players: jsonb + round_ticks: jsonb +} - """limit the number of rows returned""" - limit: Int +""" +input type for inserting array relation for remote table "match_map_demos" +""" +input match_map_demos_arr_rel_insert_input { + data: [match_map_demos_insert_input!]! - """skip the first n rows. Use only with order_by""" - offset: Int + """upsert condition""" + on_conflict: match_map_demos_on_conflict +} - """sort the rows by one or more columns""" - order_by: [player_flashes_order_by!] +"""aggregate avg on columns""" +type match_map_demos_avg_fields { + duration_seconds: Float + playback_size: Float + size: Float + tick_rate: Float + total_ticks: Float +} - """filter the rows returned""" - where: player_flashes_bool_exp - ): player_flashes_aggregate! +""" +order by avg() on columns of table "match_map_demos" +""" +input match_map_demos_avg_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} - """An array relationship""" - player_kills( - """distinct select on columns""" - distinct_on: [player_kills_select_column!] +""" +Boolean expression to filter rows from the table "match_map_demos". All fields are combined with a logical 'AND'. +""" +input match_map_demos_bool_exp { + _and: [match_map_demos_bool_exp!] + _not: match_map_demos_bool_exp + _or: [match_map_demos_bool_exp!] + bombs: jsonb_comparison_exp + clip_render_jobs: clip_render_jobs_bool_exp + clip_render_jobs_aggregate: clip_render_jobs_aggregate_bool_exp + created_at: timestamptz_comparison_exp + cs2_build: String_comparison_exp + demo_sessions: match_demo_sessions_bool_exp + demo_sessions_aggregate: match_demo_sessions_aggregate_bool_exp + download_url: String_comparison_exp + duration_seconds: Float_comparison_exp + file: String_comparison_exp + geometry_validated: Boolean_comparison_exp + id: uuid_comparison_exp + kills: jsonb_comparison_exp + map_name: String_comparison_exp + match: matches_bool_exp + match_clips: match_clips_bool_exp + match_clips_aggregate: match_clips_aggregate_bool_exp + match_id: uuid_comparison_exp + match_map: match_maps_bool_exp + match_map_id: uuid_comparison_exp + metadata_parsed_at: timestamptz_comparison_exp + playback_file: String_comparison_exp + playback_size: Int_comparison_exp + playback_url: String_comparison_exp + players: jsonb_comparison_exp + round_ticks: jsonb_comparison_exp + size: Int_comparison_exp + tick_rate: Float_comparison_exp + total_ticks: Int_comparison_exp + workshop_id: String_comparison_exp +} - """limit the number of rows returned""" - limit: Int +""" +unique or primary key constraints on table "match_map_demos" +""" +enum match_map_demos_constraint { + """ + unique or primary key constraint on columns "id" + """ + match_demos_pkey - """skip the first n rows. Use only with order_by""" - offset: Int + """ + unique or primary key constraint on columns "file", "match_map_id" + """ + match_map_demos_match_map_id_file_key +} - """sort the rows by one or more columns""" - order_by: [player_kills_order_by!] +""" +delete the field or element with specified path (for JSON arrays, negative integers count from the end) +""" +input match_map_demos_delete_at_path_input { + bombs: [String!] + kills: [String!] + players: [String!] + round_ticks: [String!] +} - """filter the rows returned""" - where: player_kills_bool_exp - ): [player_kills!]! +""" +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 match_map_demos_delete_elem_input { + bombs: Int + kills: Int + players: Int + round_ticks: Int +} - """An aggregate relationship""" - player_kills_aggregate( - """distinct select on columns""" - distinct_on: [player_kills_select_column!] +""" +delete key/value pair or string element. key/value pairs are matched based on their key value +""" +input match_map_demos_delete_key_input { + bombs: String + kills: String + players: String + round_ticks: String +} - """limit the number of rows returned""" - limit: Int +""" +input type for incrementing numeric columns in table "match_map_demos" +""" +input match_map_demos_inc_input { + playback_size: Int + size: Int + tick_rate: Float + total_ticks: Int +} - """skip the first n rows. Use only with order_by""" +""" +input type for inserting data into table "match_map_demos" +""" +input match_map_demos_insert_input { + bombs: jsonb + clip_render_jobs: clip_render_jobs_arr_rel_insert_input + created_at: timestamptz + cs2_build: String + demo_sessions: match_demo_sessions_arr_rel_insert_input + file: String + geometry_validated: Boolean + id: uuid + kills: jsonb + map_name: String + match: matches_obj_rel_insert_input + match_clips: match_clips_arr_rel_insert_input + match_id: uuid + match_map: match_maps_obj_rel_insert_input + match_map_id: uuid + metadata_parsed_at: timestamptz + playback_file: String + playback_size: Int + players: jsonb + round_ticks: jsonb + size: Int + tick_rate: Float + total_ticks: Int + workshop_id: String +} + +"""aggregate max on columns""" +type match_map_demos_max_fields { + created_at: timestamptz + cs2_build: String + + """ + A computed field, executes function "demo_download_url" + """ + download_url: String + duration_seconds: Float + file: String + id: uuid + map_name: String + match_id: uuid + match_map_id: uuid + metadata_parsed_at: timestamptz + playback_file: String + playback_size: Int + + """ + A computed field, executes function "demo_playback_url" + """ + playback_url: String + size: Int + tick_rate: Float + total_ticks: Int + workshop_id: String +} + +""" +order by max() on columns of table "match_map_demos" +""" +input match_map_demos_max_order_by { + created_at: order_by + cs2_build: order_by + duration_seconds: order_by + file: order_by + id: order_by + map_name: order_by + match_id: order_by + match_map_id: order_by + metadata_parsed_at: order_by + playback_file: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by + workshop_id: order_by +} + +"""aggregate min on columns""" +type match_map_demos_min_fields { + created_at: timestamptz + cs2_build: String + + """ + A computed field, executes function "demo_download_url" + """ + download_url: String + duration_seconds: Float + file: String + id: uuid + map_name: String + match_id: uuid + match_map_id: uuid + metadata_parsed_at: timestamptz + playback_file: String + playback_size: Int + + """ + A computed field, executes function "demo_playback_url" + """ + playback_url: String + size: Int + tick_rate: Float + total_ticks: Int + workshop_id: String +} + +""" +order by min() on columns of table "match_map_demos" +""" +input match_map_demos_min_order_by { + created_at: order_by + cs2_build: order_by + duration_seconds: order_by + file: order_by + id: order_by + map_name: order_by + match_id: order_by + match_map_id: order_by + metadata_parsed_at: order_by + playback_file: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by + workshop_id: order_by +} + +""" +response of any mutation on the table "match_map_demos" +""" +type match_map_demos_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_map_demos!]! +} + +""" +input type for inserting object relation for remote table "match_map_demos" +""" +input match_map_demos_obj_rel_insert_input { + data: match_map_demos_insert_input! + + """upsert condition""" + on_conflict: match_map_demos_on_conflict +} + +""" +on_conflict condition type for table "match_map_demos" +""" +input match_map_demos_on_conflict { + constraint: match_map_demos_constraint! + update_columns: [match_map_demos_update_column!]! = [] + where: match_map_demos_bool_exp +} + +"""Ordering options when selecting data from "match_map_demos".""" +input match_map_demos_order_by { + bombs: order_by + clip_render_jobs_aggregate: clip_render_jobs_aggregate_order_by + created_at: order_by + cs2_build: order_by + demo_sessions_aggregate: match_demo_sessions_aggregate_order_by + download_url: order_by + duration_seconds: order_by + file: order_by + geometry_validated: order_by + id: order_by + kills: order_by + map_name: order_by + match: matches_order_by + match_clips_aggregate: match_clips_aggregate_order_by + match_id: order_by + match_map: match_maps_order_by + match_map_id: order_by + metadata_parsed_at: order_by + playback_file: order_by + playback_size: order_by + playback_url: order_by + players: order_by + round_ticks: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by + workshop_id: order_by +} + +"""primary key columns input for table: match_map_demos""" +input match_map_demos_pk_columns_input { + id: uuid! +} + +"""prepend existing jsonb value of filtered columns with new jsonb value""" +input match_map_demos_prepend_input { + bombs: jsonb + kills: jsonb + players: jsonb + round_ticks: jsonb +} + +""" +select columns of table "match_map_demos" +""" +enum match_map_demos_select_column { + """column name""" + bombs + + """column name""" + created_at + + """column name""" + cs2_build + + """column name""" + duration_seconds + + """column name""" + file + + """column name""" + geometry_validated + + """column name""" + id + + """column name""" + kills + + """column name""" + map_name + + """column name""" + match_id + + """column name""" + match_map_id + + """column name""" + metadata_parsed_at + + """column name""" + playback_file + + """column name""" + playback_size + + """column name""" + players + + """column name""" + round_ticks + + """column name""" + size + + """column name""" + tick_rate + + """column name""" + total_ticks + + """column name""" + workshop_id +} + +""" +select "match_map_demos_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_map_demos" +""" +enum match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + geometry_validated +} + +""" +select "match_map_demos_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_map_demos" +""" +enum match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + geometry_validated +} + +""" +input type for updating data in table "match_map_demos" +""" +input match_map_demos_set_input { + bombs: jsonb + created_at: timestamptz + cs2_build: String + file: String + geometry_validated: Boolean + id: uuid + kills: jsonb + map_name: String + match_id: uuid + match_map_id: uuid + metadata_parsed_at: timestamptz + playback_file: String + playback_size: Int + players: jsonb + round_ticks: jsonb + size: Int + tick_rate: Float + total_ticks: Int + workshop_id: String +} + +"""aggregate stddev on columns""" +type match_map_demos_stddev_fields { + duration_seconds: Float + playback_size: Float + size: Float + tick_rate: Float + total_ticks: Float +} + +""" +order by stddev() on columns of table "match_map_demos" +""" +input match_map_demos_stddev_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} + +"""aggregate stddev_pop on columns""" +type match_map_demos_stddev_pop_fields { + duration_seconds: Float + playback_size: Float + size: Float + tick_rate: Float + total_ticks: Float +} + +""" +order by stddev_pop() on columns of table "match_map_demos" +""" +input match_map_demos_stddev_pop_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} + +"""aggregate stddev_samp on columns""" +type match_map_demos_stddev_samp_fields { + duration_seconds: Float + playback_size: Float + size: Float + tick_rate: Float + total_ticks: Float +} + +""" +order by stddev_samp() on columns of table "match_map_demos" +""" +input match_map_demos_stddev_samp_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} + +""" +Streaming cursor of the table "match_map_demos" +""" +input match_map_demos_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_map_demos_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_map_demos_stream_cursor_value_input { + bombs: jsonb + created_at: timestamptz + cs2_build: String + duration_seconds: Float + file: String + geometry_validated: Boolean + id: uuid + kills: jsonb + map_name: String + match_id: uuid + match_map_id: uuid + metadata_parsed_at: timestamptz + playback_file: String + playback_size: Int + players: jsonb + round_ticks: jsonb + size: Int + tick_rate: Float + total_ticks: Int + workshop_id: String +} + +"""aggregate sum on columns""" +type match_map_demos_sum_fields { + duration_seconds: Float + playback_size: Int + size: Int + tick_rate: Float + total_ticks: Int +} + +""" +order by sum() on columns of table "match_map_demos" +""" +input match_map_demos_sum_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} + +""" +update columns of table "match_map_demos" +""" +enum match_map_demos_update_column { + """column name""" + bombs + + """column name""" + created_at + + """column name""" + cs2_build + + """column name""" + file + + """column name""" + geometry_validated + + """column name""" + id + + """column name""" + kills + + """column name""" + map_name + + """column name""" + match_id + + """column name""" + match_map_id + + """column name""" + metadata_parsed_at + + """column name""" + playback_file + + """column name""" + playback_size + + """column name""" + players + + """column name""" + round_ticks + + """column name""" + size + + """column name""" + tick_rate + + """column name""" + total_ticks + + """column name""" + workshop_id +} + +input match_map_demos_updates { + """append existing jsonb value of filtered columns with new jsonb value""" + _append: match_map_demos_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: match_map_demos_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: match_map_demos_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: match_map_demos_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: match_map_demos_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: match_map_demos_prepend_input + + """sets the columns of the filtered rows to the given values""" + _set: match_map_demos_set_input + + """filter the rows which have to be updated""" + where: match_map_demos_bool_exp! +} + +"""aggregate var_pop on columns""" +type match_map_demos_var_pop_fields { + duration_seconds: Float + playback_size: Float + size: Float + tick_rate: Float + total_ticks: Float +} + +""" +order by var_pop() on columns of table "match_map_demos" +""" +input match_map_demos_var_pop_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} + +"""aggregate var_samp on columns""" +type match_map_demos_var_samp_fields { + duration_seconds: Float + playback_size: Float + size: Float + tick_rate: Float + total_ticks: Float +} + +""" +order by var_samp() on columns of table "match_map_demos" +""" +input match_map_demos_var_samp_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} + +"""aggregate variance on columns""" +type match_map_demos_variance_fields { + duration_seconds: Float + playback_size: Float + size: Float + tick_rate: Float + total_ticks: Float +} + +""" +order by variance() on columns of table "match_map_demos" +""" +input match_map_demos_variance_order_by { + duration_seconds: order_by + playback_size: order_by + size: order_by + tick_rate: order_by + total_ticks: order_by +} + +""" +columns and relationships of "match_map_rounds" +""" +type match_map_rounds { + """An array relationship""" + assists( + """distinct select on columns""" + distinct_on: [player_assists_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: [player_assists_order_by!] + + """filter the rows returned""" + where: player_assists_bool_exp + ): [player_assists!]! + + """An aggregate relationship""" + assists_aggregate( + """distinct select on columns""" + distinct_on: [player_assists_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: [player_assists_order_by!] + + """filter the rows returned""" + where: player_assists_bool_exp + ): player_assists_aggregate! + backup_file: String + created_at: timestamptz! + deleted_at: timestamptz + + """ + A computed field, executes function "has_backup_file" + """ + has_backup_file: Boolean + id: uuid! + + """An array relationship""" + kills( + """distinct select on columns""" + distinct_on: [player_kills_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: [player_kills_order_by!] + + """filter the rows returned""" + where: player_kills_bool_exp + ): [player_kills!]! + + """An aggregate relationship""" + kills_aggregate( + """distinct select on columns""" + distinct_on: [player_kills_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: [player_kills_order_by!] + + """filter the rows returned""" + where: player_kills_bool_exp + ): player_kills_aggregate! + lineup_1_money: Int! + lineup_1_score: Int! + lineup_1_side: e_sides_enum! + lineup_1_timeouts_available: Int! + lineup_2_money: Int! + lineup_2_score: Int! + lineup_2_side: e_sides_enum! + lineup_2_timeouts_available: Int! + + """An object relationship""" + match_map: match_maps! + match_map_id: uuid! + round: Int! + time: timestamptz! + winning_reason: e_winning_reasons_enum + winning_side: String! +} + +""" +aggregated selection of "match_map_rounds" +""" +type match_map_rounds_aggregate { + aggregate: match_map_rounds_aggregate_fields + nodes: [match_map_rounds!]! +} + +input match_map_rounds_aggregate_bool_exp { + count: match_map_rounds_aggregate_bool_exp_count +} + +input match_map_rounds_aggregate_bool_exp_count { + arguments: [match_map_rounds_select_column!] + distinct: Boolean + filter: match_map_rounds_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "match_map_rounds" +""" +type match_map_rounds_aggregate_fields { + avg: match_map_rounds_avg_fields + count(columns: [match_map_rounds_select_column!], distinct: Boolean): Int! + max: match_map_rounds_max_fields + min: match_map_rounds_min_fields + stddev: match_map_rounds_stddev_fields + stddev_pop: match_map_rounds_stddev_pop_fields + stddev_samp: match_map_rounds_stddev_samp_fields + sum: match_map_rounds_sum_fields + var_pop: match_map_rounds_var_pop_fields + var_samp: match_map_rounds_var_samp_fields + variance: match_map_rounds_variance_fields +} + +""" +order by aggregate values of table "match_map_rounds" +""" +input match_map_rounds_aggregate_order_by { + avg: match_map_rounds_avg_order_by + count: order_by + max: match_map_rounds_max_order_by + min: match_map_rounds_min_order_by + stddev: match_map_rounds_stddev_order_by + stddev_pop: match_map_rounds_stddev_pop_order_by + stddev_samp: match_map_rounds_stddev_samp_order_by + sum: match_map_rounds_sum_order_by + var_pop: match_map_rounds_var_pop_order_by + var_samp: match_map_rounds_var_samp_order_by + variance: match_map_rounds_variance_order_by +} + +""" +input type for inserting array relation for remote table "match_map_rounds" +""" +input match_map_rounds_arr_rel_insert_input { + data: [match_map_rounds_insert_input!]! + + """upsert condition""" + on_conflict: match_map_rounds_on_conflict +} + +"""aggregate avg on columns""" +type match_map_rounds_avg_fields { + lineup_1_money: Float + lineup_1_score: Float + lineup_1_timeouts_available: Float + lineup_2_money: Float + lineup_2_score: Float + lineup_2_timeouts_available: Float + round: Float +} + +""" +order by avg() on columns of table "match_map_rounds" +""" +input match_map_rounds_avg_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +""" +Boolean expression to filter rows from the table "match_map_rounds". All fields are combined with a logical 'AND'. +""" +input match_map_rounds_bool_exp { + _and: [match_map_rounds_bool_exp!] + _not: match_map_rounds_bool_exp + _or: [match_map_rounds_bool_exp!] + assists: player_assists_bool_exp + assists_aggregate: player_assists_aggregate_bool_exp + backup_file: String_comparison_exp + created_at: timestamptz_comparison_exp + deleted_at: timestamptz_comparison_exp + has_backup_file: Boolean_comparison_exp + id: uuid_comparison_exp + kills: player_kills_bool_exp + kills_aggregate: player_kills_aggregate_bool_exp + lineup_1_money: Int_comparison_exp + lineup_1_score: Int_comparison_exp + lineup_1_side: e_sides_enum_comparison_exp + lineup_1_timeouts_available: Int_comparison_exp + lineup_2_money: Int_comparison_exp + lineup_2_score: Int_comparison_exp + lineup_2_side: e_sides_enum_comparison_exp + lineup_2_timeouts_available: Int_comparison_exp + match_map: match_maps_bool_exp + match_map_id: uuid_comparison_exp + round: Int_comparison_exp + time: timestamptz_comparison_exp + winning_reason: e_winning_reasons_enum_comparison_exp + winning_side: String_comparison_exp +} + +""" +unique or primary key constraints on table "match_map_rounds" +""" +enum match_map_rounds_constraint { + """ + unique or primary key constraint on columns "id" + """ + match_rounds__id_key + + """ + unique or primary key constraint on columns "match_map_id", "round" + """ + match_rounds_match_id_round_key + + """ + unique or primary key constraint on columns "id" + """ + match_rounds_pkey +} + +""" +input type for incrementing numeric columns in table "match_map_rounds" +""" +input match_map_rounds_inc_input { + lineup_1_money: Int + lineup_1_score: Int + lineup_1_timeouts_available: Int + lineup_2_money: Int + lineup_2_score: Int + lineup_2_timeouts_available: Int + round: Int +} + +""" +input type for inserting data into table "match_map_rounds" +""" +input match_map_rounds_insert_input { + assists: player_assists_arr_rel_insert_input + backup_file: String + created_at: timestamptz + deleted_at: timestamptz + id: uuid + kills: player_kills_arr_rel_insert_input + lineup_1_money: Int + lineup_1_score: Int + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Int + lineup_2_money: Int + lineup_2_score: Int + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Int + match_map: match_maps_obj_rel_insert_input + match_map_id: uuid + round: Int + time: timestamptz + winning_reason: e_winning_reasons_enum + winning_side: String +} + +"""aggregate max on columns""" +type match_map_rounds_max_fields { + backup_file: String + created_at: timestamptz + deleted_at: timestamptz + id: uuid + lineup_1_money: Int + lineup_1_score: Int + lineup_1_timeouts_available: Int + lineup_2_money: Int + lineup_2_score: Int + lineup_2_timeouts_available: Int + match_map_id: uuid + round: Int + time: timestamptz + winning_side: String +} + +""" +order by max() on columns of table "match_map_rounds" +""" +input match_map_rounds_max_order_by { + backup_file: order_by + created_at: order_by + deleted_at: order_by + id: order_by + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + match_map_id: order_by + round: order_by + time: order_by + winning_side: order_by +} + +"""aggregate min on columns""" +type match_map_rounds_min_fields { + backup_file: String + created_at: timestamptz + deleted_at: timestamptz + id: uuid + lineup_1_money: Int + lineup_1_score: Int + lineup_1_timeouts_available: Int + lineup_2_money: Int + lineup_2_score: Int + lineup_2_timeouts_available: Int + match_map_id: uuid + round: Int + time: timestamptz + winning_side: String +} + +""" +order by min() on columns of table "match_map_rounds" +""" +input match_map_rounds_min_order_by { + backup_file: order_by + created_at: order_by + deleted_at: order_by + id: order_by + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + match_map_id: order_by + round: order_by + time: order_by + winning_side: order_by +} + +""" +response of any mutation on the table "match_map_rounds" +""" +type match_map_rounds_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_map_rounds!]! +} + +""" +on_conflict condition type for table "match_map_rounds" +""" +input match_map_rounds_on_conflict { + constraint: match_map_rounds_constraint! + update_columns: [match_map_rounds_update_column!]! = [] + where: match_map_rounds_bool_exp +} + +"""Ordering options when selecting data from "match_map_rounds".""" +input match_map_rounds_order_by { + assists_aggregate: player_assists_aggregate_order_by + backup_file: order_by + created_at: order_by + deleted_at: order_by + has_backup_file: order_by + id: order_by + kills_aggregate: player_kills_aggregate_order_by + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_side: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_side: order_by + lineup_2_timeouts_available: order_by + match_map: match_maps_order_by + match_map_id: order_by + round: order_by + time: order_by + winning_reason: order_by + winning_side: order_by +} + +"""primary key columns input for table: match_map_rounds""" +input match_map_rounds_pk_columns_input { + id: uuid! +} + +""" +select columns of table "match_map_rounds" +""" +enum match_map_rounds_select_column { + """column name""" + backup_file + + """column name""" + created_at + + """column name""" + deleted_at + + """column name""" + id + + """column name""" + lineup_1_money + + """column name""" + lineup_1_score + + """column name""" + lineup_1_side + + """column name""" + lineup_1_timeouts_available + + """column name""" + lineup_2_money + + """column name""" + lineup_2_score + + """column name""" + lineup_2_side + + """column name""" + lineup_2_timeouts_available + + """column name""" + match_map_id + + """column name""" + round + + """column name""" + time + + """column name""" + winning_reason + + """column name""" + winning_side +} + +""" +input type for updating data in table "match_map_rounds" +""" +input match_map_rounds_set_input { + backup_file: String + created_at: timestamptz + deleted_at: timestamptz + id: uuid + lineup_1_money: Int + lineup_1_score: Int + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Int + lineup_2_money: Int + lineup_2_score: Int + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Int + match_map_id: uuid + round: Int + time: timestamptz + winning_reason: e_winning_reasons_enum + winning_side: String +} + +"""aggregate stddev on columns""" +type match_map_rounds_stddev_fields { + lineup_1_money: Float + lineup_1_score: Float + lineup_1_timeouts_available: Float + lineup_2_money: Float + lineup_2_score: Float + lineup_2_timeouts_available: Float + round: Float +} + +""" +order by stddev() on columns of table "match_map_rounds" +""" +input match_map_rounds_stddev_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +"""aggregate stddev_pop on columns""" +type match_map_rounds_stddev_pop_fields { + lineup_1_money: Float + lineup_1_score: Float + lineup_1_timeouts_available: Float + lineup_2_money: Float + lineup_2_score: Float + lineup_2_timeouts_available: Float + round: Float +} + +""" +order by stddev_pop() on columns of table "match_map_rounds" +""" +input match_map_rounds_stddev_pop_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +"""aggregate stddev_samp on columns""" +type match_map_rounds_stddev_samp_fields { + lineup_1_money: Float + lineup_1_score: Float + lineup_1_timeouts_available: Float + lineup_2_money: Float + lineup_2_score: Float + lineup_2_timeouts_available: Float + round: Float +} + +""" +order by stddev_samp() on columns of table "match_map_rounds" +""" +input match_map_rounds_stddev_samp_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +""" +Streaming cursor of the table "match_map_rounds" +""" +input match_map_rounds_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_map_rounds_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_map_rounds_stream_cursor_value_input { + backup_file: String + created_at: timestamptz + deleted_at: timestamptz + id: uuid + lineup_1_money: Int + lineup_1_score: Int + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Int + lineup_2_money: Int + lineup_2_score: Int + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Int + match_map_id: uuid + round: Int + time: timestamptz + winning_reason: e_winning_reasons_enum + winning_side: String +} + +"""aggregate sum on columns""" +type match_map_rounds_sum_fields { + lineup_1_money: Int + lineup_1_score: Int + lineup_1_timeouts_available: Int + lineup_2_money: Int + lineup_2_score: Int + lineup_2_timeouts_available: Int + round: Int +} + +""" +order by sum() on columns of table "match_map_rounds" +""" +input match_map_rounds_sum_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +""" +update columns of table "match_map_rounds" +""" +enum match_map_rounds_update_column { + """column name""" + backup_file + + """column name""" + created_at + + """column name""" + deleted_at + + """column name""" + id + + """column name""" + lineup_1_money + + """column name""" + lineup_1_score + + """column name""" + lineup_1_side + + """column name""" + lineup_1_timeouts_available + + """column name""" + lineup_2_money + + """column name""" + lineup_2_score + + """column name""" + lineup_2_side + + """column name""" + lineup_2_timeouts_available + + """column name""" + match_map_id + + """column name""" + round + + """column name""" + time + + """column name""" + winning_reason + + """column name""" + winning_side +} + +input match_map_rounds_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: match_map_rounds_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: match_map_rounds_set_input + + """filter the rows which have to be updated""" + where: match_map_rounds_bool_exp! +} + +"""aggregate var_pop on columns""" +type match_map_rounds_var_pop_fields { + lineup_1_money: Float + lineup_1_score: Float + lineup_1_timeouts_available: Float + lineup_2_money: Float + lineup_2_score: Float + lineup_2_timeouts_available: Float + round: Float +} + +""" +order by var_pop() on columns of table "match_map_rounds" +""" +input match_map_rounds_var_pop_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +"""aggregate var_samp on columns""" +type match_map_rounds_var_samp_fields { + lineup_1_money: Float + lineup_1_score: Float + lineup_1_timeouts_available: Float + lineup_2_money: Float + lineup_2_score: Float + lineup_2_timeouts_available: Float + round: Float +} + +""" +order by var_samp() on columns of table "match_map_rounds" +""" +input match_map_rounds_var_samp_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +"""aggregate variance on columns""" +type match_map_rounds_variance_fields { + lineup_1_money: Float + lineup_1_score: Float + lineup_1_timeouts_available: Float + lineup_2_money: Float + lineup_2_score: Float + lineup_2_timeouts_available: Float + round: Float +} + +""" +order by variance() on columns of table "match_map_rounds" +""" +input match_map_rounds_variance_order_by { + lineup_1_money: order_by + lineup_1_score: order_by + lineup_1_timeouts_available: order_by + lineup_2_money: order_by + lineup_2_score: order_by + lineup_2_timeouts_available: order_by + round: order_by +} + +""" +columns and relationships of "match_map_veto_picks" +""" +type match_map_veto_picks { + created_at: timestamptz! + id: uuid! + + """An object relationship""" + map: maps! + map_id: uuid! + + """An object relationship""" + match: matches! + match_id: uuid! + + """An object relationship""" + match_lineup: match_lineups! + match_lineup_id: uuid! + side: String + type: e_veto_pick_types_enum! +} + +""" +aggregated selection of "match_map_veto_picks" +""" +type match_map_veto_picks_aggregate { + aggregate: match_map_veto_picks_aggregate_fields + nodes: [match_map_veto_picks!]! +} + +input match_map_veto_picks_aggregate_bool_exp { + count: match_map_veto_picks_aggregate_bool_exp_count +} + +input match_map_veto_picks_aggregate_bool_exp_count { + arguments: [match_map_veto_picks_select_column!] + distinct: Boolean + filter: match_map_veto_picks_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "match_map_veto_picks" +""" +type match_map_veto_picks_aggregate_fields { + count(columns: [match_map_veto_picks_select_column!], distinct: Boolean): Int! + max: match_map_veto_picks_max_fields + min: match_map_veto_picks_min_fields +} + +""" +order by aggregate values of table "match_map_veto_picks" +""" +input match_map_veto_picks_aggregate_order_by { + count: order_by + max: match_map_veto_picks_max_order_by + min: match_map_veto_picks_min_order_by +} + +""" +input type for inserting array relation for remote table "match_map_veto_picks" +""" +input match_map_veto_picks_arr_rel_insert_input { + data: [match_map_veto_picks_insert_input!]! + + """upsert condition""" + on_conflict: match_map_veto_picks_on_conflict +} + +""" +Boolean expression to filter rows from the table "match_map_veto_picks". All fields are combined with a logical 'AND'. +""" +input match_map_veto_picks_bool_exp { + _and: [match_map_veto_picks_bool_exp!] + _not: match_map_veto_picks_bool_exp + _or: [match_map_veto_picks_bool_exp!] + created_at: timestamptz_comparison_exp + id: uuid_comparison_exp + map: maps_bool_exp + map_id: uuid_comparison_exp + match: matches_bool_exp + match_id: uuid_comparison_exp + match_lineup: match_lineups_bool_exp + match_lineup_id: uuid_comparison_exp + side: String_comparison_exp + type: e_veto_pick_types_enum_comparison_exp +} + +""" +unique or primary key constraints on table "match_map_veto_picks" +""" +enum match_map_veto_picks_constraint { + """ + unique or primary key constraint on columns "type", "match_id", "map_id" + """ + match_map_veto_picks_map_id_match_id_type_key + + """ + unique or primary key constraint on columns "id" + """ + match_map_veto_picks_pkey +} + +""" +input type for inserting data into table "match_map_veto_picks" +""" +input match_map_veto_picks_insert_input { + created_at: timestamptz + id: uuid + map: maps_obj_rel_insert_input + map_id: uuid + match: matches_obj_rel_insert_input + match_id: uuid + match_lineup: match_lineups_obj_rel_insert_input + match_lineup_id: uuid + side: String + type: e_veto_pick_types_enum +} + +"""aggregate max on columns""" +type match_map_veto_picks_max_fields { + created_at: timestamptz + id: uuid + map_id: uuid + match_id: uuid + match_lineup_id: uuid + side: String +} + +""" +order by max() on columns of table "match_map_veto_picks" +""" +input match_map_veto_picks_max_order_by { + created_at: order_by + id: order_by + map_id: order_by + match_id: order_by + match_lineup_id: order_by + side: order_by +} + +"""aggregate min on columns""" +type match_map_veto_picks_min_fields { + created_at: timestamptz + id: uuid + map_id: uuid + match_id: uuid + match_lineup_id: uuid + side: String +} + +""" +order by min() on columns of table "match_map_veto_picks" +""" +input match_map_veto_picks_min_order_by { + created_at: order_by + id: order_by + map_id: order_by + match_id: order_by + match_lineup_id: order_by + side: order_by +} + +""" +response of any mutation on the table "match_map_veto_picks" +""" +type match_map_veto_picks_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_map_veto_picks!]! +} + +""" +on_conflict condition type for table "match_map_veto_picks" +""" +input match_map_veto_picks_on_conflict { + constraint: match_map_veto_picks_constraint! + update_columns: [match_map_veto_picks_update_column!]! = [] + where: match_map_veto_picks_bool_exp +} + +"""Ordering options when selecting data from "match_map_veto_picks".""" +input match_map_veto_picks_order_by { + created_at: order_by + id: order_by + map: maps_order_by + map_id: order_by + match: matches_order_by + match_id: order_by + match_lineup: match_lineups_order_by + match_lineup_id: order_by + side: order_by + type: order_by +} + +"""primary key columns input for table: match_map_veto_picks""" +input match_map_veto_picks_pk_columns_input { + id: uuid! +} + +""" +select columns of table "match_map_veto_picks" +""" +enum match_map_veto_picks_select_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + map_id + + """column name""" + match_id + + """column name""" + match_lineup_id + + """column name""" + side + + """column name""" + type +} + +""" +input type for updating data in table "match_map_veto_picks" +""" +input match_map_veto_picks_set_input { + created_at: timestamptz + id: uuid + map_id: uuid + match_id: uuid + match_lineup_id: uuid + side: String + type: e_veto_pick_types_enum +} + +""" +Streaming cursor of the table "match_map_veto_picks" +""" +input match_map_veto_picks_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_map_veto_picks_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_map_veto_picks_stream_cursor_value_input { + created_at: timestamptz + id: uuid + map_id: uuid + match_id: uuid + match_lineup_id: uuid + side: String + type: e_veto_pick_types_enum +} + +""" +update columns of table "match_map_veto_picks" +""" +enum match_map_veto_picks_update_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + map_id + + """column name""" + match_id + + """column name""" + match_lineup_id + + """column name""" + side + + """column name""" + type +} + +input match_map_veto_picks_updates { + """sets the columns of the filtered rows to the given values""" + _set: match_map_veto_picks_set_input + + """filter the rows which have to be updated""" + where: match_map_veto_picks_bool_exp! +} + +""" +columns and relationships of "match_maps" +""" +type match_maps { + clips_count: Int! + created_at: timestamptz! + + """An array relationship""" + demos( + """distinct select on columns""" + distinct_on: [match_map_demos_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: [match_map_demos_order_by!] + + """filter the rows returned""" + where: match_map_demos_bool_exp + ): [match_map_demos!]! + + """An aggregate relationship""" + demos_aggregate( + """distinct select on columns""" + distinct_on: [match_map_demos_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: [match_map_demos_order_by!] + + """filter the rows returned""" + where: match_map_demos_bool_exp + ): match_map_demos_aggregate! + + """ + A computed field, executes function "match_map_demo_download_url" + """ + demos_download_url: String + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """An object relationship""" + e_match_map_status: e_match_map_status! + ended_at: timestamptz + + """An array relationship""" + flashes( + """distinct select on columns""" + distinct_on: [player_flashes_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: [player_flashes_order_by!] + + """filter the rows returned""" + where: player_flashes_bool_exp + ): [player_flashes!]! + + """An aggregate relationship""" + flashes_aggregate( + """distinct select on columns""" + distinct_on: [player_flashes_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: [player_flashes_order_by!] + + """filter the rows returned""" + where: player_flashes_bool_exp + ): player_flashes_aggregate! + id: uuid! + + """ + A computed field, executes function "is_current_match_map" + """ + is_current_map: Boolean + latest_clip_at: timestamptz + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_side: e_sides_enum! + lineup_1_timeouts_available: Int! + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Int! + + """An object relationship""" + map: maps! + map_id: uuid! + + """An object relationship""" + match: matches! + + """An array relationship""" + match_clips( + """distinct select on columns""" + distinct_on: [match_clips_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: [match_clips_order_by!] + + """filter the rows returned""" + where: match_clips_bool_exp + ): [match_clips!]! + + """An aggregate relationship""" + match_clips_aggregate( + """distinct select on columns""" + distinct_on: [match_clips_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: [match_clips_order_by!] + + """filter the rows returned""" + where: match_clips_bool_exp + ): match_clips_aggregate! + match_id: uuid! + + """An array relationship""" + objectives( + """distinct select on columns""" + distinct_on: [player_objectives_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: [player_objectives_order_by!] + + """filter the rows returned""" + where: player_objectives_bool_exp + ): [player_objectives!]! + + """An aggregate relationship""" + objectives_aggregate( + """distinct select on columns""" + distinct_on: [player_objectives_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: [player_objectives_order_by!] + + """filter the rows returned""" + where: player_objectives_bool_exp + ): player_objectives_aggregate! + order: Int! + + """An array relationship""" + player_assists( + """distinct select on columns""" + distinct_on: [player_assists_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: [player_assists_order_by!] + + """filter the rows returned""" + where: player_assists_bool_exp + ): [player_assists!]! + + """An aggregate relationship""" + player_assists_aggregate( + """distinct select on columns""" + distinct_on: [player_assists_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: [player_assists_order_by!] + + """filter the rows returned""" + where: player_assists_bool_exp + ): player_assists_aggregate! + + """An array relationship""" + player_damages( + """distinct select on columns""" + distinct_on: [player_damages_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: [player_damages_order_by!] + + """filter the rows returned""" + where: player_damages_bool_exp + ): [player_damages!]! + + """An aggregate relationship""" + player_damages_aggregate( + """distinct select on columns""" + distinct_on: [player_damages_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: [player_damages_order_by!] + + """filter the rows returned""" + where: player_damages_bool_exp + ): player_damages_aggregate! + + """An array relationship""" + player_kills( + """distinct select on columns""" + distinct_on: [player_kills_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: [player_kills_order_by!] + + """filter the rows returned""" + where: player_kills_bool_exp + ): [player_kills!]! + + """An aggregate relationship""" + player_kills_aggregate( + """distinct select on columns""" + distinct_on: [player_kills_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: [player_kills_order_by!] + + """filter the rows returned""" + where: player_kills_bool_exp + ): player_kills_aggregate! + + """An array relationship""" + player_unused_utilities( + """distinct select on columns""" + distinct_on: [player_unused_utility_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: [player_unused_utility_order_by!] + + """filter the rows returned""" + where: player_unused_utility_bool_exp + ): [player_unused_utility!]! + + """An aggregate relationship""" + player_unused_utilities_aggregate( + """distinct select on columns""" + distinct_on: [player_unused_utility_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: [player_unused_utility_order_by!] + + """filter the rows returned""" + where: player_unused_utility_bool_exp + ): player_unused_utility_aggregate! + public_clips_count: Int! + public_latest_clip_at: timestamptz + + """An array relationship""" + rounds( + """distinct select on columns""" + distinct_on: [match_map_rounds_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: [match_map_rounds_order_by!] + + """filter the rows returned""" + where: match_map_rounds_bool_exp + ): [match_map_rounds!]! + + """An aggregate relationship""" + rounds_aggregate( + """distinct select on columns""" + distinct_on: [match_map_rounds_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: [match_map_rounds_order_by!] + + """filter the rows returned""" + where: match_map_rounds_bool_exp + ): match_map_rounds_aggregate! + started_at: timestamptz + status: e_match_map_status_enum! + + """An array relationship""" + utility( + """distinct select on columns""" + distinct_on: [player_utility_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: [player_utility_order_by!] + + """filter the rows returned""" + where: player_utility_bool_exp + ): [player_utility!]! + + """An aggregate relationship""" + utility_aggregate( + """distinct select on columns""" + distinct_on: [player_utility_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: [player_utility_order_by!] + + """filter the rows returned""" + where: player_utility_bool_exp + ): player_utility_aggregate! + + """An array relationship""" + vetos( + """distinct select on columns""" + distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] + + """filter the rows returned""" + where: match_map_veto_picks_bool_exp + ): [match_map_veto_picks!]! + + """An aggregate relationship""" + vetos_aggregate( + """distinct select on columns""" + distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] + + """filter the rows returned""" + where: match_map_veto_picks_bool_exp + ): match_map_veto_picks_aggregate! + winning_lineup_id: uuid +} + +""" +aggregated selection of "match_maps" +""" +type match_maps_aggregate { + aggregate: match_maps_aggregate_fields + nodes: [match_maps!]! +} + +input match_maps_aggregate_bool_exp { + count: match_maps_aggregate_bool_exp_count +} + +input match_maps_aggregate_bool_exp_count { + arguments: [match_maps_select_column!] + distinct: Boolean + filter: match_maps_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "match_maps" +""" +type match_maps_aggregate_fields { + avg: match_maps_avg_fields + count(columns: [match_maps_select_column!], distinct: Boolean): Int! + max: match_maps_max_fields + min: match_maps_min_fields + stddev: match_maps_stddev_fields + stddev_pop: match_maps_stddev_pop_fields + stddev_samp: match_maps_stddev_samp_fields + sum: match_maps_sum_fields + var_pop: match_maps_var_pop_fields + var_samp: match_maps_var_samp_fields + variance: match_maps_variance_fields +} + +""" +order by aggregate values of table "match_maps" +""" +input match_maps_aggregate_order_by { + avg: match_maps_avg_order_by + count: order_by + max: match_maps_max_order_by + min: match_maps_min_order_by + stddev: match_maps_stddev_order_by + stddev_pop: match_maps_stddev_pop_order_by + stddev_samp: match_maps_stddev_samp_order_by + sum: match_maps_sum_order_by + var_pop: match_maps_var_pop_order_by + var_samp: match_maps_var_samp_order_by + variance: match_maps_variance_order_by +} + +""" +input type for inserting array relation for remote table "match_maps" +""" +input match_maps_arr_rel_insert_input { + data: [match_maps_insert_input!]! + + """upsert condition""" + on_conflict: match_maps_on_conflict +} + +"""aggregate avg on columns""" +type match_maps_avg_fields { + clips_count: Float + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Float + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Float + order: Float + public_clips_count: Float +} + +""" +order by avg() on columns of table "match_maps" +""" +input match_maps_avg_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +""" +Boolean expression to filter rows from the table "match_maps". All fields are combined with a logical 'AND'. +""" +input match_maps_bool_exp { + _and: [match_maps_bool_exp!] + _not: match_maps_bool_exp + _or: [match_maps_bool_exp!] + clips_count: Int_comparison_exp + created_at: timestamptz_comparison_exp + demos: match_map_demos_bool_exp + demos_aggregate: match_map_demos_aggregate_bool_exp + demos_download_url: String_comparison_exp + demos_total_size: Int_comparison_exp + e_match_map_status: e_match_map_status_bool_exp + ended_at: timestamptz_comparison_exp + flashes: player_flashes_bool_exp + flashes_aggregate: player_flashes_aggregate_bool_exp + id: uuid_comparison_exp + is_current_map: Boolean_comparison_exp + latest_clip_at: timestamptz_comparison_exp + lineup_1_score: Int_comparison_exp + lineup_1_side: e_sides_enum_comparison_exp + lineup_1_timeouts_available: Int_comparison_exp + lineup_2_score: Int_comparison_exp + lineup_2_side: e_sides_enum_comparison_exp + lineup_2_timeouts_available: Int_comparison_exp + map: maps_bool_exp + map_id: uuid_comparison_exp + match: matches_bool_exp + match_clips: match_clips_bool_exp + match_clips_aggregate: match_clips_aggregate_bool_exp + match_id: uuid_comparison_exp + objectives: player_objectives_bool_exp + objectives_aggregate: player_objectives_aggregate_bool_exp + order: Int_comparison_exp + player_assists: player_assists_bool_exp + player_assists_aggregate: player_assists_aggregate_bool_exp + player_damages: player_damages_bool_exp + player_damages_aggregate: player_damages_aggregate_bool_exp + player_kills: player_kills_bool_exp + player_kills_aggregate: player_kills_aggregate_bool_exp + player_unused_utilities: player_unused_utility_bool_exp + player_unused_utilities_aggregate: player_unused_utility_aggregate_bool_exp + public_clips_count: Int_comparison_exp + public_latest_clip_at: timestamptz_comparison_exp + rounds: match_map_rounds_bool_exp + rounds_aggregate: match_map_rounds_aggregate_bool_exp + started_at: timestamptz_comparison_exp + status: e_match_map_status_enum_comparison_exp + utility: player_utility_bool_exp + utility_aggregate: player_utility_aggregate_bool_exp + vetos: match_map_veto_picks_bool_exp + vetos_aggregate: match_map_veto_picks_aggregate_bool_exp + winning_lineup_id: uuid_comparison_exp +} + +""" +unique or primary key constraints on table "match_maps" +""" +enum match_maps_constraint { + """ + unique or primary key constraint on columns "order", "match_id" + """ + match_maps_match_id_order_key + + """ + unique or primary key constraint on columns "id" + """ + match_maps_pkey +} + +""" +input type for incrementing numeric columns in table "match_maps" +""" +input match_maps_inc_input { + clips_count: Int + lineup_1_timeouts_available: Int + lineup_2_timeouts_available: Int + order: Int + public_clips_count: Int +} + +""" +input type for inserting data into table "match_maps" +""" +input match_maps_insert_input { + clips_count: Int + created_at: timestamptz + demos: match_map_demos_arr_rel_insert_input + e_match_map_status: e_match_map_status_obj_rel_insert_input + ended_at: timestamptz + flashes: player_flashes_arr_rel_insert_input + id: uuid + latest_clip_at: timestamptz + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Int + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Int + map: maps_obj_rel_insert_input + map_id: uuid + match: matches_obj_rel_insert_input + match_clips: match_clips_arr_rel_insert_input + match_id: uuid + objectives: player_objectives_arr_rel_insert_input + order: Int + player_assists: player_assists_arr_rel_insert_input + player_damages: player_damages_arr_rel_insert_input + player_kills: player_kills_arr_rel_insert_input + player_unused_utilities: player_unused_utility_arr_rel_insert_input + public_clips_count: Int + public_latest_clip_at: timestamptz + rounds: match_map_rounds_arr_rel_insert_input + started_at: timestamptz + status: e_match_map_status_enum + utility: player_utility_arr_rel_insert_input + vetos: match_map_veto_picks_arr_rel_insert_input + winning_lineup_id: uuid +} + +"""aggregate max on columns""" +type match_maps_max_fields { + clips_count: Int + created_at: timestamptz + + """ + A computed field, executes function "match_map_demo_download_url" + """ + demos_download_url: String + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + ended_at: timestamptz + id: uuid + latest_clip_at: timestamptz + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Int + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Int + map_id: uuid + match_id: uuid + order: Int + public_clips_count: Int + public_latest_clip_at: timestamptz + started_at: timestamptz + winning_lineup_id: uuid +} + +""" +order by max() on columns of table "match_maps" +""" +input match_maps_max_order_by { + clips_count: order_by + created_at: order_by + ended_at: order_by + id: order_by + latest_clip_at: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + map_id: order_by + match_id: order_by + order: order_by + public_clips_count: order_by + public_latest_clip_at: order_by + started_at: order_by + winning_lineup_id: order_by +} + +"""aggregate min on columns""" +type match_maps_min_fields { + clips_count: Int + created_at: timestamptz + + """ + A computed field, executes function "match_map_demo_download_url" + """ + demos_download_url: String + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + ended_at: timestamptz + id: uuid + latest_clip_at: timestamptz + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Int + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Int + map_id: uuid + match_id: uuid + order: Int + public_clips_count: Int + public_latest_clip_at: timestamptz + started_at: timestamptz + winning_lineup_id: uuid +} + +""" +order by min() on columns of table "match_maps" +""" +input match_maps_min_order_by { + clips_count: order_by + created_at: order_by + ended_at: order_by + id: order_by + latest_clip_at: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + map_id: order_by + match_id: order_by + order: order_by + public_clips_count: order_by + public_latest_clip_at: order_by + started_at: order_by + winning_lineup_id: order_by +} + +""" +response of any mutation on the table "match_maps" +""" +type match_maps_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_maps!]! +} + +""" +input type for inserting object relation for remote table "match_maps" +""" +input match_maps_obj_rel_insert_input { + data: match_maps_insert_input! + + """upsert condition""" + on_conflict: match_maps_on_conflict +} + +""" +on_conflict condition type for table "match_maps" +""" +input match_maps_on_conflict { + constraint: match_maps_constraint! + update_columns: [match_maps_update_column!]! = [] + where: match_maps_bool_exp +} + +"""Ordering options when selecting data from "match_maps".""" +input match_maps_order_by { + clips_count: order_by + created_at: order_by + demos_aggregate: match_map_demos_aggregate_order_by + demos_download_url: order_by + demos_total_size: order_by + e_match_map_status: e_match_map_status_order_by + ended_at: order_by + flashes_aggregate: player_flashes_aggregate_order_by + id: order_by + is_current_map: order_by + latest_clip_at: order_by + lineup_1_score: order_by + lineup_1_side: order_by + lineup_1_timeouts_available: order_by + lineup_2_score: order_by + lineup_2_side: order_by + lineup_2_timeouts_available: order_by + map: maps_order_by + map_id: order_by + match: matches_order_by + match_clips_aggregate: match_clips_aggregate_order_by + match_id: order_by + objectives_aggregate: player_objectives_aggregate_order_by + order: order_by + player_assists_aggregate: player_assists_aggregate_order_by + player_damages_aggregate: player_damages_aggregate_order_by + player_kills_aggregate: player_kills_aggregate_order_by + player_unused_utilities_aggregate: player_unused_utility_aggregate_order_by + public_clips_count: order_by + public_latest_clip_at: order_by + rounds_aggregate: match_map_rounds_aggregate_order_by + started_at: order_by + status: order_by + utility_aggregate: player_utility_aggregate_order_by + vetos_aggregate: match_map_veto_picks_aggregate_order_by + winning_lineup_id: order_by +} + +"""primary key columns input for table: match_maps""" +input match_maps_pk_columns_input { + id: uuid! +} + +""" +select columns of table "match_maps" +""" +enum match_maps_select_column { + """column name""" + clips_count + + """column name""" + created_at + + """column name""" + ended_at + + """column name""" + id + + """column name""" + latest_clip_at + + """column name""" + lineup_1_side + + """column name""" + lineup_1_timeouts_available + + """column name""" + lineup_2_side + + """column name""" + lineup_2_timeouts_available + + """column name""" + map_id + + """column name""" + match_id + + """column name""" + order + + """column name""" + public_clips_count + + """column name""" + public_latest_clip_at + + """column name""" + started_at + + """column name""" + status + + """column name""" + winning_lineup_id +} + +""" +input type for updating data in table "match_maps" +""" +input match_maps_set_input { + clips_count: Int + created_at: timestamptz + ended_at: timestamptz + id: uuid + latest_clip_at: timestamptz + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Int + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Int + map_id: uuid + match_id: uuid + order: Int + public_clips_count: Int + public_latest_clip_at: timestamptz + started_at: timestamptz + status: e_match_map_status_enum + winning_lineup_id: uuid +} + +"""aggregate stddev on columns""" +type match_maps_stddev_fields { + clips_count: Float + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Float + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Float + order: Float + public_clips_count: Float +} + +""" +order by stddev() on columns of table "match_maps" +""" +input match_maps_stddev_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +"""aggregate stddev_pop on columns""" +type match_maps_stddev_pop_fields { + clips_count: Float + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Float + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Float + order: Float + public_clips_count: Float +} + +""" +order by stddev_pop() on columns of table "match_maps" +""" +input match_maps_stddev_pop_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +"""aggregate stddev_samp on columns""" +type match_maps_stddev_samp_fields { + clips_count: Float + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Float + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Float + order: Float + public_clips_count: Float +} + +""" +order by stddev_samp() on columns of table "match_maps" +""" +input match_maps_stddev_samp_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +""" +Streaming cursor of the table "match_maps" +""" +input match_maps_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_maps_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_maps_stream_cursor_value_input { + clips_count: Int + created_at: timestamptz + ended_at: timestamptz + id: uuid + latest_clip_at: timestamptz + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Int + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Int + map_id: uuid + match_id: uuid + order: Int + public_clips_count: Int + public_latest_clip_at: timestamptz + started_at: timestamptz + status: e_match_map_status_enum + winning_lineup_id: uuid +} + +"""aggregate sum on columns""" +type match_maps_sum_fields { + clips_count: Int + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Int + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Int + order: Int + public_clips_count: Int +} + +""" +order by sum() on columns of table "match_maps" +""" +input match_maps_sum_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +""" +update columns of table "match_maps" +""" +enum match_maps_update_column { + """column name""" + clips_count + + """column name""" + created_at + + """column name""" + ended_at + + """column name""" + id + + """column name""" + latest_clip_at + + """column name""" + lineup_1_side + + """column name""" + lineup_1_timeouts_available + + """column name""" + lineup_2_side + + """column name""" + lineup_2_timeouts_available + + """column name""" + map_id + + """column name""" + match_id + + """column name""" + order + + """column name""" + public_clips_count + + """column name""" + public_latest_clip_at + + """column name""" + started_at + + """column name""" + status + + """column name""" + winning_lineup_id +} + +input match_maps_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: match_maps_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: match_maps_set_input + + """filter the rows which have to be updated""" + where: match_maps_bool_exp! +} + +"""aggregate var_pop on columns""" +type match_maps_var_pop_fields { + clips_count: Float + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Float + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Float + order: Float + public_clips_count: Float +} + +""" +order by var_pop() on columns of table "match_maps" +""" +input match_maps_var_pop_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +"""aggregate var_samp on columns""" +type match_maps_var_samp_fields { + clips_count: Float + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Float + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Float + order: Float + public_clips_count: Float +} + +""" +order by var_samp() on columns of table "match_maps" +""" +input match_maps_var_samp_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +"""aggregate variance on columns""" +type match_maps_variance_fields { + clips_count: Float + + """ + A computed field, executes function "match_map_demo_total_size" + """ + demos_total_size: Int + + """ + A computed field, executes function "lineup_1_score" + """ + lineup_1_score: Int + lineup_1_timeouts_available: Float + + """ + A computed field, executes function "lineup_2_score" + """ + lineup_2_score: Int + lineup_2_timeouts_available: Float + order: Float + public_clips_count: Float +} + +""" +order by variance() on columns of table "match_maps" +""" +input match_maps_variance_order_by { + clips_count: order_by + lineup_1_timeouts_available: order_by + lineup_2_timeouts_available: order_by + order: order_by + public_clips_count: order_by +} + +""" +columns and relationships of "match_options" +""" +type match_options { + auto_cancel_duration: Int + auto_cancellation: Boolean! + best_of: Int! + check_in_setting: e_check_in_settings_enum! + coaches: Boolean! + default_models: Boolean + + """ + A computed field, executes function "has_active_matches" + """ + has_active_matches: Boolean + id: uuid! + invite_code: String + knife_round: Boolean! + live_match_timeout: Int + + """An object relationship""" + map_pool: map_pools! + map_pool_id: uuid! + map_veto: Boolean! + match_mode: e_match_mode_enum! + + """An array relationship""" + matches( + """distinct select on columns""" + distinct_on: [matches_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: [matches_order_by!] + + """filter the rows returned""" + where: matches_bool_exp + ): [matches!]! + + """An aggregate relationship""" + matches_aggregate( + """distinct select on columns""" + distinct_on: [matches_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: [matches_order_by!] + + """filter the rows returned""" + where: matches_bool_exp + ): matches_aggregate! + mr: Int! + number_of_substitutes: Int! + overtime: Boolean! + prefer_dedicated_server: Boolean! + ready_setting: e_ready_settings_enum! + region_veto: Boolean! + regions: [String!] + tech_timeout_setting: e_timeout_settings_enum! + timeout_setting: e_timeout_settings_enum! + + """An object relationship""" + tournament: tournaments + + """An object relationship""" + tournament_bracket: tournament_brackets + + """An object relationship""" + tournament_stage: tournament_stages + tv_delay: Int! + type: e_match_types_enum! +} + +""" +aggregated selection of "match_options" +""" +type match_options_aggregate { + aggregate: match_options_aggregate_fields + nodes: [match_options!]! +} + +""" +aggregate fields of "match_options" +""" +type match_options_aggregate_fields { + avg: match_options_avg_fields + count(columns: [match_options_select_column!], distinct: Boolean): Int! + max: match_options_max_fields + min: match_options_min_fields + stddev: match_options_stddev_fields + stddev_pop: match_options_stddev_pop_fields + stddev_samp: match_options_stddev_samp_fields + sum: match_options_sum_fields + var_pop: match_options_var_pop_fields + var_samp: match_options_var_samp_fields + variance: match_options_variance_fields +} + +"""aggregate avg on columns""" +type match_options_avg_fields { + auto_cancel_duration: Float + best_of: Float + live_match_timeout: Float + mr: Float + number_of_substitutes: Float + tv_delay: Float +} + +""" +Boolean expression to filter rows from the table "match_options". All fields are combined with a logical 'AND'. +""" +input match_options_bool_exp { + _and: [match_options_bool_exp!] + _not: match_options_bool_exp + _or: [match_options_bool_exp!] + auto_cancel_duration: Int_comparison_exp + auto_cancellation: Boolean_comparison_exp + best_of: Int_comparison_exp + check_in_setting: e_check_in_settings_enum_comparison_exp + coaches: Boolean_comparison_exp + default_models: Boolean_comparison_exp + has_active_matches: Boolean_comparison_exp + id: uuid_comparison_exp + invite_code: String_comparison_exp + knife_round: Boolean_comparison_exp + live_match_timeout: Int_comparison_exp + map_pool: map_pools_bool_exp + map_pool_id: uuid_comparison_exp + map_veto: Boolean_comparison_exp + match_mode: e_match_mode_enum_comparison_exp + matches: matches_bool_exp + matches_aggregate: matches_aggregate_bool_exp + mr: Int_comparison_exp + number_of_substitutes: Int_comparison_exp + overtime: Boolean_comparison_exp + prefer_dedicated_server: Boolean_comparison_exp + ready_setting: e_ready_settings_enum_comparison_exp + region_veto: Boolean_comparison_exp + regions: String_array_comparison_exp + tech_timeout_setting: e_timeout_settings_enum_comparison_exp + timeout_setting: e_timeout_settings_enum_comparison_exp + tournament: tournaments_bool_exp + tournament_bracket: tournament_brackets_bool_exp + tournament_stage: tournament_stages_bool_exp + tv_delay: Int_comparison_exp + type: e_match_types_enum_comparison_exp +} + +""" +unique or primary key constraints on table "match_options" +""" +enum match_options_constraint { + """ + unique or primary key constraint on columns "id" + """ + match_options_pkey +} + +""" +input type for incrementing numeric columns in table "match_options" +""" +input match_options_inc_input { + auto_cancel_duration: Int + best_of: Int + live_match_timeout: Int + mr: Int + number_of_substitutes: Int + tv_delay: Int +} + +""" +input type for inserting data into table "match_options" +""" +input match_options_insert_input { + auto_cancel_duration: Int + auto_cancellation: Boolean + best_of: Int + check_in_setting: e_check_in_settings_enum + coaches: Boolean + default_models: Boolean + id: uuid + invite_code: String + knife_round: Boolean + live_match_timeout: Int + map_pool: map_pools_obj_rel_insert_input + map_pool_id: uuid + map_veto: Boolean + match_mode: e_match_mode_enum + matches: matches_arr_rel_insert_input + mr: Int + number_of_substitutes: Int + overtime: Boolean + prefer_dedicated_server: Boolean + ready_setting: e_ready_settings_enum + region_veto: Boolean + regions: [String!] + tech_timeout_setting: e_timeout_settings_enum + timeout_setting: e_timeout_settings_enum + tournament: tournaments_obj_rel_insert_input + tournament_bracket: tournament_brackets_obj_rel_insert_input + tournament_stage: tournament_stages_obj_rel_insert_input + tv_delay: Int + type: e_match_types_enum +} + +"""aggregate max on columns""" +type match_options_max_fields { + auto_cancel_duration: Int + best_of: Int + id: uuid + invite_code: String + live_match_timeout: Int + map_pool_id: uuid + mr: Int + number_of_substitutes: Int + regions: [String!] + tv_delay: Int +} + +"""aggregate min on columns""" +type match_options_min_fields { + auto_cancel_duration: Int + best_of: Int + id: uuid + invite_code: String + live_match_timeout: Int + map_pool_id: uuid + mr: Int + number_of_substitutes: Int + regions: [String!] + tv_delay: Int +} + +""" +response of any mutation on the table "match_options" +""" +type match_options_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_options!]! +} + +""" +input type for inserting object relation for remote table "match_options" +""" +input match_options_obj_rel_insert_input { + data: match_options_insert_input! + + """upsert condition""" + on_conflict: match_options_on_conflict +} + +""" +on_conflict condition type for table "match_options" +""" +input match_options_on_conflict { + constraint: match_options_constraint! + update_columns: [match_options_update_column!]! = [] + where: match_options_bool_exp +} + +"""Ordering options when selecting data from "match_options".""" +input match_options_order_by { + auto_cancel_duration: order_by + auto_cancellation: order_by + best_of: order_by + check_in_setting: order_by + coaches: order_by + default_models: order_by + has_active_matches: order_by + id: order_by + invite_code: order_by + knife_round: order_by + live_match_timeout: order_by + map_pool: map_pools_order_by + map_pool_id: order_by + map_veto: order_by + match_mode: order_by + matches_aggregate: matches_aggregate_order_by + mr: order_by + number_of_substitutes: order_by + overtime: order_by + prefer_dedicated_server: order_by + ready_setting: order_by + region_veto: order_by + regions: order_by + tech_timeout_setting: order_by + timeout_setting: order_by + tournament: tournaments_order_by + tournament_bracket: tournament_brackets_order_by + tournament_stage: tournament_stages_order_by + tv_delay: order_by + type: order_by +} + +"""primary key columns input for table: match_options""" +input match_options_pk_columns_input { + id: uuid! +} + +""" +select columns of table "match_options" +""" +enum match_options_select_column { + """column name""" + auto_cancel_duration + + """column name""" + auto_cancellation + + """column name""" + best_of + + """column name""" + check_in_setting + + """column name""" + coaches + + """column name""" + default_models + + """column name""" + id + + """column name""" + invite_code + + """column name""" + knife_round + + """column name""" + live_match_timeout + + """column name""" + map_pool_id + + """column name""" + map_veto + + """column name""" + match_mode + + """column name""" + mr + + """column name""" + number_of_substitutes + + """column name""" + overtime + + """column name""" + prefer_dedicated_server + + """column name""" + ready_setting + + """column name""" + region_veto + + """column name""" + regions + + """column name""" + tech_timeout_setting + + """column name""" + timeout_setting + + """column name""" + tv_delay + + """column name""" + type +} + +""" +input type for updating data in table "match_options" +""" +input match_options_set_input { + auto_cancel_duration: Int + auto_cancellation: Boolean + best_of: Int + check_in_setting: e_check_in_settings_enum + coaches: Boolean + default_models: Boolean + id: uuid + invite_code: String + knife_round: Boolean + live_match_timeout: Int + map_pool_id: uuid + map_veto: Boolean + match_mode: e_match_mode_enum + mr: Int + number_of_substitutes: Int + overtime: Boolean + prefer_dedicated_server: Boolean + ready_setting: e_ready_settings_enum + region_veto: Boolean + regions: [String!] + tech_timeout_setting: e_timeout_settings_enum + timeout_setting: e_timeout_settings_enum + tv_delay: Int + type: e_match_types_enum +} + +"""aggregate stddev on columns""" +type match_options_stddev_fields { + auto_cancel_duration: Float + best_of: Float + live_match_timeout: Float + mr: Float + number_of_substitutes: Float + tv_delay: Float +} + +"""aggregate stddev_pop on columns""" +type match_options_stddev_pop_fields { + auto_cancel_duration: Float + best_of: Float + live_match_timeout: Float + mr: Float + number_of_substitutes: Float + tv_delay: Float +} + +"""aggregate stddev_samp on columns""" +type match_options_stddev_samp_fields { + auto_cancel_duration: Float + best_of: Float + live_match_timeout: Float + mr: Float + number_of_substitutes: Float + tv_delay: Float +} + +""" +Streaming cursor of the table "match_options" +""" +input match_options_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_options_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_options_stream_cursor_value_input { + auto_cancel_duration: Int + auto_cancellation: Boolean + best_of: Int + check_in_setting: e_check_in_settings_enum + coaches: Boolean + default_models: Boolean + id: uuid + invite_code: String + knife_round: Boolean + live_match_timeout: Int + map_pool_id: uuid + map_veto: Boolean + match_mode: e_match_mode_enum + mr: Int + number_of_substitutes: Int + overtime: Boolean + prefer_dedicated_server: Boolean + ready_setting: e_ready_settings_enum + region_veto: Boolean + regions: [String!] + tech_timeout_setting: e_timeout_settings_enum + timeout_setting: e_timeout_settings_enum + tv_delay: Int + type: e_match_types_enum +} + +"""aggregate sum on columns""" +type match_options_sum_fields { + auto_cancel_duration: Int + best_of: Int + live_match_timeout: Int + mr: Int + number_of_substitutes: Int + tv_delay: Int +} + +""" +update columns of table "match_options" +""" +enum match_options_update_column { + """column name""" + auto_cancel_duration + + """column name""" + auto_cancellation + + """column name""" + best_of + + """column name""" + check_in_setting + + """column name""" + coaches + + """column name""" + default_models + + """column name""" + id + + """column name""" + invite_code + + """column name""" + knife_round + + """column name""" + live_match_timeout + + """column name""" + map_pool_id + + """column name""" + map_veto + + """column name""" + match_mode + + """column name""" + mr + + """column name""" + number_of_substitutes + + """column name""" + overtime + + """column name""" + prefer_dedicated_server + + """column name""" + ready_setting + + """column name""" + region_veto + + """column name""" + regions + + """column name""" + tech_timeout_setting + + """column name""" + timeout_setting + + """column name""" + tv_delay + + """column name""" + type +} + +input match_options_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: match_options_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: match_options_set_input + + """filter the rows which have to be updated""" + where: match_options_bool_exp! +} + +"""aggregate var_pop on columns""" +type match_options_var_pop_fields { + auto_cancel_duration: Float + best_of: Float + live_match_timeout: Float + mr: Float + number_of_substitutes: Float + tv_delay: Float +} + +"""aggregate var_samp on columns""" +type match_options_var_samp_fields { + auto_cancel_duration: Float + best_of: Float + live_match_timeout: Float + mr: Float + number_of_substitutes: Float + tv_delay: Float +} + +"""aggregate variance on columns""" +type match_options_variance_fields { + auto_cancel_duration: Float + best_of: Float + live_match_timeout: Float + mr: Float + number_of_substitutes: Float + tv_delay: Float +} + +""" +columns and relationships of "match_region_veto_picks" +""" +type match_region_veto_picks { + created_at: timestamptz! + id: uuid! + + """An object relationship""" + match: matches! + match_id: uuid! + + """An object relationship""" + match_lineup: match_lineups! + match_lineup_id: uuid! + region: String! + type: e_veto_pick_types_enum! +} + +""" +aggregated selection of "match_region_veto_picks" +""" +type match_region_veto_picks_aggregate { + aggregate: match_region_veto_picks_aggregate_fields + nodes: [match_region_veto_picks!]! +} + +input match_region_veto_picks_aggregate_bool_exp { + count: match_region_veto_picks_aggregate_bool_exp_count +} + +input match_region_veto_picks_aggregate_bool_exp_count { + arguments: [match_region_veto_picks_select_column!] + distinct: Boolean + filter: match_region_veto_picks_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "match_region_veto_picks" +""" +type match_region_veto_picks_aggregate_fields { + count(columns: [match_region_veto_picks_select_column!], distinct: Boolean): Int! + max: match_region_veto_picks_max_fields + min: match_region_veto_picks_min_fields +} + +""" +order by aggregate values of table "match_region_veto_picks" +""" +input match_region_veto_picks_aggregate_order_by { + count: order_by + max: match_region_veto_picks_max_order_by + min: match_region_veto_picks_min_order_by +} + +""" +input type for inserting array relation for remote table "match_region_veto_picks" +""" +input match_region_veto_picks_arr_rel_insert_input { + data: [match_region_veto_picks_insert_input!]! + + """upsert condition""" + on_conflict: match_region_veto_picks_on_conflict +} + +""" +Boolean expression to filter rows from the table "match_region_veto_picks". All fields are combined with a logical 'AND'. +""" +input match_region_veto_picks_bool_exp { + _and: [match_region_veto_picks_bool_exp!] + _not: match_region_veto_picks_bool_exp + _or: [match_region_veto_picks_bool_exp!] + created_at: timestamptz_comparison_exp + id: uuid_comparison_exp + match: matches_bool_exp + match_id: uuid_comparison_exp + match_lineup: match_lineups_bool_exp + match_lineup_id: uuid_comparison_exp + region: String_comparison_exp + type: e_veto_pick_types_enum_comparison_exp +} + +""" +unique or primary key constraints on table "match_region_veto_picks" +""" +enum match_region_veto_picks_constraint { + """ + unique or primary key constraint on columns "region", "match_id" + """ + match_region_veto_picks_match_id_region_key + + """ + unique or primary key constraint on columns "id" + """ + match_region_veto_picks_pkey +} + +""" +input type for inserting data into table "match_region_veto_picks" +""" +input match_region_veto_picks_insert_input { + created_at: timestamptz + id: uuid + match: matches_obj_rel_insert_input + match_id: uuid + match_lineup: match_lineups_obj_rel_insert_input + match_lineup_id: uuid + region: String + type: e_veto_pick_types_enum +} + +"""aggregate max on columns""" +type match_region_veto_picks_max_fields { + created_at: timestamptz + id: uuid + match_id: uuid + match_lineup_id: uuid + region: String +} + +""" +order by max() on columns of table "match_region_veto_picks" +""" +input match_region_veto_picks_max_order_by { + created_at: order_by + id: order_by + match_id: order_by + match_lineup_id: order_by + region: order_by +} + +"""aggregate min on columns""" +type match_region_veto_picks_min_fields { + created_at: timestamptz + id: uuid + match_id: uuid + match_lineup_id: uuid + region: String +} + +""" +order by min() on columns of table "match_region_veto_picks" +""" +input match_region_veto_picks_min_order_by { + created_at: order_by + id: order_by + match_id: order_by + match_lineup_id: order_by + region: order_by +} + +""" +response of any mutation on the table "match_region_veto_picks" +""" +type match_region_veto_picks_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_region_veto_picks!]! +} + +""" +on_conflict condition type for table "match_region_veto_picks" +""" +input match_region_veto_picks_on_conflict { + constraint: match_region_veto_picks_constraint! + update_columns: [match_region_veto_picks_update_column!]! = [] + where: match_region_veto_picks_bool_exp +} + +"""Ordering options when selecting data from "match_region_veto_picks".""" +input match_region_veto_picks_order_by { + created_at: order_by + id: order_by + match: matches_order_by + match_id: order_by + match_lineup: match_lineups_order_by + match_lineup_id: order_by + region: order_by + type: order_by +} + +"""primary key columns input for table: match_region_veto_picks""" +input match_region_veto_picks_pk_columns_input { + id: uuid! +} + +""" +select columns of table "match_region_veto_picks" +""" +enum match_region_veto_picks_select_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + match_id + + """column name""" + match_lineup_id + + """column name""" + region + + """column name""" + type +} + +""" +input type for updating data in table "match_region_veto_picks" +""" +input match_region_veto_picks_set_input { + created_at: timestamptz + id: uuid + match_id: uuid + match_lineup_id: uuid + region: String + type: e_veto_pick_types_enum +} + +""" +Streaming cursor of the table "match_region_veto_picks" +""" +input match_region_veto_picks_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_region_veto_picks_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_region_veto_picks_stream_cursor_value_input { + created_at: timestamptz + id: uuid + match_id: uuid + match_lineup_id: uuid + region: String + type: e_veto_pick_types_enum +} + +""" +update columns of table "match_region_veto_picks" +""" +enum match_region_veto_picks_update_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + match_id + + """column name""" + match_lineup_id + + """column name""" + region + + """column name""" + type +} + +input match_region_veto_picks_updates { + """sets the columns of the filtered rows to the given values""" + _set: match_region_veto_picks_set_input + + """filter the rows which have to be updated""" + where: match_region_veto_picks_bool_exp! +} + +""" +columns and relationships of "match_streams" +""" +type match_streams { + autodirector: Boolean! + error_message: String + + """An object relationship""" + game_server_node: game_server_nodes + game_server_node_id: String + id: uuid! + is_game_streamer: Boolean! + is_live: Boolean! + k8s_service_name: String + last_status_at: timestamptz + link: String! + + """An object relationship""" + match: matches! + match_id: uuid! + mode: String! + priority: Int! + status: String + status_history( + """JSON select path""" + path: String + ): jsonb! + stream_url: String + title: String! +} + +""" +aggregated selection of "match_streams" +""" +type match_streams_aggregate { + aggregate: match_streams_aggregate_fields + nodes: [match_streams!]! +} + +input match_streams_aggregate_bool_exp { + bool_and: match_streams_aggregate_bool_exp_bool_and + bool_or: match_streams_aggregate_bool_exp_bool_or + count: match_streams_aggregate_bool_exp_count +} + +input match_streams_aggregate_bool_exp_bool_and { + arguments: match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: match_streams_bool_exp + predicate: Boolean_comparison_exp! +} + +input match_streams_aggregate_bool_exp_bool_or { + arguments: match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: match_streams_bool_exp + predicate: Boolean_comparison_exp! +} + +input match_streams_aggregate_bool_exp_count { + arguments: [match_streams_select_column!] + distinct: Boolean + filter: match_streams_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "match_streams" +""" +type match_streams_aggregate_fields { + avg: match_streams_avg_fields + count(columns: [match_streams_select_column!], distinct: Boolean): Int! + max: match_streams_max_fields + min: match_streams_min_fields + stddev: match_streams_stddev_fields + stddev_pop: match_streams_stddev_pop_fields + stddev_samp: match_streams_stddev_samp_fields + sum: match_streams_sum_fields + var_pop: match_streams_var_pop_fields + var_samp: match_streams_var_samp_fields + variance: match_streams_variance_fields +} + +""" +order by aggregate values of table "match_streams" +""" +input match_streams_aggregate_order_by { + avg: match_streams_avg_order_by + count: order_by + max: match_streams_max_order_by + min: match_streams_min_order_by + stddev: match_streams_stddev_order_by + stddev_pop: match_streams_stddev_pop_order_by + stddev_samp: match_streams_stddev_samp_order_by + sum: match_streams_sum_order_by + var_pop: match_streams_var_pop_order_by + var_samp: match_streams_var_samp_order_by + variance: match_streams_variance_order_by +} + +"""append existing jsonb value of filtered columns with new jsonb value""" +input match_streams_append_input { + status_history: jsonb +} + +""" +input type for inserting array relation for remote table "match_streams" +""" +input match_streams_arr_rel_insert_input { + data: [match_streams_insert_input!]! + + """upsert condition""" + on_conflict: match_streams_on_conflict +} + +"""aggregate avg on columns""" +type match_streams_avg_fields { + priority: Float +} + +""" +order by avg() on columns of table "match_streams" +""" +input match_streams_avg_order_by { + priority: order_by +} + +""" +Boolean expression to filter rows from the table "match_streams". All fields are combined with a logical 'AND'. +""" +input match_streams_bool_exp { + _and: [match_streams_bool_exp!] + _not: match_streams_bool_exp + _or: [match_streams_bool_exp!] + autodirector: Boolean_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 + is_game_streamer: Boolean_comparison_exp + is_live: Boolean_comparison_exp + k8s_service_name: String_comparison_exp + last_status_at: timestamptz_comparison_exp + link: String_comparison_exp + match: matches_bool_exp + match_id: uuid_comparison_exp + mode: String_comparison_exp + priority: Int_comparison_exp + status: String_comparison_exp + status_history: jsonb_comparison_exp + stream_url: String_comparison_exp + title: String_comparison_exp +} + +""" +unique or primary key constraints on table "match_streams" +""" +enum match_streams_constraint { + """ + unique or primary key constraint on columns "id" + """ + match_streams_pkey +} + +""" +delete the field or element with specified path (for JSON arrays, negative integers count from the end) +""" +input match_streams_delete_at_path_input { + status_history: [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 match_streams_delete_elem_input { + status_history: Int +} + +""" +delete key/value pair or string element. key/value pairs are matched based on their key value +""" +input match_streams_delete_key_input { + status_history: String +} + +""" +input type for incrementing numeric columns in table "match_streams" +""" +input match_streams_inc_input { + priority: Int +} + +""" +input type for inserting data into table "match_streams" +""" +input match_streams_insert_input { + autodirector: Boolean + error_message: String + game_server_node: game_server_nodes_obj_rel_insert_input + game_server_node_id: String + id: uuid + is_game_streamer: Boolean + is_live: Boolean + k8s_service_name: String + last_status_at: timestamptz + link: String + match: matches_obj_rel_insert_input + match_id: uuid + mode: String + priority: Int + status: String + status_history: jsonb + stream_url: String + title: String +} + +"""aggregate max on columns""" +type match_streams_max_fields { + error_message: String + game_server_node_id: String + id: uuid + k8s_service_name: String + last_status_at: timestamptz + link: String + match_id: uuid + mode: String + priority: Int + status: String + stream_url: String + title: String +} + +""" +order by max() on columns of table "match_streams" +""" +input match_streams_max_order_by { + error_message: order_by + game_server_node_id: order_by + id: order_by + k8s_service_name: order_by + last_status_at: order_by + link: order_by + match_id: order_by + mode: order_by + priority: order_by + status: order_by + stream_url: order_by + title: order_by +} + +"""aggregate min on columns""" +type match_streams_min_fields { + error_message: String + game_server_node_id: String + id: uuid + k8s_service_name: String + last_status_at: timestamptz + link: String + match_id: uuid + mode: String + priority: Int + status: String + stream_url: String + title: String +} + +""" +order by min() on columns of table "match_streams" +""" +input match_streams_min_order_by { + error_message: order_by + game_server_node_id: order_by + id: order_by + k8s_service_name: order_by + last_status_at: order_by + link: order_by + match_id: order_by + mode: order_by + priority: order_by + status: order_by + stream_url: order_by + title: order_by +} + +""" +response of any mutation on the table "match_streams" +""" +type match_streams_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_streams!]! +} + +""" +on_conflict condition type for table "match_streams" +""" +input match_streams_on_conflict { + constraint: match_streams_constraint! + update_columns: [match_streams_update_column!]! = [] + where: match_streams_bool_exp +} + +"""Ordering options when selecting data from "match_streams".""" +input match_streams_order_by { + autodirector: order_by + error_message: order_by + game_server_node: game_server_nodes_order_by + game_server_node_id: order_by + id: order_by + is_game_streamer: order_by + is_live: order_by + k8s_service_name: order_by + last_status_at: order_by + link: order_by + match: matches_order_by + match_id: order_by + mode: order_by + priority: order_by + status: order_by + status_history: order_by + stream_url: order_by + title: order_by +} + +"""primary key columns input for table: match_streams""" +input match_streams_pk_columns_input { + id: uuid! +} + +"""prepend existing jsonb value of filtered columns with new jsonb value""" +input match_streams_prepend_input { + status_history: jsonb +} + +""" +select columns of table "match_streams" +""" +enum match_streams_select_column { + """column name""" + autodirector + + """column name""" + error_message + + """column name""" + game_server_node_id + + """column name""" + id + + """column name""" + is_game_streamer + + """column name""" + is_live + + """column name""" + k8s_service_name + + """column name""" + last_status_at + + """column name""" + link + + """column name""" + match_id + + """column name""" + mode + + """column name""" + priority + + """column name""" + status + + """column name""" + status_history + + """column name""" + stream_url + + """column name""" + title +} + +""" +select "match_streams_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_streams" +""" +enum match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + autodirector + + """column name""" + is_game_streamer + + """column name""" + is_live +} + +""" +select "match_streams_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_streams" +""" +enum match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + autodirector + + """column name""" + is_game_streamer + + """column name""" + is_live +} + +""" +input type for updating data in table "match_streams" +""" +input match_streams_set_input { + autodirector: Boolean + error_message: String + game_server_node_id: String + id: uuid + is_game_streamer: Boolean + is_live: Boolean + k8s_service_name: String + last_status_at: timestamptz + link: String + match_id: uuid + mode: String + priority: Int + status: String + status_history: jsonb + stream_url: String + title: String +} + +"""aggregate stddev on columns""" +type match_streams_stddev_fields { + priority: Float +} + +""" +order by stddev() on columns of table "match_streams" +""" +input match_streams_stddev_order_by { + priority: order_by +} + +"""aggregate stddev_pop on columns""" +type match_streams_stddev_pop_fields { + priority: Float +} + +""" +order by stddev_pop() on columns of table "match_streams" +""" +input match_streams_stddev_pop_order_by { + priority: order_by +} + +"""aggregate stddev_samp on columns""" +type match_streams_stddev_samp_fields { + priority: Float +} + +""" +order by stddev_samp() on columns of table "match_streams" +""" +input match_streams_stddev_samp_order_by { + priority: order_by +} + +""" +Streaming cursor of the table "match_streams" +""" +input match_streams_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_streams_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_streams_stream_cursor_value_input { + autodirector: Boolean + error_message: String + game_server_node_id: String + id: uuid + is_game_streamer: Boolean + is_live: Boolean + k8s_service_name: String + last_status_at: timestamptz + link: String + match_id: uuid + mode: String + priority: Int + status: String + status_history: jsonb + stream_url: String + title: String +} + +"""aggregate sum on columns""" +type match_streams_sum_fields { + priority: Int +} + +""" +order by sum() on columns of table "match_streams" +""" +input match_streams_sum_order_by { + priority: order_by +} + +""" +update columns of table "match_streams" +""" +enum match_streams_update_column { + """column name""" + autodirector + + """column name""" + error_message + + """column name""" + game_server_node_id + + """column name""" + id + + """column name""" + is_game_streamer + + """column name""" + is_live + + """column name""" + k8s_service_name + + """column name""" + last_status_at + + """column name""" + link + + """column name""" + match_id + + """column name""" + mode + + """column name""" + priority + + """column name""" + status + + """column name""" + status_history + + """column name""" + stream_url + + """column name""" + title +} + +input match_streams_updates { + """append existing jsonb value of filtered columns with new jsonb value""" + _append: match_streams_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: match_streams_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: match_streams_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: match_streams_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: match_streams_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: match_streams_prepend_input + + """sets the columns of the filtered rows to the given values""" + _set: match_streams_set_input + + """filter the rows which have to be updated""" + where: match_streams_bool_exp! +} + +"""aggregate var_pop on columns""" +type match_streams_var_pop_fields { + priority: Float +} + +""" +order by var_pop() on columns of table "match_streams" +""" +input match_streams_var_pop_order_by { + priority: order_by +} + +"""aggregate var_samp on columns""" +type match_streams_var_samp_fields { + priority: Float +} + +""" +order by var_samp() on columns of table "match_streams" +""" +input match_streams_var_samp_order_by { + priority: order_by +} + +"""aggregate variance on columns""" +type match_streams_variance_fields { + priority: Float +} + +""" +order by variance() on columns of table "match_streams" +""" +input match_streams_variance_order_by { + priority: order_by +} + +""" +columns and relationships of "match_type_cfgs" +""" +type match_type_cfgs { + cfg: String! + type: e_game_cfg_types_enum! +} + +""" +aggregated selection of "match_type_cfgs" +""" +type match_type_cfgs_aggregate { + aggregate: match_type_cfgs_aggregate_fields + nodes: [match_type_cfgs!]! +} + +""" +aggregate fields of "match_type_cfgs" +""" +type match_type_cfgs_aggregate_fields { + count(columns: [match_type_cfgs_select_column!], distinct: Boolean): Int! + max: match_type_cfgs_max_fields + min: match_type_cfgs_min_fields +} + +""" +Boolean expression to filter rows from the table "match_type_cfgs". All fields are combined with a logical 'AND'. +""" +input match_type_cfgs_bool_exp { + _and: [match_type_cfgs_bool_exp!] + _not: match_type_cfgs_bool_exp + _or: [match_type_cfgs_bool_exp!] + cfg: String_comparison_exp + type: e_game_cfg_types_enum_comparison_exp +} + +""" +unique or primary key constraints on table "match_type_cfgs" +""" +enum match_type_cfgs_constraint { + """ + unique or primary key constraint on columns "type" + """ + match_type_cfgs_pkey +} + +""" +input type for inserting data into table "match_type_cfgs" +""" +input match_type_cfgs_insert_input { + cfg: String + type: e_game_cfg_types_enum +} + +"""aggregate max on columns""" +type match_type_cfgs_max_fields { + cfg: String +} + +"""aggregate min on columns""" +type match_type_cfgs_min_fields { + cfg: String +} + +""" +response of any mutation on the table "match_type_cfgs" +""" +type match_type_cfgs_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [match_type_cfgs!]! +} + +""" +on_conflict condition type for table "match_type_cfgs" +""" +input match_type_cfgs_on_conflict { + constraint: match_type_cfgs_constraint! + update_columns: [match_type_cfgs_update_column!]! = [] + where: match_type_cfgs_bool_exp +} + +"""Ordering options when selecting data from "match_type_cfgs".""" +input match_type_cfgs_order_by { + cfg: order_by + type: order_by +} + +"""primary key columns input for table: match_type_cfgs""" +input match_type_cfgs_pk_columns_input { + type: e_game_cfg_types_enum! +} + +""" +select columns of table "match_type_cfgs" +""" +enum match_type_cfgs_select_column { + """column name""" + cfg + + """column name""" + type +} + +""" +input type for updating data in table "match_type_cfgs" +""" +input match_type_cfgs_set_input { + cfg: String + type: e_game_cfg_types_enum +} + +""" +Streaming cursor of the table "match_type_cfgs" +""" +input match_type_cfgs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: match_type_cfgs_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input match_type_cfgs_stream_cursor_value_input { + cfg: String + type: e_game_cfg_types_enum +} + +""" +update columns of table "match_type_cfgs" +""" +enum match_type_cfgs_update_column { + """column name""" + cfg + + """column name""" + type +} + +input match_type_cfgs_updates { + """sets the columns of the filtered rows to the given values""" + _set: match_type_cfgs_set_input + + """filter the rows which have to be updated""" + where: match_type_cfgs_bool_exp! +} + +""" +columns and relationships of "matches" +""" +type matches { + """ + A computed field, executes function "can_assign_server_to_match" + """ + can_assign_server: Boolean + + """ + A computed field, executes function "can_cancel_match" + """ + can_cancel: Boolean + + """ + A computed field, executes function "can_check_in" + """ + can_check_in: Boolean + + """ + A computed field, executes function "can_reassign_winner" + """ + can_reassign_winner: Boolean + + """ + A computed field, executes function "can_schedule_match" + """ + can_schedule: Boolean + + """ + A computed field, executes function "can_start_match" + """ + can_start: Boolean + + """ + A computed field, executes function "can_stream_live" + """ + can_stream_live: Boolean + + """ + A computed field, executes function "can_stream_tv" + """ + can_stream_tv: Boolean + cancels_at: timestamptz + + """An array relationship""" + clutches( + """distinct select on columns""" + distinct_on: [v_match_clutches_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_match_clutches_order_by!] + + """filter the rows returned""" + where: v_match_clutches_bool_exp + ): [v_match_clutches!]! + + """An aggregate relationship""" + clutches_aggregate( + """distinct select on columns""" + distinct_on: [v_match_clutches_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_match_clutches_order_by!] + + """filter the rows returned""" + where: v_match_clutches_bool_exp + ): v_match_clutches_aggregate! + + """ + A computed field, executes function "get_match_connection_link" + """ + connection_link: String + + """ + A computed field, executes function "get_match_connection_string" + """ + connection_string: String + created_at: timestamptz! + + """ + A computed field, executes function "get_current_match_map" + """ + current_match_map_id: uuid + + """An array relationship""" + demos( + """distinct select on columns""" + distinct_on: [match_map_demos_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: [match_map_demos_order_by!] + + """filter the rows returned""" + where: match_map_demos_bool_exp + ): [match_map_demos!]! + + """An aggregate relationship""" + demos_aggregate( + """distinct select on columns""" + distinct_on: [match_map_demos_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: [match_map_demos_order_by!] + + """filter the rows returned""" + where: match_map_demos_bool_exp + ): match_map_demos_aggregate! + + """An array relationship""" + draft_games( + """distinct select on columns""" + distinct_on: [draft_games_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: [draft_games_order_by!] + + """filter the rows returned""" + where: draft_games_bool_exp + ): [draft_games!]! + + """An aggregate relationship""" + draft_games_aggregate( + """distinct select on columns""" + distinct_on: [draft_games_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: [draft_games_order_by!] + + """filter the rows returned""" + where: draft_games_bool_exp + ): draft_games_aggregate! + + """An object relationship""" + e_match_status: e_match_status! + + """An object relationship""" + e_region: server_regions + effective_at: timestamptz + + """An array relationship""" + elo_changes( + """distinct select on columns""" + distinct_on: [v_player_elo_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_player_elo_order_by!] + + """filter the rows returned""" + where: v_player_elo_bool_exp + ): [v_player_elo!]! + + """An aggregate relationship""" + elo_changes_aggregate( + """distinct select on columns""" + distinct_on: [v_player_elo_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_player_elo_order_by!] + + """filter the rows returned""" + where: v_player_elo_bool_exp + ): v_player_elo_aggregate! + ended_at: timestamptz + external_id: String + id: uuid! + + """ + A computed field, executes function "match_invite_code" + """ + invite_code: String + + """ + A computed field, executes function "is_captain" + """ + is_captain: Boolean + + """ + A computed field, executes function "is_coach" + """ + is_coach: Boolean + + """ + A computed field, executes function "is_friend_in_match_lineup" + """ + is_friend_in_match_lineup: Boolean + + """ + A computed field, executes function "is_in_lineup" + """ + is_in_lineup: Boolean + + """ + A computed field, executes function "is_match_server_available" + """ + is_match_server_available: Boolean + + """ + A computed field, executes function "is_match_organizer" + """ + is_organizer: Boolean + + """ + A computed field, executes function "is_server_online" + """ + is_server_online: Boolean + + """ + A computed field, executes function "is_tournament_match" + """ + is_tournament_match: Boolean + label: String + + """An object relationship""" + lineup_1: match_lineups! + lineup_1_id: uuid! + + """An object relationship""" + lineup_2: match_lineups! + lineup_2_id: uuid! + + """ + A computed field, executes function "get_lineup_counts" + """ + lineup_counts( + """JSON select path""" + path: String + ): json + + """ + A computed field, executes function "get_map_veto_picking_lineup_id" + """ + map_veto_picking_lineup_id: uuid + + """An array relationship""" + map_veto_picks( + """distinct select on columns""" + distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] + + """filter the rows returned""" + where: match_map_veto_picks_bool_exp + ): [match_map_veto_picks!]! + + """An aggregate relationship""" + map_veto_picks_aggregate( + """distinct select on columns""" + distinct_on: [match_map_veto_picks_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: [match_map_veto_picks_order_by!] + + """filter the rows returned""" + where: match_map_veto_picks_bool_exp + ): match_map_veto_picks_aggregate! + + """ + A computed field, executes function "get_map_veto_type" + """ + map_veto_type: String + + """An array relationship""" + match_maps( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): [match_maps!]! + + """An aggregate relationship""" + match_maps_aggregate( + """distinct select on columns""" + distinct_on: [match_maps_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: [match_maps_order_by!] + + """filter the rows returned""" + where: match_maps_bool_exp + ): match_maps_aggregate! + match_options_id: uuid + + """ + A computed field, executes function "match_max_players_per_lineup" + """ + max_players_per_lineup: Int + + """ + A computed field, executes function "match_min_players_per_lineup" + """ + min_players_per_lineup: Int + + """An array relationship""" + opening_duels( + """distinct select on columns""" + distinct_on: [v_match_player_opening_duels_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_match_player_opening_duels_order_by!] + + """filter the rows returned""" + where: v_match_player_opening_duels_bool_exp + ): [v_match_player_opening_duels!]! + + """An aggregate relationship""" + opening_duels_aggregate( + """distinct select on columns""" + distinct_on: [v_match_player_opening_duels_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_match_player_opening_duels_order_by!] + + """filter the rows returned""" + where: v_match_player_opening_duels_bool_exp + ): v_match_player_opening_duels_aggregate! + + """An object relationship""" + options: match_options + + """An object relationship""" + organizer: players + organizer_steam_id: bigint + password: String! + + """An array relationship""" + player_assists( + """distinct select on columns""" + distinct_on: [player_assists_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: [player_assists_order_by!] + + """filter the rows returned""" + where: player_assists_bool_exp + ): [player_assists!]! + + """An aggregate relationship""" + player_assists_aggregate( + """distinct select on columns""" + distinct_on: [player_assists_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: [player_assists_order_by!] + + """filter the rows returned""" + where: player_assists_bool_exp + ): player_assists_aggregate! + + """An array relationship""" + player_damages( + """distinct select on columns""" + distinct_on: [player_damages_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: [player_damages_order_by!] + + """filter the rows returned""" + where: player_damages_bool_exp + ): [player_damages!]! + + """An aggregate relationship""" + player_damages_aggregate( + """distinct select on columns""" + distinct_on: [player_damages_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: [player_damages_order_by!] + + """filter the rows returned""" + where: player_damages_bool_exp + ): player_damages_aggregate! + + """An array relationship""" + player_flashes( + """distinct select on columns""" + distinct_on: [player_flashes_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: [player_flashes_order_by!] + + """filter the rows returned""" + where: player_flashes_bool_exp + ): [player_flashes!]! + + """An aggregate relationship""" + player_flashes_aggregate( + """distinct select on columns""" + distinct_on: [player_flashes_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: [player_flashes_order_by!] + + """filter the rows returned""" + where: player_flashes_bool_exp + ): player_flashes_aggregate! + + """An array relationship""" + player_kills( + """distinct select on columns""" + distinct_on: [player_kills_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: [player_kills_order_by!] + + """filter the rows returned""" + where: player_kills_bool_exp + ): [player_kills!]! + + """An aggregate relationship""" + player_kills_aggregate( + """distinct select on columns""" + distinct_on: [player_kills_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""" @@ -24599,6 +30319,31 @@ type mutation_root { addSteamPresenceBotAccount(bot_secret: String!, friend_capacity: Int, username: String!): SuccessOutput approveNameChange(name: String!, steam_id: bigint!): SuccessOutput + """ + execute VOLATILE function "approve_league_season_movements" which returns "league_team_movements" + """ + approve_league_season_movements( + """ + input parameters for function "approve_league_season_movements" + """ + args: approve_league_season_movements_args! + + """distinct select on columns""" + distinct_on: [league_team_movements_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: [league_team_movements_order_by!] + + """filter the rows returned""" + where: league_team_movements_bool_exp + ): [league_team_movements!]! + """Assign the presence bot a user should add as a friend""" assignSteamPresenceBot: SteamPresenceBotAssignment @@ -24670,6 +30415,31 @@ type mutation_root { clearFinishedClipRenders: SuccessOutput clearPendingMatchImport(valve_match_id: String!): PendingMatchImportActionOutput + """ + execute VOLATILE function "clone_league_season" which returns "league_seasons" + """ + clone_league_season( + """ + input parameters for function "clone_league_season" + """ + args: clone_league_season_args! + + """distinct select on columns""" + distinct_on: [league_seasons_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: [league_seasons_order_by!] + + """filter the rows returned""" + where: league_seasons_bool_exp + ): [league_seasons!]! + """counterScrimRequest""" counterScrimRequest(proposed_scheduled_at: timestamptz!, request_id: uuid!): SuccessOutput createApiKey(label: String!): ApiKeyResponse @@ -24935,6 +30705,58 @@ type mutation_root { """ delete_e_game_server_node_statuses_by_pk(value: String!): e_game_server_node_statuses + """ + delete data from the table: "e_league_movement_types" + """ + delete_e_league_movement_types( + """filter the rows which have to be deleted""" + where: e_league_movement_types_bool_exp! + ): e_league_movement_types_mutation_response + + """ + delete single row from the table: "e_league_movement_types" + """ + delete_e_league_movement_types_by_pk(value: String!): e_league_movement_types + + """ + delete data from the table: "e_league_proposal_statuses" + """ + delete_e_league_proposal_statuses( + """filter the rows which have to be deleted""" + where: e_league_proposal_statuses_bool_exp! + ): e_league_proposal_statuses_mutation_response + + """ + delete single row from the table: "e_league_proposal_statuses" + """ + delete_e_league_proposal_statuses_by_pk(value: String!): e_league_proposal_statuses + + """ + delete data from the table: "e_league_registration_statuses" + """ + delete_e_league_registration_statuses( + """filter the rows which have to be deleted""" + where: e_league_registration_statuses_bool_exp! + ): e_league_registration_statuses_mutation_response + + """ + delete single row from the table: "e_league_registration_statuses" + """ + delete_e_league_registration_statuses_by_pk(value: String!): e_league_registration_statuses + + """ + delete data from the table: "e_league_season_statuses" + """ + delete_e_league_season_statuses( + """filter the rows which have to be deleted""" + where: e_league_season_statuses_bool_exp! + ): e_league_season_statuses_mutation_response + + """ + delete single row from the table: "e_league_season_statuses" + """ + delete_e_league_season_statuses_by_pk(value: String!): e_league_season_statuses + """ delete data from the table: "e_lobby_access" """ @@ -25320,6 +31142,136 @@ type mutation_root { where: leaderboard_entries_bool_exp! ): leaderboard_entries_mutation_response + """ + delete data from the table: "league_divisions" + """ + delete_league_divisions( + """filter the rows which have to be deleted""" + where: league_divisions_bool_exp! + ): league_divisions_mutation_response + + """ + delete single row from the table: "league_divisions" + """ + delete_league_divisions_by_pk(id: uuid!): league_divisions + + """ + delete data from the table: "league_match_weeks" + """ + delete_league_match_weeks( + """filter the rows which have to be deleted""" + where: league_match_weeks_bool_exp! + ): league_match_weeks_mutation_response + + """ + delete single row from the table: "league_match_weeks" + """ + delete_league_match_weeks_by_pk(id: uuid!): league_match_weeks + + """ + delete data from the table: "league_relegation_playoffs" + """ + delete_league_relegation_playoffs( + """filter the rows which have to be deleted""" + where: league_relegation_playoffs_bool_exp! + ): league_relegation_playoffs_mutation_response + + """ + delete single row from the table: "league_relegation_playoffs" + """ + delete_league_relegation_playoffs_by_pk(id: uuid!): league_relegation_playoffs + + """ + delete data from the table: "league_scheduling_proposals" + """ + delete_league_scheduling_proposals( + """filter the rows which have to be deleted""" + where: league_scheduling_proposals_bool_exp! + ): league_scheduling_proposals_mutation_response + + """ + delete single row from the table: "league_scheduling_proposals" + """ + delete_league_scheduling_proposals_by_pk(id: uuid!): league_scheduling_proposals + + """ + delete data from the table: "league_season_divisions" + """ + delete_league_season_divisions( + """filter the rows which have to be deleted""" + where: league_season_divisions_bool_exp! + ): league_season_divisions_mutation_response + + """ + delete single row from the table: "league_season_divisions" + """ + delete_league_season_divisions_by_pk(id: uuid!): league_season_divisions + + """ + delete data from the table: "league_seasons" + """ + delete_league_seasons( + """filter the rows which have to be deleted""" + where: league_seasons_bool_exp! + ): league_seasons_mutation_response + + """ + delete single row from the table: "league_seasons" + """ + delete_league_seasons_by_pk(id: uuid!): league_seasons + + """ + delete data from the table: "league_team_movements" + """ + delete_league_team_movements( + """filter the rows which have to be deleted""" + where: league_team_movements_bool_exp! + ): league_team_movements_mutation_response + + """ + delete single row from the table: "league_team_movements" + """ + delete_league_team_movements_by_pk(id: uuid!): league_team_movements + + """ + delete data from the table: "league_team_rosters" + """ + delete_league_team_rosters( + """filter the rows which have to be deleted""" + where: league_team_rosters_bool_exp! + ): league_team_rosters_mutation_response + + """ + delete single row from the table: "league_team_rosters" + """ + delete_league_team_rosters_by_pk(league_team_season_id: uuid!, player_steam_id: bigint!): league_team_rosters + + """ + delete data from the table: "league_team_seasons" + """ + delete_league_team_seasons( + """filter the rows which have to be deleted""" + where: league_team_seasons_bool_exp! + ): league_team_seasons_mutation_response + + """ + delete single row from the table: "league_team_seasons" + """ + delete_league_team_seasons_by_pk(id: uuid!): league_team_seasons + + """ + delete data from the table: "league_teams" + """ + delete_league_teams( + """filter the rows which have to be deleted""" + where: league_teams_bool_exp! + ): league_teams_mutation_response + + """ + delete single row from the table: "league_teams" + """ + delete_league_teams_by_pk(id: uuid!): league_teams + """ delete data from the table: "lobbies" """ @@ -26129,6 +32081,19 @@ type mutation_root { """ delete_tournament_organizers_by_pk(steam_id: bigint!, tournament_id: uuid!): tournament_organizers + """ + delete data from the table: "tournament_stage_windows" + """ + delete_tournament_stage_windows( + """filter the rows which have to be deleted""" + where: tournament_stage_windows_bool_exp! + ): tournament_stage_windows_mutation_response + + """ + delete single row from the table: "tournament_stage_windows" + """ + delete_tournament_stage_windows_by_pk(id: uuid!): tournament_stage_windows + """ delete data from the table: "tournament_stages" """ @@ -26647,6 +32612,94 @@ type mutation_root { on_conflict: e_game_server_node_statuses_on_conflict ): e_game_server_node_statuses + """ + insert data into the table: "e_league_movement_types" + """ + insert_e_league_movement_types( + """the rows to be inserted""" + objects: [e_league_movement_types_insert_input!]! + + """upsert condition""" + on_conflict: e_league_movement_types_on_conflict + ): e_league_movement_types_mutation_response + + """ + insert a single row into the table: "e_league_movement_types" + """ + insert_e_league_movement_types_one( + """the row to be inserted""" + object: e_league_movement_types_insert_input! + + """upsert condition""" + on_conflict: e_league_movement_types_on_conflict + ): e_league_movement_types + + """ + insert data into the table: "e_league_proposal_statuses" + """ + insert_e_league_proposal_statuses( + """the rows to be inserted""" + objects: [e_league_proposal_statuses_insert_input!]! + + """upsert condition""" + on_conflict: e_league_proposal_statuses_on_conflict + ): e_league_proposal_statuses_mutation_response + + """ + insert a single row into the table: "e_league_proposal_statuses" + """ + insert_e_league_proposal_statuses_one( + """the row to be inserted""" + object: e_league_proposal_statuses_insert_input! + + """upsert condition""" + on_conflict: e_league_proposal_statuses_on_conflict + ): e_league_proposal_statuses + + """ + insert data into the table: "e_league_registration_statuses" + """ + insert_e_league_registration_statuses( + """the rows to be inserted""" + objects: [e_league_registration_statuses_insert_input!]! + + """upsert condition""" + on_conflict: e_league_registration_statuses_on_conflict + ): e_league_registration_statuses_mutation_response + + """ + insert a single row into the table: "e_league_registration_statuses" + """ + insert_e_league_registration_statuses_one( + """the row to be inserted""" + object: e_league_registration_statuses_insert_input! + + """upsert condition""" + on_conflict: e_league_registration_statuses_on_conflict + ): e_league_registration_statuses + + """ + insert data into the table: "e_league_season_statuses" + """ + insert_e_league_season_statuses( + """the rows to be inserted""" + objects: [e_league_season_statuses_insert_input!]! + + """upsert condition""" + on_conflict: e_league_season_statuses_on_conflict + ): e_league_season_statuses_mutation_response + + """ + insert a single row into the table: "e_league_season_statuses" + """ + insert_e_league_season_statuses_one( + """the row to be inserted""" + object: e_league_season_statuses_insert_input! + + """upsert condition""" + on_conflict: e_league_season_statuses_on_conflict + ): e_league_season_statuses + """ insert data into the table: "e_lobby_access" """ @@ -27301,6 +33354,226 @@ type mutation_root { object: leaderboard_entries_insert_input! ): leaderboard_entries + """ + insert data into the table: "league_divisions" + """ + insert_league_divisions( + """the rows to be inserted""" + objects: [league_divisions_insert_input!]! + + """upsert condition""" + on_conflict: league_divisions_on_conflict + ): league_divisions_mutation_response + + """ + insert a single row into the table: "league_divisions" + """ + insert_league_divisions_one( + """the row to be inserted""" + object: league_divisions_insert_input! + + """upsert condition""" + on_conflict: league_divisions_on_conflict + ): league_divisions + + """ + insert data into the table: "league_match_weeks" + """ + insert_league_match_weeks( + """the rows to be inserted""" + objects: [league_match_weeks_insert_input!]! + + """upsert condition""" + on_conflict: league_match_weeks_on_conflict + ): league_match_weeks_mutation_response + + """ + insert a single row into the table: "league_match_weeks" + """ + insert_league_match_weeks_one( + """the row to be inserted""" + object: league_match_weeks_insert_input! + + """upsert condition""" + on_conflict: league_match_weeks_on_conflict + ): league_match_weeks + + """ + insert data into the table: "league_relegation_playoffs" + """ + insert_league_relegation_playoffs( + """the rows to be inserted""" + objects: [league_relegation_playoffs_insert_input!]! + + """upsert condition""" + on_conflict: league_relegation_playoffs_on_conflict + ): league_relegation_playoffs_mutation_response + + """ + insert a single row into the table: "league_relegation_playoffs" + """ + insert_league_relegation_playoffs_one( + """the row to be inserted""" + object: league_relegation_playoffs_insert_input! + + """upsert condition""" + on_conflict: league_relegation_playoffs_on_conflict + ): league_relegation_playoffs + + """ + insert data into the table: "league_scheduling_proposals" + """ + insert_league_scheduling_proposals( + """the rows to be inserted""" + objects: [league_scheduling_proposals_insert_input!]! + + """upsert condition""" + on_conflict: league_scheduling_proposals_on_conflict + ): league_scheduling_proposals_mutation_response + + """ + insert a single row into the table: "league_scheduling_proposals" + """ + insert_league_scheduling_proposals_one( + """the row to be inserted""" + object: league_scheduling_proposals_insert_input! + + """upsert condition""" + on_conflict: league_scheduling_proposals_on_conflict + ): league_scheduling_proposals + + """ + insert data into the table: "league_season_divisions" + """ + insert_league_season_divisions( + """the rows to be inserted""" + objects: [league_season_divisions_insert_input!]! + + """upsert condition""" + on_conflict: league_season_divisions_on_conflict + ): league_season_divisions_mutation_response + + """ + insert a single row into the table: "league_season_divisions" + """ + insert_league_season_divisions_one( + """the row to be inserted""" + object: league_season_divisions_insert_input! + + """upsert condition""" + on_conflict: league_season_divisions_on_conflict + ): league_season_divisions + + """ + insert data into the table: "league_seasons" + """ + insert_league_seasons( + """the rows to be inserted""" + objects: [league_seasons_insert_input!]! + + """upsert condition""" + on_conflict: league_seasons_on_conflict + ): league_seasons_mutation_response + + """ + insert a single row into the table: "league_seasons" + """ + insert_league_seasons_one( + """the row to be inserted""" + object: league_seasons_insert_input! + + """upsert condition""" + on_conflict: league_seasons_on_conflict + ): league_seasons + + """ + insert data into the table: "league_team_movements" + """ + insert_league_team_movements( + """the rows to be inserted""" + objects: [league_team_movements_insert_input!]! + + """upsert condition""" + on_conflict: league_team_movements_on_conflict + ): league_team_movements_mutation_response + + """ + insert a single row into the table: "league_team_movements" + """ + insert_league_team_movements_one( + """the row to be inserted""" + object: league_team_movements_insert_input! + + """upsert condition""" + on_conflict: league_team_movements_on_conflict + ): league_team_movements + + """ + insert data into the table: "league_team_rosters" + """ + insert_league_team_rosters( + """the rows to be inserted""" + objects: [league_team_rosters_insert_input!]! + + """upsert condition""" + on_conflict: league_team_rosters_on_conflict + ): league_team_rosters_mutation_response + + """ + insert a single row into the table: "league_team_rosters" + """ + insert_league_team_rosters_one( + """the row to be inserted""" + object: league_team_rosters_insert_input! + + """upsert condition""" + on_conflict: league_team_rosters_on_conflict + ): league_team_rosters + + """ + insert data into the table: "league_team_seasons" + """ + insert_league_team_seasons( + """the rows to be inserted""" + objects: [league_team_seasons_insert_input!]! + + """upsert condition""" + on_conflict: league_team_seasons_on_conflict + ): league_team_seasons_mutation_response + + """ + insert a single row into the table: "league_team_seasons" + """ + insert_league_team_seasons_one( + """the row to be inserted""" + object: league_team_seasons_insert_input! + + """upsert condition""" + on_conflict: league_team_seasons_on_conflict + ): league_team_seasons + + """ + insert data into the table: "league_teams" + """ + insert_league_teams( + """the rows to be inserted""" + objects: [league_teams_insert_input!]! + + """upsert condition""" + on_conflict: league_teams_on_conflict + ): league_teams_mutation_response + + """ + insert a single row into the table: "league_teams" + """ + insert_league_teams_one( + """the row to be inserted""" + object: league_teams_insert_input! + + """upsert condition""" + on_conflict: league_teams_on_conflict + ): league_teams + """ insert data into the table: "lobbies" """ @@ -28675,6 +34948,28 @@ type mutation_root { on_conflict: tournament_organizers_on_conflict ): tournament_organizers + """ + insert data into the table: "tournament_stage_windows" + """ + insert_tournament_stage_windows( + """the rows to be inserted""" + objects: [tournament_stage_windows_insert_input!]! + + """upsert condition""" + on_conflict: tournament_stage_windows_on_conflict + ): tournament_stage_windows_mutation_response + + """ + insert a single row into the table: "tournament_stage_windows" + """ + insert_tournament_stage_windows_one( + """the row to be inserted""" + object: tournament_stage_windows_insert_input! + + """upsert condition""" + on_conflict: tournament_stage_windows_on_conflict + ): tournament_stage_windows + """ insert data into the table: "tournament_stages" """ @@ -28921,6 +35216,31 @@ type mutation_root { """joinDraftGameAsParty""" joinDraftGameAsParty(draftGameId: uuid!, inviteCode: String): SuccessOutput kickServerPlayer(reason: String, serverId: String!, steam_id: String!): KickResult! + + """ + execute VOLATILE function "league_award_forfeit" which returns "matches" + """ + league_award_forfeit( + """ + input parameters for function "league_award_forfeit" + """ + args: league_award_forfeit_args! + + """distinct select on columns""" + distinct_on: [matches_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: [matches_order_by!] + + """filter the rows returned""" + where: matches_bool_exp + ): [matches!]! leaveLineup(match_id: String!): SuccessOutput linkSteamMatchHistory(auth_code: String!, share_code: String!): SteamMatchHistoryLinkOutput @@ -29003,9 +35323,59 @@ type mutation_root { """Remove a friends-role presence bot account""" removeSteamPresenceBotAccount(account_id: String!): SuccessOutput + """ + execute VOLATILE function "remove_league_team_from_season" which returns "league_team_seasons" + """ + remove_league_team_from_season( + """ + input parameters for function "remove_league_team_from_season" + """ + args: remove_league_team_from_season_args! + + """distinct select on columns""" + distinct_on: [league_team_seasons_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: [league_team_seasons_order_by!] + + """filter the rows returned""" + where: league_team_seasons_bool_exp + ): [league_team_seasons!]! + """Rename file or directory on game server""" renameServerItem(new_path: String!, node_id: String!, old_path: String!, server_id: String): SuccessOutput + """ + execute VOLATILE function "reorder_league_divisions" which returns "league_divisions" + """ + reorder_league_divisions( + """ + input parameters for function "reorder_league_divisions" + """ + args: reorder_league_divisions_args! + + """distinct select on columns""" + distinct_on: [league_divisions_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: [league_divisions_order_by!] + + """filter the rows returned""" + where: league_divisions_bool_exp + ): [league_divisions!]! + """ Re-parse every demo in the system (admin only). Runs one demo at a time in the background; this can take a very long time. Track via reparseAllDemosStatus. """ @@ -29035,6 +35405,31 @@ type mutation_root { respondToScrimRequest(accept: Boolean!, request_id: uuid!): SuccessOutput restartService(service: String!): SuccessOutput + """ + execute VOLATILE function "restart_league_season" which returns "league_seasons" + """ + restart_league_season( + """ + input parameters for function "restart_league_season" + """ + args: restart_league_season_args! + + """distinct select on columns""" + distinct_on: [league_seasons_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: [league_seasons_order_by!] + + """filter the rows returned""" + where: league_seasons_bool_exp + ): [league_seasons!]! + """Clear paused flag and re-enqueue remaining queued clip_render_jobs.""" resumeClipRenderBatch(match_map_id: uuid!): SuccessOutput @@ -29677,6 +36072,118 @@ type mutation_root { updates: [e_game_server_node_statuses_updates!]! ): [e_game_server_node_statuses_mutation_response] + """ + update data of the table: "e_league_movement_types" + """ + update_e_league_movement_types( + """sets the columns of the filtered rows to the given values""" + _set: e_league_movement_types_set_input + + """filter the rows which have to be updated""" + where: e_league_movement_types_bool_exp! + ): e_league_movement_types_mutation_response + + """ + update single row of the table: "e_league_movement_types" + """ + update_e_league_movement_types_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_league_movement_types_set_input + pk_columns: e_league_movement_types_pk_columns_input! + ): e_league_movement_types + + """ + update multiples rows of table: "e_league_movement_types" + """ + update_e_league_movement_types_many( + """updates to execute, in order""" + updates: [e_league_movement_types_updates!]! + ): [e_league_movement_types_mutation_response] + + """ + update data of the table: "e_league_proposal_statuses" + """ + update_e_league_proposal_statuses( + """sets the columns of the filtered rows to the given values""" + _set: e_league_proposal_statuses_set_input + + """filter the rows which have to be updated""" + where: e_league_proposal_statuses_bool_exp! + ): e_league_proposal_statuses_mutation_response + + """ + update single row of the table: "e_league_proposal_statuses" + """ + update_e_league_proposal_statuses_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_league_proposal_statuses_set_input + pk_columns: e_league_proposal_statuses_pk_columns_input! + ): e_league_proposal_statuses + + """ + update multiples rows of table: "e_league_proposal_statuses" + """ + update_e_league_proposal_statuses_many( + """updates to execute, in order""" + updates: [e_league_proposal_statuses_updates!]! + ): [e_league_proposal_statuses_mutation_response] + + """ + update data of the table: "e_league_registration_statuses" + """ + update_e_league_registration_statuses( + """sets the columns of the filtered rows to the given values""" + _set: e_league_registration_statuses_set_input + + """filter the rows which have to be updated""" + where: e_league_registration_statuses_bool_exp! + ): e_league_registration_statuses_mutation_response + + """ + update single row of the table: "e_league_registration_statuses" + """ + update_e_league_registration_statuses_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_league_registration_statuses_set_input + pk_columns: e_league_registration_statuses_pk_columns_input! + ): e_league_registration_statuses + + """ + update multiples rows of table: "e_league_registration_statuses" + """ + update_e_league_registration_statuses_many( + """updates to execute, in order""" + updates: [e_league_registration_statuses_updates!]! + ): [e_league_registration_statuses_mutation_response] + + """ + update data of the table: "e_league_season_statuses" + """ + update_e_league_season_statuses( + """sets the columns of the filtered rows to the given values""" + _set: e_league_season_statuses_set_input + + """filter the rows which have to be updated""" + where: e_league_season_statuses_bool_exp! + ): e_league_season_statuses_mutation_response + + """ + update single row of the table: "e_league_season_statuses" + """ + update_e_league_season_statuses_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_league_season_statuses_set_input + pk_columns: e_league_season_statuses_pk_columns_input! + ): e_league_season_statuses + + """ + update multiples rows of table: "e_league_season_statuses" + """ + update_e_league_season_statuses_many( + """updates to execute, in order""" + updates: [e_league_season_statuses_updates!]! + ): [e_league_season_statuses_mutation_response] + """ update data of the table: "e_lobby_access" """ @@ -30661,6 +37168,376 @@ type mutation_root { updates: [leaderboard_entries_updates!]! ): [leaderboard_entries_mutation_response] + """ + update data of the table: "league_divisions" + """ + update_league_divisions( + """increments the numeric columns with given value of the filtered values""" + _inc: league_divisions_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_divisions_set_input + + """filter the rows which have to be updated""" + where: league_divisions_bool_exp! + ): league_divisions_mutation_response + + """ + update single row of the table: "league_divisions" + """ + update_league_divisions_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: league_divisions_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_divisions_set_input + pk_columns: league_divisions_pk_columns_input! + ): league_divisions + + """ + update multiples rows of table: "league_divisions" + """ + update_league_divisions_many( + """updates to execute, in order""" + updates: [league_divisions_updates!]! + ): [league_divisions_mutation_response] + + """ + update data of the table: "league_match_weeks" + """ + update_league_match_weeks( + """increments the numeric columns with given value of the filtered values""" + _inc: league_match_weeks_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_match_weeks_set_input + + """filter the rows which have to be updated""" + where: league_match_weeks_bool_exp! + ): league_match_weeks_mutation_response + + """ + update single row of the table: "league_match_weeks" + """ + update_league_match_weeks_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: league_match_weeks_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_match_weeks_set_input + pk_columns: league_match_weeks_pk_columns_input! + ): league_match_weeks + + """ + update multiples rows of table: "league_match_weeks" + """ + update_league_match_weeks_many( + """updates to execute, in order""" + updates: [league_match_weeks_updates!]! + ): [league_match_weeks_mutation_response] + + """ + update data of the table: "league_relegation_playoffs" + """ + update_league_relegation_playoffs( + """increments the numeric columns with given value of the filtered values""" + _inc: league_relegation_playoffs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_relegation_playoffs_set_input + + """filter the rows which have to be updated""" + where: league_relegation_playoffs_bool_exp! + ): league_relegation_playoffs_mutation_response + + """ + update single row of the table: "league_relegation_playoffs" + """ + update_league_relegation_playoffs_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: league_relegation_playoffs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_relegation_playoffs_set_input + pk_columns: league_relegation_playoffs_pk_columns_input! + ): league_relegation_playoffs + + """ + update multiples rows of table: "league_relegation_playoffs" + """ + update_league_relegation_playoffs_many( + """updates to execute, in order""" + updates: [league_relegation_playoffs_updates!]! + ): [league_relegation_playoffs_mutation_response] + + """ + update data of the table: "league_scheduling_proposals" + """ + update_league_scheduling_proposals( + """increments the numeric columns with given value of the filtered values""" + _inc: league_scheduling_proposals_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_scheduling_proposals_set_input + + """filter the rows which have to be updated""" + where: league_scheduling_proposals_bool_exp! + ): league_scheduling_proposals_mutation_response + + """ + update single row of the table: "league_scheduling_proposals" + """ + update_league_scheduling_proposals_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: league_scheduling_proposals_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_scheduling_proposals_set_input + pk_columns: league_scheduling_proposals_pk_columns_input! + ): league_scheduling_proposals + + """ + update multiples rows of table: "league_scheduling_proposals" + """ + update_league_scheduling_proposals_many( + """updates to execute, in order""" + updates: [league_scheduling_proposals_updates!]! + ): [league_scheduling_proposals_mutation_response] + + """ + update data of the table: "league_season_divisions" + """ + update_league_season_divisions( + """sets the columns of the filtered rows to the given values""" + _set: league_season_divisions_set_input + + """filter the rows which have to be updated""" + where: league_season_divisions_bool_exp! + ): league_season_divisions_mutation_response + + """ + update single row of the table: "league_season_divisions" + """ + update_league_season_divisions_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: league_season_divisions_set_input + pk_columns: league_season_divisions_pk_columns_input! + ): league_season_divisions + + """ + update multiples rows of table: "league_season_divisions" + """ + update_league_season_divisions_many( + """updates to execute, in order""" + updates: [league_season_divisions_updates!]! + ): [league_season_divisions_mutation_response] + + """ + update data of the table: "league_seasons" + """ + update_league_seasons( + """append existing jsonb value of filtered columns with new jsonb value""" + _append: league_seasons_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: league_seasons_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: league_seasons_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: league_seasons_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: league_seasons_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: league_seasons_prepend_input + + """sets the columns of the filtered rows to the given values""" + _set: league_seasons_set_input + + """filter the rows which have to be updated""" + where: league_seasons_bool_exp! + ): league_seasons_mutation_response + + """ + update single row of the table: "league_seasons" + """ + update_league_seasons_by_pk( + """append existing jsonb value of filtered columns with new jsonb value""" + _append: league_seasons_append_input + + """ + delete the field or element with specified path (for JSON arrays, negative integers count from the end) + """ + _delete_at_path: league_seasons_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: league_seasons_delete_elem_input + + """ + delete key/value pair or string element. key/value pairs are matched based on their key value + """ + _delete_key: league_seasons_delete_key_input + + """increments the numeric columns with given value of the filtered values""" + _inc: league_seasons_inc_input + + """prepend existing jsonb value of filtered columns with new jsonb value""" + _prepend: league_seasons_prepend_input + + """sets the columns of the filtered rows to the given values""" + _set: league_seasons_set_input + pk_columns: league_seasons_pk_columns_input! + ): league_seasons + + """ + update multiples rows of table: "league_seasons" + """ + update_league_seasons_many( + """updates to execute, in order""" + updates: [league_seasons_updates!]! + ): [league_seasons_mutation_response] + + """ + update data of the table: "league_team_movements" + """ + update_league_team_movements( + """increments the numeric columns with given value of the filtered values""" + _inc: league_team_movements_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_team_movements_set_input + + """filter the rows which have to be updated""" + where: league_team_movements_bool_exp! + ): league_team_movements_mutation_response + + """ + update single row of the table: "league_team_movements" + """ + update_league_team_movements_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: league_team_movements_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_team_movements_set_input + pk_columns: league_team_movements_pk_columns_input! + ): league_team_movements + + """ + update multiples rows of table: "league_team_movements" + """ + update_league_team_movements_many( + """updates to execute, in order""" + updates: [league_team_movements_updates!]! + ): [league_team_movements_mutation_response] + + """ + update data of the table: "league_team_rosters" + """ + update_league_team_rosters( + """increments the numeric columns with given value of the filtered values""" + _inc: league_team_rosters_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_team_rosters_set_input + + """filter the rows which have to be updated""" + where: league_team_rosters_bool_exp! + ): league_team_rosters_mutation_response + + """ + update single row of the table: "league_team_rosters" + """ + update_league_team_rosters_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: league_team_rosters_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_team_rosters_set_input + pk_columns: league_team_rosters_pk_columns_input! + ): league_team_rosters + + """ + update multiples rows of table: "league_team_rosters" + """ + update_league_team_rosters_many( + """updates to execute, in order""" + updates: [league_team_rosters_updates!]! + ): [league_team_rosters_mutation_response] + + """ + update data of the table: "league_team_seasons" + """ + update_league_team_seasons( + """increments the numeric columns with given value of the filtered values""" + _inc: league_team_seasons_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_team_seasons_set_input + + """filter the rows which have to be updated""" + where: league_team_seasons_bool_exp! + ): league_team_seasons_mutation_response + + """ + update single row of the table: "league_team_seasons" + """ + update_league_team_seasons_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: league_team_seasons_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: league_team_seasons_set_input + pk_columns: league_team_seasons_pk_columns_input! + ): league_team_seasons + + """ + update multiples rows of table: "league_team_seasons" + """ + update_league_team_seasons_many( + """updates to execute, in order""" + updates: [league_team_seasons_updates!]! + ): [league_team_seasons_mutation_response] + + """ + update data of the table: "league_teams" + """ + update_league_teams( + """sets the columns of the filtered rows to the given values""" + _set: league_teams_set_input + + """filter the rows which have to be updated""" + where: league_teams_bool_exp! + ): league_teams_mutation_response + + """ + update single row of the table: "league_teams" + """ + update_league_teams_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: league_teams_set_input + pk_columns: league_teams_pk_columns_input! + ): league_teams + + """ + update multiples rows of table: "league_teams" + """ + update_league_teams_many( + """updates to execute, in order""" + updates: [league_teams_updates!]! + ): [league_teams_mutation_response] + """ update data of the table: "lobbies" """ @@ -32944,6 +39821,40 @@ type mutation_root { updates: [tournament_organizers_updates!]! ): [tournament_organizers_mutation_response] + """ + update data of the table: "tournament_stage_windows" + """ + update_tournament_stage_windows( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_stage_windows_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_stage_windows_set_input + + """filter the rows which have to be updated""" + where: tournament_stage_windows_bool_exp! + ): tournament_stage_windows_mutation_response + + """ + update single row of the table: "tournament_stage_windows" + """ + update_tournament_stage_windows_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_stage_windows_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_stage_windows_set_input + pk_columns: tournament_stage_windows_pk_columns_input! + ): tournament_stage_windows + + """ + update multiples rows of table: "tournament_stage_windows" + """ + update_tournament_stage_windows_many( + """updates to execute, in order""" + updates: [tournament_stage_windows_updates!]! + ): [tournament_stage_windows_mutation_response] + """ update data of the table: "tournament_stages" """ @@ -55636,6 +62547,186 @@ type query_root { """ e_game_server_node_statuses_by_pk(value: String!): e_game_server_node_statuses + """ + fetch data from the table: "e_league_movement_types" + """ + e_league_movement_types( + """distinct select on columns""" + distinct_on: [e_league_movement_types_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_league_movement_types_order_by!] + + """filter the rows returned""" + where: e_league_movement_types_bool_exp + ): [e_league_movement_types!]! + + """ + fetch aggregated fields from the table: "e_league_movement_types" + """ + e_league_movement_types_aggregate( + """distinct select on columns""" + distinct_on: [e_league_movement_types_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_league_movement_types_order_by!] + + """filter the rows returned""" + where: e_league_movement_types_bool_exp + ): e_league_movement_types_aggregate! + + """ + fetch data from the table: "e_league_movement_types" using primary key columns + """ + e_league_movement_types_by_pk(value: String!): e_league_movement_types + + """ + fetch data from the table: "e_league_proposal_statuses" + """ + e_league_proposal_statuses( + """distinct select on columns""" + distinct_on: [e_league_proposal_statuses_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_league_proposal_statuses_order_by!] + + """filter the rows returned""" + where: e_league_proposal_statuses_bool_exp + ): [e_league_proposal_statuses!]! + + """ + fetch aggregated fields from the table: "e_league_proposal_statuses" + """ + e_league_proposal_statuses_aggregate( + """distinct select on columns""" + distinct_on: [e_league_proposal_statuses_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_league_proposal_statuses_order_by!] + + """filter the rows returned""" + where: e_league_proposal_statuses_bool_exp + ): e_league_proposal_statuses_aggregate! + + """ + fetch data from the table: "e_league_proposal_statuses" using primary key columns + """ + e_league_proposal_statuses_by_pk(value: String!): e_league_proposal_statuses + + """ + fetch data from the table: "e_league_registration_statuses" + """ + e_league_registration_statuses( + """distinct select on columns""" + distinct_on: [e_league_registration_statuses_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_league_registration_statuses_order_by!] + + """filter the rows returned""" + where: e_league_registration_statuses_bool_exp + ): [e_league_registration_statuses!]! + + """ + fetch aggregated fields from the table: "e_league_registration_statuses" + """ + e_league_registration_statuses_aggregate( + """distinct select on columns""" + distinct_on: [e_league_registration_statuses_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_league_registration_statuses_order_by!] + + """filter the rows returned""" + where: e_league_registration_statuses_bool_exp + ): e_league_registration_statuses_aggregate! + + """ + fetch data from the table: "e_league_registration_statuses" using primary key columns + """ + e_league_registration_statuses_by_pk(value: String!): e_league_registration_statuses + + """ + fetch data from the table: "e_league_season_statuses" + """ + e_league_season_statuses( + """distinct select on columns""" + distinct_on: [e_league_season_statuses_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_league_season_statuses_order_by!] + + """filter the rows returned""" + where: e_league_season_statuses_bool_exp + ): [e_league_season_statuses!]! + + """ + fetch aggregated fields from the table: "e_league_season_statuses" + """ + e_league_season_statuses_aggregate( + """distinct select on columns""" + distinct_on: [e_league_season_statuses_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_league_season_statuses_order_by!] + + """filter the rows returned""" + where: e_league_season_statuses_bool_exp + ): e_league_season_statuses_aggregate! + + """ + fetch data from the table: "e_league_season_statuses" using primary key columns + """ + e_league_season_statuses_by_pk(value: String!): e_league_season_statuses + """ fetch data from the table: "e_lobby_access" """ @@ -57014,6 +64105,56 @@ type query_root { where: leaderboard_entries_bool_exp ): leaderboard_entries_aggregate! + """ + execute function "get_league_season_leaderboard" which returns "leaderboard_entries" + """ + get_league_season_leaderboard( + """ + input parameters for function "get_league_season_leaderboard" + """ + args: get_league_season_leaderboard_args! + + """distinct select on columns""" + distinct_on: [leaderboard_entries_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: [leaderboard_entries_order_by!] + + """filter the rows returned""" + where: leaderboard_entries_bool_exp + ): [leaderboard_entries!]! + + """ + execute function "get_league_season_leaderboard" and query aggregates on result of table type "leaderboard_entries" + """ + get_league_season_leaderboard_aggregate( + """ + input parameters for function "get_league_season_leaderboard_aggregate" + """ + args: get_league_season_leaderboard_args! + + """distinct select on columns""" + distinct_on: [leaderboard_entries_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: [leaderboard_entries_order_by!] + + """filter the rows returned""" + where: leaderboard_entries_bool_exp + ): leaderboard_entries_aggregate! + """ execute function "get_player_leaderboard_rank" which returns "player_leaderboard_rank" """ @@ -57104,6 +64245,452 @@ type query_root { where: leaderboard_entries_bool_exp ): leaderboard_entries_aggregate! + """ + fetch data from the table: "league_divisions" + """ + league_divisions( + """distinct select on columns""" + distinct_on: [league_divisions_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: [league_divisions_order_by!] + + """filter the rows returned""" + where: league_divisions_bool_exp + ): [league_divisions!]! + + """ + fetch aggregated fields from the table: "league_divisions" + """ + league_divisions_aggregate( + """distinct select on columns""" + distinct_on: [league_divisions_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: [league_divisions_order_by!] + + """filter the rows returned""" + where: league_divisions_bool_exp + ): league_divisions_aggregate! + + """ + fetch data from the table: "league_divisions" using primary key columns + """ + league_divisions_by_pk(id: uuid!): league_divisions + + """ + fetch data from the table: "league_match_weeks" + """ + league_match_weeks( + """distinct select on columns""" + distinct_on: [league_match_weeks_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: [league_match_weeks_order_by!] + + """filter the rows returned""" + where: league_match_weeks_bool_exp + ): [league_match_weeks!]! + + """ + fetch aggregated fields from the table: "league_match_weeks" + """ + league_match_weeks_aggregate( + """distinct select on columns""" + distinct_on: [league_match_weeks_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: [league_match_weeks_order_by!] + + """filter the rows returned""" + where: league_match_weeks_bool_exp + ): league_match_weeks_aggregate! + + """ + fetch data from the table: "league_match_weeks" using primary key columns + """ + league_match_weeks_by_pk(id: uuid!): league_match_weeks + + """ + fetch data from the table: "league_relegation_playoffs" + """ + league_relegation_playoffs( + """distinct select on columns""" + distinct_on: [league_relegation_playoffs_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: [league_relegation_playoffs_order_by!] + + """filter the rows returned""" + where: league_relegation_playoffs_bool_exp + ): [league_relegation_playoffs!]! + + """ + fetch aggregated fields from the table: "league_relegation_playoffs" + """ + league_relegation_playoffs_aggregate( + """distinct select on columns""" + distinct_on: [league_relegation_playoffs_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: [league_relegation_playoffs_order_by!] + + """filter the rows returned""" + where: league_relegation_playoffs_bool_exp + ): league_relegation_playoffs_aggregate! + + """ + fetch data from the table: "league_relegation_playoffs" using primary key columns + """ + league_relegation_playoffs_by_pk(id: uuid!): league_relegation_playoffs + + """ + fetch data from the table: "league_scheduling_proposals" + """ + league_scheduling_proposals( + """distinct select on columns""" + distinct_on: [league_scheduling_proposals_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: [league_scheduling_proposals_order_by!] + + """filter the rows returned""" + where: league_scheduling_proposals_bool_exp + ): [league_scheduling_proposals!]! + + """ + fetch aggregated fields from the table: "league_scheduling_proposals" + """ + league_scheduling_proposals_aggregate( + """distinct select on columns""" + distinct_on: [league_scheduling_proposals_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: [league_scheduling_proposals_order_by!] + + """filter the rows returned""" + where: league_scheduling_proposals_bool_exp + ): league_scheduling_proposals_aggregate! + + """ + fetch data from the table: "league_scheduling_proposals" using primary key columns + """ + league_scheduling_proposals_by_pk(id: uuid!): league_scheduling_proposals + + """ + fetch data from the table: "league_season_divisions" + """ + league_season_divisions( + """distinct select on columns""" + distinct_on: [league_season_divisions_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: [league_season_divisions_order_by!] + + """filter the rows returned""" + where: league_season_divisions_bool_exp + ): [league_season_divisions!]! + + """ + fetch aggregated fields from the table: "league_season_divisions" + """ + league_season_divisions_aggregate( + """distinct select on columns""" + distinct_on: [league_season_divisions_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: [league_season_divisions_order_by!] + + """filter the rows returned""" + where: league_season_divisions_bool_exp + ): league_season_divisions_aggregate! + + """ + fetch data from the table: "league_season_divisions" using primary key columns + """ + league_season_divisions_by_pk(id: uuid!): league_season_divisions + + """ + fetch data from the table: "league_seasons" + """ + league_seasons( + """distinct select on columns""" + distinct_on: [league_seasons_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: [league_seasons_order_by!] + + """filter the rows returned""" + where: league_seasons_bool_exp + ): [league_seasons!]! + + """ + fetch aggregated fields from the table: "league_seasons" + """ + league_seasons_aggregate( + """distinct select on columns""" + distinct_on: [league_seasons_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: [league_seasons_order_by!] + + """filter the rows returned""" + where: league_seasons_bool_exp + ): league_seasons_aggregate! + + """fetch data from the table: "league_seasons" using primary key columns""" + league_seasons_by_pk(id: uuid!): league_seasons + + """ + fetch data from the table: "league_team_movements" + """ + league_team_movements( + """distinct select on columns""" + distinct_on: [league_team_movements_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: [league_team_movements_order_by!] + + """filter the rows returned""" + where: league_team_movements_bool_exp + ): [league_team_movements!]! + + """ + fetch aggregated fields from the table: "league_team_movements" + """ + league_team_movements_aggregate( + """distinct select on columns""" + distinct_on: [league_team_movements_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: [league_team_movements_order_by!] + + """filter the rows returned""" + where: league_team_movements_bool_exp + ): league_team_movements_aggregate! + + """ + fetch data from the table: "league_team_movements" using primary key columns + """ + league_team_movements_by_pk(id: uuid!): league_team_movements + + """ + fetch data from the table: "league_team_rosters" + """ + league_team_rosters( + """distinct select on columns""" + distinct_on: [league_team_rosters_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: [league_team_rosters_order_by!] + + """filter the rows returned""" + where: league_team_rosters_bool_exp + ): [league_team_rosters!]! + + """ + fetch aggregated fields from the table: "league_team_rosters" + """ + league_team_rosters_aggregate( + """distinct select on columns""" + distinct_on: [league_team_rosters_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: [league_team_rosters_order_by!] + + """filter the rows returned""" + where: league_team_rosters_bool_exp + ): league_team_rosters_aggregate! + + """ + fetch data from the table: "league_team_rosters" using primary key columns + """ + league_team_rosters_by_pk(league_team_season_id: uuid!, player_steam_id: bigint!): league_team_rosters + + """ + fetch data from the table: "league_team_seasons" + """ + league_team_seasons( + """distinct select on columns""" + distinct_on: [league_team_seasons_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: [league_team_seasons_order_by!] + + """filter the rows returned""" + where: league_team_seasons_bool_exp + ): [league_team_seasons!]! + + """ + fetch aggregated fields from the table: "league_team_seasons" + """ + league_team_seasons_aggregate( + """distinct select on columns""" + distinct_on: [league_team_seasons_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: [league_team_seasons_order_by!] + + """filter the rows returned""" + where: league_team_seasons_bool_exp + ): league_team_seasons_aggregate! + + """ + fetch data from the table: "league_team_seasons" using primary key columns + """ + league_team_seasons_by_pk(id: uuid!): league_team_seasons + + """ + fetch data from the table: "league_teams" + """ + league_teams( + """distinct select on columns""" + distinct_on: [league_teams_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: [league_teams_order_by!] + + """filter the rows returned""" + where: league_teams_bool_exp + ): [league_teams!]! + + """ + fetch aggregated fields from the table: "league_teams" + """ + league_teams_aggregate( + """distinct select on columns""" + distinct_on: [league_teams_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: [league_teams_order_by!] + + """filter the rows returned""" + where: league_teams_bool_exp + ): league_teams_aggregate! + + """fetch data from the table: "league_teams" using primary key columns""" + league_teams_by_pk(id: uuid!): league_teams + """List files in game server directory""" listServerFiles(node_id: String!, path: String, server_id: String): FileListResponse! @@ -59236,9 +66823,6 @@ type query_root { """Read file content from game server""" readServerFile(file_path: String!, node_id: String!, server_id: String): FileContentResponse! - """scrimCalendarUrl""" - scrimCalendarUrl(team_id: uuid!): ScrimCalendarOutput - """ fetch data from the table: "seasons" """ @@ -59541,6 +67125,9 @@ type query_root { """fetch data from the table: "system_alerts" using primary key columns""" system_alerts_by_pk(id: uuid!): system_alerts + """teamCalendarUrl""" + teamCalendarUrl(team_id: uuid!): TeamCalendarOutput + """An array relationship""" team_invites( """distinct select on columns""" @@ -60019,6 +67606,51 @@ type query_root { """ tournament_organizers_by_pk(steam_id: bigint!, tournament_id: uuid!): tournament_organizers + """ + fetch data from the table: "tournament_stage_windows" + """ + tournament_stage_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!]! + + """ + fetch aggregated fields from the table: "tournament_stage_windows" + """ + tournament_stage_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! + + """ + fetch data from the table: "tournament_stage_windows" using primary key columns + """ + tournament_stage_windows_by_pk(id: uuid!): tournament_stage_windows + """An array relationship""" tournament_stages( """distinct select on columns""" @@ -60356,6 +67988,86 @@ type query_root { where: v_gpu_pool_status_bool_exp ): v_gpu_pool_status_aggregate! + """ + fetch data from the table: "v_league_division_standings" + """ + v_league_division_standings( + """distinct select on columns""" + distinct_on: [v_league_division_standings_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_league_division_standings_order_by!] + + """filter the rows returned""" + where: v_league_division_standings_bool_exp + ): [v_league_division_standings!]! + + """ + fetch aggregated fields from the table: "v_league_division_standings" + """ + v_league_division_standings_aggregate( + """distinct select on columns""" + distinct_on: [v_league_division_standings_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_league_division_standings_order_by!] + + """filter the rows returned""" + where: v_league_division_standings_bool_exp + ): v_league_division_standings_aggregate! + + """ + fetch data from the table: "v_league_season_player_stats" + """ + v_league_season_player_stats( + """distinct select on columns""" + distinct_on: [v_league_season_player_stats_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_league_season_player_stats_order_by!] + + """filter the rows returned""" + where: v_league_season_player_stats_bool_exp + ): [v_league_season_player_stats!]! + + """ + fetch aggregated fields from the table: "v_league_season_player_stats" + """ + v_league_season_player_stats_aggregate( + """distinct select on columns""" + distinct_on: [v_league_season_player_stats_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_league_season_player_stats_order_by!] + + """filter the rows returned""" + where: v_league_season_player_stats_bool_exp + ): v_league_season_player_stats_aggregate! + """ fetch data from the table: "v_match_captains" """ @@ -60790,18 +68502,398 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_elo_order_by!] + order_by: [v_player_elo_order_by!] + + """filter the rows returned""" + where: v_player_elo_bool_exp + ): v_player_elo_aggregate! + + """ + fetch data from the table: "v_player_map_losses" + """ + v_player_map_losses( + """distinct select on columns""" + distinct_on: [v_player_map_losses_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_player_map_losses_order_by!] + + """filter the rows returned""" + where: v_player_map_losses_bool_exp + ): [v_player_map_losses!]! + + """ + fetch aggregated fields from the table: "v_player_map_losses" + """ + v_player_map_losses_aggregate( + """distinct select on columns""" + distinct_on: [v_player_map_losses_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_player_map_losses_order_by!] + + """filter the rows returned""" + where: v_player_map_losses_bool_exp + ): v_player_map_losses_aggregate! + + """ + fetch data from the table: "v_player_map_wins" + """ + v_player_map_wins( + """distinct select on columns""" + distinct_on: [v_player_map_wins_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_player_map_wins_order_by!] + + """filter the rows returned""" + where: v_player_map_wins_bool_exp + ): [v_player_map_wins!]! + + """ + fetch aggregated fields from the table: "v_player_map_wins" + """ + v_player_map_wins_aggregate( + """distinct select on columns""" + distinct_on: [v_player_map_wins_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_player_map_wins_order_by!] + + """filter the rows returned""" + where: v_player_map_wins_bool_exp + ): v_player_map_wins_aggregate! + + """ + fetch data from the table: "v_player_match_head_to_head" + """ + v_player_match_head_to_head( + """distinct select on columns""" + distinct_on: [v_player_match_head_to_head_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_player_match_head_to_head_order_by!] + + """filter the rows returned""" + where: v_player_match_head_to_head_bool_exp + ): [v_player_match_head_to_head!]! + + """ + fetch aggregated fields from the table: "v_player_match_head_to_head" + """ + v_player_match_head_to_head_aggregate( + """distinct select on columns""" + distinct_on: [v_player_match_head_to_head_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_player_match_head_to_head_order_by!] + + """filter the rows returned""" + where: v_player_match_head_to_head_bool_exp + ): v_player_match_head_to_head_aggregate! + + """ + fetch data from the table: "v_player_match_map_hltv" + """ + v_player_match_map_hltv( + """distinct select on columns""" + distinct_on: [v_player_match_map_hltv_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_player_match_map_hltv_order_by!] + + """filter the rows returned""" + where: v_player_match_map_hltv_bool_exp + ): [v_player_match_map_hltv!]! + + """ + fetch aggregated fields from the table: "v_player_match_map_hltv" + """ + v_player_match_map_hltv_aggregate( + """distinct select on columns""" + distinct_on: [v_player_match_map_hltv_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_player_match_map_hltv_order_by!] + + """filter the rows returned""" + where: v_player_match_map_hltv_bool_exp + ): v_player_match_map_hltv_aggregate! + + """ + fetch data from the table: "v_player_match_map_roles" + """ + v_player_match_map_roles( + """distinct select on columns""" + distinct_on: [v_player_match_map_roles_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_player_match_map_roles_order_by!] + + """filter the rows returned""" + where: v_player_match_map_roles_bool_exp + ): [v_player_match_map_roles!]! + + """ + fetch aggregated fields from the table: "v_player_match_map_roles" + """ + v_player_match_map_roles_aggregate( + """distinct select on columns""" + distinct_on: [v_player_match_map_roles_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_player_match_map_roles_order_by!] + + """filter the rows returned""" + where: v_player_match_map_roles_bool_exp + ): v_player_match_map_roles_aggregate! + + """ + fetch data from the table: "v_player_match_performance" + """ + v_player_match_performance( + """distinct select on columns""" + distinct_on: [v_player_match_performance_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_player_match_performance_order_by!] + + """filter the rows returned""" + where: v_player_match_performance_bool_exp + ): [v_player_match_performance!]! + + """ + fetch aggregated fields from the table: "v_player_match_performance" + """ + v_player_match_performance_aggregate( + """distinct select on columns""" + distinct_on: [v_player_match_performance_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_player_match_performance_order_by!] + + """filter the rows returned""" + where: v_player_match_performance_bool_exp + ): v_player_match_performance_aggregate! + + """ + fetch data from the table: "v_player_match_rating" + """ + v_player_match_rating( + """distinct select on columns""" + distinct_on: [v_player_match_rating_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_player_match_rating_order_by!] + + """filter the rows returned""" + where: v_player_match_rating_bool_exp + ): [v_player_match_rating!]! + + """ + fetch aggregated fields from the table: "v_player_match_rating" + """ + v_player_match_rating_aggregate( + """distinct select on columns""" + distinct_on: [v_player_match_rating_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_player_match_rating_order_by!] + + """filter the rows returned""" + where: v_player_match_rating_bool_exp + ): v_player_match_rating_aggregate! + + """ + fetch data from the table: "v_player_multi_kills" + """ + v_player_multi_kills( + """distinct select on columns""" + distinct_on: [v_player_multi_kills_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_player_multi_kills_order_by!] + + """filter the rows returned""" + where: v_player_multi_kills_bool_exp + ): [v_player_multi_kills!]! + + """ + fetch aggregated fields from the table: "v_player_multi_kills" + """ + v_player_multi_kills_aggregate( + """distinct select on columns""" + distinct_on: [v_player_multi_kills_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_player_multi_kills_order_by!] + + """filter the rows returned""" + where: v_player_multi_kills_bool_exp + ): v_player_multi_kills_aggregate! + + """ + fetch data from the table: "v_player_weapon_damage" + """ + v_player_weapon_damage( + """distinct select on columns""" + distinct_on: [v_player_weapon_damage_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_player_weapon_damage_order_by!] + + """filter the rows returned""" + where: v_player_weapon_damage_bool_exp + ): [v_player_weapon_damage!]! + + """ + fetch aggregated fields from the table: "v_player_weapon_damage" + """ + v_player_weapon_damage_aggregate( + """distinct select on columns""" + distinct_on: [v_player_weapon_damage_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_player_weapon_damage_order_by!] + + """filter the rows returned""" + where: v_player_weapon_damage_bool_exp + ): v_player_weapon_damage_aggregate! + + """ + fetch data from the table: "v_player_weapon_kills" + """ + v_player_weapon_kills( + """distinct select on columns""" + distinct_on: [v_player_weapon_kills_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_player_weapon_kills_order_by!] """filter the rows returned""" - where: v_player_elo_bool_exp - ): v_player_elo_aggregate! + where: v_player_weapon_kills_bool_exp + ): [v_player_weapon_kills!]! """ - fetch data from the table: "v_player_map_losses" + fetch aggregated fields from the table: "v_player_weapon_kills" """ - v_player_map_losses( + v_player_weapon_kills_aggregate( """distinct select on columns""" - distinct_on: [v_player_map_losses_select_column!] + distinct_on: [v_player_weapon_kills_select_column!] """limit the number of rows returned""" limit: Int @@ -60810,18 +68902,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_map_losses_order_by!] + order_by: [v_player_weapon_kills_order_by!] """filter the rows returned""" - where: v_player_map_losses_bool_exp - ): [v_player_map_losses!]! + where: v_player_weapon_kills_bool_exp + ): v_player_weapon_kills_aggregate! """ - fetch aggregated fields from the table: "v_player_map_losses" + fetch data from the table: "v_pool_maps" """ - v_player_map_losses_aggregate( + v_pool_maps( """distinct select on columns""" - distinct_on: [v_player_map_losses_select_column!] + distinct_on: [v_pool_maps_select_column!] """limit the number of rows returned""" limit: Int @@ -60830,18 +68922,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_map_losses_order_by!] + order_by: [v_pool_maps_order_by!] """filter the rows returned""" - where: v_player_map_losses_bool_exp - ): v_player_map_losses_aggregate! + where: v_pool_maps_bool_exp + ): [v_pool_maps!]! """ - fetch data from the table: "v_player_map_wins" + fetch aggregated fields from the table: "v_pool_maps" """ - v_player_map_wins( + v_pool_maps_aggregate( """distinct select on columns""" - distinct_on: [v_player_map_wins_select_column!] + distinct_on: [v_pool_maps_select_column!] """limit the number of rows returned""" limit: Int @@ -60850,18 +68942,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_map_wins_order_by!] + order_by: [v_pool_maps_order_by!] """filter the rows returned""" - where: v_player_map_wins_bool_exp - ): [v_player_map_wins!]! + where: v_pool_maps_bool_exp + ): v_pool_maps_aggregate! """ - fetch aggregated fields from the table: "v_player_map_wins" + fetch data from the table: "v_steam_account_pool_status" """ - v_player_map_wins_aggregate( + v_steam_account_pool_status( """distinct select on columns""" - distinct_on: [v_player_map_wins_select_column!] + distinct_on: [v_steam_account_pool_status_select_column!] """limit the number of rows returned""" limit: Int @@ -60870,18 +68962,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_map_wins_order_by!] + order_by: [v_steam_account_pool_status_order_by!] """filter the rows returned""" - where: v_player_map_wins_bool_exp - ): v_player_map_wins_aggregate! + where: v_steam_account_pool_status_bool_exp + ): [v_steam_account_pool_status!]! """ - fetch data from the table: "v_player_match_head_to_head" + fetch aggregated fields from the table: "v_steam_account_pool_status" """ - v_player_match_head_to_head( + v_steam_account_pool_status_aggregate( """distinct select on columns""" - distinct_on: [v_player_match_head_to_head_select_column!] + distinct_on: [v_steam_account_pool_status_select_column!] """limit the number of rows returned""" limit: Int @@ -60890,18 +68982,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_head_to_head_order_by!] + order_by: [v_steam_account_pool_status_order_by!] """filter the rows returned""" - where: v_player_match_head_to_head_bool_exp - ): [v_player_match_head_to_head!]! + where: v_steam_account_pool_status_bool_exp + ): v_steam_account_pool_status_aggregate! """ - fetch aggregated fields from the table: "v_player_match_head_to_head" + fetch data from the table: "v_team_ranks" """ - v_player_match_head_to_head_aggregate( + v_team_ranks( """distinct select on columns""" - distinct_on: [v_player_match_head_to_head_select_column!] + distinct_on: [v_team_ranks_select_column!] """limit the number of rows returned""" limit: Int @@ -60910,18 +69002,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_head_to_head_order_by!] + order_by: [v_team_ranks_order_by!] """filter the rows returned""" - where: v_player_match_head_to_head_bool_exp - ): v_player_match_head_to_head_aggregate! + where: v_team_ranks_bool_exp + ): [v_team_ranks!]! """ - fetch data from the table: "v_player_match_map_hltv" + fetch aggregated fields from the table: "v_team_ranks" """ - v_player_match_map_hltv( + v_team_ranks_aggregate( """distinct select on columns""" - distinct_on: [v_player_match_map_hltv_select_column!] + distinct_on: [v_team_ranks_select_column!] """limit the number of rows returned""" limit: Int @@ -60930,18 +69022,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_map_hltv_order_by!] + order_by: [v_team_ranks_order_by!] """filter the rows returned""" - where: v_player_match_map_hltv_bool_exp - ): [v_player_match_map_hltv!]! + where: v_team_ranks_bool_exp + ): v_team_ranks_aggregate! """ - fetch aggregated fields from the table: "v_player_match_map_hltv" + fetch data from the table: "v_team_reputation" """ - v_player_match_map_hltv_aggregate( + v_team_reputation( """distinct select on columns""" - distinct_on: [v_player_match_map_hltv_select_column!] + distinct_on: [v_team_reputation_select_column!] """limit the number of rows returned""" limit: Int @@ -60950,18 +69042,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_map_hltv_order_by!] + order_by: [v_team_reputation_order_by!] """filter the rows returned""" - where: v_player_match_map_hltv_bool_exp - ): v_player_match_map_hltv_aggregate! + where: v_team_reputation_bool_exp + ): [v_team_reputation!]! """ - fetch data from the table: "v_player_match_map_roles" + fetch aggregated fields from the table: "v_team_reputation" """ - v_player_match_map_roles( + v_team_reputation_aggregate( """distinct select on columns""" - distinct_on: [v_player_match_map_roles_select_column!] + distinct_on: [v_team_reputation_select_column!] """limit the number of rows returned""" limit: Int @@ -60970,18 +69062,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_map_roles_order_by!] + order_by: [v_team_reputation_order_by!] """filter the rows returned""" - where: v_player_match_map_roles_bool_exp - ): [v_player_match_map_roles!]! + where: v_team_reputation_bool_exp + ): v_team_reputation_aggregate! """ - fetch aggregated fields from the table: "v_player_match_map_roles" + fetch data from the table: "v_team_stage_results" """ - v_player_match_map_roles_aggregate( + v_team_stage_results( """distinct select on columns""" - distinct_on: [v_player_match_map_roles_select_column!] + distinct_on: [v_team_stage_results_select_column!] """limit the number of rows returned""" limit: Int @@ -60990,18 +69082,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_map_roles_order_by!] + order_by: [v_team_stage_results_order_by!] """filter the rows returned""" - where: v_player_match_map_roles_bool_exp - ): v_player_match_map_roles_aggregate! + where: v_team_stage_results_bool_exp + ): [v_team_stage_results!]! """ - fetch data from the table: "v_player_match_performance" + fetch aggregated fields from the table: "v_team_stage_results" """ - v_player_match_performance( + v_team_stage_results_aggregate( """distinct select on columns""" - distinct_on: [v_player_match_performance_select_column!] + distinct_on: [v_team_stage_results_select_column!] """limit the number of rows returned""" limit: Int @@ -61010,18 +69102,23 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_performance_order_by!] + order_by: [v_team_stage_results_order_by!] """filter the rows returned""" - where: v_player_match_performance_bool_exp - ): [v_player_match_performance!]! + where: v_team_stage_results_bool_exp + ): v_team_stage_results_aggregate! """ - fetch aggregated fields from the table: "v_player_match_performance" + fetch data from the table: "v_team_stage_results" using primary key columns """ - v_player_match_performance_aggregate( + v_team_stage_results_by_pk(tournament_stage_id: uuid!, tournament_team_id: uuid!): v_team_stage_results + + """ + fetch data from the table: "v_team_tournament_results" + """ + v_team_tournament_results( """distinct select on columns""" - distinct_on: [v_player_match_performance_select_column!] + distinct_on: [v_team_tournament_results_select_column!] """limit the number of rows returned""" limit: Int @@ -61030,18 +69127,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_performance_order_by!] + order_by: [v_team_tournament_results_order_by!] """filter the rows returned""" - where: v_player_match_performance_bool_exp - ): v_player_match_performance_aggregate! + where: v_team_tournament_results_bool_exp + ): [v_team_tournament_results!]! """ - fetch data from the table: "v_player_match_rating" + fetch aggregated fields from the table: "v_team_tournament_results" """ - v_player_match_rating( + v_team_tournament_results_aggregate( """distinct select on columns""" - distinct_on: [v_player_match_rating_select_column!] + distinct_on: [v_team_tournament_results_select_column!] """limit the number of rows returned""" limit: Int @@ -61050,18 +69147,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_rating_order_by!] + order_by: [v_team_tournament_results_order_by!] """filter the rows returned""" - where: v_player_match_rating_bool_exp - ): [v_player_match_rating!]! + where: v_team_tournament_results_bool_exp + ): v_team_tournament_results_aggregate! """ - fetch aggregated fields from the table: "v_player_match_rating" + fetch data from the table: "v_tournament_player_stats" """ - v_player_match_rating_aggregate( + v_tournament_player_stats( """distinct select on columns""" - distinct_on: [v_player_match_rating_select_column!] + distinct_on: [v_tournament_player_stats_select_column!] """limit the number of rows returned""" limit: Int @@ -61070,18 +69167,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_match_rating_order_by!] + order_by: [v_tournament_player_stats_order_by!] """filter the rows returned""" - where: v_player_match_rating_bool_exp - ): v_player_match_rating_aggregate! + where: v_tournament_player_stats_bool_exp + ): [v_tournament_player_stats!]! """ - fetch data from the table: "v_player_multi_kills" + fetch aggregated fields from the table: "v_tournament_player_stats" """ - v_player_multi_kills( + v_tournament_player_stats_aggregate( """distinct select on columns""" - distinct_on: [v_player_multi_kills_select_column!] + distinct_on: [v_tournament_player_stats_select_column!] """limit the number of rows returned""" limit: Int @@ -61090,18 +69187,44 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_multi_kills_order_by!] + order_by: [v_tournament_player_stats_order_by!] """filter the rows returned""" - where: v_player_multi_kills_bool_exp - ): [v_player_multi_kills!]! + where: v_tournament_player_stats_bool_exp + ): v_tournament_player_stats_aggregate! +} - """ - fetch aggregated fields from the table: "v_player_multi_kills" - """ - v_player_multi_kills_aggregate( +input recalculate_tournament_trophies_args { + _tournament_id: uuid +} + +input remove_league_team_from_season_args { + _league_team_season_id: uuid +} + +input reorder_league_divisions_args { + _division_ids: _uuid +} + +input restart_league_season_args { + _league_season_id: uuid +} + +""" +columns and relationships of "seasons" +""" +type seasons { + created_at: timestamptz! + description: String + ends_at: timestamptz + id: uuid! + needs_rebuild: Boolean! + number: Int! + + """An array relationship""" + player_season_stats( """distinct select on columns""" - distinct_on: [v_player_multi_kills_select_column!] + distinct_on: [player_season_stats_select_column!] """limit the number of rows returned""" limit: Int @@ -61110,18 +69233,16 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_multi_kills_order_by!] + order_by: [player_season_stats_order_by!] """filter the rows returned""" - where: v_player_multi_kills_bool_exp - ): v_player_multi_kills_aggregate! + where: player_season_stats_bool_exp + ): [player_season_stats!]! - """ - fetch data from the table: "v_player_weapon_damage" - """ - v_player_weapon_damage( + """An aggregate relationship""" + player_season_stats_aggregate( """distinct select on columns""" - distinct_on: [v_player_weapon_damage_select_column!] + distinct_on: [player_season_stats_select_column!] """limit the number of rows returned""" limit: Int @@ -61130,38 +69251,307 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_weapon_damage_order_by!] + order_by: [player_season_stats_order_by!] """filter the rows returned""" - where: v_player_weapon_damage_bool_exp - ): [v_player_weapon_damage!]! + where: player_season_stats_bool_exp + ): player_season_stats_aggregate! + starts_at: timestamptz! +} + +""" +aggregated selection of "seasons" +""" +type seasons_aggregate { + aggregate: seasons_aggregate_fields + nodes: [seasons!]! +} + +""" +aggregate fields of "seasons" +""" +type seasons_aggregate_fields { + avg: seasons_avg_fields + count(columns: [seasons_select_column!], distinct: Boolean): Int! + max: seasons_max_fields + min: seasons_min_fields + stddev: seasons_stddev_fields + stddev_pop: seasons_stddev_pop_fields + stddev_samp: seasons_stddev_samp_fields + sum: seasons_sum_fields + var_pop: seasons_var_pop_fields + var_samp: seasons_var_samp_fields + variance: seasons_variance_fields +} + +"""aggregate avg on columns""" +type seasons_avg_fields { + number: Float +} + +""" +Boolean expression to filter rows from the table "seasons". All fields are combined with a logical 'AND'. +""" +input seasons_bool_exp { + _and: [seasons_bool_exp!] + _not: seasons_bool_exp + _or: [seasons_bool_exp!] + created_at: timestamptz_comparison_exp + description: String_comparison_exp + ends_at: timestamptz_comparison_exp + id: uuid_comparison_exp + needs_rebuild: Boolean_comparison_exp + number: Int_comparison_exp + player_season_stats: player_season_stats_bool_exp + player_season_stats_aggregate: player_season_stats_aggregate_bool_exp + starts_at: timestamptz_comparison_exp +} +""" +unique or primary key constraints on table "seasons" +""" +enum seasons_constraint { """ - fetch aggregated fields from the table: "v_player_weapon_damage" + unique or primary key constraint on columns "id" """ - v_player_weapon_damage_aggregate( - """distinct select on columns""" - distinct_on: [v_player_weapon_damage_select_column!] + seasons_pkey +} - """limit the number of rows returned""" - limit: Int +""" +input type for incrementing numeric columns in table "seasons" +""" +input seasons_inc_input { + number: Int +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +input type for inserting data into table "seasons" +""" +input seasons_insert_input { + created_at: timestamptz + description: String + ends_at: timestamptz + id: uuid + needs_rebuild: Boolean + number: Int + player_season_stats: player_season_stats_arr_rel_insert_input + starts_at: timestamptz +} + +"""aggregate max on columns""" +type seasons_max_fields { + created_at: timestamptz + description: String + ends_at: timestamptz + id: uuid + number: Int + starts_at: timestamptz +} + +"""aggregate min on columns""" +type seasons_min_fields { + created_at: timestamptz + description: String + ends_at: timestamptz + id: uuid + number: Int + starts_at: timestamptz +} + +""" +response of any mutation on the table "seasons" +""" +type seasons_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [seasons!]! +} + +""" +input type for inserting object relation for remote table "seasons" +""" +input seasons_obj_rel_insert_input { + data: seasons_insert_input! + + """upsert condition""" + on_conflict: seasons_on_conflict +} + +""" +on_conflict condition type for table "seasons" +""" +input seasons_on_conflict { + constraint: seasons_constraint! + update_columns: [seasons_update_column!]! = [] + where: seasons_bool_exp +} + +"""Ordering options when selecting data from "seasons".""" +input seasons_order_by { + created_at: order_by + description: order_by + ends_at: order_by + id: order_by + needs_rebuild: order_by + number: order_by + player_season_stats_aggregate: player_season_stats_aggregate_order_by + starts_at: order_by +} + +"""primary key columns input for table: seasons""" +input seasons_pk_columns_input { + id: uuid! +} + +""" +select columns of table "seasons" +""" +enum seasons_select_column { + """column name""" + created_at + + """column name""" + description + + """column name""" + ends_at + + """column name""" + id + + """column name""" + needs_rebuild + + """column name""" + number + + """column name""" + starts_at +} + +""" +input type for updating data in table "seasons" +""" +input seasons_set_input { + created_at: timestamptz + description: String + ends_at: timestamptz + id: uuid + needs_rebuild: Boolean + number: Int + starts_at: timestamptz +} + +"""aggregate stddev on columns""" +type seasons_stddev_fields { + number: Float +} + +"""aggregate stddev_pop on columns""" +type seasons_stddev_pop_fields { + number: Float +} + +"""aggregate stddev_samp on columns""" +type seasons_stddev_samp_fields { + number: Float +} + +""" +Streaming cursor of the table "seasons" +""" +input seasons_stream_cursor_input { + """Stream column input with initial value""" + initial_value: seasons_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input seasons_stream_cursor_value_input { + created_at: timestamptz + description: String + ends_at: timestamptz + id: uuid + needs_rebuild: Boolean + number: Int + starts_at: timestamptz +} + +"""aggregate sum on columns""" +type seasons_sum_fields { + number: Int +} + +""" +update columns of table "seasons" +""" +enum seasons_update_column { + """column name""" + created_at + + """column name""" + description + + """column name""" + ends_at + + """column name""" + id + + """column name""" + needs_rebuild + + """column name""" + number + + """column name""" + starts_at +} + +input seasons_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: seasons_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: seasons_set_input + + """filter the rows which have to be updated""" + where: seasons_bool_exp! +} + +"""aggregate var_pop on columns""" +type seasons_var_pop_fields { + number: Float +} - """sort the rows by one or more columns""" - order_by: [v_player_weapon_damage_order_by!] +"""aggregate var_samp on columns""" +type seasons_var_samp_fields { + number: Float +} - """filter the rows returned""" - where: v_player_weapon_damage_bool_exp - ): v_player_weapon_damage_aggregate! +"""aggregate variance on columns""" +type seasons_variance_fields { + number: Float +} +""" +columns and relationships of "server_regions" +""" +type server_regions { """ - fetch data from the table: "v_player_weapon_kills" + A computed field, executes function "available_region_server_count" """ - v_player_weapon_kills( + available_server_count: Int + description: String + + """An array relationship""" + game_server_nodes( """distinct select on columns""" - distinct_on: [v_player_weapon_kills_select_column!] + distinct_on: [game_server_nodes_select_column!] """limit the number of rows returned""" limit: Int @@ -61170,18 +69560,16 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_weapon_kills_order_by!] + order_by: [game_server_nodes_order_by!] """filter the rows returned""" - where: v_player_weapon_kills_bool_exp - ): [v_player_weapon_kills!]! + where: game_server_nodes_bool_exp + ): [game_server_nodes!]! - """ - fetch aggregated fields from the table: "v_player_weapon_kills" - """ - v_player_weapon_kills_aggregate( + """An aggregate relationship""" + game_server_nodes_aggregate( """distinct select on columns""" - distinct_on: [v_player_weapon_kills_select_column!] + distinct_on: [game_server_nodes_select_column!] """limit the number of rows returned""" limit: Int @@ -61190,243 +69578,396 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_player_weapon_kills_order_by!] + order_by: [game_server_nodes_order_by!] """filter the rows returned""" - where: v_player_weapon_kills_bool_exp - ): v_player_weapon_kills_aggregate! + where: game_server_nodes_bool_exp + ): game_server_nodes_aggregate! """ - fetch data from the table: "v_pool_maps" + A computed field, executes function "region_has_node" """ - v_pool_maps( - """distinct select on columns""" - distinct_on: [v_pool_maps_select_column!] + has_node: Boolean + is_lan: Boolean! - """limit the number of rows returned""" - limit: Int + """ + A computed field, executes function "region_status" + """ + status: String + steam_relay: Boolean! - """skip the first n rows. Use only with order_by""" - offset: Int + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int + value: String! +} - """sort the rows by one or more columns""" - order_by: [v_pool_maps_order_by!] +""" +aggregated selection of "server_regions" +""" +type server_regions_aggregate { + aggregate: server_regions_aggregate_fields + nodes: [server_regions!]! +} - """filter the rows returned""" - where: v_pool_maps_bool_exp - ): [v_pool_maps!]! +""" +aggregate fields of "server_regions" +""" +type server_regions_aggregate_fields { + avg: server_regions_avg_fields + count(columns: [server_regions_select_column!], distinct: Boolean): Int! + max: server_regions_max_fields + min: server_regions_min_fields + stddev: server_regions_stddev_fields + stddev_pop: server_regions_stddev_pop_fields + stddev_samp: server_regions_stddev_samp_fields + sum: server_regions_sum_fields + var_pop: server_regions_var_pop_fields + var_samp: server_regions_var_samp_fields + variance: server_regions_variance_fields +} +"""aggregate avg on columns""" +type server_regions_avg_fields { """ - fetch aggregated fields from the table: "v_pool_maps" + A computed field, executes function "available_region_server_count" """ - v_pool_maps_aggregate( - """distinct select on columns""" - distinct_on: [v_pool_maps_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int + available_server_count: Int - """sort the rows by one or more columns""" - order_by: [v_pool_maps_order_by!] + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int +} - """filter the rows returned""" - where: v_pool_maps_bool_exp - ): v_pool_maps_aggregate! +""" +Boolean expression to filter rows from the table "server_regions". All fields are combined with a logical 'AND'. +""" +input server_regions_bool_exp { + _and: [server_regions_bool_exp!] + _not: server_regions_bool_exp + _or: [server_regions_bool_exp!] + available_server_count: Int_comparison_exp + description: String_comparison_exp + game_server_nodes: game_server_nodes_bool_exp + game_server_nodes_aggregate: game_server_nodes_aggregate_bool_exp + has_node: Boolean_comparison_exp + is_lan: Boolean_comparison_exp + status: String_comparison_exp + steam_relay: Boolean_comparison_exp + total_server_count: Int_comparison_exp + value: String_comparison_exp +} +""" +unique or primary key constraints on table "server_regions" +""" +enum server_regions_constraint { """ - fetch data from the table: "v_steam_account_pool_status" + unique or primary key constraint on columns "value" """ - v_steam_account_pool_status( - """distinct select on columns""" - distinct_on: [v_steam_account_pool_status_select_column!] + e_server_regions_pkey +} - """limit the number of rows returned""" - limit: Int +""" +input type for inserting data into table "server_regions" +""" +input server_regions_insert_input { + description: String + game_server_nodes: game_server_nodes_arr_rel_insert_input + is_lan: Boolean + steam_relay: Boolean + value: String +} - """skip the first n rows. Use only with order_by""" - offset: Int +"""aggregate max on columns""" +type server_regions_max_fields { + """ + A computed field, executes function "available_region_server_count" + """ + available_server_count: Int + description: String - """sort the rows by one or more columns""" - order_by: [v_steam_account_pool_status_order_by!] + """ + A computed field, executes function "region_status" + """ + status: String - """filter the rows returned""" - where: v_steam_account_pool_status_bool_exp - ): [v_steam_account_pool_status!]! + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int + value: String +} +"""aggregate min on columns""" +type server_regions_min_fields { """ - fetch aggregated fields from the table: "v_steam_account_pool_status" + A computed field, executes function "available_region_server_count" """ - v_steam_account_pool_status_aggregate( - """distinct select on columns""" - distinct_on: [v_steam_account_pool_status_select_column!] + available_server_count: Int + description: String - """limit the number of rows returned""" - limit: Int + """ + A computed field, executes function "region_status" + """ + status: String - """skip the first n rows. Use only with order_by""" - offset: Int + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int + value: String +} - """sort the rows by one or more columns""" - order_by: [v_steam_account_pool_status_order_by!] +""" +response of any mutation on the table "server_regions" +""" +type server_regions_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """filter the rows returned""" - where: v_steam_account_pool_status_bool_exp - ): v_steam_account_pool_status_aggregate! + """data from the rows affected by the mutation""" + returning: [server_regions!]! +} - """ - fetch data from the table: "v_team_ranks" - """ - v_team_ranks( - """distinct select on columns""" - distinct_on: [v_team_ranks_select_column!] +""" +input type for inserting object relation for remote table "server_regions" +""" +input server_regions_obj_rel_insert_input { + data: server_regions_insert_input! - """limit the number of rows returned""" - limit: Int + """upsert condition""" + on_conflict: server_regions_on_conflict +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +on_conflict condition type for table "server_regions" +""" +input server_regions_on_conflict { + constraint: server_regions_constraint! + update_columns: [server_regions_update_column!]! = [] + where: server_regions_bool_exp +} - """sort the rows by one or more columns""" - order_by: [v_team_ranks_order_by!] +"""Ordering options when selecting data from "server_regions".""" +input server_regions_order_by { + available_server_count: order_by + description: order_by + game_server_nodes_aggregate: game_server_nodes_aggregate_order_by + has_node: order_by + is_lan: order_by + status: order_by + steam_relay: order_by + total_server_count: order_by + value: order_by +} - """filter the rows returned""" - where: v_team_ranks_bool_exp - ): [v_team_ranks!]! +"""primary key columns input for table: server_regions""" +input server_regions_pk_columns_input { + value: String! +} - """ - fetch aggregated fields from the table: "v_team_ranks" - """ - v_team_ranks_aggregate( - """distinct select on columns""" - distinct_on: [v_team_ranks_select_column!] +""" +select columns of table "server_regions" +""" +enum server_regions_select_column { + """column name""" + description - """limit the number of rows returned""" - limit: Int + """column name""" + is_lan - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + steam_relay - """sort the rows by one or more columns""" - order_by: [v_team_ranks_order_by!] + """column name""" + value +} - """filter the rows returned""" - where: v_team_ranks_bool_exp - ): v_team_ranks_aggregate! +""" +input type for updating data in table "server_regions" +""" +input server_regions_set_input { + description: String + is_lan: Boolean + steam_relay: Boolean + value: String +} +"""aggregate stddev on columns""" +type server_regions_stddev_fields { """ - fetch data from the table: "v_team_reputation" + A computed field, executes function "available_region_server_count" """ - v_team_reputation( - """distinct select on columns""" - distinct_on: [v_team_reputation_select_column!] - - """limit the number of rows returned""" - limit: Int + available_server_count: Int - """skip the first n rows. Use only with order_by""" - offset: Int + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int +} - """sort the rows by one or more columns""" - order_by: [v_team_reputation_order_by!] +"""aggregate stddev_pop on columns""" +type server_regions_stddev_pop_fields { + """ + A computed field, executes function "available_region_server_count" + """ + available_server_count: Int - """filter the rows returned""" - where: v_team_reputation_bool_exp - ): [v_team_reputation!]! + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int +} +"""aggregate stddev_samp on columns""" +type server_regions_stddev_samp_fields { """ - fetch aggregated fields from the table: "v_team_reputation" + A computed field, executes function "available_region_server_count" """ - v_team_reputation_aggregate( - """distinct select on columns""" - distinct_on: [v_team_reputation_select_column!] + available_server_count: Int - """limit the number of rows returned""" - limit: Int + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +Streaming cursor of the table "server_regions" +""" +input server_regions_stream_cursor_input { + """Stream column input with initial value""" + initial_value: server_regions_stream_cursor_value_input! - """sort the rows by one or more columns""" - order_by: [v_team_reputation_order_by!] + """cursor ordering""" + ordering: cursor_ordering +} - """filter the rows returned""" - where: v_team_reputation_bool_exp - ): v_team_reputation_aggregate! +"""Initial value of the column from where the streaming should start""" +input server_regions_stream_cursor_value_input { + description: String + is_lan: Boolean + steam_relay: Boolean + value: String +} +"""aggregate sum on columns""" +type server_regions_sum_fields { """ - fetch data from the table: "v_team_stage_results" + A computed field, executes function "available_region_server_count" """ - v_team_stage_results( - """distinct select on columns""" - distinct_on: [v_team_stage_results_select_column!] + available_server_count: Int - """limit the number of rows returned""" - limit: Int + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +update columns of table "server_regions" +""" +enum server_regions_update_column { + """column name""" + description - """sort the rows by one or more columns""" - order_by: [v_team_stage_results_order_by!] + """column name""" + is_lan - """filter the rows returned""" - where: v_team_stage_results_bool_exp - ): [v_team_stage_results!]! + """column name""" + steam_relay - """ - fetch aggregated fields from the table: "v_team_stage_results" - """ - v_team_stage_results_aggregate( - """distinct select on columns""" - distinct_on: [v_team_stage_results_select_column!] + """column name""" + value +} - """limit the number of rows returned""" - limit: Int +input server_regions_updates { + """sets the columns of the filtered rows to the given values""" + _set: server_regions_set_input - """skip the first n rows. Use only with order_by""" - offset: Int + """filter the rows which have to be updated""" + where: server_regions_bool_exp! +} - """sort the rows by one or more columns""" - order_by: [v_team_stage_results_order_by!] +"""aggregate var_pop on columns""" +type server_regions_var_pop_fields { + """ + A computed field, executes function "available_region_server_count" + """ + available_server_count: Int - """filter the rows returned""" - where: v_team_stage_results_bool_exp - ): v_team_stage_results_aggregate! + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int +} +"""aggregate var_samp on columns""" +type server_regions_var_samp_fields { """ - fetch data from the table: "v_team_stage_results" using primary key columns + A computed field, executes function "available_region_server_count" """ - v_team_stage_results_by_pk(tournament_stage_id: uuid!, tournament_team_id: uuid!): v_team_stage_results + available_server_count: Int """ - fetch data from the table: "v_team_tournament_results" + A computed field, executes function "total_region_server_count" """ - v_team_tournament_results( - """distinct select on columns""" - distinct_on: [v_team_tournament_results_select_column!] + total_server_count: Int +} - """limit the number of rows returned""" - limit: Int +"""aggregate variance on columns""" +type server_regions_variance_fields { + """ + A computed field, executes function "available_region_server_count" + """ + available_server_count: Int - """skip the first n rows. Use only with order_by""" - offset: Int + """ + A computed field, executes function "total_region_server_count" + """ + total_server_count: Int +} - """sort the rows by one or more columns""" - order_by: [v_team_tournament_results_order_by!] +""" +columns and relationships of "servers" +""" +type servers { + api_password: uuid! + boot_status: String + boot_status_detail: String + connect_password: String + connected: Boolean! - """filter the rows returned""" - where: v_team_tournament_results_bool_exp - ): [v_team_tournament_results!]! + """ + A computed field, executes function "get_server_connection_link" + """ + connection_link: String """ - fetch aggregated fields from the table: "v_team_tournament_results" + A computed field, executes function "get_server_connection_string" """ - v_team_tournament_results_aggregate( + connection_string: String + + """An object relationship""" + current_match: matches + enabled: Boolean! + game: String + + """An object relationship""" + game_server_node: game_server_nodes + game_server_node_id: String + host: String! + id: uuid! + is_dedicated: Boolean! + label: String! + + """An array relationship""" + matches( """distinct select on columns""" - distinct_on: [v_team_tournament_results_select_column!] + distinct_on: [matches_select_column!] """limit the number of rows returned""" limit: Int @@ -61435,18 +69976,16 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_team_tournament_results_order_by!] + order_by: [matches_order_by!] """filter the rows returned""" - where: v_team_tournament_results_bool_exp - ): v_team_tournament_results_aggregate! + where: matches_bool_exp + ): [matches!]! - """ - fetch data from the table: "v_tournament_player_stats" - """ - v_tournament_player_stats( + """An aggregate relationship""" + matches_aggregate( """distinct select on columns""" - distinct_on: [v_tournament_player_stats_select_column!] + distinct_on: [matches_select_column!] """limit the number of rows returned""" limit: Int @@ -61455,2036 +69994,2282 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v_tournament_player_stats_order_by!] + order_by: [matches_order_by!] """filter the rows returned""" - where: v_tournament_player_stats_bool_exp - ): [v_tournament_player_stats!]! + where: matches_bool_exp + ): matches_aggregate! + max_players: Int + offline_at: timestamptz + plugin_version: String + port: Int! + rcon_password: bytea! + rcon_status: Boolean + region: String! + reserved_by_match_id: uuid - """ - fetch aggregated fields from the table: "v_tournament_player_stats" - """ - v_tournament_player_stats_aggregate( - """distinct select on columns""" - distinct_on: [v_tournament_player_stats_select_column!] + """An object relationship""" + server_region: server_regions + steam_relay: String + tv_port: Int + type: e_server_types_enum! + updated_at: timestamptz +} - """limit the number of rows returned""" - limit: Int +""" +aggregated selection of "servers" +""" +type servers_aggregate { + aggregate: servers_aggregate_fields + nodes: [servers!]! +} - """skip the first n rows. Use only with order_by""" - offset: Int +input servers_aggregate_bool_exp { + bool_and: servers_aggregate_bool_exp_bool_and + bool_or: servers_aggregate_bool_exp_bool_or + count: servers_aggregate_bool_exp_count +} - """sort the rows by one or more columns""" - order_by: [v_tournament_player_stats_order_by!] +input servers_aggregate_bool_exp_bool_and { + arguments: servers_select_column_servers_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: servers_bool_exp + predicate: Boolean_comparison_exp! +} - """filter the rows returned""" - where: v_tournament_player_stats_bool_exp - ): v_tournament_player_stats_aggregate! +input servers_aggregate_bool_exp_bool_or { + arguments: servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: servers_bool_exp + predicate: Boolean_comparison_exp! } -input recalculate_tournament_trophies_args { - _tournament_id: uuid +input servers_aggregate_bool_exp_count { + arguments: [servers_select_column!] + distinct: Boolean + filter: servers_bool_exp + predicate: Int_comparison_exp! } """ -columns and relationships of "seasons" +aggregate fields of "servers" """ -type seasons { - created_at: timestamptz! - description: String - ends_at: timestamptz - id: uuid! - needs_rebuild: Boolean! - number: Int! - - """An array relationship""" - player_season_stats( - """distinct select on columns""" - distinct_on: [player_season_stats_select_column!] +type servers_aggregate_fields { + avg: servers_avg_fields + count(columns: [servers_select_column!], distinct: Boolean): Int! + max: servers_max_fields + min: servers_min_fields + stddev: servers_stddev_fields + stddev_pop: servers_stddev_pop_fields + stddev_samp: servers_stddev_samp_fields + sum: servers_sum_fields + var_pop: servers_var_pop_fields + var_samp: servers_var_samp_fields + variance: servers_variance_fields +} - """limit the number of rows returned""" - limit: Int +""" +order by aggregate values of table "servers" +""" +input servers_aggregate_order_by { + avg: servers_avg_order_by + count: order_by + max: servers_max_order_by + min: servers_min_order_by + stddev: servers_stddev_order_by + stddev_pop: servers_stddev_pop_order_by + stddev_samp: servers_stddev_samp_order_by + sum: servers_sum_order_by + var_pop: servers_var_pop_order_by + var_samp: servers_var_samp_order_by + variance: servers_variance_order_by +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +input type for inserting array relation for remote table "servers" +""" +input servers_arr_rel_insert_input { + data: [servers_insert_input!]! - """sort the rows by one or more columns""" - order_by: [player_season_stats_order_by!] + """upsert condition""" + on_conflict: servers_on_conflict +} - """filter the rows returned""" - where: player_season_stats_bool_exp - ): [player_season_stats!]! +"""aggregate avg on columns""" +type servers_avg_fields { + max_players: Float + port: Float + tv_port: Float +} - """An aggregate relationship""" - player_season_stats_aggregate( - """distinct select on columns""" - distinct_on: [player_season_stats_select_column!] +""" +order by avg() on columns of table "servers" +""" +input servers_avg_order_by { + max_players: order_by + port: order_by + tv_port: order_by +} - """limit the number of rows returned""" - limit: Int +""" +Boolean expression to filter rows from the table "servers". All fields are combined with a logical 'AND'. +""" +input servers_bool_exp { + _and: [servers_bool_exp!] + _not: servers_bool_exp + _or: [servers_bool_exp!] + api_password: uuid_comparison_exp + boot_status: String_comparison_exp + boot_status_detail: String_comparison_exp + connect_password: String_comparison_exp + connected: Boolean_comparison_exp + connection_link: String_comparison_exp + connection_string: String_comparison_exp + current_match: matches_bool_exp + enabled: Boolean_comparison_exp + game: String_comparison_exp + game_server_node: game_server_nodes_bool_exp + game_server_node_id: String_comparison_exp + host: String_comparison_exp + id: uuid_comparison_exp + is_dedicated: Boolean_comparison_exp + label: String_comparison_exp + matches: matches_bool_exp + matches_aggregate: matches_aggregate_bool_exp + max_players: Int_comparison_exp + offline_at: timestamptz_comparison_exp + plugin_version: String_comparison_exp + port: Int_comparison_exp + rcon_password: bytea_comparison_exp + rcon_status: Boolean_comparison_exp + region: String_comparison_exp + reserved_by_match_id: uuid_comparison_exp + server_region: server_regions_bool_exp + steam_relay: String_comparison_exp + tv_port: Int_comparison_exp + type: e_server_types_enum_comparison_exp + updated_at: timestamptz_comparison_exp +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +unique or primary key constraints on table "servers" +""" +enum servers_constraint { + """ + unique or primary key constraint on columns "id" + """ + servers_pkey - """sort the rows by one or more columns""" - order_by: [player_season_stats_order_by!] + """ + unique or primary key constraint on columns "reserved_by_match_id" + """ + servers_reserved_by_match_id_key +} - """filter the rows returned""" - where: player_season_stats_bool_exp - ): player_season_stats_aggregate! - starts_at: timestamptz! +""" +input type for incrementing numeric columns in table "servers" +""" +input servers_inc_input { + max_players: Int + port: Int + tv_port: Int } """ -aggregated selection of "seasons" +input type for inserting data into table "servers" """ -type seasons_aggregate { - aggregate: seasons_aggregate_fields - nodes: [seasons!]! +input servers_insert_input { + api_password: uuid + boot_status: String + boot_status_detail: String + connect_password: String + connected: Boolean + current_match: matches_obj_rel_insert_input + enabled: Boolean + game: String + game_server_node: game_server_nodes_obj_rel_insert_input + game_server_node_id: String + host: String + id: uuid + is_dedicated: Boolean + label: String + matches: matches_arr_rel_insert_input + max_players: Int + offline_at: timestamptz + plugin_version: String + port: Int + rcon_password: bytea + rcon_status: Boolean + region: String + reserved_by_match_id: uuid + server_region: server_regions_obj_rel_insert_input + steam_relay: String + tv_port: Int + type: e_server_types_enum + updated_at: timestamptz +} + +"""aggregate max on columns""" +type servers_max_fields { + api_password: uuid + boot_status: String + boot_status_detail: String + connect_password: String + + """ + A computed field, executes function "get_server_connection_link" + """ + connection_link: String + + """ + A computed field, executes function "get_server_connection_string" + """ + connection_string: String + game: String + game_server_node_id: String + host: String + id: uuid + label: String + max_players: Int + offline_at: timestamptz + plugin_version: String + port: Int + region: String + reserved_by_match_id: uuid + steam_relay: String + tv_port: Int + updated_at: timestamptz } """ -aggregate fields of "seasons" +order by max() on columns of table "servers" """ -type seasons_aggregate_fields { - avg: seasons_avg_fields - count(columns: [seasons_select_column!], distinct: Boolean): Int! - max: seasons_max_fields - min: seasons_min_fields - stddev: seasons_stddev_fields - stddev_pop: seasons_stddev_pop_fields - stddev_samp: seasons_stddev_samp_fields - sum: seasons_sum_fields - var_pop: seasons_var_pop_fields - var_samp: seasons_var_samp_fields - variance: seasons_variance_fields +input servers_max_order_by { + api_password: order_by + boot_status: order_by + boot_status_detail: order_by + connect_password: order_by + game: order_by + game_server_node_id: order_by + host: order_by + id: order_by + label: order_by + max_players: order_by + offline_at: order_by + plugin_version: order_by + port: order_by + region: order_by + reserved_by_match_id: order_by + steam_relay: order_by + tv_port: order_by + updated_at: order_by } -"""aggregate avg on columns""" -type seasons_avg_fields { - number: Float +"""aggregate min on columns""" +type servers_min_fields { + api_password: uuid + boot_status: String + boot_status_detail: String + connect_password: String + + """ + A computed field, executes function "get_server_connection_link" + """ + connection_link: String + + """ + A computed field, executes function "get_server_connection_string" + """ + connection_string: String + game: String + game_server_node_id: String + host: String + id: uuid + label: String + max_players: Int + offline_at: timestamptz + plugin_version: String + port: Int + region: String + reserved_by_match_id: uuid + steam_relay: String + tv_port: Int + updated_at: timestamptz } """ -Boolean expression to filter rows from the table "seasons". All fields are combined with a logical 'AND'. +order by min() on columns of table "servers" """ -input seasons_bool_exp { - _and: [seasons_bool_exp!] - _not: seasons_bool_exp - _or: [seasons_bool_exp!] - created_at: timestamptz_comparison_exp - description: String_comparison_exp - ends_at: timestamptz_comparison_exp - id: uuid_comparison_exp - needs_rebuild: Boolean_comparison_exp - number: Int_comparison_exp - player_season_stats: player_season_stats_bool_exp - player_season_stats_aggregate: player_season_stats_aggregate_bool_exp - starts_at: timestamptz_comparison_exp +input servers_min_order_by { + api_password: order_by + boot_status: order_by + boot_status_detail: order_by + connect_password: order_by + game: order_by + game_server_node_id: order_by + host: order_by + id: order_by + label: order_by + max_players: order_by + offline_at: order_by + plugin_version: order_by + port: order_by + region: order_by + reserved_by_match_id: order_by + steam_relay: order_by + tv_port: order_by + updated_at: order_by } """ -unique or primary key constraints on table "seasons" +response of any mutation on the table "servers" """ -enum seasons_constraint { - """ - unique or primary key constraint on columns "id" - """ - seasons_pkey +type servers_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [servers!]! } """ -input type for incrementing numeric columns in table "seasons" +input type for inserting object relation for remote table "servers" """ -input seasons_inc_input { - number: Int +input servers_obj_rel_insert_input { + data: servers_insert_input! + + """upsert condition""" + on_conflict: servers_on_conflict } """ -input type for inserting data into table "seasons" +on_conflict condition type for table "servers" """ -input seasons_insert_input { - created_at: timestamptz - description: String - ends_at: timestamptz - id: uuid - needs_rebuild: Boolean - number: Int - player_season_stats: player_season_stats_arr_rel_insert_input - starts_at: timestamptz +input servers_on_conflict { + constraint: servers_constraint! + update_columns: [servers_update_column!]! = [] + where: servers_bool_exp +} + +"""Ordering options when selecting data from "servers".""" +input servers_order_by { + api_password: order_by + boot_status: order_by + boot_status_detail: order_by + connect_password: order_by + connected: order_by + connection_link: order_by + connection_string: order_by + current_match: matches_order_by + enabled: order_by + game: order_by + game_server_node: game_server_nodes_order_by + game_server_node_id: order_by + host: order_by + id: order_by + is_dedicated: order_by + label: order_by + matches_aggregate: matches_aggregate_order_by + max_players: order_by + offline_at: order_by + plugin_version: order_by + port: order_by + rcon_password: order_by + rcon_status: order_by + region: order_by + reserved_by_match_id: order_by + server_region: server_regions_order_by + steam_relay: order_by + tv_port: order_by + type: order_by + updated_at: order_by +} + +"""primary key columns input for table: servers""" +input servers_pk_columns_input { + id: uuid! } -"""aggregate max on columns""" -type seasons_max_fields { - created_at: timestamptz - description: String - ends_at: timestamptz - id: uuid - number: Int - starts_at: timestamptz -} +""" +select columns of table "servers" +""" +enum servers_select_column { + """column name""" + api_password + + """column name""" + boot_status + + """column name""" + boot_status_detail + + """column name""" + connect_password + + """column name""" + connected + + """column name""" + enabled + + """column name""" + game + + """column name""" + game_server_node_id + + """column name""" + host + + """column name""" + id + + """column name""" + is_dedicated + + """column name""" + label + + """column name""" + max_players -"""aggregate min on columns""" -type seasons_min_fields { - created_at: timestamptz - description: String - ends_at: timestamptz - id: uuid - number: Int - starts_at: timestamptz -} + """column name""" + offline_at -""" -response of any mutation on the table "seasons" -""" -type seasons_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! + """column name""" + plugin_version - """data from the rows affected by the mutation""" - returning: [seasons!]! -} + """column name""" + port -""" -input type for inserting object relation for remote table "seasons" -""" -input seasons_obj_rel_insert_input { - data: seasons_insert_input! + """column name""" + rcon_password - """upsert condition""" - on_conflict: seasons_on_conflict -} + """column name""" + rcon_status -""" -on_conflict condition type for table "seasons" -""" -input seasons_on_conflict { - constraint: seasons_constraint! - update_columns: [seasons_update_column!]! = [] - where: seasons_bool_exp -} + """column name""" + region -"""Ordering options when selecting data from "seasons".""" -input seasons_order_by { - created_at: order_by - description: order_by - ends_at: order_by - id: order_by - needs_rebuild: order_by - number: order_by - player_season_stats_aggregate: player_season_stats_aggregate_order_by - starts_at: order_by -} + """column name""" + reserved_by_match_id -"""primary key columns input for table: seasons""" -input seasons_pk_columns_input { - id: uuid! + """column name""" + steam_relay + + """column name""" + tv_port + + """column name""" + type + + """column name""" + updated_at } """ -select columns of table "seasons" +select "servers_aggregate_bool_exp_bool_and_arguments_columns" columns of table "servers" """ -enum seasons_select_column { +enum servers_select_column_servers_aggregate_bool_exp_bool_and_arguments_columns { """column name""" - created_at + connected """column name""" - description + enabled """column name""" - ends_at + is_dedicated """column name""" - id + rcon_status +} +""" +select "servers_aggregate_bool_exp_bool_or_arguments_columns" columns of table "servers" +""" +enum servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - needs_rebuild + connected """column name""" - number + enabled """column name""" - starts_at + is_dedicated + + """column name""" + rcon_status } """ -input type for updating data in table "seasons" +input type for updating data in table "servers" """ -input seasons_set_input { - created_at: timestamptz - description: String - ends_at: timestamptz +input servers_set_input { + api_password: uuid + boot_status: String + boot_status_detail: String + connect_password: String + connected: Boolean + enabled: Boolean + game: String + game_server_node_id: String + host: String id: uuid - needs_rebuild: Boolean - number: Int - starts_at: timestamptz + is_dedicated: Boolean + label: String + max_players: Int + offline_at: timestamptz + plugin_version: String + port: Int + rcon_password: bytea + rcon_status: Boolean + region: String + reserved_by_match_id: uuid + steam_relay: String + tv_port: Int + type: e_server_types_enum + updated_at: timestamptz } """aggregate stddev on columns""" -type seasons_stddev_fields { - number: Float +type servers_stddev_fields { + max_players: Float + port: Float + tv_port: Float +} + +""" +order by stddev() on columns of table "servers" +""" +input servers_stddev_order_by { + max_players: order_by + port: order_by + tv_port: order_by } """aggregate stddev_pop on columns""" -type seasons_stddev_pop_fields { - number: Float +type servers_stddev_pop_fields { + max_players: Float + port: Float + tv_port: Float +} + +""" +order by stddev_pop() on columns of table "servers" +""" +input servers_stddev_pop_order_by { + max_players: order_by + port: order_by + tv_port: order_by } """aggregate stddev_samp on columns""" -type seasons_stddev_samp_fields { - number: Float +type servers_stddev_samp_fields { + max_players: Float + port: Float + tv_port: Float } """ -Streaming cursor of the table "seasons" +order by stddev_samp() on columns of table "servers" """ -input seasons_stream_cursor_input { +input servers_stddev_samp_order_by { + max_players: order_by + port: order_by + tv_port: order_by +} + +""" +Streaming cursor of the table "servers" +""" +input servers_stream_cursor_input { """Stream column input with initial value""" - initial_value: seasons_stream_cursor_value_input! + initial_value: servers_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input seasons_stream_cursor_value_input { - created_at: timestamptz - description: String - ends_at: timestamptz +input servers_stream_cursor_value_input { + api_password: uuid + boot_status: String + boot_status_detail: String + connect_password: String + connected: Boolean + enabled: Boolean + game: String + game_server_node_id: String + host: String id: uuid - needs_rebuild: Boolean - number: Int - starts_at: timestamptz + is_dedicated: Boolean + label: String + max_players: Int + offline_at: timestamptz + plugin_version: String + port: Int + rcon_password: bytea + rcon_status: Boolean + region: String + reserved_by_match_id: uuid + steam_relay: String + tv_port: Int + type: e_server_types_enum + updated_at: timestamptz } """aggregate sum on columns""" -type seasons_sum_fields { - number: Int +type servers_sum_fields { + max_players: Int + port: Int + tv_port: Int } """ -update columns of table "seasons" +order by sum() on columns of table "servers" """ -enum seasons_update_column { +input servers_sum_order_by { + max_players: order_by + port: order_by + tv_port: order_by +} + +""" +update columns of table "servers" +""" +enum servers_update_column { """column name""" - created_at + api_password """column name""" - description + boot_status """column name""" - ends_at + boot_status_detail """column name""" - id + connect_password """column name""" - needs_rebuild + connected """column name""" - number + enabled """column name""" - starts_at -} + game -input seasons_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: seasons_inc_input + """column name""" + game_server_node_id - """sets the columns of the filtered rows to the given values""" - _set: seasons_set_input + """column name""" + host - """filter the rows which have to be updated""" - where: seasons_bool_exp! -} + """column name""" + id -"""aggregate var_pop on columns""" -type seasons_var_pop_fields { - number: Float -} + """column name""" + is_dedicated -"""aggregate var_samp on columns""" -type seasons_var_samp_fields { - number: Float -} + """column name""" + label -"""aggregate variance on columns""" -type seasons_variance_fields { - number: Float -} + """column name""" + max_players -""" -columns and relationships of "server_regions" -""" -type server_regions { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int - description: String + """column name""" + offline_at - """An array relationship""" - game_server_nodes( - """distinct select on columns""" - distinct_on: [game_server_nodes_select_column!] + """column name""" + plugin_version - """limit the number of rows returned""" - limit: Int + """column name""" + port - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + rcon_password - """sort the rows by one or more columns""" - order_by: [game_server_nodes_order_by!] + """column name""" + rcon_status - """filter the rows returned""" - where: game_server_nodes_bool_exp - ): [game_server_nodes!]! + """column name""" + region - """An aggregate relationship""" - game_server_nodes_aggregate( - """distinct select on columns""" - distinct_on: [game_server_nodes_select_column!] + """column name""" + reserved_by_match_id - """limit the number of rows returned""" - limit: Int + """column name""" + steam_relay - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + tv_port - """sort the rows by one or more columns""" - order_by: [game_server_nodes_order_by!] + """column name""" + type - """filter the rows returned""" - where: game_server_nodes_bool_exp - ): game_server_nodes_aggregate! + """column name""" + updated_at +} - """ - A computed field, executes function "region_has_node" - """ - has_node: Boolean - is_lan: Boolean! +input servers_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: servers_inc_input - """ - A computed field, executes function "region_status" - """ - status: String - steam_relay: Boolean! + """sets the columns of the filtered rows to the given values""" + _set: servers_set_input - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int - value: String! + """filter the rows which have to be updated""" + where: servers_bool_exp! +} + +"""aggregate var_pop on columns""" +type servers_var_pop_fields { + max_players: Float + port: Float + tv_port: Float } """ -aggregated selection of "server_regions" +order by var_pop() on columns of table "servers" """ -type server_regions_aggregate { - aggregate: server_regions_aggregate_fields - nodes: [server_regions!]! +input servers_var_pop_order_by { + max_players: order_by + port: order_by + tv_port: order_by +} + +"""aggregate var_samp on columns""" +type servers_var_samp_fields { + max_players: Float + port: Float + tv_port: Float } """ -aggregate fields of "server_regions" +order by var_samp() on columns of table "servers" """ -type server_regions_aggregate_fields { - avg: server_regions_avg_fields - count(columns: [server_regions_select_column!], distinct: Boolean): Int! - max: server_regions_max_fields - min: server_regions_min_fields - stddev: server_regions_stddev_fields - stddev_pop: server_regions_stddev_pop_fields - stddev_samp: server_regions_stddev_samp_fields - sum: server_regions_sum_fields - var_pop: server_regions_var_pop_fields - var_samp: server_regions_var_samp_fields - variance: server_regions_variance_fields +input servers_var_samp_order_by { + max_players: order_by + port: order_by + tv_port: order_by } -"""aggregate avg on columns""" -type server_regions_avg_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int +"""aggregate variance on columns""" +type servers_variance_fields { + max_players: Float + port: Float + tv_port: Float +} - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int +""" +order by variance() on columns of table "servers" +""" +input servers_variance_order_by { + max_players: order_by + port: order_by + tv_port: order_by } """ -Boolean expression to filter rows from the table "server_regions". All fields are combined with a logical 'AND'. +columns and relationships of "settings" """ -input server_regions_bool_exp { - _and: [server_regions_bool_exp!] - _not: server_regions_bool_exp - _or: [server_regions_bool_exp!] - available_server_count: Int_comparison_exp - description: String_comparison_exp - game_server_nodes: game_server_nodes_bool_exp - game_server_nodes_aggregate: game_server_nodes_aggregate_bool_exp - has_node: Boolean_comparison_exp - is_lan: Boolean_comparison_exp - status: String_comparison_exp - steam_relay: Boolean_comparison_exp - total_server_count: Int_comparison_exp - value: String_comparison_exp +type settings { + name: String! + value: String } """ -unique or primary key constraints on table "server_regions" +aggregated selection of "settings" """ -enum server_regions_constraint { - """ - unique or primary key constraint on columns "value" - """ - e_server_regions_pkey +type settings_aggregate { + aggregate: settings_aggregate_fields + nodes: [settings!]! } """ -input type for inserting data into table "server_regions" +aggregate fields of "settings" """ -input server_regions_insert_input { - description: String - game_server_nodes: game_server_nodes_arr_rel_insert_input - is_lan: Boolean - steam_relay: Boolean - value: String +type settings_aggregate_fields { + count(columns: [settings_select_column!], distinct: Boolean): Int! + max: settings_max_fields + min: settings_min_fields } -"""aggregate max on columns""" -type server_regions_max_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int - description: String +""" +Boolean expression to filter rows from the table "settings". All fields are combined with a logical 'AND'. +""" +input settings_bool_exp { + _and: [settings_bool_exp!] + _not: settings_bool_exp + _or: [settings_bool_exp!] + name: String_comparison_exp + value: String_comparison_exp +} +""" +unique or primary key constraints on table "settings" +""" +enum settings_constraint { """ - A computed field, executes function "region_status" + unique or primary key constraint on columns "name" """ - status: String + settings_pkey +} + +""" +input type for inserting data into table "settings" +""" +input settings_insert_input { + name: String + value: String +} - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int +"""aggregate max on columns""" +type settings_max_fields { + name: String value: String } """aggregate min on columns""" -type server_regions_min_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int - description: String - - """ - A computed field, executes function "region_status" - """ - status: String - - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int +type settings_min_fields { + name: String value: String } """ -response of any mutation on the table "server_regions" +response of any mutation on the table "settings" """ -type server_regions_mutation_response { +type settings_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [server_regions!]! -} - -""" -input type for inserting object relation for remote table "server_regions" -""" -input server_regions_obj_rel_insert_input { - data: server_regions_insert_input! - - """upsert condition""" - on_conflict: server_regions_on_conflict + returning: [settings!]! } """ -on_conflict condition type for table "server_regions" +on_conflict condition type for table "settings" """ -input server_regions_on_conflict { - constraint: server_regions_constraint! - update_columns: [server_regions_update_column!]! = [] - where: server_regions_bool_exp +input settings_on_conflict { + constraint: settings_constraint! + update_columns: [settings_update_column!]! = [] + where: settings_bool_exp } -"""Ordering options when selecting data from "server_regions".""" -input server_regions_order_by { - available_server_count: order_by - description: order_by - game_server_nodes_aggregate: game_server_nodes_aggregate_order_by - has_node: order_by - is_lan: order_by - status: order_by - steam_relay: order_by - total_server_count: order_by +"""Ordering options when selecting data from "settings".""" +input settings_order_by { + name: order_by value: order_by } -"""primary key columns input for table: server_regions""" -input server_regions_pk_columns_input { - value: String! +"""primary key columns input for table: settings""" +input settings_pk_columns_input { + name: String! } """ -select columns of table "server_regions" +select columns of table "settings" """ -enum server_regions_select_column { - """column name""" - description - - """column name""" - is_lan - +enum settings_select_column { """column name""" - steam_relay + name """column name""" value } """ -input type for updating data in table "server_regions" +input type for updating data in table "settings" """ -input server_regions_set_input { - description: String - is_lan: Boolean - steam_relay: Boolean +input settings_set_input { + name: String value: String } -"""aggregate stddev on columns""" -type server_regions_stddev_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int +""" +Streaming cursor of the table "settings" +""" +input settings_stream_cursor_input { + """Stream column input with initial value""" + initial_value: settings_stream_cursor_value_input! - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int + """cursor ordering""" + ordering: cursor_ordering } -"""aggregate stddev_pop on columns""" -type server_regions_stddev_pop_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int +"""Initial value of the column from where the streaming should start""" +input settings_stream_cursor_value_input { + name: String + value: String +} - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int +""" +update columns of table "settings" +""" +enum settings_update_column { + """column name""" + name + + """column name""" + value } -"""aggregate stddev_samp on columns""" -type server_regions_stddev_samp_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int +input settings_updates { + """sets the columns of the filtered rows to the given values""" + _set: settings_set_input - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int + """filter the rows which have to be updated""" + where: settings_bool_exp! } +scalar smallint + """ -Streaming cursor of the table "server_regions" +Boolean expression to compare columns of type "smallint". All fields are combined with logical 'AND'. """ -input server_regions_stream_cursor_input { - """Stream column input with initial value""" - initial_value: server_regions_stream_cursor_value_input! +input smallint_comparison_exp { + _eq: smallint + _gt: smallint + _gte: smallint + _in: [smallint!] + _is_null: Boolean + _lt: smallint + _lte: smallint + _neq: smallint + _nin: [smallint!] +} - """cursor ordering""" - ordering: cursor_ordering +""" +columns and relationships of "steam_account_claims" +""" +type steam_account_claims { + created_at: timestamptz! + id: uuid! + k8s_job_name: String! + + """An object relationship""" + node: game_server_nodes + node_id: String + purpose: String! + + """An object relationship""" + steam_account: steam_accounts! + steam_account_id: uuid! } -"""Initial value of the column from where the streaming should start""" -input server_regions_stream_cursor_value_input { - description: String - is_lan: Boolean - steam_relay: Boolean - value: String +""" +aggregated selection of "steam_account_claims" +""" +type steam_account_claims_aggregate { + aggregate: steam_account_claims_aggregate_fields + nodes: [steam_account_claims!]! } -"""aggregate sum on columns""" -type server_regions_sum_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int +input steam_account_claims_aggregate_bool_exp { + count: steam_account_claims_aggregate_bool_exp_count +} - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int +input steam_account_claims_aggregate_bool_exp_count { + arguments: [steam_account_claims_select_column!] + distinct: Boolean + filter: steam_account_claims_bool_exp + predicate: Int_comparison_exp! } """ -update columns of table "server_regions" +aggregate fields of "steam_account_claims" """ -enum server_regions_update_column { - """column name""" - description +type steam_account_claims_aggregate_fields { + count(columns: [steam_account_claims_select_column!], distinct: Boolean): Int! + max: steam_account_claims_max_fields + min: steam_account_claims_min_fields +} - """column name""" - is_lan +""" +order by aggregate values of table "steam_account_claims" +""" +input steam_account_claims_aggregate_order_by { + count: order_by + max: steam_account_claims_max_order_by + min: steam_account_claims_min_order_by +} - """column name""" - steam_relay +""" +input type for inserting array relation for remote table "steam_account_claims" +""" +input steam_account_claims_arr_rel_insert_input { + data: [steam_account_claims_insert_input!]! - """column name""" - value + """upsert condition""" + on_conflict: steam_account_claims_on_conflict } -input server_regions_updates { - """sets the columns of the filtered rows to the given values""" - _set: server_regions_set_input - - """filter the rows which have to be updated""" - where: server_regions_bool_exp! +""" +Boolean expression to filter rows from the table "steam_account_claims". All fields are combined with a logical 'AND'. +""" +input steam_account_claims_bool_exp { + _and: [steam_account_claims_bool_exp!] + _not: steam_account_claims_bool_exp + _or: [steam_account_claims_bool_exp!] + created_at: timestamptz_comparison_exp + id: uuid_comparison_exp + k8s_job_name: String_comparison_exp + node: game_server_nodes_bool_exp + node_id: String_comparison_exp + purpose: String_comparison_exp + steam_account: steam_accounts_bool_exp + steam_account_id: uuid_comparison_exp } -"""aggregate var_pop on columns""" -type server_regions_var_pop_fields { +""" +unique or primary key constraints on table "steam_account_claims" +""" +enum steam_account_claims_constraint { """ - A computed field, executes function "available_region_server_count" + unique or primary key constraint on columns "k8s_job_name" """ - available_server_count: Int + steam_account_claims_k8s_job_name_key """ - A computed field, executes function "total_region_server_count" + unique or primary key constraint on columns "id" """ - total_server_count: Int + steam_account_claims_pkey } -"""aggregate var_samp on columns""" -type server_regions_var_samp_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int +""" +input type for inserting data into table "steam_account_claims" +""" +input steam_account_claims_insert_input { + created_at: timestamptz + id: uuid + k8s_job_name: String + node: game_server_nodes_obj_rel_insert_input + node_id: String + purpose: String + steam_account: steam_accounts_obj_rel_insert_input + steam_account_id: uuid +} - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int +"""aggregate max on columns""" +type steam_account_claims_max_fields { + created_at: timestamptz + id: uuid + k8s_job_name: String + node_id: String + purpose: String + steam_account_id: uuid } -"""aggregate variance on columns""" -type server_regions_variance_fields { - """ - A computed field, executes function "available_region_server_count" - """ - available_server_count: Int +""" +order by max() on columns of table "steam_account_claims" +""" +input steam_account_claims_max_order_by { + created_at: order_by + id: order_by + k8s_job_name: order_by + node_id: order_by + purpose: order_by + steam_account_id: order_by +} - """ - A computed field, executes function "total_region_server_count" - """ - total_server_count: Int +"""aggregate min on columns""" +type steam_account_claims_min_fields { + created_at: timestamptz + id: uuid + k8s_job_name: String + node_id: String + purpose: String + steam_account_id: uuid } """ -columns and relationships of "servers" +order by min() on columns of table "steam_account_claims" """ -type servers { - api_password: uuid! - boot_status: String - boot_status_detail: String - connect_password: String - connected: Boolean! +input steam_account_claims_min_order_by { + created_at: order_by + id: order_by + k8s_job_name: order_by + node_id: order_by + purpose: order_by + steam_account_id: order_by +} - """ - A computed field, executes function "get_server_connection_link" - """ - connection_link: String +""" +response of any mutation on the table "steam_account_claims" +""" +type steam_account_claims_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """ - A computed field, executes function "get_server_connection_string" - """ - connection_string: String + """data from the rows affected by the mutation""" + returning: [steam_account_claims!]! +} - """An object relationship""" - current_match: matches - enabled: Boolean! - game: String +""" +on_conflict condition type for table "steam_account_claims" +""" +input steam_account_claims_on_conflict { + constraint: steam_account_claims_constraint! + update_columns: [steam_account_claims_update_column!]! = [] + where: steam_account_claims_bool_exp +} - """An object relationship""" - game_server_node: game_server_nodes - game_server_node_id: String - host: String! - id: uuid! - is_dedicated: Boolean! - label: String! +"""Ordering options when selecting data from "steam_account_claims".""" +input steam_account_claims_order_by { + created_at: order_by + id: order_by + k8s_job_name: order_by + node: game_server_nodes_order_by + node_id: order_by + purpose: order_by + steam_account: steam_accounts_order_by + steam_account_id: order_by +} - """An array relationship""" - matches( - """distinct select on columns""" - distinct_on: [matches_select_column!] +"""primary key columns input for table: steam_account_claims""" +input steam_account_claims_pk_columns_input { + id: uuid! +} - """limit the number of rows returned""" - limit: Int +""" +select columns of table "steam_account_claims" +""" +enum steam_account_claims_select_column { + """column name""" + created_at - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + id - """sort the rows by one or more columns""" - order_by: [matches_order_by!] + """column name""" + k8s_job_name - """filter the rows returned""" - where: matches_bool_exp - ): [matches!]! + """column name""" + node_id - """An aggregate relationship""" - matches_aggregate( - """distinct select on columns""" - distinct_on: [matches_select_column!] + """column name""" + purpose - """limit the number of rows returned""" - limit: Int + """column name""" + steam_account_id +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +input type for updating data in table "steam_account_claims" +""" +input steam_account_claims_set_input { + created_at: timestamptz + id: uuid + k8s_job_name: String + node_id: String + purpose: String + steam_account_id: uuid +} - """sort the rows by one or more columns""" - order_by: [matches_order_by!] +""" +Streaming cursor of the table "steam_account_claims" +""" +input steam_account_claims_stream_cursor_input { + """Stream column input with initial value""" + initial_value: steam_account_claims_stream_cursor_value_input! - """filter the rows returned""" - where: matches_bool_exp - ): matches_aggregate! - max_players: Int - offline_at: timestamptz - plugin_version: String - port: Int! - rcon_password: bytea! - rcon_status: Boolean - region: String! - reserved_by_match_id: uuid + """cursor ordering""" + ordering: cursor_ordering +} - """An object relationship""" - server_region: server_regions - steam_relay: String - tv_port: Int - type: e_server_types_enum! - updated_at: timestamptz +"""Initial value of the column from where the streaming should start""" +input steam_account_claims_stream_cursor_value_input { + created_at: timestamptz + id: uuid + k8s_job_name: String + node_id: String + purpose: String + steam_account_id: uuid } """ -aggregated selection of "servers" +update columns of table "steam_account_claims" """ -type servers_aggregate { - aggregate: servers_aggregate_fields - nodes: [servers!]! -} +enum steam_account_claims_update_column { + """column name""" + created_at -input servers_aggregate_bool_exp { - bool_and: servers_aggregate_bool_exp_bool_and - bool_or: servers_aggregate_bool_exp_bool_or - count: servers_aggregate_bool_exp_count -} + """column name""" + id -input servers_aggregate_bool_exp_bool_and { - arguments: servers_select_column_servers_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: servers_bool_exp - predicate: Boolean_comparison_exp! + """column name""" + k8s_job_name + + """column name""" + node_id + + """column name""" + purpose + + """column name""" + steam_account_id } -input servers_aggregate_bool_exp_bool_or { - arguments: servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: servers_bool_exp - predicate: Boolean_comparison_exp! -} +input steam_account_claims_updates { + """sets the columns of the filtered rows to the given values""" + _set: steam_account_claims_set_input -input servers_aggregate_bool_exp_count { - arguments: [servers_select_column!] - distinct: Boolean - filter: servers_bool_exp - predicate: Int_comparison_exp! + """filter the rows which have to be updated""" + where: steam_account_claims_bool_exp! } """ -aggregate fields of "servers" +columns and relationships of "steam_accounts" """ -type servers_aggregate_fields { - avg: servers_avg_fields - count(columns: [servers_select_column!], distinct: Boolean): Int! - max: servers_max_fields - min: servers_min_fields - stddev: servers_stddev_fields - stddev_pop: servers_stddev_pop_fields - stddev_samp: servers_stddev_samp_fields - sum: servers_sum_fields - var_pop: servers_var_pop_fields - var_samp: servers_var_samp_fields - variance: servers_variance_fields +type steam_accounts { + """An array relationship""" + claims( + """distinct select on columns""" + distinct_on: [steam_account_claims_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: [steam_account_claims_order_by!] + + """filter the rows returned""" + where: steam_account_claims_bool_exp + ): [steam_account_claims!]! + + """An aggregate relationship""" + claims_aggregate( + """distinct select on columns""" + distinct_on: [steam_account_claims_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: [steam_account_claims_order_by!] + + """filter the rows returned""" + where: steam_account_claims_bool_exp + ): steam_account_claims_aggregate! + created_at: timestamptz! + friend_capacity: Int! + id: uuid! + + """An object relationship""" + last_node: game_server_nodes + last_node_id: String + password: String! + role: String! + steam_level: Int + steamid64: bigint + updated_at: timestamptz! + username: String! } """ -order by aggregate values of table "servers" +aggregated selection of "steam_accounts" """ -input servers_aggregate_order_by { - avg: servers_avg_order_by - count: order_by - max: servers_max_order_by - min: servers_min_order_by - stddev: servers_stddev_order_by - stddev_pop: servers_stddev_pop_order_by - stddev_samp: servers_stddev_samp_order_by - sum: servers_sum_order_by - var_pop: servers_var_pop_order_by - var_samp: servers_var_samp_order_by - variance: servers_variance_order_by +type steam_accounts_aggregate { + aggregate: steam_accounts_aggregate_fields + nodes: [steam_accounts!]! } """ -input type for inserting array relation for remote table "servers" +aggregate fields of "steam_accounts" """ -input servers_arr_rel_insert_input { - data: [servers_insert_input!]! - - """upsert condition""" - on_conflict: servers_on_conflict +type steam_accounts_aggregate_fields { + avg: steam_accounts_avg_fields + count(columns: [steam_accounts_select_column!], distinct: Boolean): Int! + max: steam_accounts_max_fields + min: steam_accounts_min_fields + stddev: steam_accounts_stddev_fields + stddev_pop: steam_accounts_stddev_pop_fields + stddev_samp: steam_accounts_stddev_samp_fields + sum: steam_accounts_sum_fields + var_pop: steam_accounts_var_pop_fields + var_samp: steam_accounts_var_samp_fields + variance: steam_accounts_variance_fields } """aggregate avg on columns""" -type servers_avg_fields { - max_players: Float - port: Float - tv_port: Float -} - -""" -order by avg() on columns of table "servers" -""" -input servers_avg_order_by { - max_players: order_by - port: order_by - tv_port: order_by +type steam_accounts_avg_fields { + friend_capacity: Float + steam_level: Float + steamid64: Float } """ -Boolean expression to filter rows from the table "servers". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "steam_accounts". All fields are combined with a logical 'AND'. """ -input servers_bool_exp { - _and: [servers_bool_exp!] - _not: servers_bool_exp - _or: [servers_bool_exp!] - api_password: uuid_comparison_exp - boot_status: String_comparison_exp - boot_status_detail: String_comparison_exp - connect_password: String_comparison_exp - connected: Boolean_comparison_exp - connection_link: String_comparison_exp - connection_string: String_comparison_exp - current_match: matches_bool_exp - enabled: Boolean_comparison_exp - game: String_comparison_exp - game_server_node: game_server_nodes_bool_exp - game_server_node_id: String_comparison_exp - host: String_comparison_exp +input steam_accounts_bool_exp { + _and: [steam_accounts_bool_exp!] + _not: steam_accounts_bool_exp + _or: [steam_accounts_bool_exp!] + claims: steam_account_claims_bool_exp + claims_aggregate: steam_account_claims_aggregate_bool_exp + created_at: timestamptz_comparison_exp + friend_capacity: Int_comparison_exp id: uuid_comparison_exp - is_dedicated: Boolean_comparison_exp - label: String_comparison_exp - matches: matches_bool_exp - matches_aggregate: matches_aggregate_bool_exp - max_players: Int_comparison_exp - offline_at: timestamptz_comparison_exp - plugin_version: String_comparison_exp - port: Int_comparison_exp - rcon_password: bytea_comparison_exp - rcon_status: Boolean_comparison_exp - region: String_comparison_exp - reserved_by_match_id: uuid_comparison_exp - server_region: server_regions_bool_exp - steam_relay: String_comparison_exp - tv_port: Int_comparison_exp - type: e_server_types_enum_comparison_exp + last_node: game_server_nodes_bool_exp + last_node_id: String_comparison_exp + password: String_comparison_exp + role: String_comparison_exp + steam_level: Int_comparison_exp + steamid64: bigint_comparison_exp updated_at: timestamptz_comparison_exp + username: String_comparison_exp } """ -unique or primary key constraints on table "servers" +unique or primary key constraints on table "steam_accounts" """ -enum servers_constraint { +enum steam_accounts_constraint { """ unique or primary key constraint on columns "id" """ - servers_pkey + steam_accounts_pkey """ - unique or primary key constraint on columns "reserved_by_match_id" + unique or primary key constraint on columns "username" """ - servers_reserved_by_match_id_key + steam_accounts_username_key } """ -input type for incrementing numeric columns in table "servers" +input type for incrementing numeric columns in table "steam_accounts" """ -input servers_inc_input { - max_players: Int - port: Int - tv_port: Int +input steam_accounts_inc_input { + friend_capacity: Int + steam_level: Int + steamid64: bigint } """ -input type for inserting data into table "servers" +input type for inserting data into table "steam_accounts" """ -input servers_insert_input { - api_password: uuid - boot_status: String - boot_status_detail: String - connect_password: String - connected: Boolean - current_match: matches_obj_rel_insert_input - enabled: Boolean - game: String - game_server_node: game_server_nodes_obj_rel_insert_input - game_server_node_id: String - host: String +input steam_accounts_insert_input { + claims: steam_account_claims_arr_rel_insert_input + created_at: timestamptz + friend_capacity: Int id: uuid - is_dedicated: Boolean - label: String - matches: matches_arr_rel_insert_input - max_players: Int - offline_at: timestamptz - plugin_version: String - port: Int - rcon_password: bytea - rcon_status: Boolean - region: String - reserved_by_match_id: uuid - server_region: server_regions_obj_rel_insert_input - steam_relay: String - tv_port: Int - type: e_server_types_enum + last_node: game_server_nodes_obj_rel_insert_input + last_node_id: String + password: String + role: String + steam_level: Int + steamid64: bigint updated_at: timestamptz + username: String } """aggregate max on columns""" -type servers_max_fields { - api_password: uuid - boot_status: String - boot_status_detail: String - connect_password: String - - """ - A computed field, executes function "get_server_connection_link" - """ - connection_link: String - - """ - A computed field, executes function "get_server_connection_string" - """ - connection_string: String - game: String - game_server_node_id: String - host: String +type steam_accounts_max_fields { + created_at: timestamptz + friend_capacity: Int id: uuid - label: String - max_players: Int - offline_at: timestamptz - plugin_version: String - port: Int - region: String - reserved_by_match_id: uuid - steam_relay: String - tv_port: Int + last_node_id: String + password: String + role: String + steam_level: Int + steamid64: bigint updated_at: timestamptz -} - -""" -order by max() on columns of table "servers" -""" -input servers_max_order_by { - api_password: order_by - boot_status: order_by - boot_status_detail: order_by - connect_password: order_by - game: order_by - game_server_node_id: order_by - host: order_by - id: order_by - label: order_by - max_players: order_by - offline_at: order_by - plugin_version: order_by - port: order_by - region: order_by - reserved_by_match_id: order_by - steam_relay: order_by - tv_port: order_by - updated_at: order_by + username: String } """aggregate min on columns""" -type servers_min_fields { - api_password: uuid - boot_status: String - boot_status_detail: String - connect_password: String - - """ - A computed field, executes function "get_server_connection_link" - """ - connection_link: String - - """ - A computed field, executes function "get_server_connection_string" - """ - connection_string: String - game: String - game_server_node_id: String - host: String +type steam_accounts_min_fields { + created_at: timestamptz + friend_capacity: Int id: uuid - label: String - max_players: Int - offline_at: timestamptz - plugin_version: String - port: Int - region: String - reserved_by_match_id: uuid - steam_relay: String - tv_port: Int + last_node_id: String + password: String + role: String + steam_level: Int + steamid64: bigint updated_at: timestamptz + username: String } """ -order by min() on columns of table "servers" -""" -input servers_min_order_by { - api_password: order_by - boot_status: order_by - boot_status_detail: order_by - connect_password: order_by - game: order_by - game_server_node_id: order_by - host: order_by - id: order_by - label: order_by - max_players: order_by - offline_at: order_by - plugin_version: order_by - port: order_by - region: order_by - reserved_by_match_id: order_by - steam_relay: order_by - tv_port: order_by - updated_at: order_by -} - -""" -response of any mutation on the table "servers" +response of any mutation on the table "steam_accounts" """ -type servers_mutation_response { +type steam_accounts_mutation_response { """number of rows affected by the mutation""" affected_rows: Int! """data from the rows affected by the mutation""" - returning: [servers!]! + returning: [steam_accounts!]! } """ -input type for inserting object relation for remote table "servers" +input type for inserting object relation for remote table "steam_accounts" """ -input servers_obj_rel_insert_input { - data: servers_insert_input! +input steam_accounts_obj_rel_insert_input { + data: steam_accounts_insert_input! """upsert condition""" - on_conflict: servers_on_conflict + on_conflict: steam_accounts_on_conflict } """ -on_conflict condition type for table "servers" +on_conflict condition type for table "steam_accounts" """ -input servers_on_conflict { - constraint: servers_constraint! - update_columns: [servers_update_column!]! = [] - where: servers_bool_exp +input steam_accounts_on_conflict { + constraint: steam_accounts_constraint! + update_columns: [steam_accounts_update_column!]! = [] + where: steam_accounts_bool_exp } -"""Ordering options when selecting data from "servers".""" -input servers_order_by { - api_password: order_by - boot_status: order_by - boot_status_detail: order_by - connect_password: order_by - connected: order_by - connection_link: order_by - connection_string: order_by - current_match: matches_order_by - enabled: order_by - game: order_by - game_server_node: game_server_nodes_order_by - game_server_node_id: order_by - host: order_by +"""Ordering options when selecting data from "steam_accounts".""" +input steam_accounts_order_by { + claims_aggregate: steam_account_claims_aggregate_order_by + created_at: order_by + friend_capacity: order_by id: order_by - is_dedicated: order_by - label: order_by - matches_aggregate: matches_aggregate_order_by - max_players: order_by - offline_at: order_by - plugin_version: order_by - port: order_by - rcon_password: order_by - rcon_status: order_by - region: order_by - reserved_by_match_id: order_by - server_region: server_regions_order_by - steam_relay: order_by - tv_port: order_by - type: order_by + last_node: game_server_nodes_order_by + last_node_id: order_by + password: order_by + role: order_by + steam_level: order_by + steamid64: order_by updated_at: order_by + username: order_by } -"""primary key columns input for table: servers""" -input servers_pk_columns_input { +"""primary key columns input for table: steam_accounts""" +input steam_accounts_pk_columns_input { id: uuid! } """ -select columns of table "servers" +select columns of table "steam_accounts" """ -enum servers_select_column { - """column name""" - api_password - - """column name""" - boot_status - - """column name""" - boot_status_detail - - """column name""" - connect_password - - """column name""" - connected - - """column name""" - enabled - - """column name""" - game - - """column name""" - game_server_node_id - - """column name""" - host - - """column name""" - id - - """column name""" - is_dedicated - - """column name""" - label - - """column name""" - max_players - - """column name""" - offline_at - - """column name""" - plugin_version - - """column name""" - port - - """column name""" - rcon_password - - """column name""" - rcon_status - - """column name""" - region - - """column name""" - reserved_by_match_id - - """column name""" - steam_relay - - """column name""" - tv_port - +enum steam_accounts_select_column { """column name""" - type + created_at """column name""" - updated_at -} - -""" -select "servers_aggregate_bool_exp_bool_and_arguments_columns" columns of table "servers" -""" -enum servers_select_column_servers_aggregate_bool_exp_bool_and_arguments_columns { + friend_capacity + """column name""" - connected + id """column name""" - enabled + last_node_id """column name""" - is_dedicated + password """column name""" - rcon_status -} + role -""" -select "servers_aggregate_bool_exp_bool_or_arguments_columns" columns of table "servers" -""" -enum servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns { """column name""" - connected + steam_level """column name""" - enabled + steamid64 """column name""" - is_dedicated + updated_at """column name""" - rcon_status + username } """ -input type for updating data in table "servers" +input type for updating data in table "steam_accounts" """ -input servers_set_input { - api_password: uuid - boot_status: String - boot_status_detail: String - connect_password: String - connected: Boolean - enabled: Boolean - game: String - game_server_node_id: String - host: String +input steam_accounts_set_input { + created_at: timestamptz + friend_capacity: Int id: uuid - is_dedicated: Boolean - label: String - max_players: Int - offline_at: timestamptz - plugin_version: String - port: Int - rcon_password: bytea - rcon_status: Boolean - region: String - reserved_by_match_id: uuid - steam_relay: String - tv_port: Int - type: e_server_types_enum + last_node_id: String + password: String + role: String + steam_level: Int + steamid64: bigint updated_at: timestamptz + username: String } """aggregate stddev on columns""" -type servers_stddev_fields { - max_players: Float - port: Float - tv_port: Float -} - -""" -order by stddev() on columns of table "servers" -""" -input servers_stddev_order_by { - max_players: order_by - port: order_by - tv_port: order_by +type steam_accounts_stddev_fields { + friend_capacity: Float + steam_level: Float + steamid64: Float } """aggregate stddev_pop on columns""" -type servers_stddev_pop_fields { - max_players: Float - port: Float - tv_port: Float -} - -""" -order by stddev_pop() on columns of table "servers" -""" -input servers_stddev_pop_order_by { - max_players: order_by - port: order_by - tv_port: order_by +type steam_accounts_stddev_pop_fields { + friend_capacity: Float + steam_level: Float + steamid64: Float } """aggregate stddev_samp on columns""" -type servers_stddev_samp_fields { - max_players: Float - port: Float - tv_port: Float -} - -""" -order by stddev_samp() on columns of table "servers" -""" -input servers_stddev_samp_order_by { - max_players: order_by - port: order_by - tv_port: order_by +type steam_accounts_stddev_samp_fields { + friend_capacity: Float + steam_level: Float + steamid64: Float } """ -Streaming cursor of the table "servers" +Streaming cursor of the table "steam_accounts" """ -input servers_stream_cursor_input { +input steam_accounts_stream_cursor_input { """Stream column input with initial value""" - initial_value: servers_stream_cursor_value_input! + initial_value: steam_accounts_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input servers_stream_cursor_value_input { - api_password: uuid - boot_status: String - boot_status_detail: String - connect_password: String - connected: Boolean - enabled: Boolean - game: String - game_server_node_id: String - host: String +input steam_accounts_stream_cursor_value_input { + created_at: timestamptz + friend_capacity: Int id: uuid - is_dedicated: Boolean - label: String - max_players: Int - offline_at: timestamptz - plugin_version: String - port: Int - rcon_password: bytea - rcon_status: Boolean - region: String - reserved_by_match_id: uuid - steam_relay: String - tv_port: Int - type: e_server_types_enum + last_node_id: String + password: String + role: String + steam_level: Int + steamid64: bigint updated_at: timestamptz + username: String } """aggregate sum on columns""" -type servers_sum_fields { - max_players: Int - port: Int - tv_port: Int -} - -""" -order by sum() on columns of table "servers" -""" -input servers_sum_order_by { - max_players: order_by - port: order_by - tv_port: order_by +type steam_accounts_sum_fields { + friend_capacity: Int + steam_level: Int + steamid64: bigint } """ -update columns of table "servers" +update columns of table "steam_accounts" """ -enum servers_update_column { +enum steam_accounts_update_column { """column name""" - api_password + created_at """column name""" - boot_status + friend_capacity """column name""" - boot_status_detail + id """column name""" - connect_password + last_node_id """column name""" - connected + password """column name""" - enabled + role """column name""" - game + steam_level """column name""" - game_server_node_id + steamid64 """column name""" - host + updated_at """column name""" - id + username +} - """column name""" - is_dedicated +input steam_accounts_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: steam_accounts_inc_input - """column name""" - label + """sets the columns of the filtered rows to the given values""" + _set: steam_accounts_set_input - """column name""" - max_players + """filter the rows which have to be updated""" + where: steam_accounts_bool_exp! +} - """column name""" - offline_at +"""aggregate var_pop on columns""" +type steam_accounts_var_pop_fields { + friend_capacity: Float + steam_level: Float + steamid64: Float +} + +"""aggregate var_samp on columns""" +type steam_accounts_var_samp_fields { + friend_capacity: Float + steam_level: Float + steamid64: Float +} + +"""aggregate variance on columns""" +type steam_accounts_variance_fields { + friend_capacity: Float + steam_level: Float + steamid64: Float +} + +type subscription_root { + """ + fetch data from the table: "_map_pool" + """ + _map_pool( + """distinct select on columns""" + distinct_on: [_map_pool_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: [_map_pool_order_by!] + + """filter the rows returned""" + where: _map_pool_bool_exp + ): [_map_pool!]! + + """ + fetch aggregated fields from the table: "_map_pool" + """ + _map_pool_aggregate( + """distinct select on columns""" + distinct_on: [_map_pool_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: [_map_pool_order_by!] + + """filter the rows returned""" + where: _map_pool_bool_exp + ): _map_pool_aggregate! + + """fetch data from the table: "_map_pool" using primary key columns""" + _map_pool_by_pk(map_id: uuid!, map_pool_id: uuid!): _map_pool + + """ + fetch data from the table in a streaming manner: "_map_pool" + """ + _map_pool_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [_map_pool_stream_cursor_input]! + + """filter the rows returned""" + where: _map_pool_bool_exp + ): [_map_pool!]! + + """An array relationship""" + abandoned_matches( + """distinct select on columns""" + distinct_on: [abandoned_matches_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: [abandoned_matches_order_by!] + + """filter the rows returned""" + where: abandoned_matches_bool_exp + ): [abandoned_matches!]! + + """An aggregate relationship""" + abandoned_matches_aggregate( + """distinct select on columns""" + distinct_on: [abandoned_matches_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: [abandoned_matches_order_by!] + + """filter the rows returned""" + where: abandoned_matches_bool_exp + ): abandoned_matches_aggregate! + + """ + fetch data from the table: "abandoned_matches" using primary key columns + """ + abandoned_matches_by_pk(id: uuid!): abandoned_matches + + """ + fetch data from the table in a streaming manner: "abandoned_matches" + """ + abandoned_matches_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [abandoned_matches_stream_cursor_input]! + + """filter the rows returned""" + where: abandoned_matches_bool_exp + ): [abandoned_matches!]! + + """ + fetch data from the table: "api_keys" + """ + api_keys( + """distinct select on columns""" + distinct_on: [api_keys_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: [api_keys_order_by!] + + """filter the rows returned""" + where: api_keys_bool_exp + ): [api_keys!]! + + """ + fetch aggregated fields from the table: "api_keys" + """ + api_keys_aggregate( + """distinct select on columns""" + distinct_on: [api_keys_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: [api_keys_order_by!] + + """filter the rows returned""" + where: api_keys_bool_exp + ): api_keys_aggregate! + + """fetch data from the table: "api_keys" using primary key columns""" + api_keys_by_pk(id: uuid!): api_keys + + """ + fetch data from the table in a streaming manner: "api_keys" + """ + api_keys_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [api_keys_stream_cursor_input]! + + """filter the rows returned""" + where: api_keys_bool_exp + ): [api_keys!]! + + """An array relationship""" + clip_render_jobs( + """distinct select on columns""" + distinct_on: [clip_render_jobs_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: [clip_render_jobs_order_by!] + + """filter the rows returned""" + where: clip_render_jobs_bool_exp + ): [clip_render_jobs!]! + + """An aggregate relationship""" + clip_render_jobs_aggregate( + """distinct select on columns""" + distinct_on: [clip_render_jobs_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: [clip_render_jobs_order_by!] + + """filter the rows returned""" + where: clip_render_jobs_bool_exp + ): clip_render_jobs_aggregate! + + """ + fetch data from the table: "clip_render_jobs" using primary key columns + """ + clip_render_jobs_by_pk(id: uuid!): clip_render_jobs + + """ + fetch data from the table in a streaming manner: "clip_render_jobs" + """ + clip_render_jobs_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [clip_render_jobs_stream_cursor_input]! + + """filter the rows returned""" + where: clip_render_jobs_bool_exp + ): [clip_render_jobs!]! + + """ + fetch data from the table: "db_backups" + """ + db_backups( + """distinct select on columns""" + distinct_on: [db_backups_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: [db_backups_order_by!] + + """filter the rows returned""" + where: db_backups_bool_exp + ): [db_backups!]! + + """ + fetch aggregated fields from the table: "db_backups" + """ + db_backups_aggregate( + """distinct select on columns""" + distinct_on: [db_backups_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: [db_backups_order_by!] + + """filter the rows returned""" + where: db_backups_bool_exp + ): db_backups_aggregate! + + """fetch data from the table: "db_backups" using primary key columns""" + db_backups_by_pk(id: uuid!): db_backups + + """ + fetch data from the table in a streaming manner: "db_backups" + """ + db_backups_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [db_backups_stream_cursor_input]! + + """filter the rows returned""" + where: db_backups_bool_exp + ): [db_backups!]! + + """ + fetch data from the table: "draft_game_picks" + """ + draft_game_picks( + """distinct select on columns""" + distinct_on: [draft_game_picks_select_column!] - """column name""" - plugin_version + """limit the number of rows returned""" + limit: Int - """column name""" - port + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - rcon_password + """sort the rows by one or more columns""" + order_by: [draft_game_picks_order_by!] - """column name""" - rcon_status + """filter the rows returned""" + where: draft_game_picks_bool_exp + ): [draft_game_picks!]! - """column name""" - region + """ + fetch aggregated fields from the table: "draft_game_picks" + """ + draft_game_picks_aggregate( + """distinct select on columns""" + distinct_on: [draft_game_picks_select_column!] - """column name""" - reserved_by_match_id + """limit the number of rows returned""" + limit: Int - """column name""" - steam_relay + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - tv_port + """sort the rows by one or more columns""" + order_by: [draft_game_picks_order_by!] - """column name""" - type + """filter the rows returned""" + where: draft_game_picks_bool_exp + ): draft_game_picks_aggregate! - """column name""" - updated_at -} + """ + fetch data from the table: "draft_game_picks" using primary key columns + """ + draft_game_picks_by_pk(id: uuid!): draft_game_picks -input servers_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: servers_inc_input + """ + fetch data from the table in a streaming manner: "draft_game_picks" + """ + draft_game_picks_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! - """sets the columns of the filtered rows to the given values""" - _set: servers_set_input + """cursor to stream the results returned by the query""" + cursor: [draft_game_picks_stream_cursor_input]! - """filter the rows which have to be updated""" - where: servers_bool_exp! -} + """filter the rows returned""" + where: draft_game_picks_bool_exp + ): [draft_game_picks!]! -"""aggregate var_pop on columns""" -type servers_var_pop_fields { - max_players: Float - port: Float - tv_port: Float -} + """An array relationship""" + draft_game_players( + """distinct select on columns""" + distinct_on: [draft_game_players_select_column!] -""" -order by var_pop() on columns of table "servers" -""" -input servers_var_pop_order_by { - max_players: order_by - port: order_by - tv_port: order_by -} + """limit the number of rows returned""" + limit: Int -"""aggregate var_samp on columns""" -type servers_var_samp_fields { - max_players: Float - port: Float - tv_port: Float -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -order by var_samp() on columns of table "servers" -""" -input servers_var_samp_order_by { - max_players: order_by - port: order_by - tv_port: order_by -} + """sort the rows by one or more columns""" + order_by: [draft_game_players_order_by!] -"""aggregate variance on columns""" -type servers_variance_fields { - max_players: Float - port: Float - tv_port: Float -} + """filter the rows returned""" + where: draft_game_players_bool_exp + ): [draft_game_players!]! -""" -order by variance() on columns of table "servers" -""" -input servers_variance_order_by { - max_players: order_by - port: order_by - tv_port: order_by -} + """An aggregate relationship""" + draft_game_players_aggregate( + """distinct select on columns""" + distinct_on: [draft_game_players_select_column!] -""" -columns and relationships of "settings" -""" -type settings { - name: String! - value: String -} + """limit the number of rows returned""" + limit: Int -""" -aggregated selection of "settings" -""" -type settings_aggregate { - aggregate: settings_aggregate_fields - nodes: [settings!]! -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -aggregate fields of "settings" -""" -type settings_aggregate_fields { - count(columns: [settings_select_column!], distinct: Boolean): Int! - max: settings_max_fields - min: settings_min_fields -} + """sort the rows by one or more columns""" + order_by: [draft_game_players_order_by!] -""" -Boolean expression to filter rows from the table "settings". All fields are combined with a logical 'AND'. -""" -input settings_bool_exp { - _and: [settings_bool_exp!] - _not: settings_bool_exp - _or: [settings_bool_exp!] - name: String_comparison_exp - value: String_comparison_exp -} + """filter the rows returned""" + where: draft_game_players_bool_exp + ): draft_game_players_aggregate! -""" -unique or primary key constraints on table "settings" -""" -enum settings_constraint { """ - unique or primary key constraint on columns "name" + fetch data from the table: "draft_game_players" using primary key columns """ - settings_pkey -} - -""" -input type for inserting data into table "settings" -""" -input settings_insert_input { - name: String - value: String -} + draft_game_players_by_pk(draft_game_id: uuid!, steam_id: bigint!): draft_game_players -"""aggregate max on columns""" -type settings_max_fields { - name: String - value: String -} + """ + fetch data from the table in a streaming manner: "draft_game_players" + """ + draft_game_players_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! -"""aggregate min on columns""" -type settings_min_fields { - name: String - value: String -} + """cursor to stream the results returned by the query""" + cursor: [draft_game_players_stream_cursor_input]! -""" -response of any mutation on the table "settings" -""" -type settings_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! + """filter the rows returned""" + where: draft_game_players_bool_exp + ): [draft_game_players!]! - """data from the rows affected by the mutation""" - returning: [settings!]! -} + """An array relationship""" + draft_games( + """distinct select on columns""" + distinct_on: [draft_games_select_column!] -""" -on_conflict condition type for table "settings" -""" -input settings_on_conflict { - constraint: settings_constraint! - update_columns: [settings_update_column!]! = [] - where: settings_bool_exp -} + """limit the number of rows returned""" + limit: Int -"""Ordering options when selecting data from "settings".""" -input settings_order_by { - name: order_by - value: order_by -} + """skip the first n rows. Use only with order_by""" + offset: Int -"""primary key columns input for table: settings""" -input settings_pk_columns_input { - name: String! -} + """sort the rows by one or more columns""" + order_by: [draft_games_order_by!] -""" -select columns of table "settings" -""" -enum settings_select_column { - """column name""" - name + """filter the rows returned""" + where: draft_games_bool_exp + ): [draft_games!]! - """column name""" - value -} + """An aggregate relationship""" + draft_games_aggregate( + """distinct select on columns""" + distinct_on: [draft_games_select_column!] -""" -input type for updating data in table "settings" -""" -input settings_set_input { - name: String - value: String -} + """limit the number of rows returned""" + limit: Int -""" -Streaming cursor of the table "settings" -""" -input settings_stream_cursor_input { - """Stream column input with initial value""" - initial_value: settings_stream_cursor_value_input! + """skip the first n rows. Use only with order_by""" + offset: Int - """cursor ordering""" - ordering: cursor_ordering -} + """sort the rows by one or more columns""" + order_by: [draft_games_order_by!] -"""Initial value of the column from where the streaming should start""" -input settings_stream_cursor_value_input { - name: String - value: String -} + """filter the rows returned""" + where: draft_games_bool_exp + ): draft_games_aggregate! -""" -update columns of table "settings" -""" -enum settings_update_column { - """column name""" - name + """fetch data from the table: "draft_games" using primary key columns""" + draft_games_by_pk(id: uuid!): draft_games - """column name""" - value -} + """ + fetch data from the table in a streaming manner: "draft_games" + """ + draft_games_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! -input settings_updates { - """sets the columns of the filtered rows to the given values""" - _set: settings_set_input + """cursor to stream the results returned by the query""" + cursor: [draft_games_stream_cursor_input]! - """filter the rows which have to be updated""" - where: settings_bool_exp! -} + """filter the rows returned""" + where: draft_games_bool_exp + ): [draft_games!]! -""" -columns and relationships of "steam_account_claims" -""" -type steam_account_claims { - created_at: timestamptz! - id: uuid! - k8s_job_name: String! + """ + fetch data from the table: "e_check_in_settings" + """ + e_check_in_settings( + """distinct select on columns""" + distinct_on: [e_check_in_settings_select_column!] - """An object relationship""" - node: game_server_nodes - node_id: String - purpose: String! + """limit the number of rows returned""" + limit: Int - """An object relationship""" - steam_account: steam_accounts! - steam_account_id: uuid! -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -aggregated selection of "steam_account_claims" -""" -type steam_account_claims_aggregate { - aggregate: steam_account_claims_aggregate_fields - nodes: [steam_account_claims!]! -} + """sort the rows by one or more columns""" + order_by: [e_check_in_settings_order_by!] -input steam_account_claims_aggregate_bool_exp { - count: steam_account_claims_aggregate_bool_exp_count -} + """filter the rows returned""" + where: e_check_in_settings_bool_exp + ): [e_check_in_settings!]! -input steam_account_claims_aggregate_bool_exp_count { - arguments: [steam_account_claims_select_column!] - distinct: Boolean - filter: steam_account_claims_bool_exp - predicate: Int_comparison_exp! -} + """ + fetch aggregated fields from the table: "e_check_in_settings" + """ + e_check_in_settings_aggregate( + """distinct select on columns""" + distinct_on: [e_check_in_settings_select_column!] -""" -aggregate fields of "steam_account_claims" -""" -type steam_account_claims_aggregate_fields { - count(columns: [steam_account_claims_select_column!], distinct: Boolean): Int! - max: steam_account_claims_max_fields - min: steam_account_claims_min_fields -} + """limit the number of rows returned""" + limit: Int -""" -order by aggregate values of table "steam_account_claims" -""" -input steam_account_claims_aggregate_order_by { - count: order_by - max: steam_account_claims_max_order_by - min: steam_account_claims_min_order_by -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -input type for inserting array relation for remote table "steam_account_claims" -""" -input steam_account_claims_arr_rel_insert_input { - data: [steam_account_claims_insert_input!]! + """sort the rows by one or more columns""" + order_by: [e_check_in_settings_order_by!] - """upsert condition""" - on_conflict: steam_account_claims_on_conflict -} + """filter the rows returned""" + where: e_check_in_settings_bool_exp + ): e_check_in_settings_aggregate! -""" -Boolean expression to filter rows from the table "steam_account_claims". All fields are combined with a logical 'AND'. -""" -input steam_account_claims_bool_exp { - _and: [steam_account_claims_bool_exp!] - _not: steam_account_claims_bool_exp - _or: [steam_account_claims_bool_exp!] - created_at: timestamptz_comparison_exp - id: uuid_comparison_exp - k8s_job_name: String_comparison_exp - node: game_server_nodes_bool_exp - node_id: String_comparison_exp - purpose: String_comparison_exp - steam_account: steam_accounts_bool_exp - steam_account_id: uuid_comparison_exp -} + """ + fetch data from the table: "e_check_in_settings" using primary key columns + """ + e_check_in_settings_by_pk(value: String!): e_check_in_settings -""" -unique or primary key constraints on table "steam_account_claims" -""" -enum steam_account_claims_constraint { """ - unique or primary key constraint on columns "k8s_job_name" + fetch data from the table in a streaming manner: "e_check_in_settings" """ - steam_account_claims_k8s_job_name_key + e_check_in_settings_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [e_check_in_settings_stream_cursor_input]! + + """filter the rows returned""" + where: e_check_in_settings_bool_exp + ): [e_check_in_settings!]! """ - unique or primary key constraint on columns "id" + fetch data from the table: "e_draft_game_captain_selection" """ - steam_account_claims_pkey -} + e_draft_game_captain_selection( + """distinct select on columns""" + distinct_on: [e_draft_game_captain_selection_select_column!] -""" -input type for inserting data into table "steam_account_claims" -""" -input steam_account_claims_insert_input { - created_at: timestamptz - id: uuid - k8s_job_name: String - node: game_server_nodes_obj_rel_insert_input - node_id: String - purpose: String - steam_account: steam_accounts_obj_rel_insert_input - steam_account_id: uuid -} + """limit the number of rows returned""" + limit: Int -"""aggregate max on columns""" -type steam_account_claims_max_fields { - created_at: timestamptz - id: uuid - k8s_job_name: String - node_id: String - purpose: String - steam_account_id: uuid -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -order by max() on columns of table "steam_account_claims" -""" -input steam_account_claims_max_order_by { - created_at: order_by - id: order_by - k8s_job_name: order_by - node_id: order_by - purpose: order_by - steam_account_id: order_by -} + """sort the rows by one or more columns""" + order_by: [e_draft_game_captain_selection_order_by!] -"""aggregate min on columns""" -type steam_account_claims_min_fields { - created_at: timestamptz - id: uuid - k8s_job_name: String - node_id: String - purpose: String - steam_account_id: uuid -} + """filter the rows returned""" + where: e_draft_game_captain_selection_bool_exp + ): [e_draft_game_captain_selection!]! + + """ + fetch aggregated fields from the table: "e_draft_game_captain_selection" + """ + e_draft_game_captain_selection_aggregate( + """distinct select on columns""" + distinct_on: [e_draft_game_captain_selection_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_draft_game_captain_selection_order_by!] -""" -order by min() on columns of table "steam_account_claims" -""" -input steam_account_claims_min_order_by { - created_at: order_by - id: order_by - k8s_job_name: order_by - node_id: order_by - purpose: order_by - steam_account_id: order_by -} + """filter the rows returned""" + where: e_draft_game_captain_selection_bool_exp + ): e_draft_game_captain_selection_aggregate! -""" -response of any mutation on the table "steam_account_claims" -""" -type steam_account_claims_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! + """ + fetch data from the table: "e_draft_game_captain_selection" using primary key columns + """ + e_draft_game_captain_selection_by_pk(value: String!): e_draft_game_captain_selection - """data from the rows affected by the mutation""" - returning: [steam_account_claims!]! -} + """ + fetch data from the table in a streaming manner: "e_draft_game_captain_selection" + """ + e_draft_game_captain_selection_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! -""" -on_conflict condition type for table "steam_account_claims" -""" -input steam_account_claims_on_conflict { - constraint: steam_account_claims_constraint! - update_columns: [steam_account_claims_update_column!]! = [] - where: steam_account_claims_bool_exp -} + """cursor to stream the results returned by the query""" + cursor: [e_draft_game_captain_selection_stream_cursor_input]! -"""Ordering options when selecting data from "steam_account_claims".""" -input steam_account_claims_order_by { - created_at: order_by - id: order_by - k8s_job_name: order_by - node: game_server_nodes_order_by - node_id: order_by - purpose: order_by - steam_account: steam_accounts_order_by - steam_account_id: order_by -} + """filter the rows returned""" + where: e_draft_game_captain_selection_bool_exp + ): [e_draft_game_captain_selection!]! -"""primary key columns input for table: steam_account_claims""" -input steam_account_claims_pk_columns_input { - id: uuid! -} + """ + fetch data from the table: "e_draft_game_draft_order" + """ + e_draft_game_draft_order( + """distinct select on columns""" + distinct_on: [e_draft_game_draft_order_select_column!] -""" -select columns of table "steam_account_claims" -""" -enum steam_account_claims_select_column { - """column name""" - created_at + """limit the number of rows returned""" + limit: Int - """column name""" - id + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - k8s_job_name + """sort the rows by one or more columns""" + order_by: [e_draft_game_draft_order_order_by!] - """column name""" - node_id + """filter the rows returned""" + where: e_draft_game_draft_order_bool_exp + ): [e_draft_game_draft_order!]! - """column name""" - purpose + """ + fetch aggregated fields from the table: "e_draft_game_draft_order" + """ + e_draft_game_draft_order_aggregate( + """distinct select on columns""" + distinct_on: [e_draft_game_draft_order_select_column!] - """column name""" - steam_account_id -} + """limit the number of rows returned""" + limit: Int -""" -input type for updating data in table "steam_account_claims" -""" -input steam_account_claims_set_input { - created_at: timestamptz - id: uuid - k8s_job_name: String - node_id: String - purpose: String - steam_account_id: uuid -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -Streaming cursor of the table "steam_account_claims" -""" -input steam_account_claims_stream_cursor_input { - """Stream column input with initial value""" - initial_value: steam_account_claims_stream_cursor_value_input! + """sort the rows by one or more columns""" + order_by: [e_draft_game_draft_order_order_by!] - """cursor ordering""" - ordering: cursor_ordering -} + """filter the rows returned""" + where: e_draft_game_draft_order_bool_exp + ): e_draft_game_draft_order_aggregate! -"""Initial value of the column from where the streaming should start""" -input steam_account_claims_stream_cursor_value_input { - created_at: timestamptz - id: uuid - k8s_job_name: String - node_id: String - purpose: String - steam_account_id: uuid -} + """ + fetch data from the table: "e_draft_game_draft_order" using primary key columns + """ + e_draft_game_draft_order_by_pk(value: String!): e_draft_game_draft_order -""" -update columns of table "steam_account_claims" -""" -enum steam_account_claims_update_column { - """column name""" - created_at + """ + fetch data from the table in a streaming manner: "e_draft_game_draft_order" + """ + e_draft_game_draft_order_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! - """column name""" - id + """cursor to stream the results returned by the query""" + cursor: [e_draft_game_draft_order_stream_cursor_input]! - """column name""" - k8s_job_name + """filter the rows returned""" + where: e_draft_game_draft_order_bool_exp + ): [e_draft_game_draft_order!]! - """column name""" - node_id + """ + fetch data from the table: "e_draft_game_mode" + """ + e_draft_game_mode( + """distinct select on columns""" + distinct_on: [e_draft_game_mode_select_column!] - """column name""" - purpose + """limit the number of rows returned""" + limit: Int - """column name""" - steam_account_id -} + """skip the first n rows. Use only with order_by""" + offset: Int -input steam_account_claims_updates { - """sets the columns of the filtered rows to the given values""" - _set: steam_account_claims_set_input + """sort the rows by one or more columns""" + order_by: [e_draft_game_mode_order_by!] - """filter the rows which have to be updated""" - where: steam_account_claims_bool_exp! -} + """filter the rows returned""" + where: e_draft_game_mode_bool_exp + ): [e_draft_game_mode!]! -""" -columns and relationships of "steam_accounts" -""" -type steam_accounts { - """An array relationship""" - claims( + """ + fetch aggregated fields from the table: "e_draft_game_mode" + """ + e_draft_game_mode_aggregate( """distinct select on columns""" - distinct_on: [steam_account_claims_select_column!] + distinct_on: [e_draft_game_mode_select_column!] """limit the number of rows returned""" limit: Int @@ -63493,16 +72278,37 @@ type steam_accounts { offset: Int """sort the rows by one or more columns""" - order_by: [steam_account_claims_order_by!] + order_by: [e_draft_game_mode_order_by!] """filter the rows returned""" - where: steam_account_claims_bool_exp - ): [steam_account_claims!]! + where: e_draft_game_mode_bool_exp + ): e_draft_game_mode_aggregate! - """An aggregate relationship""" - claims_aggregate( + """ + fetch data from the table: "e_draft_game_mode" using primary key columns + """ + e_draft_game_mode_by_pk(value: String!): e_draft_game_mode + + """ + fetch data from the table in a streaming manner: "e_draft_game_mode" + """ + e_draft_game_mode_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [e_draft_game_mode_stream_cursor_input]! + + """filter the rows returned""" + where: e_draft_game_mode_bool_exp + ): [e_draft_game_mode!]! + + """ + fetch data from the table: "e_draft_game_player_status" + """ + e_draft_game_player_status( """distinct select on columns""" - distinct_on: [steam_account_claims_select_column!] + distinct_on: [e_draft_game_player_status_select_column!] """limit the number of rows returned""" limit: Int @@ -63511,379 +72317,232 @@ type steam_accounts { offset: Int """sort the rows by one or more columns""" - order_by: [steam_account_claims_order_by!] + order_by: [e_draft_game_player_status_order_by!] """filter the rows returned""" - where: steam_account_claims_bool_exp - ): steam_account_claims_aggregate! - created_at: timestamptz! - friend_capacity: Int! - id: uuid! + where: e_draft_game_player_status_bool_exp + ): [e_draft_game_player_status!]! - """An object relationship""" - last_node: game_server_nodes - last_node_id: String - password: String! - role: String! - steam_level: Int - steamid64: bigint - updated_at: timestamptz! - username: String! -} + """ + fetch aggregated fields from the table: "e_draft_game_player_status" + """ + e_draft_game_player_status_aggregate( + """distinct select on columns""" + distinct_on: [e_draft_game_player_status_select_column!] -""" -aggregated selection of "steam_accounts" -""" -type steam_accounts_aggregate { - aggregate: steam_accounts_aggregate_fields - nodes: [steam_accounts!]! -} + """limit the number of rows returned""" + limit: Int -""" -aggregate fields of "steam_accounts" -""" -type steam_accounts_aggregate_fields { - avg: steam_accounts_avg_fields - count(columns: [steam_accounts_select_column!], distinct: Boolean): Int! - max: steam_accounts_max_fields - min: steam_accounts_min_fields - stddev: steam_accounts_stddev_fields - stddev_pop: steam_accounts_stddev_pop_fields - stddev_samp: steam_accounts_stddev_samp_fields - sum: steam_accounts_sum_fields - var_pop: steam_accounts_var_pop_fields - var_samp: steam_accounts_var_samp_fields - variance: steam_accounts_variance_fields -} + """skip the first n rows. Use only with order_by""" + offset: Int -"""aggregate avg on columns""" -type steam_accounts_avg_fields { - friend_capacity: Float - steam_level: Float - steamid64: Float -} + """sort the rows by one or more columns""" + order_by: [e_draft_game_player_status_order_by!] -""" -Boolean expression to filter rows from the table "steam_accounts". All fields are combined with a logical 'AND'. -""" -input steam_accounts_bool_exp { - _and: [steam_accounts_bool_exp!] - _not: steam_accounts_bool_exp - _or: [steam_accounts_bool_exp!] - claims: steam_account_claims_bool_exp - claims_aggregate: steam_account_claims_aggregate_bool_exp - created_at: timestamptz_comparison_exp - friend_capacity: Int_comparison_exp - id: uuid_comparison_exp - last_node: game_server_nodes_bool_exp - last_node_id: String_comparison_exp - password: String_comparison_exp - role: String_comparison_exp - steam_level: Int_comparison_exp - steamid64: bigint_comparison_exp - updated_at: timestamptz_comparison_exp - username: String_comparison_exp -} + """filter the rows returned""" + where: e_draft_game_player_status_bool_exp + ): e_draft_game_player_status_aggregate! -""" -unique or primary key constraints on table "steam_accounts" -""" -enum steam_accounts_constraint { """ - unique or primary key constraint on columns "id" + fetch data from the table: "e_draft_game_player_status" using primary key columns """ - steam_accounts_pkey + e_draft_game_player_status_by_pk(value: String!): e_draft_game_player_status """ - unique or primary key constraint on columns "username" + fetch data from the table in a streaming manner: "e_draft_game_player_status" """ - steam_accounts_username_key -} - -""" -input type for incrementing numeric columns in table "steam_accounts" -""" -input steam_accounts_inc_input { - friend_capacity: Int - steam_level: Int - steamid64: bigint -} + e_draft_game_player_status_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! -""" -input type for inserting data into table "steam_accounts" -""" -input steam_accounts_insert_input { - claims: steam_account_claims_arr_rel_insert_input - created_at: timestamptz - friend_capacity: Int - id: uuid - last_node: game_server_nodes_obj_rel_insert_input - last_node_id: String - password: String - role: String - steam_level: Int - steamid64: bigint - updated_at: timestamptz - username: String -} + """cursor to stream the results returned by the query""" + cursor: [e_draft_game_player_status_stream_cursor_input]! -"""aggregate max on columns""" -type steam_accounts_max_fields { - created_at: timestamptz - friend_capacity: Int - id: uuid - last_node_id: String - password: String - role: String - steam_level: Int - steamid64: bigint - updated_at: timestamptz - username: String -} + """filter the rows returned""" + where: e_draft_game_player_status_bool_exp + ): [e_draft_game_player_status!]! -"""aggregate min on columns""" -type steam_accounts_min_fields { - created_at: timestamptz - friend_capacity: Int - id: uuid - last_node_id: String - password: String - role: String - steam_level: Int - steamid64: bigint - updated_at: timestamptz - username: String -} + """ + fetch data from the table: "e_draft_game_status" + """ + e_draft_game_status( + """distinct select on columns""" + distinct_on: [e_draft_game_status_select_column!] -""" -response of any mutation on the table "steam_accounts" -""" -type steam_accounts_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! + """limit the number of rows returned""" + limit: Int - """data from the rows affected by the mutation""" - returning: [steam_accounts!]! -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -input type for inserting object relation for remote table "steam_accounts" -""" -input steam_accounts_obj_rel_insert_input { - data: steam_accounts_insert_input! + """sort the rows by one or more columns""" + order_by: [e_draft_game_status_order_by!] - """upsert condition""" - on_conflict: steam_accounts_on_conflict -} + """filter the rows returned""" + where: e_draft_game_status_bool_exp + ): [e_draft_game_status!]! -""" -on_conflict condition type for table "steam_accounts" -""" -input steam_accounts_on_conflict { - constraint: steam_accounts_constraint! - update_columns: [steam_accounts_update_column!]! = [] - where: steam_accounts_bool_exp -} + """ + fetch aggregated fields from the table: "e_draft_game_status" + """ + e_draft_game_status_aggregate( + """distinct select on columns""" + distinct_on: [e_draft_game_status_select_column!] -"""Ordering options when selecting data from "steam_accounts".""" -input steam_accounts_order_by { - claims_aggregate: steam_account_claims_aggregate_order_by - created_at: order_by - friend_capacity: order_by - id: order_by - last_node: game_server_nodes_order_by - last_node_id: order_by - password: order_by - role: order_by - steam_level: order_by - steamid64: order_by - updated_at: order_by - username: order_by -} + """limit the number of rows returned""" + limit: Int -"""primary key columns input for table: steam_accounts""" -input steam_accounts_pk_columns_input { - id: uuid! -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -select columns of table "steam_accounts" -""" -enum steam_accounts_select_column { - """column name""" - created_at + """sort the rows by one or more columns""" + order_by: [e_draft_game_status_order_by!] - """column name""" - friend_capacity + """filter the rows returned""" + where: e_draft_game_status_bool_exp + ): e_draft_game_status_aggregate! - """column name""" - id + """ + fetch data from the table: "e_draft_game_status" using primary key columns + """ + e_draft_game_status_by_pk(value: String!): e_draft_game_status - """column name""" - last_node_id + """ + fetch data from the table in a streaming manner: "e_draft_game_status" + """ + e_draft_game_status_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! - """column name""" - password + """cursor to stream the results returned by the query""" + cursor: [e_draft_game_status_stream_cursor_input]! - """column name""" - role + """filter the rows returned""" + where: e_draft_game_status_bool_exp + ): [e_draft_game_status!]! - """column name""" - steam_level + """ + fetch data from the table: "e_friend_status" + """ + e_friend_status( + """distinct select on columns""" + distinct_on: [e_friend_status_select_column!] - """column name""" - steamid64 + """limit the number of rows returned""" + limit: Int - """column name""" - updated_at + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - username -} + """sort the rows by one or more columns""" + order_by: [e_friend_status_order_by!] -""" -input type for updating data in table "steam_accounts" -""" -input steam_accounts_set_input { - created_at: timestamptz - friend_capacity: Int - id: uuid - last_node_id: String - password: String - role: String - steam_level: Int - steamid64: bigint - updated_at: timestamptz - username: String -} + """filter the rows returned""" + where: e_friend_status_bool_exp + ): [e_friend_status!]! -"""aggregate stddev on columns""" -type steam_accounts_stddev_fields { - friend_capacity: Float - steam_level: Float - steamid64: Float -} + """ + fetch aggregated fields from the table: "e_friend_status" + """ + e_friend_status_aggregate( + """distinct select on columns""" + distinct_on: [e_friend_status_select_column!] -"""aggregate stddev_pop on columns""" -type steam_accounts_stddev_pop_fields { - friend_capacity: Float - steam_level: Float - steamid64: Float -} + """limit the number of rows returned""" + limit: Int -"""aggregate stddev_samp on columns""" -type steam_accounts_stddev_samp_fields { - friend_capacity: Float - steam_level: Float - steamid64: Float -} + """skip the first n rows. Use only with order_by""" + offset: Int -""" -Streaming cursor of the table "steam_accounts" -""" -input steam_accounts_stream_cursor_input { - """Stream column input with initial value""" - initial_value: steam_accounts_stream_cursor_value_input! + """sort the rows by one or more columns""" + order_by: [e_friend_status_order_by!] - """cursor ordering""" - ordering: cursor_ordering -} + """filter the rows returned""" + where: e_friend_status_bool_exp + ): e_friend_status_aggregate! -"""Initial value of the column from where the streaming should start""" -input steam_accounts_stream_cursor_value_input { - created_at: timestamptz - friend_capacity: Int - id: uuid - last_node_id: String - password: String - role: String - steam_level: Int - steamid64: bigint - updated_at: timestamptz - username: String -} + """fetch data from the table: "e_friend_status" using primary key columns""" + e_friend_status_by_pk(value: String!): e_friend_status -"""aggregate sum on columns""" -type steam_accounts_sum_fields { - friend_capacity: Int - steam_level: Int - steamid64: bigint -} + """ + fetch data from the table in a streaming manner: "e_friend_status" + """ + e_friend_status_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! -""" -update columns of table "steam_accounts" -""" -enum steam_accounts_update_column { - """column name""" - created_at + """cursor to stream the results returned by the query""" + cursor: [e_friend_status_stream_cursor_input]! - """column name""" - friend_capacity + """filter the rows returned""" + where: e_friend_status_bool_exp + ): [e_friend_status!]! - """column name""" - id + """ + fetch data from the table: "e_game_cfg_types" + """ + e_game_cfg_types( + """distinct select on columns""" + distinct_on: [e_game_cfg_types_select_column!] - """column name""" - last_node_id + """limit the number of rows returned""" + limit: Int - """column name""" - password + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - role + """sort the rows by one or more columns""" + order_by: [e_game_cfg_types_order_by!] - """column name""" - steam_level + """filter the rows returned""" + where: e_game_cfg_types_bool_exp + ): [e_game_cfg_types!]! - """column name""" - steamid64 + """ + fetch aggregated fields from the table: "e_game_cfg_types" + """ + e_game_cfg_types_aggregate( + """distinct select on columns""" + distinct_on: [e_game_cfg_types_select_column!] - """column name""" - updated_at + """limit the number of rows returned""" + limit: Int - """column name""" - username -} + """skip the first n rows. Use only with order_by""" + offset: Int -input steam_accounts_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: steam_accounts_inc_input + """sort the rows by one or more columns""" + order_by: [e_game_cfg_types_order_by!] - """sets the columns of the filtered rows to the given values""" - _set: steam_accounts_set_input + """filter the rows returned""" + where: e_game_cfg_types_bool_exp + ): e_game_cfg_types_aggregate! - """filter the rows which have to be updated""" - where: steam_accounts_bool_exp! -} + """ + fetch data from the table: "e_game_cfg_types" using primary key columns + """ + e_game_cfg_types_by_pk(value: String!): e_game_cfg_types -"""aggregate var_pop on columns""" -type steam_accounts_var_pop_fields { - friend_capacity: Float - steam_level: Float - steamid64: Float -} + """ + fetch data from the table in a streaming manner: "e_game_cfg_types" + """ + e_game_cfg_types_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! -"""aggregate var_samp on columns""" -type steam_accounts_var_samp_fields { - friend_capacity: Float - steam_level: Float - steamid64: Float -} + """cursor to stream the results returned by the query""" + cursor: [e_game_cfg_types_stream_cursor_input]! -"""aggregate variance on columns""" -type steam_accounts_variance_fields { - friend_capacity: Float - steam_level: Float - steamid64: Float -} + """filter the rows returned""" + where: e_game_cfg_types_bool_exp + ): [e_game_cfg_types!]! -type subscription_root { """ - fetch data from the table: "_map_pool" + fetch data from the table: "e_game_server_node_statuses" """ - _map_pool( + e_game_server_node_statuses( """distinct select on columns""" - distinct_on: [_map_pool_select_column!] + distinct_on: [e_game_server_node_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -63892,18 +72551,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [_map_pool_order_by!] + order_by: [e_game_server_node_statuses_order_by!] """filter the rows returned""" - where: _map_pool_bool_exp - ): [_map_pool!]! + where: e_game_server_node_statuses_bool_exp + ): [e_game_server_node_statuses!]! """ - fetch aggregated fields from the table: "_map_pool" + fetch aggregated fields from the table: "e_game_server_node_statuses" """ - _map_pool_aggregate( + e_game_server_node_statuses_aggregate( """distinct select on columns""" - distinct_on: [_map_pool_select_column!] + distinct_on: [e_game_server_node_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -63912,33 +72571,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [_map_pool_order_by!] + order_by: [e_game_server_node_statuses_order_by!] """filter the rows returned""" - where: _map_pool_bool_exp - ): _map_pool_aggregate! + where: e_game_server_node_statuses_bool_exp + ): e_game_server_node_statuses_aggregate! - """fetch data from the table: "_map_pool" using primary key columns""" - _map_pool_by_pk(map_id: uuid!, map_pool_id: uuid!): _map_pool + """ + fetch data from the table: "e_game_server_node_statuses" using primary key columns + """ + e_game_server_node_statuses_by_pk(value: String!): e_game_server_node_statuses """ - fetch data from the table in a streaming manner: "_map_pool" + fetch data from the table in a streaming manner: "e_game_server_node_statuses" """ - _map_pool_stream( + e_game_server_node_statuses_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [_map_pool_stream_cursor_input]! + cursor: [e_game_server_node_statuses_stream_cursor_input]! """filter the rows returned""" - where: _map_pool_bool_exp - ): [_map_pool!]! + where: e_game_server_node_statuses_bool_exp + ): [e_game_server_node_statuses!]! - """An array relationship""" - abandoned_matches( + """ + fetch data from the table: "e_league_movement_types" + """ + e_league_movement_types( """distinct select on columns""" - distinct_on: [abandoned_matches_select_column!] + distinct_on: [e_league_movement_types_select_column!] """limit the number of rows returned""" limit: Int @@ -63947,16 +72610,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [abandoned_matches_order_by!] + order_by: [e_league_movement_types_order_by!] """filter the rows returned""" - where: abandoned_matches_bool_exp - ): [abandoned_matches!]! + where: e_league_movement_types_bool_exp + ): [e_league_movement_types!]! - """An aggregate relationship""" - abandoned_matches_aggregate( + """ + fetch aggregated fields from the table: "e_league_movement_types" + """ + e_league_movement_types_aggregate( """distinct select on columns""" - distinct_on: [abandoned_matches_select_column!] + distinct_on: [e_league_movement_types_select_column!] """limit the number of rows returned""" limit: Int @@ -63965,37 +72630,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [abandoned_matches_order_by!] + order_by: [e_league_movement_types_order_by!] """filter the rows returned""" - where: abandoned_matches_bool_exp - ): abandoned_matches_aggregate! + where: e_league_movement_types_bool_exp + ): e_league_movement_types_aggregate! """ - fetch data from the table: "abandoned_matches" using primary key columns + fetch data from the table: "e_league_movement_types" using primary key columns """ - abandoned_matches_by_pk(id: uuid!): abandoned_matches + e_league_movement_types_by_pk(value: String!): e_league_movement_types """ - fetch data from the table in a streaming manner: "abandoned_matches" + fetch data from the table in a streaming manner: "e_league_movement_types" """ - abandoned_matches_stream( + e_league_movement_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [abandoned_matches_stream_cursor_input]! + cursor: [e_league_movement_types_stream_cursor_input]! """filter the rows returned""" - where: abandoned_matches_bool_exp - ): [abandoned_matches!]! + where: e_league_movement_types_bool_exp + ): [e_league_movement_types!]! """ - fetch data from the table: "api_keys" + fetch data from the table: "e_league_proposal_statuses" """ - api_keys( + e_league_proposal_statuses( """distinct select on columns""" - distinct_on: [api_keys_select_column!] + distinct_on: [e_league_proposal_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64004,18 +72669,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [api_keys_order_by!] + order_by: [e_league_proposal_statuses_order_by!] """filter the rows returned""" - where: api_keys_bool_exp - ): [api_keys!]! + where: e_league_proposal_statuses_bool_exp + ): [e_league_proposal_statuses!]! """ - fetch aggregated fields from the table: "api_keys" + fetch aggregated fields from the table: "e_league_proposal_statuses" """ - api_keys_aggregate( + e_league_proposal_statuses_aggregate( """distinct select on columns""" - distinct_on: [api_keys_select_column!] + distinct_on: [e_league_proposal_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64024,33 +72689,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [api_keys_order_by!] + order_by: [e_league_proposal_statuses_order_by!] """filter the rows returned""" - where: api_keys_bool_exp - ): api_keys_aggregate! + where: e_league_proposal_statuses_bool_exp + ): e_league_proposal_statuses_aggregate! - """fetch data from the table: "api_keys" using primary key columns""" - api_keys_by_pk(id: uuid!): api_keys + """ + fetch data from the table: "e_league_proposal_statuses" using primary key columns + """ + e_league_proposal_statuses_by_pk(value: String!): e_league_proposal_statuses """ - fetch data from the table in a streaming manner: "api_keys" + fetch data from the table in a streaming manner: "e_league_proposal_statuses" """ - api_keys_stream( + e_league_proposal_statuses_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [api_keys_stream_cursor_input]! + cursor: [e_league_proposal_statuses_stream_cursor_input]! """filter the rows returned""" - where: api_keys_bool_exp - ): [api_keys!]! + where: e_league_proposal_statuses_bool_exp + ): [e_league_proposal_statuses!]! - """An array relationship""" - clip_render_jobs( + """ + fetch data from the table: "e_league_registration_statuses" + """ + e_league_registration_statuses( """distinct select on columns""" - distinct_on: [clip_render_jobs_select_column!] + distinct_on: [e_league_registration_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64059,16 +72728,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [clip_render_jobs_order_by!] + order_by: [e_league_registration_statuses_order_by!] """filter the rows returned""" - where: clip_render_jobs_bool_exp - ): [clip_render_jobs!]! + where: e_league_registration_statuses_bool_exp + ): [e_league_registration_statuses!]! - """An aggregate relationship""" - clip_render_jobs_aggregate( + """ + fetch aggregated fields from the table: "e_league_registration_statuses" + """ + e_league_registration_statuses_aggregate( """distinct select on columns""" - distinct_on: [clip_render_jobs_select_column!] + distinct_on: [e_league_registration_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64077,37 +72748,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [clip_render_jobs_order_by!] + order_by: [e_league_registration_statuses_order_by!] """filter the rows returned""" - where: clip_render_jobs_bool_exp - ): clip_render_jobs_aggregate! + where: e_league_registration_statuses_bool_exp + ): e_league_registration_statuses_aggregate! """ - fetch data from the table: "clip_render_jobs" using primary key columns + fetch data from the table: "e_league_registration_statuses" using primary key columns """ - clip_render_jobs_by_pk(id: uuid!): clip_render_jobs + e_league_registration_statuses_by_pk(value: String!): e_league_registration_statuses """ - fetch data from the table in a streaming manner: "clip_render_jobs" + fetch data from the table in a streaming manner: "e_league_registration_statuses" """ - clip_render_jobs_stream( + e_league_registration_statuses_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [clip_render_jobs_stream_cursor_input]! + cursor: [e_league_registration_statuses_stream_cursor_input]! """filter the rows returned""" - where: clip_render_jobs_bool_exp - ): [clip_render_jobs!]! + where: e_league_registration_statuses_bool_exp + ): [e_league_registration_statuses!]! """ - fetch data from the table: "db_backups" + fetch data from the table: "e_league_season_statuses" """ - db_backups( + e_league_season_statuses( """distinct select on columns""" - distinct_on: [db_backups_select_column!] + distinct_on: [e_league_season_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64116,18 +72787,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [db_backups_order_by!] + order_by: [e_league_season_statuses_order_by!] """filter the rows returned""" - where: db_backups_bool_exp - ): [db_backups!]! + where: e_league_season_statuses_bool_exp + ): [e_league_season_statuses!]! """ - fetch aggregated fields from the table: "db_backups" + fetch aggregated fields from the table: "e_league_season_statuses" """ - db_backups_aggregate( + e_league_season_statuses_aggregate( """distinct select on columns""" - distinct_on: [db_backups_select_column!] + distinct_on: [e_league_season_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64136,35 +72807,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [db_backups_order_by!] + order_by: [e_league_season_statuses_order_by!] """filter the rows returned""" - where: db_backups_bool_exp - ): db_backups_aggregate! + where: e_league_season_statuses_bool_exp + ): e_league_season_statuses_aggregate! - """fetch data from the table: "db_backups" using primary key columns""" - db_backups_by_pk(id: uuid!): db_backups + """ + fetch data from the table: "e_league_season_statuses" using primary key columns + """ + e_league_season_statuses_by_pk(value: String!): e_league_season_statuses """ - fetch data from the table in a streaming manner: "db_backups" + fetch data from the table in a streaming manner: "e_league_season_statuses" """ - db_backups_stream( + e_league_season_statuses_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [db_backups_stream_cursor_input]! + cursor: [e_league_season_statuses_stream_cursor_input]! """filter the rows returned""" - where: db_backups_bool_exp - ): [db_backups!]! + where: e_league_season_statuses_bool_exp + ): [e_league_season_statuses!]! """ - fetch data from the table: "draft_game_picks" + fetch data from the table: "e_lobby_access" """ - draft_game_picks( + e_lobby_access( """distinct select on columns""" - distinct_on: [draft_game_picks_select_column!] + distinct_on: [e_lobby_access_select_column!] """limit the number of rows returned""" limit: Int @@ -64173,18 +72846,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [draft_game_picks_order_by!] + order_by: [e_lobby_access_order_by!] """filter the rows returned""" - where: draft_game_picks_bool_exp - ): [draft_game_picks!]! + where: e_lobby_access_bool_exp + ): [e_lobby_access!]! """ - fetch aggregated fields from the table: "draft_game_picks" + fetch aggregated fields from the table: "e_lobby_access" """ - draft_game_picks_aggregate( + e_lobby_access_aggregate( """distinct select on columns""" - distinct_on: [draft_game_picks_select_column!] + distinct_on: [e_lobby_access_select_column!] """limit the number of rows returned""" limit: Int @@ -64193,35 +72866,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [draft_game_picks_order_by!] + order_by: [e_lobby_access_order_by!] """filter the rows returned""" - where: draft_game_picks_bool_exp - ): draft_game_picks_aggregate! + where: e_lobby_access_bool_exp + ): e_lobby_access_aggregate! - """ - fetch data from the table: "draft_game_picks" using primary key columns - """ - draft_game_picks_by_pk(id: uuid!): draft_game_picks + """fetch data from the table: "e_lobby_access" using primary key columns""" + e_lobby_access_by_pk(value: String!): e_lobby_access """ - fetch data from the table in a streaming manner: "draft_game_picks" + fetch data from the table in a streaming manner: "e_lobby_access" """ - draft_game_picks_stream( + e_lobby_access_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [draft_game_picks_stream_cursor_input]! + cursor: [e_lobby_access_stream_cursor_input]! """filter the rows returned""" - where: draft_game_picks_bool_exp - ): [draft_game_picks!]! + where: e_lobby_access_bool_exp + ): [e_lobby_access!]! - """An array relationship""" - draft_game_players( + """ + fetch data from the table: "e_lobby_player_status" + """ + e_lobby_player_status( """distinct select on columns""" - distinct_on: [draft_game_players_select_column!] + distinct_on: [e_lobby_player_status_select_column!] """limit the number of rows returned""" limit: Int @@ -64230,16 +72903,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [draft_game_players_order_by!] + order_by: [e_lobby_player_status_order_by!] """filter the rows returned""" - where: draft_game_players_bool_exp - ): [draft_game_players!]! + where: e_lobby_player_status_bool_exp + ): [e_lobby_player_status!]! - """An aggregate relationship""" - draft_game_players_aggregate( + """ + fetch aggregated fields from the table: "e_lobby_player_status" + """ + e_lobby_player_status_aggregate( """distinct select on columns""" - distinct_on: [draft_game_players_select_column!] + distinct_on: [e_lobby_player_status_select_column!] """limit the number of rows returned""" limit: Int @@ -64248,35 +72923,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [draft_game_players_order_by!] + order_by: [e_lobby_player_status_order_by!] """filter the rows returned""" - where: draft_game_players_bool_exp - ): draft_game_players_aggregate! + where: e_lobby_player_status_bool_exp + ): e_lobby_player_status_aggregate! """ - fetch data from the table: "draft_game_players" using primary key columns + fetch data from the table: "e_lobby_player_status" using primary key columns """ - draft_game_players_by_pk(draft_game_id: uuid!, steam_id: bigint!): draft_game_players + e_lobby_player_status_by_pk(value: String!): e_lobby_player_status """ - fetch data from the table in a streaming manner: "draft_game_players" + fetch data from the table in a streaming manner: "e_lobby_player_status" """ - draft_game_players_stream( + e_lobby_player_status_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [draft_game_players_stream_cursor_input]! + cursor: [e_lobby_player_status_stream_cursor_input]! """filter the rows returned""" - where: draft_game_players_bool_exp - ): [draft_game_players!]! + where: e_lobby_player_status_bool_exp + ): [e_lobby_player_status!]! - """An array relationship""" - draft_games( + """ + fetch data from the table: "e_map_pool_types" + """ + e_map_pool_types( """distinct select on columns""" - distinct_on: [draft_games_select_column!] + distinct_on: [e_map_pool_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64285,16 +72962,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [draft_games_order_by!] + order_by: [e_map_pool_types_order_by!] """filter the rows returned""" - where: draft_games_bool_exp - ): [draft_games!]! + where: e_map_pool_types_bool_exp + ): [e_map_pool_types!]! - """An aggregate relationship""" - draft_games_aggregate( + """ + fetch aggregated fields from the table: "e_map_pool_types" + """ + e_map_pool_types_aggregate( """distinct select on columns""" - distinct_on: [draft_games_select_column!] + distinct_on: [e_map_pool_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64303,35 +72982,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [draft_games_order_by!] + order_by: [e_map_pool_types_order_by!] """filter the rows returned""" - where: draft_games_bool_exp - ): draft_games_aggregate! + where: e_map_pool_types_bool_exp + ): e_map_pool_types_aggregate! - """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_map_pool_types" using primary key columns + """ + e_map_pool_types_by_pk(value: String!): e_map_pool_types """ - fetch data from the table in a streaming manner: "draft_games" + fetch data from the table in a streaming manner: "e_map_pool_types" """ - draft_games_stream( + e_map_pool_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [draft_games_stream_cursor_input]! + cursor: [e_map_pool_types_stream_cursor_input]! """filter the rows returned""" - where: draft_games_bool_exp - ): [draft_games!]! + where: e_map_pool_types_bool_exp + ): [e_map_pool_types!]! """ - fetch data from the table: "e_check_in_settings" + fetch data from the table: "e_match_clip_visibility" """ - e_check_in_settings( + e_match_clip_visibility( """distinct select on columns""" - distinct_on: [e_check_in_settings_select_column!] + distinct_on: [e_match_clip_visibility_select_column!] """limit the number of rows returned""" limit: Int @@ -64340,18 +73021,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_check_in_settings_order_by!] + order_by: [e_match_clip_visibility_order_by!] """filter the rows returned""" - where: e_check_in_settings_bool_exp - ): [e_check_in_settings!]! + where: e_match_clip_visibility_bool_exp + ): [e_match_clip_visibility!]! """ - fetch aggregated fields from the table: "e_check_in_settings" + fetch aggregated fields from the table: "e_match_clip_visibility" """ - e_check_in_settings_aggregate( + e_match_clip_visibility_aggregate( """distinct select on columns""" - distinct_on: [e_check_in_settings_select_column!] + distinct_on: [e_match_clip_visibility_select_column!] """limit the number of rows returned""" limit: Int @@ -64360,37 +73041,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_check_in_settings_order_by!] + order_by: [e_match_clip_visibility_order_by!] """filter the rows returned""" - where: e_check_in_settings_bool_exp - ): e_check_in_settings_aggregate! + where: e_match_clip_visibility_bool_exp + ): e_match_clip_visibility_aggregate! """ - fetch data from the table: "e_check_in_settings" using primary key columns + fetch data from the table: "e_match_clip_visibility" using primary key columns """ - e_check_in_settings_by_pk(value: String!): e_check_in_settings + e_match_clip_visibility_by_pk(value: String!): e_match_clip_visibility """ - fetch data from the table in a streaming manner: "e_check_in_settings" + fetch data from the table in a streaming manner: "e_match_clip_visibility" """ - e_check_in_settings_stream( + e_match_clip_visibility_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_check_in_settings_stream_cursor_input]! + cursor: [e_match_clip_visibility_stream_cursor_input]! """filter the rows returned""" - where: e_check_in_settings_bool_exp - ): [e_check_in_settings!]! + where: e_match_clip_visibility_bool_exp + ): [e_match_clip_visibility!]! """ - fetch data from the table: "e_draft_game_captain_selection" + fetch data from the table: "e_match_map_status" """ - e_draft_game_captain_selection( + e_match_map_status( """distinct select on columns""" - distinct_on: [e_draft_game_captain_selection_select_column!] + distinct_on: [e_match_map_status_select_column!] """limit the number of rows returned""" limit: Int @@ -64399,18 +73080,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_captain_selection_order_by!] + order_by: [e_match_map_status_order_by!] """filter the rows returned""" - where: e_draft_game_captain_selection_bool_exp - ): [e_draft_game_captain_selection!]! + where: e_match_map_status_bool_exp + ): [e_match_map_status!]! """ - fetch aggregated fields from the table: "e_draft_game_captain_selection" + fetch aggregated fields from the table: "e_match_map_status" """ - e_draft_game_captain_selection_aggregate( + e_match_map_status_aggregate( """distinct select on columns""" - distinct_on: [e_draft_game_captain_selection_select_column!] + distinct_on: [e_match_map_status_select_column!] """limit the number of rows returned""" limit: Int @@ -64419,37 +73100,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_captain_selection_order_by!] + order_by: [e_match_map_status_order_by!] """filter the rows returned""" - where: e_draft_game_captain_selection_bool_exp - ): e_draft_game_captain_selection_aggregate! + where: e_match_map_status_bool_exp + ): e_match_map_status_aggregate! """ - fetch data from the table: "e_draft_game_captain_selection" using primary key columns + fetch data from the table: "e_match_map_status" using primary key columns """ - e_draft_game_captain_selection_by_pk(value: String!): e_draft_game_captain_selection + e_match_map_status_by_pk(value: String!): e_match_map_status """ - fetch data from the table in a streaming manner: "e_draft_game_captain_selection" + fetch data from the table in a streaming manner: "e_match_map_status" """ - e_draft_game_captain_selection_stream( + e_match_map_status_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_draft_game_captain_selection_stream_cursor_input]! + cursor: [e_match_map_status_stream_cursor_input]! """filter the rows returned""" - where: e_draft_game_captain_selection_bool_exp - ): [e_draft_game_captain_selection!]! + where: e_match_map_status_bool_exp + ): [e_match_map_status!]! """ - fetch data from the table: "e_draft_game_draft_order" + fetch data from the table: "e_match_mode" """ - e_draft_game_draft_order( + e_match_mode( """distinct select on columns""" - distinct_on: [e_draft_game_draft_order_select_column!] + distinct_on: [e_match_mode_select_column!] """limit the number of rows returned""" limit: Int @@ -64458,18 +73139,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_draft_order_order_by!] + order_by: [e_match_mode_order_by!] """filter the rows returned""" - where: e_draft_game_draft_order_bool_exp - ): [e_draft_game_draft_order!]! + where: e_match_mode_bool_exp + ): [e_match_mode!]! """ - fetch aggregated fields from the table: "e_draft_game_draft_order" + fetch aggregated fields from the table: "e_match_mode" """ - e_draft_game_draft_order_aggregate( + e_match_mode_aggregate( """distinct select on columns""" - distinct_on: [e_draft_game_draft_order_select_column!] + distinct_on: [e_match_mode_select_column!] """limit the number of rows returned""" limit: Int @@ -64478,37 +73159,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_draft_order_order_by!] + order_by: [e_match_mode_order_by!] """filter the rows returned""" - where: e_draft_game_draft_order_bool_exp - ): e_draft_game_draft_order_aggregate! + where: e_match_mode_bool_exp + ): e_match_mode_aggregate! - """ - fetch data from the table: "e_draft_game_draft_order" using primary key columns - """ - e_draft_game_draft_order_by_pk(value: String!): e_draft_game_draft_order + """fetch data from the table: "e_match_mode" using primary key columns""" + e_match_mode_by_pk(value: String!): e_match_mode """ - fetch data from the table in a streaming manner: "e_draft_game_draft_order" + fetch data from the table in a streaming manner: "e_match_mode" """ - e_draft_game_draft_order_stream( + e_match_mode_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_draft_game_draft_order_stream_cursor_input]! + cursor: [e_match_mode_stream_cursor_input]! """filter the rows returned""" - where: e_draft_game_draft_order_bool_exp - ): [e_draft_game_draft_order!]! + where: e_match_mode_bool_exp + ): [e_match_mode!]! """ - fetch data from the table: "e_draft_game_mode" + fetch data from the table: "e_match_status" """ - e_draft_game_mode( + e_match_status( """distinct select on columns""" - distinct_on: [e_draft_game_mode_select_column!] + distinct_on: [e_match_status_select_column!] """limit the number of rows returned""" limit: Int @@ -64517,18 +73196,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_mode_order_by!] + order_by: [e_match_status_order_by!] """filter the rows returned""" - where: e_draft_game_mode_bool_exp - ): [e_draft_game_mode!]! + where: e_match_status_bool_exp + ): [e_match_status!]! """ - fetch aggregated fields from the table: "e_draft_game_mode" + fetch aggregated fields from the table: "e_match_status" """ - e_draft_game_mode_aggregate( + e_match_status_aggregate( """distinct select on columns""" - distinct_on: [e_draft_game_mode_select_column!] + distinct_on: [e_match_status_select_column!] """limit the number of rows returned""" limit: Int @@ -64537,37 +73216,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_mode_order_by!] + order_by: [e_match_status_order_by!] """filter the rows returned""" - where: e_draft_game_mode_bool_exp - ): e_draft_game_mode_aggregate! + where: e_match_status_bool_exp + ): e_match_status_aggregate! - """ - fetch data from the table: "e_draft_game_mode" using primary key columns - """ - e_draft_game_mode_by_pk(value: String!): e_draft_game_mode + """fetch data from the table: "e_match_status" using primary key columns""" + e_match_status_by_pk(value: String!): e_match_status """ - fetch data from the table in a streaming manner: "e_draft_game_mode" + fetch data from the table in a streaming manner: "e_match_status" """ - e_draft_game_mode_stream( + e_match_status_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_draft_game_mode_stream_cursor_input]! + cursor: [e_match_status_stream_cursor_input]! """filter the rows returned""" - where: e_draft_game_mode_bool_exp - ): [e_draft_game_mode!]! + where: e_match_status_bool_exp + ): [e_match_status!]! """ - fetch data from the table: "e_draft_game_player_status" + fetch data from the table: "e_match_types" """ - e_draft_game_player_status( + e_match_types( """distinct select on columns""" - distinct_on: [e_draft_game_player_status_select_column!] + distinct_on: [e_match_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64576,18 +73253,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_player_status_order_by!] + order_by: [e_match_types_order_by!] """filter the rows returned""" - where: e_draft_game_player_status_bool_exp - ): [e_draft_game_player_status!]! + where: e_match_types_bool_exp + ): [e_match_types!]! """ - fetch aggregated fields from the table: "e_draft_game_player_status" + fetch aggregated fields from the table: "e_match_types" """ - e_draft_game_player_status_aggregate( + e_match_types_aggregate( """distinct select on columns""" - distinct_on: [e_draft_game_player_status_select_column!] + distinct_on: [e_match_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64596,37 +73273,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_player_status_order_by!] + order_by: [e_match_types_order_by!] """filter the rows returned""" - where: e_draft_game_player_status_bool_exp - ): e_draft_game_player_status_aggregate! + where: e_match_types_bool_exp + ): e_match_types_aggregate! - """ - fetch data from the table: "e_draft_game_player_status" using primary key columns - """ - e_draft_game_player_status_by_pk(value: String!): e_draft_game_player_status + """fetch data from the table: "e_match_types" using primary key columns""" + e_match_types_by_pk(value: String!): e_match_types """ - fetch data from the table in a streaming manner: "e_draft_game_player_status" + fetch data from the table in a streaming manner: "e_match_types" """ - e_draft_game_player_status_stream( + e_match_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_draft_game_player_status_stream_cursor_input]! + cursor: [e_match_types_stream_cursor_input]! """filter the rows returned""" - where: e_draft_game_player_status_bool_exp - ): [e_draft_game_player_status!]! + where: e_match_types_bool_exp + ): [e_match_types!]! """ - fetch data from the table: "e_draft_game_status" + fetch data from the table: "e_notification_types" """ - e_draft_game_status( + e_notification_types( """distinct select on columns""" - distinct_on: [e_draft_game_status_select_column!] + distinct_on: [e_notification_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64635,18 +73310,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_status_order_by!] + order_by: [e_notification_types_order_by!] """filter the rows returned""" - where: e_draft_game_status_bool_exp - ): [e_draft_game_status!]! + where: e_notification_types_bool_exp + ): [e_notification_types!]! """ - fetch aggregated fields from the table: "e_draft_game_status" + fetch aggregated fields from the table: "e_notification_types" """ - e_draft_game_status_aggregate( + e_notification_types_aggregate( """distinct select on columns""" - distinct_on: [e_draft_game_status_select_column!] + distinct_on: [e_notification_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64655,37 +73330,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_draft_game_status_order_by!] + order_by: [e_notification_types_order_by!] """filter the rows returned""" - where: e_draft_game_status_bool_exp - ): e_draft_game_status_aggregate! + where: e_notification_types_bool_exp + ): e_notification_types_aggregate! """ - fetch data from the table: "e_draft_game_status" using primary key columns + fetch data from the table: "e_notification_types" using primary key columns """ - e_draft_game_status_by_pk(value: String!): e_draft_game_status + e_notification_types_by_pk(value: String!): e_notification_types """ - fetch data from the table in a streaming manner: "e_draft_game_status" + fetch data from the table in a streaming manner: "e_notification_types" """ - e_draft_game_status_stream( + e_notification_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_draft_game_status_stream_cursor_input]! + cursor: [e_notification_types_stream_cursor_input]! """filter the rows returned""" - where: e_draft_game_status_bool_exp - ): [e_draft_game_status!]! + where: e_notification_types_bool_exp + ): [e_notification_types!]! """ - fetch data from the table: "e_friend_status" + fetch data from the table: "e_objective_types" """ - e_friend_status( + e_objective_types( """distinct select on columns""" - distinct_on: [e_friend_status_select_column!] + distinct_on: [e_objective_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64694,18 +73369,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_friend_status_order_by!] + order_by: [e_objective_types_order_by!] """filter the rows returned""" - where: e_friend_status_bool_exp - ): [e_friend_status!]! + where: e_objective_types_bool_exp + ): [e_objective_types!]! """ - fetch aggregated fields from the table: "e_friend_status" + fetch aggregated fields from the table: "e_objective_types" """ - e_friend_status_aggregate( + e_objective_types_aggregate( """distinct select on columns""" - distinct_on: [e_friend_status_select_column!] + distinct_on: [e_objective_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64714,35 +73389,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_friend_status_order_by!] + order_by: [e_objective_types_order_by!] """filter the rows returned""" - where: e_friend_status_bool_exp - ): e_friend_status_aggregate! + where: e_objective_types_bool_exp + ): e_objective_types_aggregate! - """fetch data from the table: "e_friend_status" using primary key columns""" - e_friend_status_by_pk(value: String!): e_friend_status + """ + fetch data from the table: "e_objective_types" using primary key columns + """ + e_objective_types_by_pk(value: String!): e_objective_types """ - fetch data from the table in a streaming manner: "e_friend_status" + fetch data from the table in a streaming manner: "e_objective_types" """ - e_friend_status_stream( + e_objective_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_friend_status_stream_cursor_input]! + cursor: [e_objective_types_stream_cursor_input]! """filter the rows returned""" - where: e_friend_status_bool_exp - ): [e_friend_status!]! + where: e_objective_types_bool_exp + ): [e_objective_types!]! """ - fetch data from the table: "e_game_cfg_types" + fetch data from the table: "e_player_roles" """ - e_game_cfg_types( + e_player_roles( """distinct select on columns""" - distinct_on: [e_game_cfg_types_select_column!] + distinct_on: [e_player_roles_select_column!] """limit the number of rows returned""" limit: Int @@ -64751,18 +73428,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_game_cfg_types_order_by!] + order_by: [e_player_roles_order_by!] """filter the rows returned""" - where: e_game_cfg_types_bool_exp - ): [e_game_cfg_types!]! + where: e_player_roles_bool_exp + ): [e_player_roles!]! """ - fetch aggregated fields from the table: "e_game_cfg_types" + fetch aggregated fields from the table: "e_player_roles" """ - e_game_cfg_types_aggregate( + e_player_roles_aggregate( """distinct select on columns""" - distinct_on: [e_game_cfg_types_select_column!] + distinct_on: [e_player_roles_select_column!] """limit the number of rows returned""" limit: Int @@ -64771,37 +73448,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_game_cfg_types_order_by!] + order_by: [e_player_roles_order_by!] """filter the rows returned""" - where: e_game_cfg_types_bool_exp - ): e_game_cfg_types_aggregate! + where: e_player_roles_bool_exp + ): e_player_roles_aggregate! - """ - fetch data from the table: "e_game_cfg_types" using primary key columns - """ - e_game_cfg_types_by_pk(value: String!): e_game_cfg_types + """fetch data from the table: "e_player_roles" using primary key columns""" + e_player_roles_by_pk(value: String!): e_player_roles """ - fetch data from the table in a streaming manner: "e_game_cfg_types" + fetch data from the table in a streaming manner: "e_player_roles" """ - e_game_cfg_types_stream( + e_player_roles_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_game_cfg_types_stream_cursor_input]! + cursor: [e_player_roles_stream_cursor_input]! """filter the rows returned""" - where: e_game_cfg_types_bool_exp - ): [e_game_cfg_types!]! + where: e_player_roles_bool_exp + ): [e_player_roles!]! """ - fetch data from the table: "e_game_server_node_statuses" + fetch data from the table: "e_ready_settings" """ - e_game_server_node_statuses( + e_ready_settings( """distinct select on columns""" - distinct_on: [e_game_server_node_statuses_select_column!] + distinct_on: [e_ready_settings_select_column!] """limit the number of rows returned""" limit: Int @@ -64810,18 +73485,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_game_server_node_statuses_order_by!] + order_by: [e_ready_settings_order_by!] """filter the rows returned""" - where: e_game_server_node_statuses_bool_exp - ): [e_game_server_node_statuses!]! + where: e_ready_settings_bool_exp + ): [e_ready_settings!]! """ - fetch aggregated fields from the table: "e_game_server_node_statuses" + fetch aggregated fields from the table: "e_ready_settings" """ - e_game_server_node_statuses_aggregate( + e_ready_settings_aggregate( """distinct select on columns""" - distinct_on: [e_game_server_node_statuses_select_column!] + distinct_on: [e_ready_settings_select_column!] """limit the number of rows returned""" limit: Int @@ -64830,37 +73505,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_game_server_node_statuses_order_by!] + order_by: [e_ready_settings_order_by!] """filter the rows returned""" - where: e_game_server_node_statuses_bool_exp - ): e_game_server_node_statuses_aggregate! + where: e_ready_settings_bool_exp + ): e_ready_settings_aggregate! """ - fetch data from the table: "e_game_server_node_statuses" using primary key columns + fetch data from the table: "e_ready_settings" using primary key columns """ - e_game_server_node_statuses_by_pk(value: String!): e_game_server_node_statuses + e_ready_settings_by_pk(value: String!): e_ready_settings """ - fetch data from the table in a streaming manner: "e_game_server_node_statuses" + fetch data from the table in a streaming manner: "e_ready_settings" """ - e_game_server_node_statuses_stream( + e_ready_settings_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_game_server_node_statuses_stream_cursor_input]! + cursor: [e_ready_settings_stream_cursor_input]! """filter the rows returned""" - where: e_game_server_node_statuses_bool_exp - ): [e_game_server_node_statuses!]! + where: e_ready_settings_bool_exp + ): [e_ready_settings!]! """ - fetch data from the table: "e_lobby_access" + fetch data from the table: "e_sanction_types" """ - e_lobby_access( + e_sanction_types( """distinct select on columns""" - distinct_on: [e_lobby_access_select_column!] + distinct_on: [e_sanction_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64869,18 +73544,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_lobby_access_order_by!] + order_by: [e_sanction_types_order_by!] """filter the rows returned""" - where: e_lobby_access_bool_exp - ): [e_lobby_access!]! + where: e_sanction_types_bool_exp + ): [e_sanction_types!]! """ - fetch aggregated fields from the table: "e_lobby_access" + fetch aggregated fields from the table: "e_sanction_types" """ - e_lobby_access_aggregate( + e_sanction_types_aggregate( """distinct select on columns""" - distinct_on: [e_lobby_access_select_column!] + distinct_on: [e_sanction_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64889,35 +73564,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_lobby_access_order_by!] + order_by: [e_sanction_types_order_by!] """filter the rows returned""" - where: e_lobby_access_bool_exp - ): e_lobby_access_aggregate! + where: e_sanction_types_bool_exp + ): e_sanction_types_aggregate! - """fetch data from the table: "e_lobby_access" using primary key columns""" - e_lobby_access_by_pk(value: String!): e_lobby_access + """ + fetch data from the table: "e_sanction_types" using primary key columns + """ + e_sanction_types_by_pk(value: String!): e_sanction_types """ - fetch data from the table in a streaming manner: "e_lobby_access" + fetch data from the table in a streaming manner: "e_sanction_types" """ - e_lobby_access_stream( + e_sanction_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_lobby_access_stream_cursor_input]! + cursor: [e_sanction_types_stream_cursor_input]! """filter the rows returned""" - where: e_lobby_access_bool_exp - ): [e_lobby_access!]! + where: e_sanction_types_bool_exp + ): [e_sanction_types!]! """ - fetch data from the table: "e_lobby_player_status" + fetch data from the table: "e_scrim_request_statuses" """ - e_lobby_player_status( + e_scrim_request_statuses( """distinct select on columns""" - distinct_on: [e_lobby_player_status_select_column!] + distinct_on: [e_scrim_request_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64926,18 +73603,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_lobby_player_status_order_by!] + order_by: [e_scrim_request_statuses_order_by!] """filter the rows returned""" - where: e_lobby_player_status_bool_exp - ): [e_lobby_player_status!]! + where: e_scrim_request_statuses_bool_exp + ): [e_scrim_request_statuses!]! """ - fetch aggregated fields from the table: "e_lobby_player_status" + fetch aggregated fields from the table: "e_scrim_request_statuses" """ - e_lobby_player_status_aggregate( + e_scrim_request_statuses_aggregate( """distinct select on columns""" - distinct_on: [e_lobby_player_status_select_column!] + distinct_on: [e_scrim_request_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -64946,37 +73623,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_lobby_player_status_order_by!] + order_by: [e_scrim_request_statuses_order_by!] """filter the rows returned""" - where: e_lobby_player_status_bool_exp - ): e_lobby_player_status_aggregate! + where: e_scrim_request_statuses_bool_exp + ): e_scrim_request_statuses_aggregate! """ - fetch data from the table: "e_lobby_player_status" using primary key columns + fetch data from the table: "e_scrim_request_statuses" using primary key columns """ - e_lobby_player_status_by_pk(value: String!): e_lobby_player_status + e_scrim_request_statuses_by_pk(value: String!): e_scrim_request_statuses """ - fetch data from the table in a streaming manner: "e_lobby_player_status" + fetch data from the table in a streaming manner: "e_scrim_request_statuses" """ - e_lobby_player_status_stream( + e_scrim_request_statuses_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_lobby_player_status_stream_cursor_input]! + cursor: [e_scrim_request_statuses_stream_cursor_input]! """filter the rows returned""" - where: e_lobby_player_status_bool_exp - ): [e_lobby_player_status!]! + where: e_scrim_request_statuses_bool_exp + ): [e_scrim_request_statuses!]! """ - fetch data from the table: "e_map_pool_types" + fetch data from the table: "e_server_types" """ - e_map_pool_types( + e_server_types( """distinct select on columns""" - distinct_on: [e_map_pool_types_select_column!] + distinct_on: [e_server_types_select_column!] """limit the number of rows returned""" limit: Int @@ -64985,18 +73662,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_map_pool_types_order_by!] + order_by: [e_server_types_order_by!] """filter the rows returned""" - where: e_map_pool_types_bool_exp - ): [e_map_pool_types!]! + where: e_server_types_bool_exp + ): [e_server_types!]! """ - fetch aggregated fields from the table: "e_map_pool_types" + fetch aggregated fields from the table: "e_server_types" """ - e_map_pool_types_aggregate( + e_server_types_aggregate( """distinct select on columns""" - distinct_on: [e_map_pool_types_select_column!] + distinct_on: [e_server_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65005,37 +73682,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_map_pool_types_order_by!] + order_by: [e_server_types_order_by!] """filter the rows returned""" - where: e_map_pool_types_bool_exp - ): e_map_pool_types_aggregate! + where: e_server_types_bool_exp + ): e_server_types_aggregate! - """ - fetch data from the table: "e_map_pool_types" using primary key columns - """ - e_map_pool_types_by_pk(value: String!): e_map_pool_types + """fetch data from the table: "e_server_types" using primary key columns""" + e_server_types_by_pk(value: String!): e_server_types """ - fetch data from the table in a streaming manner: "e_map_pool_types" + fetch data from the table in a streaming manner: "e_server_types" """ - e_map_pool_types_stream( + e_server_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_map_pool_types_stream_cursor_input]! + cursor: [e_server_types_stream_cursor_input]! """filter the rows returned""" - where: e_map_pool_types_bool_exp - ): [e_map_pool_types!]! + where: e_server_types_bool_exp + ): [e_server_types!]! """ - fetch data from the table: "e_match_clip_visibility" + fetch data from the table: "e_sides" """ - e_match_clip_visibility( + e_sides( """distinct select on columns""" - distinct_on: [e_match_clip_visibility_select_column!] + distinct_on: [e_sides_select_column!] """limit the number of rows returned""" limit: Int @@ -65044,18 +73719,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_clip_visibility_order_by!] + order_by: [e_sides_order_by!] """filter the rows returned""" - where: e_match_clip_visibility_bool_exp - ): [e_match_clip_visibility!]! + where: e_sides_bool_exp + ): [e_sides!]! """ - fetch aggregated fields from the table: "e_match_clip_visibility" + fetch aggregated fields from the table: "e_sides" """ - e_match_clip_visibility_aggregate( + e_sides_aggregate( """distinct select on columns""" - distinct_on: [e_match_clip_visibility_select_column!] + distinct_on: [e_sides_select_column!] """limit the number of rows returned""" limit: Int @@ -65064,37 +73739,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_clip_visibility_order_by!] + order_by: [e_sides_order_by!] """filter the rows returned""" - where: e_match_clip_visibility_bool_exp - ): e_match_clip_visibility_aggregate! + where: e_sides_bool_exp + ): e_sides_aggregate! - """ - fetch data from the table: "e_match_clip_visibility" using primary key columns - """ - e_match_clip_visibility_by_pk(value: String!): e_match_clip_visibility + """fetch data from the table: "e_sides" using primary key columns""" + e_sides_by_pk(value: String!): e_sides """ - fetch data from the table in a streaming manner: "e_match_clip_visibility" + fetch data from the table in a streaming manner: "e_sides" """ - e_match_clip_visibility_stream( + e_sides_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_match_clip_visibility_stream_cursor_input]! + cursor: [e_sides_stream_cursor_input]! """filter the rows returned""" - where: e_match_clip_visibility_bool_exp - ): [e_match_clip_visibility!]! + where: e_sides_bool_exp + ): [e_sides!]! """ - fetch data from the table: "e_match_map_status" + fetch data from the table: "e_system_alert_types" """ - e_match_map_status( + e_system_alert_types( """distinct select on columns""" - distinct_on: [e_match_map_status_select_column!] + distinct_on: [e_system_alert_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65103,18 +73776,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_map_status_order_by!] + order_by: [e_system_alert_types_order_by!] """filter the rows returned""" - where: e_match_map_status_bool_exp - ): [e_match_map_status!]! + where: e_system_alert_types_bool_exp + ): [e_system_alert_types!]! """ - fetch aggregated fields from the table: "e_match_map_status" + fetch aggregated fields from the table: "e_system_alert_types" """ - e_match_map_status_aggregate( + e_system_alert_types_aggregate( """distinct select on columns""" - distinct_on: [e_match_map_status_select_column!] + distinct_on: [e_system_alert_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65123,37 +73796,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_map_status_order_by!] + order_by: [e_system_alert_types_order_by!] """filter the rows returned""" - where: e_match_map_status_bool_exp - ): e_match_map_status_aggregate! + where: e_system_alert_types_bool_exp + ): e_system_alert_types_aggregate! """ - fetch data from the table: "e_match_map_status" using primary key columns + fetch data from the table: "e_system_alert_types" using primary key columns """ - e_match_map_status_by_pk(value: String!): e_match_map_status + e_system_alert_types_by_pk(value: String!): e_system_alert_types """ - fetch data from the table in a streaming manner: "e_match_map_status" + fetch data from the table in a streaming manner: "e_system_alert_types" """ - e_match_map_status_stream( + e_system_alert_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_match_map_status_stream_cursor_input]! + cursor: [e_system_alert_types_stream_cursor_input]! """filter the rows returned""" - where: e_match_map_status_bool_exp - ): [e_match_map_status!]! + where: e_system_alert_types_bool_exp + ): [e_system_alert_types!]! """ - fetch data from the table: "e_match_mode" + fetch data from the table: "e_team_roles" """ - e_match_mode( + e_team_roles( """distinct select on columns""" - distinct_on: [e_match_mode_select_column!] + distinct_on: [e_team_roles_select_column!] """limit the number of rows returned""" limit: Int @@ -65162,18 +73835,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_mode_order_by!] + order_by: [e_team_roles_order_by!] """filter the rows returned""" - where: e_match_mode_bool_exp - ): [e_match_mode!]! + where: e_team_roles_bool_exp + ): [e_team_roles!]! """ - fetch aggregated fields from the table: "e_match_mode" + fetch aggregated fields from the table: "e_team_roles" """ - e_match_mode_aggregate( + e_team_roles_aggregate( """distinct select on columns""" - distinct_on: [e_match_mode_select_column!] + distinct_on: [e_team_roles_select_column!] """limit the number of rows returned""" limit: Int @@ -65182,35 +73855,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_mode_order_by!] + order_by: [e_team_roles_order_by!] """filter the rows returned""" - where: e_match_mode_bool_exp - ): e_match_mode_aggregate! + where: e_team_roles_bool_exp + ): e_team_roles_aggregate! - """fetch data from the table: "e_match_mode" using primary key columns""" - e_match_mode_by_pk(value: String!): e_match_mode + """fetch data from the table: "e_team_roles" using primary key columns""" + e_team_roles_by_pk(value: String!): e_team_roles """ - fetch data from the table in a streaming manner: "e_match_mode" + fetch data from the table in a streaming manner: "e_team_roles" """ - e_match_mode_stream( + e_team_roles_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_match_mode_stream_cursor_input]! + cursor: [e_team_roles_stream_cursor_input]! """filter the rows returned""" - where: e_match_mode_bool_exp - ): [e_match_mode!]! + where: e_team_roles_bool_exp + ): [e_team_roles!]! """ - fetch data from the table: "e_match_status" + fetch data from the table: "e_team_roster_statuses" """ - e_match_status( + e_team_roster_statuses( """distinct select on columns""" - distinct_on: [e_match_status_select_column!] + distinct_on: [e_team_roster_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -65219,18 +73892,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_status_order_by!] + order_by: [e_team_roster_statuses_order_by!] """filter the rows returned""" - where: e_match_status_bool_exp - ): [e_match_status!]! + where: e_team_roster_statuses_bool_exp + ): [e_team_roster_statuses!]! """ - fetch aggregated fields from the table: "e_match_status" + fetch aggregated fields from the table: "e_team_roster_statuses" """ - e_match_status_aggregate( + e_team_roster_statuses_aggregate( """distinct select on columns""" - distinct_on: [e_match_status_select_column!] + distinct_on: [e_team_roster_statuses_select_column!] """limit the number of rows returned""" limit: Int @@ -65239,35 +73912,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_status_order_by!] + order_by: [e_team_roster_statuses_order_by!] """filter the rows returned""" - where: e_match_status_bool_exp - ): e_match_status_aggregate! + where: e_team_roster_statuses_bool_exp + ): e_team_roster_statuses_aggregate! - """fetch data from the table: "e_match_status" using primary key columns""" - e_match_status_by_pk(value: String!): e_match_status + """ + fetch data from the table: "e_team_roster_statuses" using primary key columns + """ + e_team_roster_statuses_by_pk(value: String!): e_team_roster_statuses """ - fetch data from the table in a streaming manner: "e_match_status" + fetch data from the table in a streaming manner: "e_team_roster_statuses" """ - e_match_status_stream( + e_team_roster_statuses_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_match_status_stream_cursor_input]! + cursor: [e_team_roster_statuses_stream_cursor_input]! """filter the rows returned""" - where: e_match_status_bool_exp - ): [e_match_status!]! + where: e_team_roster_statuses_bool_exp + ): [e_team_roster_statuses!]! """ - fetch data from the table: "e_match_types" + fetch data from the table: "e_timeout_settings" """ - e_match_types( + e_timeout_settings( """distinct select on columns""" - distinct_on: [e_match_types_select_column!] + distinct_on: [e_timeout_settings_select_column!] """limit the number of rows returned""" limit: Int @@ -65276,18 +73951,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_types_order_by!] + order_by: [e_timeout_settings_order_by!] """filter the rows returned""" - where: e_match_types_bool_exp - ): [e_match_types!]! + where: e_timeout_settings_bool_exp + ): [e_timeout_settings!]! """ - fetch aggregated fields from the table: "e_match_types" + fetch aggregated fields from the table: "e_timeout_settings" """ - e_match_types_aggregate( + e_timeout_settings_aggregate( """distinct select on columns""" - distinct_on: [e_match_types_select_column!] + distinct_on: [e_timeout_settings_select_column!] """limit the number of rows returned""" limit: Int @@ -65296,35 +73971,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_match_types_order_by!] + order_by: [e_timeout_settings_order_by!] """filter the rows returned""" - where: e_match_types_bool_exp - ): e_match_types_aggregate! + where: e_timeout_settings_bool_exp + ): e_timeout_settings_aggregate! - """fetch data from the table: "e_match_types" using primary key columns""" - e_match_types_by_pk(value: String!): e_match_types + """ + fetch data from the table: "e_timeout_settings" using primary key columns + """ + e_timeout_settings_by_pk(value: String!): e_timeout_settings """ - fetch data from the table in a streaming manner: "e_match_types" + fetch data from the table in a streaming manner: "e_timeout_settings" """ - e_match_types_stream( + e_timeout_settings_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_match_types_stream_cursor_input]! + cursor: [e_timeout_settings_stream_cursor_input]! """filter the rows returned""" - where: e_match_types_bool_exp - ): [e_match_types!]! + where: e_timeout_settings_bool_exp + ): [e_timeout_settings!]! """ - fetch data from the table: "e_notification_types" + fetch data from the table: "e_tournament_stage_types" """ - e_notification_types( + e_tournament_stage_types( """distinct select on columns""" - distinct_on: [e_notification_types_select_column!] + distinct_on: [e_tournament_stage_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65333,18 +74010,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_notification_types_order_by!] + order_by: [e_tournament_stage_types_order_by!] """filter the rows returned""" - where: e_notification_types_bool_exp - ): [e_notification_types!]! + where: e_tournament_stage_types_bool_exp + ): [e_tournament_stage_types!]! """ - fetch aggregated fields from the table: "e_notification_types" + fetch aggregated fields from the table: "e_tournament_stage_types" """ - e_notification_types_aggregate( + e_tournament_stage_types_aggregate( """distinct select on columns""" - distinct_on: [e_notification_types_select_column!] + distinct_on: [e_tournament_stage_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65353,37 +74030,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_notification_types_order_by!] + order_by: [e_tournament_stage_types_order_by!] """filter the rows returned""" - where: e_notification_types_bool_exp - ): e_notification_types_aggregate! + where: e_tournament_stage_types_bool_exp + ): e_tournament_stage_types_aggregate! """ - fetch data from the table: "e_notification_types" using primary key columns + fetch data from the table: "e_tournament_stage_types" using primary key columns """ - e_notification_types_by_pk(value: String!): e_notification_types + e_tournament_stage_types_by_pk(value: String!): e_tournament_stage_types """ - fetch data from the table in a streaming manner: "e_notification_types" + fetch data from the table in a streaming manner: "e_tournament_stage_types" """ - e_notification_types_stream( + e_tournament_stage_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_notification_types_stream_cursor_input]! + cursor: [e_tournament_stage_types_stream_cursor_input]! """filter the rows returned""" - where: e_notification_types_bool_exp - ): [e_notification_types!]! + where: e_tournament_stage_types_bool_exp + ): [e_tournament_stage_types!]! """ - fetch data from the table: "e_objective_types" + fetch data from the table: "e_tournament_status" """ - e_objective_types( + e_tournament_status( """distinct select on columns""" - distinct_on: [e_objective_types_select_column!] + distinct_on: [e_tournament_status_select_column!] """limit the number of rows returned""" limit: Int @@ -65392,18 +74069,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_objective_types_order_by!] + order_by: [e_tournament_status_order_by!] """filter the rows returned""" - where: e_objective_types_bool_exp - ): [e_objective_types!]! + where: e_tournament_status_bool_exp + ): [e_tournament_status!]! """ - fetch aggregated fields from the table: "e_objective_types" + fetch aggregated fields from the table: "e_tournament_status" """ - e_objective_types_aggregate( + e_tournament_status_aggregate( """distinct select on columns""" - distinct_on: [e_objective_types_select_column!] + distinct_on: [e_tournament_status_select_column!] """limit the number of rows returned""" limit: Int @@ -65412,37 +74089,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_objective_types_order_by!] + order_by: [e_tournament_status_order_by!] """filter the rows returned""" - where: e_objective_types_bool_exp - ): e_objective_types_aggregate! + where: e_tournament_status_bool_exp + ): e_tournament_status_aggregate! """ - fetch data from the table: "e_objective_types" using primary key columns + fetch data from the table: "e_tournament_status" using primary key columns """ - e_objective_types_by_pk(value: String!): e_objective_types + e_tournament_status_by_pk(value: String!): e_tournament_status """ - fetch data from the table in a streaming manner: "e_objective_types" + fetch data from the table in a streaming manner: "e_tournament_status" """ - e_objective_types_stream( + e_tournament_status_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_objective_types_stream_cursor_input]! + cursor: [e_tournament_status_stream_cursor_input]! """filter the rows returned""" - where: e_objective_types_bool_exp - ): [e_objective_types!]! + where: e_tournament_status_bool_exp + ): [e_tournament_status!]! """ - fetch data from the table: "e_player_roles" + fetch data from the table: "e_utility_types" """ - e_player_roles( + e_utility_types( """distinct select on columns""" - distinct_on: [e_player_roles_select_column!] + distinct_on: [e_utility_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65451,18 +74128,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_player_roles_order_by!] + order_by: [e_utility_types_order_by!] """filter the rows returned""" - where: e_player_roles_bool_exp - ): [e_player_roles!]! + where: e_utility_types_bool_exp + ): [e_utility_types!]! """ - fetch aggregated fields from the table: "e_player_roles" + fetch aggregated fields from the table: "e_utility_types" """ - e_player_roles_aggregate( + e_utility_types_aggregate( """distinct select on columns""" - distinct_on: [e_player_roles_select_column!] + distinct_on: [e_utility_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65471,35 +74148,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_player_roles_order_by!] + order_by: [e_utility_types_order_by!] """filter the rows returned""" - where: e_player_roles_bool_exp - ): e_player_roles_aggregate! + where: e_utility_types_bool_exp + ): e_utility_types_aggregate! - """fetch data from the table: "e_player_roles" using primary key columns""" - e_player_roles_by_pk(value: String!): e_player_roles + """fetch data from the table: "e_utility_types" using primary key columns""" + e_utility_types_by_pk(value: String!): e_utility_types """ - fetch data from the table in a streaming manner: "e_player_roles" + fetch data from the table in a streaming manner: "e_utility_types" """ - e_player_roles_stream( + e_utility_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_player_roles_stream_cursor_input]! + cursor: [e_utility_types_stream_cursor_input]! """filter the rows returned""" - where: e_player_roles_bool_exp - ): [e_player_roles!]! + where: e_utility_types_bool_exp + ): [e_utility_types!]! """ - fetch data from the table: "e_ready_settings" + fetch data from the table: "e_veto_pick_types" """ - e_ready_settings( + e_veto_pick_types( """distinct select on columns""" - distinct_on: [e_ready_settings_select_column!] + distinct_on: [e_veto_pick_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65508,18 +74185,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_ready_settings_order_by!] + order_by: [e_veto_pick_types_order_by!] """filter the rows returned""" - where: e_ready_settings_bool_exp - ): [e_ready_settings!]! + where: e_veto_pick_types_bool_exp + ): [e_veto_pick_types!]! """ - fetch aggregated fields from the table: "e_ready_settings" + fetch aggregated fields from the table: "e_veto_pick_types" """ - e_ready_settings_aggregate( + e_veto_pick_types_aggregate( """distinct select on columns""" - distinct_on: [e_ready_settings_select_column!] + distinct_on: [e_veto_pick_types_select_column!] """limit the number of rows returned""" limit: Int @@ -65528,37 +74205,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_ready_settings_order_by!] + order_by: [e_veto_pick_types_order_by!] """filter the rows returned""" - where: e_ready_settings_bool_exp - ): e_ready_settings_aggregate! + where: e_veto_pick_types_bool_exp + ): e_veto_pick_types_aggregate! """ - fetch data from the table: "e_ready_settings" using primary key columns + fetch data from the table: "e_veto_pick_types" using primary key columns """ - e_ready_settings_by_pk(value: String!): e_ready_settings + e_veto_pick_types_by_pk(value: String!): e_veto_pick_types """ - fetch data from the table in a streaming manner: "e_ready_settings" + fetch data from the table in a streaming manner: "e_veto_pick_types" """ - e_ready_settings_stream( + e_veto_pick_types_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_ready_settings_stream_cursor_input]! + cursor: [e_veto_pick_types_stream_cursor_input]! """filter the rows returned""" - where: e_ready_settings_bool_exp - ): [e_ready_settings!]! + where: e_veto_pick_types_bool_exp + ): [e_veto_pick_types!]! """ - fetch data from the table: "e_sanction_types" + fetch data from the table: "e_winning_reasons" """ - e_sanction_types( + e_winning_reasons( """distinct select on columns""" - distinct_on: [e_sanction_types_select_column!] + distinct_on: [e_winning_reasons_select_column!] """limit the number of rows returned""" limit: Int @@ -65567,18 +74244,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_sanction_types_order_by!] + order_by: [e_winning_reasons_order_by!] """filter the rows returned""" - where: e_sanction_types_bool_exp - ): [e_sanction_types!]! + where: e_winning_reasons_bool_exp + ): [e_winning_reasons!]! """ - fetch aggregated fields from the table: "e_sanction_types" + fetch aggregated fields from the table: "e_winning_reasons" """ - e_sanction_types_aggregate( + e_winning_reasons_aggregate( """distinct select on columns""" - distinct_on: [e_sanction_types_select_column!] + distinct_on: [e_winning_reasons_select_column!] """limit the number of rows returned""" limit: Int @@ -65587,37 +74264,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_sanction_types_order_by!] + order_by: [e_winning_reasons_order_by!] """filter the rows returned""" - where: e_sanction_types_bool_exp - ): e_sanction_types_aggregate! + where: e_winning_reasons_bool_exp + ): e_winning_reasons_aggregate! """ - fetch data from the table: "e_sanction_types" using primary key columns + fetch data from the table: "e_winning_reasons" using primary key columns """ - e_sanction_types_by_pk(value: String!): e_sanction_types + e_winning_reasons_by_pk(value: String!): e_winning_reasons """ - fetch data from the table in a streaming manner: "e_sanction_types" + fetch data from the table in a streaming manner: "e_winning_reasons" """ - e_sanction_types_stream( + e_winning_reasons_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_sanction_types_stream_cursor_input]! + cursor: [e_winning_reasons_stream_cursor_input]! """filter the rows returned""" - where: e_sanction_types_bool_exp - ): [e_sanction_types!]! + where: e_winning_reasons_bool_exp + ): [e_winning_reasons!]! """ - fetch data from the table: "e_scrim_request_statuses" + fetch data from the table: "friends" """ - e_scrim_request_statuses( + friends( """distinct select on columns""" - distinct_on: [e_scrim_request_statuses_select_column!] + distinct_on: [friends_select_column!] """limit the number of rows returned""" limit: Int @@ -65626,18 +74303,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_scrim_request_statuses_order_by!] + order_by: [friends_order_by!] """filter the rows returned""" - where: e_scrim_request_statuses_bool_exp - ): [e_scrim_request_statuses!]! + where: friends_bool_exp + ): [friends!]! """ - fetch aggregated fields from the table: "e_scrim_request_statuses" + fetch aggregated fields from the table: "friends" """ - e_scrim_request_statuses_aggregate( + friends_aggregate( """distinct select on columns""" - distinct_on: [e_scrim_request_statuses_select_column!] + distinct_on: [friends_select_column!] """limit the number of rows returned""" limit: Int @@ -65646,37 +74323,33 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_scrim_request_statuses_order_by!] + order_by: [friends_order_by!] """filter the rows returned""" - where: e_scrim_request_statuses_bool_exp - ): e_scrim_request_statuses_aggregate! + where: friends_bool_exp + ): friends_aggregate! - """ - fetch data from the table: "e_scrim_request_statuses" using primary key columns - """ - e_scrim_request_statuses_by_pk(value: String!): e_scrim_request_statuses + """fetch data from the table: "friends" using primary key columns""" + friends_by_pk(other_player_steam_id: bigint!, player_steam_id: bigint!): friends """ - fetch data from the table in a streaming manner: "e_scrim_request_statuses" + fetch data from the table in a streaming manner: "friends" """ - e_scrim_request_statuses_stream( + friends_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_scrim_request_statuses_stream_cursor_input]! + cursor: [friends_stream_cursor_input]! """filter the rows returned""" - where: e_scrim_request_statuses_bool_exp - ): [e_scrim_request_statuses!]! + where: friends_bool_exp + ): [friends!]! - """ - fetch data from the table: "e_server_types" - """ - e_server_types( + """An array relationship""" + game_server_nodes( """distinct select on columns""" - distinct_on: [e_server_types_select_column!] + distinct_on: [game_server_nodes_select_column!] """limit the number of rows returned""" limit: Int @@ -65685,18 +74358,16 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_server_types_order_by!] + order_by: [game_server_nodes_order_by!] """filter the rows returned""" - where: e_server_types_bool_exp - ): [e_server_types!]! + where: game_server_nodes_bool_exp + ): [game_server_nodes!]! - """ - fetch aggregated fields from the table: "e_server_types" - """ - e_server_types_aggregate( + """An aggregate relationship""" + game_server_nodes_aggregate( """distinct select on columns""" - distinct_on: [e_server_types_select_column!] + distinct_on: [game_server_nodes_select_column!] """limit the number of rows returned""" limit: Int @@ -65705,35 +74376,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_server_types_order_by!] + order_by: [game_server_nodes_order_by!] """filter the rows returned""" - where: e_server_types_bool_exp - ): e_server_types_aggregate! + where: game_server_nodes_bool_exp + ): game_server_nodes_aggregate! - """fetch data from the table: "e_server_types" using primary key columns""" - e_server_types_by_pk(value: String!): e_server_types + """ + fetch data from the table: "game_server_nodes" using primary key columns + """ + game_server_nodes_by_pk(id: String!): game_server_nodes """ - fetch data from the table in a streaming manner: "e_server_types" + fetch data from the table in a streaming manner: "game_server_nodes" """ - e_server_types_stream( + game_server_nodes_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_server_types_stream_cursor_input]! + cursor: [game_server_nodes_stream_cursor_input]! """filter the rows returned""" - where: e_server_types_bool_exp - ): [e_server_types!]! + where: game_server_nodes_bool_exp + ): [game_server_nodes!]! """ - fetch data from the table: "e_sides" + fetch data from the table: "game_versions" """ - e_sides( + game_versions( """distinct select on columns""" - distinct_on: [e_sides_select_column!] + distinct_on: [game_versions_select_column!] """limit the number of rows returned""" limit: Int @@ -65742,18 +74415,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_sides_order_by!] + order_by: [game_versions_order_by!] """filter the rows returned""" - where: e_sides_bool_exp - ): [e_sides!]! + where: game_versions_bool_exp + ): [game_versions!]! """ - fetch aggregated fields from the table: "e_sides" + fetch aggregated fields from the table: "game_versions" """ - e_sides_aggregate( + game_versions_aggregate( """distinct select on columns""" - distinct_on: [e_sides_select_column!] + distinct_on: [game_versions_select_column!] """limit the number of rows returned""" limit: Int @@ -65762,35 +74435,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_sides_order_by!] + order_by: [game_versions_order_by!] """filter the rows returned""" - where: e_sides_bool_exp - ): e_sides_aggregate! + where: game_versions_bool_exp + ): game_versions_aggregate! - """fetch data from the table: "e_sides" using primary key columns""" - e_sides_by_pk(value: String!): e_sides + """fetch data from the table: "game_versions" using primary key columns""" + game_versions_by_pk(build_id: Int!): game_versions """ - fetch data from the table in a streaming manner: "e_sides" + fetch data from the table in a streaming manner: "game_versions" """ - e_sides_stream( + game_versions_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_sides_stream_cursor_input]! + cursor: [game_versions_stream_cursor_input]! """filter the rows returned""" - where: e_sides_bool_exp - ): [e_sides!]! + where: game_versions_bool_exp + ): [game_versions!]! """ - fetch data from the table: "e_system_alert_types" + fetch data from the table: "gamedata_signature_validations" """ - e_system_alert_types( + gamedata_signature_validations( """distinct select on columns""" - distinct_on: [e_system_alert_types_select_column!] + distinct_on: [gamedata_signature_validations_select_column!] """limit the number of rows returned""" limit: Int @@ -65799,18 +74472,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_system_alert_types_order_by!] + order_by: [gamedata_signature_validations_order_by!] """filter the rows returned""" - where: e_system_alert_types_bool_exp - ): [e_system_alert_types!]! + where: gamedata_signature_validations_bool_exp + ): [gamedata_signature_validations!]! """ - fetch aggregated fields from the table: "e_system_alert_types" + fetch aggregated fields from the table: "gamedata_signature_validations" """ - e_system_alert_types_aggregate( + gamedata_signature_validations_aggregate( """distinct select on columns""" - distinct_on: [e_system_alert_types_select_column!] + distinct_on: [gamedata_signature_validations_select_column!] """limit the number of rows returned""" limit: Int @@ -65819,57 +74492,42 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_system_alert_types_order_by!] + order_by: [gamedata_signature_validations_order_by!] """filter the rows returned""" - where: e_system_alert_types_bool_exp - ): e_system_alert_types_aggregate! + where: gamedata_signature_validations_bool_exp + ): gamedata_signature_validations_aggregate! """ - fetch data from the table: "e_system_alert_types" using primary key columns + fetch data from the table: "gamedata_signature_validations" using primary key columns """ - e_system_alert_types_by_pk(value: String!): e_system_alert_types + gamedata_signature_validations_by_pk(id: uuid!): gamedata_signature_validations """ - fetch data from the table in a streaming manner: "e_system_alert_types" + fetch data from the table in a streaming manner: "gamedata_signature_validations" """ - e_system_alert_types_stream( + gamedata_signature_validations_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_system_alert_types_stream_cursor_input]! + cursor: [gamedata_signature_validations_stream_cursor_input]! """filter the rows returned""" - where: e_system_alert_types_bool_exp - ): [e_system_alert_types!]! + where: gamedata_signature_validations_bool_exp + ): [gamedata_signature_validations!]! """ - fetch data from the table: "e_team_roles" + execute function "get_leaderboard" which returns "leaderboard_entries" """ - e_team_roles( - """distinct select on columns""" - distinct_on: [e_team_roles_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_team_roles_order_by!] - - """filter the rows returned""" - where: e_team_roles_bool_exp - ): [e_team_roles!]! + get_leaderboard( + """ + input parameters for function "get_leaderboard" + """ + args: get_leaderboard_args! - """ - fetch aggregated fields from the table: "e_team_roles" - """ - e_team_roles_aggregate( """distinct select on columns""" - distinct_on: [e_team_roles_select_column!] + distinct_on: [leaderboard_entries_select_column!] """limit the number of rows returned""" limit: Int @@ -65878,35 +74536,23 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_team_roles_order_by!] + order_by: [leaderboard_entries_order_by!] """filter the rows returned""" - where: e_team_roles_bool_exp - ): e_team_roles_aggregate! - - """fetch data from the table: "e_team_roles" using primary key columns""" - e_team_roles_by_pk(value: String!): e_team_roles + where: leaderboard_entries_bool_exp + ): [leaderboard_entries!]! """ - fetch data from the table in a streaming manner: "e_team_roles" + execute function "get_leaderboard" and query aggregates on result of table type "leaderboard_entries" """ - e_team_roles_stream( - """maximum number of rows returned in a single batch""" - batch_size: Int! - - """cursor to stream the results returned by the query""" - cursor: [e_team_roles_stream_cursor_input]! - - """filter the rows returned""" - where: e_team_roles_bool_exp - ): [e_team_roles!]! + get_leaderboard_aggregate( + """ + input parameters for function "get_leaderboard_aggregate" + """ + args: get_leaderboard_args! - """ - fetch data from the table: "e_team_roster_statuses" - """ - e_team_roster_statuses( """distinct select on columns""" - distinct_on: [e_team_roster_statuses_select_column!] + distinct_on: [leaderboard_entries_select_column!] """limit the number of rows returned""" limit: Int @@ -65915,18 +74561,23 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_team_roster_statuses_order_by!] + order_by: [leaderboard_entries_order_by!] """filter the rows returned""" - where: e_team_roster_statuses_bool_exp - ): [e_team_roster_statuses!]! + where: leaderboard_entries_bool_exp + ): leaderboard_entries_aggregate! """ - fetch aggregated fields from the table: "e_team_roster_statuses" + execute function "get_league_season_leaderboard" which returns "leaderboard_entries" """ - e_team_roster_statuses_aggregate( + get_league_season_leaderboard( + """ + input parameters for function "get_league_season_leaderboard" + """ + args: get_league_season_leaderboard_args! + """distinct select on columns""" - distinct_on: [e_team_roster_statuses_select_column!] + distinct_on: [leaderboard_entries_select_column!] """limit the number of rows returned""" limit: Int @@ -65935,37 +74586,23 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_team_roster_statuses_order_by!] + order_by: [leaderboard_entries_order_by!] """filter the rows returned""" - where: e_team_roster_statuses_bool_exp - ): e_team_roster_statuses_aggregate! - - """ - fetch data from the table: "e_team_roster_statuses" using primary key columns - """ - e_team_roster_statuses_by_pk(value: String!): e_team_roster_statuses + where: leaderboard_entries_bool_exp + ): [leaderboard_entries!]! """ - fetch data from the table in a streaming manner: "e_team_roster_statuses" + execute function "get_league_season_leaderboard" and query aggregates on result of table type "leaderboard_entries" """ - e_team_roster_statuses_stream( - """maximum number of rows returned in a single batch""" - batch_size: Int! - - """cursor to stream the results returned by the query""" - cursor: [e_team_roster_statuses_stream_cursor_input]! - - """filter the rows returned""" - where: e_team_roster_statuses_bool_exp - ): [e_team_roster_statuses!]! + get_league_season_leaderboard_aggregate( + """ + input parameters for function "get_league_season_leaderboard_aggregate" + """ + args: get_league_season_leaderboard_args! - """ - fetch data from the table: "e_timeout_settings" - """ - e_timeout_settings( """distinct select on columns""" - distinct_on: [e_timeout_settings_select_column!] + distinct_on: [leaderboard_entries_select_column!] """limit the number of rows returned""" limit: Int @@ -65974,18 +74611,23 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_timeout_settings_order_by!] + order_by: [leaderboard_entries_order_by!] """filter the rows returned""" - where: e_timeout_settings_bool_exp - ): [e_timeout_settings!]! + where: leaderboard_entries_bool_exp + ): leaderboard_entries_aggregate! """ - fetch aggregated fields from the table: "e_timeout_settings" + execute function "get_player_leaderboard_rank" which returns "player_leaderboard_rank" """ - e_timeout_settings_aggregate( + get_player_leaderboard_rank( + """ + input parameters for function "get_player_leaderboard_rank" + """ + args: get_player_leaderboard_rank_args! + """distinct select on columns""" - distinct_on: [e_timeout_settings_select_column!] + distinct_on: [player_leaderboard_rank_select_column!] """limit the number of rows returned""" limit: Int @@ -65994,37 +74636,43 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_timeout_settings_order_by!] + order_by: [player_leaderboard_rank_order_by!] """filter the rows returned""" - where: e_timeout_settings_bool_exp - ): e_timeout_settings_aggregate! + where: player_leaderboard_rank_bool_exp + ): [player_leaderboard_rank!]! """ - fetch data from the table: "e_timeout_settings" using primary key columns + execute function "get_player_leaderboard_rank" and query aggregates on result of table type "player_leaderboard_rank" """ - e_timeout_settings_by_pk(value: String!): e_timeout_settings + get_player_leaderboard_rank_aggregate( + """ + input parameters for function "get_player_leaderboard_rank_aggregate" + """ + args: get_player_leaderboard_rank_args! - """ - fetch data from the table in a streaming manner: "e_timeout_settings" - """ - e_timeout_settings_stream( - """maximum number of rows returned in a single batch""" - batch_size: Int! + """distinct select on columns""" + distinct_on: [player_leaderboard_rank_select_column!] - """cursor to stream the results returned by the query""" - cursor: [e_timeout_settings_stream_cursor_input]! + """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: [player_leaderboard_rank_order_by!] """filter the rows returned""" - where: e_timeout_settings_bool_exp - ): [e_timeout_settings!]! + where: player_leaderboard_rank_bool_exp + ): player_leaderboard_rank_aggregate! """ - fetch data from the table: "e_tournament_stage_types" + fetch data from the table: "leaderboard_entries" """ - e_tournament_stage_types( + leaderboard_entries( """distinct select on columns""" - distinct_on: [e_tournament_stage_types_select_column!] + distinct_on: [leaderboard_entries_select_column!] """limit the number of rows returned""" limit: Int @@ -66033,18 +74681,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_tournament_stage_types_order_by!] + order_by: [leaderboard_entries_order_by!] """filter the rows returned""" - where: e_tournament_stage_types_bool_exp - ): [e_tournament_stage_types!]! + where: leaderboard_entries_bool_exp + ): [leaderboard_entries!]! """ - fetch aggregated fields from the table: "e_tournament_stage_types" + fetch aggregated fields from the table: "leaderboard_entries" """ - e_tournament_stage_types_aggregate( + leaderboard_entries_aggregate( """distinct select on columns""" - distinct_on: [e_tournament_stage_types_select_column!] + distinct_on: [leaderboard_entries_select_column!] """limit the number of rows returned""" limit: Int @@ -66053,37 +74701,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_tournament_stage_types_order_by!] + order_by: [leaderboard_entries_order_by!] """filter the rows returned""" - where: e_tournament_stage_types_bool_exp - ): e_tournament_stage_types_aggregate! - - """ - fetch data from the table: "e_tournament_stage_types" using primary key columns - """ - e_tournament_stage_types_by_pk(value: String!): e_tournament_stage_types + where: leaderboard_entries_bool_exp + ): leaderboard_entries_aggregate! """ - fetch data from the table in a streaming manner: "e_tournament_stage_types" + fetch data from the table in a streaming manner: "leaderboard_entries" """ - e_tournament_stage_types_stream( + leaderboard_entries_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_tournament_stage_types_stream_cursor_input]! + cursor: [leaderboard_entries_stream_cursor_input]! """filter the rows returned""" - where: e_tournament_stage_types_bool_exp - ): [e_tournament_stage_types!]! + where: leaderboard_entries_bool_exp + ): [leaderboard_entries!]! """ - fetch data from the table: "e_tournament_status" + fetch data from the table: "league_divisions" """ - e_tournament_status( + league_divisions( """distinct select on columns""" - distinct_on: [e_tournament_status_select_column!] + distinct_on: [league_divisions_select_column!] """limit the number of rows returned""" limit: Int @@ -66092,18 +74735,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_tournament_status_order_by!] + order_by: [league_divisions_order_by!] """filter the rows returned""" - where: e_tournament_status_bool_exp - ): [e_tournament_status!]! + where: league_divisions_bool_exp + ): [league_divisions!]! """ - fetch aggregated fields from the table: "e_tournament_status" + fetch aggregated fields from the table: "league_divisions" """ - e_tournament_status_aggregate( + league_divisions_aggregate( """distinct select on columns""" - distinct_on: [e_tournament_status_select_column!] + distinct_on: [league_divisions_select_column!] """limit the number of rows returned""" limit: Int @@ -66112,37 +74755,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_tournament_status_order_by!] + order_by: [league_divisions_order_by!] """filter the rows returned""" - where: e_tournament_status_bool_exp - ): e_tournament_status_aggregate! + where: league_divisions_bool_exp + ): league_divisions_aggregate! """ - fetch data from the table: "e_tournament_status" using primary key columns + fetch data from the table: "league_divisions" using primary key columns """ - e_tournament_status_by_pk(value: String!): e_tournament_status + league_divisions_by_pk(id: uuid!): league_divisions """ - fetch data from the table in a streaming manner: "e_tournament_status" + fetch data from the table in a streaming manner: "league_divisions" """ - e_tournament_status_stream( + league_divisions_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_tournament_status_stream_cursor_input]! + cursor: [league_divisions_stream_cursor_input]! """filter the rows returned""" - where: e_tournament_status_bool_exp - ): [e_tournament_status!]! + where: league_divisions_bool_exp + ): [league_divisions!]! """ - fetch data from the table: "e_utility_types" + fetch data from the table: "league_match_weeks" """ - e_utility_types( + league_match_weeks( """distinct select on columns""" - distinct_on: [e_utility_types_select_column!] + distinct_on: [league_match_weeks_select_column!] """limit the number of rows returned""" limit: Int @@ -66151,18 +74794,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_utility_types_order_by!] + order_by: [league_match_weeks_order_by!] """filter the rows returned""" - where: e_utility_types_bool_exp - ): [e_utility_types!]! + where: league_match_weeks_bool_exp + ): [league_match_weeks!]! """ - fetch aggregated fields from the table: "e_utility_types" + fetch aggregated fields from the table: "league_match_weeks" """ - e_utility_types_aggregate( + league_match_weeks_aggregate( """distinct select on columns""" - distinct_on: [e_utility_types_select_column!] + distinct_on: [league_match_weeks_select_column!] """limit the number of rows returned""" limit: Int @@ -66171,35 +74814,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_utility_types_order_by!] + order_by: [league_match_weeks_order_by!] """filter the rows returned""" - where: e_utility_types_bool_exp - ): e_utility_types_aggregate! + where: league_match_weeks_bool_exp + ): league_match_weeks_aggregate! - """fetch data from the table: "e_utility_types" using primary key columns""" - e_utility_types_by_pk(value: String!): e_utility_types + """ + fetch data from the table: "league_match_weeks" using primary key columns + """ + league_match_weeks_by_pk(id: uuid!): league_match_weeks """ - fetch data from the table in a streaming manner: "e_utility_types" + fetch data from the table in a streaming manner: "league_match_weeks" """ - e_utility_types_stream( + league_match_weeks_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_utility_types_stream_cursor_input]! + cursor: [league_match_weeks_stream_cursor_input]! """filter the rows returned""" - where: e_utility_types_bool_exp - ): [e_utility_types!]! + where: league_match_weeks_bool_exp + ): [league_match_weeks!]! """ - fetch data from the table: "e_veto_pick_types" + fetch data from the table: "league_relegation_playoffs" """ - e_veto_pick_types( + league_relegation_playoffs( """distinct select on columns""" - distinct_on: [e_veto_pick_types_select_column!] + distinct_on: [league_relegation_playoffs_select_column!] """limit the number of rows returned""" limit: Int @@ -66208,18 +74853,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_veto_pick_types_order_by!] + order_by: [league_relegation_playoffs_order_by!] """filter the rows returned""" - where: e_veto_pick_types_bool_exp - ): [e_veto_pick_types!]! + where: league_relegation_playoffs_bool_exp + ): [league_relegation_playoffs!]! """ - fetch aggregated fields from the table: "e_veto_pick_types" + fetch aggregated fields from the table: "league_relegation_playoffs" """ - e_veto_pick_types_aggregate( + league_relegation_playoffs_aggregate( """distinct select on columns""" - distinct_on: [e_veto_pick_types_select_column!] + distinct_on: [league_relegation_playoffs_select_column!] """limit the number of rows returned""" limit: Int @@ -66228,37 +74873,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_veto_pick_types_order_by!] + order_by: [league_relegation_playoffs_order_by!] """filter the rows returned""" - where: e_veto_pick_types_bool_exp - ): e_veto_pick_types_aggregate! + where: league_relegation_playoffs_bool_exp + ): league_relegation_playoffs_aggregate! """ - fetch data from the table: "e_veto_pick_types" using primary key columns + fetch data from the table: "league_relegation_playoffs" using primary key columns """ - e_veto_pick_types_by_pk(value: String!): e_veto_pick_types + league_relegation_playoffs_by_pk(id: uuid!): league_relegation_playoffs """ - fetch data from the table in a streaming manner: "e_veto_pick_types" + fetch data from the table in a streaming manner: "league_relegation_playoffs" """ - e_veto_pick_types_stream( + league_relegation_playoffs_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_veto_pick_types_stream_cursor_input]! + cursor: [league_relegation_playoffs_stream_cursor_input]! """filter the rows returned""" - where: e_veto_pick_types_bool_exp - ): [e_veto_pick_types!]! + where: league_relegation_playoffs_bool_exp + ): [league_relegation_playoffs!]! """ - fetch data from the table: "e_winning_reasons" + fetch data from the table: "league_scheduling_proposals" """ - e_winning_reasons( + league_scheduling_proposals( """distinct select on columns""" - distinct_on: [e_winning_reasons_select_column!] + distinct_on: [league_scheduling_proposals_select_column!] """limit the number of rows returned""" limit: Int @@ -66267,18 +74912,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_winning_reasons_order_by!] + order_by: [league_scheduling_proposals_order_by!] """filter the rows returned""" - where: e_winning_reasons_bool_exp - ): [e_winning_reasons!]! + where: league_scheduling_proposals_bool_exp + ): [league_scheduling_proposals!]! """ - fetch aggregated fields from the table: "e_winning_reasons" + fetch aggregated fields from the table: "league_scheduling_proposals" """ - e_winning_reasons_aggregate( + league_scheduling_proposals_aggregate( """distinct select on columns""" - distinct_on: [e_winning_reasons_select_column!] + distinct_on: [league_scheduling_proposals_select_column!] """limit the number of rows returned""" limit: Int @@ -66287,37 +74932,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [e_winning_reasons_order_by!] + order_by: [league_scheduling_proposals_order_by!] """filter the rows returned""" - where: e_winning_reasons_bool_exp - ): e_winning_reasons_aggregate! + where: league_scheduling_proposals_bool_exp + ): league_scheduling_proposals_aggregate! """ - fetch data from the table: "e_winning_reasons" using primary key columns + fetch data from the table: "league_scheduling_proposals" using primary key columns """ - e_winning_reasons_by_pk(value: String!): e_winning_reasons + league_scheduling_proposals_by_pk(id: uuid!): league_scheduling_proposals """ - fetch data from the table in a streaming manner: "e_winning_reasons" + fetch data from the table in a streaming manner: "league_scheduling_proposals" """ - e_winning_reasons_stream( + league_scheduling_proposals_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [e_winning_reasons_stream_cursor_input]! + cursor: [league_scheduling_proposals_stream_cursor_input]! """filter the rows returned""" - where: e_winning_reasons_bool_exp - ): [e_winning_reasons!]! + where: league_scheduling_proposals_bool_exp + ): [league_scheduling_proposals!]! """ - fetch data from the table: "friends" + fetch data from the table: "league_season_divisions" """ - friends( + league_season_divisions( """distinct select on columns""" - distinct_on: [friends_select_column!] + distinct_on: [league_season_divisions_select_column!] """limit the number of rows returned""" limit: Int @@ -66326,18 +74971,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [friends_order_by!] + order_by: [league_season_divisions_order_by!] """filter the rows returned""" - where: friends_bool_exp - ): [friends!]! + where: league_season_divisions_bool_exp + ): [league_season_divisions!]! """ - fetch aggregated fields from the table: "friends" + fetch aggregated fields from the table: "league_season_divisions" """ - friends_aggregate( + league_season_divisions_aggregate( """distinct select on columns""" - distinct_on: [friends_select_column!] + distinct_on: [league_season_divisions_select_column!] """limit the number of rows returned""" limit: Int @@ -66346,33 +74991,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [friends_order_by!] + order_by: [league_season_divisions_order_by!] """filter the rows returned""" - where: friends_bool_exp - ): friends_aggregate! + where: league_season_divisions_bool_exp + ): league_season_divisions_aggregate! - """fetch data from the table: "friends" using primary key columns""" - friends_by_pk(other_player_steam_id: bigint!, player_steam_id: bigint!): friends + """ + fetch data from the table: "league_season_divisions" using primary key columns + """ + league_season_divisions_by_pk(id: uuid!): league_season_divisions """ - fetch data from the table in a streaming manner: "friends" + fetch data from the table in a streaming manner: "league_season_divisions" """ - friends_stream( + league_season_divisions_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [friends_stream_cursor_input]! + cursor: [league_season_divisions_stream_cursor_input]! """filter the rows returned""" - where: friends_bool_exp - ): [friends!]! + where: league_season_divisions_bool_exp + ): [league_season_divisions!]! - """An array relationship""" - game_server_nodes( + """ + fetch data from the table: "league_seasons" + """ + league_seasons( """distinct select on columns""" - distinct_on: [game_server_nodes_select_column!] + distinct_on: [league_seasons_select_column!] """limit the number of rows returned""" limit: Int @@ -66381,16 +75030,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [game_server_nodes_order_by!] + order_by: [league_seasons_order_by!] """filter the rows returned""" - where: game_server_nodes_bool_exp - ): [game_server_nodes!]! + where: league_seasons_bool_exp + ): [league_seasons!]! - """An aggregate relationship""" - game_server_nodes_aggregate( + """ + fetch aggregated fields from the table: "league_seasons" + """ + league_seasons_aggregate( """distinct select on columns""" - distinct_on: [game_server_nodes_select_column!] + distinct_on: [league_seasons_select_column!] """limit the number of rows returned""" limit: Int @@ -66399,37 +75050,35 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [game_server_nodes_order_by!] + order_by: [league_seasons_order_by!] """filter the rows returned""" - where: game_server_nodes_bool_exp - ): game_server_nodes_aggregate! + where: league_seasons_bool_exp + ): league_seasons_aggregate! - """ - fetch data from the table: "game_server_nodes" using primary key columns - """ - game_server_nodes_by_pk(id: String!): game_server_nodes + """fetch data from the table: "league_seasons" using primary key columns""" + league_seasons_by_pk(id: uuid!): league_seasons """ - fetch data from the table in a streaming manner: "game_server_nodes" + fetch data from the table in a streaming manner: "league_seasons" """ - game_server_nodes_stream( + league_seasons_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [game_server_nodes_stream_cursor_input]! + cursor: [league_seasons_stream_cursor_input]! """filter the rows returned""" - where: game_server_nodes_bool_exp - ): [game_server_nodes!]! + where: league_seasons_bool_exp + ): [league_seasons!]! """ - fetch data from the table: "game_versions" + fetch data from the table: "league_team_movements" """ - game_versions( + league_team_movements( """distinct select on columns""" - distinct_on: [game_versions_select_column!] + distinct_on: [league_team_movements_select_column!] """limit the number of rows returned""" limit: Int @@ -66438,18 +75087,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [game_versions_order_by!] + order_by: [league_team_movements_order_by!] """filter the rows returned""" - where: game_versions_bool_exp - ): [game_versions!]! + where: league_team_movements_bool_exp + ): [league_team_movements!]! """ - fetch aggregated fields from the table: "game_versions" + fetch aggregated fields from the table: "league_team_movements" """ - game_versions_aggregate( + league_team_movements_aggregate( """distinct select on columns""" - distinct_on: [game_versions_select_column!] + distinct_on: [league_team_movements_select_column!] """limit the number of rows returned""" limit: Int @@ -66458,35 +75107,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [game_versions_order_by!] + order_by: [league_team_movements_order_by!] """filter the rows returned""" - where: game_versions_bool_exp - ): game_versions_aggregate! + where: league_team_movements_bool_exp + ): league_team_movements_aggregate! - """fetch data from the table: "game_versions" using primary key columns""" - game_versions_by_pk(build_id: Int!): game_versions + """ + fetch data from the table: "league_team_movements" using primary key columns + """ + league_team_movements_by_pk(id: uuid!): league_team_movements """ - fetch data from the table in a streaming manner: "game_versions" + fetch data from the table in a streaming manner: "league_team_movements" """ - game_versions_stream( + league_team_movements_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [game_versions_stream_cursor_input]! + cursor: [league_team_movements_stream_cursor_input]! """filter the rows returned""" - where: game_versions_bool_exp - ): [game_versions!]! + where: league_team_movements_bool_exp + ): [league_team_movements!]! """ - fetch data from the table: "gamedata_signature_validations" + fetch data from the table: "league_team_rosters" """ - gamedata_signature_validations( + league_team_rosters( """distinct select on columns""" - distinct_on: [gamedata_signature_validations_select_column!] + distinct_on: [league_team_rosters_select_column!] """limit the number of rows returned""" limit: Int @@ -66495,18 +75146,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [gamedata_signature_validations_order_by!] + order_by: [league_team_rosters_order_by!] """filter the rows returned""" - where: gamedata_signature_validations_bool_exp - ): [gamedata_signature_validations!]! + where: league_team_rosters_bool_exp + ): [league_team_rosters!]! """ - fetch aggregated fields from the table: "gamedata_signature_validations" + fetch aggregated fields from the table: "league_team_rosters" """ - gamedata_signature_validations_aggregate( + league_team_rosters_aggregate( """distinct select on columns""" - distinct_on: [gamedata_signature_validations_select_column!] + distinct_on: [league_team_rosters_select_column!] """limit the number of rows returned""" limit: Int @@ -66515,42 +75166,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [gamedata_signature_validations_order_by!] + order_by: [league_team_rosters_order_by!] """filter the rows returned""" - where: gamedata_signature_validations_bool_exp - ): gamedata_signature_validations_aggregate! + where: league_team_rosters_bool_exp + ): league_team_rosters_aggregate! """ - fetch data from the table: "gamedata_signature_validations" using primary key columns + fetch data from the table: "league_team_rosters" using primary key columns """ - gamedata_signature_validations_by_pk(id: uuid!): gamedata_signature_validations + league_team_rosters_by_pk(league_team_season_id: uuid!, player_steam_id: bigint!): league_team_rosters """ - fetch data from the table in a streaming manner: "gamedata_signature_validations" + fetch data from the table in a streaming manner: "league_team_rosters" """ - gamedata_signature_validations_stream( + league_team_rosters_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [gamedata_signature_validations_stream_cursor_input]! + cursor: [league_team_rosters_stream_cursor_input]! """filter the rows returned""" - where: gamedata_signature_validations_bool_exp - ): [gamedata_signature_validations!]! + where: league_team_rosters_bool_exp + ): [league_team_rosters!]! """ - execute function "get_leaderboard" which returns "leaderboard_entries" + fetch data from the table: "league_team_seasons" """ - get_leaderboard( - """ - input parameters for function "get_leaderboard" - """ - args: get_leaderboard_args! - + league_team_seasons( """distinct select on columns""" - distinct_on: [leaderboard_entries_select_column!] + distinct_on: [league_team_seasons_select_column!] """limit the number of rows returned""" limit: Int @@ -66559,23 +75205,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [leaderboard_entries_order_by!] + order_by: [league_team_seasons_order_by!] """filter the rows returned""" - where: leaderboard_entries_bool_exp - ): [leaderboard_entries!]! + where: league_team_seasons_bool_exp + ): [league_team_seasons!]! """ - execute function "get_leaderboard" and query aggregates on result of table type "leaderboard_entries" + fetch aggregated fields from the table: "league_team_seasons" """ - get_leaderboard_aggregate( - """ - input parameters for function "get_leaderboard_aggregate" - """ - args: get_leaderboard_args! - + league_team_seasons_aggregate( """distinct select on columns""" - distinct_on: [leaderboard_entries_select_column!] + distinct_on: [league_team_seasons_select_column!] """limit the number of rows returned""" limit: Int @@ -66584,68 +75225,37 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [leaderboard_entries_order_by!] + order_by: [league_team_seasons_order_by!] """filter the rows returned""" - where: leaderboard_entries_bool_exp - ): leaderboard_entries_aggregate! + where: league_team_seasons_bool_exp + ): league_team_seasons_aggregate! """ - execute function "get_player_leaderboard_rank" which returns "player_leaderboard_rank" + fetch data from the table: "league_team_seasons" using primary key columns """ - get_player_leaderboard_rank( - """ - input parameters for function "get_player_leaderboard_rank" - """ - args: get_player_leaderboard_rank_args! - - """distinct select on columns""" - distinct_on: [player_leaderboard_rank_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: [player_leaderboard_rank_order_by!] - - """filter the rows returned""" - where: player_leaderboard_rank_bool_exp - ): [player_leaderboard_rank!]! + league_team_seasons_by_pk(id: uuid!): league_team_seasons """ - execute function "get_player_leaderboard_rank" and query aggregates on result of table type "player_leaderboard_rank" + fetch data from the table in a streaming manner: "league_team_seasons" """ - get_player_leaderboard_rank_aggregate( - """ - input parameters for function "get_player_leaderboard_rank_aggregate" - """ - args: get_player_leaderboard_rank_args! - - """distinct select on columns""" - distinct_on: [player_leaderboard_rank_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int + league_team_seasons_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! - """sort the rows by one or more columns""" - order_by: [player_leaderboard_rank_order_by!] + """cursor to stream the results returned by the query""" + cursor: [league_team_seasons_stream_cursor_input]! """filter the rows returned""" - where: player_leaderboard_rank_bool_exp - ): player_leaderboard_rank_aggregate! + where: league_team_seasons_bool_exp + ): [league_team_seasons!]! """ - fetch data from the table: "leaderboard_entries" + fetch data from the table: "league_teams" """ - leaderboard_entries( + league_teams( """distinct select on columns""" - distinct_on: [leaderboard_entries_select_column!] + distinct_on: [league_teams_select_column!] """limit the number of rows returned""" limit: Int @@ -66654,18 +75264,18 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [leaderboard_entries_order_by!] + order_by: [league_teams_order_by!] """filter the rows returned""" - where: leaderboard_entries_bool_exp - ): [leaderboard_entries!]! + where: league_teams_bool_exp + ): [league_teams!]! """ - fetch aggregated fields from the table: "leaderboard_entries" + fetch aggregated fields from the table: "league_teams" """ - leaderboard_entries_aggregate( + league_teams_aggregate( """distinct select on columns""" - distinct_on: [leaderboard_entries_select_column!] + distinct_on: [league_teams_select_column!] """limit the number of rows returned""" limit: Int @@ -66674,25 +75284,28 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [leaderboard_entries_order_by!] + order_by: [league_teams_order_by!] """filter the rows returned""" - where: leaderboard_entries_bool_exp - ): leaderboard_entries_aggregate! + where: league_teams_bool_exp + ): league_teams_aggregate! + + """fetch data from the table: "league_teams" using primary key columns""" + league_teams_by_pk(id: uuid!): league_teams """ - fetch data from the table in a streaming manner: "leaderboard_entries" + fetch data from the table in a streaming manner: "league_teams" """ - leaderboard_entries_stream( + league_teams_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [leaderboard_entries_stream_cursor_input]! + cursor: [league_teams_stream_cursor_input]! """filter the rows returned""" - where: leaderboard_entries_bool_exp - ): [leaderboard_entries!]! + where: league_teams_bool_exp + ): [league_teams!]! """ fetch data from the table: "lobbies" @@ -70535,6 +79148,65 @@ type subscription_root { where: tournament_organizers_bool_exp ): [tournament_organizers!]! + """ + fetch data from the table: "tournament_stage_windows" + """ + tournament_stage_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!]! + + """ + fetch aggregated fields from the table: "tournament_stage_windows" + """ + tournament_stage_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! + + """ + fetch data from the table: "tournament_stage_windows" using primary key columns + """ + tournament_stage_windows_by_pk(id: uuid!): tournament_stage_windows + + """ + fetch data from the table in a streaming manner: "tournament_stage_windows" + """ + tournament_stage_windows_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_stage_windows_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_stage_windows_bool_exp + ): [tournament_stage_windows!]! + """An array relationship""" tournament_stages( """distinct select on columns""" @@ -70984,6 +79656,114 @@ type subscription_root { where: v_gpu_pool_status_bool_exp ): [v_gpu_pool_status!]! + """ + fetch data from the table: "v_league_division_standings" + """ + v_league_division_standings( + """distinct select on columns""" + distinct_on: [v_league_division_standings_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_league_division_standings_order_by!] + + """filter the rows returned""" + where: v_league_division_standings_bool_exp + ): [v_league_division_standings!]! + + """ + fetch aggregated fields from the table: "v_league_division_standings" + """ + v_league_division_standings_aggregate( + """distinct select on columns""" + distinct_on: [v_league_division_standings_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_league_division_standings_order_by!] + + """filter the rows returned""" + where: v_league_division_standings_bool_exp + ): v_league_division_standings_aggregate! + + """ + fetch data from the table in a streaming manner: "v_league_division_standings" + """ + v_league_division_standings_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v_league_division_standings_stream_cursor_input]! + + """filter the rows returned""" + where: v_league_division_standings_bool_exp + ): [v_league_division_standings!]! + + """ + fetch data from the table: "v_league_season_player_stats" + """ + v_league_season_player_stats( + """distinct select on columns""" + distinct_on: [v_league_season_player_stats_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_league_season_player_stats_order_by!] + + """filter the rows returned""" + where: v_league_season_player_stats_bool_exp + ): [v_league_season_player_stats!]! + + """ + fetch aggregated fields from the table: "v_league_season_player_stats" + """ + v_league_season_player_stats_aggregate( + """distinct select on columns""" + distinct_on: [v_league_season_player_stats_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_league_season_player_stats_order_by!] + + """filter the rows returned""" + where: v_league_season_player_stats_bool_exp + ): v_league_season_player_stats_aggregate! + + """ + fetch data from the table in a streaming manner: "v_league_season_player_stats" + """ + v_league_season_player_stats_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v_league_season_player_stats_stream_cursor_input]! + + """filter the rows returned""" + where: v_league_season_player_stats_bool_exp + ): [v_league_season_player_stats!]! + """ fetch data from the table: "v_match_captains" """ @@ -76823,6 +85603,42 @@ type tournament_brackets { scheduled_at: timestamptz scheduled_eta: timestamptz + """An array relationship""" + scheduling_proposals( + """distinct select on columns""" + distinct_on: [league_scheduling_proposals_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: [league_scheduling_proposals_order_by!] + + """filter the rows returned""" + where: league_scheduling_proposals_bool_exp + ): [league_scheduling_proposals!]! + + """An aggregate relationship""" + scheduling_proposals_aggregate( + """distinct select on columns""" + distinct_on: [league_scheduling_proposals_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: [league_scheduling_proposals_order_by!] + + """filter the rows returned""" + where: league_scheduling_proposals_bool_exp + ): league_scheduling_proposals_aggregate! + """An object relationship""" stage: tournament_stages! @@ -76963,6 +85779,8 @@ input tournament_brackets_bool_exp { round: Int_comparison_exp scheduled_at: timestamptz_comparison_exp scheduled_eta: timestamptz_comparison_exp + scheduling_proposals: league_scheduling_proposals_bool_exp + scheduling_proposals_aggregate: league_scheduling_proposals_aggregate_bool_exp stage: tournament_stages_bool_exp team_1: tournament_teams_bool_exp team_1_seed: Int_comparison_exp @@ -77021,6 +85839,7 @@ input tournament_brackets_insert_input { round: Int scheduled_at: timestamptz scheduled_eta: timestamptz + scheduling_proposals: league_scheduling_proposals_arr_rel_insert_input stage: tournament_stages_obj_rel_insert_input team_1: tournament_teams_obj_rel_insert_input team_1_seed: Int @@ -77170,6 +85989,7 @@ input tournament_brackets_order_by { round: order_by scheduled_at: order_by scheduled_eta: order_by + scheduling_proposals_aggregate: league_scheduling_proposals_aggregate_order_by stage: tournament_stages_order_by team_1: tournament_teams_order_by team_1_seed: order_by @@ -77873,6 +86693,417 @@ input tournament_organizers_variance_order_by { steam_id: order_by } +""" +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""" + stage: tournament_stages! + tournament_stage_id: uuid! +} + +""" +aggregated selection of "tournament_stage_windows" +""" +type tournament_stage_windows_aggregate { + aggregate: tournament_stage_windows_aggregate_fields + nodes: [tournament_stage_windows!]! +} + +input tournament_stage_windows_aggregate_bool_exp { + count: tournament_stage_windows_aggregate_bool_exp_count +} + +input tournament_stage_windows_aggregate_bool_exp_count { + arguments: [tournament_stage_windows_select_column!] + distinct: Boolean + filter: tournament_stage_windows_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "tournament_stage_windows" +""" +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_stage_windows" +""" +input tournament_stage_windows_aggregate_order_by { + avg: tournament_stage_windows_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 +} + +""" +input type for inserting array relation for remote table "tournament_stage_windows" +""" +input tournament_stage_windows_arr_rel_insert_input { + data: [tournament_stage_windows_insert_input!]! + + """upsert condition""" + on_conflict: tournament_stage_windows_on_conflict +} + +"""aggregate avg on columns""" +type tournament_stage_windows_avg_fields { + round: Float +} + +""" +order by avg() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_avg_order_by { + round: order_by +} + +""" +Boolean expression to filter rows from the table "tournament_stage_windows". 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 +} + +""" +unique or primary key constraints on table "tournament_stage_windows" +""" +enum tournament_stage_windows_constraint { + """ + unique or primary key constraint on columns "id" + """ + tournament_stage_windows_pkey + + """ + unique or primary key constraint on columns "tournament_stage_id", "round" + """ + tournament_stage_windows_tournament_stage_id_round_key +} + +""" +input type for incrementing numeric columns in table "tournament_stage_windows" +""" +input tournament_stage_windows_inc_input { + round: Int +} + +""" +input type for inserting data into table "tournament_stage_windows" +""" +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 +} + +"""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 +} + +""" +order by max() on columns of table "tournament_stage_windows" +""" +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 +} + +"""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 +} + +""" +order by min() on columns of table "tournament_stage_windows" +""" +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 +} + +""" +response of any mutation on the table "tournament_stage_windows" +""" +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_stage_windows!]! +} + +""" +on_conflict condition type for table "tournament_stage_windows" +""" +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_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 +} + +"""primary key columns input for table: tournament_stage_windows""" +input tournament_stage_windows_pk_columns_input { + id: uuid! +} + +""" +select columns of table "tournament_stage_windows" +""" +enum tournament_stage_windows_select_column { + """column name""" + closes_at + + """column name""" + created_at + + """column name""" + default_match_at + + """column name""" + id + + """column name""" + opens_at + + """column name""" + round + + """column name""" + tournament_stage_id +} + +""" +input type for updating data in table "tournament_stage_windows" +""" +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 +} + +"""aggregate stddev on columns""" +type tournament_stage_windows_stddev_fields { + round: Float +} + +""" +order by stddev() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_stddev_order_by { + round: order_by +} + +"""aggregate stddev_pop on columns""" +type tournament_stage_windows_stddev_pop_fields { + round: Float +} + +""" +order by stddev_pop() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_stddev_pop_order_by { + round: order_by +} + +"""aggregate stddev_samp on columns""" +type tournament_stage_windows_stddev_samp_fields { + round: Float +} + +""" +order by stddev_samp() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_stddev_samp_order_by { + round: order_by +} + +""" +Streaming cursor of the table "tournament_stage_windows" +""" +input tournament_stage_windows_stream_cursor_input { + """Stream column input with initial value""" + 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_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 +} + +"""aggregate sum on columns""" +type tournament_stage_windows_sum_fields { + round: Int +} + +""" +order by sum() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_sum_order_by { + round: order_by +} + +""" +update columns of table "tournament_stage_windows" +""" +enum tournament_stage_windows_update_column { + """column name""" + closes_at + + """column name""" + created_at + + """column name""" + default_match_at + + """column name""" + id + + """column name""" + opens_at + + """column name""" + round + + """column name""" + tournament_stage_id +} + +input tournament_stage_windows_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_stage_windows_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_stage_windows_set_input + + """filter the rows which have to be updated""" + where: tournament_stage_windows_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_stage_windows_var_pop_fields { + round: Float +} + +""" +order by var_pop() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_var_pop_order_by { + round: order_by +} + +"""aggregate var_samp on columns""" +type tournament_stage_windows_var_samp_fields { + round: Float +} + +""" +order by var_samp() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_var_samp_order_by { + round: order_by +} + +"""aggregate variance on columns""" +type tournament_stage_windows_variance_fields { + round: Float +} + +""" +order by variance() on columns of table "tournament_stage_windows" +""" +input tournament_stage_windows_variance_order_by { + round: order_by +} + """ columns and relationships of "tournament_stages" """ @@ -77920,6 +87151,7 @@ type tournament_stages { groups: Int id: uuid! match_options_id: uuid + max_rounds: Int max_teams: Int! min_teams: Int! @@ -77966,12 +87198,49 @@ type tournament_stages { """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 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! } """ @@ -78063,6 +87332,7 @@ type tournament_stages_avg_fields { decider_best_of: Float default_best_of: Float groups: Float + max_rounds: Float max_teams: Float min_teams: Float order: Float @@ -78075,6 +87345,7 @@ input tournament_stages_avg_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -78095,6 +87366,7 @@ input tournament_stages_bool_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 @@ -78102,10 +87374,13 @@ input tournament_stages_bool_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 } """ @@ -78146,6 +87421,7 @@ input tournament_stages_inc_input { decider_best_of: Int default_best_of: Int groups: Int + max_rounds: Int max_teams: Int min_teams: Int order: Int @@ -78162,16 +87438,19 @@ input tournament_stages_insert_input { 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 type: e_tournament_stage_types_enum + windows: tournament_stage_windows_arr_rel_insert_input } """aggregate max on columns""" @@ -78181,6 +87460,7 @@ type tournament_stages_max_fields { groups: Int id: uuid match_options_id: uuid + max_rounds: Int max_teams: Int min_teams: Int order: Int @@ -78196,6 +87476,7 @@ input tournament_stages_max_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 @@ -78209,6 +87490,7 @@ type tournament_stages_min_fields { groups: Int id: uuid match_options_id: uuid + max_rounds: Int max_teams: Int min_teams: Int order: Int @@ -78224,6 +87506,7 @@ input tournament_stages_min_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 @@ -78269,16 +87552,19 @@ input tournament_stages_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 type: order_by + windows_aggregate: tournament_stage_windows_aggregate_order_by } """primary key columns input for table: tournament_stages""" @@ -78310,6 +87596,9 @@ enum tournament_stages_select_column { """column name""" match_options_id + """column name""" + max_rounds + """column name""" max_teams @@ -78322,6 +87611,9 @@ enum tournament_stages_select_column { """column name""" settings + """column name""" + swiss_no_elimination + """column name""" third_place_match @@ -78336,6 +87628,9 @@ enum tournament_stages_select_column { 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 } @@ -78344,6 +87639,9 @@ enum tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_a 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 } @@ -78357,10 +87655,12 @@ input tournament_stages_set_input { 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 type: e_tournament_stage_types_enum @@ -78371,6 +87671,7 @@ type tournament_stages_stddev_fields { decider_best_of: Float default_best_of: Float groups: Float + max_rounds: Float max_teams: Float min_teams: Float order: Float @@ -78383,6 +87684,7 @@ input tournament_stages_stddev_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -78393,6 +87695,7 @@ type tournament_stages_stddev_pop_fields { decider_best_of: Float default_best_of: Float groups: Float + max_rounds: Float max_teams: Float min_teams: Float order: Float @@ -78405,6 +87708,7 @@ input tournament_stages_stddev_pop_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -78415,6 +87719,7 @@ type tournament_stages_stddev_samp_fields { decider_best_of: Float default_best_of: Float groups: Float + max_rounds: Float max_teams: Float min_teams: Float order: Float @@ -78427,6 +87732,7 @@ input tournament_stages_stddev_samp_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -78450,10 +87756,12 @@ input tournament_stages_stream_cursor_value_input { 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 type: e_tournament_stage_types_enum @@ -78464,6 +87772,7 @@ type tournament_stages_sum_fields { decider_best_of: Int default_best_of: Int groups: Int + max_rounds: Int max_teams: Int min_teams: Int order: Int @@ -78476,6 +87785,7 @@ input tournament_stages_sum_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -78500,6 +87810,9 @@ enum tournament_stages_update_column { """column name""" match_options_id + """column name""" + max_rounds + """column name""" max_teams @@ -78512,6 +87825,9 @@ enum tournament_stages_update_column { """column name""" settings + """column name""" + swiss_no_elimination + """column name""" third_place_match @@ -78559,6 +87875,7 @@ type tournament_stages_var_pop_fields { decider_best_of: Float default_best_of: Float groups: Float + max_rounds: Float max_teams: Float min_teams: Float order: Float @@ -78571,6 +87888,7 @@ input tournament_stages_var_pop_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -78581,6 +87899,7 @@ type tournament_stages_var_samp_fields { decider_best_of: Float default_best_of: Float groups: Float + max_rounds: Float max_teams: Float min_teams: Float order: Float @@ -78593,6 +87912,7 @@ input tournament_stages_var_samp_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -78603,6 +87923,7 @@ type tournament_stages_variance_fields { decider_best_of: Float default_best_of: Float groups: Float + max_rounds: Float max_teams: Float min_teams: Float order: Float @@ -78615,6 +87936,7 @@ input tournament_stages_variance_order_by { decider_best_of: order_by default_best_of: order_by groups: order_by + max_rounds: order_by max_teams: order_by min_teams: order_by order: order_by @@ -80800,257 +90122,808 @@ input tournament_trophy_configs_pk_columns_input { id: uuid! } -""" -select columns of table "tournament_trophy_configs" -""" -enum tournament_trophy_configs_select_column { - """column name""" - created_at +""" +select columns of table "tournament_trophy_configs" +""" +enum tournament_trophy_configs_select_column { + """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_trophy_configs" +""" +input tournament_trophy_configs_set_input { + 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_trophy_configs_stddev_fields { + placement: Float + silhouette: Float +} + +""" +order by stddev() on columns of table "tournament_trophy_configs" +""" +input tournament_trophy_configs_stddev_order_by { + placement: order_by + silhouette: order_by +} + +"""aggregate stddev_pop on columns""" +type tournament_trophy_configs_stddev_pop_fields { + placement: Float + silhouette: Float +} + +""" +order by stddev_pop() on columns of table "tournament_trophy_configs" +""" +input tournament_trophy_configs_stddev_pop_order_by { + placement: order_by + silhouette: order_by +} + +"""aggregate stddev_samp on columns""" +type tournament_trophy_configs_stddev_samp_fields { + placement: Float + silhouette: Float +} + +""" +order by stddev_samp() on columns of table "tournament_trophy_configs" +""" +input tournament_trophy_configs_stddev_samp_order_by { + placement: order_by + silhouette: order_by +} + +""" +Streaming cursor of the table "tournament_trophy_configs" +""" +input 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 +} + +"""Initial value of the column from where the streaming should start""" +input tournament_trophy_configs_stream_cursor_value_input { + 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_trophy_configs_sum_fields { + placement: Int + silhouette: Int +} + +""" +order by sum() on columns of table "tournament_trophy_configs" +""" +input tournament_trophy_configs_sum_order_by { + placement: order_by + silhouette: order_by +} + +""" +update columns of table "tournament_trophy_configs" +""" +enum tournament_trophy_configs_update_column { + """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 tournament_trophy_configs_updates { + """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! +} + +"""aggregate var_pop on columns""" +type tournament_trophy_configs_var_pop_fields { + placement: Float + silhouette: Float +} + +""" +order by var_pop() on columns of table "tournament_trophy_configs" +""" +input tournament_trophy_configs_var_pop_order_by { + placement: order_by + silhouette: order_by +} + +"""aggregate var_samp on columns""" +type tournament_trophy_configs_var_samp_fields { + placement: Float + silhouette: Float +} + +""" +order by var_samp() on columns of table "tournament_trophy_configs" +""" +input tournament_trophy_configs_var_samp_order_by { + placement: order_by + silhouette: order_by +} + +"""aggregate variance on columns""" +type tournament_trophy_configs_variance_fields { + placement: Float + silhouette: Float +} + +""" +order by variance() on columns of table "tournament_trophy_configs" +""" +input tournament_trophy_configs_variance_order_by { + placement: order_by + silhouette: order_by +} + +""" +columns and relationships of "tournaments" +""" +type tournaments { + """An object relationship""" + admin: players! + auto_start: Boolean! + + """ + A computed field, executes function "can_cancel_tournament" + """ + can_cancel: Boolean + + """ + A computed field, executes function "can_close_tournament_registration" + """ + can_close_registration: Boolean + + """ + A computed field, executes function "can_join_tournament" + """ + can_join: Boolean + + """ + A computed field, executes function "can_open_tournament_registration" + """ + can_open_registration: Boolean + + """ + A computed field, executes function "can_pause_tournament" + """ + can_pause: Boolean + + """ + A computed field, executes function "can_resume_tournament" + """ + can_resume: Boolean + + """ + A computed field, executes function "can_setup_tournament" + """ + can_setup: Boolean + + """ + A computed field, executes function "can_start_tournament" + """ + can_start: Boolean + created_at: timestamptz + description: String + discord_guild_id: String + discord_notifications_enabled: Boolean + discord_notify_Canceled: Boolean + discord_notify_Finished: Boolean + discord_notify_Forfeit: Boolean + discord_notify_Live: Boolean + discord_notify_MapPaused: Boolean + discord_notify_PickingPlayers: Boolean + discord_notify_Scheduled: Boolean + discord_notify_Surrendered: Boolean + discord_notify_Tie: Boolean + discord_notify_Veto: Boolean + discord_notify_WaitingForCheckIn: Boolean + discord_notify_WaitingForServer: Boolean + discord_role_id: String + discord_voice_enabled: Boolean! + discord_webhook: String + + """An object relationship""" + e_tournament_status: e_tournament_status! + + """ + A computed field, executes function "tournament_has_min_teams" + """ + has_min_teams: Boolean + id: uuid! + is_league: Boolean! + + """ + A computed field, executes function "is_tournament_organizer" + """ + is_organizer: Boolean + + """ + A computed field, executes function "joined_tournament" + """ + joined_tournament: Boolean + + """An object relationship""" + league_season_division: league_season_divisions + match_options_id: uuid! + + """ + A computed field, executes function "tournament_max_players_per_lineup" + """ + max_players_per_lineup: Int + + """ + A computed field, executes function "tournament_min_players_per_lineup" + """ + min_players_per_lineup: Int + name: String! + + """An object relationship""" + options: match_options! + organizer_steam_id: bigint! + + """An array relationship""" + organizers( + """distinct select on columns""" + distinct_on: [tournament_organizers_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_organizers_order_by!] + + """filter the rows returned""" + where: tournament_organizers_bool_exp + ): [tournament_organizers!]! + + """An aggregate relationship""" + organizers_aggregate( + """distinct select on columns""" + distinct_on: [tournament_organizers_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_organizers_order_by!] + + """filter the rows returned""" + where: tournament_organizers_bool_exp + ): tournament_organizers_aggregate! + + """An array relationship""" + player_stats( + """distinct select on columns""" + distinct_on: [v_tournament_player_stats_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_tournament_player_stats_order_by!] + + """filter the rows returned""" + where: v_tournament_player_stats_bool_exp + ): [v_tournament_player_stats!]! + + """An aggregate relationship""" + player_stats_aggregate( + """distinct select on columns""" + distinct_on: [v_tournament_player_stats_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_tournament_player_stats_order_by!] + + """filter the rows returned""" + where: v_tournament_player_stats_bool_exp + ): v_tournament_player_stats_aggregate! + + """An array relationship""" + results( + """distinct select on columns""" + distinct_on: [v_team_tournament_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_tournament_results_order_by!] + + """filter the rows returned""" + where: v_team_tournament_results_bool_exp + ): [v_team_tournament_results!]! + + """An aggregate relationship""" + results_aggregate( + """distinct select on columns""" + distinct_on: [v_team_tournament_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_tournament_results_order_by!] + + """filter the rows returned""" + where: v_team_tournament_results_bool_exp + ): v_team_tournament_results_aggregate! + + """An array relationship""" + rosters( + """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""" + rosters_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! + scheduling_mode: String! + + """An array relationship""" + stages( + """distinct select on columns""" + distinct_on: [tournament_stages_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_stages_order_by!] + + """filter the rows returned""" + where: tournament_stages_bool_exp + ): [tournament_stages!]! + + """An aggregate relationship""" + stages_aggregate( + """distinct select on columns""" + distinct_on: [tournament_stages_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - custom_name + """sort the rows by one or more columns""" + order_by: [tournament_stages_order_by!] - """column name""" - id + """filter the rows returned""" + where: tournament_stages_bool_exp + ): tournament_stages_aggregate! + start: timestamptz! + status: e_tournament_status_enum! - """column name""" - image_url + """An array relationship""" + teams( + """distinct select on columns""" + distinct_on: [tournament_teams_select_column!] - """column name""" - placement + """limit the number of rows returned""" + limit: Int - """column name""" - silhouette + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - tournament_id + """sort the rows by one or more columns""" + order_by: [tournament_teams_order_by!] - """column name""" - updated_at -} + """filter the rows returned""" + where: tournament_teams_bool_exp + ): [tournament_teams!]! -""" -input type for updating data in table "tournament_trophy_configs" -""" -input tournament_trophy_configs_set_input { - created_at: timestamptz - custom_name: String - id: uuid - image_url: String - placement: Int - silhouette: Int - tournament_id: uuid - updated_at: timestamptz -} + """An aggregate relationship""" + teams_aggregate( + """distinct select on columns""" + distinct_on: [tournament_teams_select_column!] -"""aggregate stddev on columns""" -type tournament_trophy_configs_stddev_fields { - placement: Float - silhouette: Float -} + """limit the number of rows returned""" + limit: Int -""" -order by stddev() on columns of table "tournament_trophy_configs" -""" -input tournament_trophy_configs_stddev_order_by { - placement: order_by - silhouette: order_by -} + """skip the first n rows. Use only with order_by""" + offset: Int -"""aggregate stddev_pop on columns""" -type tournament_trophy_configs_stddev_pop_fields { - placement: Float - silhouette: Float -} + """sort the rows by one or more columns""" + order_by: [tournament_teams_order_by!] -""" -order by stddev_pop() on columns of table "tournament_trophy_configs" -""" -input tournament_trophy_configs_stddev_pop_order_by { - placement: order_by - silhouette: order_by -} + """filter the rows returned""" + where: tournament_teams_bool_exp + ): tournament_teams_aggregate! -"""aggregate stddev_samp on columns""" -type tournament_trophy_configs_stddev_samp_fields { - placement: Float - silhouette: Float -} + """An array relationship""" + trophies( + """distinct select on columns""" + distinct_on: [tournament_trophies_select_column!] -""" -order by stddev_samp() on columns of table "tournament_trophy_configs" -""" -input tournament_trophy_configs_stddev_samp_order_by { - placement: order_by - silhouette: order_by -} + """limit the number of rows returned""" + limit: Int -""" -Streaming cursor of the table "tournament_trophy_configs" -""" -input tournament_trophy_configs_stream_cursor_input { - """Stream column input with initial value""" - initial_value: tournament_trophy_configs_stream_cursor_value_input! + """skip the first n rows. Use only with order_by""" + offset: Int - """cursor ordering""" - ordering: cursor_ordering -} + """sort the rows by one or more columns""" + order_by: [tournament_trophies_order_by!] -"""Initial value of the column from where the streaming should start""" -input tournament_trophy_configs_stream_cursor_value_input { - created_at: timestamptz - custom_name: String - id: uuid - image_url: String - placement: Int - silhouette: Int - tournament_id: uuid - updated_at: timestamptz -} + """filter the rows returned""" + where: tournament_trophies_bool_exp + ): [tournament_trophies!]! -"""aggregate sum on columns""" -type tournament_trophy_configs_sum_fields { - placement: Int - silhouette: Int -} + """An aggregate relationship""" + trophies_aggregate( + """distinct select on columns""" + distinct_on: [tournament_trophies_select_column!] -""" -order by sum() on columns of table "tournament_trophy_configs" -""" -input tournament_trophy_configs_sum_order_by { - placement: order_by - silhouette: order_by -} + """limit the number of rows returned""" + limit: Int -""" -update columns of table "tournament_trophy_configs" -""" -enum tournament_trophy_configs_update_column { - """column name""" - created_at + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - custom_name + """sort the rows by one or more columns""" + order_by: [tournament_trophies_order_by!] - """column name""" - id + """filter the rows returned""" + where: tournament_trophies_bool_exp + ): tournament_trophies_aggregate! + trophies_enabled: Boolean! - """column name""" - image_url + """An array relationship""" + trophy_configs( + """distinct select on columns""" + distinct_on: [tournament_trophy_configs_select_column!] - """column name""" - placement + """limit the number of rows returned""" + limit: Int - """column name""" - silhouette + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - tournament_id + """sort the rows by one or more columns""" + order_by: [tournament_trophy_configs_order_by!] - """column name""" - updated_at -} + """filter the rows returned""" + where: tournament_trophy_configs_bool_exp + ): [tournament_trophy_configs!]! -input tournament_trophy_configs_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_trophy_configs_inc_input + """An aggregate relationship""" + trophy_configs_aggregate( + """distinct select on columns""" + distinct_on: [tournament_trophy_configs_select_column!] - """sets the columns of the filtered rows to the given values""" - _set: tournament_trophy_configs_set_input + """limit the number of rows returned""" + limit: Int - """filter the rows which have to be updated""" - where: tournament_trophy_configs_bool_exp! -} + """skip the first n rows. Use only with order_by""" + offset: Int -"""aggregate var_pop on columns""" -type tournament_trophy_configs_var_pop_fields { - placement: Float - silhouette: Float + """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! } """ -order by var_pop() on columns of table "tournament_trophy_configs" +aggregated selection of "tournaments" """ -input tournament_trophy_configs_var_pop_order_by { - placement: order_by - silhouette: order_by +type tournaments_aggregate { + aggregate: tournaments_aggregate_fields + nodes: [tournaments!]! } -"""aggregate var_samp on columns""" -type tournament_trophy_configs_var_samp_fields { - placement: Float - silhouette: Float +input tournaments_aggregate_bool_exp { + bool_and: tournaments_aggregate_bool_exp_bool_and + bool_or: tournaments_aggregate_bool_exp_bool_or + count: tournaments_aggregate_bool_exp_count } -""" -order by var_samp() on columns of table "tournament_trophy_configs" -""" -input tournament_trophy_configs_var_samp_order_by { - placement: order_by - silhouette: order_by +input tournaments_aggregate_bool_exp_bool_and { + arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: tournaments_bool_exp + predicate: Boolean_comparison_exp! } -"""aggregate variance on columns""" -type tournament_trophy_configs_variance_fields { - placement: Float - silhouette: Float +input tournaments_aggregate_bool_exp_bool_or { + arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: tournaments_bool_exp + predicate: Boolean_comparison_exp! +} + +input tournaments_aggregate_bool_exp_count { + arguments: [tournaments_select_column!] + distinct: Boolean + filter: tournaments_bool_exp + predicate: Int_comparison_exp! } """ -order by variance() on columns of table "tournament_trophy_configs" +aggregate fields of "tournaments" """ -input tournament_trophy_configs_variance_order_by { - placement: order_by - silhouette: order_by +type tournaments_aggregate_fields { + avg: tournaments_avg_fields + count(columns: [tournaments_select_column!], distinct: Boolean): Int! + max: tournaments_max_fields + min: tournaments_min_fields + stddev: tournaments_stddev_fields + stddev_pop: tournaments_stddev_pop_fields + stddev_samp: tournaments_stddev_samp_fields + sum: tournaments_sum_fields + var_pop: tournaments_var_pop_fields + var_samp: tournaments_var_samp_fields + variance: tournaments_variance_fields } """ -columns and relationships of "tournaments" +order by aggregate values of table "tournaments" """ -type tournaments { - """An object relationship""" - admin: players! - auto_start: Boolean! +input tournaments_aggregate_order_by { + avg: tournaments_avg_order_by + count: order_by + max: tournaments_max_order_by + min: tournaments_min_order_by + stddev: tournaments_stddev_order_by + stddev_pop: tournaments_stddev_pop_order_by + stddev_samp: tournaments_stddev_samp_order_by + sum: tournaments_sum_order_by + var_pop: tournaments_var_pop_order_by + var_samp: tournaments_var_samp_order_by + variance: tournaments_variance_order_by +} - """ - A computed field, executes function "can_cancel_tournament" - """ - can_cancel: Boolean +""" +input type for inserting array relation for remote table "tournaments" +""" +input tournaments_arr_rel_insert_input { + data: [tournaments_insert_input!]! - """ - A computed field, executes function "can_close_tournament_registration" - """ - can_close_registration: Boolean + """upsert condition""" + on_conflict: tournaments_on_conflict +} +"""aggregate avg on columns""" +type tournaments_avg_fields { """ - A computed field, executes function "can_join_tournament" + A computed field, executes function "tournament_max_players_per_lineup" """ - can_join: Boolean + max_players_per_lineup: Int """ - A computed field, executes function "can_open_tournament_registration" + A computed field, executes function "tournament_min_players_per_lineup" """ - can_open_registration: Boolean + min_players_per_lineup: Int + organizer_steam_id: Float +} - """ - A computed field, executes function "can_pause_tournament" - """ - can_pause: Boolean +""" +order by avg() on columns of table "tournaments" +""" +input tournaments_avg_order_by { + organizer_steam_id: order_by +} - """ - A computed field, executes function "can_resume_tournament" - """ - can_resume: Boolean +""" +Boolean expression to filter rows from the table "tournaments". All fields are combined with a logical 'AND'. +""" +input tournaments_bool_exp { + _and: [tournaments_bool_exp!] + _not: tournaments_bool_exp + _or: [tournaments_bool_exp!] + admin: players_bool_exp + auto_start: Boolean_comparison_exp + can_cancel: Boolean_comparison_exp + can_close_registration: Boolean_comparison_exp + can_join: Boolean_comparison_exp + can_open_registration: Boolean_comparison_exp + can_pause: Boolean_comparison_exp + can_resume: Boolean_comparison_exp + can_setup: Boolean_comparison_exp + can_start: Boolean_comparison_exp + created_at: timestamptz_comparison_exp + description: String_comparison_exp + discord_guild_id: String_comparison_exp + discord_notifications_enabled: Boolean_comparison_exp + discord_notify_Canceled: Boolean_comparison_exp + discord_notify_Finished: Boolean_comparison_exp + discord_notify_Forfeit: Boolean_comparison_exp + discord_notify_Live: Boolean_comparison_exp + discord_notify_MapPaused: Boolean_comparison_exp + discord_notify_PickingPlayers: Boolean_comparison_exp + discord_notify_Scheduled: Boolean_comparison_exp + discord_notify_Surrendered: Boolean_comparison_exp + discord_notify_Tie: Boolean_comparison_exp + discord_notify_Veto: Boolean_comparison_exp + discord_notify_WaitingForCheckIn: Boolean_comparison_exp + discord_notify_WaitingForServer: Boolean_comparison_exp + discord_role_id: String_comparison_exp + discord_voice_enabled: Boolean_comparison_exp + discord_webhook: String_comparison_exp + e_tournament_status: e_tournament_status_bool_exp + has_min_teams: Boolean_comparison_exp + id: uuid_comparison_exp + is_league: Boolean_comparison_exp + is_organizer: Boolean_comparison_exp + joined_tournament: Boolean_comparison_exp + league_season_division: league_season_divisions_bool_exp + match_options_id: uuid_comparison_exp + max_players_per_lineup: Int_comparison_exp + min_players_per_lineup: Int_comparison_exp + name: String_comparison_exp + options: match_options_bool_exp + organizer_steam_id: bigint_comparison_exp + organizers: tournament_organizers_bool_exp + organizers_aggregate: tournament_organizers_aggregate_bool_exp + player_stats: v_tournament_player_stats_bool_exp + player_stats_aggregate: v_tournament_player_stats_aggregate_bool_exp + results: v_team_tournament_results_bool_exp + results_aggregate: v_team_tournament_results_aggregate_bool_exp + rosters: tournament_team_roster_bool_exp + rosters_aggregate: tournament_team_roster_aggregate_bool_exp + scheduling_mode: String_comparison_exp + stages: tournament_stages_bool_exp + stages_aggregate: tournament_stages_aggregate_bool_exp + start: timestamptz_comparison_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 +} +""" +unique or primary key constraints on table "tournaments" +""" +enum tournaments_constraint { """ - A computed field, executes function "can_setup_tournament" + unique or primary key constraint on columns "match_options_id" """ - can_setup: Boolean + tournaments_match_options_id_key """ - A computed field, executes function "can_start_tournament" + unique or primary key constraint on columns "id" """ - can_start: Boolean + tournaments_pkey +} + +""" +input type for incrementing numeric columns in table "tournaments" +""" +input tournaments_inc_input { + organizer_steam_id: bigint +} + +""" +input type for inserting data into table "tournaments" +""" +input tournaments_insert_input { + admin: players_obj_rel_insert_input + auto_start: Boolean created_at: timestamptz description: String discord_guild_id: String @@ -81068,28 +90941,81 @@ type tournaments { discord_notify_WaitingForCheckIn: Boolean discord_notify_WaitingForServer: Boolean discord_role_id: String - discord_voice_enabled: Boolean! + discord_voice_enabled: Boolean discord_webhook: String + e_tournament_status: e_tournament_status_obj_rel_insert_input + id: uuid + is_league: Boolean + league_season_division: league_season_divisions_obj_rel_insert_input + match_options_id: uuid + name: String + options: match_options_obj_rel_insert_input + organizer_steam_id: bigint + organizers: tournament_organizers_arr_rel_insert_input + player_stats: v_tournament_player_stats_arr_rel_insert_input + results: v_team_tournament_results_arr_rel_insert_input + rosters: tournament_team_roster_arr_rel_insert_input + scheduling_mode: String + stages: tournament_stages_arr_rel_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 +} - """An object relationship""" - e_tournament_status: e_tournament_status! +"""aggregate max on columns""" +type tournaments_max_fields { + created_at: timestamptz + description: String + discord_guild_id: String + discord_role_id: String + discord_webhook: String + id: uuid + match_options_id: uuid """ - A computed field, executes function "tournament_has_min_teams" + A computed field, executes function "tournament_max_players_per_lineup" """ - has_min_teams: Boolean - id: uuid! + max_players_per_lineup: Int """ - A computed field, executes function "is_tournament_organizer" + A computed field, executes function "tournament_min_players_per_lineup" """ - is_organizer: Boolean + min_players_per_lineup: Int + name: String + organizer_steam_id: bigint + scheduling_mode: String + start: timestamptz +} - """ - A computed field, executes function "joined_tournament" - """ - joined_tournament: Boolean - match_options_id: uuid! +""" +order by max() on columns of table "tournaments" +""" +input tournaments_max_order_by { + created_at: order_by + description: order_by + discord_guild_id: order_by + discord_role_id: order_by + discord_webhook: order_by + id: order_by + match_options_id: order_by + name: order_by + organizer_steam_id: order_by + scheduling_mode: order_by + start: order_by +} + +"""aggregate min on columns""" +type tournaments_min_fields { + created_at: timestamptz + description: String + discord_guild_id: String + discord_role_id: String + discord_webhook: String + id: uuid + match_options_id: uuid """ A computed field, executes function "tournament_max_players_per_lineup" @@ -81100,385 +91026,363 @@ type tournaments { A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int - name: String! - - """An object relationship""" - options: match_options! - organizer_steam_id: bigint! - - """An array relationship""" - organizers( - """distinct select on columns""" - distinct_on: [tournament_organizers_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_organizers_order_by!] - - """filter the rows returned""" - where: tournament_organizers_bool_exp - ): [tournament_organizers!]! - - """An aggregate relationship""" - organizers_aggregate( - """distinct select on columns""" - distinct_on: [tournament_organizers_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_organizers_order_by!] - - """filter the rows returned""" - where: tournament_organizers_bool_exp - ): tournament_organizers_aggregate! - - """An array relationship""" - player_stats( - """distinct select on columns""" - distinct_on: [v_tournament_player_stats_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_tournament_player_stats_order_by!] - - """filter the rows returned""" - where: v_tournament_player_stats_bool_exp - ): [v_tournament_player_stats!]! - - """An aggregate relationship""" - player_stats_aggregate( - """distinct select on columns""" - distinct_on: [v_tournament_player_stats_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_tournament_player_stats_order_by!] - - """filter the rows returned""" - where: v_tournament_player_stats_bool_exp - ): v_tournament_player_stats_aggregate! + name: String + organizer_steam_id: bigint + scheduling_mode: String + start: timestamptz +} - """An array relationship""" - results( - """distinct select on columns""" - distinct_on: [v_team_tournament_results_select_column!] +""" +order by min() on columns of table "tournaments" +""" +input tournaments_min_order_by { + created_at: order_by + description: order_by + discord_guild_id: order_by + discord_role_id: order_by + discord_webhook: order_by + id: order_by + match_options_id: order_by + name: order_by + organizer_steam_id: order_by + scheduling_mode: order_by + start: order_by +} - """limit the number of rows returned""" - limit: Int +""" +response of any mutation on the table "tournaments" +""" +type tournaments_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! - """skip the first n rows. Use only with order_by""" - offset: Int + """data from the rows affected by the mutation""" + returning: [tournaments!]! +} - """sort the rows by one or more columns""" - order_by: [v_team_tournament_results_order_by!] +""" +input type for inserting object relation for remote table "tournaments" +""" +input tournaments_obj_rel_insert_input { + data: tournaments_insert_input! - """filter the rows returned""" - where: v_team_tournament_results_bool_exp - ): [v_team_tournament_results!]! + """upsert condition""" + on_conflict: tournaments_on_conflict +} - """An aggregate relationship""" - results_aggregate( - """distinct select on columns""" - distinct_on: [v_team_tournament_results_select_column!] +""" +on_conflict condition type for table "tournaments" +""" +input tournaments_on_conflict { + constraint: tournaments_constraint! + update_columns: [tournaments_update_column!]! = [] + where: tournaments_bool_exp +} - """limit the number of rows returned""" - limit: Int +"""Ordering options when selecting data from "tournaments".""" +input tournaments_order_by { + admin: players_order_by + auto_start: order_by + can_cancel: order_by + can_close_registration: order_by + can_join: order_by + can_open_registration: order_by + can_pause: order_by + can_resume: order_by + can_setup: order_by + can_start: order_by + created_at: order_by + description: order_by + discord_guild_id: order_by + discord_notifications_enabled: order_by + discord_notify_Canceled: order_by + discord_notify_Finished: order_by + discord_notify_Forfeit: order_by + discord_notify_Live: order_by + discord_notify_MapPaused: order_by + discord_notify_PickingPlayers: order_by + discord_notify_Scheduled: order_by + discord_notify_Surrendered: order_by + discord_notify_Tie: order_by + discord_notify_Veto: order_by + discord_notify_WaitingForCheckIn: order_by + discord_notify_WaitingForServer: order_by + discord_role_id: order_by + discord_voice_enabled: order_by + discord_webhook: order_by + e_tournament_status: e_tournament_status_order_by + has_min_teams: order_by + id: order_by + is_league: order_by + is_organizer: order_by + joined_tournament: order_by + league_season_division: league_season_divisions_order_by + match_options_id: order_by + max_players_per_lineup: order_by + min_players_per_lineup: order_by + name: order_by + options: match_options_order_by + organizer_steam_id: order_by + organizers_aggregate: tournament_organizers_aggregate_order_by + player_stats_aggregate: v_tournament_player_stats_aggregate_order_by + results_aggregate: v_team_tournament_results_aggregate_order_by + rosters_aggregate: tournament_team_roster_aggregate_order_by + scheduling_mode: order_by + stages_aggregate: tournament_stages_aggregate_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 +} - """skip the first n rows. Use only with order_by""" - offset: Int +"""primary key columns input for table: tournaments""" +input tournaments_pk_columns_input { + id: uuid! +} - """sort the rows by one or more columns""" - order_by: [v_team_tournament_results_order_by!] +""" +select columns of table "tournaments" +""" +enum tournaments_select_column { + """column name""" + auto_start - """filter the rows returned""" - where: v_team_tournament_results_bool_exp - ): v_team_tournament_results_aggregate! + """column name""" + created_at - """An array relationship""" - rosters( - """distinct select on columns""" - distinct_on: [tournament_team_roster_select_column!] + """column name""" + description - """limit the number of rows returned""" - limit: Int + """column name""" + discord_guild_id - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + discord_notifications_enabled - """sort the rows by one or more columns""" - order_by: [tournament_team_roster_order_by!] + """column name""" + discord_notify_Canceled - """filter the rows returned""" - where: tournament_team_roster_bool_exp - ): [tournament_team_roster!]! + """column name""" + discord_notify_Finished - """An aggregate relationship""" - rosters_aggregate( - """distinct select on columns""" - distinct_on: [tournament_team_roster_select_column!] + """column name""" + discord_notify_Forfeit - """limit the number of rows returned""" - limit: Int + """column name""" + discord_notify_Live - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + discord_notify_MapPaused - """sort the rows by one or more columns""" - order_by: [tournament_team_roster_order_by!] + """column name""" + discord_notify_PickingPlayers - """filter the rows returned""" - where: tournament_team_roster_bool_exp - ): tournament_team_roster_aggregate! + """column name""" + discord_notify_Scheduled - """An array relationship""" - stages( - """distinct select on columns""" - distinct_on: [tournament_stages_select_column!] + """column name""" + discord_notify_Surrendered - """limit the number of rows returned""" - limit: Int + """column name""" + discord_notify_Tie - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + discord_notify_Veto - """sort the rows by one or more columns""" - order_by: [tournament_stages_order_by!] + """column name""" + discord_notify_WaitingForCheckIn - """filter the rows returned""" - where: tournament_stages_bool_exp - ): [tournament_stages!]! + """column name""" + discord_notify_WaitingForServer - """An aggregate relationship""" - stages_aggregate( - """distinct select on columns""" - distinct_on: [tournament_stages_select_column!] + """column name""" + discord_role_id - """limit the number of rows returned""" - limit: Int + """column name""" + discord_voice_enabled - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + discord_webhook - """sort the rows by one or more columns""" - order_by: [tournament_stages_order_by!] + """column name""" + id - """filter the rows returned""" - where: tournament_stages_bool_exp - ): tournament_stages_aggregate! - start: timestamptz! - status: e_tournament_status_enum! + """column name""" + is_league - """An array relationship""" - teams( - """distinct select on columns""" - distinct_on: [tournament_teams_select_column!] + """column name""" + match_options_id - """limit the number of rows returned""" - limit: Int + """column name""" + name - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + organizer_steam_id - """sort the rows by one or more columns""" - order_by: [tournament_teams_order_by!] + """column name""" + scheduling_mode - """filter the rows returned""" - where: tournament_teams_bool_exp - ): [tournament_teams!]! + """column name""" + start - """An aggregate relationship""" - teams_aggregate( - """distinct select on columns""" - distinct_on: [tournament_teams_select_column!] + """column name""" + status - """limit the number of rows returned""" - limit: Int + """column name""" + trophies_enabled +} - """skip the first n rows. Use only with order_by""" - offset: Int +""" +select "tournaments_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournaments" +""" +enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + auto_start - """sort the rows by one or more columns""" - order_by: [tournament_teams_order_by!] + """column name""" + discord_notifications_enabled - """filter the rows returned""" - where: tournament_teams_bool_exp - ): tournament_teams_aggregate! + """column name""" + discord_notify_Canceled - """An array relationship""" - trophies( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] + """column name""" + discord_notify_Finished - """limit the number of rows returned""" - limit: Int + """column name""" + discord_notify_Forfeit - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + discord_notify_Live - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] + """column name""" + discord_notify_MapPaused - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): [tournament_trophies!]! + """column name""" + discord_notify_PickingPlayers - """An aggregate relationship""" - trophies_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophies_select_column!] + """column name""" + discord_notify_Scheduled - """limit the number of rows returned""" - limit: Int + """column name""" + discord_notify_Surrendered - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + discord_notify_Tie - """sort the rows by one or more columns""" - order_by: [tournament_trophies_order_by!] + """column name""" + discord_notify_Veto - """filter the rows returned""" - where: tournament_trophies_bool_exp - ): tournament_trophies_aggregate! - trophies_enabled: Boolean! + """column name""" + discord_notify_WaitingForCheckIn - """An array relationship""" - trophy_configs( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] + """column name""" + discord_notify_WaitingForServer - """limit the number of rows returned""" - limit: Int + """column name""" + discord_voice_enabled - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + is_league - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] + """column name""" + trophies_enabled +} - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): [tournament_trophy_configs!]! +""" +select "tournaments_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournaments" +""" +enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + auto_start - """An aggregate relationship""" - trophy_configs_aggregate( - """distinct select on columns""" - distinct_on: [tournament_trophy_configs_select_column!] + """column name""" + discord_notifications_enabled - """limit the number of rows returned""" - limit: Int + """column name""" + discord_notify_Canceled - """skip the first n rows. Use only with order_by""" - offset: Int + """column name""" + discord_notify_Finished - """sort the rows by one or more columns""" - order_by: [tournament_trophy_configs_order_by!] + """column name""" + discord_notify_Forfeit - """filter the rows returned""" - where: tournament_trophy_configs_bool_exp - ): tournament_trophy_configs_aggregate! -} + """column name""" + discord_notify_Live -""" -aggregated selection of "tournaments" -""" -type tournaments_aggregate { - aggregate: tournaments_aggregate_fields - nodes: [tournaments!]! -} + """column name""" + discord_notify_MapPaused -input tournaments_aggregate_bool_exp { - bool_and: tournaments_aggregate_bool_exp_bool_and - bool_or: tournaments_aggregate_bool_exp_bool_or - count: tournaments_aggregate_bool_exp_count -} + """column name""" + discord_notify_PickingPlayers -input tournaments_aggregate_bool_exp_bool_and { - arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns! - distinct: Boolean - filter: tournaments_bool_exp - predicate: Boolean_comparison_exp! -} + """column name""" + discord_notify_Scheduled -input tournaments_aggregate_bool_exp_bool_or { - arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns! - distinct: Boolean - filter: tournaments_bool_exp - predicate: Boolean_comparison_exp! -} + """column name""" + discord_notify_Surrendered -input tournaments_aggregate_bool_exp_count { - arguments: [tournaments_select_column!] - distinct: Boolean - filter: tournaments_bool_exp - predicate: Int_comparison_exp! -} + """column name""" + discord_notify_Tie -""" -aggregate fields of "tournaments" -""" -type tournaments_aggregate_fields { - avg: tournaments_avg_fields - count(columns: [tournaments_select_column!], distinct: Boolean): Int! - max: tournaments_max_fields - min: tournaments_min_fields - stddev: tournaments_stddev_fields - stddev_pop: tournaments_stddev_pop_fields - stddev_samp: tournaments_stddev_samp_fields - sum: tournaments_sum_fields - var_pop: tournaments_var_pop_fields - var_samp: tournaments_var_samp_fields - variance: tournaments_variance_fields -} + """column name""" + discord_notify_Veto -""" -order by aggregate values of table "tournaments" -""" -input tournaments_aggregate_order_by { - avg: tournaments_avg_order_by - count: order_by - max: tournaments_max_order_by - min: tournaments_min_order_by - stddev: tournaments_stddev_order_by - stddev_pop: tournaments_stddev_pop_order_by - stddev_samp: tournaments_stddev_samp_order_by - sum: tournaments_sum_order_by - var_pop: tournaments_var_pop_order_by - var_samp: tournaments_var_samp_order_by - variance: tournaments_variance_order_by + """column name""" + discord_notify_WaitingForCheckIn + + """column name""" + discord_notify_WaitingForServer + + """column name""" + discord_voice_enabled + + """column name""" + is_league + + """column name""" + trophies_enabled } """ -input type for inserting array relation for remote table "tournaments" +input type for updating data in table "tournaments" """ -input tournaments_arr_rel_insert_input { - data: [tournaments_insert_input!]! - - """upsert condition""" - on_conflict: tournaments_on_conflict +input tournaments_set_input { + auto_start: Boolean + created_at: timestamptz + description: String + discord_guild_id: String + discord_notifications_enabled: Boolean + discord_notify_Canceled: Boolean + discord_notify_Finished: Boolean + discord_notify_Forfeit: Boolean + discord_notify_Live: Boolean + discord_notify_MapPaused: Boolean + discord_notify_PickingPlayers: Boolean + discord_notify_Scheduled: Boolean + discord_notify_Surrendered: Boolean + discord_notify_Tie: Boolean + discord_notify_Veto: Boolean + discord_notify_WaitingForCheckIn: Boolean + discord_notify_WaitingForServer: Boolean + discord_role_id: String + discord_voice_enabled: Boolean + discord_webhook: String + id: uuid + is_league: Boolean + match_options_id: uuid + name: String + organizer_steam_id: bigint + scheduling_mode: String + start: timestamptz + status: e_tournament_status_enum + trophies_enabled: Boolean } -"""aggregate avg on columns""" -type tournaments_avg_fields { +"""aggregate stddev on columns""" +type tournaments_stddev_fields { """ A computed field, executes function "tournament_max_players_per_lineup" """ @@ -81492,107 +91396,67 @@ type tournaments_avg_fields { } """ -order by avg() on columns of table "tournaments" +order by stddev() on columns of table "tournaments" """ -input tournaments_avg_order_by { +input tournaments_stddev_order_by { organizer_steam_id: order_by } -""" -Boolean expression to filter rows from the table "tournaments". All fields are combined with a logical 'AND'. -""" -input tournaments_bool_exp { - _and: [tournaments_bool_exp!] - _not: tournaments_bool_exp - _or: [tournaments_bool_exp!] - admin: players_bool_exp - auto_start: Boolean_comparison_exp - can_cancel: Boolean_comparison_exp - can_close_registration: Boolean_comparison_exp - can_join: Boolean_comparison_exp - can_open_registration: Boolean_comparison_exp - can_pause: Boolean_comparison_exp - can_resume: Boolean_comparison_exp - can_setup: Boolean_comparison_exp - can_start: Boolean_comparison_exp - created_at: timestamptz_comparison_exp - description: String_comparison_exp - discord_guild_id: String_comparison_exp - discord_notifications_enabled: Boolean_comparison_exp - discord_notify_Canceled: Boolean_comparison_exp - discord_notify_Finished: Boolean_comparison_exp - discord_notify_Forfeit: Boolean_comparison_exp - discord_notify_Live: Boolean_comparison_exp - discord_notify_MapPaused: Boolean_comparison_exp - discord_notify_PickingPlayers: Boolean_comparison_exp - discord_notify_Scheduled: Boolean_comparison_exp - discord_notify_Surrendered: Boolean_comparison_exp - discord_notify_Tie: Boolean_comparison_exp - discord_notify_Veto: Boolean_comparison_exp - discord_notify_WaitingForCheckIn: Boolean_comparison_exp - discord_notify_WaitingForServer: Boolean_comparison_exp - discord_role_id: String_comparison_exp - discord_voice_enabled: Boolean_comparison_exp - discord_webhook: String_comparison_exp - e_tournament_status: e_tournament_status_bool_exp - has_min_teams: Boolean_comparison_exp - id: uuid_comparison_exp - is_organizer: Boolean_comparison_exp - joined_tournament: Boolean_comparison_exp - match_options_id: uuid_comparison_exp - max_players_per_lineup: Int_comparison_exp - min_players_per_lineup: Int_comparison_exp - name: String_comparison_exp - options: match_options_bool_exp - organizer_steam_id: bigint_comparison_exp - organizers: tournament_organizers_bool_exp - organizers_aggregate: tournament_organizers_aggregate_bool_exp - player_stats: v_tournament_player_stats_bool_exp - player_stats_aggregate: v_tournament_player_stats_aggregate_bool_exp - results: v_team_tournament_results_bool_exp - results_aggregate: v_team_tournament_results_aggregate_bool_exp - rosters: tournament_team_roster_bool_exp - rosters_aggregate: tournament_team_roster_aggregate_bool_exp - stages: tournament_stages_bool_exp - stages_aggregate: tournament_stages_aggregate_bool_exp - start: timestamptz_comparison_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 +"""aggregate stddev_pop on columns""" +type tournaments_stddev_pop_fields { + """ + A computed field, executes function "tournament_max_players_per_lineup" + """ + max_players_per_lineup: Int + + """ + A computed field, executes function "tournament_min_players_per_lineup" + """ + min_players_per_lineup: Int + organizer_steam_id: Float } """ -unique or primary key constraints on table "tournaments" +order by stddev_pop() on columns of table "tournaments" """ -enum tournaments_constraint { +input tournaments_stddev_pop_order_by { + organizer_steam_id: order_by +} + +"""aggregate stddev_samp on columns""" +type tournaments_stddev_samp_fields { """ - unique or primary key constraint on columns "match_options_id" + A computed field, executes function "tournament_max_players_per_lineup" """ - tournaments_match_options_id_key + max_players_per_lineup: Int """ - unique or primary key constraint on columns "id" + A computed field, executes function "tournament_min_players_per_lineup" """ - tournaments_pkey + min_players_per_lineup: Int + organizer_steam_id: Float } """ -input type for incrementing numeric columns in table "tournaments" +order by stddev_samp() on columns of table "tournaments" """ -input tournaments_inc_input { - organizer_steam_id: bigint +input tournaments_stddev_samp_order_by { + organizer_steam_id: order_by } """ -input type for inserting data into table "tournaments" +Streaming cursor of the table "tournaments" """ -input tournaments_insert_input { - admin: players_obj_rel_insert_input +input tournaments_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournaments_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournaments_stream_cursor_value_input { auto_start: Boolean created_at: timestamptz description: String @@ -81613,35 +91477,19 @@ input tournaments_insert_input { discord_role_id: String discord_voice_enabled: Boolean discord_webhook: String - e_tournament_status: e_tournament_status_obj_rel_insert_input id: uuid + is_league: Boolean match_options_id: uuid name: String - options: match_options_obj_rel_insert_input organizer_steam_id: bigint - organizers: tournament_organizers_arr_rel_insert_input - player_stats: v_tournament_player_stats_arr_rel_insert_input - results: v_team_tournament_results_arr_rel_insert_input - rosters: tournament_team_roster_arr_rel_insert_input - stages: tournament_stages_arr_rel_insert_input + scheduling_mode: String 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""" -type tournaments_max_fields { - created_at: timestamptz - description: String - discord_guild_id: String - discord_role_id: String - discord_webhook: String - id: uuid - match_options_id: uuid - +"""aggregate sum on columns""" +type tournaments_sum_fields { """ A computed field, executes function "tournament_max_players_per_lineup" """ @@ -81651,37 +91499,121 @@ type tournaments_max_fields { A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int - name: String organizer_steam_id: bigint - start: timestamptz } """ -order by max() on columns of table "tournaments" +order by sum() on columns of table "tournaments" """ -input tournaments_max_order_by { - created_at: order_by - description: order_by - discord_guild_id: order_by - discord_role_id: order_by - discord_webhook: order_by - id: order_by - match_options_id: order_by - name: order_by +input tournaments_sum_order_by { organizer_steam_id: order_by - start: order_by } -"""aggregate min on columns""" -type tournaments_min_fields { - created_at: timestamptz - description: String - discord_guild_id: String - discord_role_id: String - discord_webhook: String - id: uuid - match_options_id: uuid +""" +update columns of table "tournaments" +""" +enum tournaments_update_column { + """column name""" + auto_start + + """column name""" + created_at + + """column name""" + description + + """column name""" + discord_guild_id + + """column name""" + discord_notifications_enabled + + """column name""" + discord_notify_Canceled + + """column name""" + discord_notify_Finished + + """column name""" + discord_notify_Forfeit + + """column name""" + discord_notify_Live + + """column name""" + discord_notify_MapPaused + + """column name""" + discord_notify_PickingPlayers + + """column name""" + discord_notify_Scheduled + + """column name""" + discord_notify_Surrendered + + """column name""" + discord_notify_Tie + + """column name""" + discord_notify_Veto + + """column name""" + discord_notify_WaitingForCheckIn + + """column name""" + discord_notify_WaitingForServer + + """column name""" + discord_role_id + + """column name""" + discord_voice_enabled + + """column name""" + discord_webhook + + """column name""" + id + + """column name""" + is_league + + """column name""" + match_options_id + + """column name""" + name + + """column name""" + organizer_steam_id + + """column name""" + scheduling_mode + + """column name""" + start + + """column name""" + status + + """column name""" + trophies_enabled +} + +input tournaments_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournaments_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournaments_set_input + + """filter the rows which have to be updated""" + where: tournaments_bool_exp! +} +"""aggregate var_pop on columns""" +type tournaments_var_pop_fields { """ A computed field, executes function "tournament_max_players_per_lineup" """ @@ -81691,965 +91623,1693 @@ type tournaments_min_fields { A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int - name: String - organizer_steam_id: bigint - start: timestamptz + organizer_steam_id: Float } """ -order by min() on columns of table "tournaments" +order by var_pop() on columns of table "tournaments" """ -input tournaments_min_order_by { - created_at: order_by - description: order_by - discord_guild_id: order_by - discord_role_id: order_by - discord_webhook: order_by - id: order_by - match_options_id: order_by - name: order_by +input tournaments_var_pop_order_by { organizer_steam_id: order_by - start: order_by +} + +"""aggregate var_samp on columns""" +type tournaments_var_samp_fields { + """ + A computed field, executes function "tournament_max_players_per_lineup" + """ + max_players_per_lineup: Int + + """ + A computed field, executes function "tournament_min_players_per_lineup" + """ + min_players_per_lineup: Int + organizer_steam_id: Float } """ -response of any mutation on the table "tournaments" +order by var_samp() on columns of table "tournaments" """ -type tournaments_mutation_response { - """number of rows affected by the mutation""" - affected_rows: Int! +input tournaments_var_samp_order_by { + organizer_steam_id: order_by +} - """data from the rows affected by the mutation""" - returning: [tournaments!]! +"""aggregate variance on columns""" +type tournaments_variance_fields { + """ + A computed field, executes function "tournament_max_players_per_lineup" + """ + max_players_per_lineup: Int + + """ + A computed field, executes function "tournament_min_players_per_lineup" + """ + min_players_per_lineup: Int + organizer_steam_id: Float +} + +""" +order by variance() on columns of table "tournaments" +""" +input tournaments_variance_order_by { + organizer_steam_id: order_by +} + +scalar uuid + +""" +Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. +""" +input uuid_array_comparison_exp { + """is the array contained in the given array value""" + _contained_in: [uuid!] + + """does the array contain the given value""" + _contains: [uuid!] + _eq: [uuid!] + _gt: [uuid!] + _gte: [uuid!] + _in: [[uuid!]!] + _is_null: Boolean + _lt: [uuid!] + _lte: [uuid!] + _neq: [uuid!] + _nin: [[uuid!]!] +} + +""" +Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. +""" +input uuid_comparison_exp { + _eq: uuid + _gt: uuid + _gte: uuid + _in: [uuid!] + _is_null: Boolean + _lt: uuid + _lte: uuid + _neq: uuid + _nin: [uuid!] +} + +""" +columns and relationships of "v_gpu_pool_status" +""" +type v_gpu_pool_status { + demo_free_gpu_nodes: Int + demo_in_progress: Boolean + demo_total_gpu_nodes: Int + free_gpu_nodes: Int + free_gpu_nodes_for_batch: Int + highlights_in_progress: Boolean + id: Int + live_in_progress: Boolean + registered_gpu_nodes: Int + rendering_total_gpu_nodes: Int + renders_paused_for_active_match: Boolean + streaming_free_gpu_nodes: Int + streaming_total_gpu_nodes: Int + total_gpu_nodes: Int +} + +""" +aggregated selection of "v_gpu_pool_status" +""" +type v_gpu_pool_status_aggregate { + aggregate: v_gpu_pool_status_aggregate_fields + nodes: [v_gpu_pool_status!]! +} + +""" +aggregate fields of "v_gpu_pool_status" +""" +type v_gpu_pool_status_aggregate_fields { + avg: v_gpu_pool_status_avg_fields + count(columns: [v_gpu_pool_status_select_column!], distinct: Boolean): Int! + max: v_gpu_pool_status_max_fields + min: v_gpu_pool_status_min_fields + stddev: v_gpu_pool_status_stddev_fields + stddev_pop: v_gpu_pool_status_stddev_pop_fields + stddev_samp: v_gpu_pool_status_stddev_samp_fields + sum: v_gpu_pool_status_sum_fields + var_pop: v_gpu_pool_status_var_pop_fields + var_samp: v_gpu_pool_status_var_samp_fields + variance: v_gpu_pool_status_variance_fields +} + +"""aggregate avg on columns""" +type v_gpu_pool_status_avg_fields { + demo_free_gpu_nodes: Float + demo_total_gpu_nodes: Float + free_gpu_nodes: Float + free_gpu_nodes_for_batch: Float + id: Float + registered_gpu_nodes: Float + rendering_total_gpu_nodes: Float + streaming_free_gpu_nodes: Float + streaming_total_gpu_nodes: Float + total_gpu_nodes: Float +} + +""" +Boolean expression to filter rows from the table "v_gpu_pool_status". All fields are combined with a logical 'AND'. +""" +input v_gpu_pool_status_bool_exp { + _and: [v_gpu_pool_status_bool_exp!] + _not: v_gpu_pool_status_bool_exp + _or: [v_gpu_pool_status_bool_exp!] + demo_free_gpu_nodes: Int_comparison_exp + demo_in_progress: Boolean_comparison_exp + demo_total_gpu_nodes: Int_comparison_exp + free_gpu_nodes: Int_comparison_exp + free_gpu_nodes_for_batch: Int_comparison_exp + highlights_in_progress: Boolean_comparison_exp + id: Int_comparison_exp + live_in_progress: Boolean_comparison_exp + registered_gpu_nodes: Int_comparison_exp + rendering_total_gpu_nodes: Int_comparison_exp + renders_paused_for_active_match: Boolean_comparison_exp + streaming_free_gpu_nodes: Int_comparison_exp + streaming_total_gpu_nodes: Int_comparison_exp + total_gpu_nodes: Int_comparison_exp } -""" -input type for inserting object relation for remote table "tournaments" -""" -input tournaments_obj_rel_insert_input { - data: tournaments_insert_input! - - """upsert condition""" - on_conflict: tournaments_on_conflict +"""aggregate max on columns""" +type v_gpu_pool_status_max_fields { + demo_free_gpu_nodes: Int + demo_total_gpu_nodes: Int + free_gpu_nodes: Int + free_gpu_nodes_for_batch: Int + id: Int + registered_gpu_nodes: Int + rendering_total_gpu_nodes: Int + streaming_free_gpu_nodes: Int + streaming_total_gpu_nodes: Int + total_gpu_nodes: Int } -""" -on_conflict condition type for table "tournaments" -""" -input tournaments_on_conflict { - constraint: tournaments_constraint! - update_columns: [tournaments_update_column!]! = [] - where: tournaments_bool_exp +"""aggregate min on columns""" +type v_gpu_pool_status_min_fields { + demo_free_gpu_nodes: Int + demo_total_gpu_nodes: Int + free_gpu_nodes: Int + free_gpu_nodes_for_batch: Int + id: Int + registered_gpu_nodes: Int + rendering_total_gpu_nodes: Int + streaming_free_gpu_nodes: Int + streaming_total_gpu_nodes: Int + total_gpu_nodes: Int } -"""Ordering options when selecting data from "tournaments".""" -input tournaments_order_by { - admin: players_order_by - auto_start: order_by - can_cancel: order_by - can_close_registration: order_by - can_join: order_by - can_open_registration: order_by - can_pause: order_by - can_resume: order_by - can_setup: order_by - can_start: order_by - created_at: order_by - description: order_by - discord_guild_id: order_by - discord_notifications_enabled: order_by - discord_notify_Canceled: order_by - discord_notify_Finished: order_by - discord_notify_Forfeit: order_by - discord_notify_Live: order_by - discord_notify_MapPaused: order_by - discord_notify_PickingPlayers: order_by - discord_notify_Scheduled: order_by - discord_notify_Surrendered: order_by - discord_notify_Tie: order_by - discord_notify_Veto: order_by - discord_notify_WaitingForCheckIn: order_by - discord_notify_WaitingForServer: order_by - discord_role_id: order_by - discord_voice_enabled: order_by - discord_webhook: order_by - e_tournament_status: e_tournament_status_order_by - has_min_teams: order_by +"""Ordering options when selecting data from "v_gpu_pool_status".""" +input v_gpu_pool_status_order_by { + demo_free_gpu_nodes: order_by + demo_in_progress: order_by + demo_total_gpu_nodes: order_by + free_gpu_nodes: order_by + free_gpu_nodes_for_batch: order_by + highlights_in_progress: order_by id: order_by - is_organizer: order_by - joined_tournament: order_by - match_options_id: order_by - max_players_per_lineup: order_by - min_players_per_lineup: order_by - name: order_by - options: match_options_order_by - organizer_steam_id: order_by - organizers_aggregate: tournament_organizers_aggregate_order_by - player_stats_aggregate: v_tournament_player_stats_aggregate_order_by - results_aggregate: v_team_tournament_results_aggregate_order_by - rosters_aggregate: tournament_team_roster_aggregate_order_by - stages_aggregate: tournament_stages_aggregate_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""" -input tournaments_pk_columns_input { - id: uuid! + live_in_progress: order_by + registered_gpu_nodes: order_by + rendering_total_gpu_nodes: order_by + renders_paused_for_active_match: order_by + streaming_free_gpu_nodes: order_by + streaming_total_gpu_nodes: order_by + total_gpu_nodes: order_by } """ -select columns of table "tournaments" +select columns of table "v_gpu_pool_status" """ -enum tournaments_select_column { +enum v_gpu_pool_status_select_column { """column name""" - auto_start + demo_free_gpu_nodes """column name""" - created_at + demo_in_progress """column name""" - description + demo_total_gpu_nodes """column name""" - discord_guild_id + free_gpu_nodes """column name""" - discord_notifications_enabled + free_gpu_nodes_for_batch """column name""" - discord_notify_Canceled + highlights_in_progress """column name""" - discord_notify_Finished + id """column name""" - discord_notify_Forfeit + live_in_progress """column name""" - discord_notify_Live + registered_gpu_nodes """column name""" - discord_notify_MapPaused + rendering_total_gpu_nodes """column name""" - discord_notify_PickingPlayers + renders_paused_for_active_match """column name""" - discord_notify_Scheduled + streaming_free_gpu_nodes """column name""" - discord_notify_Surrendered + streaming_total_gpu_nodes """column name""" - discord_notify_Tie + total_gpu_nodes +} - """column name""" - discord_notify_Veto +"""aggregate stddev on columns""" +type v_gpu_pool_status_stddev_fields { + demo_free_gpu_nodes: Float + demo_total_gpu_nodes: Float + free_gpu_nodes: Float + free_gpu_nodes_for_batch: Float + id: Float + registered_gpu_nodes: Float + rendering_total_gpu_nodes: Float + streaming_free_gpu_nodes: Float + streaming_total_gpu_nodes: Float + total_gpu_nodes: Float +} - """column name""" - discord_notify_WaitingForCheckIn +"""aggregate stddev_pop on columns""" +type v_gpu_pool_status_stddev_pop_fields { + demo_free_gpu_nodes: Float + demo_total_gpu_nodes: Float + free_gpu_nodes: Float + free_gpu_nodes_for_batch: Float + id: Float + registered_gpu_nodes: Float + rendering_total_gpu_nodes: Float + streaming_free_gpu_nodes: Float + streaming_total_gpu_nodes: Float + total_gpu_nodes: Float +} - """column name""" - discord_notify_WaitingForServer +"""aggregate stddev_samp on columns""" +type v_gpu_pool_status_stddev_samp_fields { + demo_free_gpu_nodes: Float + demo_total_gpu_nodes: Float + free_gpu_nodes: Float + free_gpu_nodes_for_batch: Float + id: Float + registered_gpu_nodes: Float + rendering_total_gpu_nodes: Float + streaming_free_gpu_nodes: Float + streaming_total_gpu_nodes: Float + total_gpu_nodes: Float +} - """column name""" - discord_role_id +""" +Streaming cursor of the table "v_gpu_pool_status" +""" +input v_gpu_pool_status_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v_gpu_pool_status_stream_cursor_value_input! - """column name""" - discord_voice_enabled + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - discord_webhook +"""Initial value of the column from where the streaming should start""" +input v_gpu_pool_status_stream_cursor_value_input { + demo_free_gpu_nodes: Int + demo_in_progress: Boolean + demo_total_gpu_nodes: Int + free_gpu_nodes: Int + free_gpu_nodes_for_batch: Int + highlights_in_progress: Boolean + id: Int + live_in_progress: Boolean + registered_gpu_nodes: Int + rendering_total_gpu_nodes: Int + renders_paused_for_active_match: Boolean + streaming_free_gpu_nodes: Int + streaming_total_gpu_nodes: Int + total_gpu_nodes: Int +} - """column name""" - id +"""aggregate sum on columns""" +type v_gpu_pool_status_sum_fields { + demo_free_gpu_nodes: Int + demo_total_gpu_nodes: Int + free_gpu_nodes: Int + free_gpu_nodes_for_batch: Int + id: Int + registered_gpu_nodes: Int + rendering_total_gpu_nodes: Int + streaming_free_gpu_nodes: Int + streaming_total_gpu_nodes: Int + total_gpu_nodes: Int +} - """column name""" - match_options_id +"""aggregate var_pop on columns""" +type v_gpu_pool_status_var_pop_fields { + demo_free_gpu_nodes: Float + demo_total_gpu_nodes: Float + free_gpu_nodes: Float + free_gpu_nodes_for_batch: Float + id: Float + registered_gpu_nodes: Float + rendering_total_gpu_nodes: Float + streaming_free_gpu_nodes: Float + streaming_total_gpu_nodes: Float + total_gpu_nodes: Float +} - """column name""" - name +"""aggregate var_samp on columns""" +type v_gpu_pool_status_var_samp_fields { + demo_free_gpu_nodes: Float + demo_total_gpu_nodes: Float + free_gpu_nodes: Float + free_gpu_nodes_for_batch: Float + id: Float + registered_gpu_nodes: Float + rendering_total_gpu_nodes: Float + streaming_free_gpu_nodes: Float + streaming_total_gpu_nodes: Float + total_gpu_nodes: Float +} - """column name""" - organizer_steam_id +"""aggregate variance on columns""" +type v_gpu_pool_status_variance_fields { + demo_free_gpu_nodes: Float + demo_total_gpu_nodes: Float + free_gpu_nodes: Float + free_gpu_nodes_for_batch: Float + id: Float + registered_gpu_nodes: Float + rendering_total_gpu_nodes: Float + streaming_free_gpu_nodes: Float + streaming_total_gpu_nodes: Float + total_gpu_nodes: Float +} - """column name""" - start +""" +columns and relationships of "v_league_division_standings" +""" +type v_league_division_standings { + head_to_head_match_wins: Int + head_to_head_rounds_won: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid - """column name""" - status + """An object relationship""" + league_team: league_teams + league_team_id: uuid + league_team_season_id: uuid + losses: Int + maps_lost: Int + maps_won: Int + matches_played: Int + matches_remaining: Int + rank: Int + round_diff: Int + rounds_lost: Int + rounds_won: Int - """column name""" - trophies_enabled + """An object relationship""" + season_division: league_season_divisions + + """An object relationship""" + team_season: league_team_seasons + tournament_team_id: uuid + wins: Int } """ -select "tournaments_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournaments" +aggregated selection of "v_league_division_standings" """ -enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns { - """column name""" - auto_start - - """column name""" - discord_notifications_enabled +type v_league_division_standings_aggregate { + aggregate: v_league_division_standings_aggregate_fields + nodes: [v_league_division_standings!]! +} - """column name""" - discord_notify_Canceled +input v_league_division_standings_aggregate_bool_exp { + count: v_league_division_standings_aggregate_bool_exp_count +} - """column name""" - discord_notify_Finished +input v_league_division_standings_aggregate_bool_exp_count { + arguments: [v_league_division_standings_select_column!] + distinct: Boolean + filter: v_league_division_standings_bool_exp + predicate: Int_comparison_exp! +} - """column name""" - discord_notify_Forfeit +""" +aggregate fields of "v_league_division_standings" +""" +type v_league_division_standings_aggregate_fields { + avg: v_league_division_standings_avg_fields + count(columns: [v_league_division_standings_select_column!], distinct: Boolean): Int! + max: v_league_division_standings_max_fields + min: v_league_division_standings_min_fields + stddev: v_league_division_standings_stddev_fields + stddev_pop: v_league_division_standings_stddev_pop_fields + stddev_samp: v_league_division_standings_stddev_samp_fields + sum: v_league_division_standings_sum_fields + var_pop: v_league_division_standings_var_pop_fields + var_samp: v_league_division_standings_var_samp_fields + variance: v_league_division_standings_variance_fields +} - """column name""" - discord_notify_Live +""" +order by aggregate values of table "v_league_division_standings" +""" +input v_league_division_standings_aggregate_order_by { + avg: v_league_division_standings_avg_order_by + count: order_by + max: v_league_division_standings_max_order_by + min: v_league_division_standings_min_order_by + stddev: v_league_division_standings_stddev_order_by + stddev_pop: v_league_division_standings_stddev_pop_order_by + stddev_samp: v_league_division_standings_stddev_samp_order_by + sum: v_league_division_standings_sum_order_by + var_pop: v_league_division_standings_var_pop_order_by + var_samp: v_league_division_standings_var_samp_order_by + variance: v_league_division_standings_variance_order_by +} - """column name""" - discord_notify_MapPaused +""" +input type for inserting array relation for remote table "v_league_division_standings" +""" +input v_league_division_standings_arr_rel_insert_input { + data: [v_league_division_standings_insert_input!]! +} - """column name""" - discord_notify_PickingPlayers +"""aggregate avg on columns""" +type v_league_division_standings_avg_fields { + head_to_head_match_wins: Float + head_to_head_rounds_won: Float + losses: Float + maps_lost: Float + maps_won: Float + matches_played: Float + matches_remaining: Float + rank: Float + round_diff: Float + rounds_lost: Float + rounds_won: Float + wins: Float +} - """column name""" - discord_notify_Scheduled +""" +order by avg() on columns of table "v_league_division_standings" +""" +input v_league_division_standings_avg_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by +} - """column name""" - discord_notify_Surrendered +""" +Boolean expression to filter rows from the table "v_league_division_standings". All fields are combined with a logical 'AND'. +""" +input v_league_division_standings_bool_exp { + _and: [v_league_division_standings_bool_exp!] + _not: v_league_division_standings_bool_exp + _or: [v_league_division_standings_bool_exp!] + head_to_head_match_wins: Int_comparison_exp + head_to_head_rounds_won: Int_comparison_exp + league_division_id: uuid_comparison_exp + league_season_division_id: uuid_comparison_exp + league_season_id: uuid_comparison_exp + league_team: league_teams_bool_exp + league_team_id: uuid_comparison_exp + league_team_season_id: uuid_comparison_exp + losses: Int_comparison_exp + maps_lost: Int_comparison_exp + maps_won: Int_comparison_exp + matches_played: Int_comparison_exp + matches_remaining: Int_comparison_exp + rank: Int_comparison_exp + round_diff: Int_comparison_exp + rounds_lost: Int_comparison_exp + rounds_won: Int_comparison_exp + season_division: league_season_divisions_bool_exp + team_season: league_team_seasons_bool_exp + tournament_team_id: uuid_comparison_exp + wins: Int_comparison_exp +} - """column name""" - discord_notify_Tie +""" +input type for inserting data into table "v_league_division_standings" +""" +input v_league_division_standings_insert_input { + head_to_head_match_wins: Int + head_to_head_rounds_won: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team: league_teams_obj_rel_insert_input + league_team_id: uuid + league_team_season_id: uuid + losses: Int + maps_lost: Int + maps_won: Int + matches_played: Int + matches_remaining: Int + rank: Int + round_diff: Int + rounds_lost: Int + rounds_won: Int + season_division: league_season_divisions_obj_rel_insert_input + team_season: league_team_seasons_obj_rel_insert_input + tournament_team_id: uuid + wins: Int +} - """column name""" - discord_notify_Veto +"""aggregate max on columns""" +type v_league_division_standings_max_fields { + head_to_head_match_wins: Int + head_to_head_rounds_won: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team_id: uuid + league_team_season_id: uuid + losses: Int + maps_lost: Int + maps_won: Int + matches_played: Int + matches_remaining: Int + rank: Int + round_diff: Int + rounds_lost: Int + rounds_won: Int + tournament_team_id: uuid + wins: Int +} - """column name""" - discord_notify_WaitingForCheckIn +""" +order by max() on columns of table "v_league_division_standings" +""" +input v_league_division_standings_max_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + league_division_id: order_by + league_season_division_id: order_by + league_season_id: order_by + league_team_id: order_by + league_team_season_id: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + tournament_team_id: order_by + wins: order_by +} - """column name""" - discord_notify_WaitingForServer +"""aggregate min on columns""" +type v_league_division_standings_min_fields { + head_to_head_match_wins: Int + head_to_head_rounds_won: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team_id: uuid + league_team_season_id: uuid + losses: Int + maps_lost: Int + maps_won: Int + matches_played: Int + matches_remaining: Int + rank: Int + round_diff: Int + rounds_lost: Int + rounds_won: Int + tournament_team_id: uuid + wins: Int +} - """column name""" - discord_voice_enabled +""" +order by min() on columns of table "v_league_division_standings" +""" +input v_league_division_standings_min_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + league_division_id: order_by + league_season_division_id: order_by + league_season_id: order_by + league_team_id: order_by + league_team_season_id: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + tournament_team_id: order_by + wins: order_by +} - """column name""" - trophies_enabled +""" +Ordering options when selecting data from "v_league_division_standings". +""" +input v_league_division_standings_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + league_division_id: order_by + league_season_division_id: order_by + league_season_id: order_by + league_team: league_teams_order_by + league_team_id: order_by + league_team_season_id: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + season_division: league_season_divisions_order_by + team_season: league_team_seasons_order_by + tournament_team_id: order_by + wins: order_by } """ -select "tournaments_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournaments" +select columns of table "v_league_division_standings" """ -enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns { +enum v_league_division_standings_select_column { """column name""" - auto_start + head_to_head_match_wins """column name""" - discord_notifications_enabled + head_to_head_rounds_won """column name""" - discord_notify_Canceled + league_division_id """column name""" - discord_notify_Finished + league_season_division_id """column name""" - discord_notify_Forfeit + league_season_id """column name""" - discord_notify_Live + league_team_id """column name""" - discord_notify_MapPaused + league_team_season_id """column name""" - discord_notify_PickingPlayers + losses """column name""" - discord_notify_Scheduled + maps_lost """column name""" - discord_notify_Surrendered + maps_won """column name""" - discord_notify_Tie + matches_played + + """column name""" + matches_remaining + + """column name""" + rank """column name""" - discord_notify_Veto + round_diff """column name""" - discord_notify_WaitingForCheckIn + rounds_lost """column name""" - discord_notify_WaitingForServer + rounds_won """column name""" - discord_voice_enabled + tournament_team_id """column name""" - trophies_enabled -} - -""" -input type for updating data in table "tournaments" -""" -input tournaments_set_input { - auto_start: Boolean - created_at: timestamptz - description: String - discord_guild_id: String - discord_notifications_enabled: Boolean - discord_notify_Canceled: Boolean - discord_notify_Finished: Boolean - discord_notify_Forfeit: Boolean - discord_notify_Live: Boolean - discord_notify_MapPaused: Boolean - discord_notify_PickingPlayers: Boolean - discord_notify_Scheduled: Boolean - discord_notify_Surrendered: Boolean - discord_notify_Tie: Boolean - discord_notify_Veto: Boolean - discord_notify_WaitingForCheckIn: Boolean - discord_notify_WaitingForServer: Boolean - discord_role_id: String - discord_voice_enabled: Boolean - discord_webhook: String - id: uuid - match_options_id: uuid - name: String - organizer_steam_id: bigint - start: timestamptz - status: e_tournament_status_enum - trophies_enabled: Boolean + wins } """aggregate stddev on columns""" -type tournaments_stddev_fields { - """ - A computed field, executes function "tournament_max_players_per_lineup" - """ - max_players_per_lineup: Int - - """ - A computed field, executes function "tournament_min_players_per_lineup" - """ - min_players_per_lineup: Int - organizer_steam_id: Float +type v_league_division_standings_stddev_fields { + head_to_head_match_wins: Float + head_to_head_rounds_won: Float + losses: Float + maps_lost: Float + maps_won: Float + matches_played: Float + matches_remaining: Float + rank: Float + round_diff: Float + rounds_lost: Float + rounds_won: Float + wins: Float } """ -order by stddev() on columns of table "tournaments" +order by stddev() on columns of table "v_league_division_standings" """ -input tournaments_stddev_order_by { - organizer_steam_id: order_by +input v_league_division_standings_stddev_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by } """aggregate stddev_pop on columns""" -type tournaments_stddev_pop_fields { - """ - A computed field, executes function "tournament_max_players_per_lineup" - """ - max_players_per_lineup: Int - - """ - A computed field, executes function "tournament_min_players_per_lineup" - """ - min_players_per_lineup: Int - organizer_steam_id: Float +type v_league_division_standings_stddev_pop_fields { + head_to_head_match_wins: Float + head_to_head_rounds_won: Float + losses: Float + maps_lost: Float + maps_won: Float + matches_played: Float + matches_remaining: Float + rank: Float + round_diff: Float + rounds_lost: Float + rounds_won: Float + wins: Float } """ -order by stddev_pop() on columns of table "tournaments" +order by stddev_pop() on columns of table "v_league_division_standings" """ -input tournaments_stddev_pop_order_by { - organizer_steam_id: order_by +input v_league_division_standings_stddev_pop_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by } """aggregate stddev_samp on columns""" -type tournaments_stddev_samp_fields { - """ - A computed field, executes function "tournament_max_players_per_lineup" - """ - max_players_per_lineup: Int - - """ - A computed field, executes function "tournament_min_players_per_lineup" - """ - min_players_per_lineup: Int - organizer_steam_id: Float +type v_league_division_standings_stddev_samp_fields { + head_to_head_match_wins: Float + head_to_head_rounds_won: Float + losses: Float + maps_lost: Float + maps_won: Float + matches_played: Float + matches_remaining: Float + rank: Float + round_diff: Float + rounds_lost: Float + rounds_won: Float + wins: Float } """ -order by stddev_samp() on columns of table "tournaments" +order by stddev_samp() on columns of table "v_league_division_standings" """ -input tournaments_stddev_samp_order_by { - organizer_steam_id: order_by +input v_league_division_standings_stddev_samp_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by } """ -Streaming cursor of the table "tournaments" +Streaming cursor of the table "v_league_division_standings" """ -input tournaments_stream_cursor_input { +input v_league_division_standings_stream_cursor_input { """Stream column input with initial value""" - initial_value: tournaments_stream_cursor_value_input! + initial_value: v_league_division_standings_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input tournaments_stream_cursor_value_input { - auto_start: Boolean - created_at: timestamptz - description: String - discord_guild_id: String - discord_notifications_enabled: Boolean - discord_notify_Canceled: Boolean - discord_notify_Finished: Boolean - discord_notify_Forfeit: Boolean - discord_notify_Live: Boolean - discord_notify_MapPaused: Boolean - discord_notify_PickingPlayers: Boolean - discord_notify_Scheduled: Boolean - discord_notify_Surrendered: Boolean - discord_notify_Tie: Boolean - discord_notify_Veto: Boolean - discord_notify_WaitingForCheckIn: Boolean - discord_notify_WaitingForServer: Boolean - discord_role_id: String - discord_voice_enabled: Boolean - discord_webhook: String - id: uuid - match_options_id: uuid - name: String - organizer_steam_id: bigint - start: timestamptz - status: e_tournament_status_enum - trophies_enabled: Boolean +input v_league_division_standings_stream_cursor_value_input { + head_to_head_match_wins: Int + head_to_head_rounds_won: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team_id: uuid + league_team_season_id: uuid + losses: Int + maps_lost: Int + maps_won: Int + matches_played: Int + matches_remaining: Int + rank: Int + round_diff: Int + rounds_lost: Int + rounds_won: Int + tournament_team_id: uuid + wins: Int } """aggregate sum on columns""" -type tournaments_sum_fields { - """ - A computed field, executes function "tournament_max_players_per_lineup" - """ - max_players_per_lineup: Int - - """ - A computed field, executes function "tournament_min_players_per_lineup" - """ - min_players_per_lineup: Int - organizer_steam_id: bigint +type v_league_division_standings_sum_fields { + head_to_head_match_wins: Int + head_to_head_rounds_won: Int + losses: Int + maps_lost: Int + maps_won: Int + matches_played: Int + matches_remaining: Int + rank: Int + round_diff: Int + rounds_lost: Int + rounds_won: Int + wins: Int } """ -order by sum() on columns of table "tournaments" +order by sum() on columns of table "v_league_division_standings" """ -input tournaments_sum_order_by { - organizer_steam_id: order_by +input v_league_division_standings_sum_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by +} + +"""aggregate var_pop on columns""" +type v_league_division_standings_var_pop_fields { + head_to_head_match_wins: Float + head_to_head_rounds_won: Float + losses: Float + maps_lost: Float + maps_won: Float + matches_played: Float + matches_remaining: Float + rank: Float + round_diff: Float + rounds_lost: Float + rounds_won: Float + wins: Float } """ -update columns of table "tournaments" +order by var_pop() on columns of table "v_league_division_standings" """ -enum tournaments_update_column { - """column name""" - auto_start - - """column name""" - created_at - - """column name""" - description - - """column name""" - discord_guild_id - - """column name""" - discord_notifications_enabled - - """column name""" - discord_notify_Canceled - - """column name""" - discord_notify_Finished - - """column name""" - discord_notify_Forfeit - - """column name""" - discord_notify_Live - - """column name""" - discord_notify_MapPaused - - """column name""" - discord_notify_PickingPlayers +input v_league_division_standings_var_pop_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by +} - """column name""" - discord_notify_Scheduled +"""aggregate var_samp on columns""" +type v_league_division_standings_var_samp_fields { + head_to_head_match_wins: Float + head_to_head_rounds_won: Float + losses: Float + maps_lost: Float + maps_won: Float + matches_played: Float + matches_remaining: Float + rank: Float + round_diff: Float + rounds_lost: Float + rounds_won: Float + wins: Float +} - """column name""" - discord_notify_Surrendered +""" +order by var_samp() on columns of table "v_league_division_standings" +""" +input v_league_division_standings_var_samp_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by +} - """column name""" - discord_notify_Tie +"""aggregate variance on columns""" +type v_league_division_standings_variance_fields { + head_to_head_match_wins: Float + head_to_head_rounds_won: Float + losses: Float + maps_lost: Float + maps_won: Float + matches_played: Float + matches_remaining: Float + rank: Float + round_diff: Float + rounds_lost: Float + rounds_won: Float + wins: Float +} - """column name""" - discord_notify_Veto +""" +order by variance() on columns of table "v_league_division_standings" +""" +input v_league_division_standings_variance_order_by { + head_to_head_match_wins: order_by + head_to_head_rounds_won: order_by + losses: order_by + maps_lost: order_by + maps_won: order_by + matches_played: order_by + matches_remaining: order_by + rank: order_by + round_diff: order_by + rounds_lost: order_by + rounds_won: order_by + wins: order_by +} - """column name""" - discord_notify_WaitingForCheckIn +""" +columns and relationships of "v_league_season_player_stats" +""" +type v_league_season_player_stats { + assists: Int + deaths: Int + headshot_percentage: float8 + headshots: Int + kdr: float8 + kills: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid - """column name""" - discord_notify_WaitingForServer + """An object relationship""" + league_team: league_teams + league_team_id: uuid + league_team_season_id: uuid + matches_played: Int - """column name""" - discord_role_id + """An object relationship""" + player: players + player_steam_id: bigint +} - """column name""" - discord_voice_enabled +""" +aggregated selection of "v_league_season_player_stats" +""" +type v_league_season_player_stats_aggregate { + aggregate: v_league_season_player_stats_aggregate_fields + nodes: [v_league_season_player_stats!]! +} - """column name""" - discord_webhook +input v_league_season_player_stats_aggregate_bool_exp { + avg: v_league_season_player_stats_aggregate_bool_exp_avg + corr: v_league_season_player_stats_aggregate_bool_exp_corr + count: v_league_season_player_stats_aggregate_bool_exp_count + covar_samp: v_league_season_player_stats_aggregate_bool_exp_covar_samp + max: v_league_season_player_stats_aggregate_bool_exp_max + min: v_league_season_player_stats_aggregate_bool_exp_min + stddev_samp: v_league_season_player_stats_aggregate_bool_exp_stddev_samp + sum: v_league_season_player_stats_aggregate_bool_exp_sum + var_samp: v_league_season_player_stats_aggregate_bool_exp_var_samp +} - """column name""" - id +input v_league_season_player_stats_aggregate_bool_exp_avg { + arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_avg_arguments_columns! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! +} - """column name""" - match_options_id +input v_league_season_player_stats_aggregate_bool_exp_corr { + arguments: v_league_season_player_stats_aggregate_bool_exp_corr_arguments! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! +} - """column name""" - name +input v_league_season_player_stats_aggregate_bool_exp_corr_arguments { + X: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns! + Y: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns! +} - """column name""" - organizer_steam_id +input v_league_season_player_stats_aggregate_bool_exp_count { + arguments: [v_league_season_player_stats_select_column!] + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: Int_comparison_exp! +} - """column name""" - start +input v_league_season_player_stats_aggregate_bool_exp_covar_samp { + arguments: v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! +} - """column name""" - status +input v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments { + X: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns! + Y: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns! +} - """column name""" - trophies_enabled +input v_league_season_player_stats_aggregate_bool_exp_max { + arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_max_arguments_columns! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! } -input tournaments_updates { - """increments the numeric columns with given value of the filtered values""" - _inc: tournaments_inc_input +input v_league_season_player_stats_aggregate_bool_exp_min { + arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_min_arguments_columns! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! +} - """sets the columns of the filtered rows to the given values""" - _set: tournaments_set_input +input v_league_season_player_stats_aggregate_bool_exp_stddev_samp { + arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! +} - """filter the rows which have to be updated""" - where: tournaments_bool_exp! +input v_league_season_player_stats_aggregate_bool_exp_sum { + arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_sum_arguments_columns! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! } -"""aggregate var_pop on columns""" -type tournaments_var_pop_fields { - """ - A computed field, executes function "tournament_max_players_per_lineup" - """ - max_players_per_lineup: Int +input v_league_season_player_stats_aggregate_bool_exp_var_samp { + arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_var_samp_arguments_columns! + distinct: Boolean + filter: v_league_season_player_stats_bool_exp + predicate: float8_comparison_exp! +} - """ - A computed field, executes function "tournament_min_players_per_lineup" - """ - min_players_per_lineup: Int - organizer_steam_id: Float +""" +aggregate fields of "v_league_season_player_stats" +""" +type v_league_season_player_stats_aggregate_fields { + avg: v_league_season_player_stats_avg_fields + count(columns: [v_league_season_player_stats_select_column!], distinct: Boolean): Int! + max: v_league_season_player_stats_max_fields + min: v_league_season_player_stats_min_fields + stddev: v_league_season_player_stats_stddev_fields + stddev_pop: v_league_season_player_stats_stddev_pop_fields + stddev_samp: v_league_season_player_stats_stddev_samp_fields + sum: v_league_season_player_stats_sum_fields + var_pop: v_league_season_player_stats_var_pop_fields + var_samp: v_league_season_player_stats_var_samp_fields + variance: v_league_season_player_stats_variance_fields } """ -order by var_pop() on columns of table "tournaments" +order by aggregate values of table "v_league_season_player_stats" """ -input tournaments_var_pop_order_by { - organizer_steam_id: order_by +input v_league_season_player_stats_aggregate_order_by { + avg: v_league_season_player_stats_avg_order_by + count: order_by + max: v_league_season_player_stats_max_order_by + min: v_league_season_player_stats_min_order_by + stddev: v_league_season_player_stats_stddev_order_by + stddev_pop: v_league_season_player_stats_stddev_pop_order_by + stddev_samp: v_league_season_player_stats_stddev_samp_order_by + sum: v_league_season_player_stats_sum_order_by + var_pop: v_league_season_player_stats_var_pop_order_by + var_samp: v_league_season_player_stats_var_samp_order_by + variance: v_league_season_player_stats_variance_order_by } -"""aggregate var_samp on columns""" -type tournaments_var_samp_fields { - """ - A computed field, executes function "tournament_max_players_per_lineup" - """ - max_players_per_lineup: Int +""" +input type for inserting array relation for remote table "v_league_season_player_stats" +""" +input v_league_season_player_stats_arr_rel_insert_input { + data: [v_league_season_player_stats_insert_input!]! +} - """ - A computed field, executes function "tournament_min_players_per_lineup" - """ - min_players_per_lineup: Int - organizer_steam_id: Float +"""aggregate avg on columns""" +type v_league_season_player_stats_avg_fields { + assists: Float + deaths: Float + headshot_percentage: Float + headshots: Float + kdr: Float + kills: Float + matches_played: Float + player_steam_id: Float } """ -order by var_samp() on columns of table "tournaments" +order by avg() on columns of table "v_league_season_player_stats" """ -input tournaments_var_samp_order_by { - organizer_steam_id: order_by +input v_league_season_player_stats_avg_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by } -"""aggregate variance on columns""" -type tournaments_variance_fields { - """ - A computed field, executes function "tournament_max_players_per_lineup" - """ - max_players_per_lineup: Int - - """ - A computed field, executes function "tournament_min_players_per_lineup" - """ - min_players_per_lineup: Int - organizer_steam_id: Float +""" +Boolean expression to filter rows from the table "v_league_season_player_stats". All fields are combined with a logical 'AND'. +""" +input v_league_season_player_stats_bool_exp { + _and: [v_league_season_player_stats_bool_exp!] + _not: v_league_season_player_stats_bool_exp + _or: [v_league_season_player_stats_bool_exp!] + assists: Int_comparison_exp + deaths: Int_comparison_exp + headshot_percentage: float8_comparison_exp + headshots: Int_comparison_exp + kdr: float8_comparison_exp + kills: Int_comparison_exp + league_division_id: uuid_comparison_exp + league_season_division_id: uuid_comparison_exp + league_season_id: uuid_comparison_exp + league_team: league_teams_bool_exp + league_team_id: uuid_comparison_exp + league_team_season_id: uuid_comparison_exp + matches_played: Int_comparison_exp + player: players_bool_exp + player_steam_id: bigint_comparison_exp } """ -order by variance() on columns of table "tournaments" +input type for inserting data into table "v_league_season_player_stats" """ -input tournaments_variance_order_by { - organizer_steam_id: order_by +input v_league_season_player_stats_insert_input { + assists: Int + deaths: Int + headshot_percentage: float8 + headshots: Int + kdr: float8 + kills: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team: league_teams_obj_rel_insert_input + league_team_id: uuid + league_team_season_id: uuid + matches_played: Int + player: players_obj_rel_insert_input + player_steam_id: bigint } -scalar uuid +"""aggregate max on columns""" +type v_league_season_player_stats_max_fields { + assists: Int + deaths: Int + headshot_percentage: float8 + headshots: Int + kdr: float8 + kills: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team_id: uuid + league_team_season_id: uuid + matches_played: Int + player_steam_id: bigint +} """ -Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. +order by max() on columns of table "v_league_season_player_stats" """ -input uuid_array_comparison_exp { - """is the array contained in the given array value""" - _contained_in: [uuid!] - - """does the array contain the given value""" - _contains: [uuid!] - _eq: [uuid!] - _gt: [uuid!] - _gte: [uuid!] - _in: [[uuid!]!] - _is_null: Boolean - _lt: [uuid!] - _lte: [uuid!] - _neq: [uuid!] - _nin: [[uuid!]!] +input v_league_season_player_stats_max_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + league_division_id: order_by + league_season_division_id: order_by + league_season_id: order_by + league_team_id: order_by + league_team_season_id: order_by + matches_played: order_by + player_steam_id: order_by } -""" -Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. -""" -input uuid_comparison_exp { - _eq: uuid - _gt: uuid - _gte: uuid - _in: [uuid!] - _is_null: Boolean - _lt: uuid - _lte: uuid - _neq: uuid - _nin: [uuid!] +"""aggregate min on columns""" +type v_league_season_player_stats_min_fields { + assists: Int + deaths: Int + headshot_percentage: float8 + headshots: Int + kdr: float8 + kills: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team_id: uuid + league_team_season_id: uuid + matches_played: Int + player_steam_id: bigint } """ -columns and relationships of "v_gpu_pool_status" +order by min() on columns of table "v_league_season_player_stats" """ -type v_gpu_pool_status { - demo_free_gpu_nodes: Int - demo_in_progress: Boolean - demo_total_gpu_nodes: Int - free_gpu_nodes: Int - free_gpu_nodes_for_batch: Int - highlights_in_progress: Boolean - id: Int - live_in_progress: Boolean - registered_gpu_nodes: Int - rendering_total_gpu_nodes: Int - renders_paused_for_active_match: Boolean - streaming_free_gpu_nodes: Int - streaming_total_gpu_nodes: Int - total_gpu_nodes: Int +input v_league_season_player_stats_min_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + league_division_id: order_by + league_season_division_id: order_by + league_season_id: order_by + league_team_id: order_by + league_team_season_id: order_by + matches_played: order_by + player_steam_id: order_by } """ -aggregated selection of "v_gpu_pool_status" +Ordering options when selecting data from "v_league_season_player_stats". """ -type v_gpu_pool_status_aggregate { - aggregate: v_gpu_pool_status_aggregate_fields - nodes: [v_gpu_pool_status!]! +input v_league_season_player_stats_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + league_division_id: order_by + league_season_division_id: order_by + league_season_id: order_by + league_team: league_teams_order_by + league_team_id: order_by + league_team_season_id: order_by + matches_played: order_by + player: players_order_by + player_steam_id: order_by } """ -aggregate fields of "v_gpu_pool_status" +select columns of table "v_league_season_player_stats" """ -type v_gpu_pool_status_aggregate_fields { - avg: v_gpu_pool_status_avg_fields - count(columns: [v_gpu_pool_status_select_column!], distinct: Boolean): Int! - max: v_gpu_pool_status_max_fields - min: v_gpu_pool_status_min_fields - stddev: v_gpu_pool_status_stddev_fields - stddev_pop: v_gpu_pool_status_stddev_pop_fields - stddev_samp: v_gpu_pool_status_stddev_samp_fields - sum: v_gpu_pool_status_sum_fields - var_pop: v_gpu_pool_status_var_pop_fields - var_samp: v_gpu_pool_status_var_samp_fields - variance: v_gpu_pool_status_variance_fields -} +enum v_league_season_player_stats_select_column { + """column name""" + assists -"""aggregate avg on columns""" -type v_gpu_pool_status_avg_fields { - demo_free_gpu_nodes: Float - demo_total_gpu_nodes: Float - free_gpu_nodes: Float - free_gpu_nodes_for_batch: Float - id: Float - registered_gpu_nodes: Float - rendering_total_gpu_nodes: Float - streaming_free_gpu_nodes: Float - streaming_total_gpu_nodes: Float - total_gpu_nodes: Float -} + """column name""" + deaths -""" -Boolean expression to filter rows from the table "v_gpu_pool_status". All fields are combined with a logical 'AND'. -""" -input v_gpu_pool_status_bool_exp { - _and: [v_gpu_pool_status_bool_exp!] - _not: v_gpu_pool_status_bool_exp - _or: [v_gpu_pool_status_bool_exp!] - demo_free_gpu_nodes: Int_comparison_exp - demo_in_progress: Boolean_comparison_exp - demo_total_gpu_nodes: Int_comparison_exp - free_gpu_nodes: Int_comparison_exp - free_gpu_nodes_for_batch: Int_comparison_exp - highlights_in_progress: Boolean_comparison_exp - id: Int_comparison_exp - live_in_progress: Boolean_comparison_exp - registered_gpu_nodes: Int_comparison_exp - rendering_total_gpu_nodes: Int_comparison_exp - renders_paused_for_active_match: Boolean_comparison_exp - streaming_free_gpu_nodes: Int_comparison_exp - streaming_total_gpu_nodes: Int_comparison_exp - total_gpu_nodes: Int_comparison_exp -} + """column name""" + headshot_percentage -"""aggregate max on columns""" -type v_gpu_pool_status_max_fields { - demo_free_gpu_nodes: Int - demo_total_gpu_nodes: Int - free_gpu_nodes: Int - free_gpu_nodes_for_batch: Int - id: Int - registered_gpu_nodes: Int - rendering_total_gpu_nodes: Int - streaming_free_gpu_nodes: Int - streaming_total_gpu_nodes: Int - total_gpu_nodes: Int -} + """column name""" + headshots -"""aggregate min on columns""" -type v_gpu_pool_status_min_fields { - demo_free_gpu_nodes: Int - demo_total_gpu_nodes: Int - free_gpu_nodes: Int - free_gpu_nodes_for_batch: Int - id: Int - registered_gpu_nodes: Int - rendering_total_gpu_nodes: Int - streaming_free_gpu_nodes: Int - streaming_total_gpu_nodes: Int - total_gpu_nodes: Int + """column name""" + kdr + + """column name""" + kills + + """column name""" + league_division_id + + """column name""" + league_season_division_id + + """column name""" + league_season_id + + """column name""" + league_team_id + + """column name""" + league_team_season_id + + """column name""" + matches_played + + """column name""" + player_steam_id } -"""Ordering options when selecting data from "v_gpu_pool_status".""" -input v_gpu_pool_status_order_by { - demo_free_gpu_nodes: order_by - demo_in_progress: order_by - demo_total_gpu_nodes: order_by - free_gpu_nodes: order_by - free_gpu_nodes_for_batch: order_by - highlights_in_progress: order_by - id: order_by - live_in_progress: order_by - registered_gpu_nodes: order_by - rendering_total_gpu_nodes: order_by - renders_paused_for_active_match: order_by - streaming_free_gpu_nodes: order_by - streaming_total_gpu_nodes: order_by - total_gpu_nodes: order_by +""" +select "v_league_season_player_stats_aggregate_bool_exp_avg_arguments_columns" columns of table "v_league_season_player_stats" +""" +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_avg_arguments_columns { + """column name""" + headshot_percentage + + """column name""" + kdr } """ -select columns of table "v_gpu_pool_status" +select "v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns" columns of table "v_league_season_player_stats" """ -enum v_gpu_pool_status_select_column { +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns { """column name""" - demo_free_gpu_nodes + headshot_percentage """column name""" - demo_in_progress + kdr +} +""" +select "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_league_season_player_stats" +""" +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns { """column name""" - demo_total_gpu_nodes + headshot_percentage """column name""" - free_gpu_nodes + kdr +} +""" +select "v_league_season_player_stats_aggregate_bool_exp_max_arguments_columns" columns of table "v_league_season_player_stats" +""" +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_max_arguments_columns { """column name""" - free_gpu_nodes_for_batch + headshot_percentage """column name""" - highlights_in_progress + kdr +} +""" +select "v_league_season_player_stats_aggregate_bool_exp_min_arguments_columns" columns of table "v_league_season_player_stats" +""" +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_min_arguments_columns { """column name""" - id + headshot_percentage """column name""" - live_in_progress + kdr +} +""" +select "v_league_season_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_league_season_player_stats" +""" +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns { """column name""" - registered_gpu_nodes + headshot_percentage """column name""" - rendering_total_gpu_nodes + kdr +} +""" +select "v_league_season_player_stats_aggregate_bool_exp_sum_arguments_columns" columns of table "v_league_season_player_stats" +""" +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_sum_arguments_columns { """column name""" - renders_paused_for_active_match + headshot_percentage """column name""" - streaming_free_gpu_nodes + kdr +} +""" +select "v_league_season_player_stats_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_league_season_player_stats" +""" +enum v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_var_samp_arguments_columns { """column name""" - streaming_total_gpu_nodes + headshot_percentage """column name""" - total_gpu_nodes + kdr } """aggregate stddev on columns""" -type v_gpu_pool_status_stddev_fields { - demo_free_gpu_nodes: Float - demo_total_gpu_nodes: Float - free_gpu_nodes: Float - free_gpu_nodes_for_batch: Float - id: Float - registered_gpu_nodes: Float - rendering_total_gpu_nodes: Float - streaming_free_gpu_nodes: Float - streaming_total_gpu_nodes: Float - total_gpu_nodes: Float +type v_league_season_player_stats_stddev_fields { + assists: Float + deaths: Float + headshot_percentage: Float + headshots: Float + kdr: Float + kills: Float + matches_played: Float + player_steam_id: Float +} + +""" +order by stddev() on columns of table "v_league_season_player_stats" +""" +input v_league_season_player_stats_stddev_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by } """aggregate stddev_pop on columns""" -type v_gpu_pool_status_stddev_pop_fields { - demo_free_gpu_nodes: Float - demo_total_gpu_nodes: Float - free_gpu_nodes: Float - free_gpu_nodes_for_batch: Float - id: Float - registered_gpu_nodes: Float - rendering_total_gpu_nodes: Float - streaming_free_gpu_nodes: Float - streaming_total_gpu_nodes: Float - total_gpu_nodes: Float +type v_league_season_player_stats_stddev_pop_fields { + assists: Float + deaths: Float + headshot_percentage: Float + headshots: Float + kdr: Float + kills: Float + matches_played: Float + player_steam_id: Float +} + +""" +order by stddev_pop() on columns of table "v_league_season_player_stats" +""" +input v_league_season_player_stats_stddev_pop_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by } """aggregate stddev_samp on columns""" -type v_gpu_pool_status_stddev_samp_fields { - demo_free_gpu_nodes: Float - demo_total_gpu_nodes: Float - free_gpu_nodes: Float - free_gpu_nodes_for_batch: Float - id: Float - registered_gpu_nodes: Float - rendering_total_gpu_nodes: Float - streaming_free_gpu_nodes: Float - streaming_total_gpu_nodes: Float - total_gpu_nodes: Float +type v_league_season_player_stats_stddev_samp_fields { + assists: Float + deaths: Float + headshot_percentage: Float + headshots: Float + kdr: Float + kills: Float + matches_played: Float + player_steam_id: Float } """ -Streaming cursor of the table "v_gpu_pool_status" +order by stddev_samp() on columns of table "v_league_season_player_stats" """ -input v_gpu_pool_status_stream_cursor_input { +input v_league_season_player_stats_stddev_samp_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by +} + +""" +Streaming cursor of the table "v_league_season_player_stats" +""" +input v_league_season_player_stats_stream_cursor_input { """Stream column input with initial value""" - initial_value: v_gpu_pool_status_stream_cursor_value_input! + initial_value: v_league_season_player_stats_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v_gpu_pool_status_stream_cursor_value_input { - demo_free_gpu_nodes: Int - demo_in_progress: Boolean - demo_total_gpu_nodes: Int - free_gpu_nodes: Int - free_gpu_nodes_for_batch: Int - highlights_in_progress: Boolean - id: Int - live_in_progress: Boolean - registered_gpu_nodes: Int - rendering_total_gpu_nodes: Int - renders_paused_for_active_match: Boolean - streaming_free_gpu_nodes: Int - streaming_total_gpu_nodes: Int - total_gpu_nodes: Int +input v_league_season_player_stats_stream_cursor_value_input { + assists: Int + deaths: Int + headshot_percentage: float8 + headshots: Int + kdr: float8 + kills: Int + league_division_id: uuid + league_season_division_id: uuid + league_season_id: uuid + league_team_id: uuid + league_team_season_id: uuid + matches_played: Int + player_steam_id: bigint } """aggregate sum on columns""" -type v_gpu_pool_status_sum_fields { - demo_free_gpu_nodes: Int - demo_total_gpu_nodes: Int - free_gpu_nodes: Int - free_gpu_nodes_for_batch: Int - id: Int - registered_gpu_nodes: Int - rendering_total_gpu_nodes: Int - streaming_free_gpu_nodes: Int - streaming_total_gpu_nodes: Int - total_gpu_nodes: Int +type v_league_season_player_stats_sum_fields { + assists: Int + deaths: Int + headshot_percentage: float8 + headshots: Int + kdr: float8 + kills: Int + matches_played: Int + player_steam_id: bigint +} + +""" +order by sum() on columns of table "v_league_season_player_stats" +""" +input v_league_season_player_stats_sum_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by } """aggregate var_pop on columns""" -type v_gpu_pool_status_var_pop_fields { - demo_free_gpu_nodes: Float - demo_total_gpu_nodes: Float - free_gpu_nodes: Float - free_gpu_nodes_for_batch: Float - id: Float - registered_gpu_nodes: Float - rendering_total_gpu_nodes: Float - streaming_free_gpu_nodes: Float - streaming_total_gpu_nodes: Float - total_gpu_nodes: Float +type v_league_season_player_stats_var_pop_fields { + assists: Float + deaths: Float + headshot_percentage: Float + headshots: Float + kdr: Float + kills: Float + matches_played: Float + player_steam_id: Float +} + +""" +order by var_pop() on columns of table "v_league_season_player_stats" +""" +input v_league_season_player_stats_var_pop_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by } """aggregate var_samp on columns""" -type v_gpu_pool_status_var_samp_fields { - demo_free_gpu_nodes: Float - demo_total_gpu_nodes: Float - free_gpu_nodes: Float - free_gpu_nodes_for_batch: Float - id: Float - registered_gpu_nodes: Float - rendering_total_gpu_nodes: Float - streaming_free_gpu_nodes: Float - streaming_total_gpu_nodes: Float - total_gpu_nodes: Float +type v_league_season_player_stats_var_samp_fields { + assists: Float + deaths: Float + headshot_percentage: Float + headshots: Float + kdr: Float + kills: Float + matches_played: Float + player_steam_id: Float +} + +""" +order by var_samp() on columns of table "v_league_season_player_stats" +""" +input v_league_season_player_stats_var_samp_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by } """aggregate variance on columns""" -type v_gpu_pool_status_variance_fields { - demo_free_gpu_nodes: Float - demo_total_gpu_nodes: Float - free_gpu_nodes: Float - free_gpu_nodes_for_batch: Float - id: Float - registered_gpu_nodes: Float - rendering_total_gpu_nodes: Float - streaming_free_gpu_nodes: Float - streaming_total_gpu_nodes: Float - total_gpu_nodes: Float +type v_league_season_player_stats_variance_fields { + assists: Float + deaths: Float + headshot_percentage: Float + headshots: Float + kdr: Float + kills: Float + matches_played: Float + player_steam_id: Float +} + +""" +order by variance() on columns of table "v_league_season_player_stats" +""" +input v_league_season_player_stats_variance_order_by { + assists: order_by + deaths: order_by + headshot_percentage: order_by + headshots: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_steam_id: order_by } """ diff --git a/generated/schema.ts b/generated/schema.ts index 48022fe79..73bf909b1 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -8,6 +8,7 @@ export type Scalars = { Float: number, Int: number, String: string, + _uuid: any, bigint: any, bytea: any, float8: any, @@ -15,6 +16,7 @@ export type Scalars = { json: any, jsonb: any, numeric: any, + smallint: any, timestamp: any, timestamptz: any, uuid: any, @@ -522,11 +524,6 @@ export interface ScanStartedOutput { __typename: 'ScanStartedOutput' } -export interface ScrimCalendarOutput { - url: Scalars['String'] - __typename: 'ScrimCalendarOutput' -} - export interface SeasonBackfillStatusOutput { canceled: Scalars['Boolean'] completed: Scalars['Int'] @@ -666,6 +663,11 @@ export interface TableStat { __typename: 'TableStat' } +export interface TeamCalendarOutput { + url: Scalars['String'] + __typename: 'TeamCalendarOutput' +} + export interface TelemetryStats { online: Scalars['Int'] __typename: 'TelemetryStats' @@ -2573,6 +2575,266 @@ export type e_game_server_node_statuses_select_column = 'description' | 'value' export type e_game_server_node_statuses_update_column = 'description' | 'value' +/** columns and relationships of "e_league_movement_types" */ +export interface e_league_movement_types { + description: Scalars['String'] + value: Scalars['String'] + __typename: 'e_league_movement_types' +} + + +/** aggregated selection of "e_league_movement_types" */ +export interface e_league_movement_types_aggregate { + aggregate: (e_league_movement_types_aggregate_fields | null) + nodes: e_league_movement_types[] + __typename: 'e_league_movement_types_aggregate' +} + + +/** aggregate fields of "e_league_movement_types" */ +export interface e_league_movement_types_aggregate_fields { + count: Scalars['Int'] + max: (e_league_movement_types_max_fields | null) + min: (e_league_movement_types_min_fields | null) + __typename: 'e_league_movement_types_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_league_movement_types" */ +export type e_league_movement_types_constraint = 'e_league_movement_types_pkey' + +export type e_league_movement_types_enum = 'DirectPromote' | 'DirectRelegate' | 'Hold' | 'Promote' | 'Relegate' | 'RelegationDown' | 'RelegationUp' | 'Remove' | 'Stay' + + +/** aggregate max on columns */ +export interface e_league_movement_types_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_movement_types_max_fields' +} + + +/** aggregate min on columns */ +export interface e_league_movement_types_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_movement_types_min_fields' +} + + +/** response of any mutation on the table "e_league_movement_types" */ +export interface e_league_movement_types_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_league_movement_types[] + __typename: 'e_league_movement_types_mutation_response' +} + + +/** select columns of table "e_league_movement_types" */ +export type e_league_movement_types_select_column = 'description' | 'value' + + +/** update columns of table "e_league_movement_types" */ +export type e_league_movement_types_update_column = 'description' | 'value' + + +/** columns and relationships of "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses { + description: Scalars['String'] + value: Scalars['String'] + __typename: 'e_league_proposal_statuses' +} + + +/** aggregated selection of "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_aggregate { + aggregate: (e_league_proposal_statuses_aggregate_fields | null) + nodes: e_league_proposal_statuses[] + __typename: 'e_league_proposal_statuses_aggregate' +} + + +/** aggregate fields of "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_aggregate_fields { + count: Scalars['Int'] + max: (e_league_proposal_statuses_max_fields | null) + min: (e_league_proposal_statuses_min_fields | null) + __typename: 'e_league_proposal_statuses_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_league_proposal_statuses" */ +export type e_league_proposal_statuses_constraint = 'e_league_proposal_statuses_pkey' + +export type e_league_proposal_statuses_enum = 'Accepted' | 'Countered' | 'Declined' | 'Expired' | 'Pending' | 'Superseded' + + +/** aggregate max on columns */ +export interface e_league_proposal_statuses_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_proposal_statuses_max_fields' +} + + +/** aggregate min on columns */ +export interface e_league_proposal_statuses_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_proposal_statuses_min_fields' +} + + +/** response of any mutation on the table "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_league_proposal_statuses[] + __typename: 'e_league_proposal_statuses_mutation_response' +} + + +/** select columns of table "e_league_proposal_statuses" */ +export type e_league_proposal_statuses_select_column = 'description' | 'value' + + +/** update columns of table "e_league_proposal_statuses" */ +export type e_league_proposal_statuses_update_column = 'description' | 'value' + + +/** columns and relationships of "e_league_registration_statuses" */ +export interface e_league_registration_statuses { + description: Scalars['String'] + value: Scalars['String'] + __typename: 'e_league_registration_statuses' +} + + +/** aggregated selection of "e_league_registration_statuses" */ +export interface e_league_registration_statuses_aggregate { + aggregate: (e_league_registration_statuses_aggregate_fields | null) + nodes: e_league_registration_statuses[] + __typename: 'e_league_registration_statuses_aggregate' +} + + +/** aggregate fields of "e_league_registration_statuses" */ +export interface e_league_registration_statuses_aggregate_fields { + count: Scalars['Int'] + max: (e_league_registration_statuses_max_fields | null) + min: (e_league_registration_statuses_min_fields | null) + __typename: 'e_league_registration_statuses_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_league_registration_statuses" */ +export type e_league_registration_statuses_constraint = 'e_league_registration_statuses_pkey' + +export type e_league_registration_statuses_enum = 'Approved' | 'Declined' | 'Pending' | 'Waitlisted' | 'Withdrawn' + + +/** aggregate max on columns */ +export interface e_league_registration_statuses_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_registration_statuses_max_fields' +} + + +/** aggregate min on columns */ +export interface e_league_registration_statuses_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_registration_statuses_min_fields' +} + + +/** response of any mutation on the table "e_league_registration_statuses" */ +export interface e_league_registration_statuses_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_league_registration_statuses[] + __typename: 'e_league_registration_statuses_mutation_response' +} + + +/** select columns of table "e_league_registration_statuses" */ +export type e_league_registration_statuses_select_column = 'description' | 'value' + + +/** update columns of table "e_league_registration_statuses" */ +export type e_league_registration_statuses_update_column = 'description' | 'value' + + +/** columns and relationships of "e_league_season_statuses" */ +export interface e_league_season_statuses { + description: Scalars['String'] + value: Scalars['String'] + __typename: 'e_league_season_statuses' +} + + +/** aggregated selection of "e_league_season_statuses" */ +export interface e_league_season_statuses_aggregate { + aggregate: (e_league_season_statuses_aggregate_fields | null) + nodes: e_league_season_statuses[] + __typename: 'e_league_season_statuses_aggregate' +} + + +/** aggregate fields of "e_league_season_statuses" */ +export interface e_league_season_statuses_aggregate_fields { + count: Scalars['Int'] + max: (e_league_season_statuses_max_fields | null) + min: (e_league_season_statuses_min_fields | null) + __typename: 'e_league_season_statuses_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_league_season_statuses" */ +export type e_league_season_statuses_constraint = 'e_league_season_statuses_pkey' + +export type e_league_season_statuses_enum = 'Canceled' | 'Finished' | 'Live' | 'Playoffs' | 'RegistrationClosed' | 'RegistrationOpen' | 'Setup' + + +/** aggregate max on columns */ +export interface e_league_season_statuses_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_season_statuses_max_fields' +} + + +/** aggregate min on columns */ +export interface e_league_season_statuses_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_league_season_statuses_min_fields' +} + + +/** response of any mutation on the table "e_league_season_statuses" */ +export interface e_league_season_statuses_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_league_season_statuses[] + __typename: 'e_league_season_statuses_mutation_response' +} + + +/** select columns of table "e_league_season_statuses" */ +export type e_league_season_statuses_select_column = 'description' | 'value' + + +/** update columns of table "e_league_season_statuses" */ +export type e_league_season_statuses_update_column = 'description' | 'value' + + /** columns and relationships of "e_lobby_access" */ export interface e_lobby_access { description: Scalars['String'] @@ -3137,7 +3399,7 @@ export interface e_notification_types_aggregate_fields { /** unique or primary key constraints on table "e_notification_types" */ export type e_notification_types_constraint = 'e_notification_types_pkey' -export type e_notification_types_enum = 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'EloRecompute' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'MatchImported' | 'MatchStatusChange' | 'MatchSupport' | 'NameChangeRequest' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'StorageScan' +export type e_notification_types_enum = 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'EloRecompute' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchImported' | 'MatchStatusChange' | 'MatchSupport' | 'NameChangeRequest' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'StorageScan' /** aggregate max on columns */ @@ -5186,3274 +5448,4946 @@ export interface leaderboard_entries_variance_fields { } -/** columns and relationships of "lobbies" */ -export interface lobbies { - access: e_lobby_access_enum +/** columns and relationships of "league_divisions" */ +export interface league_divisions { + active: Scalars['Boolean'] created_at: Scalars['timestamptz'] - /** An object relationship */ - e_lobby_access: e_lobby_access id: Scalars['uuid'] + name: Scalars['String'] /** An array relationship */ - players: lobby_players[] + season_divisions: league_season_divisions[] /** An aggregate relationship */ - players_aggregate: lobby_players_aggregate - __typename: 'lobbies' + season_divisions_aggregate: league_season_divisions_aggregate + tier: Scalars['smallint'] + __typename: 'league_divisions' } -/** aggregated selection of "lobbies" */ -export interface lobbies_aggregate { - aggregate: (lobbies_aggregate_fields | null) - nodes: lobbies[] - __typename: 'lobbies_aggregate' +/** aggregated selection of "league_divisions" */ +export interface league_divisions_aggregate { + aggregate: (league_divisions_aggregate_fields | null) + nodes: league_divisions[] + __typename: 'league_divisions_aggregate' } -/** aggregate fields of "lobbies" */ -export interface lobbies_aggregate_fields { +/** aggregate fields of "league_divisions" */ +export interface league_divisions_aggregate_fields { + avg: (league_divisions_avg_fields | null) count: Scalars['Int'] - max: (lobbies_max_fields | null) - min: (lobbies_min_fields | null) - __typename: 'lobbies_aggregate_fields' + max: (league_divisions_max_fields | null) + min: (league_divisions_min_fields | null) + stddev: (league_divisions_stddev_fields | null) + stddev_pop: (league_divisions_stddev_pop_fields | null) + stddev_samp: (league_divisions_stddev_samp_fields | null) + sum: (league_divisions_sum_fields | null) + var_pop: (league_divisions_var_pop_fields | null) + var_samp: (league_divisions_var_samp_fields | null) + variance: (league_divisions_variance_fields | null) + __typename: 'league_divisions_aggregate_fields' } -/** unique or primary key constraints on table "lobbies" */ -export type lobbies_constraint = 'lobbies_pkey' +/** aggregate avg on columns */ +export interface league_divisions_avg_fields { + tier: (Scalars['Float'] | null) + __typename: 'league_divisions_avg_fields' +} + + +/** unique or primary key constraints on table "league_divisions" */ +export type league_divisions_constraint = 'league_divisions_name_key' | 'league_divisions_pkey' | 'league_divisions_tier_key' /** aggregate max on columns */ -export interface lobbies_max_fields { +export interface league_divisions_max_fields { created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - __typename: 'lobbies_max_fields' + name: (Scalars['String'] | null) + tier: (Scalars['smallint'] | null) + __typename: 'league_divisions_max_fields' } /** aggregate min on columns */ -export interface lobbies_min_fields { +export interface league_divisions_min_fields { created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - __typename: 'lobbies_min_fields' + name: (Scalars['String'] | null) + tier: (Scalars['smallint'] | null) + __typename: 'league_divisions_min_fields' } -/** response of any mutation on the table "lobbies" */ -export interface lobbies_mutation_response { +/** response of any mutation on the table "league_divisions" */ +export interface league_divisions_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: lobbies[] - __typename: 'lobbies_mutation_response' + returning: league_divisions[] + __typename: 'league_divisions_mutation_response' } -/** select columns of table "lobbies" */ -export type lobbies_select_column = 'access' | 'created_at' | 'id' +/** select columns of table "league_divisions" */ +export type league_divisions_select_column = 'active' | 'created_at' | 'id' | 'name' | 'tier' -/** update columns of table "lobbies" */ -export type lobbies_update_column = 'access' | 'created_at' | 'id' +/** aggregate stddev on columns */ +export interface league_divisions_stddev_fields { + tier: (Scalars['Float'] | null) + __typename: 'league_divisions_stddev_fields' +} -/** columns and relationships of "lobby_players" */ -export interface lobby_players { - captain: Scalars['Boolean'] - invited_by_steam_id: (Scalars['bigint'] | null) - /** An object relationship */ - lobby: lobbies - lobby_id: Scalars['uuid'] +/** aggregate stddev_pop on columns */ +export interface league_divisions_stddev_pop_fields { + tier: (Scalars['Float'] | null) + __typename: 'league_divisions_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface league_divisions_stddev_samp_fields { + tier: (Scalars['Float'] | null) + __typename: 'league_divisions_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface league_divisions_sum_fields { + tier: (Scalars['smallint'] | null) + __typename: 'league_divisions_sum_fields' +} + + +/** update columns of table "league_divisions" */ +export type league_divisions_update_column = 'active' | 'created_at' | 'id' | 'name' | 'tier' + + +/** aggregate var_pop on columns */ +export interface league_divisions_var_pop_fields { + tier: (Scalars['Float'] | null) + __typename: 'league_divisions_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface league_divisions_var_samp_fields { + tier: (Scalars['Float'] | null) + __typename: 'league_divisions_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface league_divisions_variance_fields { + tier: (Scalars['Float'] | null) + __typename: 'league_divisions_variance_fields' +} + + +/** columns and relationships of "league_match_weeks" */ +export interface league_match_weeks { + closes_at: Scalars['timestamptz'] + created_at: Scalars['timestamptz'] + default_match_at: Scalars['timestamptz'] + id: Scalars['uuid'] + league_season_id: Scalars['uuid'] + opens_at: Scalars['timestamptz'] /** An object relationship */ - player: players - status: e_lobby_player_status_enum - steam_id: Scalars['bigint'] - __typename: 'lobby_players' + season: league_seasons + week_number: Scalars['Int'] + __typename: 'league_match_weeks' } -/** aggregated selection of "lobby_players" */ -export interface lobby_players_aggregate { - aggregate: (lobby_players_aggregate_fields | null) - nodes: lobby_players[] - __typename: 'lobby_players_aggregate' +/** aggregated selection of "league_match_weeks" */ +export interface league_match_weeks_aggregate { + aggregate: (league_match_weeks_aggregate_fields | null) + nodes: league_match_weeks[] + __typename: 'league_match_weeks_aggregate' } -/** aggregate fields of "lobby_players" */ -export interface lobby_players_aggregate_fields { - avg: (lobby_players_avg_fields | null) +/** aggregate fields of "league_match_weeks" */ +export interface league_match_weeks_aggregate_fields { + avg: (league_match_weeks_avg_fields | null) count: Scalars['Int'] - max: (lobby_players_max_fields | null) - min: (lobby_players_min_fields | null) - stddev: (lobby_players_stddev_fields | null) - stddev_pop: (lobby_players_stddev_pop_fields | null) - stddev_samp: (lobby_players_stddev_samp_fields | null) - sum: (lobby_players_sum_fields | null) - var_pop: (lobby_players_var_pop_fields | null) - var_samp: (lobby_players_var_samp_fields | null) - variance: (lobby_players_variance_fields | null) - __typename: 'lobby_players_aggregate_fields' + max: (league_match_weeks_max_fields | null) + min: (league_match_weeks_min_fields | null) + stddev: (league_match_weeks_stddev_fields | null) + stddev_pop: (league_match_weeks_stddev_pop_fields | null) + stddev_samp: (league_match_weeks_stddev_samp_fields | null) + sum: (league_match_weeks_sum_fields | null) + var_pop: (league_match_weeks_var_pop_fields | null) + var_samp: (league_match_weeks_var_samp_fields | null) + variance: (league_match_weeks_variance_fields | null) + __typename: 'league_match_weeks_aggregate_fields' } /** aggregate avg on columns */ -export interface lobby_players_avg_fields { - invited_by_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'lobby_players_avg_fields' +export interface league_match_weeks_avg_fields { + week_number: (Scalars['Float'] | null) + __typename: 'league_match_weeks_avg_fields' } -/** unique or primary key constraints on table "lobby_players" */ -export type lobby_players_constraint = 'lobby_players_pkey' +/** unique or primary key constraints on table "league_match_weeks" */ +export type league_match_weeks_constraint = 'league_match_weeks_league_season_id_week_number_key' | 'league_match_weeks_pkey' /** aggregate max on columns */ -export interface lobby_players_max_fields { - invited_by_steam_id: (Scalars['bigint'] | null) - lobby_id: (Scalars['uuid'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'lobby_players_max_fields' +export interface league_match_weeks_max_fields { + closes_at: (Scalars['timestamptz'] | null) + created_at: (Scalars['timestamptz'] | null) + default_match_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + opens_at: (Scalars['timestamptz'] | null) + week_number: (Scalars['Int'] | null) + __typename: 'league_match_weeks_max_fields' } /** aggregate min on columns */ -export interface lobby_players_min_fields { - invited_by_steam_id: (Scalars['bigint'] | null) - lobby_id: (Scalars['uuid'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'lobby_players_min_fields' +export interface league_match_weeks_min_fields { + closes_at: (Scalars['timestamptz'] | null) + created_at: (Scalars['timestamptz'] | null) + default_match_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + opens_at: (Scalars['timestamptz'] | null) + week_number: (Scalars['Int'] | null) + __typename: 'league_match_weeks_min_fields' } -/** response of any mutation on the table "lobby_players" */ -export interface lobby_players_mutation_response { +/** response of any mutation on the table "league_match_weeks" */ +export interface league_match_weeks_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: lobby_players[] - __typename: 'lobby_players_mutation_response' + returning: league_match_weeks[] + __typename: 'league_match_weeks_mutation_response' } -/** select columns of table "lobby_players" */ -export type lobby_players_select_column = 'captain' | 'invited_by_steam_id' | 'lobby_id' | 'status' | 'steam_id' - - -/** select "lobby_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "lobby_players" */ -export type lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns = 'captain' - - -/** select "lobby_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "lobby_players" */ -export type lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns = 'captain' +/** select columns of table "league_match_weeks" */ +export type league_match_weeks_select_column = 'closes_at' | 'created_at' | 'default_match_at' | 'id' | 'league_season_id' | 'opens_at' | 'week_number' /** aggregate stddev on columns */ -export interface lobby_players_stddev_fields { - invited_by_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'lobby_players_stddev_fields' +export interface league_match_weeks_stddev_fields { + week_number: (Scalars['Float'] | null) + __typename: 'league_match_weeks_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface lobby_players_stddev_pop_fields { - invited_by_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'lobby_players_stddev_pop_fields' +export interface league_match_weeks_stddev_pop_fields { + week_number: (Scalars['Float'] | null) + __typename: 'league_match_weeks_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface lobby_players_stddev_samp_fields { - invited_by_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'lobby_players_stddev_samp_fields' +export interface league_match_weeks_stddev_samp_fields { + week_number: (Scalars['Float'] | null) + __typename: 'league_match_weeks_stddev_samp_fields' } /** aggregate sum on columns */ -export interface lobby_players_sum_fields { - invited_by_steam_id: (Scalars['bigint'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'lobby_players_sum_fields' +export interface league_match_weeks_sum_fields { + week_number: (Scalars['Int'] | null) + __typename: 'league_match_weeks_sum_fields' } -/** update columns of table "lobby_players" */ -export type lobby_players_update_column = 'captain' | 'invited_by_steam_id' | 'lobby_id' | 'status' | 'steam_id' +/** update columns of table "league_match_weeks" */ +export type league_match_weeks_update_column = 'closes_at' | 'created_at' | 'default_match_at' | 'id' | 'league_season_id' | 'opens_at' | 'week_number' /** aggregate var_pop on columns */ -export interface lobby_players_var_pop_fields { - invited_by_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'lobby_players_var_pop_fields' +export interface league_match_weeks_var_pop_fields { + week_number: (Scalars['Float'] | null) + __typename: 'league_match_weeks_var_pop_fields' } /** aggregate var_samp on columns */ -export interface lobby_players_var_samp_fields { - invited_by_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'lobby_players_var_samp_fields' +export interface league_match_weeks_var_samp_fields { + week_number: (Scalars['Float'] | null) + __typename: 'league_match_weeks_var_samp_fields' } /** aggregate variance on columns */ -export interface lobby_players_variance_fields { - invited_by_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'lobby_players_variance_fields' +export interface league_match_weeks_variance_fields { + week_number: (Scalars['Float'] | null) + __typename: 'league_match_weeks_variance_fields' } -/** columns and relationships of "map_pools" */ -export interface map_pools { +/** columns and relationships of "league_relegation_playoffs" */ +export interface league_relegation_playoffs { + created_at: Scalars['timestamptz'] /** An object relationship */ - e_type: e_map_pool_types - enabled: Scalars['Boolean'] + higher_division: league_divisions + higher_division_id: Scalars['uuid'] + higher_slots: Scalars['Int'] id: Scalars['uuid'] - /** An array relationship */ - maps: v_pool_maps[] - /** An aggregate relationship */ - maps_aggregate: v_pool_maps_aggregate - seed: Scalars['Boolean'] - type: e_map_pool_types_enum - __typename: 'map_pools' + league_season_id: Scalars['uuid'] + /** An object relationship */ + lower_division: league_divisions + lower_division_id: Scalars['uuid'] + resolved_at: (Scalars['timestamptz'] | null) + /** An object relationship */ + season: league_seasons + /** An object relationship */ + tournament: (tournaments | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'league_relegation_playoffs' } -/** aggregated selection of "map_pools" */ -export interface map_pools_aggregate { - aggregate: (map_pools_aggregate_fields | null) - nodes: map_pools[] - __typename: 'map_pools_aggregate' +/** aggregated selection of "league_relegation_playoffs" */ +export interface league_relegation_playoffs_aggregate { + aggregate: (league_relegation_playoffs_aggregate_fields | null) + nodes: league_relegation_playoffs[] + __typename: 'league_relegation_playoffs_aggregate' } -/** aggregate fields of "map_pools" */ -export interface map_pools_aggregate_fields { +/** aggregate fields of "league_relegation_playoffs" */ +export interface league_relegation_playoffs_aggregate_fields { + avg: (league_relegation_playoffs_avg_fields | null) count: Scalars['Int'] - max: (map_pools_max_fields | null) - min: (map_pools_min_fields | null) - __typename: 'map_pools_aggregate_fields' + max: (league_relegation_playoffs_max_fields | null) + min: (league_relegation_playoffs_min_fields | null) + stddev: (league_relegation_playoffs_stddev_fields | null) + stddev_pop: (league_relegation_playoffs_stddev_pop_fields | null) + stddev_samp: (league_relegation_playoffs_stddev_samp_fields | null) + sum: (league_relegation_playoffs_sum_fields | null) + var_pop: (league_relegation_playoffs_var_pop_fields | null) + var_samp: (league_relegation_playoffs_var_samp_fields | null) + variance: (league_relegation_playoffs_variance_fields | null) + __typename: 'league_relegation_playoffs_aggregate_fields' } -/** unique or primary key constraints on table "map_pools" */ -export type map_pools_constraint = 'map_pools_pkey' +/** aggregate avg on columns */ +export interface league_relegation_playoffs_avg_fields { + higher_slots: (Scalars['Float'] | null) + __typename: 'league_relegation_playoffs_avg_fields' +} + + +/** unique or primary key constraints on table "league_relegation_playoffs" */ +export type league_relegation_playoffs_constraint = 'league_relegation_playoffs_league_season_id_higher_division_key' | 'league_relegation_playoffs_pkey' /** aggregate max on columns */ -export interface map_pools_max_fields { +export interface league_relegation_playoffs_max_fields { + created_at: (Scalars['timestamptz'] | null) + higher_division_id: (Scalars['uuid'] | null) + higher_slots: (Scalars['Int'] | null) id: (Scalars['uuid'] | null) - __typename: 'map_pools_max_fields' + league_season_id: (Scalars['uuid'] | null) + lower_division_id: (Scalars['uuid'] | null) + resolved_at: (Scalars['timestamptz'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'league_relegation_playoffs_max_fields' } /** aggregate min on columns */ -export interface map_pools_min_fields { +export interface league_relegation_playoffs_min_fields { + created_at: (Scalars['timestamptz'] | null) + higher_division_id: (Scalars['uuid'] | null) + higher_slots: (Scalars['Int'] | null) id: (Scalars['uuid'] | null) - __typename: 'map_pools_min_fields' + league_season_id: (Scalars['uuid'] | null) + lower_division_id: (Scalars['uuid'] | null) + resolved_at: (Scalars['timestamptz'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'league_relegation_playoffs_min_fields' } -/** response of any mutation on the table "map_pools" */ -export interface map_pools_mutation_response { +/** response of any mutation on the table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: map_pools[] - __typename: 'map_pools_mutation_response' + returning: league_relegation_playoffs[] + __typename: 'league_relegation_playoffs_mutation_response' } -/** select columns of table "map_pools" */ -export type map_pools_select_column = 'enabled' | 'id' | 'seed' | 'type' +/** select columns of table "league_relegation_playoffs" */ +export type league_relegation_playoffs_select_column = 'created_at' | 'higher_division_id' | 'higher_slots' | 'id' | 'league_season_id' | 'lower_division_id' | 'resolved_at' | 'tournament_id' -/** update columns of table "map_pools" */ -export type map_pools_update_column = 'enabled' | 'id' | 'seed' | 'type' +/** aggregate stddev on columns */ +export interface league_relegation_playoffs_stddev_fields { + higher_slots: (Scalars['Float'] | null) + __typename: 'league_relegation_playoffs_stddev_fields' +} -/** columns and relationships of "maps" */ -export interface maps { - active_pool: Scalars['Boolean'] +/** aggregate stddev_pop on columns */ +export interface league_relegation_playoffs_stddev_pop_fields { + higher_slots: (Scalars['Float'] | null) + __typename: 'league_relegation_playoffs_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface league_relegation_playoffs_stddev_samp_fields { + higher_slots: (Scalars['Float'] | null) + __typename: 'league_relegation_playoffs_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface league_relegation_playoffs_sum_fields { + higher_slots: (Scalars['Int'] | null) + __typename: 'league_relegation_playoffs_sum_fields' +} + + +/** update columns of table "league_relegation_playoffs" */ +export type league_relegation_playoffs_update_column = 'created_at' | 'higher_division_id' | 'higher_slots' | 'id' | 'league_season_id' | 'lower_division_id' | 'resolved_at' | 'tournament_id' + + +/** aggregate var_pop on columns */ +export interface league_relegation_playoffs_var_pop_fields { + higher_slots: (Scalars['Float'] | null) + __typename: 'league_relegation_playoffs_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface league_relegation_playoffs_var_samp_fields { + higher_slots: (Scalars['Float'] | null) + __typename: 'league_relegation_playoffs_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface league_relegation_playoffs_variance_fields { + higher_slots: (Scalars['Float'] | null) + __typename: 'league_relegation_playoffs_variance_fields' +} + + +/** columns and relationships of "league_scheduling_proposals" */ +export interface league_scheduling_proposals { /** An object relationship */ - e_match_type: e_match_types - enabled: Scalars['Boolean'] + bracket: tournament_brackets + created_at: Scalars['timestamptz'] + /** An object relationship */ + e_proposal_status: e_league_proposal_statuses id: Scalars['uuid'] - label: (Scalars['String'] | null) - /** An array relationship */ - match_maps: match_maps[] - /** An aggregate relationship */ - match_maps_aggregate: match_maps_aggregate - /** An array relationship */ - match_veto_picks: match_map_veto_picks[] - /** An aggregate relationship */ - match_veto_picks_aggregate: match_map_veto_picks_aggregate - name: Scalars['String'] - patch: (Scalars['String'] | null) - poster: (Scalars['String'] | null) - type: e_match_types_enum - workshop_map_id: (Scalars['String'] | null) - __typename: 'maps' + message: (Scalars['String'] | null) + /** An object relationship */ + proposed_by: players + proposed_by_league_team_season_id: (Scalars['uuid'] | null) + proposed_by_steam_id: Scalars['bigint'] + proposed_time: Scalars['timestamptz'] + /** An object relationship */ + responded_by: (players | null) + responded_by_steam_id: (Scalars['bigint'] | null) + status: e_league_proposal_statuses_enum + /** An object relationship */ + team_season: (league_team_seasons | null) + tournament_bracket_id: Scalars['uuid'] + __typename: 'league_scheduling_proposals' } -/** aggregated selection of "maps" */ -export interface maps_aggregate { - aggregate: (maps_aggregate_fields | null) - nodes: maps[] - __typename: 'maps_aggregate' +/** aggregated selection of "league_scheduling_proposals" */ +export interface league_scheduling_proposals_aggregate { + aggregate: (league_scheduling_proposals_aggregate_fields | null) + nodes: league_scheduling_proposals[] + __typename: 'league_scheduling_proposals_aggregate' } -/** aggregate fields of "maps" */ -export interface maps_aggregate_fields { +/** aggregate fields of "league_scheduling_proposals" */ +export interface league_scheduling_proposals_aggregate_fields { + avg: (league_scheduling_proposals_avg_fields | null) count: Scalars['Int'] - max: (maps_max_fields | null) - min: (maps_min_fields | null) - __typename: 'maps_aggregate_fields' + max: (league_scheduling_proposals_max_fields | null) + min: (league_scheduling_proposals_min_fields | null) + stddev: (league_scheduling_proposals_stddev_fields | null) + stddev_pop: (league_scheduling_proposals_stddev_pop_fields | null) + stddev_samp: (league_scheduling_proposals_stddev_samp_fields | null) + sum: (league_scheduling_proposals_sum_fields | null) + var_pop: (league_scheduling_proposals_var_pop_fields | null) + var_samp: (league_scheduling_proposals_var_samp_fields | null) + variance: (league_scheduling_proposals_variance_fields | null) + __typename: 'league_scheduling_proposals_aggregate_fields' } -/** unique or primary key constraints on table "maps" */ -export type maps_constraint = 'maps_name_type_key' | 'maps_pkey' +/** aggregate avg on columns */ +export interface league_scheduling_proposals_avg_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + responded_by_steam_id: (Scalars['Float'] | null) + __typename: 'league_scheduling_proposals_avg_fields' +} + + +/** unique or primary key constraints on table "league_scheduling_proposals" */ +export type league_scheduling_proposals_constraint = 'league_scheduling_proposals_pkey' /** aggregate max on columns */ -export interface maps_max_fields { +export interface league_scheduling_proposals_max_fields { + created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - label: (Scalars['String'] | null) - name: (Scalars['String'] | null) - patch: (Scalars['String'] | null) - poster: (Scalars['String'] | null) - workshop_map_id: (Scalars['String'] | null) - __typename: 'maps_max_fields' + message: (Scalars['String'] | null) + proposed_by_league_team_season_id: (Scalars['uuid'] | null) + proposed_by_steam_id: (Scalars['bigint'] | null) + proposed_time: (Scalars['timestamptz'] | null) + responded_by_steam_id: (Scalars['bigint'] | null) + tournament_bracket_id: (Scalars['uuid'] | null) + __typename: 'league_scheduling_proposals_max_fields' } /** aggregate min on columns */ -export interface maps_min_fields { +export interface league_scheduling_proposals_min_fields { + created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - label: (Scalars['String'] | null) - name: (Scalars['String'] | null) - patch: (Scalars['String'] | null) - poster: (Scalars['String'] | null) - workshop_map_id: (Scalars['String'] | null) - __typename: 'maps_min_fields' + message: (Scalars['String'] | null) + proposed_by_league_team_season_id: (Scalars['uuid'] | null) + proposed_by_steam_id: (Scalars['bigint'] | null) + proposed_time: (Scalars['timestamptz'] | null) + responded_by_steam_id: (Scalars['bigint'] | null) + tournament_bracket_id: (Scalars['uuid'] | null) + __typename: 'league_scheduling_proposals_min_fields' } -/** response of any mutation on the table "maps" */ -export interface maps_mutation_response { +/** response of any mutation on the table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: maps[] - __typename: 'maps_mutation_response' + returning: league_scheduling_proposals[] + __typename: 'league_scheduling_proposals_mutation_response' } -/** select columns of table "maps" */ -export type maps_select_column = 'active_pool' | 'enabled' | 'id' | 'label' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id' +/** select columns of table "league_scheduling_proposals" */ +export type league_scheduling_proposals_select_column = 'created_at' | 'id' | 'message' | 'proposed_by_league_team_season_id' | 'proposed_by_steam_id' | 'proposed_time' | 'responded_by_steam_id' | 'status' | 'tournament_bracket_id' -/** select "maps_aggregate_bool_exp_bool_and_arguments_columns" columns of table "maps" */ -export type maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns = 'active_pool' | 'enabled' +/** aggregate stddev on columns */ +export interface league_scheduling_proposals_stddev_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + responded_by_steam_id: (Scalars['Float'] | null) + __typename: 'league_scheduling_proposals_stddev_fields' +} -/** select "maps_aggregate_bool_exp_bool_or_arguments_columns" columns of table "maps" */ -export type maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns = 'active_pool' | 'enabled' +/** aggregate stddev_pop on columns */ +export interface league_scheduling_proposals_stddev_pop_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + responded_by_steam_id: (Scalars['Float'] | null) + __typename: 'league_scheduling_proposals_stddev_pop_fields' +} -/** update columns of table "maps" */ -export type maps_update_column = 'active_pool' | 'enabled' | 'id' | 'label' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id' +/** aggregate stddev_samp on columns */ +export interface league_scheduling_proposals_stddev_samp_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + responded_by_steam_id: (Scalars['Float'] | null) + __typename: 'league_scheduling_proposals_stddev_samp_fields' +} -/** columns and relationships of "match_clips" */ -export interface match_clips { +/** aggregate sum on columns */ +export interface league_scheduling_proposals_sum_fields { + proposed_by_steam_id: (Scalars['bigint'] | null) + responded_by_steam_id: (Scalars['bigint'] | null) + __typename: 'league_scheduling_proposals_sum_fields' +} + + +/** update columns of table "league_scheduling_proposals" */ +export type league_scheduling_proposals_update_column = 'created_at' | 'id' | 'message' | 'proposed_by_league_team_season_id' | 'proposed_by_steam_id' | 'proposed_time' | 'responded_by_steam_id' | 'status' | 'tournament_bracket_id' + + +/** aggregate var_pop on columns */ +export interface league_scheduling_proposals_var_pop_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + responded_by_steam_id: (Scalars['Float'] | null) + __typename: 'league_scheduling_proposals_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface league_scheduling_proposals_var_samp_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + responded_by_steam_id: (Scalars['Float'] | null) + __typename: 'league_scheduling_proposals_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface league_scheduling_proposals_variance_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + responded_by_steam_id: (Scalars['Float'] | null) + __typename: 'league_scheduling_proposals_variance_fields' +} + + +/** columns and relationships of "league_season_divisions" */ +export interface league_season_divisions { created_at: Scalars['timestamptz'] - /** A computed field, executes function "clip_download_url" */ - download_url: (Scalars['String'] | null) - duration_ms: (Scalars['Int'] | null) - file: (Scalars['String'] | null) + /** An object relationship */ + division: league_divisions id: Scalars['uuid'] - kills_count: (Scalars['Int'] | null) + league_division_id: Scalars['uuid'] + league_season_id: Scalars['uuid'] /** An object relationship */ - match_map: match_maps + season: league_seasons + /** An array relationship */ + standings: v_league_division_standings[] + /** An aggregate relationship */ + standings_aggregate: v_league_division_standings_aggregate /** An object relationship */ - match_map_demo: (match_map_demos | null) - match_map_demo_id: (Scalars['uuid'] | null) - match_map_id: Scalars['uuid'] + tournament: (tournaments | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'league_season_divisions' +} + + +/** aggregated selection of "league_season_divisions" */ +export interface league_season_divisions_aggregate { + aggregate: (league_season_divisions_aggregate_fields | null) + nodes: league_season_divisions[] + __typename: 'league_season_divisions_aggregate' +} + + +/** aggregate fields of "league_season_divisions" */ +export interface league_season_divisions_aggregate_fields { + count: Scalars['Int'] + max: (league_season_divisions_max_fields | null) + min: (league_season_divisions_min_fields | null) + __typename: 'league_season_divisions_aggregate_fields' +} + + +/** unique or primary key constraints on table "league_season_divisions" */ +export type league_season_divisions_constraint = 'league_season_divisions_league_season_id_league_division_id_key' | 'league_season_divisions_pkey' | 'league_season_divisions_tournament_id_key' + + +/** aggregate max on columns */ +export interface league_season_divisions_max_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'league_season_divisions_max_fields' +} + + +/** aggregate min on columns */ +export interface league_season_divisions_min_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'league_season_divisions_min_fields' +} + + +/** response of any mutation on the table "league_season_divisions" */ +export interface league_season_divisions_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: league_season_divisions[] + __typename: 'league_season_divisions_mutation_response' +} + + +/** select columns of table "league_season_divisions" */ +export type league_season_divisions_select_column = 'created_at' | 'id' | 'league_division_id' | 'league_season_id' | 'tournament_id' + + +/** update columns of table "league_season_divisions" */ +export type league_season_divisions_update_column = 'created_at' | 'id' | 'league_division_id' | 'league_season_id' | 'tournament_id' + + +/** columns and relationships of "league_seasons" */ +export interface league_seasons { + auto_regular_season_format: Scalars['Boolean'] + /** A computed field, executes function "can_register_for_league_season" */ + can_register: (Scalars['Boolean'] | null) + created_at: Scalars['timestamptz'] + created_by_steam_id: (Scalars['bigint'] | null) + default_best_of: Scalars['Int'] + direct_promote_count: Scalars['Int'] + direct_relegate_count: Scalars['Int'] + /** An object relationship */ + e_league_season_status: e_league_season_statuses + games_per_week: Scalars['Int'] + id: Scalars['uuid'] + /** A computed field, executes function "is_league_season_admin" */ + is_league_admin: (Scalars['Boolean'] | null) + /** A computed field, executes function "league_season_is_roster_locked" */ + is_roster_locked: (Scalars['Boolean'] | null) + match_options_id: (Scalars['uuid'] | null) /** An array relationship */ - render_jobs: clip_render_jobs[] + match_weeks: league_match_weeks[] /** An aggregate relationship */ - render_jobs_aggregate: clip_render_jobs_aggregate - round: (Scalars['Int'] | null) - size: Scalars['bigint'] - /** An object relationship */ - target: (players | null) - target_steam_id: (Scalars['bigint'] | null) - /** A computed field, executes function "clip_thumbnail_download_url" */ - thumbnail_download_url: (Scalars['String'] | null) - thumbnail_url: (Scalars['String'] | null) - title: (Scalars['String'] | null) + match_weeks_aggregate: league_match_weeks_aggregate + match_weeks_count: Scalars['Int'] + max_roster_size: (Scalars['Int'] | null) + min_roster_size: Scalars['Int'] + /** An array relationship */ + movements: league_team_movements[] + /** An aggregate relationship */ + movements_aggregate: league_team_movements_aggregate + /** A computed field, executes function "league_season_my_registration" */ + my_registration: (league_team_seasons[] | null) + name: Scalars['String'] /** An object relationship */ - user: (players | null) - user_steam_id: (Scalars['bigint'] | null) - views_count: Scalars['Int'] - visibility: e_match_clip_visibility_enum - __typename: 'match_clips' + options: (match_options | null) + /** An array relationship */ + player_stats: v_league_season_player_stats[] + /** An aggregate relationship */ + player_stats_aggregate: v_league_season_player_stats_aggregate + playoff_best_of: Scalars['Int'] + playoff_round_best_of: Scalars['jsonb'] + playoff_seats: Scalars['Int'] + playoff_stage_type: e_tournament_stage_types_enum + playoff_third_place_match: Scalars['Boolean'] + promote_count: Scalars['Int'] + regular_season_stage_type: e_tournament_stage_types_enum + relegate_count: Scalars['Int'] + relegation_down_count: Scalars['Int'] + /** An array relationship */ + relegation_playoffs: league_relegation_playoffs[] + /** An aggregate relationship */ + relegation_playoffs_aggregate: league_relegation_playoffs_aggregate + relegation_up_count: Scalars['Int'] + roster_lock_at: (Scalars['timestamptz'] | null) + /** An array relationship */ + season_divisions: league_season_divisions[] + /** An aggregate relationship */ + season_divisions_aggregate: league_season_divisions_aggregate + season_number: (Scalars['Int'] | null) + signup_closes_at: (Scalars['timestamptz'] | null) + signup_opens_at: (Scalars['timestamptz'] | null) + /** An array relationship */ + standings: v_league_division_standings[] + /** An aggregate relationship */ + standings_aggregate: v_league_division_standings_aggregate + starts_at: (Scalars['timestamptz'] | null) + status: e_league_season_statuses_enum + /** An array relationship */ + team_seasons: league_team_seasons[] + /** An aggregate relationship */ + team_seasons_aggregate: league_team_seasons_aggregate + week_best_of: Scalars['jsonb'] + __typename: 'league_seasons' } -/** aggregated selection of "match_clips" */ -export interface match_clips_aggregate { - aggregate: (match_clips_aggregate_fields | null) - nodes: match_clips[] - __typename: 'match_clips_aggregate' +/** aggregated selection of "league_seasons" */ +export interface league_seasons_aggregate { + aggregate: (league_seasons_aggregate_fields | null) + nodes: league_seasons[] + __typename: 'league_seasons_aggregate' } -/** aggregate fields of "match_clips" */ -export interface match_clips_aggregate_fields { - avg: (match_clips_avg_fields | null) +/** aggregate fields of "league_seasons" */ +export interface league_seasons_aggregate_fields { + avg: (league_seasons_avg_fields | null) count: Scalars['Int'] - max: (match_clips_max_fields | null) - min: (match_clips_min_fields | null) - stddev: (match_clips_stddev_fields | null) - stddev_pop: (match_clips_stddev_pop_fields | null) - stddev_samp: (match_clips_stddev_samp_fields | null) - sum: (match_clips_sum_fields | null) - var_pop: (match_clips_var_pop_fields | null) - var_samp: (match_clips_var_samp_fields | null) - variance: (match_clips_variance_fields | null) - __typename: 'match_clips_aggregate_fields' + max: (league_seasons_max_fields | null) + min: (league_seasons_min_fields | null) + stddev: (league_seasons_stddev_fields | null) + stddev_pop: (league_seasons_stddev_pop_fields | null) + stddev_samp: (league_seasons_stddev_samp_fields | null) + sum: (league_seasons_sum_fields | null) + var_pop: (league_seasons_var_pop_fields | null) + var_samp: (league_seasons_var_samp_fields | null) + variance: (league_seasons_variance_fields | null) + __typename: 'league_seasons_aggregate_fields' } /** aggregate avg on columns */ -export interface match_clips_avg_fields { - duration_ms: (Scalars['Float'] | null) - kills_count: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - target_steam_id: (Scalars['Float'] | null) - user_steam_id: (Scalars['Float'] | null) - views_count: (Scalars['Float'] | null) - __typename: 'match_clips_avg_fields' +export interface league_seasons_avg_fields { + created_by_steam_id: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + direct_promote_count: (Scalars['Float'] | null) + direct_relegate_count: (Scalars['Float'] | null) + games_per_week: (Scalars['Float'] | null) + match_weeks_count: (Scalars['Float'] | null) + max_roster_size: (Scalars['Float'] | null) + min_roster_size: (Scalars['Float'] | null) + playoff_best_of: (Scalars['Float'] | null) + playoff_seats: (Scalars['Float'] | null) + promote_count: (Scalars['Float'] | null) + relegate_count: (Scalars['Float'] | null) + relegation_down_count: (Scalars['Float'] | null) + relegation_up_count: (Scalars['Float'] | null) + season_number: (Scalars['Float'] | null) + __typename: 'league_seasons_avg_fields' } -/** unique or primary key constraints on table "match_clips" */ -export type match_clips_constraint = 'match_clips_pkey' +/** unique or primary key constraints on table "league_seasons" */ +export type league_seasons_constraint = 'league_seasons_name_key' | 'league_seasons_pkey' | 'league_seasons_season_number_key' /** aggregate max on columns */ -export interface match_clips_max_fields { +export interface league_seasons_max_fields { created_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "clip_download_url" */ - download_url: (Scalars['String'] | null) - duration_ms: (Scalars['Int'] | null) - file: (Scalars['String'] | 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) + games_per_week: (Scalars['Int'] | null) id: (Scalars['uuid'] | null) - kills_count: (Scalars['Int'] | null) - match_map_demo_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - size: (Scalars['bigint'] | null) - target_steam_id: (Scalars['bigint'] | null) - /** A computed field, executes function "clip_thumbnail_download_url" */ - thumbnail_download_url: (Scalars['String'] | null) - thumbnail_url: (Scalars['String'] | null) - title: (Scalars['String'] | null) - user_steam_id: (Scalars['bigint'] | null) - views_count: (Scalars['Int'] | null) - __typename: 'match_clips_max_fields' + match_options_id: (Scalars['uuid'] | null) + match_weeks_count: (Scalars['Int'] | null) + max_roster_size: (Scalars['Int'] | null) + min_roster_size: (Scalars['Int'] | null) + name: (Scalars['String'] | null) + playoff_best_of: (Scalars['Int'] | null) + playoff_seats: (Scalars['Int'] | null) + promote_count: (Scalars['Int'] | null) + relegate_count: (Scalars['Int'] | null) + relegation_down_count: (Scalars['Int'] | null) + relegation_up_count: (Scalars['Int'] | null) + roster_lock_at: (Scalars['timestamptz'] | null) + season_number: (Scalars['Int'] | null) + signup_closes_at: (Scalars['timestamptz'] | null) + signup_opens_at: (Scalars['timestamptz'] | null) + starts_at: (Scalars['timestamptz'] | null) + __typename: 'league_seasons_max_fields' } /** aggregate min on columns */ -export interface match_clips_min_fields { +export interface league_seasons_min_fields { created_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "clip_download_url" */ - download_url: (Scalars['String'] | null) - duration_ms: (Scalars['Int'] | null) - file: (Scalars['String'] | 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) + games_per_week: (Scalars['Int'] | null) id: (Scalars['uuid'] | null) - kills_count: (Scalars['Int'] | null) - match_map_demo_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - size: (Scalars['bigint'] | null) - target_steam_id: (Scalars['bigint'] | null) - /** A computed field, executes function "clip_thumbnail_download_url" */ - thumbnail_download_url: (Scalars['String'] | null) - thumbnail_url: (Scalars['String'] | null) - title: (Scalars['String'] | null) - user_steam_id: (Scalars['bigint'] | null) - views_count: (Scalars['Int'] | null) - __typename: 'match_clips_min_fields' + match_options_id: (Scalars['uuid'] | null) + match_weeks_count: (Scalars['Int'] | null) + max_roster_size: (Scalars['Int'] | null) + min_roster_size: (Scalars['Int'] | null) + name: (Scalars['String'] | null) + playoff_best_of: (Scalars['Int'] | null) + playoff_seats: (Scalars['Int'] | null) + promote_count: (Scalars['Int'] | null) + relegate_count: (Scalars['Int'] | null) + relegation_down_count: (Scalars['Int'] | null) + relegation_up_count: (Scalars['Int'] | null) + roster_lock_at: (Scalars['timestamptz'] | null) + season_number: (Scalars['Int'] | null) + signup_closes_at: (Scalars['timestamptz'] | null) + signup_opens_at: (Scalars['timestamptz'] | null) + starts_at: (Scalars['timestamptz'] | null) + __typename: 'league_seasons_min_fields' } -/** response of any mutation on the table "match_clips" */ -export interface match_clips_mutation_response { +/** response of any mutation on the table "league_seasons" */ +export interface league_seasons_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_clips[] - __typename: 'match_clips_mutation_response' + returning: league_seasons[] + __typename: 'league_seasons_mutation_response' } -/** select columns of table "match_clips" */ -export type match_clips_select_column = 'created_at' | 'duration_ms' | 'file' | 'id' | 'kills_count' | 'match_map_demo_id' | 'match_map_id' | 'round' | 'size' | 'target_steam_id' | 'thumbnail_url' | 'title' | 'user_steam_id' | 'views_count' | 'visibility' +/** select columns of table "league_seasons" */ +export type league_seasons_select_column = 'auto_regular_season_format' | 'created_at' | 'created_by_steam_id' | 'default_best_of' | 'direct_promote_count' | 'direct_relegate_count' | 'games_per_week' | 'id' | 'match_options_id' | 'match_weeks_count' | 'max_roster_size' | 'min_roster_size' | 'name' | 'playoff_best_of' | 'playoff_round_best_of' | 'playoff_seats' | 'playoff_stage_type' | 'playoff_third_place_match' | 'promote_count' | 'regular_season_stage_type' | 'relegate_count' | 'relegation_down_count' | 'relegation_up_count' | 'roster_lock_at' | 'season_number' | 'signup_closes_at' | 'signup_opens_at' | 'starts_at' | 'status' | 'week_best_of' /** aggregate stddev on columns */ -export interface match_clips_stddev_fields { - duration_ms: (Scalars['Float'] | null) - kills_count: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - target_steam_id: (Scalars['Float'] | null) - user_steam_id: (Scalars['Float'] | null) - views_count: (Scalars['Float'] | null) - __typename: 'match_clips_stddev_fields' +export interface league_seasons_stddev_fields { + created_by_steam_id: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + direct_promote_count: (Scalars['Float'] | null) + direct_relegate_count: (Scalars['Float'] | null) + games_per_week: (Scalars['Float'] | null) + match_weeks_count: (Scalars['Float'] | null) + max_roster_size: (Scalars['Float'] | null) + min_roster_size: (Scalars['Float'] | null) + playoff_best_of: (Scalars['Float'] | null) + playoff_seats: (Scalars['Float'] | null) + promote_count: (Scalars['Float'] | null) + relegate_count: (Scalars['Float'] | null) + relegation_down_count: (Scalars['Float'] | null) + relegation_up_count: (Scalars['Float'] | null) + season_number: (Scalars['Float'] | null) + __typename: 'league_seasons_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface match_clips_stddev_pop_fields { - duration_ms: (Scalars['Float'] | null) - kills_count: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - target_steam_id: (Scalars['Float'] | null) - user_steam_id: (Scalars['Float'] | null) - views_count: (Scalars['Float'] | null) - __typename: 'match_clips_stddev_pop_fields' +export interface league_seasons_stddev_pop_fields { + created_by_steam_id: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + direct_promote_count: (Scalars['Float'] | null) + direct_relegate_count: (Scalars['Float'] | null) + games_per_week: (Scalars['Float'] | null) + match_weeks_count: (Scalars['Float'] | null) + max_roster_size: (Scalars['Float'] | null) + min_roster_size: (Scalars['Float'] | null) + playoff_best_of: (Scalars['Float'] | null) + playoff_seats: (Scalars['Float'] | null) + promote_count: (Scalars['Float'] | null) + relegate_count: (Scalars['Float'] | null) + relegation_down_count: (Scalars['Float'] | null) + relegation_up_count: (Scalars['Float'] | null) + season_number: (Scalars['Float'] | null) + __typename: 'league_seasons_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface match_clips_stddev_samp_fields { - duration_ms: (Scalars['Float'] | null) - kills_count: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - target_steam_id: (Scalars['Float'] | null) - user_steam_id: (Scalars['Float'] | null) - views_count: (Scalars['Float'] | null) - __typename: 'match_clips_stddev_samp_fields' +export interface league_seasons_stddev_samp_fields { + created_by_steam_id: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + direct_promote_count: (Scalars['Float'] | null) + direct_relegate_count: (Scalars['Float'] | null) + games_per_week: (Scalars['Float'] | null) + match_weeks_count: (Scalars['Float'] | null) + max_roster_size: (Scalars['Float'] | null) + min_roster_size: (Scalars['Float'] | null) + playoff_best_of: (Scalars['Float'] | null) + playoff_seats: (Scalars['Float'] | null) + promote_count: (Scalars['Float'] | null) + relegate_count: (Scalars['Float'] | null) + relegation_down_count: (Scalars['Float'] | null) + relegation_up_count: (Scalars['Float'] | null) + season_number: (Scalars['Float'] | null) + __typename: 'league_seasons_stddev_samp_fields' } /** aggregate sum on columns */ -export interface match_clips_sum_fields { - duration_ms: (Scalars['Int'] | null) - kills_count: (Scalars['Int'] | null) - round: (Scalars['Int'] | null) - size: (Scalars['bigint'] | null) - target_steam_id: (Scalars['bigint'] | null) - user_steam_id: (Scalars['bigint'] | null) - views_count: (Scalars['Int'] | null) - __typename: 'match_clips_sum_fields' +export interface league_seasons_sum_fields { + 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) + games_per_week: (Scalars['Int'] | null) + match_weeks_count: (Scalars['Int'] | null) + max_roster_size: (Scalars['Int'] | null) + min_roster_size: (Scalars['Int'] | null) + playoff_best_of: (Scalars['Int'] | null) + playoff_seats: (Scalars['Int'] | null) + promote_count: (Scalars['Int'] | null) + relegate_count: (Scalars['Int'] | null) + relegation_down_count: (Scalars['Int'] | null) + relegation_up_count: (Scalars['Int'] | null) + season_number: (Scalars['Int'] | null) + __typename: 'league_seasons_sum_fields' } -/** update columns of table "match_clips" */ -export type match_clips_update_column = 'created_at' | 'duration_ms' | 'file' | 'id' | 'kills_count' | 'match_map_demo_id' | 'match_map_id' | 'round' | 'size' | 'target_steam_id' | 'thumbnail_url' | 'title' | 'user_steam_id' | 'views_count' | 'visibility' +/** update columns of table "league_seasons" */ +export type league_seasons_update_column = 'auto_regular_season_format' | 'created_at' | 'created_by_steam_id' | 'default_best_of' | 'direct_promote_count' | 'direct_relegate_count' | 'games_per_week' | 'id' | 'match_options_id' | 'match_weeks_count' | 'max_roster_size' | 'min_roster_size' | 'name' | 'playoff_best_of' | 'playoff_round_best_of' | 'playoff_seats' | 'playoff_stage_type' | 'playoff_third_place_match' | 'promote_count' | 'regular_season_stage_type' | 'relegate_count' | 'relegation_down_count' | 'relegation_up_count' | 'roster_lock_at' | 'season_number' | 'signup_closes_at' | 'signup_opens_at' | 'starts_at' | 'status' | 'week_best_of' /** aggregate var_pop on columns */ -export interface match_clips_var_pop_fields { - duration_ms: (Scalars['Float'] | null) - kills_count: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - target_steam_id: (Scalars['Float'] | null) - user_steam_id: (Scalars['Float'] | null) - views_count: (Scalars['Float'] | null) - __typename: 'match_clips_var_pop_fields' +export interface league_seasons_var_pop_fields { + created_by_steam_id: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + direct_promote_count: (Scalars['Float'] | null) + direct_relegate_count: (Scalars['Float'] | null) + games_per_week: (Scalars['Float'] | null) + match_weeks_count: (Scalars['Float'] | null) + max_roster_size: (Scalars['Float'] | null) + min_roster_size: (Scalars['Float'] | null) + playoff_best_of: (Scalars['Float'] | null) + playoff_seats: (Scalars['Float'] | null) + promote_count: (Scalars['Float'] | null) + relegate_count: (Scalars['Float'] | null) + relegation_down_count: (Scalars['Float'] | null) + relegation_up_count: (Scalars['Float'] | null) + season_number: (Scalars['Float'] | null) + __typename: 'league_seasons_var_pop_fields' } /** aggregate var_samp on columns */ -export interface match_clips_var_samp_fields { - duration_ms: (Scalars['Float'] | null) - kills_count: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - target_steam_id: (Scalars['Float'] | null) - user_steam_id: (Scalars['Float'] | null) - views_count: (Scalars['Float'] | null) - __typename: 'match_clips_var_samp_fields' +export interface league_seasons_var_samp_fields { + created_by_steam_id: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + direct_promote_count: (Scalars['Float'] | null) + direct_relegate_count: (Scalars['Float'] | null) + games_per_week: (Scalars['Float'] | null) + match_weeks_count: (Scalars['Float'] | null) + max_roster_size: (Scalars['Float'] | null) + min_roster_size: (Scalars['Float'] | null) + playoff_best_of: (Scalars['Float'] | null) + playoff_seats: (Scalars['Float'] | null) + promote_count: (Scalars['Float'] | null) + relegate_count: (Scalars['Float'] | null) + relegation_down_count: (Scalars['Float'] | null) + relegation_up_count: (Scalars['Float'] | null) + season_number: (Scalars['Float'] | null) + __typename: 'league_seasons_var_samp_fields' } /** aggregate variance on columns */ -export interface match_clips_variance_fields { - duration_ms: (Scalars['Float'] | null) - kills_count: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - target_steam_id: (Scalars['Float'] | null) - user_steam_id: (Scalars['Float'] | null) - views_count: (Scalars['Float'] | null) - __typename: 'match_clips_variance_fields' -} - - -/** columns and relationships of "match_demo_sessions" */ -export interface match_demo_sessions { +export interface league_seasons_variance_fields { + created_by_steam_id: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + direct_promote_count: (Scalars['Float'] | null) + direct_relegate_count: (Scalars['Float'] | null) + games_per_week: (Scalars['Float'] | null) + match_weeks_count: (Scalars['Float'] | null) + max_roster_size: (Scalars['Float'] | null) + min_roster_size: (Scalars['Float'] | null) + playoff_best_of: (Scalars['Float'] | null) + playoff_seats: (Scalars['Float'] | null) + promote_count: (Scalars['Float'] | null) + relegate_count: (Scalars['Float'] | null) + relegation_down_count: (Scalars['Float'] | null) + relegation_up_count: (Scalars['Float'] | null) + season_number: (Scalars['Float'] | null) + __typename: 'league_seasons_variance_fields' +} + + +/** columns and relationships of "league_team_movements" */ +export interface league_team_movements { + approved_at: (Scalars['timestamptz'] | null) + /** An object relationship */ + approved_by: (players | null) + approved_by_steam_id: (Scalars['bigint'] | null) + /** An object relationship */ + computed_to_division: (league_divisions | null) + computed_to_division_id: (Scalars['uuid'] | null) created_at: Scalars['timestamptz'] - error_message: (Scalars['String'] | null) /** An object relationship */ - game_server_node: (game_server_nodes | null) - game_server_node_id: (Scalars['String'] | null) - id: Scalars['uuid'] - k8s_job_name: Scalars['String'] - last_activity_at: Scalars['timestamptz'] - last_status_at: Scalars['timestamptz'] + e_movement_type: e_league_movement_types + final_rank: (Scalars['Int'] | null) /** An object relationship */ - match: matches - match_id: Scalars['uuid'] + final_to_division: (league_divisions | null) + final_to_division_id: (Scalars['uuid'] | null) /** An object relationship */ - match_map: match_maps + from_division: (league_divisions | null) + from_division_id: (Scalars['uuid'] | null) + id: Scalars['uuid'] + league_season_id: Scalars['uuid'] /** An object relationship */ - match_map_demo: (match_map_demos | null) - match_map_demo_id: (Scalars['uuid'] | null) - match_map_id: Scalars['uuid'] - status: Scalars['String'] - status_history: Scalars['jsonb'] - stream_url: (Scalars['String'] | null) + league_team: league_teams + league_team_id: Scalars['uuid'] /** An object relationship */ - watcher: players - watcher_steam_id: Scalars['bigint'] - __typename: 'match_demo_sessions' + season: league_seasons + type: e_league_movement_types_enum + __typename: 'league_team_movements' } -/** aggregated selection of "match_demo_sessions" */ -export interface match_demo_sessions_aggregate { - aggregate: (match_demo_sessions_aggregate_fields | null) - nodes: match_demo_sessions[] - __typename: 'match_demo_sessions_aggregate' +/** aggregated selection of "league_team_movements" */ +export interface league_team_movements_aggregate { + aggregate: (league_team_movements_aggregate_fields | null) + nodes: league_team_movements[] + __typename: 'league_team_movements_aggregate' } -/** aggregate fields of "match_demo_sessions" */ -export interface match_demo_sessions_aggregate_fields { - avg: (match_demo_sessions_avg_fields | null) +/** aggregate fields of "league_team_movements" */ +export interface league_team_movements_aggregate_fields { + avg: (league_team_movements_avg_fields | null) count: Scalars['Int'] - max: (match_demo_sessions_max_fields | null) - min: (match_demo_sessions_min_fields | null) - stddev: (match_demo_sessions_stddev_fields | null) - stddev_pop: (match_demo_sessions_stddev_pop_fields | null) - stddev_samp: (match_demo_sessions_stddev_samp_fields | null) - sum: (match_demo_sessions_sum_fields | null) - var_pop: (match_demo_sessions_var_pop_fields | null) - var_samp: (match_demo_sessions_var_samp_fields | null) - variance: (match_demo_sessions_variance_fields | null) - __typename: 'match_demo_sessions_aggregate_fields' + max: (league_team_movements_max_fields | null) + min: (league_team_movements_min_fields | null) + stddev: (league_team_movements_stddev_fields | null) + stddev_pop: (league_team_movements_stddev_pop_fields | null) + stddev_samp: (league_team_movements_stddev_samp_fields | null) + sum: (league_team_movements_sum_fields | null) + var_pop: (league_team_movements_var_pop_fields | null) + var_samp: (league_team_movements_var_samp_fields | null) + variance: (league_team_movements_variance_fields | null) + __typename: 'league_team_movements_aggregate_fields' } /** aggregate avg on columns */ -export interface match_demo_sessions_avg_fields { - watcher_steam_id: (Scalars['Float'] | null) - __typename: 'match_demo_sessions_avg_fields' +export interface league_team_movements_avg_fields { + approved_by_steam_id: (Scalars['Float'] | null) + final_rank: (Scalars['Float'] | null) + __typename: 'league_team_movements_avg_fields' } -/** unique or primary key constraints on table "match_demo_sessions" */ -export type match_demo_sessions_constraint = 'match_demo_sessions_per_user_per_map_uniq' | 'match_demo_sessions_pkey' +/** unique or primary key constraints on table "league_team_movements" */ +export type league_team_movements_constraint = 'league_team_movements_league_season_id_league_team_id_key' | 'league_team_movements_pkey' /** aggregate max on columns */ -export interface match_demo_sessions_max_fields { +export interface league_team_movements_max_fields { + approved_at: (Scalars['timestamptz'] | null) + approved_by_steam_id: (Scalars['bigint'] | null) + computed_to_division_id: (Scalars['uuid'] | null) created_at: (Scalars['timestamptz'] | null) - error_message: (Scalars['String'] | null) - game_server_node_id: (Scalars['String'] | null) + final_rank: (Scalars['Int'] | null) + final_to_division_id: (Scalars['uuid'] | null) + from_division_id: (Scalars['uuid'] | null) id: (Scalars['uuid'] | null) - k8s_job_name: (Scalars['String'] | null) - last_activity_at: (Scalars['timestamptz'] | null) - last_status_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_map_demo_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - status: (Scalars['String'] | null) - stream_url: (Scalars['String'] | null) - watcher_steam_id: (Scalars['bigint'] | null) - __typename: 'match_demo_sessions_max_fields' + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + __typename: 'league_team_movements_max_fields' } /** aggregate min on columns */ -export interface match_demo_sessions_min_fields { +export interface league_team_movements_min_fields { + approved_at: (Scalars['timestamptz'] | null) + approved_by_steam_id: (Scalars['bigint'] | null) + computed_to_division_id: (Scalars['uuid'] | null) created_at: (Scalars['timestamptz'] | null) - error_message: (Scalars['String'] | null) - game_server_node_id: (Scalars['String'] | null) + final_rank: (Scalars['Int'] | null) + final_to_division_id: (Scalars['uuid'] | null) + from_division_id: (Scalars['uuid'] | null) id: (Scalars['uuid'] | null) - k8s_job_name: (Scalars['String'] | null) - last_activity_at: (Scalars['timestamptz'] | null) - last_status_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_map_demo_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - status: (Scalars['String'] | null) - stream_url: (Scalars['String'] | null) - watcher_steam_id: (Scalars['bigint'] | null) - __typename: 'match_demo_sessions_min_fields' + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + __typename: 'league_team_movements_min_fields' } -/** response of any mutation on the table "match_demo_sessions" */ -export interface match_demo_sessions_mutation_response { +/** response of any mutation on the table "league_team_movements" */ +export interface league_team_movements_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_demo_sessions[] - __typename: 'match_demo_sessions_mutation_response' + returning: league_team_movements[] + __typename: 'league_team_movements_mutation_response' } -/** select columns of table "match_demo_sessions" */ -export type match_demo_sessions_select_column = 'created_at' | 'error_message' | 'game_server_node_id' | 'id' | 'k8s_job_name' | 'last_activity_at' | 'last_status_at' | 'match_id' | 'match_map_demo_id' | 'match_map_id' | 'status' | 'status_history' | 'stream_url' | 'watcher_steam_id' +/** select columns of table "league_team_movements" */ +export type league_team_movements_select_column = 'approved_at' | 'approved_by_steam_id' | 'computed_to_division_id' | 'created_at' | 'final_rank' | 'final_to_division_id' | 'from_division_id' | 'id' | 'league_season_id' | 'league_team_id' | 'type' /** aggregate stddev on columns */ -export interface match_demo_sessions_stddev_fields { - watcher_steam_id: (Scalars['Float'] | null) - __typename: 'match_demo_sessions_stddev_fields' +export interface league_team_movements_stddev_fields { + approved_by_steam_id: (Scalars['Float'] | null) + final_rank: (Scalars['Float'] | null) + __typename: 'league_team_movements_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface match_demo_sessions_stddev_pop_fields { - watcher_steam_id: (Scalars['Float'] | null) - __typename: 'match_demo_sessions_stddev_pop_fields' +export interface league_team_movements_stddev_pop_fields { + approved_by_steam_id: (Scalars['Float'] | null) + final_rank: (Scalars['Float'] | null) + __typename: 'league_team_movements_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface match_demo_sessions_stddev_samp_fields { - watcher_steam_id: (Scalars['Float'] | null) - __typename: 'match_demo_sessions_stddev_samp_fields' +export interface league_team_movements_stddev_samp_fields { + approved_by_steam_id: (Scalars['Float'] | null) + final_rank: (Scalars['Float'] | null) + __typename: 'league_team_movements_stddev_samp_fields' } /** aggregate sum on columns */ -export interface match_demo_sessions_sum_fields { - watcher_steam_id: (Scalars['bigint'] | null) - __typename: 'match_demo_sessions_sum_fields' +export interface league_team_movements_sum_fields { + approved_by_steam_id: (Scalars['bigint'] | null) + final_rank: (Scalars['Int'] | null) + __typename: 'league_team_movements_sum_fields' } -/** update columns of table "match_demo_sessions" */ -export type match_demo_sessions_update_column = 'created_at' | 'error_message' | 'game_server_node_id' | 'id' | 'k8s_job_name' | 'last_activity_at' | 'last_status_at' | 'match_id' | 'match_map_demo_id' | 'match_map_id' | 'status' | 'status_history' | 'stream_url' | 'watcher_steam_id' +/** update columns of table "league_team_movements" */ +export type league_team_movements_update_column = 'approved_at' | 'approved_by_steam_id' | 'computed_to_division_id' | 'created_at' | 'final_rank' | 'final_to_division_id' | 'from_division_id' | 'id' | 'league_season_id' | 'league_team_id' | 'type' /** aggregate var_pop on columns */ -export interface match_demo_sessions_var_pop_fields { - watcher_steam_id: (Scalars['Float'] | null) - __typename: 'match_demo_sessions_var_pop_fields' +export interface league_team_movements_var_pop_fields { + approved_by_steam_id: (Scalars['Float'] | null) + final_rank: (Scalars['Float'] | null) + __typename: 'league_team_movements_var_pop_fields' } /** aggregate var_samp on columns */ -export interface match_demo_sessions_var_samp_fields { - watcher_steam_id: (Scalars['Float'] | null) - __typename: 'match_demo_sessions_var_samp_fields' +export interface league_team_movements_var_samp_fields { + approved_by_steam_id: (Scalars['Float'] | null) + final_rank: (Scalars['Float'] | null) + __typename: 'league_team_movements_var_samp_fields' } /** aggregate variance on columns */ -export interface match_demo_sessions_variance_fields { - watcher_steam_id: (Scalars['Float'] | null) - __typename: 'match_demo_sessions_variance_fields' +export interface league_team_movements_variance_fields { + approved_by_steam_id: (Scalars['Float'] | null) + final_rank: (Scalars['Float'] | null) + __typename: 'league_team_movements_variance_fields' } -/** relational table for assigning a players to a match and lineup */ -export interface match_lineup_players { - captain: Scalars['Boolean'] - checked_in: Scalars['Boolean'] - discord_id: (Scalars['String'] | null) - id: Scalars['uuid'] +/** columns and relationships of "league_team_rosters" */ +export interface league_team_rosters { + added_at: Scalars['timestamptz'] + league_team_season_id: Scalars['uuid'] /** An object relationship */ - lineup: match_lineups - match_lineup_id: Scalars['uuid'] - placeholder_name: (Scalars['String'] | null) + player: players + player_steam_id: Scalars['bigint'] + removed_at: (Scalars['timestamptz'] | null) + removed_reason: (Scalars['String'] | null) + status: e_team_roster_statuses_enum /** An object relationship */ - player: (players | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'match_lineup_players' + team_season: league_team_seasons + __typename: 'league_team_rosters' } -/** aggregated selection of "match_lineup_players" */ -export interface match_lineup_players_aggregate { - aggregate: (match_lineup_players_aggregate_fields | null) - nodes: match_lineup_players[] - __typename: 'match_lineup_players_aggregate' +/** aggregated selection of "league_team_rosters" */ +export interface league_team_rosters_aggregate { + aggregate: (league_team_rosters_aggregate_fields | null) + nodes: league_team_rosters[] + __typename: 'league_team_rosters_aggregate' } -/** aggregate fields of "match_lineup_players" */ -export interface match_lineup_players_aggregate_fields { - avg: (match_lineup_players_avg_fields | null) +/** aggregate fields of "league_team_rosters" */ +export interface league_team_rosters_aggregate_fields { + avg: (league_team_rosters_avg_fields | null) count: Scalars['Int'] - max: (match_lineup_players_max_fields | null) - min: (match_lineup_players_min_fields | null) - stddev: (match_lineup_players_stddev_fields | null) - stddev_pop: (match_lineup_players_stddev_pop_fields | null) - stddev_samp: (match_lineup_players_stddev_samp_fields | null) - sum: (match_lineup_players_sum_fields | null) - var_pop: (match_lineup_players_var_pop_fields | null) - var_samp: (match_lineup_players_var_samp_fields | null) - variance: (match_lineup_players_variance_fields | null) - __typename: 'match_lineup_players_aggregate_fields' + max: (league_team_rosters_max_fields | null) + min: (league_team_rosters_min_fields | null) + stddev: (league_team_rosters_stddev_fields | null) + stddev_pop: (league_team_rosters_stddev_pop_fields | null) + stddev_samp: (league_team_rosters_stddev_samp_fields | null) + sum: (league_team_rosters_sum_fields | null) + var_pop: (league_team_rosters_var_pop_fields | null) + var_samp: (league_team_rosters_var_samp_fields | null) + variance: (league_team_rosters_variance_fields | null) + __typename: 'league_team_rosters_aggregate_fields' } /** aggregate avg on columns */ -export interface match_lineup_players_avg_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'match_lineup_players_avg_fields' +export interface league_team_rosters_avg_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'league_team_rosters_avg_fields' } -/** unique or primary key constraints on table "match_lineup_players" */ -export type match_lineup_players_constraint = 'match_lineup_players_match_lineup_id_placeholder_name_key' | 'match_lineup_players_match_lineup_id_steam_id_key' | 'match_members_pkey' +/** unique or primary key constraints on table "league_team_rosters" */ +export type league_team_rosters_constraint = 'league_team_rosters_pkey' /** aggregate max on columns */ -export interface match_lineup_players_max_fields { - discord_id: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - placeholder_name: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'match_lineup_players_max_fields' +export interface league_team_rosters_max_fields { + added_at: (Scalars['timestamptz'] | null) + league_team_season_id: (Scalars['uuid'] | null) + player_steam_id: (Scalars['bigint'] | null) + removed_at: (Scalars['timestamptz'] | null) + removed_reason: (Scalars['String'] | null) + __typename: 'league_team_rosters_max_fields' } /** aggregate min on columns */ -export interface match_lineup_players_min_fields { - discord_id: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - placeholder_name: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'match_lineup_players_min_fields' +export interface league_team_rosters_min_fields { + added_at: (Scalars['timestamptz'] | null) + league_team_season_id: (Scalars['uuid'] | null) + player_steam_id: (Scalars['bigint'] | null) + removed_at: (Scalars['timestamptz'] | null) + removed_reason: (Scalars['String'] | null) + __typename: 'league_team_rosters_min_fields' } -/** response of any mutation on the table "match_lineup_players" */ -export interface match_lineup_players_mutation_response { +/** response of any mutation on the table "league_team_rosters" */ +export interface league_team_rosters_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_lineup_players[] - __typename: 'match_lineup_players_mutation_response' + returning: league_team_rosters[] + __typename: 'league_team_rosters_mutation_response' } -/** select columns of table "match_lineup_players" */ -export type match_lineup_players_select_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'match_lineup_id' | 'placeholder_name' | 'steam_id' - - -/** select "match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_lineup_players" */ -export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns = 'captain' | 'checked_in' - - -/** select "match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_lineup_players" */ -export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns = 'captain' | 'checked_in' +/** select columns of table "league_team_rosters" */ +export type league_team_rosters_select_column = 'added_at' | 'league_team_season_id' | 'player_steam_id' | 'removed_at' | 'removed_reason' | 'status' /** aggregate stddev on columns */ -export interface match_lineup_players_stddev_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'match_lineup_players_stddev_fields' +export interface league_team_rosters_stddev_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'league_team_rosters_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface match_lineup_players_stddev_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'match_lineup_players_stddev_pop_fields' +export interface league_team_rosters_stddev_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'league_team_rosters_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface match_lineup_players_stddev_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'match_lineup_players_stddev_samp_fields' +export interface league_team_rosters_stddev_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'league_team_rosters_stddev_samp_fields' } /** aggregate sum on columns */ -export interface match_lineup_players_sum_fields { - steam_id: (Scalars['bigint'] | null) - __typename: 'match_lineup_players_sum_fields' +export interface league_team_rosters_sum_fields { + player_steam_id: (Scalars['bigint'] | null) + __typename: 'league_team_rosters_sum_fields' } -/** update columns of table "match_lineup_players" */ -export type match_lineup_players_update_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'match_lineup_id' | 'placeholder_name' | 'steam_id' +/** update columns of table "league_team_rosters" */ +export type league_team_rosters_update_column = 'added_at' | 'league_team_season_id' | 'player_steam_id' | 'removed_at' | 'removed_reason' | 'status' /** aggregate var_pop on columns */ -export interface match_lineup_players_var_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'match_lineup_players_var_pop_fields' +export interface league_team_rosters_var_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'league_team_rosters_var_pop_fields' } /** aggregate var_samp on columns */ -export interface match_lineup_players_var_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'match_lineup_players_var_samp_fields' +export interface league_team_rosters_var_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'league_team_rosters_var_samp_fields' } /** aggregate variance on columns */ -export interface match_lineup_players_variance_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'match_lineup_players_variance_fields' +export interface league_team_rosters_variance_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'league_team_rosters_variance_fields' } -/** relational table for assigning a team to a match and lineup */ -export interface match_lineups { - /** A computed field, executes function "can_pick_map_veto" */ - can_pick_map_veto: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_pick_region_veto" */ - can_pick_region_veto: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_update_lineup" */ - can_update_lineup: (Scalars['Boolean'] | null) +/** columns and relationships of "league_team_seasons" */ +export interface league_team_seasons { /** An object relationship */ - captain: (v_match_captains | null) + assigned_division: (league_divisions | null) + assigned_division_id: (Scalars['uuid'] | null) /** An object relationship */ - coach: (players | null) - coach_steam_id: (Scalars['bigint'] | null) + captain: (players | null) + captain_steam_id: (Scalars['bigint'] | null) + created_at: Scalars['timestamptz'] + decline_reason: (Scalars['String'] | null) + /** An object relationship */ + e_registration_status: e_league_registration_statuses id: Scalars['uuid'] - /** A computed field, executes function "is_on_lineup" */ - is_on_lineup: (Scalars['Boolean'] | null) - /** A computed field, executes function "lineup_is_picking_map_veto" */ - is_picking_map_veto: (Scalars['Boolean'] | null) - /** A computed field, executes function "lineup_is_picking_region_veto" */ - is_picking_region_veto: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_match_lineup_ready" */ - is_ready: (Scalars['Boolean'] | null) - /** An array relationship */ - lineup_players: match_lineup_players[] - /** An aggregate relationship */ - lineup_players_aggregate: match_lineup_players_aggregate + league_season_id: Scalars['uuid'] /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) + league_team: league_teams + league_team_id: Scalars['uuid'] + /** An object relationship */ + registered_by: (players | null) + registered_by_steam_id: (Scalars['bigint'] | null) + /** An object relationship */ + requested_division: (league_divisions | null) + requested_division_id: (Scalars['uuid'] | null) /** An array relationship */ - match_veto_picks: match_map_veto_picks[] + roster: league_team_rosters[] /** An aggregate relationship */ - match_veto_picks_aggregate: match_map_veto_picks_aggregate - /** A computed field, executes function "get_team_name" */ - name: (Scalars['String'] | null) + roster_aggregate: league_team_rosters_aggregate /** An object relationship */ - team: (teams | null) - team_id: (Scalars['uuid'] | null) - team_name: (Scalars['String'] | null) - __typename: 'match_lineups' + season: league_seasons + seed: (Scalars['Int'] | null) + status: e_league_registration_statuses_enum + /** An object relationship */ + tournament_team: (tournament_teams | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'league_team_seasons' } -/** aggregated selection of "match_lineups" */ -export interface match_lineups_aggregate { - aggregate: (match_lineups_aggregate_fields | null) - nodes: match_lineups[] - __typename: 'match_lineups_aggregate' +/** aggregated selection of "league_team_seasons" */ +export interface league_team_seasons_aggregate { + aggregate: (league_team_seasons_aggregate_fields | null) + nodes: league_team_seasons[] + __typename: 'league_team_seasons_aggregate' } -/** aggregate fields of "match_lineups" */ -export interface match_lineups_aggregate_fields { - avg: (match_lineups_avg_fields | null) +/** aggregate fields of "league_team_seasons" */ +export interface league_team_seasons_aggregate_fields { + avg: (league_team_seasons_avg_fields | null) count: Scalars['Int'] - max: (match_lineups_max_fields | null) - min: (match_lineups_min_fields | null) - stddev: (match_lineups_stddev_fields | null) - stddev_pop: (match_lineups_stddev_pop_fields | null) - stddev_samp: (match_lineups_stddev_samp_fields | null) - sum: (match_lineups_sum_fields | null) - var_pop: (match_lineups_var_pop_fields | null) - var_samp: (match_lineups_var_samp_fields | null) - variance: (match_lineups_variance_fields | null) - __typename: 'match_lineups_aggregate_fields' + max: (league_team_seasons_max_fields | null) + min: (league_team_seasons_min_fields | null) + stddev: (league_team_seasons_stddev_fields | null) + stddev_pop: (league_team_seasons_stddev_pop_fields | null) + stddev_samp: (league_team_seasons_stddev_samp_fields | null) + sum: (league_team_seasons_sum_fields | null) + var_pop: (league_team_seasons_var_pop_fields | null) + var_samp: (league_team_seasons_var_samp_fields | null) + variance: (league_team_seasons_variance_fields | null) + __typename: 'league_team_seasons_aggregate_fields' } /** aggregate avg on columns */ -export interface match_lineups_avg_fields { - coach_steam_id: (Scalars['Float'] | null) - __typename: 'match_lineups_avg_fields' +export interface league_team_seasons_avg_fields { + captain_steam_id: (Scalars['Float'] | null) + registered_by_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'league_team_seasons_avg_fields' } -/** unique or primary key constraints on table "match_lineups" */ -export type match_lineups_constraint = 'match_teams_pkey' +/** unique or primary key constraints on table "league_team_seasons" */ +export type league_team_seasons_constraint = 'league_team_seasons_league_season_id_league_team_id_key' | 'league_team_seasons_pkey' /** aggregate max on columns */ -export interface match_lineups_max_fields { - coach_steam_id: (Scalars['bigint'] | null) +export interface league_team_seasons_max_fields { + assigned_division_id: (Scalars['uuid'] | null) + captain_steam_id: (Scalars['bigint'] | null) + created_at: (Scalars['timestamptz'] | null) + decline_reason: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_team_name" */ - name: (Scalars['String'] | null) - team_id: (Scalars['uuid'] | null) - team_name: (Scalars['String'] | null) - __typename: 'match_lineups_max_fields' + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + registered_by_steam_id: (Scalars['bigint'] | null) + requested_division_id: (Scalars['uuid'] | null) + seed: (Scalars['Int'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'league_team_seasons_max_fields' } /** aggregate min on columns */ -export interface match_lineups_min_fields { - coach_steam_id: (Scalars['bigint'] | null) +export interface league_team_seasons_min_fields { + assigned_division_id: (Scalars['uuid'] | null) + captain_steam_id: (Scalars['bigint'] | null) + created_at: (Scalars['timestamptz'] | null) + decline_reason: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_team_name" */ - name: (Scalars['String'] | null) - team_id: (Scalars['uuid'] | null) - team_name: (Scalars['String'] | null) - __typename: 'match_lineups_min_fields' + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + registered_by_steam_id: (Scalars['bigint'] | null) + requested_division_id: (Scalars['uuid'] | null) + seed: (Scalars['Int'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'league_team_seasons_min_fields' } -/** response of any mutation on the table "match_lineups" */ -export interface match_lineups_mutation_response { +/** response of any mutation on the table "league_team_seasons" */ +export interface league_team_seasons_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_lineups[] - __typename: 'match_lineups_mutation_response' + returning: league_team_seasons[] + __typename: 'league_team_seasons_mutation_response' } -/** select columns of table "match_lineups" */ -export type match_lineups_select_column = 'coach_steam_id' | 'id' | 'match_id' | 'team_id' | 'team_name' +/** select columns of table "league_team_seasons" */ +export type league_team_seasons_select_column = 'assigned_division_id' | 'captain_steam_id' | 'created_at' | 'decline_reason' | 'id' | 'league_season_id' | 'league_team_id' | 'registered_by_steam_id' | 'requested_division_id' | 'seed' | 'status' | 'tournament_team_id' /** aggregate stddev on columns */ -export interface match_lineups_stddev_fields { - coach_steam_id: (Scalars['Float'] | null) - __typename: 'match_lineups_stddev_fields' +export interface league_team_seasons_stddev_fields { + captain_steam_id: (Scalars['Float'] | null) + registered_by_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'league_team_seasons_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface match_lineups_stddev_pop_fields { - coach_steam_id: (Scalars['Float'] | null) - __typename: 'match_lineups_stddev_pop_fields' +export interface league_team_seasons_stddev_pop_fields { + captain_steam_id: (Scalars['Float'] | null) + registered_by_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'league_team_seasons_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface match_lineups_stddev_samp_fields { - coach_steam_id: (Scalars['Float'] | null) - __typename: 'match_lineups_stddev_samp_fields' +export interface league_team_seasons_stddev_samp_fields { + captain_steam_id: (Scalars['Float'] | null) + registered_by_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'league_team_seasons_stddev_samp_fields' } /** aggregate sum on columns */ -export interface match_lineups_sum_fields { - coach_steam_id: (Scalars['bigint'] | null) - __typename: 'match_lineups_sum_fields' +export interface league_team_seasons_sum_fields { + captain_steam_id: (Scalars['bigint'] | null) + registered_by_steam_id: (Scalars['bigint'] | null) + seed: (Scalars['Int'] | null) + __typename: 'league_team_seasons_sum_fields' } -/** update columns of table "match_lineups" */ -export type match_lineups_update_column = 'coach_steam_id' | 'id' | 'match_id' | 'team_id' | 'team_name' +/** update columns of table "league_team_seasons" */ +export type league_team_seasons_update_column = 'assigned_division_id' | 'captain_steam_id' | 'created_at' | 'decline_reason' | 'id' | 'league_season_id' | 'league_team_id' | 'registered_by_steam_id' | 'requested_division_id' | 'seed' | 'status' | 'tournament_team_id' /** aggregate var_pop on columns */ -export interface match_lineups_var_pop_fields { - coach_steam_id: (Scalars['Float'] | null) - __typename: 'match_lineups_var_pop_fields' +export interface league_team_seasons_var_pop_fields { + captain_steam_id: (Scalars['Float'] | null) + registered_by_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'league_team_seasons_var_pop_fields' } /** aggregate var_samp on columns */ -export interface match_lineups_var_samp_fields { - coach_steam_id: (Scalars['Float'] | null) - __typename: 'match_lineups_var_samp_fields' +export interface league_team_seasons_var_samp_fields { + captain_steam_id: (Scalars['Float'] | null) + registered_by_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'league_team_seasons_var_samp_fields' } /** aggregate variance on columns */ -export interface match_lineups_variance_fields { - coach_steam_id: (Scalars['Float'] | null) - __typename: 'match_lineups_variance_fields' +export interface league_team_seasons_variance_fields { + captain_steam_id: (Scalars['Float'] | null) + registered_by_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'league_team_seasons_variance_fields' } -/** columns and relationships of "match_map_demos" */ -export interface match_map_demos { - bombs: (Scalars['jsonb'] | null) - /** An array relationship */ - clip_render_jobs: clip_render_jobs[] - /** An aggregate relationship */ - clip_render_jobs_aggregate: clip_render_jobs_aggregate +/** columns and relationships of "league_teams" */ +export interface league_teams { created_at: Scalars['timestamptz'] - cs2_build: (Scalars['String'] | null) + id: Scalars['uuid'] /** An array relationship */ - demo_sessions: match_demo_sessions[] + movements: league_team_movements[] /** An aggregate relationship */ - demo_sessions_aggregate: match_demo_sessions_aggregate - /** A computed field, executes function "demo_download_url" */ - download_url: (Scalars['String'] | null) - duration_seconds: (Scalars['Float'] | null) - file: Scalars['String'] - geometry_validated: (Scalars['Boolean'] | null) - id: Scalars['uuid'] - kills: (Scalars['jsonb'] | null) - map_name: (Scalars['String'] | null) + movements_aggregate: league_team_movements_aggregate /** An object relationship */ - match: matches + team: teams + team_id: Scalars['uuid'] /** An array relationship */ - match_clips: match_clips[] + team_seasons: league_team_seasons[] /** An aggregate relationship */ - match_clips_aggregate: match_clips_aggregate - match_id: Scalars['uuid'] - /** An object relationship */ - match_map: match_maps - match_map_id: Scalars['uuid'] - metadata_parsed_at: (Scalars['timestamptz'] | null) - playback_file: (Scalars['String'] | null) - playback_size: (Scalars['Int'] | null) - /** A computed field, executes function "demo_playback_url" */ - playback_url: (Scalars['String'] | null) - players: (Scalars['jsonb'] | null) - round_ticks: (Scalars['jsonb'] | null) - size: (Scalars['Int'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Int'] | null) - workshop_id: (Scalars['String'] | null) - __typename: 'match_map_demos' + team_seasons_aggregate: league_team_seasons_aggregate + __typename: 'league_teams' } -/** aggregated selection of "match_map_demos" */ -export interface match_map_demos_aggregate { - aggregate: (match_map_demos_aggregate_fields | null) - nodes: match_map_demos[] - __typename: 'match_map_demos_aggregate' +/** aggregated selection of "league_teams" */ +export interface league_teams_aggregate { + aggregate: (league_teams_aggregate_fields | null) + nodes: league_teams[] + __typename: 'league_teams_aggregate' } -/** aggregate fields of "match_map_demos" */ -export interface match_map_demos_aggregate_fields { - avg: (match_map_demos_avg_fields | null) +/** aggregate fields of "league_teams" */ +export interface league_teams_aggregate_fields { count: Scalars['Int'] - max: (match_map_demos_max_fields | null) - min: (match_map_demos_min_fields | null) - stddev: (match_map_demos_stddev_fields | null) - stddev_pop: (match_map_demos_stddev_pop_fields | null) - stddev_samp: (match_map_demos_stddev_samp_fields | null) - sum: (match_map_demos_sum_fields | null) - var_pop: (match_map_demos_var_pop_fields | null) - var_samp: (match_map_demos_var_samp_fields | null) - variance: (match_map_demos_variance_fields | null) - __typename: 'match_map_demos_aggregate_fields' -} - - -/** aggregate avg on columns */ -export interface match_map_demos_avg_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Float'] | null) - __typename: 'match_map_demos_avg_fields' + max: (league_teams_max_fields | null) + min: (league_teams_min_fields | null) + __typename: 'league_teams_aggregate_fields' } -/** unique or primary key constraints on table "match_map_demos" */ -export type match_map_demos_constraint = 'match_demos_pkey' | 'match_map_demos_match_map_id_file_key' +/** unique or primary key constraints on table "league_teams" */ +export type league_teams_constraint = 'league_teams_pkey' | 'league_teams_team_id_key' /** aggregate max on columns */ -export interface match_map_demos_max_fields { +export interface league_teams_max_fields { created_at: (Scalars['timestamptz'] | null) - cs2_build: (Scalars['String'] | null) - /** A computed field, executes function "demo_download_url" */ - download_url: (Scalars['String'] | null) - duration_seconds: (Scalars['Float'] | null) - file: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - map_name: (Scalars['String'] | null) - match_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - metadata_parsed_at: (Scalars['timestamptz'] | null) - playback_file: (Scalars['String'] | null) - playback_size: (Scalars['Int'] | null) - /** A computed field, executes function "demo_playback_url" */ - playback_url: (Scalars['String'] | null) - size: (Scalars['Int'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Int'] | null) - workshop_id: (Scalars['String'] | null) - __typename: 'match_map_demos_max_fields' + team_id: (Scalars['uuid'] | null) + __typename: 'league_teams_max_fields' } /** aggregate min on columns */ -export interface match_map_demos_min_fields { +export interface league_teams_min_fields { created_at: (Scalars['timestamptz'] | null) - cs2_build: (Scalars['String'] | null) - /** A computed field, executes function "demo_download_url" */ - download_url: (Scalars['String'] | null) - duration_seconds: (Scalars['Float'] | null) - file: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - map_name: (Scalars['String'] | null) - match_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - metadata_parsed_at: (Scalars['timestamptz'] | null) - playback_file: (Scalars['String'] | null) - playback_size: (Scalars['Int'] | null) - /** A computed field, executes function "demo_playback_url" */ - playback_url: (Scalars['String'] | null) - size: (Scalars['Int'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Int'] | null) - workshop_id: (Scalars['String'] | null) - __typename: 'match_map_demos_min_fields' + team_id: (Scalars['uuid'] | null) + __typename: 'league_teams_min_fields' } -/** response of any mutation on the table "match_map_demos" */ -export interface match_map_demos_mutation_response { +/** response of any mutation on the table "league_teams" */ +export interface league_teams_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_map_demos[] - __typename: 'match_map_demos_mutation_response' + returning: league_teams[] + __typename: 'league_teams_mutation_response' } -/** select columns of table "match_map_demos" */ -export type match_map_demos_select_column = 'bombs' | 'created_at' | 'cs2_build' | 'duration_seconds' | 'file' | 'geometry_validated' | 'id' | 'kills' | 'map_name' | 'match_id' | 'match_map_id' | 'metadata_parsed_at' | 'playback_file' | 'playback_size' | 'players' | 'round_ticks' | 'size' | 'tick_rate' | 'total_ticks' | 'workshop_id' +/** select columns of table "league_teams" */ +export type league_teams_select_column = 'created_at' | 'id' | 'team_id' -/** select "match_map_demos_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_map_demos" */ -export type match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns = 'geometry_validated' +/** update columns of table "league_teams" */ +export type league_teams_update_column = 'created_at' | 'id' | 'team_id' -/** select "match_map_demos_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_map_demos" */ -export type match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns = 'geometry_validated' +/** columns and relationships of "lobbies" */ +export interface lobbies { + access: e_lobby_access_enum + created_at: Scalars['timestamptz'] + /** An object relationship */ + e_lobby_access: e_lobby_access + id: Scalars['uuid'] + /** An array relationship */ + players: lobby_players[] + /** An aggregate relationship */ + players_aggregate: lobby_players_aggregate + __typename: 'lobbies' +} -/** aggregate stddev on columns */ -export interface match_map_demos_stddev_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Float'] | null) - __typename: 'match_map_demos_stddev_fields' +/** aggregated selection of "lobbies" */ +export interface lobbies_aggregate { + aggregate: (lobbies_aggregate_fields | null) + nodes: lobbies[] + __typename: 'lobbies_aggregate' } -/** aggregate stddev_pop on columns */ -export interface match_map_demos_stddev_pop_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Float'] | null) - __typename: 'match_map_demos_stddev_pop_fields' +/** aggregate fields of "lobbies" */ +export interface lobbies_aggregate_fields { + count: Scalars['Int'] + max: (lobbies_max_fields | null) + min: (lobbies_min_fields | null) + __typename: 'lobbies_aggregate_fields' } -/** aggregate stddev_samp on columns */ -export interface match_map_demos_stddev_samp_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Float'] | null) - __typename: 'match_map_demos_stddev_samp_fields' -} +/** unique or primary key constraints on table "lobbies" */ +export type lobbies_constraint = 'lobbies_pkey' -/** aggregate sum on columns */ -export interface match_map_demos_sum_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Int'] | null) - size: (Scalars['Int'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Int'] | null) - __typename: 'match_map_demos_sum_fields' +/** aggregate max on columns */ +export interface lobbies_max_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + __typename: 'lobbies_max_fields' } -/** update columns of table "match_map_demos" */ -export type match_map_demos_update_column = 'bombs' | 'created_at' | 'cs2_build' | 'file' | 'geometry_validated' | 'id' | 'kills' | 'map_name' | 'match_id' | 'match_map_id' | 'metadata_parsed_at' | 'playback_file' | 'playback_size' | 'players' | 'round_ticks' | 'size' | 'tick_rate' | 'total_ticks' | 'workshop_id' +/** aggregate min on columns */ +export interface lobbies_min_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + __typename: 'lobbies_min_fields' +} -/** aggregate var_pop on columns */ -export interface match_map_demos_var_pop_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Float'] | null) - __typename: 'match_map_demos_var_pop_fields' +/** response of any mutation on the table "lobbies" */ +export interface lobbies_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: lobbies[] + __typename: 'lobbies_mutation_response' } -/** aggregate var_samp on columns */ -export interface match_map_demos_var_samp_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Float'] | null) - __typename: 'match_map_demos_var_samp_fields' -} +/** select columns of table "lobbies" */ +export type lobbies_select_column = 'access' | 'created_at' | 'id' -/** aggregate variance on columns */ -export interface match_map_demos_variance_fields { - duration_seconds: (Scalars['Float'] | null) - playback_size: (Scalars['Float'] | null) - size: (Scalars['Float'] | null) - tick_rate: (Scalars['Float'] | null) - total_ticks: (Scalars['Float'] | null) - __typename: 'match_map_demos_variance_fields' -} +/** update columns of table "lobbies" */ +export type lobbies_update_column = 'access' | 'created_at' | 'id' -/** columns and relationships of "match_map_rounds" */ -export interface match_map_rounds { - /** An array relationship */ - assists: player_assists[] - /** An aggregate relationship */ - assists_aggregate: player_assists_aggregate - backup_file: (Scalars['String'] | null) - created_at: Scalars['timestamptz'] - deleted_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "has_backup_file" */ - has_backup_file: (Scalars['Boolean'] | null) - id: Scalars['uuid'] - /** An array relationship */ - kills: player_kills[] - /** An aggregate relationship */ - kills_aggregate: player_kills_aggregate - lineup_1_money: Scalars['Int'] - lineup_1_score: Scalars['Int'] - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Scalars['Int'] - lineup_2_money: Scalars['Int'] - lineup_2_score: Scalars['Int'] - lineup_2_side: e_sides_enum - lineup_2_timeouts_available: Scalars['Int'] +/** columns and relationships of "lobby_players" */ +export interface lobby_players { + captain: Scalars['Boolean'] + invited_by_steam_id: (Scalars['bigint'] | null) /** An object relationship */ - match_map: match_maps - match_map_id: Scalars['uuid'] - round: Scalars['Int'] - time: Scalars['timestamptz'] - winning_reason: (e_winning_reasons_enum | null) - winning_side: Scalars['String'] - __typename: 'match_map_rounds' + lobby: lobbies + lobby_id: Scalars['uuid'] + /** An object relationship */ + player: players + status: e_lobby_player_status_enum + steam_id: Scalars['bigint'] + __typename: 'lobby_players' } -/** aggregated selection of "match_map_rounds" */ -export interface match_map_rounds_aggregate { - aggregate: (match_map_rounds_aggregate_fields | null) - nodes: match_map_rounds[] - __typename: 'match_map_rounds_aggregate' +/** aggregated selection of "lobby_players" */ +export interface lobby_players_aggregate { + aggregate: (lobby_players_aggregate_fields | null) + nodes: lobby_players[] + __typename: 'lobby_players_aggregate' } -/** aggregate fields of "match_map_rounds" */ -export interface match_map_rounds_aggregate_fields { - avg: (match_map_rounds_avg_fields | null) +/** aggregate fields of "lobby_players" */ +export interface lobby_players_aggregate_fields { + avg: (lobby_players_avg_fields | null) count: Scalars['Int'] - max: (match_map_rounds_max_fields | null) - min: (match_map_rounds_min_fields | null) - stddev: (match_map_rounds_stddev_fields | null) - stddev_pop: (match_map_rounds_stddev_pop_fields | null) - stddev_samp: (match_map_rounds_stddev_samp_fields | null) - sum: (match_map_rounds_sum_fields | null) - var_pop: (match_map_rounds_var_pop_fields | null) - var_samp: (match_map_rounds_var_samp_fields | null) - variance: (match_map_rounds_variance_fields | null) - __typename: 'match_map_rounds_aggregate_fields' + max: (lobby_players_max_fields | null) + min: (lobby_players_min_fields | null) + stddev: (lobby_players_stddev_fields | null) + stddev_pop: (lobby_players_stddev_pop_fields | null) + stddev_samp: (lobby_players_stddev_samp_fields | null) + sum: (lobby_players_sum_fields | null) + var_pop: (lobby_players_var_pop_fields | null) + var_samp: (lobby_players_var_samp_fields | null) + variance: (lobby_players_variance_fields | null) + __typename: 'lobby_players_aggregate_fields' } /** aggregate avg on columns */ -export interface match_map_rounds_avg_fields { - lineup_1_money: (Scalars['Float'] | null) - lineup_1_score: (Scalars['Float'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - lineup_2_money: (Scalars['Float'] | null) - lineup_2_score: (Scalars['Float'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'match_map_rounds_avg_fields' +export interface lobby_players_avg_fields { + invited_by_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'lobby_players_avg_fields' } -/** unique or primary key constraints on table "match_map_rounds" */ -export type match_map_rounds_constraint = 'match_rounds__id_key' | 'match_rounds_match_id_round_key' | 'match_rounds_pkey' +/** unique or primary key constraints on table "lobby_players" */ +export type lobby_players_constraint = 'lobby_players_pkey' /** aggregate max on columns */ -export interface match_map_rounds_max_fields { - backup_file: (Scalars['String'] | null) - created_at: (Scalars['timestamptz'] | null) - deleted_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - lineup_1_money: (Scalars['Int'] | null) - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Int'] | null) - lineup_2_money: (Scalars['Int'] | null) - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Int'] | null) - match_map_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - time: (Scalars['timestamptz'] | null) - winning_side: (Scalars['String'] | null) - __typename: 'match_map_rounds_max_fields' +export interface lobby_players_max_fields { + invited_by_steam_id: (Scalars['bigint'] | null) + lobby_id: (Scalars['uuid'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'lobby_players_max_fields' } /** aggregate min on columns */ -export interface match_map_rounds_min_fields { - backup_file: (Scalars['String'] | null) - created_at: (Scalars['timestamptz'] | null) - deleted_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - lineup_1_money: (Scalars['Int'] | null) - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Int'] | null) - lineup_2_money: (Scalars['Int'] | null) - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Int'] | null) - match_map_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - time: (Scalars['timestamptz'] | null) - winning_side: (Scalars['String'] | null) - __typename: 'match_map_rounds_min_fields' +export interface lobby_players_min_fields { + invited_by_steam_id: (Scalars['bigint'] | null) + lobby_id: (Scalars['uuid'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'lobby_players_min_fields' } -/** response of any mutation on the table "match_map_rounds" */ -export interface match_map_rounds_mutation_response { +/** response of any mutation on the table "lobby_players" */ +export interface lobby_players_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_map_rounds[] - __typename: 'match_map_rounds_mutation_response' + returning: lobby_players[] + __typename: 'lobby_players_mutation_response' } -/** select columns of table "match_map_rounds" */ -export type match_map_rounds_select_column = 'backup_file' | 'created_at' | 'deleted_at' | 'id' | 'lineup_1_money' | 'lineup_1_score' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_money' | 'lineup_2_score' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'match_map_id' | 'round' | 'time' | 'winning_reason' | 'winning_side' +/** select columns of table "lobby_players" */ +export type lobby_players_select_column = 'captain' | 'invited_by_steam_id' | 'lobby_id' | 'status' | 'steam_id' + + +/** select "lobby_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "lobby_players" */ +export type lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns = 'captain' + + +/** select "lobby_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "lobby_players" */ +export type lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns = 'captain' /** aggregate stddev on columns */ -export interface match_map_rounds_stddev_fields { - lineup_1_money: (Scalars['Float'] | null) - lineup_1_score: (Scalars['Float'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - lineup_2_money: (Scalars['Float'] | null) - lineup_2_score: (Scalars['Float'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'match_map_rounds_stddev_fields' +export interface lobby_players_stddev_fields { + invited_by_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'lobby_players_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface match_map_rounds_stddev_pop_fields { - lineup_1_money: (Scalars['Float'] | null) - lineup_1_score: (Scalars['Float'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - lineup_2_money: (Scalars['Float'] | null) - lineup_2_score: (Scalars['Float'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'match_map_rounds_stddev_pop_fields' +export interface lobby_players_stddev_pop_fields { + invited_by_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'lobby_players_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface match_map_rounds_stddev_samp_fields { - lineup_1_money: (Scalars['Float'] | null) - lineup_1_score: (Scalars['Float'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - lineup_2_money: (Scalars['Float'] | null) - lineup_2_score: (Scalars['Float'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'match_map_rounds_stddev_samp_fields' +export interface lobby_players_stddev_samp_fields { + invited_by_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'lobby_players_stddev_samp_fields' } /** aggregate sum on columns */ -export interface match_map_rounds_sum_fields { - lineup_1_money: (Scalars['Int'] | null) - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Int'] | null) - lineup_2_money: (Scalars['Int'] | null) - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Int'] | null) - round: (Scalars['Int'] | null) - __typename: 'match_map_rounds_sum_fields' +export interface lobby_players_sum_fields { + invited_by_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'lobby_players_sum_fields' } -/** update columns of table "match_map_rounds" */ -export type match_map_rounds_update_column = 'backup_file' | 'created_at' | 'deleted_at' | 'id' | 'lineup_1_money' | 'lineup_1_score' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_money' | 'lineup_2_score' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'match_map_id' | 'round' | 'time' | 'winning_reason' | 'winning_side' +/** update columns of table "lobby_players" */ +export type lobby_players_update_column = 'captain' | 'invited_by_steam_id' | 'lobby_id' | 'status' | 'steam_id' /** aggregate var_pop on columns */ -export interface match_map_rounds_var_pop_fields { - lineup_1_money: (Scalars['Float'] | null) - lineup_1_score: (Scalars['Float'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - lineup_2_money: (Scalars['Float'] | null) - lineup_2_score: (Scalars['Float'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'match_map_rounds_var_pop_fields' +export interface lobby_players_var_pop_fields { + invited_by_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'lobby_players_var_pop_fields' } /** aggregate var_samp on columns */ -export interface match_map_rounds_var_samp_fields { - lineup_1_money: (Scalars['Float'] | null) - lineup_1_score: (Scalars['Float'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - lineup_2_money: (Scalars['Float'] | null) - lineup_2_score: (Scalars['Float'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'match_map_rounds_var_samp_fields' +export interface lobby_players_var_samp_fields { + invited_by_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'lobby_players_var_samp_fields' } /** aggregate variance on columns */ -export interface match_map_rounds_variance_fields { - lineup_1_money: (Scalars['Float'] | null) - lineup_1_score: (Scalars['Float'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - lineup_2_money: (Scalars['Float'] | null) - lineup_2_score: (Scalars['Float'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'match_map_rounds_variance_fields' +export interface lobby_players_variance_fields { + invited_by_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'lobby_players_variance_fields' } -/** columns and relationships of "match_map_veto_picks" */ -export interface match_map_veto_picks { - created_at: Scalars['timestamptz'] - id: Scalars['uuid'] - /** An object relationship */ - map: maps - map_id: Scalars['uuid'] - /** An object relationship */ - match: matches - match_id: Scalars['uuid'] +/** columns and relationships of "map_pools" */ +export interface map_pools { /** An object relationship */ - match_lineup: match_lineups - match_lineup_id: Scalars['uuid'] - side: (Scalars['String'] | null) - type: e_veto_pick_types_enum - __typename: 'match_map_veto_picks' + e_type: e_map_pool_types + enabled: Scalars['Boolean'] + id: Scalars['uuid'] + /** An array relationship */ + maps: v_pool_maps[] + /** An aggregate relationship */ + maps_aggregate: v_pool_maps_aggregate + seed: Scalars['Boolean'] + type: e_map_pool_types_enum + __typename: 'map_pools' } -/** aggregated selection of "match_map_veto_picks" */ -export interface match_map_veto_picks_aggregate { - aggregate: (match_map_veto_picks_aggregate_fields | null) - nodes: match_map_veto_picks[] - __typename: 'match_map_veto_picks_aggregate' +/** aggregated selection of "map_pools" */ +export interface map_pools_aggregate { + aggregate: (map_pools_aggregate_fields | null) + nodes: map_pools[] + __typename: 'map_pools_aggregate' } -/** aggregate fields of "match_map_veto_picks" */ -export interface match_map_veto_picks_aggregate_fields { +/** aggregate fields of "map_pools" */ +export interface map_pools_aggregate_fields { count: Scalars['Int'] - max: (match_map_veto_picks_max_fields | null) - min: (match_map_veto_picks_min_fields | null) - __typename: 'match_map_veto_picks_aggregate_fields' + max: (map_pools_max_fields | null) + min: (map_pools_min_fields | null) + __typename: 'map_pools_aggregate_fields' } -/** unique or primary key constraints on table "match_map_veto_picks" */ -export type match_map_veto_picks_constraint = 'match_map_veto_picks_map_id_match_id_type_key' | 'match_map_veto_picks_pkey' +/** unique or primary key constraints on table "map_pools" */ +export type map_pools_constraint = 'map_pools_pkey' /** aggregate max on columns */ -export interface match_map_veto_picks_max_fields { - created_at: (Scalars['timestamptz'] | null) +export interface map_pools_max_fields { id: (Scalars['uuid'] | null) - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - side: (Scalars['String'] | null) - __typename: 'match_map_veto_picks_max_fields' + __typename: 'map_pools_max_fields' } /** aggregate min on columns */ -export interface match_map_veto_picks_min_fields { - created_at: (Scalars['timestamptz'] | null) +export interface map_pools_min_fields { id: (Scalars['uuid'] | null) - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - side: (Scalars['String'] | null) - __typename: 'match_map_veto_picks_min_fields' + __typename: 'map_pools_min_fields' } -/** response of any mutation on the table "match_map_veto_picks" */ -export interface match_map_veto_picks_mutation_response { +/** response of any mutation on the table "map_pools" */ +export interface map_pools_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_map_veto_picks[] - __typename: 'match_map_veto_picks_mutation_response' + returning: map_pools[] + __typename: 'map_pools_mutation_response' } -/** select columns of table "match_map_veto_picks" */ -export type match_map_veto_picks_select_column = 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' +/** select columns of table "map_pools" */ +export type map_pools_select_column = 'enabled' | 'id' | 'seed' | 'type' -/** update columns of table "match_map_veto_picks" */ -export type match_map_veto_picks_update_column = 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' +/** update columns of table "map_pools" */ +export type map_pools_update_column = 'enabled' | 'id' | 'seed' | 'type' -/** columns and relationships of "match_maps" */ -export interface match_maps { - clips_count: Scalars['Int'] - created_at: Scalars['timestamptz'] - /** An array relationship */ - demos: match_map_demos[] - /** An aggregate relationship */ - demos_aggregate: match_map_demos_aggregate - /** A computed field, executes function "match_map_demo_download_url" */ - demos_download_url: (Scalars['String'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) +/** columns and relationships of "maps" */ +export interface maps { + active_pool: Scalars['Boolean'] /** An object relationship */ - e_match_map_status: e_match_map_status - ended_at: (Scalars['timestamptz'] | null) - /** An array relationship */ - flashes: player_flashes[] - /** An aggregate relationship */ - flashes_aggregate: player_flashes_aggregate + e_match_type: e_match_types + enabled: Scalars['Boolean'] id: Scalars['uuid'] - /** A computed field, executes function "is_current_match_map" */ - is_current_map: (Scalars['Boolean'] | null) - latest_clip_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_side: e_sides_enum - lineup_1_timeouts_available: Scalars['Int'] - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_side: (e_sides_enum | null) - lineup_2_timeouts_available: Scalars['Int'] - /** An object relationship */ - map: maps - map_id: Scalars['uuid'] - /** An object relationship */ - match: matches - /** An array relationship */ - match_clips: match_clips[] - /** An aggregate relationship */ - match_clips_aggregate: match_clips_aggregate - match_id: Scalars['uuid'] - /** An array relationship */ - objectives: player_objectives[] - /** An aggregate relationship */ - objectives_aggregate: player_objectives_aggregate - order: Scalars['Int'] - /** An array relationship */ - player_assists: player_assists[] - /** An aggregate relationship */ - player_assists_aggregate: player_assists_aggregate - /** An array relationship */ - player_damages: player_damages[] - /** An aggregate relationship */ - player_damages_aggregate: player_damages_aggregate - /** An array relationship */ - player_kills: player_kills[] - /** An aggregate relationship */ - player_kills_aggregate: player_kills_aggregate - /** An array relationship */ - player_unused_utilities: player_unused_utility[] - /** An aggregate relationship */ - player_unused_utilities_aggregate: player_unused_utility_aggregate - public_clips_count: Scalars['Int'] - public_latest_clip_at: (Scalars['timestamptz'] | null) - /** An array relationship */ - rounds: match_map_rounds[] - /** An aggregate relationship */ - rounds_aggregate: match_map_rounds_aggregate - started_at: (Scalars['timestamptz'] | null) - status: e_match_map_status_enum + label: (Scalars['String'] | null) /** An array relationship */ - utility: player_utility[] + match_maps: match_maps[] /** An aggregate relationship */ - utility_aggregate: player_utility_aggregate + match_maps_aggregate: match_maps_aggregate /** An array relationship */ - vetos: match_map_veto_picks[] + match_veto_picks: match_map_veto_picks[] /** An aggregate relationship */ - vetos_aggregate: match_map_veto_picks_aggregate - winning_lineup_id: (Scalars['uuid'] | null) - __typename: 'match_maps' + match_veto_picks_aggregate: match_map_veto_picks_aggregate + name: Scalars['String'] + patch: (Scalars['String'] | null) + poster: (Scalars['String'] | null) + type: e_match_types_enum + workshop_map_id: (Scalars['String'] | null) + __typename: 'maps' } -/** aggregated selection of "match_maps" */ -export interface match_maps_aggregate { - aggregate: (match_maps_aggregate_fields | null) - nodes: match_maps[] - __typename: 'match_maps_aggregate' +/** aggregated selection of "maps" */ +export interface maps_aggregate { + aggregate: (maps_aggregate_fields | null) + nodes: maps[] + __typename: 'maps_aggregate' } -/** aggregate fields of "match_maps" */ -export interface match_maps_aggregate_fields { - avg: (match_maps_avg_fields | null) +/** aggregate fields of "maps" */ +export interface maps_aggregate_fields { count: Scalars['Int'] - max: (match_maps_max_fields | null) - min: (match_maps_min_fields | null) - stddev: (match_maps_stddev_fields | null) - stddev_pop: (match_maps_stddev_pop_fields | null) - stddev_samp: (match_maps_stddev_samp_fields | null) - sum: (match_maps_sum_fields | null) - var_pop: (match_maps_var_pop_fields | null) - var_samp: (match_maps_var_samp_fields | null) - variance: (match_maps_variance_fields | null) - __typename: 'match_maps_aggregate_fields' -} - - -/** aggregate avg on columns */ -export interface match_maps_avg_fields { - clips_count: (Scalars['Float'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - public_clips_count: (Scalars['Float'] | null) - __typename: 'match_maps_avg_fields' + max: (maps_max_fields | null) + min: (maps_min_fields | null) + __typename: 'maps_aggregate_fields' } -/** unique or primary key constraints on table "match_maps" */ -export type match_maps_constraint = 'match_maps_match_id_order_key' | 'match_maps_pkey' +/** unique or primary key constraints on table "maps" */ +export type maps_constraint = 'maps_name_type_key' | 'maps_pkey' /** aggregate max on columns */ -export interface match_maps_max_fields { - clips_count: (Scalars['Int'] | null) - created_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "match_map_demo_download_url" */ - demos_download_url: (Scalars['String'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - ended_at: (Scalars['timestamptz'] | null) +export interface maps_max_fields { id: (Scalars['uuid'] | null) - latest_clip_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Int'] | null) - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - order: (Scalars['Int'] | null) - public_clips_count: (Scalars['Int'] | null) - public_latest_clip_at: (Scalars['timestamptz'] | null) - started_at: (Scalars['timestamptz'] | null) - winning_lineup_id: (Scalars['uuid'] | null) - __typename: 'match_maps_max_fields' + label: (Scalars['String'] | null) + name: (Scalars['String'] | null) + patch: (Scalars['String'] | null) + poster: (Scalars['String'] | null) + workshop_map_id: (Scalars['String'] | null) + __typename: 'maps_max_fields' } /** aggregate min on columns */ -export interface match_maps_min_fields { - clips_count: (Scalars['Int'] | null) - created_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "match_map_demo_download_url" */ - demos_download_url: (Scalars['String'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - ended_at: (Scalars['timestamptz'] | null) +export interface maps_min_fields { id: (Scalars['uuid'] | null) - latest_clip_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Int'] | null) - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - order: (Scalars['Int'] | null) - public_clips_count: (Scalars['Int'] | null) - public_latest_clip_at: (Scalars['timestamptz'] | null) - started_at: (Scalars['timestamptz'] | null) - winning_lineup_id: (Scalars['uuid'] | null) - __typename: 'match_maps_min_fields' + label: (Scalars['String'] | null) + name: (Scalars['String'] | null) + patch: (Scalars['String'] | null) + poster: (Scalars['String'] | null) + workshop_map_id: (Scalars['String'] | null) + __typename: 'maps_min_fields' } -/** response of any mutation on the table "match_maps" */ -export interface match_maps_mutation_response { +/** response of any mutation on the table "maps" */ +export interface maps_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_maps[] - __typename: 'match_maps_mutation_response' + returning: maps[] + __typename: 'maps_mutation_response' } -/** select columns of table "match_maps" */ -export type match_maps_select_column = 'clips_count' | 'created_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' +/** select columns of table "maps" */ +export type maps_select_column = 'active_pool' | 'enabled' | 'id' | 'label' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id' -/** aggregate stddev on columns */ -export interface match_maps_stddev_fields { - clips_count: (Scalars['Float'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - public_clips_count: (Scalars['Float'] | null) - __typename: 'match_maps_stddev_fields' -} +/** select "maps_aggregate_bool_exp_bool_and_arguments_columns" columns of table "maps" */ +export type maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns = 'active_pool' | 'enabled' -/** aggregate stddev_pop on columns */ -export interface match_maps_stddev_pop_fields { - clips_count: (Scalars['Float'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - public_clips_count: (Scalars['Float'] | null) - __typename: 'match_maps_stddev_pop_fields' -} +/** select "maps_aggregate_bool_exp_bool_or_arguments_columns" columns of table "maps" */ +export type maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns = 'active_pool' | 'enabled' -/** aggregate stddev_samp on columns */ -export interface match_maps_stddev_samp_fields { - clips_count: (Scalars['Float'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - public_clips_count: (Scalars['Float'] | null) - __typename: 'match_maps_stddev_samp_fields' -} +/** update columns of table "maps" */ +export type maps_update_column = 'active_pool' | 'enabled' | 'id' | 'label' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id' -/** aggregate sum on columns */ -export interface match_maps_sum_fields { - clips_count: (Scalars['Int'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Int'] | null) - order: (Scalars['Int'] | null) - public_clips_count: (Scalars['Int'] | null) - __typename: 'match_maps_sum_fields' +/** columns and relationships of "match_clips" */ +export interface match_clips { + created_at: Scalars['timestamptz'] + /** A computed field, executes function "clip_download_url" */ + download_url: (Scalars['String'] | null) + duration_ms: (Scalars['Int'] | null) + file: (Scalars['String'] | null) + id: Scalars['uuid'] + kills_count: (Scalars['Int'] | null) + /** An object relationship */ + match_map: match_maps + /** An object relationship */ + match_map_demo: (match_map_demos | null) + match_map_demo_id: (Scalars['uuid'] | null) + match_map_id: Scalars['uuid'] + /** An array relationship */ + render_jobs: clip_render_jobs[] + /** An aggregate relationship */ + render_jobs_aggregate: clip_render_jobs_aggregate + round: (Scalars['Int'] | null) + size: Scalars['bigint'] + /** An object relationship */ + target: (players | null) + target_steam_id: (Scalars['bigint'] | null) + /** A computed field, executes function "clip_thumbnail_download_url" */ + thumbnail_download_url: (Scalars['String'] | null) + thumbnail_url: (Scalars['String'] | null) + title: (Scalars['String'] | null) + /** An object relationship */ + user: (players | null) + user_steam_id: (Scalars['bigint'] | null) + views_count: Scalars['Int'] + visibility: e_match_clip_visibility_enum + __typename: 'match_clips' } -/** update columns of table "match_maps" */ -export type match_maps_update_column = 'clips_count' | 'created_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' +/** aggregated selection of "match_clips" */ +export interface match_clips_aggregate { + aggregate: (match_clips_aggregate_fields | null) + nodes: match_clips[] + __typename: 'match_clips_aggregate' +} -/** aggregate var_pop on columns */ -export interface match_maps_var_pop_fields { - clips_count: (Scalars['Float'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - public_clips_count: (Scalars['Float'] | null) - __typename: 'match_maps_var_pop_fields' +/** aggregate fields of "match_clips" */ +export interface match_clips_aggregate_fields { + avg: (match_clips_avg_fields | null) + count: Scalars['Int'] + max: (match_clips_max_fields | null) + min: (match_clips_min_fields | null) + stddev: (match_clips_stddev_fields | null) + stddev_pop: (match_clips_stddev_pop_fields | null) + stddev_samp: (match_clips_stddev_samp_fields | null) + sum: (match_clips_sum_fields | null) + var_pop: (match_clips_var_pop_fields | null) + var_samp: (match_clips_var_samp_fields | null) + variance: (match_clips_variance_fields | null) + __typename: 'match_clips_aggregate_fields' } -/** aggregate var_samp on columns */ -export interface match_maps_var_samp_fields { - clips_count: (Scalars['Float'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - public_clips_count: (Scalars['Float'] | null) - __typename: 'match_maps_var_samp_fields' +/** aggregate avg on columns */ +export interface match_clips_avg_fields { + duration_ms: (Scalars['Float'] | null) + kills_count: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + target_steam_id: (Scalars['Float'] | null) + user_steam_id: (Scalars['Float'] | null) + views_count: (Scalars['Float'] | null) + __typename: 'match_clips_avg_fields' } -/** aggregate variance on columns */ -export interface match_maps_variance_fields { - clips_count: (Scalars['Float'] | null) - /** A computed field, executes function "match_map_demo_total_size" */ - demos_total_size: (Scalars['Int'] | null) - /** A computed field, executes function "lineup_1_score" */ - lineup_1_score: (Scalars['Int'] | null) - lineup_1_timeouts_available: (Scalars['Float'] | null) - /** A computed field, executes function "lineup_2_score" */ - lineup_2_score: (Scalars['Int'] | null) - lineup_2_timeouts_available: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - public_clips_count: (Scalars['Float'] | null) - __typename: 'match_maps_variance_fields' -} - - -/** columns and relationships of "match_options" */ -export interface match_options { - auto_cancel_duration: (Scalars['Int'] | null) - auto_cancellation: Scalars['Boolean'] - best_of: Scalars['Int'] - check_in_setting: e_check_in_settings_enum - coaches: Scalars['Boolean'] - default_models: (Scalars['Boolean'] | null) - /** A computed field, executes function "has_active_matches" */ - has_active_matches: (Scalars['Boolean'] | null) - id: Scalars['uuid'] - invite_code: (Scalars['String'] | null) - knife_round: Scalars['Boolean'] - live_match_timeout: (Scalars['Int'] | null) - /** An object relationship */ - map_pool: map_pools - map_pool_id: Scalars['uuid'] - map_veto: Scalars['Boolean'] - match_mode: e_match_mode_enum - /** An array relationship */ - matches: matches[] - /** An aggregate relationship */ - matches_aggregate: matches_aggregate - mr: Scalars['Int'] - number_of_substitutes: Scalars['Int'] - overtime: Scalars['Boolean'] - prefer_dedicated_server: Scalars['Boolean'] - ready_setting: e_ready_settings_enum - region_veto: Scalars['Boolean'] - regions: (Scalars['String'][] | null) - tech_timeout_setting: e_timeout_settings_enum - timeout_setting: e_timeout_settings_enum - /** An object relationship */ - tournament: (tournaments | null) - /** An object relationship */ - tournament_bracket: (tournament_brackets | null) - /** An object relationship */ - tournament_stage: (tournament_stages | null) - tv_delay: Scalars['Int'] - type: e_match_types_enum - __typename: 'match_options' -} - - -/** aggregated selection of "match_options" */ -export interface match_options_aggregate { - aggregate: (match_options_aggregate_fields | null) - nodes: match_options[] - __typename: 'match_options_aggregate' -} - - -/** aggregate fields of "match_options" */ -export interface match_options_aggregate_fields { - avg: (match_options_avg_fields | null) - count: Scalars['Int'] - max: (match_options_max_fields | null) - min: (match_options_min_fields | null) - stddev: (match_options_stddev_fields | null) - stddev_pop: (match_options_stddev_pop_fields | null) - stddev_samp: (match_options_stddev_samp_fields | null) - sum: (match_options_sum_fields | null) - var_pop: (match_options_var_pop_fields | null) - var_samp: (match_options_var_samp_fields | null) - variance: (match_options_variance_fields | null) - __typename: 'match_options_aggregate_fields' -} - - -/** aggregate avg on columns */ -export interface match_options_avg_fields { - auto_cancel_duration: (Scalars['Float'] | null) - best_of: (Scalars['Float'] | null) - live_match_timeout: (Scalars['Float'] | null) - mr: (Scalars['Float'] | null) - number_of_substitutes: (Scalars['Float'] | null) - tv_delay: (Scalars['Float'] | null) - __typename: 'match_options_avg_fields' -} - - -/** unique or primary key constraints on table "match_options" */ -export type match_options_constraint = 'match_options_pkey' +/** unique or primary key constraints on table "match_clips" */ +export type match_clips_constraint = 'match_clips_pkey' /** aggregate max on columns */ -export interface match_options_max_fields { - auto_cancel_duration: (Scalars['Int'] | null) - best_of: (Scalars['Int'] | null) +export interface match_clips_max_fields { + created_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "clip_download_url" */ + download_url: (Scalars['String'] | null) + duration_ms: (Scalars['Int'] | null) + file: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - invite_code: (Scalars['String'] | null) - live_match_timeout: (Scalars['Int'] | null) - map_pool_id: (Scalars['uuid'] | null) - mr: (Scalars['Int'] | null) - number_of_substitutes: (Scalars['Int'] | null) - regions: (Scalars['String'][] | null) - tv_delay: (Scalars['Int'] | null) - __typename: 'match_options_max_fields' + kills_count: (Scalars['Int'] | null) + match_map_demo_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + round: (Scalars['Int'] | null) + size: (Scalars['bigint'] | null) + target_steam_id: (Scalars['bigint'] | null) + /** A computed field, executes function "clip_thumbnail_download_url" */ + thumbnail_download_url: (Scalars['String'] | null) + thumbnail_url: (Scalars['String'] | null) + title: (Scalars['String'] | null) + user_steam_id: (Scalars['bigint'] | null) + views_count: (Scalars['Int'] | null) + __typename: 'match_clips_max_fields' } /** aggregate min on columns */ -export interface match_options_min_fields { - auto_cancel_duration: (Scalars['Int'] | null) - best_of: (Scalars['Int'] | null) +export interface match_clips_min_fields { + created_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "clip_download_url" */ + download_url: (Scalars['String'] | null) + duration_ms: (Scalars['Int'] | null) + file: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - invite_code: (Scalars['String'] | null) - live_match_timeout: (Scalars['Int'] | null) - map_pool_id: (Scalars['uuid'] | null) - mr: (Scalars['Int'] | null) - number_of_substitutes: (Scalars['Int'] | null) - regions: (Scalars['String'][] | null) - tv_delay: (Scalars['Int'] | null) - __typename: 'match_options_min_fields' + kills_count: (Scalars['Int'] | null) + match_map_demo_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + round: (Scalars['Int'] | null) + size: (Scalars['bigint'] | null) + target_steam_id: (Scalars['bigint'] | null) + /** A computed field, executes function "clip_thumbnail_download_url" */ + thumbnail_download_url: (Scalars['String'] | null) + thumbnail_url: (Scalars['String'] | null) + title: (Scalars['String'] | null) + user_steam_id: (Scalars['bigint'] | null) + views_count: (Scalars['Int'] | null) + __typename: 'match_clips_min_fields' } -/** response of any mutation on the table "match_options" */ -export interface match_options_mutation_response { +/** response of any mutation on the table "match_clips" */ +export interface match_clips_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_options[] - __typename: 'match_options_mutation_response' + returning: match_clips[] + __typename: 'match_clips_mutation_response' } -/** select columns of table "match_options" */ -export type match_options_select_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' +/** select columns of table "match_clips" */ +export type match_clips_select_column = 'created_at' | 'duration_ms' | 'file' | 'id' | 'kills_count' | 'match_map_demo_id' | 'match_map_id' | 'round' | 'size' | 'target_steam_id' | 'thumbnail_url' | 'title' | 'user_steam_id' | 'views_count' | 'visibility' /** aggregate stddev on columns */ -export interface match_options_stddev_fields { - auto_cancel_duration: (Scalars['Float'] | null) - best_of: (Scalars['Float'] | null) - live_match_timeout: (Scalars['Float'] | null) - mr: (Scalars['Float'] | null) - number_of_substitutes: (Scalars['Float'] | null) - tv_delay: (Scalars['Float'] | null) - __typename: 'match_options_stddev_fields' +export interface match_clips_stddev_fields { + duration_ms: (Scalars['Float'] | null) + kills_count: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + target_steam_id: (Scalars['Float'] | null) + user_steam_id: (Scalars['Float'] | null) + views_count: (Scalars['Float'] | null) + __typename: 'match_clips_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface match_options_stddev_pop_fields { - auto_cancel_duration: (Scalars['Float'] | null) - best_of: (Scalars['Float'] | null) - live_match_timeout: (Scalars['Float'] | null) - mr: (Scalars['Float'] | null) - number_of_substitutes: (Scalars['Float'] | null) - tv_delay: (Scalars['Float'] | null) - __typename: 'match_options_stddev_pop_fields' +export interface match_clips_stddev_pop_fields { + duration_ms: (Scalars['Float'] | null) + kills_count: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + target_steam_id: (Scalars['Float'] | null) + user_steam_id: (Scalars['Float'] | null) + views_count: (Scalars['Float'] | null) + __typename: 'match_clips_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface match_options_stddev_samp_fields { - auto_cancel_duration: (Scalars['Float'] | null) - best_of: (Scalars['Float'] | null) - live_match_timeout: (Scalars['Float'] | null) - mr: (Scalars['Float'] | null) - number_of_substitutes: (Scalars['Float'] | null) - tv_delay: (Scalars['Float'] | null) - __typename: 'match_options_stddev_samp_fields' +export interface match_clips_stddev_samp_fields { + duration_ms: (Scalars['Float'] | null) + kills_count: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + target_steam_id: (Scalars['Float'] | null) + user_steam_id: (Scalars['Float'] | null) + views_count: (Scalars['Float'] | null) + __typename: 'match_clips_stddev_samp_fields' } /** aggregate sum on columns */ -export interface match_options_sum_fields { - auto_cancel_duration: (Scalars['Int'] | null) - best_of: (Scalars['Int'] | null) - live_match_timeout: (Scalars['Int'] | null) - mr: (Scalars['Int'] | null) - number_of_substitutes: (Scalars['Int'] | null) - tv_delay: (Scalars['Int'] | null) - __typename: 'match_options_sum_fields' +export interface match_clips_sum_fields { + duration_ms: (Scalars['Int'] | null) + kills_count: (Scalars['Int'] | null) + round: (Scalars['Int'] | null) + size: (Scalars['bigint'] | null) + target_steam_id: (Scalars['bigint'] | null) + user_steam_id: (Scalars['bigint'] | null) + views_count: (Scalars['Int'] | null) + __typename: 'match_clips_sum_fields' } -/** update columns of table "match_options" */ -export type match_options_update_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' +/** update columns of table "match_clips" */ +export type match_clips_update_column = 'created_at' | 'duration_ms' | 'file' | 'id' | 'kills_count' | 'match_map_demo_id' | 'match_map_id' | 'round' | 'size' | 'target_steam_id' | 'thumbnail_url' | 'title' | 'user_steam_id' | 'views_count' | 'visibility' /** aggregate var_pop on columns */ -export interface match_options_var_pop_fields { - auto_cancel_duration: (Scalars['Float'] | null) - best_of: (Scalars['Float'] | null) - live_match_timeout: (Scalars['Float'] | null) - mr: (Scalars['Float'] | null) - number_of_substitutes: (Scalars['Float'] | null) - tv_delay: (Scalars['Float'] | null) - __typename: 'match_options_var_pop_fields' +export interface match_clips_var_pop_fields { + duration_ms: (Scalars['Float'] | null) + kills_count: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + target_steam_id: (Scalars['Float'] | null) + user_steam_id: (Scalars['Float'] | null) + views_count: (Scalars['Float'] | null) + __typename: 'match_clips_var_pop_fields' } /** aggregate var_samp on columns */ -export interface match_options_var_samp_fields { - auto_cancel_duration: (Scalars['Float'] | null) - best_of: (Scalars['Float'] | null) - live_match_timeout: (Scalars['Float'] | null) - mr: (Scalars['Float'] | null) - number_of_substitutes: (Scalars['Float'] | null) - tv_delay: (Scalars['Float'] | null) - __typename: 'match_options_var_samp_fields' +export interface match_clips_var_samp_fields { + duration_ms: (Scalars['Float'] | null) + kills_count: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + target_steam_id: (Scalars['Float'] | null) + user_steam_id: (Scalars['Float'] | null) + views_count: (Scalars['Float'] | null) + __typename: 'match_clips_var_samp_fields' } /** aggregate variance on columns */ -export interface match_options_variance_fields { - auto_cancel_duration: (Scalars['Float'] | null) - best_of: (Scalars['Float'] | null) - live_match_timeout: (Scalars['Float'] | null) - mr: (Scalars['Float'] | null) - number_of_substitutes: (Scalars['Float'] | null) - tv_delay: (Scalars['Float'] | null) - __typename: 'match_options_variance_fields' +export interface match_clips_variance_fields { + duration_ms: (Scalars['Float'] | null) + kills_count: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + target_steam_id: (Scalars['Float'] | null) + user_steam_id: (Scalars['Float'] | null) + views_count: (Scalars['Float'] | null) + __typename: 'match_clips_variance_fields' } -/** columns and relationships of "match_region_veto_picks" */ -export interface match_region_veto_picks { +/** columns and relationships of "match_demo_sessions" */ +export interface match_demo_sessions { created_at: Scalars['timestamptz'] - id: Scalars['uuid'] - /** An object relationship */ - match: matches - match_id: Scalars['uuid'] - /** An object relationship */ - match_lineup: match_lineups - match_lineup_id: Scalars['uuid'] - region: Scalars['String'] - type: e_veto_pick_types_enum - __typename: 'match_region_veto_picks' -} - - -/** aggregated selection of "match_region_veto_picks" */ -export interface match_region_veto_picks_aggregate { - aggregate: (match_region_veto_picks_aggregate_fields | null) - nodes: match_region_veto_picks[] - __typename: 'match_region_veto_picks_aggregate' -} - - -/** aggregate fields of "match_region_veto_picks" */ -export interface match_region_veto_picks_aggregate_fields { - count: Scalars['Int'] - max: (match_region_veto_picks_max_fields | null) - min: (match_region_veto_picks_min_fields | null) - __typename: 'match_region_veto_picks_aggregate_fields' -} - - -/** unique or primary key constraints on table "match_region_veto_picks" */ -export type match_region_veto_picks_constraint = 'match_region_veto_picks_match_id_region_key' | 'match_region_veto_picks_pkey' - - -/** aggregate max on columns */ -export interface match_region_veto_picks_max_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - region: (Scalars['String'] | null) - __typename: 'match_region_veto_picks_max_fields' -} - - -/** aggregate min on columns */ -export interface match_region_veto_picks_min_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - region: (Scalars['String'] | null) - __typename: 'match_region_veto_picks_min_fields' -} - - -/** response of any mutation on the table "match_region_veto_picks" */ -export interface match_region_veto_picks_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: match_region_veto_picks[] - __typename: 'match_region_veto_picks_mutation_response' -} - - -/** select columns of table "match_region_veto_picks" */ -export type match_region_veto_picks_select_column = 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' - - -/** update columns of table "match_region_veto_picks" */ -export type match_region_veto_picks_update_column = 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' - - -/** columns and relationships of "match_streams" */ -export interface match_streams { - autodirector: Scalars['Boolean'] error_message: (Scalars['String'] | null) /** An object relationship */ game_server_node: (game_server_nodes | null) game_server_node_id: (Scalars['String'] | null) id: Scalars['uuid'] - is_game_streamer: Scalars['Boolean'] - is_live: Scalars['Boolean'] - k8s_service_name: (Scalars['String'] | null) - last_status_at: (Scalars['timestamptz'] | null) - link: Scalars['String'] + k8s_job_name: Scalars['String'] + last_activity_at: Scalars['timestamptz'] + last_status_at: Scalars['timestamptz'] /** An object relationship */ match: matches match_id: Scalars['uuid'] - mode: Scalars['String'] - priority: Scalars['Int'] - status: (Scalars['String'] | null) + /** An object relationship */ + match_map: match_maps + /** An object relationship */ + match_map_demo: (match_map_demos | null) + match_map_demo_id: (Scalars['uuid'] | null) + match_map_id: Scalars['uuid'] + status: Scalars['String'] status_history: Scalars['jsonb'] stream_url: (Scalars['String'] | null) - title: Scalars['String'] - __typename: 'match_streams' + /** An object relationship */ + watcher: players + watcher_steam_id: Scalars['bigint'] + __typename: 'match_demo_sessions' } -/** aggregated selection of "match_streams" */ -export interface match_streams_aggregate { - aggregate: (match_streams_aggregate_fields | null) - nodes: match_streams[] - __typename: 'match_streams_aggregate' +/** aggregated selection of "match_demo_sessions" */ +export interface match_demo_sessions_aggregate { + aggregate: (match_demo_sessions_aggregate_fields | null) + nodes: match_demo_sessions[] + __typename: 'match_demo_sessions_aggregate' } -/** aggregate fields of "match_streams" */ -export interface match_streams_aggregate_fields { - avg: (match_streams_avg_fields | null) +/** aggregate fields of "match_demo_sessions" */ +export interface match_demo_sessions_aggregate_fields { + avg: (match_demo_sessions_avg_fields | null) count: Scalars['Int'] - max: (match_streams_max_fields | null) - min: (match_streams_min_fields | null) - stddev: (match_streams_stddev_fields | null) - stddev_pop: (match_streams_stddev_pop_fields | null) - stddev_samp: (match_streams_stddev_samp_fields | null) - sum: (match_streams_sum_fields | null) - var_pop: (match_streams_var_pop_fields | null) - var_samp: (match_streams_var_samp_fields | null) - variance: (match_streams_variance_fields | null) - __typename: 'match_streams_aggregate_fields' + max: (match_demo_sessions_max_fields | null) + min: (match_demo_sessions_min_fields | null) + stddev: (match_demo_sessions_stddev_fields | null) + stddev_pop: (match_demo_sessions_stddev_pop_fields | null) + stddev_samp: (match_demo_sessions_stddev_samp_fields | null) + sum: (match_demo_sessions_sum_fields | null) + var_pop: (match_demo_sessions_var_pop_fields | null) + var_samp: (match_demo_sessions_var_samp_fields | null) + variance: (match_demo_sessions_variance_fields | null) + __typename: 'match_demo_sessions_aggregate_fields' } /** aggregate avg on columns */ -export interface match_streams_avg_fields { - priority: (Scalars['Float'] | null) - __typename: 'match_streams_avg_fields' +export interface match_demo_sessions_avg_fields { + watcher_steam_id: (Scalars['Float'] | null) + __typename: 'match_demo_sessions_avg_fields' } -/** unique or primary key constraints on table "match_streams" */ -export type match_streams_constraint = 'match_streams_pkey' +/** unique or primary key constraints on table "match_demo_sessions" */ +export type match_demo_sessions_constraint = 'match_demo_sessions_per_user_per_map_uniq' | 'match_demo_sessions_pkey' /** aggregate max on columns */ -export interface match_streams_max_fields { +export interface match_demo_sessions_max_fields { + created_at: (Scalars['timestamptz'] | null) error_message: (Scalars['String'] | null) game_server_node_id: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - k8s_service_name: (Scalars['String'] | null) + k8s_job_name: (Scalars['String'] | null) + last_activity_at: (Scalars['timestamptz'] | null) last_status_at: (Scalars['timestamptz'] | null) - link: (Scalars['String'] | null) match_id: (Scalars['uuid'] | null) - mode: (Scalars['String'] | null) - priority: (Scalars['Int'] | null) + match_map_demo_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) status: (Scalars['String'] | null) stream_url: (Scalars['String'] | null) - title: (Scalars['String'] | null) - __typename: 'match_streams_max_fields' + watcher_steam_id: (Scalars['bigint'] | null) + __typename: 'match_demo_sessions_max_fields' } /** aggregate min on columns */ -export interface match_streams_min_fields { +export interface match_demo_sessions_min_fields { + created_at: (Scalars['timestamptz'] | null) error_message: (Scalars['String'] | null) game_server_node_id: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - k8s_service_name: (Scalars['String'] | null) + k8s_job_name: (Scalars['String'] | null) + last_activity_at: (Scalars['timestamptz'] | null) last_status_at: (Scalars['timestamptz'] | null) - link: (Scalars['String'] | null) match_id: (Scalars['uuid'] | null) - mode: (Scalars['String'] | null) - priority: (Scalars['Int'] | null) + match_map_demo_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) status: (Scalars['String'] | null) stream_url: (Scalars['String'] | null) - title: (Scalars['String'] | null) - __typename: 'match_streams_min_fields' + watcher_steam_id: (Scalars['bigint'] | null) + __typename: 'match_demo_sessions_min_fields' } -/** response of any mutation on the table "match_streams" */ -export interface match_streams_mutation_response { +/** response of any mutation on the table "match_demo_sessions" */ +export interface match_demo_sessions_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_streams[] - __typename: 'match_streams_mutation_response' + returning: match_demo_sessions[] + __typename: 'match_demo_sessions_mutation_response' } -/** select columns of table "match_streams" */ -export type match_streams_select_column = 'autodirector' | 'error_message' | 'game_server_node_id' | 'id' | 'is_game_streamer' | 'is_live' | 'k8s_service_name' | 'last_status_at' | 'link' | 'match_id' | 'mode' | 'priority' | 'status' | 'status_history' | 'stream_url' | 'title' - - -/** select "match_streams_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_streams" */ -export type match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns = 'autodirector' | 'is_game_streamer' | 'is_live' - - -/** select "match_streams_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_streams" */ -export type match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns = 'autodirector' | 'is_game_streamer' | 'is_live' +/** select columns of table "match_demo_sessions" */ +export type match_demo_sessions_select_column = 'created_at' | 'error_message' | 'game_server_node_id' | 'id' | 'k8s_job_name' | 'last_activity_at' | 'last_status_at' | 'match_id' | 'match_map_demo_id' | 'match_map_id' | 'status' | 'status_history' | 'stream_url' | 'watcher_steam_id' /** aggregate stddev on columns */ -export interface match_streams_stddev_fields { - priority: (Scalars['Float'] | null) - __typename: 'match_streams_stddev_fields' +export interface match_demo_sessions_stddev_fields { + watcher_steam_id: (Scalars['Float'] | null) + __typename: 'match_demo_sessions_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface match_streams_stddev_pop_fields { - priority: (Scalars['Float'] | null) - __typename: 'match_streams_stddev_pop_fields' +export interface match_demo_sessions_stddev_pop_fields { + watcher_steam_id: (Scalars['Float'] | null) + __typename: 'match_demo_sessions_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface match_streams_stddev_samp_fields { - priority: (Scalars['Float'] | null) - __typename: 'match_streams_stddev_samp_fields' +export interface match_demo_sessions_stddev_samp_fields { + watcher_steam_id: (Scalars['Float'] | null) + __typename: 'match_demo_sessions_stddev_samp_fields' } /** aggregate sum on columns */ -export interface match_streams_sum_fields { - priority: (Scalars['Int'] | null) - __typename: 'match_streams_sum_fields' +export interface match_demo_sessions_sum_fields { + watcher_steam_id: (Scalars['bigint'] | null) + __typename: 'match_demo_sessions_sum_fields' } -/** update columns of table "match_streams" */ -export type match_streams_update_column = 'autodirector' | 'error_message' | 'game_server_node_id' | 'id' | 'is_game_streamer' | 'is_live' | 'k8s_service_name' | 'last_status_at' | 'link' | 'match_id' | 'mode' | 'priority' | 'status' | 'status_history' | 'stream_url' | 'title' +/** update columns of table "match_demo_sessions" */ +export type match_demo_sessions_update_column = 'created_at' | 'error_message' | 'game_server_node_id' | 'id' | 'k8s_job_name' | 'last_activity_at' | 'last_status_at' | 'match_id' | 'match_map_demo_id' | 'match_map_id' | 'status' | 'status_history' | 'stream_url' | 'watcher_steam_id' /** aggregate var_pop on columns */ -export interface match_streams_var_pop_fields { - priority: (Scalars['Float'] | null) - __typename: 'match_streams_var_pop_fields' +export interface match_demo_sessions_var_pop_fields { + watcher_steam_id: (Scalars['Float'] | null) + __typename: 'match_demo_sessions_var_pop_fields' } /** aggregate var_samp on columns */ -export interface match_streams_var_samp_fields { - priority: (Scalars['Float'] | null) - __typename: 'match_streams_var_samp_fields' +export interface match_demo_sessions_var_samp_fields { + watcher_steam_id: (Scalars['Float'] | null) + __typename: 'match_demo_sessions_var_samp_fields' } /** aggregate variance on columns */ -export interface match_streams_variance_fields { - priority: (Scalars['Float'] | null) - __typename: 'match_streams_variance_fields' +export interface match_demo_sessions_variance_fields { + watcher_steam_id: (Scalars['Float'] | null) + __typename: 'match_demo_sessions_variance_fields' } -/** columns and relationships of "match_type_cfgs" */ -export interface match_type_cfgs { - cfg: Scalars['String'] - type: e_game_cfg_types_enum - __typename: 'match_type_cfgs' +/** relational table for assigning a players to a match and lineup */ +export interface match_lineup_players { + captain: Scalars['Boolean'] + checked_in: Scalars['Boolean'] + discord_id: (Scalars['String'] | null) + id: Scalars['uuid'] + /** An object relationship */ + lineup: match_lineups + match_lineup_id: Scalars['uuid'] + placeholder_name: (Scalars['String'] | null) + /** An object relationship */ + player: (players | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'match_lineup_players' } -/** aggregated selection of "match_type_cfgs" */ -export interface match_type_cfgs_aggregate { - aggregate: (match_type_cfgs_aggregate_fields | null) - nodes: match_type_cfgs[] - __typename: 'match_type_cfgs_aggregate' +/** aggregated selection of "match_lineup_players" */ +export interface match_lineup_players_aggregate { + aggregate: (match_lineup_players_aggregate_fields | null) + nodes: match_lineup_players[] + __typename: 'match_lineup_players_aggregate' } -/** aggregate fields of "match_type_cfgs" */ -export interface match_type_cfgs_aggregate_fields { +/** aggregate fields of "match_lineup_players" */ +export interface match_lineup_players_aggregate_fields { + avg: (match_lineup_players_avg_fields | null) count: Scalars['Int'] - max: (match_type_cfgs_max_fields | null) - min: (match_type_cfgs_min_fields | null) - __typename: 'match_type_cfgs_aggregate_fields' + max: (match_lineup_players_max_fields | null) + min: (match_lineup_players_min_fields | null) + stddev: (match_lineup_players_stddev_fields | null) + stddev_pop: (match_lineup_players_stddev_pop_fields | null) + stddev_samp: (match_lineup_players_stddev_samp_fields | null) + sum: (match_lineup_players_sum_fields | null) + var_pop: (match_lineup_players_var_pop_fields | null) + var_samp: (match_lineup_players_var_samp_fields | null) + variance: (match_lineup_players_variance_fields | null) + __typename: 'match_lineup_players_aggregate_fields' } -/** unique or primary key constraints on table "match_type_cfgs" */ -export type match_type_cfgs_constraint = 'match_type_cfgs_pkey' +/** aggregate avg on columns */ +export interface match_lineup_players_avg_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'match_lineup_players_avg_fields' +} + + +/** unique or primary key constraints on table "match_lineup_players" */ +export type match_lineup_players_constraint = 'match_lineup_players_match_lineup_id_placeholder_name_key' | 'match_lineup_players_match_lineup_id_steam_id_key' | 'match_members_pkey' /** aggregate max on columns */ -export interface match_type_cfgs_max_fields { - cfg: (Scalars['String'] | null) - __typename: 'match_type_cfgs_max_fields' +export interface match_lineup_players_max_fields { + discord_id: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + placeholder_name: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'match_lineup_players_max_fields' } /** aggregate min on columns */ -export interface match_type_cfgs_min_fields { - cfg: (Scalars['String'] | null) - __typename: 'match_type_cfgs_min_fields' +export interface match_lineup_players_min_fields { + discord_id: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + placeholder_name: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'match_lineup_players_min_fields' } -/** response of any mutation on the table "match_type_cfgs" */ -export interface match_type_cfgs_mutation_response { +/** response of any mutation on the table "match_lineup_players" */ +export interface match_lineup_players_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: match_type_cfgs[] - __typename: 'match_type_cfgs_mutation_response' + returning: match_lineup_players[] + __typename: 'match_lineup_players_mutation_response' } -/** select columns of table "match_type_cfgs" */ -export type match_type_cfgs_select_column = 'cfg' | 'type' +/** select columns of table "match_lineup_players" */ +export type match_lineup_players_select_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'match_lineup_id' | 'placeholder_name' | 'steam_id' -/** update columns of table "match_type_cfgs" */ -export type match_type_cfgs_update_column = 'cfg' | 'type' +/** select "match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_lineup_players" */ +export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns = 'captain' | 'checked_in' -/** columns and relationships of "matches" */ -export interface matches { - /** A computed field, executes function "can_assign_server_to_match" */ - can_assign_server: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_cancel_match" */ - can_cancel: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_check_in" */ - can_check_in: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_reassign_winner" */ - can_reassign_winner: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_schedule_match" */ - can_schedule: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_start_match" */ - can_start: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_stream_live" */ - can_stream_live: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_stream_tv" */ - can_stream_tv: (Scalars['Boolean'] | null) - cancels_at: (Scalars['timestamptz'] | null) - /** An array relationship */ - clutches: v_match_clutches[] - /** An aggregate relationship */ - clutches_aggregate: v_match_clutches_aggregate - /** A computed field, executes function "get_match_connection_link" */ - connection_link: (Scalars['String'] | null) - /** A computed field, executes function "get_match_connection_string" */ - connection_string: (Scalars['String'] | null) - created_at: Scalars['timestamptz'] - /** A computed field, executes function "get_current_match_map" */ - current_match_map_id: (Scalars['uuid'] | null) - /** An array relationship */ - demos: match_map_demos[] - /** An aggregate relationship */ - demos_aggregate: match_map_demos_aggregate - /** An array relationship */ - draft_games: draft_games[] - /** An aggregate relationship */ - draft_games_aggregate: draft_games_aggregate +/** select "match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_lineup_players" */ +export type match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns = 'captain' | 'checked_in' + + +/** aggregate stddev on columns */ +export interface match_lineup_players_stddev_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'match_lineup_players_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface match_lineup_players_stddev_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'match_lineup_players_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface match_lineup_players_stddev_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'match_lineup_players_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface match_lineup_players_sum_fields { + steam_id: (Scalars['bigint'] | null) + __typename: 'match_lineup_players_sum_fields' +} + + +/** update columns of table "match_lineup_players" */ +export type match_lineup_players_update_column = 'captain' | 'checked_in' | 'discord_id' | 'id' | 'match_lineup_id' | 'placeholder_name' | 'steam_id' + + +/** aggregate var_pop on columns */ +export interface match_lineup_players_var_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'match_lineup_players_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface match_lineup_players_var_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'match_lineup_players_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface match_lineup_players_variance_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'match_lineup_players_variance_fields' +} + + +/** relational table for assigning a team to a match and lineup */ +export interface match_lineups { + /** A computed field, executes function "can_pick_map_veto" */ + can_pick_map_veto: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_pick_region_veto" */ + can_pick_region_veto: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_update_lineup" */ + can_update_lineup: (Scalars['Boolean'] | null) /** An object relationship */ - e_match_status: e_match_status + captain: (v_match_captains | null) /** An object relationship */ - e_region: (server_regions | null) - effective_at: (Scalars['timestamptz'] | null) - /** An array relationship */ - elo_changes: v_player_elo[] - /** An aggregate relationship */ - elo_changes_aggregate: v_player_elo_aggregate - ended_at: (Scalars['timestamptz'] | null) - external_id: (Scalars['String'] | null) + coach: (players | null) + coach_steam_id: (Scalars['bigint'] | null) id: Scalars['uuid'] - /** A computed field, executes function "match_invite_code" */ - invite_code: (Scalars['String'] | null) - /** A computed field, executes function "is_captain" */ - is_captain: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_coach" */ - is_coach: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_friend_in_match_lineup" */ - is_friend_in_match_lineup: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_in_lineup" */ - is_in_lineup: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_match_server_available" */ - is_match_server_available: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_match_organizer" */ - is_organizer: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_server_online" */ - is_server_online: (Scalars['Boolean'] | null) - /** A computed field, executes function "is_tournament_match" */ - is_tournament_match: (Scalars['Boolean'] | null) - label: (Scalars['String'] | null) - /** An object relationship */ - lineup_1: match_lineups - lineup_1_id: Scalars['uuid'] - /** An object relationship */ - lineup_2: match_lineups - lineup_2_id: Scalars['uuid'] - /** A computed field, executes function "get_lineup_counts" */ - lineup_counts: (Scalars['json'] | null) - /** A computed field, executes function "get_map_veto_picking_lineup_id" */ - map_veto_picking_lineup_id: (Scalars['uuid'] | null) - /** An array relationship */ - map_veto_picks: match_map_veto_picks[] - /** An aggregate relationship */ - map_veto_picks_aggregate: match_map_veto_picks_aggregate - /** A computed field, executes function "get_map_veto_type" */ - map_veto_type: (Scalars['String'] | null) - /** An array relationship */ - match_maps: match_maps[] - /** An aggregate relationship */ - match_maps_aggregate: match_maps_aggregate - match_options_id: (Scalars['uuid'] | null) - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - /** An array relationship */ - opening_duels: v_match_player_opening_duels[] - /** An aggregate relationship */ - opening_duels_aggregate: v_match_player_opening_duels_aggregate - /** An object relationship */ - options: (match_options | null) - /** An object relationship */ - organizer: (players | null) - organizer_steam_id: (Scalars['bigint'] | null) - password: Scalars['String'] - /** An array relationship */ - player_assists: player_assists[] - /** An aggregate relationship */ - player_assists_aggregate: player_assists_aggregate - /** An array relationship */ - player_damages: player_damages[] - /** An aggregate relationship */ - player_damages_aggregate: player_damages_aggregate - /** An array relationship */ - player_flashes: player_flashes[] - /** An aggregate relationship */ - player_flashes_aggregate: player_flashes_aggregate - /** An array relationship */ - player_kills: player_kills[] - /** An aggregate relationship */ - player_kills_aggregate: player_kills_aggregate - /** An array relationship */ - player_objectives: player_objectives[] - /** An aggregate relationship */ - player_objectives_aggregate: player_objectives_aggregate - /** An array relationship */ - player_unused_utilities: player_unused_utility[] - /** An aggregate relationship */ - player_unused_utilities_aggregate: player_unused_utility_aggregate - /** An array relationship */ - player_utility: player_utility[] - /** An aggregate relationship */ - player_utility_aggregate: player_utility_aggregate - region: (Scalars['String'] | null) - /** A computed field, executes function "get_region_veto_picking_lineup_id" */ - region_veto_picking_lineup_id: (Scalars['uuid'] | null) + /** A computed field, executes function "is_on_lineup" */ + is_on_lineup: (Scalars['Boolean'] | null) + /** A computed field, executes function "lineup_is_picking_map_veto" */ + is_picking_map_veto: (Scalars['Boolean'] | null) + /** A computed field, executes function "lineup_is_picking_region_veto" */ + is_picking_region_veto: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_match_lineup_ready" */ + is_ready: (Scalars['Boolean'] | null) /** An array relationship */ - region_veto_picks: match_region_veto_picks[] + lineup_players: match_lineup_players[] /** An aggregate relationship */ - region_veto_picks_aggregate: match_region_veto_picks_aggregate - /** A computed field, executes function "match_requested_organizer" */ - requested_organizer: (Scalars['Boolean'] | null) - scheduled_at: (Scalars['timestamptz'] | null) + lineup_players_aggregate: match_lineup_players_aggregate /** An object relationship */ - server: (servers | null) - server_error: (Scalars['String'] | null) - server_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_match_server_region" */ - server_region: (Scalars['String'] | null) - /** A computed field, executes function "get_match_server_type" */ - server_type: (Scalars['String'] | null) - source: Scalars['String'] - started_at: (Scalars['timestamptz'] | null) - status: e_match_status_enum - /** An array relationship */ - streams: match_streams[] - /** An aggregate relationship */ - streams_aggregate: match_streams_aggregate - /** A computed field, executes function "get_match_teams" */ - teams: (teams[] | null) + match: (matches | null) + match_id: (Scalars['uuid'] | null) /** An array relationship */ - tournament_brackets: tournament_brackets[] + match_veto_picks: match_map_veto_picks[] /** An aggregate relationship */ - tournament_brackets_aggregate: tournament_brackets_aggregate - /** A computed field, executes function "get_match_tv_connection_string" */ - tv_connection_string: (Scalars['String'] | null) + match_veto_picks_aggregate: match_map_veto_picks_aggregate + /** A computed field, executes function "get_team_name" */ + name: (Scalars['String'] | null) /** An object relationship */ - winner: (match_lineups | null) - winning_lineup_id: (Scalars['uuid'] | null) - __typename: 'matches' + team: (teams | null) + team_id: (Scalars['uuid'] | null) + team_name: (Scalars['String'] | null) + __typename: 'match_lineups' } -/** aggregated selection of "matches" */ -export interface matches_aggregate { - aggregate: (matches_aggregate_fields | null) - nodes: matches[] - __typename: 'matches_aggregate' +/** aggregated selection of "match_lineups" */ +export interface match_lineups_aggregate { + aggregate: (match_lineups_aggregate_fields | null) + nodes: match_lineups[] + __typename: 'match_lineups_aggregate' } -/** aggregate fields of "matches" */ -export interface matches_aggregate_fields { - avg: (matches_avg_fields | null) +/** aggregate fields of "match_lineups" */ +export interface match_lineups_aggregate_fields { + avg: (match_lineups_avg_fields | null) count: Scalars['Int'] - max: (matches_max_fields | null) - min: (matches_min_fields | null) - stddev: (matches_stddev_fields | null) - stddev_pop: (matches_stddev_pop_fields | null) - stddev_samp: (matches_stddev_samp_fields | null) - sum: (matches_sum_fields | null) - var_pop: (matches_var_pop_fields | null) - var_samp: (matches_var_samp_fields | null) - variance: (matches_variance_fields | null) - __typename: 'matches_aggregate_fields' + max: (match_lineups_max_fields | null) + min: (match_lineups_min_fields | null) + stddev: (match_lineups_stddev_fields | null) + stddev_pop: (match_lineups_stddev_pop_fields | null) + stddev_samp: (match_lineups_stddev_samp_fields | null) + sum: (match_lineups_sum_fields | null) + var_pop: (match_lineups_var_pop_fields | null) + var_samp: (match_lineups_var_samp_fields | null) + variance: (match_lineups_variance_fields | null) + __typename: 'match_lineups_aggregate_fields' } /** aggregate avg on columns */ -export interface matches_avg_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'matches_avg_fields' +export interface match_lineups_avg_fields { + coach_steam_id: (Scalars['Float'] | null) + __typename: 'match_lineups_avg_fields' } -/** unique or primary key constraints on table "matches" */ -export type matches_constraint = 'matches_lineup_1_id_key' | 'matches_lineup_1_id_lineup_2_id_key' | 'matches_lineup_2_id_key' | 'matches_pkey' | 'uq_matches_source_external_id' +/** unique or primary key constraints on table "match_lineups" */ +export type match_lineups_constraint = 'match_teams_pkey' /** aggregate max on columns */ -export interface matches_max_fields { - cancels_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "get_match_connection_link" */ - connection_link: (Scalars['String'] | null) - /** A computed field, executes function "get_match_connection_string" */ - connection_string: (Scalars['String'] | null) - created_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "get_current_match_map" */ - current_match_map_id: (Scalars['uuid'] | null) - effective_at: (Scalars['timestamptz'] | null) - ended_at: (Scalars['timestamptz'] | null) - external_id: (Scalars['String'] | null) +export interface match_lineups_max_fields { + coach_steam_id: (Scalars['bigint'] | null) id: (Scalars['uuid'] | null) - /** A computed field, executes function "match_invite_code" */ - invite_code: (Scalars['String'] | null) - label: (Scalars['String'] | null) - lineup_1_id: (Scalars['uuid'] | null) - lineup_2_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_map_veto_picking_lineup_id" */ - map_veto_picking_lineup_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_map_veto_type" */ - map_veto_type: (Scalars['String'] | null) - match_options_id: (Scalars['uuid'] | null) - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['bigint'] | null) - password: (Scalars['String'] | null) - region: (Scalars['String'] | null) - /** A computed field, executes function "get_region_veto_picking_lineup_id" */ - region_veto_picking_lineup_id: (Scalars['uuid'] | null) - scheduled_at: (Scalars['timestamptz'] | null) - server_error: (Scalars['String'] | null) - server_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_match_server_region" */ - server_region: (Scalars['String'] | null) - /** A computed field, executes function "get_match_server_type" */ - server_type: (Scalars['String'] | null) - source: (Scalars['String'] | null) - started_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "get_match_tv_connection_string" */ - tv_connection_string: (Scalars['String'] | null) - winning_lineup_id: (Scalars['uuid'] | null) - __typename: 'matches_max_fields' + match_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_team_name" */ + name: (Scalars['String'] | null) + team_id: (Scalars['uuid'] | null) + team_name: (Scalars['String'] | null) + __typename: 'match_lineups_max_fields' } /** aggregate min on columns */ -export interface matches_min_fields { - cancels_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "get_match_connection_link" */ - connection_link: (Scalars['String'] | null) - /** A computed field, executes function "get_match_connection_string" */ - connection_string: (Scalars['String'] | null) - created_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "get_current_match_map" */ - current_match_map_id: (Scalars['uuid'] | null) - effective_at: (Scalars['timestamptz'] | null) - ended_at: (Scalars['timestamptz'] | null) - external_id: (Scalars['String'] | null) +export interface match_lineups_min_fields { + coach_steam_id: (Scalars['bigint'] | null) id: (Scalars['uuid'] | null) - /** A computed field, executes function "match_invite_code" */ - invite_code: (Scalars['String'] | null) - label: (Scalars['String'] | null) - lineup_1_id: (Scalars['uuid'] | null) - lineup_2_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_map_veto_picking_lineup_id" */ - map_veto_picking_lineup_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_map_veto_type" */ - map_veto_type: (Scalars['String'] | null) - match_options_id: (Scalars['uuid'] | null) - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['bigint'] | null) - password: (Scalars['String'] | null) - region: (Scalars['String'] | null) - /** A computed field, executes function "get_region_veto_picking_lineup_id" */ - region_veto_picking_lineup_id: (Scalars['uuid'] | null) - scheduled_at: (Scalars['timestamptz'] | null) - server_error: (Scalars['String'] | null) - server_id: (Scalars['uuid'] | null) - /** A computed field, executes function "get_match_server_region" */ - server_region: (Scalars['String'] | null) - /** A computed field, executes function "get_match_server_type" */ - server_type: (Scalars['String'] | null) - source: (Scalars['String'] | null) - started_at: (Scalars['timestamptz'] | null) - /** A computed field, executes function "get_match_tv_connection_string" */ - tv_connection_string: (Scalars['String'] | null) - winning_lineup_id: (Scalars['uuid'] | null) - __typename: 'matches_min_fields' + match_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_team_name" */ + name: (Scalars['String'] | null) + team_id: (Scalars['uuid'] | null) + team_name: (Scalars['String'] | null) + __typename: 'match_lineups_min_fields' } -/** response of any mutation on the table "matches" */ -export interface matches_mutation_response { +/** response of any mutation on the table "match_lineups" */ +export interface match_lineups_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: matches[] - __typename: 'matches_mutation_response' + returning: match_lineups[] + __typename: 'match_lineups_mutation_response' } -/** select columns of table "matches" */ -export type matches_select_column = 'cancels_at' | 'created_at' | 'effective_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'source' | 'started_at' | 'status' | 'winning_lineup_id' +/** select columns of table "match_lineups" */ +export type match_lineups_select_column = 'coach_steam_id' | 'id' | 'match_id' | 'team_id' | 'team_name' /** aggregate stddev on columns */ -export interface matches_stddev_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'matches_stddev_fields' +export interface match_lineups_stddev_fields { + coach_steam_id: (Scalars['Float'] | null) + __typename: 'match_lineups_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface matches_stddev_pop_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'matches_stddev_pop_fields' +export interface match_lineups_stddev_pop_fields { + coach_steam_id: (Scalars['Float'] | null) + __typename: 'match_lineups_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface matches_stddev_samp_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'matches_stddev_samp_fields' +export interface match_lineups_stddev_samp_fields { + coach_steam_id: (Scalars['Float'] | null) + __typename: 'match_lineups_stddev_samp_fields' } /** aggregate sum on columns */ -export interface matches_sum_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['bigint'] | null) - __typename: 'matches_sum_fields' +export interface match_lineups_sum_fields { + coach_steam_id: (Scalars['bigint'] | null) + __typename: 'match_lineups_sum_fields' } -/** update columns of table "matches" */ -export type matches_update_column = 'cancels_at' | 'created_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'source' | 'started_at' | 'status' | 'winning_lineup_id' +/** update columns of table "match_lineups" */ +export type match_lineups_update_column = 'coach_steam_id' | 'id' | 'match_id' | 'team_id' | 'team_name' /** aggregate var_pop on columns */ -export interface matches_var_pop_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'matches_var_pop_fields' +export interface match_lineups_var_pop_fields { + coach_steam_id: (Scalars['Float'] | null) + __typename: 'match_lineups_var_pop_fields' } /** aggregate var_samp on columns */ -export interface matches_var_samp_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'matches_var_samp_fields' +export interface match_lineups_var_samp_fields { + coach_steam_id: (Scalars['Float'] | null) + __typename: 'match_lineups_var_samp_fields' } /** aggregate variance on columns */ -export interface matches_variance_fields { - /** A computed field, executes function "match_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "match_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'matches_variance_fields' +export interface match_lineups_variance_fields { + coach_steam_id: (Scalars['Float'] | null) + __typename: 'match_lineups_variance_fields' } -/** columns and relationships of "migration_hashes.hashes" */ -export interface migration_hashes_hashes { - hash: Scalars['String'] - name: Scalars['String'] - __typename: 'migration_hashes_hashes' +/** columns and relationships of "match_map_demos" */ +export interface match_map_demos { + bombs: (Scalars['jsonb'] | null) + /** An array relationship */ + clip_render_jobs: clip_render_jobs[] + /** An aggregate relationship */ + clip_render_jobs_aggregate: clip_render_jobs_aggregate + created_at: Scalars['timestamptz'] + cs2_build: (Scalars['String'] | null) + /** An array relationship */ + demo_sessions: match_demo_sessions[] + /** An aggregate relationship */ + demo_sessions_aggregate: match_demo_sessions_aggregate + /** A computed field, executes function "demo_download_url" */ + download_url: (Scalars['String'] | null) + duration_seconds: (Scalars['Float'] | null) + file: Scalars['String'] + geometry_validated: (Scalars['Boolean'] | null) + id: Scalars['uuid'] + kills: (Scalars['jsonb'] | null) + map_name: (Scalars['String'] | null) + /** An object relationship */ + match: matches + /** An array relationship */ + match_clips: match_clips[] + /** An aggregate relationship */ + match_clips_aggregate: match_clips_aggregate + match_id: Scalars['uuid'] + /** An object relationship */ + match_map: match_maps + match_map_id: Scalars['uuid'] + metadata_parsed_at: (Scalars['timestamptz'] | null) + playback_file: (Scalars['String'] | null) + playback_size: (Scalars['Int'] | null) + /** A computed field, executes function "demo_playback_url" */ + playback_url: (Scalars['String'] | null) + players: (Scalars['jsonb'] | null) + round_ticks: (Scalars['jsonb'] | null) + size: (Scalars['Int'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Int'] | null) + workshop_id: (Scalars['String'] | null) + __typename: 'match_map_demos' } -/** aggregated selection of "migration_hashes.hashes" */ -export interface migration_hashes_hashes_aggregate { - aggregate: (migration_hashes_hashes_aggregate_fields | null) - nodes: migration_hashes_hashes[] - __typename: 'migration_hashes_hashes_aggregate' +/** aggregated selection of "match_map_demos" */ +export interface match_map_demos_aggregate { + aggregate: (match_map_demos_aggregate_fields | null) + nodes: match_map_demos[] + __typename: 'match_map_demos_aggregate' } -/** aggregate fields of "migration_hashes.hashes" */ -export interface migration_hashes_hashes_aggregate_fields { +/** aggregate fields of "match_map_demos" */ +export interface match_map_demos_aggregate_fields { + avg: (match_map_demos_avg_fields | null) count: Scalars['Int'] - max: (migration_hashes_hashes_max_fields | null) - min: (migration_hashes_hashes_min_fields | null) - __typename: 'migration_hashes_hashes_aggregate_fields' + max: (match_map_demos_max_fields | null) + min: (match_map_demos_min_fields | null) + stddev: (match_map_demos_stddev_fields | null) + stddev_pop: (match_map_demos_stddev_pop_fields | null) + stddev_samp: (match_map_demos_stddev_samp_fields | null) + sum: (match_map_demos_sum_fields | null) + var_pop: (match_map_demos_var_pop_fields | null) + var_samp: (match_map_demos_var_samp_fields | null) + variance: (match_map_demos_variance_fields | null) + __typename: 'match_map_demos_aggregate_fields' } -/** unique or primary key constraints on table "migration_hashes.hashes" */ -export type migration_hashes_hashes_constraint = 'hashes_pkey' +/** aggregate avg on columns */ +export interface match_map_demos_avg_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Float'] | null) + __typename: 'match_map_demos_avg_fields' +} + + +/** unique or primary key constraints on table "match_map_demos" */ +export type match_map_demos_constraint = 'match_demos_pkey' | 'match_map_demos_match_map_id_file_key' /** aggregate max on columns */ -export interface migration_hashes_hashes_max_fields { - hash: (Scalars['String'] | null) - name: (Scalars['String'] | null) - __typename: 'migration_hashes_hashes_max_fields' +export interface match_map_demos_max_fields { + created_at: (Scalars['timestamptz'] | null) + cs2_build: (Scalars['String'] | null) + /** A computed field, executes function "demo_download_url" */ + download_url: (Scalars['String'] | null) + duration_seconds: (Scalars['Float'] | null) + file: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + map_name: (Scalars['String'] | null) + match_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + metadata_parsed_at: (Scalars['timestamptz'] | null) + playback_file: (Scalars['String'] | null) + playback_size: (Scalars['Int'] | null) + /** A computed field, executes function "demo_playback_url" */ + playback_url: (Scalars['String'] | null) + size: (Scalars['Int'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Int'] | null) + workshop_id: (Scalars['String'] | null) + __typename: 'match_map_demos_max_fields' } /** aggregate min on columns */ -export interface migration_hashes_hashes_min_fields { - hash: (Scalars['String'] | null) - name: (Scalars['String'] | null) - __typename: 'migration_hashes_hashes_min_fields' +export interface match_map_demos_min_fields { + created_at: (Scalars['timestamptz'] | null) + cs2_build: (Scalars['String'] | null) + /** A computed field, executes function "demo_download_url" */ + download_url: (Scalars['String'] | null) + duration_seconds: (Scalars['Float'] | null) + file: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + map_name: (Scalars['String'] | null) + match_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + metadata_parsed_at: (Scalars['timestamptz'] | null) + playback_file: (Scalars['String'] | null) + playback_size: (Scalars['Int'] | null) + /** A computed field, executes function "demo_playback_url" */ + playback_url: (Scalars['String'] | null) + size: (Scalars['Int'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Int'] | null) + workshop_id: (Scalars['String'] | null) + __typename: 'match_map_demos_min_fields' } -/** response of any mutation on the table "migration_hashes.hashes" */ -export interface migration_hashes_hashes_mutation_response { +/** response of any mutation on the table "match_map_demos" */ +export interface match_map_demos_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: migration_hashes_hashes[] - __typename: 'migration_hashes_hashes_mutation_response' + returning: match_map_demos[] + __typename: 'match_map_demos_mutation_response' } -/** select columns of table "migration_hashes.hashes" */ -export type migration_hashes_hashes_select_column = 'hash' | 'name' +/** select columns of table "match_map_demos" */ +export type match_map_demos_select_column = 'bombs' | 'created_at' | 'cs2_build' | 'duration_seconds' | 'file' | 'geometry_validated' | 'id' | 'kills' | 'map_name' | 'match_id' | 'match_map_id' | 'metadata_parsed_at' | 'playback_file' | 'playback_size' | 'players' | 'round_ticks' | 'size' | 'tick_rate' | 'total_ticks' | 'workshop_id' -/** update columns of table "migration_hashes.hashes" */ -export type migration_hashes_hashes_update_column = 'hash' | 'name' +/** select "match_map_demos_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_map_demos" */ +export type match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns = 'geometry_validated' -/** mutation root */ -export interface mutation_root { - PreviewTournamentMatchReset: PreviewTournamentMatchResetOutput - ResetTournamentMatch: (SuccessOutput | null) - /** accept team invite */ - acceptInvite: (SuccessOutput | null) - /** addDraftPlayer */ - addDraftPlayer: (SuccessOutput | null) - /** Add a friends-role presence bot account to the pool */ - addSteamPresenceBotAccount: (SuccessOutput | null) - approveNameChange: (SuccessOutput | null) - /** Assign the presence bot a user should add as a friend */ - assignSteamPresenceBot: (SteamPresenceBotAssignment | null) - /** Dev-only — attach the demo player to a standing dev game-streamer pod (no Job boot) */ - attachDemo: (WatchDemoOutput | null) - /** Rebuild a season's ELO + stats from the matches inside its date range (admin only). Runs in the background; track via backfillSeasonEloStatus. */ - backfillSeasonElo: (RecomputeEloStartedOutput | null) - /** Return the progress of the season ELO backfill run (admin only). */ - backfillSeasonEloStatus: (SeasonBackfillStatusOutput | null) - /** Launch a Vulkan shader pre-bake Job on a GPU node */ - bakeShaders: (SuccessOutput | null) - /** callForOrganizer */ - callForOrganizer: (SuccessOutput | null) - /** Request cancellation of the in-progress season ELO backfill (admin only). Stops after the current match. */ - cancelBackfillSeasonElo: (SuccessOutput | null) - /** Cancel an in-progress or stuck Vulkan shader pre-bake Job on a GPU node */ - cancelBakeShaders: (SuccessOutput | null) - /** Cancel an in-flight clip render and tear down the K8s job */ - cancelClipRender: (SuccessOutput | null) - /** Cancel an entire match_map's render queue + tear down the pod. */ - cancelClipRenderBatch: (SuccessOutput | null) - /** cancelMatch */ - cancelMatch: (SuccessOutput | null) - /** Request cancellation of the in-progress ELO recompute (admin only). Stops after the current match. */ - cancelRecomputePlayerElo: (SuccessOutput | null) - /** Request cancellation of the in-progress player reindex (admin only). Stops after the current player. */ - cancelRefreshAllPlayers: (SuccessOutput | null) - /** Request cancellation of the in-progress reparse-all-demos run (admin only). Stops after the current demo finishes. */ - cancelReparseAllDemos: (SuccessOutput | null) - /** cancelScrimRequest */ - cancelScrimRequest: (SuccessOutput | null) - /** checkIntoMatch */ - checkIntoMatch: (SuccessOutput | null) - /** Delete terminal-state clip_render_jobs rows for a single match_map batch. */ - clearClipRenderBatch: (SuccessOutput | null) - /** Delete all terminal-state clip_render_jobs rows platform-wide. */ - clearFinishedClipRenders: (SuccessOutput | null) - clearPendingMatchImport: (PendingMatchImportActionOutput | null) - /** counterScrimRequest */ - counterScrimRequest: (SuccessOutput | null) - createApiKey: (ApiKeyResponse | null) - /** Build a multi-segment ClipSpec from a player+preset and dispatch render */ - createClipFromPreset: (CreateClipRenderOutput | null) - /** Spawn a clip-render pod that produces an mp4 from a demo and uploads it */ - createClipRender: (CreateClipRenderOutput | null) - createClips: (SuccessOutput | null) - /** createDraftGame */ - createDraftGame: (CreateDraftGameOutput | null) - /** createScheduledMatch */ - createScheduledMatch: (CreateScheduledMatchOutput | null) - /** Create directory on game server */ - createServerDirectory: (SuccessOutput | null) - /** Delete a saved clip and its underlying S3 object */ - deleteClip: (SuccessOutput | null) - deleteMatch: (SuccessOutput | null) - /** Delete a news post. Caller role is verified against public.post_news_role. */ - deleteNewsPost: (SuccessOutput | null) - /** Delete orphaned S3 objects found by the last scan (admin only). Each key is re-verified against the database before removal. */ - deleteOrphanedDemos: (DeleteOrphansOutput | null) - /** Delete file or directory on game server */ - deleteServerItem: (SuccessOutput | null) - /** Delete a tournament and clean up demo files */ - deleteTournament: (SuccessOutput | null) - /** delete data from the table: "_map_pool" */ - delete__map_pool: (_map_pool_mutation_response | null) - /** delete single row from the table: "_map_pool" */ - delete__map_pool_by_pk: (_map_pool | null) - /** delete data from the table: "abandoned_matches" */ - delete_abandoned_matches: (abandoned_matches_mutation_response | null) - /** delete single row from the table: "abandoned_matches" */ - delete_abandoned_matches_by_pk: (abandoned_matches | null) - /** delete data from the table: "api_keys" */ - 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: "clip_render_jobs" */ - delete_clip_render_jobs: (clip_render_jobs_mutation_response | null) - /** delete single row from the table: "clip_render_jobs" */ - delete_clip_render_jobs_by_pk: (clip_render_jobs | null) - /** delete data from the table: "db_backups" */ - delete_db_backups: (db_backups_mutation_response | null) - /** delete single row from the table: "db_backups" */ - delete_db_backups_by_pk: (db_backups | null) - /** delete data from the table: "draft_game_picks" */ - delete_draft_game_picks: (draft_game_picks_mutation_response | null) - /** delete single row from the table: "draft_game_picks" */ - delete_draft_game_picks_by_pk: (draft_game_picks | null) - /** delete data from the table: "draft_game_players" */ - delete_draft_game_players: (draft_game_players_mutation_response | null) - /** delete single row from the table: "draft_game_players" */ - delete_draft_game_players_by_pk: (draft_game_players | null) - /** delete data from the table: "draft_games" */ - 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_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" */ - delete_e_check_in_settings_by_pk: (e_check_in_settings | null) - /** delete data from the table: "e_draft_game_captain_selection" */ - delete_e_draft_game_captain_selection: (e_draft_game_captain_selection_mutation_response | null) - /** delete single row from the table: "e_draft_game_captain_selection" */ - delete_e_draft_game_captain_selection_by_pk: (e_draft_game_captain_selection | null) - /** delete data from the table: "e_draft_game_draft_order" */ - delete_e_draft_game_draft_order: (e_draft_game_draft_order_mutation_response | null) - /** delete single row from the table: "e_draft_game_draft_order" */ - delete_e_draft_game_draft_order_by_pk: (e_draft_game_draft_order | null) - /** delete data from the table: "e_draft_game_mode" */ - delete_e_draft_game_mode: (e_draft_game_mode_mutation_response | null) - /** delete single row from the table: "e_draft_game_mode" */ - delete_e_draft_game_mode_by_pk: (e_draft_game_mode | null) - /** delete data from the table: "e_draft_game_player_status" */ - delete_e_draft_game_player_status: (e_draft_game_player_status_mutation_response | null) - /** delete single row from the table: "e_draft_game_player_status" */ - delete_e_draft_game_player_status_by_pk: (e_draft_game_player_status | null) - /** delete data from the table: "e_draft_game_status" */ - delete_e_draft_game_status: (e_draft_game_status_mutation_response | null) - /** delete single row from the table: "e_draft_game_status" */ - delete_e_draft_game_status_by_pk: (e_draft_game_status | null) - /** delete data from the table: "e_friend_status" */ - delete_e_friend_status: (e_friend_status_mutation_response | null) - /** delete single row from the table: "e_friend_status" */ - delete_e_friend_status_by_pk: (e_friend_status | null) - /** delete data from the table: "e_game_cfg_types" */ - delete_e_game_cfg_types: (e_game_cfg_types_mutation_response | null) - /** delete single row from the table: "e_game_cfg_types" */ - delete_e_game_cfg_types_by_pk: (e_game_cfg_types | null) - /** delete data from the table: "e_game_server_node_statuses" */ - delete_e_game_server_node_statuses: (e_game_server_node_statuses_mutation_response | null) - /** delete single row from the table: "e_game_server_node_statuses" */ - delete_e_game_server_node_statuses_by_pk: (e_game_server_node_statuses | null) - /** delete data from the table: "e_lobby_access" */ - delete_e_lobby_access: (e_lobby_access_mutation_response | null) - /** delete single row from the table: "e_lobby_access" */ - delete_e_lobby_access_by_pk: (e_lobby_access | null) - /** delete data from the table: "e_lobby_player_status" */ - delete_e_lobby_player_status: (e_lobby_player_status_mutation_response | null) - /** delete single row from the table: "e_lobby_player_status" */ - delete_e_lobby_player_status_by_pk: (e_lobby_player_status | null) - /** delete data from the table: "e_map_pool_types" */ - delete_e_map_pool_types: (e_map_pool_types_mutation_response | null) - /** delete single row from the table: "e_map_pool_types" */ - delete_e_map_pool_types_by_pk: (e_map_pool_types | null) - /** delete data from the table: "e_match_clip_visibility" */ - delete_e_match_clip_visibility: (e_match_clip_visibility_mutation_response | null) - /** delete single row from the table: "e_match_clip_visibility" */ - delete_e_match_clip_visibility_by_pk: (e_match_clip_visibility | null) - /** delete data from the table: "e_match_map_status" */ - delete_e_match_map_status: (e_match_map_status_mutation_response | null) - /** delete single row from the table: "e_match_map_status" */ - delete_e_match_map_status_by_pk: (e_match_map_status | null) - /** delete data from the table: "e_match_mode" */ - delete_e_match_mode: (e_match_mode_mutation_response | null) - /** delete single row from the table: "e_match_mode" */ - delete_e_match_mode_by_pk: (e_match_mode | null) - /** delete data from the table: "e_match_status" */ - delete_e_match_status: (e_match_status_mutation_response | null) - /** delete single row from the table: "e_match_status" */ - delete_e_match_status_by_pk: (e_match_status | null) - /** delete data from the table: "e_match_types" */ - delete_e_match_types: (e_match_types_mutation_response | null) - /** delete single row from the table: "e_match_types" */ - delete_e_match_types_by_pk: (e_match_types | null) - /** delete data from the table: "e_notification_types" */ - delete_e_notification_types: (e_notification_types_mutation_response | null) - /** delete single row from the table: "e_notification_types" */ - delete_e_notification_types_by_pk: (e_notification_types | null) - /** delete data from the table: "e_objective_types" */ - delete_e_objective_types: (e_objective_types_mutation_response | null) - /** delete single row from the table: "e_objective_types" */ - delete_e_objective_types_by_pk: (e_objective_types | null) - /** delete data from the table: "e_player_roles" */ - delete_e_player_roles: (e_player_roles_mutation_response | null) - /** delete single row from the table: "e_player_roles" */ - delete_e_player_roles_by_pk: (e_player_roles | null) - /** delete data from the table: "e_ready_settings" */ - delete_e_ready_settings: (e_ready_settings_mutation_response | null) - /** delete single row from the table: "e_ready_settings" */ - delete_e_ready_settings_by_pk: (e_ready_settings | null) - /** delete data from the table: "e_sanction_types" */ - delete_e_sanction_types: (e_sanction_types_mutation_response | null) - /** delete single row from the table: "e_sanction_types" */ - delete_e_sanction_types_by_pk: (e_sanction_types | null) - /** delete data from the table: "e_scrim_request_statuses" */ - delete_e_scrim_request_statuses: (e_scrim_request_statuses_mutation_response | null) - /** delete single row from the table: "e_scrim_request_statuses" */ - delete_e_scrim_request_statuses_by_pk: (e_scrim_request_statuses | null) - /** delete data from the table: "e_server_types" */ - delete_e_server_types: (e_server_types_mutation_response | null) - /** delete single row from the table: "e_server_types" */ - delete_e_server_types_by_pk: (e_server_types | null) - /** delete data from the table: "e_sides" */ - delete_e_sides: (e_sides_mutation_response | null) - /** delete single row from the table: "e_sides" */ - delete_e_sides_by_pk: (e_sides | null) - /** delete data from the table: "e_system_alert_types" */ - delete_e_system_alert_types: (e_system_alert_types_mutation_response | null) - /** delete single row from the table: "e_system_alert_types" */ - delete_e_system_alert_types_by_pk: (e_system_alert_types | null) - /** delete data from the table: "e_team_roles" */ - delete_e_team_roles: (e_team_roles_mutation_response | null) - /** delete single row from the table: "e_team_roles" */ - delete_e_team_roles_by_pk: (e_team_roles | null) - /** delete data from the table: "e_team_roster_statuses" */ - delete_e_team_roster_statuses: (e_team_roster_statuses_mutation_response | null) - /** delete single row from the table: "e_team_roster_statuses" */ - delete_e_team_roster_statuses_by_pk: (e_team_roster_statuses | null) - /** delete data from the table: "e_timeout_settings" */ - delete_e_timeout_settings: (e_timeout_settings_mutation_response | null) - /** delete single row from the table: "e_timeout_settings" */ - delete_e_timeout_settings_by_pk: (e_timeout_settings | null) - /** delete data from the table: "e_tournament_stage_types" */ - delete_e_tournament_stage_types: (e_tournament_stage_types_mutation_response | null) - /** delete single row from the table: "e_tournament_stage_types" */ - delete_e_tournament_stage_types_by_pk: (e_tournament_stage_types | null) - /** delete data from the table: "e_tournament_status" */ - delete_e_tournament_status: (e_tournament_status_mutation_response | null) - /** delete single row from the table: "e_tournament_status" */ - delete_e_tournament_status_by_pk: (e_tournament_status | null) - /** delete data from the table: "e_utility_types" */ - delete_e_utility_types: (e_utility_types_mutation_response | null) - /** delete single row from the table: "e_utility_types" */ - delete_e_utility_types_by_pk: (e_utility_types | null) - /** delete data from the table: "e_veto_pick_types" */ - delete_e_veto_pick_types: (e_veto_pick_types_mutation_response | null) - /** delete single row from the table: "e_veto_pick_types" */ - delete_e_veto_pick_types_by_pk: (e_veto_pick_types | null) - /** delete data from the table: "e_winning_reasons" */ - delete_e_winning_reasons: (e_winning_reasons_mutation_response | null) - /** delete single row from the table: "e_winning_reasons" */ - delete_e_winning_reasons_by_pk: (e_winning_reasons | null) - /** delete data from the table: "friends" */ - delete_friends: (friends_mutation_response | null) - /** delete single row from the table: "friends" */ - delete_friends_by_pk: (friends | null) - /** delete data from the table: "game_server_nodes" */ - delete_game_server_nodes: (game_server_nodes_mutation_response | null) - /** delete single row from the table: "game_server_nodes" */ - delete_game_server_nodes_by_pk: (game_server_nodes | null) - /** delete data from the table: "game_versions" */ - delete_game_versions: (game_versions_mutation_response | null) - /** delete single row from the table: "game_versions" */ - delete_game_versions_by_pk: (game_versions | null) - /** delete data from the table: "gamedata_signature_validations" */ - delete_gamedata_signature_validations: (gamedata_signature_validations_mutation_response | null) - /** delete single row from the table: "gamedata_signature_validations" */ - delete_gamedata_signature_validations_by_pk: (gamedata_signature_validations | null) - /** delete data from the table: "leaderboard_entries" */ - delete_leaderboard_entries: (leaderboard_entries_mutation_response | null) - /** delete data from the table: "lobbies" */ - delete_lobbies: (lobbies_mutation_response | null) - /** delete single row from the table: "lobbies" */ - delete_lobbies_by_pk: (lobbies | null) - /** delete data from the table: "lobby_players" */ - delete_lobby_players: (lobby_players_mutation_response | null) - /** delete single row from the table: "lobby_players" */ - delete_lobby_players_by_pk: (lobby_players | null) - /** delete data from the table: "map_pools" */ - delete_map_pools: (map_pools_mutation_response | null) - /** delete single row from the table: "map_pools" */ - delete_map_pools_by_pk: (map_pools | null) - /** delete data from the table: "maps" */ - delete_maps: (maps_mutation_response | null) - /** delete single row from the table: "maps" */ - delete_maps_by_pk: (maps | null) - /** delete data from the table: "match_clips" */ - delete_match_clips: (match_clips_mutation_response | null) - /** delete single row from the table: "match_clips" */ - delete_match_clips_by_pk: (match_clips | null) - /** delete data from the table: "match_demo_sessions" */ - delete_match_demo_sessions: (match_demo_sessions_mutation_response | null) - /** delete single row from the table: "match_demo_sessions" */ - delete_match_demo_sessions_by_pk: (match_demo_sessions | null) - /** delete data from the table: "match_lineup_players" */ - delete_match_lineup_players: (match_lineup_players_mutation_response | null) +/** select "match_map_demos_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_map_demos" */ +export type match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns = 'geometry_validated' + + +/** aggregate stddev on columns */ +export interface match_map_demos_stddev_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Float'] | null) + __typename: 'match_map_demos_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface match_map_demos_stddev_pop_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Float'] | null) + __typename: 'match_map_demos_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface match_map_demos_stddev_samp_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Float'] | null) + __typename: 'match_map_demos_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface match_map_demos_sum_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Int'] | null) + size: (Scalars['Int'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Int'] | null) + __typename: 'match_map_demos_sum_fields' +} + + +/** update columns of table "match_map_demos" */ +export type match_map_demos_update_column = 'bombs' | 'created_at' | 'cs2_build' | 'file' | 'geometry_validated' | 'id' | 'kills' | 'map_name' | 'match_id' | 'match_map_id' | 'metadata_parsed_at' | 'playback_file' | 'playback_size' | 'players' | 'round_ticks' | 'size' | 'tick_rate' | 'total_ticks' | 'workshop_id' + + +/** aggregate var_pop on columns */ +export interface match_map_demos_var_pop_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Float'] | null) + __typename: 'match_map_demos_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface match_map_demos_var_samp_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Float'] | null) + __typename: 'match_map_demos_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface match_map_demos_variance_fields { + duration_seconds: (Scalars['Float'] | null) + playback_size: (Scalars['Float'] | null) + size: (Scalars['Float'] | null) + tick_rate: (Scalars['Float'] | null) + total_ticks: (Scalars['Float'] | null) + __typename: 'match_map_demos_variance_fields' +} + + +/** columns and relationships of "match_map_rounds" */ +export interface match_map_rounds { + /** An array relationship */ + assists: player_assists[] + /** An aggregate relationship */ + assists_aggregate: player_assists_aggregate + backup_file: (Scalars['String'] | null) + created_at: Scalars['timestamptz'] + deleted_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "has_backup_file" */ + has_backup_file: (Scalars['Boolean'] | null) + id: Scalars['uuid'] + /** An array relationship */ + kills: player_kills[] + /** An aggregate relationship */ + kills_aggregate: player_kills_aggregate + lineup_1_money: Scalars['Int'] + lineup_1_score: Scalars['Int'] + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Scalars['Int'] + lineup_2_money: Scalars['Int'] + lineup_2_score: Scalars['Int'] + lineup_2_side: e_sides_enum + lineup_2_timeouts_available: Scalars['Int'] + /** An object relationship */ + match_map: match_maps + match_map_id: Scalars['uuid'] + round: Scalars['Int'] + time: Scalars['timestamptz'] + winning_reason: (e_winning_reasons_enum | null) + winning_side: Scalars['String'] + __typename: 'match_map_rounds' +} + + +/** aggregated selection of "match_map_rounds" */ +export interface match_map_rounds_aggregate { + aggregate: (match_map_rounds_aggregate_fields | null) + nodes: match_map_rounds[] + __typename: 'match_map_rounds_aggregate' +} + + +/** aggregate fields of "match_map_rounds" */ +export interface match_map_rounds_aggregate_fields { + avg: (match_map_rounds_avg_fields | null) + count: Scalars['Int'] + max: (match_map_rounds_max_fields | null) + min: (match_map_rounds_min_fields | null) + stddev: (match_map_rounds_stddev_fields | null) + stddev_pop: (match_map_rounds_stddev_pop_fields | null) + stddev_samp: (match_map_rounds_stddev_samp_fields | null) + sum: (match_map_rounds_sum_fields | null) + var_pop: (match_map_rounds_var_pop_fields | null) + var_samp: (match_map_rounds_var_samp_fields | null) + variance: (match_map_rounds_variance_fields | null) + __typename: 'match_map_rounds_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface match_map_rounds_avg_fields { + lineup_1_money: (Scalars['Float'] | null) + lineup_1_score: (Scalars['Float'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + lineup_2_money: (Scalars['Float'] | null) + lineup_2_score: (Scalars['Float'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'match_map_rounds_avg_fields' +} + + +/** unique or primary key constraints on table "match_map_rounds" */ +export type match_map_rounds_constraint = 'match_rounds__id_key' | 'match_rounds_match_id_round_key' | 'match_rounds_pkey' + + +/** aggregate max on columns */ +export interface match_map_rounds_max_fields { + backup_file: (Scalars['String'] | null) + created_at: (Scalars['timestamptz'] | null) + deleted_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + lineup_1_money: (Scalars['Int'] | null) + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Int'] | null) + lineup_2_money: (Scalars['Int'] | null) + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Int'] | null) + match_map_id: (Scalars['uuid'] | null) + round: (Scalars['Int'] | null) + time: (Scalars['timestamptz'] | null) + winning_side: (Scalars['String'] | null) + __typename: 'match_map_rounds_max_fields' +} + + +/** aggregate min on columns */ +export interface match_map_rounds_min_fields { + backup_file: (Scalars['String'] | null) + created_at: (Scalars['timestamptz'] | null) + deleted_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + lineup_1_money: (Scalars['Int'] | null) + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Int'] | null) + lineup_2_money: (Scalars['Int'] | null) + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Int'] | null) + match_map_id: (Scalars['uuid'] | null) + round: (Scalars['Int'] | null) + time: (Scalars['timestamptz'] | null) + winning_side: (Scalars['String'] | null) + __typename: 'match_map_rounds_min_fields' +} + + +/** response of any mutation on the table "match_map_rounds" */ +export interface match_map_rounds_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: match_map_rounds[] + __typename: 'match_map_rounds_mutation_response' +} + + +/** select columns of table "match_map_rounds" */ +export type match_map_rounds_select_column = 'backup_file' | 'created_at' | 'deleted_at' | 'id' | 'lineup_1_money' | 'lineup_1_score' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_money' | 'lineup_2_score' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'match_map_id' | 'round' | 'time' | 'winning_reason' | 'winning_side' + + +/** aggregate stddev on columns */ +export interface match_map_rounds_stddev_fields { + lineup_1_money: (Scalars['Float'] | null) + lineup_1_score: (Scalars['Float'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + lineup_2_money: (Scalars['Float'] | null) + lineup_2_score: (Scalars['Float'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'match_map_rounds_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface match_map_rounds_stddev_pop_fields { + lineup_1_money: (Scalars['Float'] | null) + lineup_1_score: (Scalars['Float'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + lineup_2_money: (Scalars['Float'] | null) + lineup_2_score: (Scalars['Float'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'match_map_rounds_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface match_map_rounds_stddev_samp_fields { + lineup_1_money: (Scalars['Float'] | null) + lineup_1_score: (Scalars['Float'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + lineup_2_money: (Scalars['Float'] | null) + lineup_2_score: (Scalars['Float'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'match_map_rounds_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface match_map_rounds_sum_fields { + lineup_1_money: (Scalars['Int'] | null) + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Int'] | null) + lineup_2_money: (Scalars['Int'] | null) + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Int'] | null) + round: (Scalars['Int'] | null) + __typename: 'match_map_rounds_sum_fields' +} + + +/** update columns of table "match_map_rounds" */ +export type match_map_rounds_update_column = 'backup_file' | 'created_at' | 'deleted_at' | 'id' | 'lineup_1_money' | 'lineup_1_score' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_money' | 'lineup_2_score' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'match_map_id' | 'round' | 'time' | 'winning_reason' | 'winning_side' + + +/** aggregate var_pop on columns */ +export interface match_map_rounds_var_pop_fields { + lineup_1_money: (Scalars['Float'] | null) + lineup_1_score: (Scalars['Float'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + lineup_2_money: (Scalars['Float'] | null) + lineup_2_score: (Scalars['Float'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'match_map_rounds_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface match_map_rounds_var_samp_fields { + lineup_1_money: (Scalars['Float'] | null) + lineup_1_score: (Scalars['Float'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + lineup_2_money: (Scalars['Float'] | null) + lineup_2_score: (Scalars['Float'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'match_map_rounds_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface match_map_rounds_variance_fields { + lineup_1_money: (Scalars['Float'] | null) + lineup_1_score: (Scalars['Float'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + lineup_2_money: (Scalars['Float'] | null) + lineup_2_score: (Scalars['Float'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'match_map_rounds_variance_fields' +} + + +/** columns and relationships of "match_map_veto_picks" */ +export interface match_map_veto_picks { + created_at: Scalars['timestamptz'] + id: Scalars['uuid'] + /** An object relationship */ + map: maps + map_id: Scalars['uuid'] + /** An object relationship */ + match: matches + match_id: Scalars['uuid'] + /** An object relationship */ + match_lineup: match_lineups + match_lineup_id: Scalars['uuid'] + side: (Scalars['String'] | null) + type: e_veto_pick_types_enum + __typename: 'match_map_veto_picks' +} + + +/** aggregated selection of "match_map_veto_picks" */ +export interface match_map_veto_picks_aggregate { + aggregate: (match_map_veto_picks_aggregate_fields | null) + nodes: match_map_veto_picks[] + __typename: 'match_map_veto_picks_aggregate' +} + + +/** aggregate fields of "match_map_veto_picks" */ +export interface match_map_veto_picks_aggregate_fields { + count: Scalars['Int'] + max: (match_map_veto_picks_max_fields | null) + min: (match_map_veto_picks_min_fields | null) + __typename: 'match_map_veto_picks_aggregate_fields' +} + + +/** unique or primary key constraints on table "match_map_veto_picks" */ +export type match_map_veto_picks_constraint = 'match_map_veto_picks_map_id_match_id_type_key' | 'match_map_veto_picks_pkey' + + +/** aggregate max on columns */ +export interface match_map_veto_picks_max_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + side: (Scalars['String'] | null) + __typename: 'match_map_veto_picks_max_fields' +} + + +/** aggregate min on columns */ +export interface match_map_veto_picks_min_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + side: (Scalars['String'] | null) + __typename: 'match_map_veto_picks_min_fields' +} + + +/** response of any mutation on the table "match_map_veto_picks" */ +export interface match_map_veto_picks_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: match_map_veto_picks[] + __typename: 'match_map_veto_picks_mutation_response' +} + + +/** select columns of table "match_map_veto_picks" */ +export type match_map_veto_picks_select_column = 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' + + +/** update columns of table "match_map_veto_picks" */ +export type match_map_veto_picks_update_column = 'created_at' | 'id' | 'map_id' | 'match_id' | 'match_lineup_id' | 'side' | 'type' + + +/** columns and relationships of "match_maps" */ +export interface match_maps { + clips_count: Scalars['Int'] + created_at: Scalars['timestamptz'] + /** An array relationship */ + demos: match_map_demos[] + /** An aggregate relationship */ + demos_aggregate: match_map_demos_aggregate + /** A computed field, executes function "match_map_demo_download_url" */ + demos_download_url: (Scalars['String'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** An object relationship */ + e_match_map_status: e_match_map_status + ended_at: (Scalars['timestamptz'] | null) + /** An array relationship */ + flashes: player_flashes[] + /** An aggregate relationship */ + flashes_aggregate: player_flashes_aggregate + id: Scalars['uuid'] + /** A computed field, executes function "is_current_match_map" */ + is_current_map: (Scalars['Boolean'] | null) + latest_clip_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_side: e_sides_enum + lineup_1_timeouts_available: Scalars['Int'] + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_side: (e_sides_enum | null) + lineup_2_timeouts_available: Scalars['Int'] + /** An object relationship */ + map: maps + map_id: Scalars['uuid'] + /** An object relationship */ + match: matches + /** An array relationship */ + match_clips: match_clips[] + /** An aggregate relationship */ + match_clips_aggregate: match_clips_aggregate + match_id: Scalars['uuid'] + /** An array relationship */ + objectives: player_objectives[] + /** An aggregate relationship */ + objectives_aggregate: player_objectives_aggregate + order: Scalars['Int'] + /** An array relationship */ + player_assists: player_assists[] + /** An aggregate relationship */ + player_assists_aggregate: player_assists_aggregate + /** An array relationship */ + player_damages: player_damages[] + /** An aggregate relationship */ + player_damages_aggregate: player_damages_aggregate + /** An array relationship */ + player_kills: player_kills[] + /** An aggregate relationship */ + player_kills_aggregate: player_kills_aggregate + /** An array relationship */ + player_unused_utilities: player_unused_utility[] + /** An aggregate relationship */ + player_unused_utilities_aggregate: player_unused_utility_aggregate + public_clips_count: Scalars['Int'] + public_latest_clip_at: (Scalars['timestamptz'] | null) + /** An array relationship */ + rounds: match_map_rounds[] + /** An aggregate relationship */ + rounds_aggregate: match_map_rounds_aggregate + started_at: (Scalars['timestamptz'] | null) + status: e_match_map_status_enum + /** An array relationship */ + utility: player_utility[] + /** An aggregate relationship */ + utility_aggregate: player_utility_aggregate + /** An array relationship */ + vetos: match_map_veto_picks[] + /** An aggregate relationship */ + vetos_aggregate: match_map_veto_picks_aggregate + winning_lineup_id: (Scalars['uuid'] | null) + __typename: 'match_maps' +} + + +/** aggregated selection of "match_maps" */ +export interface match_maps_aggregate { + aggregate: (match_maps_aggregate_fields | null) + nodes: match_maps[] + __typename: 'match_maps_aggregate' +} + + +/** aggregate fields of "match_maps" */ +export interface match_maps_aggregate_fields { + avg: (match_maps_avg_fields | null) + count: Scalars['Int'] + max: (match_maps_max_fields | null) + min: (match_maps_min_fields | null) + stddev: (match_maps_stddev_fields | null) + stddev_pop: (match_maps_stddev_pop_fields | null) + stddev_samp: (match_maps_stddev_samp_fields | null) + sum: (match_maps_sum_fields | null) + var_pop: (match_maps_var_pop_fields | null) + var_samp: (match_maps_var_samp_fields | null) + variance: (match_maps_variance_fields | null) + __typename: 'match_maps_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface match_maps_avg_fields { + clips_count: (Scalars['Float'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + public_clips_count: (Scalars['Float'] | null) + __typename: 'match_maps_avg_fields' +} + + +/** unique or primary key constraints on table "match_maps" */ +export type match_maps_constraint = 'match_maps_match_id_order_key' | 'match_maps_pkey' + + +/** aggregate max on columns */ +export interface match_maps_max_fields { + clips_count: (Scalars['Int'] | null) + created_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "match_map_demo_download_url" */ + demos_download_url: (Scalars['String'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + ended_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + latest_clip_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Int'] | null) + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + order: (Scalars['Int'] | null) + public_clips_count: (Scalars['Int'] | null) + public_latest_clip_at: (Scalars['timestamptz'] | null) + started_at: (Scalars['timestamptz'] | null) + winning_lineup_id: (Scalars['uuid'] | null) + __typename: 'match_maps_max_fields' +} + + +/** aggregate min on columns */ +export interface match_maps_min_fields { + clips_count: (Scalars['Int'] | null) + created_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "match_map_demo_download_url" */ + demos_download_url: (Scalars['String'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + ended_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + latest_clip_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Int'] | null) + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + order: (Scalars['Int'] | null) + public_clips_count: (Scalars['Int'] | null) + public_latest_clip_at: (Scalars['timestamptz'] | null) + started_at: (Scalars['timestamptz'] | null) + winning_lineup_id: (Scalars['uuid'] | null) + __typename: 'match_maps_min_fields' +} + + +/** response of any mutation on the table "match_maps" */ +export interface match_maps_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: match_maps[] + __typename: 'match_maps_mutation_response' +} + + +/** select columns of table "match_maps" */ +export type match_maps_select_column = 'clips_count' | 'created_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' + + +/** aggregate stddev on columns */ +export interface match_maps_stddev_fields { + clips_count: (Scalars['Float'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + public_clips_count: (Scalars['Float'] | null) + __typename: 'match_maps_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface match_maps_stddev_pop_fields { + clips_count: (Scalars['Float'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + public_clips_count: (Scalars['Float'] | null) + __typename: 'match_maps_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface match_maps_stddev_samp_fields { + clips_count: (Scalars['Float'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + public_clips_count: (Scalars['Float'] | null) + __typename: 'match_maps_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface match_maps_sum_fields { + clips_count: (Scalars['Int'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Int'] | null) + order: (Scalars['Int'] | null) + public_clips_count: (Scalars['Int'] | null) + __typename: 'match_maps_sum_fields' +} + + +/** update columns of table "match_maps" */ +export type match_maps_update_column = 'clips_count' | 'created_at' | 'ended_at' | 'id' | 'latest_clip_at' | 'lineup_1_side' | 'lineup_1_timeouts_available' | 'lineup_2_side' | 'lineup_2_timeouts_available' | 'map_id' | 'match_id' | 'order' | 'public_clips_count' | 'public_latest_clip_at' | 'started_at' | 'status' | 'winning_lineup_id' + + +/** aggregate var_pop on columns */ +export interface match_maps_var_pop_fields { + clips_count: (Scalars['Float'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + public_clips_count: (Scalars['Float'] | null) + __typename: 'match_maps_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface match_maps_var_samp_fields { + clips_count: (Scalars['Float'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + public_clips_count: (Scalars['Float'] | null) + __typename: 'match_maps_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface match_maps_variance_fields { + clips_count: (Scalars['Float'] | null) + /** A computed field, executes function "match_map_demo_total_size" */ + demos_total_size: (Scalars['Int'] | null) + /** A computed field, executes function "lineup_1_score" */ + lineup_1_score: (Scalars['Int'] | null) + lineup_1_timeouts_available: (Scalars['Float'] | null) + /** A computed field, executes function "lineup_2_score" */ + lineup_2_score: (Scalars['Int'] | null) + lineup_2_timeouts_available: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + public_clips_count: (Scalars['Float'] | null) + __typename: 'match_maps_variance_fields' +} + + +/** columns and relationships of "match_options" */ +export interface match_options { + auto_cancel_duration: (Scalars['Int'] | null) + auto_cancellation: Scalars['Boolean'] + best_of: Scalars['Int'] + check_in_setting: e_check_in_settings_enum + coaches: Scalars['Boolean'] + default_models: (Scalars['Boolean'] | null) + /** A computed field, executes function "has_active_matches" */ + has_active_matches: (Scalars['Boolean'] | null) + id: Scalars['uuid'] + invite_code: (Scalars['String'] | null) + knife_round: Scalars['Boolean'] + live_match_timeout: (Scalars['Int'] | null) + /** An object relationship */ + map_pool: map_pools + map_pool_id: Scalars['uuid'] + map_veto: Scalars['Boolean'] + match_mode: e_match_mode_enum + /** An array relationship */ + matches: matches[] + /** An aggregate relationship */ + matches_aggregate: matches_aggregate + mr: Scalars['Int'] + number_of_substitutes: Scalars['Int'] + overtime: Scalars['Boolean'] + prefer_dedicated_server: Scalars['Boolean'] + ready_setting: e_ready_settings_enum + region_veto: Scalars['Boolean'] + regions: (Scalars['String'][] | null) + tech_timeout_setting: e_timeout_settings_enum + timeout_setting: e_timeout_settings_enum + /** An object relationship */ + tournament: (tournaments | null) + /** An object relationship */ + tournament_bracket: (tournament_brackets | null) + /** An object relationship */ + tournament_stage: (tournament_stages | null) + tv_delay: Scalars['Int'] + type: e_match_types_enum + __typename: 'match_options' +} + + +/** aggregated selection of "match_options" */ +export interface match_options_aggregate { + aggregate: (match_options_aggregate_fields | null) + nodes: match_options[] + __typename: 'match_options_aggregate' +} + + +/** aggregate fields of "match_options" */ +export interface match_options_aggregate_fields { + avg: (match_options_avg_fields | null) + count: Scalars['Int'] + max: (match_options_max_fields | null) + min: (match_options_min_fields | null) + stddev: (match_options_stddev_fields | null) + stddev_pop: (match_options_stddev_pop_fields | null) + stddev_samp: (match_options_stddev_samp_fields | null) + sum: (match_options_sum_fields | null) + var_pop: (match_options_var_pop_fields | null) + var_samp: (match_options_var_samp_fields | null) + variance: (match_options_variance_fields | null) + __typename: 'match_options_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface match_options_avg_fields { + auto_cancel_duration: (Scalars['Float'] | null) + best_of: (Scalars['Float'] | null) + live_match_timeout: (Scalars['Float'] | null) + mr: (Scalars['Float'] | null) + number_of_substitutes: (Scalars['Float'] | null) + tv_delay: (Scalars['Float'] | null) + __typename: 'match_options_avg_fields' +} + + +/** unique or primary key constraints on table "match_options" */ +export type match_options_constraint = 'match_options_pkey' + + +/** aggregate max on columns */ +export interface match_options_max_fields { + auto_cancel_duration: (Scalars['Int'] | null) + best_of: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + invite_code: (Scalars['String'] | null) + live_match_timeout: (Scalars['Int'] | null) + map_pool_id: (Scalars['uuid'] | null) + mr: (Scalars['Int'] | null) + number_of_substitutes: (Scalars['Int'] | null) + regions: (Scalars['String'][] | null) + tv_delay: (Scalars['Int'] | null) + __typename: 'match_options_max_fields' +} + + +/** aggregate min on columns */ +export interface match_options_min_fields { + auto_cancel_duration: (Scalars['Int'] | null) + best_of: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + invite_code: (Scalars['String'] | null) + live_match_timeout: (Scalars['Int'] | null) + map_pool_id: (Scalars['uuid'] | null) + mr: (Scalars['Int'] | null) + number_of_substitutes: (Scalars['Int'] | null) + regions: (Scalars['String'][] | null) + tv_delay: (Scalars['Int'] | null) + __typename: 'match_options_min_fields' +} + + +/** response of any mutation on the table "match_options" */ +export interface match_options_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: match_options[] + __typename: 'match_options_mutation_response' +} + + +/** select columns of table "match_options" */ +export type match_options_select_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' + + +/** aggregate stddev on columns */ +export interface match_options_stddev_fields { + auto_cancel_duration: (Scalars['Float'] | null) + best_of: (Scalars['Float'] | null) + live_match_timeout: (Scalars['Float'] | null) + mr: (Scalars['Float'] | null) + number_of_substitutes: (Scalars['Float'] | null) + tv_delay: (Scalars['Float'] | null) + __typename: 'match_options_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface match_options_stddev_pop_fields { + auto_cancel_duration: (Scalars['Float'] | null) + best_of: (Scalars['Float'] | null) + live_match_timeout: (Scalars['Float'] | null) + mr: (Scalars['Float'] | null) + number_of_substitutes: (Scalars['Float'] | null) + tv_delay: (Scalars['Float'] | null) + __typename: 'match_options_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface match_options_stddev_samp_fields { + auto_cancel_duration: (Scalars['Float'] | null) + best_of: (Scalars['Float'] | null) + live_match_timeout: (Scalars['Float'] | null) + mr: (Scalars['Float'] | null) + number_of_substitutes: (Scalars['Float'] | null) + tv_delay: (Scalars['Float'] | null) + __typename: 'match_options_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface match_options_sum_fields { + auto_cancel_duration: (Scalars['Int'] | null) + best_of: (Scalars['Int'] | null) + live_match_timeout: (Scalars['Int'] | null) + mr: (Scalars['Int'] | null) + number_of_substitutes: (Scalars['Int'] | null) + tv_delay: (Scalars['Int'] | null) + __typename: 'match_options_sum_fields' +} + + +/** update columns of table "match_options" */ +export type match_options_update_column = 'auto_cancel_duration' | 'auto_cancellation' | 'best_of' | 'check_in_setting' | 'coaches' | 'default_models' | 'id' | 'invite_code' | 'knife_round' | 'live_match_timeout' | 'map_pool_id' | 'map_veto' | 'match_mode' | 'mr' | 'number_of_substitutes' | 'overtime' | 'prefer_dedicated_server' | 'ready_setting' | 'region_veto' | 'regions' | 'tech_timeout_setting' | 'timeout_setting' | 'tv_delay' | 'type' + + +/** aggregate var_pop on columns */ +export interface match_options_var_pop_fields { + auto_cancel_duration: (Scalars['Float'] | null) + best_of: (Scalars['Float'] | null) + live_match_timeout: (Scalars['Float'] | null) + mr: (Scalars['Float'] | null) + number_of_substitutes: (Scalars['Float'] | null) + tv_delay: (Scalars['Float'] | null) + __typename: 'match_options_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface match_options_var_samp_fields { + auto_cancel_duration: (Scalars['Float'] | null) + best_of: (Scalars['Float'] | null) + live_match_timeout: (Scalars['Float'] | null) + mr: (Scalars['Float'] | null) + number_of_substitutes: (Scalars['Float'] | null) + tv_delay: (Scalars['Float'] | null) + __typename: 'match_options_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface match_options_variance_fields { + auto_cancel_duration: (Scalars['Float'] | null) + best_of: (Scalars['Float'] | null) + live_match_timeout: (Scalars['Float'] | null) + mr: (Scalars['Float'] | null) + number_of_substitutes: (Scalars['Float'] | null) + tv_delay: (Scalars['Float'] | null) + __typename: 'match_options_variance_fields' +} + + +/** columns and relationships of "match_region_veto_picks" */ +export interface match_region_veto_picks { + created_at: Scalars['timestamptz'] + id: Scalars['uuid'] + /** An object relationship */ + match: matches + match_id: Scalars['uuid'] + /** An object relationship */ + match_lineup: match_lineups + match_lineup_id: Scalars['uuid'] + region: Scalars['String'] + type: e_veto_pick_types_enum + __typename: 'match_region_veto_picks' +} + + +/** aggregated selection of "match_region_veto_picks" */ +export interface match_region_veto_picks_aggregate { + aggregate: (match_region_veto_picks_aggregate_fields | null) + nodes: match_region_veto_picks[] + __typename: 'match_region_veto_picks_aggregate' +} + + +/** aggregate fields of "match_region_veto_picks" */ +export interface match_region_veto_picks_aggregate_fields { + count: Scalars['Int'] + max: (match_region_veto_picks_max_fields | null) + min: (match_region_veto_picks_min_fields | null) + __typename: 'match_region_veto_picks_aggregate_fields' +} + + +/** unique or primary key constraints on table "match_region_veto_picks" */ +export type match_region_veto_picks_constraint = 'match_region_veto_picks_match_id_region_key' | 'match_region_veto_picks_pkey' + + +/** aggregate max on columns */ +export interface match_region_veto_picks_max_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + region: (Scalars['String'] | null) + __typename: 'match_region_veto_picks_max_fields' +} + + +/** aggregate min on columns */ +export interface match_region_veto_picks_min_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + region: (Scalars['String'] | null) + __typename: 'match_region_veto_picks_min_fields' +} + + +/** response of any mutation on the table "match_region_veto_picks" */ +export interface match_region_veto_picks_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: match_region_veto_picks[] + __typename: 'match_region_veto_picks_mutation_response' +} + + +/** select columns of table "match_region_veto_picks" */ +export type match_region_veto_picks_select_column = 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' + + +/** update columns of table "match_region_veto_picks" */ +export type match_region_veto_picks_update_column = 'created_at' | 'id' | 'match_id' | 'match_lineup_id' | 'region' | 'type' + + +/** columns and relationships of "match_streams" */ +export interface match_streams { + autodirector: Scalars['Boolean'] + error_message: (Scalars['String'] | null) + /** An object relationship */ + game_server_node: (game_server_nodes | null) + game_server_node_id: (Scalars['String'] | null) + id: Scalars['uuid'] + is_game_streamer: Scalars['Boolean'] + is_live: Scalars['Boolean'] + k8s_service_name: (Scalars['String'] | null) + last_status_at: (Scalars['timestamptz'] | null) + link: Scalars['String'] + /** An object relationship */ + match: matches + match_id: Scalars['uuid'] + mode: Scalars['String'] + priority: Scalars['Int'] + status: (Scalars['String'] | null) + status_history: Scalars['jsonb'] + stream_url: (Scalars['String'] | null) + title: Scalars['String'] + __typename: 'match_streams' +} + + +/** aggregated selection of "match_streams" */ +export interface match_streams_aggregate { + aggregate: (match_streams_aggregate_fields | null) + nodes: match_streams[] + __typename: 'match_streams_aggregate' +} + + +/** aggregate fields of "match_streams" */ +export interface match_streams_aggregate_fields { + avg: (match_streams_avg_fields | null) + count: Scalars['Int'] + max: (match_streams_max_fields | null) + min: (match_streams_min_fields | null) + stddev: (match_streams_stddev_fields | null) + stddev_pop: (match_streams_stddev_pop_fields | null) + stddev_samp: (match_streams_stddev_samp_fields | null) + sum: (match_streams_sum_fields | null) + var_pop: (match_streams_var_pop_fields | null) + var_samp: (match_streams_var_samp_fields | null) + variance: (match_streams_variance_fields | null) + __typename: 'match_streams_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface match_streams_avg_fields { + priority: (Scalars['Float'] | null) + __typename: 'match_streams_avg_fields' +} + + +/** unique or primary key constraints on table "match_streams" */ +export type match_streams_constraint = 'match_streams_pkey' + + +/** aggregate max on columns */ +export interface match_streams_max_fields { + error_message: (Scalars['String'] | null) + game_server_node_id: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + k8s_service_name: (Scalars['String'] | null) + last_status_at: (Scalars['timestamptz'] | null) + link: (Scalars['String'] | null) + match_id: (Scalars['uuid'] | null) + mode: (Scalars['String'] | null) + priority: (Scalars['Int'] | null) + status: (Scalars['String'] | null) + stream_url: (Scalars['String'] | null) + title: (Scalars['String'] | null) + __typename: 'match_streams_max_fields' +} + + +/** aggregate min on columns */ +export interface match_streams_min_fields { + error_message: (Scalars['String'] | null) + game_server_node_id: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + k8s_service_name: (Scalars['String'] | null) + last_status_at: (Scalars['timestamptz'] | null) + link: (Scalars['String'] | null) + match_id: (Scalars['uuid'] | null) + mode: (Scalars['String'] | null) + priority: (Scalars['Int'] | null) + status: (Scalars['String'] | null) + stream_url: (Scalars['String'] | null) + title: (Scalars['String'] | null) + __typename: 'match_streams_min_fields' +} + + +/** response of any mutation on the table "match_streams" */ +export interface match_streams_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: match_streams[] + __typename: 'match_streams_mutation_response' +} + + +/** select columns of table "match_streams" */ +export type match_streams_select_column = 'autodirector' | 'error_message' | 'game_server_node_id' | 'id' | 'is_game_streamer' | 'is_live' | 'k8s_service_name' | 'last_status_at' | 'link' | 'match_id' | 'mode' | 'priority' | 'status' | 'status_history' | 'stream_url' | 'title' + + +/** select "match_streams_aggregate_bool_exp_bool_and_arguments_columns" columns of table "match_streams" */ +export type match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns = 'autodirector' | 'is_game_streamer' | 'is_live' + + +/** select "match_streams_aggregate_bool_exp_bool_or_arguments_columns" columns of table "match_streams" */ +export type match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns = 'autodirector' | 'is_game_streamer' | 'is_live' + + +/** aggregate stddev on columns */ +export interface match_streams_stddev_fields { + priority: (Scalars['Float'] | null) + __typename: 'match_streams_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface match_streams_stddev_pop_fields { + priority: (Scalars['Float'] | null) + __typename: 'match_streams_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface match_streams_stddev_samp_fields { + priority: (Scalars['Float'] | null) + __typename: 'match_streams_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface match_streams_sum_fields { + priority: (Scalars['Int'] | null) + __typename: 'match_streams_sum_fields' +} + + +/** update columns of table "match_streams" */ +export type match_streams_update_column = 'autodirector' | 'error_message' | 'game_server_node_id' | 'id' | 'is_game_streamer' | 'is_live' | 'k8s_service_name' | 'last_status_at' | 'link' | 'match_id' | 'mode' | 'priority' | 'status' | 'status_history' | 'stream_url' | 'title' + + +/** aggregate var_pop on columns */ +export interface match_streams_var_pop_fields { + priority: (Scalars['Float'] | null) + __typename: 'match_streams_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface match_streams_var_samp_fields { + priority: (Scalars['Float'] | null) + __typename: 'match_streams_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface match_streams_variance_fields { + priority: (Scalars['Float'] | null) + __typename: 'match_streams_variance_fields' +} + + +/** columns and relationships of "match_type_cfgs" */ +export interface match_type_cfgs { + cfg: Scalars['String'] + type: e_game_cfg_types_enum + __typename: 'match_type_cfgs' +} + + +/** aggregated selection of "match_type_cfgs" */ +export interface match_type_cfgs_aggregate { + aggregate: (match_type_cfgs_aggregate_fields | null) + nodes: match_type_cfgs[] + __typename: 'match_type_cfgs_aggregate' +} + + +/** aggregate fields of "match_type_cfgs" */ +export interface match_type_cfgs_aggregate_fields { + count: Scalars['Int'] + max: (match_type_cfgs_max_fields | null) + min: (match_type_cfgs_min_fields | null) + __typename: 'match_type_cfgs_aggregate_fields' +} + + +/** unique or primary key constraints on table "match_type_cfgs" */ +export type match_type_cfgs_constraint = 'match_type_cfgs_pkey' + + +/** aggregate max on columns */ +export interface match_type_cfgs_max_fields { + cfg: (Scalars['String'] | null) + __typename: 'match_type_cfgs_max_fields' +} + + +/** aggregate min on columns */ +export interface match_type_cfgs_min_fields { + cfg: (Scalars['String'] | null) + __typename: 'match_type_cfgs_min_fields' +} + + +/** response of any mutation on the table "match_type_cfgs" */ +export interface match_type_cfgs_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: match_type_cfgs[] + __typename: 'match_type_cfgs_mutation_response' +} + + +/** select columns of table "match_type_cfgs" */ +export type match_type_cfgs_select_column = 'cfg' | 'type' + + +/** update columns of table "match_type_cfgs" */ +export type match_type_cfgs_update_column = 'cfg' | 'type' + + +/** columns and relationships of "matches" */ +export interface matches { + /** A computed field, executes function "can_assign_server_to_match" */ + can_assign_server: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_cancel_match" */ + can_cancel: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_check_in" */ + can_check_in: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_reassign_winner" */ + can_reassign_winner: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_schedule_match" */ + can_schedule: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_start_match" */ + can_start: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_stream_live" */ + can_stream_live: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_stream_tv" */ + can_stream_tv: (Scalars['Boolean'] | null) + cancels_at: (Scalars['timestamptz'] | null) + /** An array relationship */ + clutches: v_match_clutches[] + /** An aggregate relationship */ + clutches_aggregate: v_match_clutches_aggregate + /** A computed field, executes function "get_match_connection_link" */ + connection_link: (Scalars['String'] | null) + /** A computed field, executes function "get_match_connection_string" */ + connection_string: (Scalars['String'] | null) + created_at: Scalars['timestamptz'] + /** A computed field, executes function "get_current_match_map" */ + current_match_map_id: (Scalars['uuid'] | null) + /** An array relationship */ + demos: match_map_demos[] + /** An aggregate relationship */ + demos_aggregate: match_map_demos_aggregate + /** An array relationship */ + draft_games: draft_games[] + /** An aggregate relationship */ + draft_games_aggregate: draft_games_aggregate + /** An object relationship */ + e_match_status: e_match_status + /** An object relationship */ + e_region: (server_regions | null) + effective_at: (Scalars['timestamptz'] | null) + /** An array relationship */ + elo_changes: v_player_elo[] + /** An aggregate relationship */ + elo_changes_aggregate: v_player_elo_aggregate + ended_at: (Scalars['timestamptz'] | null) + external_id: (Scalars['String'] | null) + id: Scalars['uuid'] + /** A computed field, executes function "match_invite_code" */ + invite_code: (Scalars['String'] | null) + /** A computed field, executes function "is_captain" */ + is_captain: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_coach" */ + is_coach: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_friend_in_match_lineup" */ + is_friend_in_match_lineup: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_in_lineup" */ + is_in_lineup: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_match_server_available" */ + is_match_server_available: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_match_organizer" */ + is_organizer: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_server_online" */ + is_server_online: (Scalars['Boolean'] | null) + /** A computed field, executes function "is_tournament_match" */ + is_tournament_match: (Scalars['Boolean'] | null) + label: (Scalars['String'] | null) + /** An object relationship */ + lineup_1: match_lineups + lineup_1_id: Scalars['uuid'] + /** An object relationship */ + lineup_2: match_lineups + lineup_2_id: Scalars['uuid'] + /** A computed field, executes function "get_lineup_counts" */ + lineup_counts: (Scalars['json'] | null) + /** A computed field, executes function "get_map_veto_picking_lineup_id" */ + map_veto_picking_lineup_id: (Scalars['uuid'] | null) + /** An array relationship */ + map_veto_picks: match_map_veto_picks[] + /** An aggregate relationship */ + map_veto_picks_aggregate: match_map_veto_picks_aggregate + /** A computed field, executes function "get_map_veto_type" */ + map_veto_type: (Scalars['String'] | null) + /** An array relationship */ + match_maps: match_maps[] + /** An aggregate relationship */ + match_maps_aggregate: match_maps_aggregate + match_options_id: (Scalars['uuid'] | null) + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + /** An array relationship */ + opening_duels: v_match_player_opening_duels[] + /** An aggregate relationship */ + opening_duels_aggregate: v_match_player_opening_duels_aggregate + /** An object relationship */ + options: (match_options | null) + /** An object relationship */ + organizer: (players | null) + organizer_steam_id: (Scalars['bigint'] | null) + password: Scalars['String'] + /** An array relationship */ + player_assists: player_assists[] + /** An aggregate relationship */ + player_assists_aggregate: player_assists_aggregate + /** An array relationship */ + player_damages: player_damages[] + /** An aggregate relationship */ + player_damages_aggregate: player_damages_aggregate + /** An array relationship */ + player_flashes: player_flashes[] + /** An aggregate relationship */ + player_flashes_aggregate: player_flashes_aggregate + /** An array relationship */ + player_kills: player_kills[] + /** An aggregate relationship */ + player_kills_aggregate: player_kills_aggregate + /** An array relationship */ + player_objectives: player_objectives[] + /** An aggregate relationship */ + player_objectives_aggregate: player_objectives_aggregate + /** An array relationship */ + player_unused_utilities: player_unused_utility[] + /** An aggregate relationship */ + player_unused_utilities_aggregate: player_unused_utility_aggregate + /** An array relationship */ + player_utility: player_utility[] + /** An aggregate relationship */ + player_utility_aggregate: player_utility_aggregate + region: (Scalars['String'] | null) + /** A computed field, executes function "get_region_veto_picking_lineup_id" */ + region_veto_picking_lineup_id: (Scalars['uuid'] | null) + /** An array relationship */ + region_veto_picks: match_region_veto_picks[] + /** An aggregate relationship */ + region_veto_picks_aggregate: match_region_veto_picks_aggregate + /** A computed field, executes function "match_requested_organizer" */ + requested_organizer: (Scalars['Boolean'] | null) + scheduled_at: (Scalars['timestamptz'] | null) + /** An object relationship */ + server: (servers | null) + server_error: (Scalars['String'] | null) + server_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_match_server_region" */ + server_region: (Scalars['String'] | null) + /** A computed field, executes function "get_match_server_type" */ + server_type: (Scalars['String'] | null) + source: Scalars['String'] + started_at: (Scalars['timestamptz'] | null) + status: e_match_status_enum + /** An array relationship */ + streams: match_streams[] + /** An aggregate relationship */ + streams_aggregate: match_streams_aggregate + /** A computed field, executes function "get_match_teams" */ + teams: (teams[] | null) + /** An array relationship */ + tournament_brackets: tournament_brackets[] + /** An aggregate relationship */ + tournament_brackets_aggregate: tournament_brackets_aggregate + /** A computed field, executes function "get_match_tv_connection_string" */ + tv_connection_string: (Scalars['String'] | null) + /** An object relationship */ + winner: (match_lineups | null) + winning_lineup_id: (Scalars['uuid'] | null) + __typename: 'matches' +} + + +/** aggregated selection of "matches" */ +export interface matches_aggregate { + aggregate: (matches_aggregate_fields | null) + nodes: matches[] + __typename: 'matches_aggregate' +} + + +/** aggregate fields of "matches" */ +export interface matches_aggregate_fields { + avg: (matches_avg_fields | null) + count: Scalars['Int'] + max: (matches_max_fields | null) + min: (matches_min_fields | null) + stddev: (matches_stddev_fields | null) + stddev_pop: (matches_stddev_pop_fields | null) + stddev_samp: (matches_stddev_samp_fields | null) + sum: (matches_sum_fields | null) + var_pop: (matches_var_pop_fields | null) + var_samp: (matches_var_samp_fields | null) + variance: (matches_variance_fields | null) + __typename: 'matches_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface matches_avg_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'matches_avg_fields' +} + + +/** unique or primary key constraints on table "matches" */ +export type matches_constraint = 'matches_lineup_1_id_key' | 'matches_lineup_1_id_lineup_2_id_key' | 'matches_lineup_2_id_key' | 'matches_pkey' | 'uq_matches_source_external_id' + + +/** aggregate max on columns */ +export interface matches_max_fields { + cancels_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "get_match_connection_link" */ + connection_link: (Scalars['String'] | null) + /** A computed field, executes function "get_match_connection_string" */ + connection_string: (Scalars['String'] | null) + created_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "get_current_match_map" */ + current_match_map_id: (Scalars['uuid'] | null) + effective_at: (Scalars['timestamptz'] | null) + ended_at: (Scalars['timestamptz'] | null) + external_id: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + /** A computed field, executes function "match_invite_code" */ + invite_code: (Scalars['String'] | null) + label: (Scalars['String'] | null) + lineup_1_id: (Scalars['uuid'] | null) + lineup_2_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_map_veto_picking_lineup_id" */ + map_veto_picking_lineup_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_map_veto_type" */ + map_veto_type: (Scalars['String'] | null) + match_options_id: (Scalars['uuid'] | null) + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['bigint'] | null) + password: (Scalars['String'] | null) + region: (Scalars['String'] | null) + /** A computed field, executes function "get_region_veto_picking_lineup_id" */ + region_veto_picking_lineup_id: (Scalars['uuid'] | null) + scheduled_at: (Scalars['timestamptz'] | null) + server_error: (Scalars['String'] | null) + server_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_match_server_region" */ + server_region: (Scalars['String'] | null) + /** A computed field, executes function "get_match_server_type" */ + server_type: (Scalars['String'] | null) + source: (Scalars['String'] | null) + started_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "get_match_tv_connection_string" */ + tv_connection_string: (Scalars['String'] | null) + winning_lineup_id: (Scalars['uuid'] | null) + __typename: 'matches_max_fields' +} + + +/** aggregate min on columns */ +export interface matches_min_fields { + cancels_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "get_match_connection_link" */ + connection_link: (Scalars['String'] | null) + /** A computed field, executes function "get_match_connection_string" */ + connection_string: (Scalars['String'] | null) + created_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "get_current_match_map" */ + current_match_map_id: (Scalars['uuid'] | null) + effective_at: (Scalars['timestamptz'] | null) + ended_at: (Scalars['timestamptz'] | null) + external_id: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + /** A computed field, executes function "match_invite_code" */ + invite_code: (Scalars['String'] | null) + label: (Scalars['String'] | null) + lineup_1_id: (Scalars['uuid'] | null) + lineup_2_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_map_veto_picking_lineup_id" */ + map_veto_picking_lineup_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_map_veto_type" */ + map_veto_type: (Scalars['String'] | null) + match_options_id: (Scalars['uuid'] | null) + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['bigint'] | null) + password: (Scalars['String'] | null) + region: (Scalars['String'] | null) + /** A computed field, executes function "get_region_veto_picking_lineup_id" */ + region_veto_picking_lineup_id: (Scalars['uuid'] | null) + scheduled_at: (Scalars['timestamptz'] | null) + server_error: (Scalars['String'] | null) + server_id: (Scalars['uuid'] | null) + /** A computed field, executes function "get_match_server_region" */ + server_region: (Scalars['String'] | null) + /** A computed field, executes function "get_match_server_type" */ + server_type: (Scalars['String'] | null) + source: (Scalars['String'] | null) + started_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "get_match_tv_connection_string" */ + tv_connection_string: (Scalars['String'] | null) + winning_lineup_id: (Scalars['uuid'] | null) + __typename: 'matches_min_fields' +} + + +/** response of any mutation on the table "matches" */ +export interface matches_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: matches[] + __typename: 'matches_mutation_response' +} + + +/** select columns of table "matches" */ +export type matches_select_column = 'cancels_at' | 'created_at' | 'effective_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'source' | 'started_at' | 'status' | 'winning_lineup_id' + + +/** aggregate stddev on columns */ +export interface matches_stddev_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'matches_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface matches_stddev_pop_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'matches_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface matches_stddev_samp_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'matches_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface matches_sum_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['bigint'] | null) + __typename: 'matches_sum_fields' +} + + +/** update columns of table "matches" */ +export type matches_update_column = 'cancels_at' | 'created_at' | 'ended_at' | 'external_id' | 'id' | 'label' | 'lineup_1_id' | 'lineup_2_id' | 'match_options_id' | 'organizer_steam_id' | 'password' | 'region' | 'scheduled_at' | 'server_error' | 'server_id' | 'source' | 'started_at' | 'status' | 'winning_lineup_id' + + +/** aggregate var_pop on columns */ +export interface matches_var_pop_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'matches_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface matches_var_samp_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'matches_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface matches_variance_fields { + /** A computed field, executes function "match_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "match_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'matches_variance_fields' +} + + +/** columns and relationships of "migration_hashes.hashes" */ +export interface migration_hashes_hashes { + hash: Scalars['String'] + name: Scalars['String'] + __typename: 'migration_hashes_hashes' +} + + +/** aggregated selection of "migration_hashes.hashes" */ +export interface migration_hashes_hashes_aggregate { + aggregate: (migration_hashes_hashes_aggregate_fields | null) + nodes: migration_hashes_hashes[] + __typename: 'migration_hashes_hashes_aggregate' +} + + +/** aggregate fields of "migration_hashes.hashes" */ +export interface migration_hashes_hashes_aggregate_fields { + count: Scalars['Int'] + max: (migration_hashes_hashes_max_fields | null) + min: (migration_hashes_hashes_min_fields | null) + __typename: 'migration_hashes_hashes_aggregate_fields' +} + + +/** unique or primary key constraints on table "migration_hashes.hashes" */ +export type migration_hashes_hashes_constraint = 'hashes_pkey' + + +/** aggregate max on columns */ +export interface migration_hashes_hashes_max_fields { + hash: (Scalars['String'] | null) + name: (Scalars['String'] | null) + __typename: 'migration_hashes_hashes_max_fields' +} + + +/** aggregate min on columns */ +export interface migration_hashes_hashes_min_fields { + hash: (Scalars['String'] | null) + name: (Scalars['String'] | null) + __typename: 'migration_hashes_hashes_min_fields' +} + + +/** response of any mutation on the table "migration_hashes.hashes" */ +export interface migration_hashes_hashes_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: migration_hashes_hashes[] + __typename: 'migration_hashes_hashes_mutation_response' +} + + +/** select columns of table "migration_hashes.hashes" */ +export type migration_hashes_hashes_select_column = 'hash' | 'name' + + +/** update columns of table "migration_hashes.hashes" */ +export type migration_hashes_hashes_update_column = 'hash' | 'name' + + +/** mutation root */ +export interface mutation_root { + PreviewTournamentMatchReset: PreviewTournamentMatchResetOutput + ResetTournamentMatch: (SuccessOutput | null) + /** accept team invite */ + acceptInvite: (SuccessOutput | null) + /** addDraftPlayer */ + addDraftPlayer: (SuccessOutput | null) + /** Add a friends-role presence bot account to the pool */ + addSteamPresenceBotAccount: (SuccessOutput | null) + approveNameChange: (SuccessOutput | null) + /** execute VOLATILE function "approve_league_season_movements" which returns "league_team_movements" */ + approve_league_season_movements: league_team_movements[] + /** Assign the presence bot a user should add as a friend */ + assignSteamPresenceBot: (SteamPresenceBotAssignment | null) + /** Dev-only — attach the demo player to a standing dev game-streamer pod (no Job boot) */ + attachDemo: (WatchDemoOutput | null) + /** Rebuild a season's ELO + stats from the matches inside its date range (admin only). Runs in the background; track via backfillSeasonEloStatus. */ + backfillSeasonElo: (RecomputeEloStartedOutput | null) + /** Return the progress of the season ELO backfill run (admin only). */ + backfillSeasonEloStatus: (SeasonBackfillStatusOutput | null) + /** Launch a Vulkan shader pre-bake Job on a GPU node */ + bakeShaders: (SuccessOutput | null) + /** callForOrganizer */ + callForOrganizer: (SuccessOutput | null) + /** Request cancellation of the in-progress season ELO backfill (admin only). Stops after the current match. */ + cancelBackfillSeasonElo: (SuccessOutput | null) + /** Cancel an in-progress or stuck Vulkan shader pre-bake Job on a GPU node */ + cancelBakeShaders: (SuccessOutput | null) + /** Cancel an in-flight clip render and tear down the K8s job */ + cancelClipRender: (SuccessOutput | null) + /** Cancel an entire match_map's render queue + tear down the pod. */ + cancelClipRenderBatch: (SuccessOutput | null) + /** cancelMatch */ + cancelMatch: (SuccessOutput | null) + /** Request cancellation of the in-progress ELO recompute (admin only). Stops after the current match. */ + cancelRecomputePlayerElo: (SuccessOutput | null) + /** Request cancellation of the in-progress player reindex (admin only). Stops after the current player. */ + cancelRefreshAllPlayers: (SuccessOutput | null) + /** Request cancellation of the in-progress reparse-all-demos run (admin only). Stops after the current demo finishes. */ + cancelReparseAllDemos: (SuccessOutput | null) + /** cancelScrimRequest */ + cancelScrimRequest: (SuccessOutput | null) + /** checkIntoMatch */ + checkIntoMatch: (SuccessOutput | null) + /** Delete terminal-state clip_render_jobs rows for a single match_map batch. */ + clearClipRenderBatch: (SuccessOutput | null) + /** Delete all terminal-state clip_render_jobs rows platform-wide. */ + clearFinishedClipRenders: (SuccessOutput | null) + clearPendingMatchImport: (PendingMatchImportActionOutput | null) + /** execute VOLATILE function "clone_league_season" which returns "league_seasons" */ + clone_league_season: league_seasons[] + /** counterScrimRequest */ + counterScrimRequest: (SuccessOutput | null) + createApiKey: (ApiKeyResponse | null) + /** Build a multi-segment ClipSpec from a player+preset and dispatch render */ + createClipFromPreset: (CreateClipRenderOutput | null) + /** Spawn a clip-render pod that produces an mp4 from a demo and uploads it */ + createClipRender: (CreateClipRenderOutput | null) + createClips: (SuccessOutput | null) + /** createDraftGame */ + createDraftGame: (CreateDraftGameOutput | null) + /** createScheduledMatch */ + createScheduledMatch: (CreateScheduledMatchOutput | null) + /** Create directory on game server */ + createServerDirectory: (SuccessOutput | null) + /** Delete a saved clip and its underlying S3 object */ + deleteClip: (SuccessOutput | null) + deleteMatch: (SuccessOutput | null) + /** Delete a news post. Caller role is verified against public.post_news_role. */ + deleteNewsPost: (SuccessOutput | null) + /** Delete orphaned S3 objects found by the last scan (admin only). Each key is re-verified against the database before removal. */ + deleteOrphanedDemos: (DeleteOrphansOutput | null) + /** Delete file or directory on game server */ + deleteServerItem: (SuccessOutput | null) + /** Delete a tournament and clean up demo files */ + deleteTournament: (SuccessOutput | null) + /** delete data from the table: "_map_pool" */ + delete__map_pool: (_map_pool_mutation_response | null) + /** delete single row from the table: "_map_pool" */ + delete__map_pool_by_pk: (_map_pool | null) + /** delete data from the table: "abandoned_matches" */ + delete_abandoned_matches: (abandoned_matches_mutation_response | null) + /** delete single row from the table: "abandoned_matches" */ + delete_abandoned_matches_by_pk: (abandoned_matches | null) + /** delete data from the table: "api_keys" */ + 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: "clip_render_jobs" */ + delete_clip_render_jobs: (clip_render_jobs_mutation_response | null) + /** delete single row from the table: "clip_render_jobs" */ + delete_clip_render_jobs_by_pk: (clip_render_jobs | null) + /** delete data from the table: "db_backups" */ + delete_db_backups: (db_backups_mutation_response | null) + /** delete single row from the table: "db_backups" */ + delete_db_backups_by_pk: (db_backups | null) + /** delete data from the table: "draft_game_picks" */ + delete_draft_game_picks: (draft_game_picks_mutation_response | null) + /** delete single row from the table: "draft_game_picks" */ + delete_draft_game_picks_by_pk: (draft_game_picks | null) + /** delete data from the table: "draft_game_players" */ + delete_draft_game_players: (draft_game_players_mutation_response | null) + /** delete single row from the table: "draft_game_players" */ + delete_draft_game_players_by_pk: (draft_game_players | null) + /** delete data from the table: "draft_games" */ + 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_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" */ + delete_e_check_in_settings_by_pk: (e_check_in_settings | null) + /** delete data from the table: "e_draft_game_captain_selection" */ + delete_e_draft_game_captain_selection: (e_draft_game_captain_selection_mutation_response | null) + /** delete single row from the table: "e_draft_game_captain_selection" */ + delete_e_draft_game_captain_selection_by_pk: (e_draft_game_captain_selection | null) + /** delete data from the table: "e_draft_game_draft_order" */ + delete_e_draft_game_draft_order: (e_draft_game_draft_order_mutation_response | null) + /** delete single row from the table: "e_draft_game_draft_order" */ + delete_e_draft_game_draft_order_by_pk: (e_draft_game_draft_order | null) + /** delete data from the table: "e_draft_game_mode" */ + delete_e_draft_game_mode: (e_draft_game_mode_mutation_response | null) + /** delete single row from the table: "e_draft_game_mode" */ + delete_e_draft_game_mode_by_pk: (e_draft_game_mode | null) + /** delete data from the table: "e_draft_game_player_status" */ + delete_e_draft_game_player_status: (e_draft_game_player_status_mutation_response | null) + /** delete single row from the table: "e_draft_game_player_status" */ + delete_e_draft_game_player_status_by_pk: (e_draft_game_player_status | null) + /** delete data from the table: "e_draft_game_status" */ + delete_e_draft_game_status: (e_draft_game_status_mutation_response | null) + /** delete single row from the table: "e_draft_game_status" */ + delete_e_draft_game_status_by_pk: (e_draft_game_status | null) + /** delete data from the table: "e_friend_status" */ + delete_e_friend_status: (e_friend_status_mutation_response | null) + /** delete single row from the table: "e_friend_status" */ + delete_e_friend_status_by_pk: (e_friend_status | null) + /** delete data from the table: "e_game_cfg_types" */ + delete_e_game_cfg_types: (e_game_cfg_types_mutation_response | null) + /** delete single row from the table: "e_game_cfg_types" */ + delete_e_game_cfg_types_by_pk: (e_game_cfg_types | null) + /** delete data from the table: "e_game_server_node_statuses" */ + delete_e_game_server_node_statuses: (e_game_server_node_statuses_mutation_response | null) + /** delete single row from the table: "e_game_server_node_statuses" */ + delete_e_game_server_node_statuses_by_pk: (e_game_server_node_statuses | null) + /** delete data from the table: "e_league_movement_types" */ + delete_e_league_movement_types: (e_league_movement_types_mutation_response | null) + /** delete single row from the table: "e_league_movement_types" */ + delete_e_league_movement_types_by_pk: (e_league_movement_types | null) + /** delete data from the table: "e_league_proposal_statuses" */ + delete_e_league_proposal_statuses: (e_league_proposal_statuses_mutation_response | null) + /** delete single row from the table: "e_league_proposal_statuses" */ + delete_e_league_proposal_statuses_by_pk: (e_league_proposal_statuses | null) + /** delete data from the table: "e_league_registration_statuses" */ + delete_e_league_registration_statuses: (e_league_registration_statuses_mutation_response | null) + /** delete single row from the table: "e_league_registration_statuses" */ + delete_e_league_registration_statuses_by_pk: (e_league_registration_statuses | null) + /** delete data from the table: "e_league_season_statuses" */ + delete_e_league_season_statuses: (e_league_season_statuses_mutation_response | null) + /** delete single row from the table: "e_league_season_statuses" */ + delete_e_league_season_statuses_by_pk: (e_league_season_statuses | null) + /** delete data from the table: "e_lobby_access" */ + delete_e_lobby_access: (e_lobby_access_mutation_response | null) + /** delete single row from the table: "e_lobby_access" */ + delete_e_lobby_access_by_pk: (e_lobby_access | null) + /** delete data from the table: "e_lobby_player_status" */ + delete_e_lobby_player_status: (e_lobby_player_status_mutation_response | null) + /** delete single row from the table: "e_lobby_player_status" */ + delete_e_lobby_player_status_by_pk: (e_lobby_player_status | null) + /** delete data from the table: "e_map_pool_types" */ + delete_e_map_pool_types: (e_map_pool_types_mutation_response | null) + /** delete single row from the table: "e_map_pool_types" */ + delete_e_map_pool_types_by_pk: (e_map_pool_types | null) + /** delete data from the table: "e_match_clip_visibility" */ + delete_e_match_clip_visibility: (e_match_clip_visibility_mutation_response | null) + /** delete single row from the table: "e_match_clip_visibility" */ + delete_e_match_clip_visibility_by_pk: (e_match_clip_visibility | null) + /** delete data from the table: "e_match_map_status" */ + delete_e_match_map_status: (e_match_map_status_mutation_response | null) + /** delete single row from the table: "e_match_map_status" */ + delete_e_match_map_status_by_pk: (e_match_map_status | null) + /** delete data from the table: "e_match_mode" */ + delete_e_match_mode: (e_match_mode_mutation_response | null) + /** delete single row from the table: "e_match_mode" */ + delete_e_match_mode_by_pk: (e_match_mode | null) + /** delete data from the table: "e_match_status" */ + delete_e_match_status: (e_match_status_mutation_response | null) + /** delete single row from the table: "e_match_status" */ + delete_e_match_status_by_pk: (e_match_status | null) + /** delete data from the table: "e_match_types" */ + delete_e_match_types: (e_match_types_mutation_response | null) + /** delete single row from the table: "e_match_types" */ + delete_e_match_types_by_pk: (e_match_types | null) + /** delete data from the table: "e_notification_types" */ + delete_e_notification_types: (e_notification_types_mutation_response | null) + /** delete single row from the table: "e_notification_types" */ + delete_e_notification_types_by_pk: (e_notification_types | null) + /** delete data from the table: "e_objective_types" */ + delete_e_objective_types: (e_objective_types_mutation_response | null) + /** delete single row from the table: "e_objective_types" */ + delete_e_objective_types_by_pk: (e_objective_types | null) + /** delete data from the table: "e_player_roles" */ + delete_e_player_roles: (e_player_roles_mutation_response | null) + /** delete single row from the table: "e_player_roles" */ + delete_e_player_roles_by_pk: (e_player_roles | null) + /** delete data from the table: "e_ready_settings" */ + delete_e_ready_settings: (e_ready_settings_mutation_response | null) + /** delete single row from the table: "e_ready_settings" */ + delete_e_ready_settings_by_pk: (e_ready_settings | null) + /** delete data from the table: "e_sanction_types" */ + delete_e_sanction_types: (e_sanction_types_mutation_response | null) + /** delete single row from the table: "e_sanction_types" */ + delete_e_sanction_types_by_pk: (e_sanction_types | null) + /** delete data from the table: "e_scrim_request_statuses" */ + delete_e_scrim_request_statuses: (e_scrim_request_statuses_mutation_response | null) + /** delete single row from the table: "e_scrim_request_statuses" */ + delete_e_scrim_request_statuses_by_pk: (e_scrim_request_statuses | null) + /** delete data from the table: "e_server_types" */ + delete_e_server_types: (e_server_types_mutation_response | null) + /** delete single row from the table: "e_server_types" */ + delete_e_server_types_by_pk: (e_server_types | null) + /** delete data from the table: "e_sides" */ + delete_e_sides: (e_sides_mutation_response | null) + /** delete single row from the table: "e_sides" */ + delete_e_sides_by_pk: (e_sides | null) + /** delete data from the table: "e_system_alert_types" */ + delete_e_system_alert_types: (e_system_alert_types_mutation_response | null) + /** delete single row from the table: "e_system_alert_types" */ + delete_e_system_alert_types_by_pk: (e_system_alert_types | null) + /** delete data from the table: "e_team_roles" */ + delete_e_team_roles: (e_team_roles_mutation_response | null) + /** delete single row from the table: "e_team_roles" */ + delete_e_team_roles_by_pk: (e_team_roles | null) + /** delete data from the table: "e_team_roster_statuses" */ + delete_e_team_roster_statuses: (e_team_roster_statuses_mutation_response | null) + /** delete single row from the table: "e_team_roster_statuses" */ + delete_e_team_roster_statuses_by_pk: (e_team_roster_statuses | null) + /** delete data from the table: "e_timeout_settings" */ + delete_e_timeout_settings: (e_timeout_settings_mutation_response | null) + /** delete single row from the table: "e_timeout_settings" */ + delete_e_timeout_settings_by_pk: (e_timeout_settings | null) + /** delete data from the table: "e_tournament_stage_types" */ + delete_e_tournament_stage_types: (e_tournament_stage_types_mutation_response | null) + /** delete single row from the table: "e_tournament_stage_types" */ + delete_e_tournament_stage_types_by_pk: (e_tournament_stage_types | null) + /** delete data from the table: "e_tournament_status" */ + delete_e_tournament_status: (e_tournament_status_mutation_response | null) + /** delete single row from the table: "e_tournament_status" */ + delete_e_tournament_status_by_pk: (e_tournament_status | null) + /** delete data from the table: "e_utility_types" */ + delete_e_utility_types: (e_utility_types_mutation_response | null) + /** delete single row from the table: "e_utility_types" */ + delete_e_utility_types_by_pk: (e_utility_types | null) + /** delete data from the table: "e_veto_pick_types" */ + delete_e_veto_pick_types: (e_veto_pick_types_mutation_response | null) + /** delete single row from the table: "e_veto_pick_types" */ + delete_e_veto_pick_types_by_pk: (e_veto_pick_types | null) + /** delete data from the table: "e_winning_reasons" */ + delete_e_winning_reasons: (e_winning_reasons_mutation_response | null) + /** delete single row from the table: "e_winning_reasons" */ + delete_e_winning_reasons_by_pk: (e_winning_reasons | null) + /** delete data from the table: "friends" */ + delete_friends: (friends_mutation_response | null) + /** delete single row from the table: "friends" */ + delete_friends_by_pk: (friends | null) + /** delete data from the table: "game_server_nodes" */ + delete_game_server_nodes: (game_server_nodes_mutation_response | null) + /** delete single row from the table: "game_server_nodes" */ + delete_game_server_nodes_by_pk: (game_server_nodes | null) + /** delete data from the table: "game_versions" */ + delete_game_versions: (game_versions_mutation_response | null) + /** delete single row from the table: "game_versions" */ + delete_game_versions_by_pk: (game_versions | null) + /** delete data from the table: "gamedata_signature_validations" */ + delete_gamedata_signature_validations: (gamedata_signature_validations_mutation_response | null) + /** delete single row from the table: "gamedata_signature_validations" */ + delete_gamedata_signature_validations_by_pk: (gamedata_signature_validations | null) + /** delete data from the table: "leaderboard_entries" */ + delete_leaderboard_entries: (leaderboard_entries_mutation_response | null) + /** delete data from the table: "league_divisions" */ + delete_league_divisions: (league_divisions_mutation_response | null) + /** delete single row from the table: "league_divisions" */ + delete_league_divisions_by_pk: (league_divisions | null) + /** delete data from the table: "league_match_weeks" */ + delete_league_match_weeks: (league_match_weeks_mutation_response | null) + /** delete single row from the table: "league_match_weeks" */ + delete_league_match_weeks_by_pk: (league_match_weeks | null) + /** delete data from the table: "league_relegation_playoffs" */ + delete_league_relegation_playoffs: (league_relegation_playoffs_mutation_response | null) + /** delete single row from the table: "league_relegation_playoffs" */ + delete_league_relegation_playoffs_by_pk: (league_relegation_playoffs | null) + /** delete data from the table: "league_scheduling_proposals" */ + delete_league_scheduling_proposals: (league_scheduling_proposals_mutation_response | null) + /** delete single row from the table: "league_scheduling_proposals" */ + delete_league_scheduling_proposals_by_pk: (league_scheduling_proposals | null) + /** delete data from the table: "league_season_divisions" */ + delete_league_season_divisions: (league_season_divisions_mutation_response | null) + /** delete single row from the table: "league_season_divisions" */ + delete_league_season_divisions_by_pk: (league_season_divisions | null) + /** delete data from the table: "league_seasons" */ + delete_league_seasons: (league_seasons_mutation_response | null) + /** delete single row from the table: "league_seasons" */ + delete_league_seasons_by_pk: (league_seasons | null) + /** delete data from the table: "league_team_movements" */ + delete_league_team_movements: (league_team_movements_mutation_response | null) + /** delete single row from the table: "league_team_movements" */ + delete_league_team_movements_by_pk: (league_team_movements | null) + /** delete data from the table: "league_team_rosters" */ + delete_league_team_rosters: (league_team_rosters_mutation_response | null) + /** delete single row from the table: "league_team_rosters" */ + delete_league_team_rosters_by_pk: (league_team_rosters | null) + /** delete data from the table: "league_team_seasons" */ + delete_league_team_seasons: (league_team_seasons_mutation_response | null) + /** delete single row from the table: "league_team_seasons" */ + delete_league_team_seasons_by_pk: (league_team_seasons | null) + /** delete data from the table: "league_teams" */ + delete_league_teams: (league_teams_mutation_response | null) + /** delete single row from the table: "league_teams" */ + delete_league_teams_by_pk: (league_teams | null) + /** delete data from the table: "lobbies" */ + delete_lobbies: (lobbies_mutation_response | null) + /** delete single row from the table: "lobbies" */ + delete_lobbies_by_pk: (lobbies | null) + /** delete data from the table: "lobby_players" */ + delete_lobby_players: (lobby_players_mutation_response | null) + /** delete single row from the table: "lobby_players" */ + delete_lobby_players_by_pk: (lobby_players | null) + /** delete data from the table: "map_pools" */ + delete_map_pools: (map_pools_mutation_response | null) + /** delete single row from the table: "map_pools" */ + delete_map_pools_by_pk: (map_pools | null) + /** delete data from the table: "maps" */ + delete_maps: (maps_mutation_response | null) + /** delete single row from the table: "maps" */ + delete_maps_by_pk: (maps | null) + /** delete data from the table: "match_clips" */ + delete_match_clips: (match_clips_mutation_response | null) + /** delete single row from the table: "match_clips" */ + delete_match_clips_by_pk: (match_clips | null) + /** delete data from the table: "match_demo_sessions" */ + delete_match_demo_sessions: (match_demo_sessions_mutation_response | null) + /** delete single row from the table: "match_demo_sessions" */ + delete_match_demo_sessions_by_pk: (match_demo_sessions | null) + /** delete data from the table: "match_lineup_players" */ + delete_match_lineup_players: (match_lineup_players_mutation_response | null) /** delete single row from the table: "match_lineup_players" */ delete_match_lineup_players_by_pk: (match_lineup_players | null) /** delete data from the table: "match_lineups" */ @@ -8676,6 +10610,10 @@ export interface mutation_root { delete_tournament_organizers: (tournament_organizers_mutation_response | null) /** delete single row from the table: "tournament_organizers" */ delete_tournament_organizers_by_pk: (tournament_organizers | null) + /** delete data from the table: "tournament_stage_windows" */ + delete_tournament_stage_windows: (tournament_stage_windows_mutation_response | null) + /** delete single row from the table: "tournament_stage_windows" */ + delete_tournament_stage_windows_by_pk: (tournament_stage_windows | null) /** delete data from the table: "tournament_stages" */ delete_tournament_stages: (tournament_stages_mutation_response | null) /** delete single row from the table: "tournament_stages" */ @@ -8789,6 +10727,22 @@ export interface mutation_root { insert_e_game_server_node_statuses: (e_game_server_node_statuses_mutation_response | null) /** insert a single row into the table: "e_game_server_node_statuses" */ insert_e_game_server_node_statuses_one: (e_game_server_node_statuses | null) + /** insert data into the table: "e_league_movement_types" */ + insert_e_league_movement_types: (e_league_movement_types_mutation_response | null) + /** insert a single row into the table: "e_league_movement_types" */ + insert_e_league_movement_types_one: (e_league_movement_types | null) + /** insert data into the table: "e_league_proposal_statuses" */ + insert_e_league_proposal_statuses: (e_league_proposal_statuses_mutation_response | null) + /** insert a single row into the table: "e_league_proposal_statuses" */ + insert_e_league_proposal_statuses_one: (e_league_proposal_statuses | null) + /** insert data into the table: "e_league_registration_statuses" */ + insert_e_league_registration_statuses: (e_league_registration_statuses_mutation_response | null) + /** insert a single row into the table: "e_league_registration_statuses" */ + insert_e_league_registration_statuses_one: (e_league_registration_statuses | null) + /** insert data into the table: "e_league_season_statuses" */ + insert_e_league_season_statuses: (e_league_season_statuses_mutation_response | null) + /** insert a single row into the table: "e_league_season_statuses" */ + insert_e_league_season_statuses_one: (e_league_season_statuses | null) /** insert data into the table: "e_lobby_access" */ insert_e_lobby_access: (e_lobby_access_mutation_response | null) /** insert a single row into the table: "e_lobby_access" */ @@ -8909,6 +10863,46 @@ export interface mutation_root { insert_leaderboard_entries: (leaderboard_entries_mutation_response | null) /** insert a single row into the table: "leaderboard_entries" */ insert_leaderboard_entries_one: (leaderboard_entries | null) + /** insert data into the table: "league_divisions" */ + insert_league_divisions: (league_divisions_mutation_response | null) + /** insert a single row into the table: "league_divisions" */ + insert_league_divisions_one: (league_divisions | null) + /** insert data into the table: "league_match_weeks" */ + insert_league_match_weeks: (league_match_weeks_mutation_response | null) + /** insert a single row into the table: "league_match_weeks" */ + insert_league_match_weeks_one: (league_match_weeks | null) + /** insert data into the table: "league_relegation_playoffs" */ + insert_league_relegation_playoffs: (league_relegation_playoffs_mutation_response | null) + /** insert a single row into the table: "league_relegation_playoffs" */ + insert_league_relegation_playoffs_one: (league_relegation_playoffs | null) + /** insert data into the table: "league_scheduling_proposals" */ + insert_league_scheduling_proposals: (league_scheduling_proposals_mutation_response | null) + /** insert a single row into the table: "league_scheduling_proposals" */ + insert_league_scheduling_proposals_one: (league_scheduling_proposals | null) + /** insert data into the table: "league_season_divisions" */ + insert_league_season_divisions: (league_season_divisions_mutation_response | null) + /** insert a single row into the table: "league_season_divisions" */ + insert_league_season_divisions_one: (league_season_divisions | null) + /** insert data into the table: "league_seasons" */ + insert_league_seasons: (league_seasons_mutation_response | null) + /** insert a single row into the table: "league_seasons" */ + insert_league_seasons_one: (league_seasons | null) + /** insert data into the table: "league_team_movements" */ + insert_league_team_movements: (league_team_movements_mutation_response | null) + /** insert a single row into the table: "league_team_movements" */ + insert_league_team_movements_one: (league_team_movements | null) + /** insert data into the table: "league_team_rosters" */ + insert_league_team_rosters: (league_team_rosters_mutation_response | null) + /** insert a single row into the table: "league_team_rosters" */ + insert_league_team_rosters_one: (league_team_rosters | null) + /** insert data into the table: "league_team_seasons" */ + insert_league_team_seasons: (league_team_seasons_mutation_response | null) + /** insert a single row into the table: "league_team_seasons" */ + insert_league_team_seasons_one: (league_team_seasons | null) + /** insert data into the table: "league_teams" */ + insert_league_teams: (league_teams_mutation_response | null) + /** insert a single row into the table: "league_teams" */ + insert_league_teams_one: (league_teams | null) /** insert data into the table: "lobbies" */ insert_lobbies: (lobbies_mutation_response | null) /** insert a single row into the table: "lobbies" */ @@ -9161,6 +11155,10 @@ export interface mutation_root { insert_tournament_organizers: (tournament_organizers_mutation_response | null) /** insert a single row into the table: "tournament_organizers" */ insert_tournament_organizers_one: (tournament_organizers | null) + /** insert data into the table: "tournament_stage_windows" */ + insert_tournament_stage_windows: (tournament_stage_windows_mutation_response | null) + /** insert a single row into the table: "tournament_stage_windows" */ + insert_tournament_stage_windows_one: (tournament_stage_windows | null) /** insert data into the table: "tournament_stages" */ insert_tournament_stages: (tournament_stages_mutation_response | null) /** insert a single row into the table: "tournament_stages" */ @@ -9214,6 +11212,8 @@ export interface mutation_root { /** joinDraftGameAsParty */ joinDraftGameAsParty: (SuccessOutput | null) kickServerPlayer: KickResult + /** execute VOLATILE function "league_award_forfeit" which returns "matches" */ + league_award_forfeit: matches[] leaveLineup: (SuccessOutput | null) linkSteamMatchHistory: (SteamMatchHistoryLinkOutput | null) /** Load dev fixture data (dev only) */ @@ -9251,8 +11251,12 @@ export interface mutation_root { removeFixtures: (SuccessOutput | null) /** Remove a friends-role presence bot account */ removeSteamPresenceBotAccount: (SuccessOutput | null) + /** execute VOLATILE function "remove_league_team_from_season" which returns "league_team_seasons" */ + remove_league_team_from_season: league_team_seasons[] /** Rename file or directory on game server */ renameServerItem: (SuccessOutput | null) + /** execute VOLATILE function "reorder_league_divisions" which returns "league_divisions" */ + reorder_league_divisions: league_divisions[] /** Re-parse every demo in the system (admin only). Runs one demo at a time in the background; this can take a very long time. Track via reparseAllDemosStatus. */ reparseAllDemos: (ReparseAllStartedOutput | null) /** Return the progress of the reparse-all-demos run (admin only). */ @@ -9269,6 +11273,8 @@ export interface mutation_root { /** respondToScrimRequest */ respondToScrimRequest: (SuccessOutput | null) restartService: (SuccessOutput | null) + /** execute VOLATILE function "restart_league_season" which returns "league_seasons" */ + restart_league_season: league_seasons[] /** Clear paused flag and re-enqueue remaining queued clip_render_jobs. */ resumeClipRenderBatch: (SuccessOutput | null) /** Delete terminal clip_render_jobs rows for a match_map (all or only failed/cancelled) and re-create them from their saved specs. */ @@ -9430,6 +11436,30 @@ export interface mutation_root { update_e_game_server_node_statuses_by_pk: (e_game_server_node_statuses | null) /** update multiples rows of table: "e_game_server_node_statuses" */ update_e_game_server_node_statuses_many: ((e_game_server_node_statuses_mutation_response | null)[] | null) + /** update data of the table: "e_league_movement_types" */ + update_e_league_movement_types: (e_league_movement_types_mutation_response | null) + /** update single row of the table: "e_league_movement_types" */ + update_e_league_movement_types_by_pk: (e_league_movement_types | null) + /** update multiples rows of table: "e_league_movement_types" */ + update_e_league_movement_types_many: ((e_league_movement_types_mutation_response | null)[] | null) + /** update data of the table: "e_league_proposal_statuses" */ + update_e_league_proposal_statuses: (e_league_proposal_statuses_mutation_response | null) + /** update single row of the table: "e_league_proposal_statuses" */ + update_e_league_proposal_statuses_by_pk: (e_league_proposal_statuses | null) + /** update multiples rows of table: "e_league_proposal_statuses" */ + update_e_league_proposal_statuses_many: ((e_league_proposal_statuses_mutation_response | null)[] | null) + /** update data of the table: "e_league_registration_statuses" */ + update_e_league_registration_statuses: (e_league_registration_statuses_mutation_response | null) + /** update single row of the table: "e_league_registration_statuses" */ + update_e_league_registration_statuses_by_pk: (e_league_registration_statuses | null) + /** update multiples rows of table: "e_league_registration_statuses" */ + update_e_league_registration_statuses_many: ((e_league_registration_statuses_mutation_response | null)[] | null) + /** update data of the table: "e_league_season_statuses" */ + update_e_league_season_statuses: (e_league_season_statuses_mutation_response | null) + /** update single row of the table: "e_league_season_statuses" */ + update_e_league_season_statuses_by_pk: (e_league_season_statuses | null) + /** update multiples rows of table: "e_league_season_statuses" */ + update_e_league_season_statuses_many: ((e_league_season_statuses_mutation_response | null)[] | null) /** update data of the table: "e_lobby_access" */ update_e_lobby_access: (e_lobby_access_mutation_response | null) /** update single row of the table: "e_lobby_access" */ @@ -9608,6 +11638,66 @@ export interface mutation_root { update_leaderboard_entries: (leaderboard_entries_mutation_response | null) /** update multiples rows of table: "leaderboard_entries" */ update_leaderboard_entries_many: ((leaderboard_entries_mutation_response | null)[] | null) + /** update data of the table: "league_divisions" */ + update_league_divisions: (league_divisions_mutation_response | null) + /** update single row of the table: "league_divisions" */ + update_league_divisions_by_pk: (league_divisions | null) + /** update multiples rows of table: "league_divisions" */ + update_league_divisions_many: ((league_divisions_mutation_response | null)[] | null) + /** update data of the table: "league_match_weeks" */ + update_league_match_weeks: (league_match_weeks_mutation_response | null) + /** update single row of the table: "league_match_weeks" */ + update_league_match_weeks_by_pk: (league_match_weeks | null) + /** update multiples rows of table: "league_match_weeks" */ + update_league_match_weeks_many: ((league_match_weeks_mutation_response | null)[] | null) + /** update data of the table: "league_relegation_playoffs" */ + update_league_relegation_playoffs: (league_relegation_playoffs_mutation_response | null) + /** update single row of the table: "league_relegation_playoffs" */ + update_league_relegation_playoffs_by_pk: (league_relegation_playoffs | null) + /** update multiples rows of table: "league_relegation_playoffs" */ + update_league_relegation_playoffs_many: ((league_relegation_playoffs_mutation_response | null)[] | null) + /** update data of the table: "league_scheduling_proposals" */ + update_league_scheduling_proposals: (league_scheduling_proposals_mutation_response | null) + /** update single row of the table: "league_scheduling_proposals" */ + update_league_scheduling_proposals_by_pk: (league_scheduling_proposals | null) + /** update multiples rows of table: "league_scheduling_proposals" */ + update_league_scheduling_proposals_many: ((league_scheduling_proposals_mutation_response | null)[] | null) + /** update data of the table: "league_season_divisions" */ + update_league_season_divisions: (league_season_divisions_mutation_response | null) + /** update single row of the table: "league_season_divisions" */ + update_league_season_divisions_by_pk: (league_season_divisions | null) + /** update multiples rows of table: "league_season_divisions" */ + update_league_season_divisions_many: ((league_season_divisions_mutation_response | null)[] | null) + /** update data of the table: "league_seasons" */ + update_league_seasons: (league_seasons_mutation_response | null) + /** update single row of the table: "league_seasons" */ + update_league_seasons_by_pk: (league_seasons | null) + /** update multiples rows of table: "league_seasons" */ + update_league_seasons_many: ((league_seasons_mutation_response | null)[] | null) + /** update data of the table: "league_team_movements" */ + update_league_team_movements: (league_team_movements_mutation_response | null) + /** update single row of the table: "league_team_movements" */ + update_league_team_movements_by_pk: (league_team_movements | null) + /** update multiples rows of table: "league_team_movements" */ + update_league_team_movements_many: ((league_team_movements_mutation_response | null)[] | null) + /** update data of the table: "league_team_rosters" */ + update_league_team_rosters: (league_team_rosters_mutation_response | null) + /** update single row of the table: "league_team_rosters" */ + update_league_team_rosters_by_pk: (league_team_rosters | null) + /** update multiples rows of table: "league_team_rosters" */ + update_league_team_rosters_many: ((league_team_rosters_mutation_response | null)[] | null) + /** update data of the table: "league_team_seasons" */ + update_league_team_seasons: (league_team_seasons_mutation_response | null) + /** update single row of the table: "league_team_seasons" */ + update_league_team_seasons_by_pk: (league_team_seasons | null) + /** update multiples rows of table: "league_team_seasons" */ + update_league_team_seasons_many: ((league_team_seasons_mutation_response | null)[] | null) + /** update data of the table: "league_teams" */ + update_league_teams: (league_teams_mutation_response | null) + /** update single row of the table: "league_teams" */ + update_league_teams_by_pk: (league_teams | null) + /** update multiples rows of table: "league_teams" */ + update_league_teams_many: ((league_teams_mutation_response | null)[] | null) /** update data of the table: "lobbies" */ update_lobbies: (lobbies_mutation_response | null) /** update single row of the table: "lobbies" */ @@ -9982,6 +12072,12 @@ export interface mutation_root { update_tournament_organizers_by_pk: (tournament_organizers | null) /** update multiples rows of table: "tournament_organizers" */ update_tournament_organizers_many: ((tournament_organizers_mutation_response | null)[] | null) + /** update data of the table: "tournament_stage_windows" */ + update_tournament_stage_windows: (tournament_stage_windows_mutation_response | null) + /** update single row of the table: "tournament_stage_windows" */ + update_tournament_stage_windows_by_pk: (tournament_stage_windows | null) + /** update multiples rows of table: "tournament_stage_windows" */ + update_tournament_stage_windows_many: ((tournament_stage_windows_mutation_response | null)[] | null) /** update data of the table: "tournament_stages" */ update_tournament_stages: (tournament_stages_mutation_response | null) /** update single row of the table: "tournament_stages" */ @@ -18276,6 +20372,30 @@ export interface query_root { e_game_server_node_statuses_aggregate: e_game_server_node_statuses_aggregate /** fetch data from the table: "e_game_server_node_statuses" using primary key columns */ e_game_server_node_statuses_by_pk: (e_game_server_node_statuses | null) + /** fetch data from the table: "e_league_movement_types" */ + e_league_movement_types: e_league_movement_types[] + /** fetch aggregated fields from the table: "e_league_movement_types" */ + e_league_movement_types_aggregate: e_league_movement_types_aggregate + /** fetch data from the table: "e_league_movement_types" using primary key columns */ + e_league_movement_types_by_pk: (e_league_movement_types | null) + /** fetch data from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses: e_league_proposal_statuses[] + /** fetch aggregated fields from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses_aggregate: e_league_proposal_statuses_aggregate + /** fetch data from the table: "e_league_proposal_statuses" using primary key columns */ + e_league_proposal_statuses_by_pk: (e_league_proposal_statuses | null) + /** fetch data from the table: "e_league_registration_statuses" */ + e_league_registration_statuses: e_league_registration_statuses[] + /** fetch aggregated fields from the table: "e_league_registration_statuses" */ + e_league_registration_statuses_aggregate: e_league_registration_statuses_aggregate + /** fetch data from the table: "e_league_registration_statuses" using primary key columns */ + e_league_registration_statuses_by_pk: (e_league_registration_statuses | null) + /** fetch data from the table: "e_league_season_statuses" */ + e_league_season_statuses: e_league_season_statuses[] + /** fetch aggregated fields from the table: "e_league_season_statuses" */ + e_league_season_statuses_aggregate: e_league_season_statuses_aggregate + /** fetch data from the table: "e_league_season_statuses" using primary key columns */ + e_league_season_statuses_by_pk: (e_league_season_statuses | null) /** fetch data from the table: "e_lobby_access" */ e_lobby_access: e_lobby_access[] /** fetch aggregated fields from the table: "e_lobby_access" */ @@ -18488,6 +20608,10 @@ export interface query_root { get_leaderboard: leaderboard_entries[] /** execute function "get_leaderboard" and query aggregates on result of table type "leaderboard_entries" */ get_leaderboard_aggregate: leaderboard_entries_aggregate + /** execute function "get_league_season_leaderboard" which returns "leaderboard_entries" */ + get_league_season_leaderboard: leaderboard_entries[] + /** execute function "get_league_season_leaderboard" and query aggregates on result of table type "leaderboard_entries" */ + get_league_season_leaderboard_aggregate: leaderboard_entries_aggregate /** execute function "get_player_leaderboard_rank" which returns "player_leaderboard_rank" */ get_player_leaderboard_rank: player_leaderboard_rank[] /** execute function "get_player_leaderboard_rank" and query aggregates on result of table type "player_leaderboard_rank" */ @@ -18496,6 +20620,66 @@ export interface query_root { leaderboard_entries: leaderboard_entries[] /** fetch aggregated fields from the table: "leaderboard_entries" */ leaderboard_entries_aggregate: leaderboard_entries_aggregate + /** fetch data from the table: "league_divisions" */ + league_divisions: league_divisions[] + /** fetch aggregated fields from the table: "league_divisions" */ + league_divisions_aggregate: league_divisions_aggregate + /** fetch data from the table: "league_divisions" using primary key columns */ + league_divisions_by_pk: (league_divisions | null) + /** fetch data from the table: "league_match_weeks" */ + league_match_weeks: league_match_weeks[] + /** fetch aggregated fields from the table: "league_match_weeks" */ + league_match_weeks_aggregate: league_match_weeks_aggregate + /** fetch data from the table: "league_match_weeks" using primary key columns */ + league_match_weeks_by_pk: (league_match_weeks | null) + /** fetch data from the table: "league_relegation_playoffs" */ + league_relegation_playoffs: league_relegation_playoffs[] + /** fetch aggregated fields from the table: "league_relegation_playoffs" */ + league_relegation_playoffs_aggregate: league_relegation_playoffs_aggregate + /** fetch data from the table: "league_relegation_playoffs" using primary key columns */ + league_relegation_playoffs_by_pk: (league_relegation_playoffs | null) + /** fetch data from the table: "league_scheduling_proposals" */ + league_scheduling_proposals: league_scheduling_proposals[] + /** fetch aggregated fields from the table: "league_scheduling_proposals" */ + league_scheduling_proposals_aggregate: league_scheduling_proposals_aggregate + /** fetch data from the table: "league_scheduling_proposals" using primary key columns */ + league_scheduling_proposals_by_pk: (league_scheduling_proposals | null) + /** fetch data from the table: "league_season_divisions" */ + league_season_divisions: league_season_divisions[] + /** fetch aggregated fields from the table: "league_season_divisions" */ + league_season_divisions_aggregate: league_season_divisions_aggregate + /** fetch data from the table: "league_season_divisions" using primary key columns */ + league_season_divisions_by_pk: (league_season_divisions | null) + /** fetch data from the table: "league_seasons" */ + league_seasons: league_seasons[] + /** fetch aggregated fields from the table: "league_seasons" */ + league_seasons_aggregate: league_seasons_aggregate + /** fetch data from the table: "league_seasons" using primary key columns */ + league_seasons_by_pk: (league_seasons | null) + /** fetch data from the table: "league_team_movements" */ + league_team_movements: league_team_movements[] + /** fetch aggregated fields from the table: "league_team_movements" */ + league_team_movements_aggregate: league_team_movements_aggregate + /** fetch data from the table: "league_team_movements" using primary key columns */ + league_team_movements_by_pk: (league_team_movements | null) + /** fetch data from the table: "league_team_rosters" */ + league_team_rosters: league_team_rosters[] + /** fetch aggregated fields from the table: "league_team_rosters" */ + league_team_rosters_aggregate: league_team_rosters_aggregate + /** fetch data from the table: "league_team_rosters" using primary key columns */ + league_team_rosters_by_pk: (league_team_rosters | null) + /** fetch data from the table: "league_team_seasons" */ + league_team_seasons: league_team_seasons[] + /** fetch aggregated fields from the table: "league_team_seasons" */ + league_team_seasons_aggregate: league_team_seasons_aggregate + /** fetch data from the table: "league_team_seasons" using primary key columns */ + league_team_seasons_by_pk: (league_team_seasons | null) + /** fetch data from the table: "league_teams" */ + league_teams: league_teams[] + /** fetch aggregated fields from the table: "league_teams" */ + league_teams_aggregate: league_teams_aggregate + /** fetch data from the table: "league_teams" using primary key columns */ + league_teams_by_pk: (league_teams | null) /** List files in game server directory */ listServerFiles: FileListResponse /** fetch data from the table: "lobbies" */ @@ -18792,8 +20976,6 @@ export interface query_root { plugin_versions_by_pk: (plugin_versions | null) /** Read file content from game server */ readServerFile: FileContentResponse - /** scrimCalendarUrl */ - scrimCalendarUrl: (ScrimCalendarOutput | null) /** fetch data from the table: "seasons" */ seasons: seasons[] /** fetch aggregated fields from the table: "seasons" */ @@ -18838,6 +21020,8 @@ export interface query_root { system_alerts_aggregate: system_alerts_aggregate /** fetch data from the table: "system_alerts" using primary key columns */ system_alerts_by_pk: (system_alerts | null) + /** teamCalendarUrl */ + teamCalendarUrl: (TeamCalendarOutput | null) /** An array relationship */ team_invites: team_invites[] /** An aggregate relationship */ @@ -18905,6 +21089,12 @@ export interface query_root { tournament_organizers_aggregate: tournament_organizers_aggregate /** fetch data from the table: "tournament_organizers" using primary key columns */ tournament_organizers_by_pk: (tournament_organizers | null) + /** fetch data from the table: "tournament_stage_windows" */ + tournament_stage_windows: tournament_stage_windows[] + /** fetch aggregated fields from the table: "tournament_stage_windows" */ + tournament_stage_windows_aggregate: tournament_stage_windows_aggregate + /** fetch data from the table: "tournament_stage_windows" using primary key columns */ + tournament_stage_windows_by_pk: (tournament_stage_windows | null) /** An array relationship */ tournament_stages: tournament_stages[] /** An aggregate relationship */ @@ -18951,6 +21141,14 @@ export interface query_root { v_gpu_pool_status: v_gpu_pool_status[] /** fetch aggregated fields from the table: "v_gpu_pool_status" */ v_gpu_pool_status_aggregate: v_gpu_pool_status_aggregate + /** fetch data from the table: "v_league_division_standings" */ + v_league_division_standings: v_league_division_standings[] + /** fetch aggregated fields from the table: "v_league_division_standings" */ + v_league_division_standings_aggregate: v_league_division_standings_aggregate + /** fetch data from the table: "v_league_season_player_stats" */ + v_league_season_player_stats: v_league_season_player_stats[] + /** fetch aggregated fields from the table: "v_league_season_player_stats" */ + v_league_season_player_stats_aggregate: v_league_season_player_stats_aggregate /** fetch data from the table: "v_match_captains" */ v_match_captains: v_match_captains[] /** fetch aggregated fields from the table: "v_match_captains" */ @@ -20068,6 +22266,38 @@ export interface subscription_root { e_game_server_node_statuses_by_pk: (e_game_server_node_statuses | null) /** fetch data from the table in a streaming manner: "e_game_server_node_statuses" */ e_game_server_node_statuses_stream: e_game_server_node_statuses[] + /** fetch data from the table: "e_league_movement_types" */ + e_league_movement_types: e_league_movement_types[] + /** fetch aggregated fields from the table: "e_league_movement_types" */ + e_league_movement_types_aggregate: e_league_movement_types_aggregate + /** fetch data from the table: "e_league_movement_types" using primary key columns */ + e_league_movement_types_by_pk: (e_league_movement_types | null) + /** fetch data from the table in a streaming manner: "e_league_movement_types" */ + e_league_movement_types_stream: e_league_movement_types[] + /** fetch data from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses: e_league_proposal_statuses[] + /** fetch aggregated fields from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses_aggregate: e_league_proposal_statuses_aggregate + /** fetch data from the table: "e_league_proposal_statuses" using primary key columns */ + e_league_proposal_statuses_by_pk: (e_league_proposal_statuses | null) + /** fetch data from the table in a streaming manner: "e_league_proposal_statuses" */ + e_league_proposal_statuses_stream: e_league_proposal_statuses[] + /** fetch data from the table: "e_league_registration_statuses" */ + e_league_registration_statuses: e_league_registration_statuses[] + /** fetch aggregated fields from the table: "e_league_registration_statuses" */ + e_league_registration_statuses_aggregate: e_league_registration_statuses_aggregate + /** fetch data from the table: "e_league_registration_statuses" using primary key columns */ + e_league_registration_statuses_by_pk: (e_league_registration_statuses | null) + /** fetch data from the table in a streaming manner: "e_league_registration_statuses" */ + e_league_registration_statuses_stream: e_league_registration_statuses[] + /** fetch data from the table: "e_league_season_statuses" */ + e_league_season_statuses: e_league_season_statuses[] + /** fetch aggregated fields from the table: "e_league_season_statuses" */ + e_league_season_statuses_aggregate: e_league_season_statuses_aggregate + /** fetch data from the table: "e_league_season_statuses" using primary key columns */ + e_league_season_statuses_by_pk: (e_league_season_statuses | null) + /** fetch data from the table in a streaming manner: "e_league_season_statuses" */ + e_league_season_statuses_stream: e_league_season_statuses[] /** fetch data from the table: "e_lobby_access" */ e_lobby_access: e_lobby_access[] /** fetch aggregated fields from the table: "e_lobby_access" */ @@ -20304,6 +22534,10 @@ export interface subscription_root { get_leaderboard: leaderboard_entries[] /** execute function "get_leaderboard" and query aggregates on result of table type "leaderboard_entries" */ get_leaderboard_aggregate: leaderboard_entries_aggregate + /** execute function "get_league_season_leaderboard" which returns "leaderboard_entries" */ + get_league_season_leaderboard: leaderboard_entries[] + /** execute function "get_league_season_leaderboard" and query aggregates on result of table type "leaderboard_entries" */ + get_league_season_leaderboard_aggregate: leaderboard_entries_aggregate /** execute function "get_player_leaderboard_rank" which returns "player_leaderboard_rank" */ get_player_leaderboard_rank: player_leaderboard_rank[] /** execute function "get_player_leaderboard_rank" and query aggregates on result of table type "player_leaderboard_rank" */ @@ -20314,6 +22548,86 @@ export interface subscription_root { leaderboard_entries_aggregate: leaderboard_entries_aggregate /** fetch data from the table in a streaming manner: "leaderboard_entries" */ leaderboard_entries_stream: leaderboard_entries[] + /** fetch data from the table: "league_divisions" */ + league_divisions: league_divisions[] + /** fetch aggregated fields from the table: "league_divisions" */ + league_divisions_aggregate: league_divisions_aggregate + /** fetch data from the table: "league_divisions" using primary key columns */ + league_divisions_by_pk: (league_divisions | null) + /** fetch data from the table in a streaming manner: "league_divisions" */ + league_divisions_stream: league_divisions[] + /** fetch data from the table: "league_match_weeks" */ + league_match_weeks: league_match_weeks[] + /** fetch aggregated fields from the table: "league_match_weeks" */ + league_match_weeks_aggregate: league_match_weeks_aggregate + /** fetch data from the table: "league_match_weeks" using primary key columns */ + league_match_weeks_by_pk: (league_match_weeks | null) + /** fetch data from the table in a streaming manner: "league_match_weeks" */ + league_match_weeks_stream: league_match_weeks[] + /** fetch data from the table: "league_relegation_playoffs" */ + league_relegation_playoffs: league_relegation_playoffs[] + /** fetch aggregated fields from the table: "league_relegation_playoffs" */ + league_relegation_playoffs_aggregate: league_relegation_playoffs_aggregate + /** fetch data from the table: "league_relegation_playoffs" using primary key columns */ + league_relegation_playoffs_by_pk: (league_relegation_playoffs | null) + /** fetch data from the table in a streaming manner: "league_relegation_playoffs" */ + league_relegation_playoffs_stream: league_relegation_playoffs[] + /** fetch data from the table: "league_scheduling_proposals" */ + league_scheduling_proposals: league_scheduling_proposals[] + /** fetch aggregated fields from the table: "league_scheduling_proposals" */ + league_scheduling_proposals_aggregate: league_scheduling_proposals_aggregate + /** fetch data from the table: "league_scheduling_proposals" using primary key columns */ + league_scheduling_proposals_by_pk: (league_scheduling_proposals | null) + /** fetch data from the table in a streaming manner: "league_scheduling_proposals" */ + league_scheduling_proposals_stream: league_scheduling_proposals[] + /** fetch data from the table: "league_season_divisions" */ + league_season_divisions: league_season_divisions[] + /** fetch aggregated fields from the table: "league_season_divisions" */ + league_season_divisions_aggregate: league_season_divisions_aggregate + /** fetch data from the table: "league_season_divisions" using primary key columns */ + league_season_divisions_by_pk: (league_season_divisions | null) + /** fetch data from the table in a streaming manner: "league_season_divisions" */ + league_season_divisions_stream: league_season_divisions[] + /** fetch data from the table: "league_seasons" */ + league_seasons: league_seasons[] + /** fetch aggregated fields from the table: "league_seasons" */ + league_seasons_aggregate: league_seasons_aggregate + /** fetch data from the table: "league_seasons" using primary key columns */ + league_seasons_by_pk: (league_seasons | null) + /** fetch data from the table in a streaming manner: "league_seasons" */ + league_seasons_stream: league_seasons[] + /** fetch data from the table: "league_team_movements" */ + league_team_movements: league_team_movements[] + /** fetch aggregated fields from the table: "league_team_movements" */ + league_team_movements_aggregate: league_team_movements_aggregate + /** fetch data from the table: "league_team_movements" using primary key columns */ + league_team_movements_by_pk: (league_team_movements | null) + /** fetch data from the table in a streaming manner: "league_team_movements" */ + league_team_movements_stream: league_team_movements[] + /** fetch data from the table: "league_team_rosters" */ + league_team_rosters: league_team_rosters[] + /** fetch aggregated fields from the table: "league_team_rosters" */ + league_team_rosters_aggregate: league_team_rosters_aggregate + /** fetch data from the table: "league_team_rosters" using primary key columns */ + league_team_rosters_by_pk: (league_team_rosters | null) + /** fetch data from the table in a streaming manner: "league_team_rosters" */ + league_team_rosters_stream: league_team_rosters[] + /** fetch data from the table: "league_team_seasons" */ + league_team_seasons: league_team_seasons[] + /** fetch aggregated fields from the table: "league_team_seasons" */ + league_team_seasons_aggregate: league_team_seasons_aggregate + /** fetch data from the table: "league_team_seasons" using primary key columns */ + league_team_seasons_by_pk: (league_team_seasons | null) + /** fetch data from the table in a streaming manner: "league_team_seasons" */ + league_team_seasons_stream: league_team_seasons[] + /** fetch data from the table: "league_teams" */ + league_teams: league_teams[] + /** fetch aggregated fields from the table: "league_teams" */ + league_teams_aggregate: league_teams_aggregate + /** fetch data from the table: "league_teams" using primary key columns */ + league_teams_by_pk: (league_teams | null) + /** fetch data from the table in a streaming manner: "league_teams" */ + league_teams_stream: league_teams[] /** fetch data from the table: "lobbies" */ lobbies: lobbies[] /** fetch aggregated fields from the table: "lobbies" */ @@ -20631,11712 +22945,14746 @@ export interface subscription_root { /** fetch data from the table in a streaming manner: "player_sanctions" */ player_sanctions_stream: player_sanctions[] /** An array relationship */ - player_season_stats: player_season_stats[] + player_season_stats: player_season_stats[] + /** An aggregate relationship */ + player_season_stats_aggregate: player_season_stats_aggregate + /** fetch data from the table: "player_season_stats" using primary key columns */ + player_season_stats_by_pk: (player_season_stats | null) + /** fetch data from the table in a streaming manner: "player_season_stats" */ + player_season_stats_stream: player_season_stats[] + /** fetch data from the table: "player_stats" */ + player_stats: player_stats[] + /** fetch aggregated fields from the table: "player_stats" */ + player_stats_aggregate: player_stats_aggregate + /** fetch data from the table: "player_stats" using primary key columns */ + player_stats_by_pk: (player_stats | null) + /** fetch data from the table in a streaming manner: "player_stats" */ + player_stats_stream: player_stats[] + /** fetch data from the table: "player_steam_bot_friend" */ + player_steam_bot_friend: player_steam_bot_friend[] + /** fetch aggregated fields from the table: "player_steam_bot_friend" */ + player_steam_bot_friend_aggregate: player_steam_bot_friend_aggregate + /** fetch data from the table: "player_steam_bot_friend" using primary key columns */ + player_steam_bot_friend_by_pk: (player_steam_bot_friend | null) + /** fetch data from the table in a streaming manner: "player_steam_bot_friend" */ + player_steam_bot_friend_stream: player_steam_bot_friend[] + /** fetch data from the table: "player_steam_match_auth" */ + player_steam_match_auth: player_steam_match_auth[] + /** fetch aggregated fields from the table: "player_steam_match_auth" */ + player_steam_match_auth_aggregate: player_steam_match_auth_aggregate + /** fetch data from the table: "player_steam_match_auth" using primary key columns */ + player_steam_match_auth_by_pk: (player_steam_match_auth | null) + /** fetch data from the table in a streaming manner: "player_steam_match_auth" */ + player_steam_match_auth_stream: player_steam_match_auth[] + /** fetch data from the table: "player_unused_utility" */ + player_unused_utility: player_unused_utility[] + /** fetch aggregated fields from the table: "player_unused_utility" */ + player_unused_utility_aggregate: player_unused_utility_aggregate + /** fetch data from the table: "player_unused_utility" using primary key columns */ + player_unused_utility_by_pk: (player_unused_utility | null) + /** fetch data from the table in a streaming manner: "player_unused_utility" */ + player_unused_utility_stream: player_unused_utility[] + /** An array relationship */ + player_utility: player_utility[] + /** An aggregate relationship */ + player_utility_aggregate: player_utility_aggregate + /** fetch data from the table: "player_utility" using primary key columns */ + player_utility_by_pk: (player_utility | null) + /** fetch data from the table in a streaming manner: "player_utility" */ + player_utility_stream: player_utility[] + /** fetch data from the table: "player_weapon_stats_v" */ + player_weapon_stats_v: player_weapon_stats_v[] + /** fetch aggregated fields from the table: "player_weapon_stats_v" */ + player_weapon_stats_v_aggregate: player_weapon_stats_v_aggregate + /** fetch data from the table in a streaming manner: "player_weapon_stats_v" */ + player_weapon_stats_v_stream: player_weapon_stats_v[] + /** fetch data from the table: "players" */ + players: players[] + /** fetch aggregated fields from the table: "players" */ + players_aggregate: players_aggregate + /** fetch data from the table: "players" using primary key columns */ + players_by_pk: (players | null) + /** fetch data from the table in a streaming manner: "players" */ + players_stream: players[] + /** fetch data from the table: "plugin_versions" */ + plugin_versions: plugin_versions[] + /** fetch aggregated fields from the table: "plugin_versions" */ + plugin_versions_aggregate: plugin_versions_aggregate + /** fetch data from the table: "plugin_versions" using primary key columns */ + plugin_versions_by_pk: (plugin_versions | null) + /** fetch data from the table in a streaming manner: "plugin_versions" */ + plugin_versions_stream: plugin_versions[] + /** fetch data from the table: "seasons" */ + seasons: seasons[] + /** fetch aggregated fields from the table: "seasons" */ + seasons_aggregate: seasons_aggregate + /** fetch data from the table: "seasons" using primary key columns */ + seasons_by_pk: (seasons | null) + /** fetch data from the table in a streaming manner: "seasons" */ + seasons_stream: seasons[] + /** fetch data from the table: "server_regions" */ + server_regions: server_regions[] + /** fetch aggregated fields from the table: "server_regions" */ + server_regions_aggregate: server_regions_aggregate + /** fetch data from the table: "server_regions" using primary key columns */ + server_regions_by_pk: (server_regions | null) + /** fetch data from the table in a streaming manner: "server_regions" */ + server_regions_stream: server_regions[] + /** An array relationship */ + servers: servers[] + /** An aggregate relationship */ + servers_aggregate: servers_aggregate + /** fetch data from the table: "servers" using primary key columns */ + servers_by_pk: (servers | null) + /** fetch data from the table in a streaming manner: "servers" */ + servers_stream: servers[] + /** fetch data from the table: "settings" */ + settings: settings[] + /** fetch aggregated fields from the table: "settings" */ + settings_aggregate: settings_aggregate + /** fetch data from the table: "settings" using primary key columns */ + settings_by_pk: (settings | null) + /** fetch data from the table in a streaming manner: "settings" */ + settings_stream: settings[] + /** fetch data from the table: "steam_account_claims" */ + steam_account_claims: steam_account_claims[] + /** fetch aggregated fields from the table: "steam_account_claims" */ + steam_account_claims_aggregate: steam_account_claims_aggregate + /** fetch data from the table: "steam_account_claims" using primary key columns */ + steam_account_claims_by_pk: (steam_account_claims | null) + /** fetch data from the table in a streaming manner: "steam_account_claims" */ + steam_account_claims_stream: steam_account_claims[] + /** fetch data from the table: "steam_accounts" */ + steam_accounts: steam_accounts[] + /** fetch aggregated fields from the table: "steam_accounts" */ + steam_accounts_aggregate: steam_accounts_aggregate + /** fetch data from the table: "steam_accounts" using primary key columns */ + steam_accounts_by_pk: (steam_accounts | null) + /** fetch data from the table in a streaming manner: "steam_accounts" */ + steam_accounts_stream: steam_accounts[] + /** fetch data from the table: "system_alerts" */ + system_alerts: system_alerts[] + /** fetch aggregated fields from the table: "system_alerts" */ + system_alerts_aggregate: system_alerts_aggregate + /** fetch data from the table: "system_alerts" using primary key columns */ + system_alerts_by_pk: (system_alerts | null) + /** fetch data from the table in a streaming manner: "system_alerts" */ + system_alerts_stream: system_alerts[] + /** An array relationship */ + team_invites: team_invites[] + /** An aggregate relationship */ + team_invites_aggregate: team_invites_aggregate + /** fetch data from the table: "team_invites" using primary key columns */ + team_invites_by_pk: (team_invites | null) + /** fetch data from the table in a streaming manner: "team_invites" */ + team_invites_stream: team_invites[] + /** fetch data from the table: "team_roster" */ + team_roster: team_roster[] + /** fetch aggregated fields from the table: "team_roster" */ + team_roster_aggregate: team_roster_aggregate + /** fetch data from the table: "team_roster" using primary key columns */ + team_roster_by_pk: (team_roster | null) + /** fetch data from the table in a streaming manner: "team_roster" */ + team_roster_stream: team_roster[] + /** fetch data from the table: "team_scrim_alerts" */ + team_scrim_alerts: team_scrim_alerts[] + /** fetch aggregated fields from the table: "team_scrim_alerts" */ + team_scrim_alerts_aggregate: team_scrim_alerts_aggregate + /** fetch data from the table: "team_scrim_alerts" using primary key columns */ + team_scrim_alerts_by_pk: (team_scrim_alerts | null) + /** fetch data from the table in a streaming manner: "team_scrim_alerts" */ + team_scrim_alerts_stream: team_scrim_alerts[] + /** fetch data from the table: "team_scrim_availability" */ + team_scrim_availability: team_scrim_availability[] + /** fetch aggregated fields from the table: "team_scrim_availability" */ + team_scrim_availability_aggregate: team_scrim_availability_aggregate + /** fetch data from the table: "team_scrim_availability" using primary key columns */ + team_scrim_availability_by_pk: (team_scrim_availability | null) + /** fetch data from the table in a streaming manner: "team_scrim_availability" */ + team_scrim_availability_stream: team_scrim_availability[] + /** fetch data from the table: "team_scrim_request_proposals" */ + team_scrim_request_proposals: team_scrim_request_proposals[] + /** fetch aggregated fields from the table: "team_scrim_request_proposals" */ + team_scrim_request_proposals_aggregate: team_scrim_request_proposals_aggregate + /** fetch data from the table: "team_scrim_request_proposals" using primary key columns */ + team_scrim_request_proposals_by_pk: (team_scrim_request_proposals | null) + /** fetch data from the table in a streaming manner: "team_scrim_request_proposals" */ + team_scrim_request_proposals_stream: team_scrim_request_proposals[] + /** fetch data from the table: "team_scrim_requests" */ + team_scrim_requests: team_scrim_requests[] + /** fetch aggregated fields from the table: "team_scrim_requests" */ + team_scrim_requests_aggregate: team_scrim_requests_aggregate + /** fetch data from the table: "team_scrim_requests" using primary key columns */ + team_scrim_requests_by_pk: (team_scrim_requests | null) + /** fetch data from the table in a streaming manner: "team_scrim_requests" */ + team_scrim_requests_stream: team_scrim_requests[] + /** fetch data from the table: "team_scrim_settings" */ + team_scrim_settings: team_scrim_settings[] + /** fetch aggregated fields from the table: "team_scrim_settings" */ + team_scrim_settings_aggregate: team_scrim_settings_aggregate + /** fetch data from the table: "team_scrim_settings" using primary key columns */ + team_scrim_settings_by_pk: (team_scrim_settings | null) + /** fetch data from the table in a streaming manner: "team_scrim_settings" */ + team_scrim_settings_stream: team_scrim_settings[] + /** fetch data from the table: "team_suggestions" */ + team_suggestions: team_suggestions[] + /** fetch aggregated fields from the table: "team_suggestions" */ + team_suggestions_aggregate: team_suggestions_aggregate + /** fetch data from the table: "team_suggestions" using primary key columns */ + team_suggestions_by_pk: (team_suggestions | null) + /** fetch data from the table in a streaming manner: "team_suggestions" */ + team_suggestions_stream: team_suggestions[] + /** fetch data from the table: "teams" */ + teams: teams[] + /** fetch aggregated fields from the table: "teams" */ + teams_aggregate: teams_aggregate + /** fetch data from the table: "teams" using primary key columns */ + teams_by_pk: (teams | null) + /** fetch data from the table in a streaming manner: "teams" */ + teams_stream: teams[] + /** An array relationship */ + tournament_brackets: tournament_brackets[] + /** An aggregate relationship */ + tournament_brackets_aggregate: tournament_brackets_aggregate + /** fetch data from the table: "tournament_brackets" using primary key columns */ + tournament_brackets_by_pk: (tournament_brackets | null) + /** fetch data from the table in a streaming manner: "tournament_brackets" */ + tournament_brackets_stream: tournament_brackets[] + /** An array relationship */ + tournament_organizers: tournament_organizers[] + /** An aggregate relationship */ + tournament_organizers_aggregate: tournament_organizers_aggregate + /** fetch data from the table: "tournament_organizers" using primary key columns */ + tournament_organizers_by_pk: (tournament_organizers | null) + /** fetch data from the table in a streaming manner: "tournament_organizers" */ + tournament_organizers_stream: tournament_organizers[] + /** fetch data from the table: "tournament_stage_windows" */ + tournament_stage_windows: tournament_stage_windows[] + /** fetch aggregated fields from the table: "tournament_stage_windows" */ + tournament_stage_windows_aggregate: tournament_stage_windows_aggregate + /** fetch data from the table: "tournament_stage_windows" using primary key columns */ + tournament_stage_windows_by_pk: (tournament_stage_windows | null) + /** fetch data from the table in a streaming manner: "tournament_stage_windows" */ + tournament_stage_windows_stream: tournament_stage_windows[] + /** An array relationship */ + tournament_stages: tournament_stages[] + /** An aggregate relationship */ + tournament_stages_aggregate: tournament_stages_aggregate + /** fetch data from the table: "tournament_stages" using primary key columns */ + tournament_stages_by_pk: (tournament_stages | null) + /** fetch data from the table in a streaming manner: "tournament_stages" */ + tournament_stages_stream: tournament_stages[] + /** fetch data from the table: "tournament_team_invites" */ + tournament_team_invites: tournament_team_invites[] + /** fetch aggregated fields from the table: "tournament_team_invites" */ + tournament_team_invites_aggregate: tournament_team_invites_aggregate + /** fetch data from the table: "tournament_team_invites" using primary key columns */ + tournament_team_invites_by_pk: (tournament_team_invites | null) + /** fetch data from the table in a streaming manner: "tournament_team_invites" */ + tournament_team_invites_stream: tournament_team_invites[] + /** fetch data from the table: "tournament_team_roster" */ + tournament_team_roster: tournament_team_roster[] + /** fetch aggregated fields from the table: "tournament_team_roster" */ + tournament_team_roster_aggregate: tournament_team_roster_aggregate + /** fetch data from the table: "tournament_team_roster" using primary key columns */ + tournament_team_roster_by_pk: (tournament_team_roster | null) + /** fetch data from the table in a streaming manner: "tournament_team_roster" */ + tournament_team_roster_stream: tournament_team_roster[] + /** An array relationship */ + tournament_teams: tournament_teams[] + /** An aggregate relationship */ + tournament_teams_aggregate: tournament_teams_aggregate + /** fetch data from the table: "tournament_teams" using primary key columns */ + tournament_teams_by_pk: (tournament_teams | null) + /** 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 + /** fetch data from the table: "tournaments" using primary key columns */ + tournaments_by_pk: (tournaments | null) + /** fetch data from the table in a streaming manner: "tournaments" */ + tournaments_stream: tournaments[] + /** fetch data from the table: "v_gpu_pool_status" */ + v_gpu_pool_status: v_gpu_pool_status[] + /** fetch aggregated fields from the table: "v_gpu_pool_status" */ + v_gpu_pool_status_aggregate: v_gpu_pool_status_aggregate + /** fetch data from the table in a streaming manner: "v_gpu_pool_status" */ + v_gpu_pool_status_stream: v_gpu_pool_status[] + /** fetch data from the table: "v_league_division_standings" */ + v_league_division_standings: v_league_division_standings[] + /** fetch aggregated fields from the table: "v_league_division_standings" */ + v_league_division_standings_aggregate: v_league_division_standings_aggregate + /** fetch data from the table in a streaming manner: "v_league_division_standings" */ + v_league_division_standings_stream: v_league_division_standings[] + /** fetch data from the table: "v_league_season_player_stats" */ + v_league_season_player_stats: v_league_season_player_stats[] + /** fetch aggregated fields from the table: "v_league_season_player_stats" */ + v_league_season_player_stats_aggregate: v_league_season_player_stats_aggregate + /** fetch data from the table in a streaming manner: "v_league_season_player_stats" */ + v_league_season_player_stats_stream: v_league_season_player_stats[] + /** fetch data from the table: "v_match_captains" */ + v_match_captains: v_match_captains[] + /** fetch aggregated fields from the table: "v_match_captains" */ + v_match_captains_aggregate: v_match_captains_aggregate + /** fetch data from the table in a streaming manner: "v_match_captains" */ + v_match_captains_stream: v_match_captains[] + /** fetch data from the table: "v_match_clutches" */ + v_match_clutches: v_match_clutches[] + /** fetch aggregated fields from the table: "v_match_clutches" */ + v_match_clutches_aggregate: v_match_clutches_aggregate + /** fetch data from the table in a streaming manner: "v_match_clutches" */ + v_match_clutches_stream: v_match_clutches[] + /** fetch data from the table: "v_match_kill_pairs" */ + v_match_kill_pairs: v_match_kill_pairs[] + /** fetch aggregated fields from the table: "v_match_kill_pairs" */ + v_match_kill_pairs_aggregate: v_match_kill_pairs_aggregate + /** fetch data from the table in a streaming manner: "v_match_kill_pairs" */ + v_match_kill_pairs_stream: v_match_kill_pairs[] + /** fetch data from the table: "v_match_lineup_buy_types" */ + v_match_lineup_buy_types: v_match_lineup_buy_types[] + /** fetch aggregated fields from the table: "v_match_lineup_buy_types" */ + v_match_lineup_buy_types_aggregate: v_match_lineup_buy_types_aggregate + /** fetch data from the table in a streaming manner: "v_match_lineup_buy_types" */ + v_match_lineup_buy_types_stream: v_match_lineup_buy_types[] + /** fetch data from the table: "v_match_lineup_map_stats" */ + v_match_lineup_map_stats: v_match_lineup_map_stats[] + /** fetch aggregated fields from the table: "v_match_lineup_map_stats" */ + v_match_lineup_map_stats_aggregate: v_match_lineup_map_stats_aggregate + /** fetch data from the table in a streaming manner: "v_match_lineup_map_stats" */ + v_match_lineup_map_stats_stream: v_match_lineup_map_stats[] + /** fetch data from the table: "v_match_map_backup_rounds" */ + v_match_map_backup_rounds: v_match_map_backup_rounds[] + /** fetch aggregated fields from the table: "v_match_map_backup_rounds" */ + v_match_map_backup_rounds_aggregate: v_match_map_backup_rounds_aggregate + /** fetch data from the table in a streaming manner: "v_match_map_backup_rounds" */ + v_match_map_backup_rounds_stream: v_match_map_backup_rounds[] + /** fetch data from the table: "v_match_player_buy_types" */ + v_match_player_buy_types: v_match_player_buy_types[] + /** fetch aggregated fields from the table: "v_match_player_buy_types" */ + v_match_player_buy_types_aggregate: v_match_player_buy_types_aggregate + /** fetch data from the table in a streaming manner: "v_match_player_buy_types" */ + v_match_player_buy_types_stream: v_match_player_buy_types[] + /** fetch data from the table: "v_match_player_opening_duels" */ + v_match_player_opening_duels: v_match_player_opening_duels[] + /** fetch aggregated fields from the table: "v_match_player_opening_duels" */ + v_match_player_opening_duels_aggregate: v_match_player_opening_duels_aggregate + /** fetch data from the table in a streaming manner: "v_match_player_opening_duels" */ + v_match_player_opening_duels_stream: v_match_player_opening_duels[] + /** fetch data from the table: "v_player_arch_nemesis" */ + v_player_arch_nemesis: v_player_arch_nemesis[] + /** fetch aggregated fields from the table: "v_player_arch_nemesis" */ + v_player_arch_nemesis_aggregate: v_player_arch_nemesis_aggregate + /** fetch data from the table in a streaming manner: "v_player_arch_nemesis" */ + v_player_arch_nemesis_stream: v_player_arch_nemesis[] + /** fetch data from the table: "v_player_damage" */ + v_player_damage: v_player_damage[] + /** fetch aggregated fields from the table: "v_player_damage" */ + v_player_damage_aggregate: v_player_damage_aggregate + /** fetch data from the table in a streaming manner: "v_player_damage" */ + v_player_damage_stream: v_player_damage[] + /** fetch data from the table: "v_player_elo" */ + v_player_elo: v_player_elo[] + /** fetch aggregated fields from the table: "v_player_elo" */ + v_player_elo_aggregate: v_player_elo_aggregate + /** fetch data from the table in a streaming manner: "v_player_elo" */ + v_player_elo_stream: v_player_elo[] + /** fetch data from the table: "v_player_map_losses" */ + v_player_map_losses: v_player_map_losses[] + /** fetch aggregated fields from the table: "v_player_map_losses" */ + v_player_map_losses_aggregate: v_player_map_losses_aggregate + /** fetch data from the table in a streaming manner: "v_player_map_losses" */ + v_player_map_losses_stream: v_player_map_losses[] + /** fetch data from the table: "v_player_map_wins" */ + v_player_map_wins: v_player_map_wins[] + /** fetch aggregated fields from the table: "v_player_map_wins" */ + v_player_map_wins_aggregate: v_player_map_wins_aggregate + /** fetch data from the table in a streaming manner: "v_player_map_wins" */ + v_player_map_wins_stream: v_player_map_wins[] + /** fetch data from the table: "v_player_match_head_to_head" */ + v_player_match_head_to_head: v_player_match_head_to_head[] + /** fetch aggregated fields from the table: "v_player_match_head_to_head" */ + v_player_match_head_to_head_aggregate: v_player_match_head_to_head_aggregate + /** fetch data from the table in a streaming manner: "v_player_match_head_to_head" */ + v_player_match_head_to_head_stream: v_player_match_head_to_head[] + /** fetch data from the table: "v_player_match_map_hltv" */ + v_player_match_map_hltv: v_player_match_map_hltv[] + /** fetch aggregated fields from the table: "v_player_match_map_hltv" */ + v_player_match_map_hltv_aggregate: v_player_match_map_hltv_aggregate + /** fetch data from the table in a streaming manner: "v_player_match_map_hltv" */ + v_player_match_map_hltv_stream: v_player_match_map_hltv[] + /** fetch data from the table: "v_player_match_map_roles" */ + v_player_match_map_roles: v_player_match_map_roles[] + /** fetch aggregated fields from the table: "v_player_match_map_roles" */ + v_player_match_map_roles_aggregate: v_player_match_map_roles_aggregate + /** fetch data from the table in a streaming manner: "v_player_match_map_roles" */ + v_player_match_map_roles_stream: v_player_match_map_roles[] + /** fetch data from the table: "v_player_match_performance" */ + v_player_match_performance: v_player_match_performance[] + /** fetch aggregated fields from the table: "v_player_match_performance" */ + v_player_match_performance_aggregate: v_player_match_performance_aggregate + /** fetch data from the table in a streaming manner: "v_player_match_performance" */ + v_player_match_performance_stream: v_player_match_performance[] + /** fetch data from the table: "v_player_match_rating" */ + v_player_match_rating: v_player_match_rating[] + /** fetch aggregated fields from the table: "v_player_match_rating" */ + v_player_match_rating_aggregate: v_player_match_rating_aggregate + /** fetch data from the table in a streaming manner: "v_player_match_rating" */ + v_player_match_rating_stream: v_player_match_rating[] + /** fetch data from the table: "v_player_multi_kills" */ + v_player_multi_kills: v_player_multi_kills[] + /** fetch aggregated fields from the table: "v_player_multi_kills" */ + v_player_multi_kills_aggregate: v_player_multi_kills_aggregate + /** fetch data from the table in a streaming manner: "v_player_multi_kills" */ + v_player_multi_kills_stream: v_player_multi_kills[] + /** fetch data from the table: "v_player_weapon_damage" */ + v_player_weapon_damage: v_player_weapon_damage[] + /** fetch aggregated fields from the table: "v_player_weapon_damage" */ + v_player_weapon_damage_aggregate: v_player_weapon_damage_aggregate + /** fetch data from the table in a streaming manner: "v_player_weapon_damage" */ + v_player_weapon_damage_stream: v_player_weapon_damage[] + /** fetch data from the table: "v_player_weapon_kills" */ + v_player_weapon_kills: v_player_weapon_kills[] + /** fetch aggregated fields from the table: "v_player_weapon_kills" */ + v_player_weapon_kills_aggregate: v_player_weapon_kills_aggregate + /** fetch data from the table in a streaming manner: "v_player_weapon_kills" */ + v_player_weapon_kills_stream: v_player_weapon_kills[] + /** fetch data from the table: "v_pool_maps" */ + v_pool_maps: v_pool_maps[] + /** fetch aggregated fields from the table: "v_pool_maps" */ + v_pool_maps_aggregate: v_pool_maps_aggregate + /** fetch data from the table in a streaming manner: "v_pool_maps" */ + v_pool_maps_stream: v_pool_maps[] + /** fetch data from the table: "v_steam_account_pool_status" */ + v_steam_account_pool_status: v_steam_account_pool_status[] + /** fetch aggregated fields from the table: "v_steam_account_pool_status" */ + v_steam_account_pool_status_aggregate: v_steam_account_pool_status_aggregate + /** fetch data from the table in a streaming manner: "v_steam_account_pool_status" */ + v_steam_account_pool_status_stream: v_steam_account_pool_status[] + /** fetch data from the table: "v_team_ranks" */ + v_team_ranks: v_team_ranks[] + /** fetch aggregated fields from the table: "v_team_ranks" */ + v_team_ranks_aggregate: v_team_ranks_aggregate + /** fetch data from the table in a streaming manner: "v_team_ranks" */ + v_team_ranks_stream: v_team_ranks[] + /** fetch data from the table: "v_team_reputation" */ + v_team_reputation: v_team_reputation[] + /** fetch aggregated fields from the table: "v_team_reputation" */ + v_team_reputation_aggregate: v_team_reputation_aggregate + /** fetch data from the table in a streaming manner: "v_team_reputation" */ + v_team_reputation_stream: v_team_reputation[] + /** fetch data from the table: "v_team_stage_results" */ + v_team_stage_results: v_team_stage_results[] + /** fetch aggregated fields from the table: "v_team_stage_results" */ + v_team_stage_results_aggregate: v_team_stage_results_aggregate + /** fetch data from the table: "v_team_stage_results" using primary key columns */ + v_team_stage_results_by_pk: (v_team_stage_results | null) + /** fetch data from the table in a streaming manner: "v_team_stage_results" */ + v_team_stage_results_stream: v_team_stage_results[] + /** fetch data from the table: "v_team_tournament_results" */ + v_team_tournament_results: v_team_tournament_results[] + /** fetch aggregated fields from the table: "v_team_tournament_results" */ + v_team_tournament_results_aggregate: v_team_tournament_results_aggregate + /** fetch data from the table in a streaming manner: "v_team_tournament_results" */ + v_team_tournament_results_stream: v_team_tournament_results[] + /** fetch data from the table: "v_tournament_player_stats" */ + v_tournament_player_stats: v_tournament_player_stats[] + /** fetch aggregated fields from the table: "v_tournament_player_stats" */ + v_tournament_player_stats_aggregate: v_tournament_player_stats_aggregate + /** fetch data from the table in a streaming manner: "v_tournament_player_stats" */ + v_tournament_player_stats_stream: v_tournament_player_stats[] + __typename: 'subscription_root' +} + + +/** columns and relationships of "system_alerts" */ +export interface system_alerts { + created_at: Scalars['timestamptz'] + created_by: (Scalars['bigint'] | null) + dismissible: Scalars['Boolean'] + expires_at: (Scalars['timestamptz'] | null) + id: Scalars['uuid'] + is_active: Scalars['Boolean'] + message: Scalars['String'] + title: (Scalars['String'] | null) + type: e_system_alert_types_enum + updated_at: Scalars['timestamptz'] + __typename: 'system_alerts' +} + + +/** aggregated selection of "system_alerts" */ +export interface system_alerts_aggregate { + aggregate: (system_alerts_aggregate_fields | null) + nodes: system_alerts[] + __typename: 'system_alerts_aggregate' +} + + +/** aggregate fields of "system_alerts" */ +export interface system_alerts_aggregate_fields { + avg: (system_alerts_avg_fields | null) + count: Scalars['Int'] + max: (system_alerts_max_fields | null) + min: (system_alerts_min_fields | null) + stddev: (system_alerts_stddev_fields | null) + stddev_pop: (system_alerts_stddev_pop_fields | null) + stddev_samp: (system_alerts_stddev_samp_fields | null) + sum: (system_alerts_sum_fields | null) + var_pop: (system_alerts_var_pop_fields | null) + var_samp: (system_alerts_var_samp_fields | null) + variance: (system_alerts_variance_fields | null) + __typename: 'system_alerts_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface system_alerts_avg_fields { + created_by: (Scalars['Float'] | null) + __typename: 'system_alerts_avg_fields' +} + + +/** unique or primary key constraints on table "system_alerts" */ +export type system_alerts_constraint = 'system_alerts_pkey' + + +/** aggregate max on columns */ +export interface system_alerts_max_fields { + created_at: (Scalars['timestamptz'] | null) + created_by: (Scalars['bigint'] | null) + expires_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + message: (Scalars['String'] | null) + title: (Scalars['String'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'system_alerts_max_fields' +} + + +/** aggregate min on columns */ +export interface system_alerts_min_fields { + created_at: (Scalars['timestamptz'] | null) + created_by: (Scalars['bigint'] | null) + expires_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + message: (Scalars['String'] | null) + title: (Scalars['String'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'system_alerts_min_fields' +} + + +/** response of any mutation on the table "system_alerts" */ +export interface system_alerts_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: system_alerts[] + __typename: 'system_alerts_mutation_response' +} + + +/** select columns of table "system_alerts" */ +export type system_alerts_select_column = 'created_at' | 'created_by' | 'dismissible' | 'expires_at' | 'id' | 'is_active' | 'message' | 'title' | 'type' | 'updated_at' + + +/** aggregate stddev on columns */ +export interface system_alerts_stddev_fields { + created_by: (Scalars['Float'] | null) + __typename: 'system_alerts_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface system_alerts_stddev_pop_fields { + created_by: (Scalars['Float'] | null) + __typename: 'system_alerts_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface system_alerts_stddev_samp_fields { + created_by: (Scalars['Float'] | null) + __typename: 'system_alerts_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface system_alerts_sum_fields { + created_by: (Scalars['bigint'] | null) + __typename: 'system_alerts_sum_fields' +} + + +/** update columns of table "system_alerts" */ +export type system_alerts_update_column = 'created_at' | 'created_by' | 'dismissible' | 'expires_at' | 'id' | 'is_active' | 'message' | 'title' | 'type' | 'updated_at' + + +/** aggregate var_pop on columns */ +export interface system_alerts_var_pop_fields { + created_by: (Scalars['Float'] | null) + __typename: 'system_alerts_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface system_alerts_var_samp_fields { + created_by: (Scalars['Float'] | null) + __typename: 'system_alerts_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface system_alerts_variance_fields { + created_by: (Scalars['Float'] | null) + __typename: 'system_alerts_variance_fields' +} + + +/** columns and relationships of "team_invites" */ +export interface team_invites { + created_at: Scalars['timestamptz'] + id: Scalars['uuid'] + /** An object relationship */ + invited_by: players + invited_by_player_steam_id: Scalars['bigint'] + /** An object relationship */ + player: players + steam_id: Scalars['bigint'] + /** An object relationship */ + team: teams + team_id: Scalars['uuid'] + __typename: 'team_invites' +} + + +/** aggregated selection of "team_invites" */ +export interface team_invites_aggregate { + aggregate: (team_invites_aggregate_fields | null) + nodes: team_invites[] + __typename: 'team_invites_aggregate' +} + + +/** aggregate fields of "team_invites" */ +export interface team_invites_aggregate_fields { + avg: (team_invites_avg_fields | null) + count: Scalars['Int'] + max: (team_invites_max_fields | null) + min: (team_invites_min_fields | null) + stddev: (team_invites_stddev_fields | null) + stddev_pop: (team_invites_stddev_pop_fields | null) + stddev_samp: (team_invites_stddev_samp_fields | null) + sum: (team_invites_sum_fields | null) + var_pop: (team_invites_var_pop_fields | null) + var_samp: (team_invites_var_samp_fields | null) + variance: (team_invites_variance_fields | null) + __typename: 'team_invites_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface team_invites_avg_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'team_invites_avg_fields' +} + + +/** unique or primary key constraints on table "team_invites" */ +export type team_invites_constraint = 'team_invites_pkey' | 'team_invites_team_id_steam_id_key' + + +/** aggregate max on columns */ +export interface team_invites_max_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + invited_by_player_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_invites_max_fields' +} + + +/** aggregate min on columns */ +export interface team_invites_min_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + invited_by_player_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_invites_min_fields' +} + + +/** response of any mutation on the table "team_invites" */ +export interface team_invites_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_invites[] + __typename: 'team_invites_mutation_response' +} + + +/** select columns of table "team_invites" */ +export type team_invites_select_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'team_id' + + +/** aggregate stddev on columns */ +export interface team_invites_stddev_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'team_invites_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface team_invites_stddev_pop_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'team_invites_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface team_invites_stddev_samp_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'team_invites_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface team_invites_sum_fields { + invited_by_player_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'team_invites_sum_fields' +} + + +/** update columns of table "team_invites" */ +export type team_invites_update_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'team_id' + + +/** aggregate var_pop on columns */ +export interface team_invites_var_pop_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'team_invites_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface team_invites_var_samp_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'team_invites_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface team_invites_variance_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'team_invites_variance_fields' +} + + +/** columns and relationships of "team_roster" */ +export interface team_roster { + coach: Scalars['Boolean'] + /** An object relationship */ + player: players + player_steam_id: Scalars['bigint'] + role: e_team_roles_enum + roster_image_url: (Scalars['String'] | null) + status: e_team_roster_statuses_enum + /** An object relationship */ + team: teams + team_id: Scalars['uuid'] + __typename: 'team_roster' +} + + +/** aggregated selection of "team_roster" */ +export interface team_roster_aggregate { + aggregate: (team_roster_aggregate_fields | null) + nodes: team_roster[] + __typename: 'team_roster_aggregate' +} + + +/** aggregate fields of "team_roster" */ +export interface team_roster_aggregate_fields { + avg: (team_roster_avg_fields | null) + count: Scalars['Int'] + max: (team_roster_max_fields | null) + min: (team_roster_min_fields | null) + stddev: (team_roster_stddev_fields | null) + stddev_pop: (team_roster_stddev_pop_fields | null) + stddev_samp: (team_roster_stddev_samp_fields | null) + sum: (team_roster_sum_fields | null) + var_pop: (team_roster_var_pop_fields | null) + var_samp: (team_roster_var_samp_fields | null) + variance: (team_roster_variance_fields | null) + __typename: 'team_roster_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface team_roster_avg_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'team_roster_avg_fields' +} + + +/** unique or primary key constraints on table "team_roster" */ +export type team_roster_constraint = 'team_members_pkey' + + +/** aggregate max on columns */ +export interface team_roster_max_fields { + player_steam_id: (Scalars['bigint'] | null) + roster_image_url: (Scalars['String'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_roster_max_fields' +} + + +/** aggregate min on columns */ +export interface team_roster_min_fields { + player_steam_id: (Scalars['bigint'] | null) + roster_image_url: (Scalars['String'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_roster_min_fields' +} + + +/** response of any mutation on the table "team_roster" */ +export interface team_roster_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_roster[] + __typename: 'team_roster_mutation_response' +} + + +/** select columns of table "team_roster" */ +export type team_roster_select_column = 'coach' | 'player_steam_id' | 'role' | 'roster_image_url' | 'status' | 'team_id' + + +/** select "team_roster_aggregate_bool_exp_bool_and_arguments_columns" columns of table "team_roster" */ +export type team_roster_select_column_team_roster_aggregate_bool_exp_bool_and_arguments_columns = 'coach' + + +/** select "team_roster_aggregate_bool_exp_bool_or_arguments_columns" columns of table "team_roster" */ +export type team_roster_select_column_team_roster_aggregate_bool_exp_bool_or_arguments_columns = 'coach' + + +/** aggregate stddev on columns */ +export interface team_roster_stddev_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'team_roster_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface team_roster_stddev_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'team_roster_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface team_roster_stddev_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'team_roster_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface team_roster_sum_fields { + player_steam_id: (Scalars['bigint'] | null) + __typename: 'team_roster_sum_fields' +} + + +/** update columns of table "team_roster" */ +export type team_roster_update_column = 'coach' | 'player_steam_id' | 'role' | 'roster_image_url' | 'status' | 'team_id' + + +/** aggregate var_pop on columns */ +export interface team_roster_var_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'team_roster_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface team_roster_var_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'team_roster_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface team_roster_variance_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'team_roster_variance_fields' +} + + +/** columns and relationships of "team_scrim_alerts" */ +export interface team_scrim_alerts { + created_at: Scalars['timestamptz'] + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + enabled: Scalars['Boolean'] + id: Scalars['uuid'] + last_notified_at: (Scalars['timestamptz'] | null) + regions: Scalars['String'][] + /** An object relationship */ + team: teams + team_id: Scalars['uuid'] + __typename: 'team_scrim_alerts' +} + + +/** aggregated selection of "team_scrim_alerts" */ +export interface team_scrim_alerts_aggregate { + aggregate: (team_scrim_alerts_aggregate_fields | null) + nodes: team_scrim_alerts[] + __typename: 'team_scrim_alerts_aggregate' +} + + +/** aggregate fields of "team_scrim_alerts" */ +export interface team_scrim_alerts_aggregate_fields { + avg: (team_scrim_alerts_avg_fields | null) + count: Scalars['Int'] + max: (team_scrim_alerts_max_fields | null) + min: (team_scrim_alerts_min_fields | null) + stddev: (team_scrim_alerts_stddev_fields | null) + stddev_pop: (team_scrim_alerts_stddev_pop_fields | null) + stddev_samp: (team_scrim_alerts_stddev_samp_fields | null) + sum: (team_scrim_alerts_sum_fields | null) + var_pop: (team_scrim_alerts_var_pop_fields | null) + var_samp: (team_scrim_alerts_var_samp_fields | null) + variance: (team_scrim_alerts_variance_fields | null) + __typename: 'team_scrim_alerts_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface team_scrim_alerts_avg_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_alerts_avg_fields' +} + + +/** unique or primary key constraints on table "team_scrim_alerts" */ +export type team_scrim_alerts_constraint = 'team_scrim_alerts_pkey' + + +/** aggregate max on columns */ +export interface team_scrim_alerts_max_fields { + created_at: (Scalars['timestamptz'] | null) + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + last_notified_at: (Scalars['timestamptz'] | null) + regions: (Scalars['String'][] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_alerts_max_fields' +} + + +/** aggregate min on columns */ +export interface team_scrim_alerts_min_fields { + created_at: (Scalars['timestamptz'] | null) + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + last_notified_at: (Scalars['timestamptz'] | null) + regions: (Scalars['String'][] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_alerts_min_fields' +} + + +/** response of any mutation on the table "team_scrim_alerts" */ +export interface team_scrim_alerts_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_scrim_alerts[] + __typename: 'team_scrim_alerts_mutation_response' +} + + +/** select columns of table "team_scrim_alerts" */ +export type team_scrim_alerts_select_column = 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'last_notified_at' | 'regions' | 'team_id' + + +/** aggregate stddev on columns */ +export interface team_scrim_alerts_stddev_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_alerts_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_alerts_stddev_pop_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_alerts_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_alerts_stddev_samp_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_alerts_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface team_scrim_alerts_sum_fields { + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + __typename: 'team_scrim_alerts_sum_fields' +} + + +/** update columns of table "team_scrim_alerts" */ +export type team_scrim_alerts_update_column = 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'last_notified_at' | 'regions' | 'team_id' + + +/** aggregate var_pop on columns */ +export interface team_scrim_alerts_var_pop_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_alerts_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface team_scrim_alerts_var_samp_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_alerts_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface team_scrim_alerts_variance_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_alerts_variance_fields' +} + + +/** columns and relationships of "team_scrim_availability" */ +export interface team_scrim_availability { + created_at: Scalars['timestamptz'] + ends_at: Scalars['timestamptz'] + id: Scalars['uuid'] + recurring_weekly: Scalars['Boolean'] + starts_at: Scalars['timestamptz'] + /** An object relationship */ + team: teams + team_id: Scalars['uuid'] + __typename: 'team_scrim_availability' +} + + +/** aggregated selection of "team_scrim_availability" */ +export interface team_scrim_availability_aggregate { + aggregate: (team_scrim_availability_aggregate_fields | null) + nodes: team_scrim_availability[] + __typename: 'team_scrim_availability_aggregate' +} + + +/** aggregate fields of "team_scrim_availability" */ +export interface team_scrim_availability_aggregate_fields { + count: Scalars['Int'] + max: (team_scrim_availability_max_fields | null) + min: (team_scrim_availability_min_fields | null) + __typename: 'team_scrim_availability_aggregate_fields' +} + + +/** unique or primary key constraints on table "team_scrim_availability" */ +export type team_scrim_availability_constraint = 'team_scrim_availability_pkey' + + +/** aggregate max on columns */ +export interface team_scrim_availability_max_fields { + created_at: (Scalars['timestamptz'] | null) + ends_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + starts_at: (Scalars['timestamptz'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_availability_max_fields' +} + + +/** aggregate min on columns */ +export interface team_scrim_availability_min_fields { + created_at: (Scalars['timestamptz'] | null) + ends_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + starts_at: (Scalars['timestamptz'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_availability_min_fields' +} + + +/** response of any mutation on the table "team_scrim_availability" */ +export interface team_scrim_availability_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_scrim_availability[] + __typename: 'team_scrim_availability_mutation_response' +} + + +/** select columns of table "team_scrim_availability" */ +export type team_scrim_availability_select_column = 'created_at' | 'ends_at' | 'id' | 'recurring_weekly' | 'starts_at' | 'team_id' + + +/** select "team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns" columns of table "team_scrim_availability" */ +export type team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns = 'recurring_weekly' + + +/** select "team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns" columns of table "team_scrim_availability" */ +export type team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns = 'recurring_weekly' + + +/** update columns of table "team_scrim_availability" */ +export type team_scrim_availability_update_column = 'created_at' | 'ends_at' | 'id' | 'recurring_weekly' | 'starts_at' | 'team_id' + + +/** columns and relationships of "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals { + created_at: Scalars['timestamptz'] + id: Scalars['uuid'] + /** An object relationship */ + proposed_by: players + proposed_by_steam_id: Scalars['bigint'] + /** An object relationship */ + proposed_by_team: teams + proposed_by_team_id: Scalars['uuid'] + proposed_scheduled_at: Scalars['timestamptz'] + /** An object relationship */ + request: team_scrim_requests + request_id: Scalars['uuid'] + __typename: 'team_scrim_request_proposals' +} + + +/** aggregated selection of "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_aggregate { + aggregate: (team_scrim_request_proposals_aggregate_fields | null) + nodes: team_scrim_request_proposals[] + __typename: 'team_scrim_request_proposals_aggregate' +} + + +/** aggregate fields of "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_aggregate_fields { + avg: (team_scrim_request_proposals_avg_fields | null) + count: Scalars['Int'] + max: (team_scrim_request_proposals_max_fields | null) + min: (team_scrim_request_proposals_min_fields | null) + stddev: (team_scrim_request_proposals_stddev_fields | null) + stddev_pop: (team_scrim_request_proposals_stddev_pop_fields | null) + stddev_samp: (team_scrim_request_proposals_stddev_samp_fields | null) + sum: (team_scrim_request_proposals_sum_fields | null) + var_pop: (team_scrim_request_proposals_var_pop_fields | null) + var_samp: (team_scrim_request_proposals_var_samp_fields | null) + variance: (team_scrim_request_proposals_variance_fields | null) + __typename: 'team_scrim_request_proposals_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface team_scrim_request_proposals_avg_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_request_proposals_avg_fields' +} + + +/** unique or primary key constraints on table "team_scrim_request_proposals" */ +export type team_scrim_request_proposals_constraint = 'team_scrim_request_proposals_pkey' + + +/** aggregate max on columns */ +export interface team_scrim_request_proposals_max_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + proposed_by_steam_id: (Scalars['bigint'] | null) + proposed_by_team_id: (Scalars['uuid'] | null) + proposed_scheduled_at: (Scalars['timestamptz'] | null) + request_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_request_proposals_max_fields' +} + + +/** aggregate min on columns */ +export interface team_scrim_request_proposals_min_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + proposed_by_steam_id: (Scalars['bigint'] | null) + proposed_by_team_id: (Scalars['uuid'] | null) + proposed_scheduled_at: (Scalars['timestamptz'] | null) + request_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_request_proposals_min_fields' +} + + +/** response of any mutation on the table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_scrim_request_proposals[] + __typename: 'team_scrim_request_proposals_mutation_response' +} + + +/** select columns of table "team_scrim_request_proposals" */ +export type team_scrim_request_proposals_select_column = 'created_at' | 'id' | 'proposed_by_steam_id' | 'proposed_by_team_id' | 'proposed_scheduled_at' | 'request_id' + + +/** aggregate stddev on columns */ +export interface team_scrim_request_proposals_stddev_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_request_proposals_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_request_proposals_stddev_pop_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_request_proposals_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_request_proposals_stddev_samp_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_request_proposals_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface team_scrim_request_proposals_sum_fields { + proposed_by_steam_id: (Scalars['bigint'] | null) + __typename: 'team_scrim_request_proposals_sum_fields' +} + + +/** update columns of table "team_scrim_request_proposals" */ +export type team_scrim_request_proposals_update_column = 'created_at' | 'id' | 'proposed_by_steam_id' | 'proposed_by_team_id' | 'proposed_scheduled_at' | 'request_id' + + +/** aggregate var_pop on columns */ +export interface team_scrim_request_proposals_var_pop_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_request_proposals_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface team_scrim_request_proposals_var_samp_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_request_proposals_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface team_scrim_request_proposals_variance_fields { + proposed_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_request_proposals_variance_fields' +} + + +/** columns and relationships of "team_scrim_requests" */ +export interface team_scrim_requests { + auto_generated: Scalars['Boolean'] + /** An object relationship */ + awaiting_team: teams + awaiting_team_id: Scalars['uuid'] + canceled_by_team_id: (Scalars['uuid'] | null) + canceled_late: Scalars['Boolean'] + created_at: Scalars['timestamptz'] + expires_at: Scalars['timestamptz'] + /** An object relationship */ + from_team: teams + from_team_checked_in: (Scalars['Boolean'] | null) + from_team_id: Scalars['uuid'] + id: Scalars['uuid'] + /** An object relationship */ + match: (matches | null) + match_id: (Scalars['uuid'] | null) + /** An object relationship */ + match_options: (match_options | null) + match_options_id: (Scalars['uuid'] | null) + /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ + match_outcome: (Scalars['String'] | null) + /** An array relationship */ + proposals: team_scrim_request_proposals[] /** An aggregate relationship */ - player_season_stats_aggregate: player_season_stats_aggregate - /** fetch data from the table: "player_season_stats" using primary key columns */ - player_season_stats_by_pk: (player_season_stats | null) - /** fetch data from the table in a streaming manner: "player_season_stats" */ - player_season_stats_stream: player_season_stats[] - /** fetch data from the table: "player_stats" */ - player_stats: player_stats[] - /** fetch aggregated fields from the table: "player_stats" */ - player_stats_aggregate: player_stats_aggregate - /** fetch data from the table: "player_stats" using primary key columns */ - player_stats_by_pk: (player_stats | null) - /** fetch data from the table in a streaming manner: "player_stats" */ - player_stats_stream: player_stats[] - /** fetch data from the table: "player_steam_bot_friend" */ - player_steam_bot_friend: player_steam_bot_friend[] - /** fetch aggregated fields from the table: "player_steam_bot_friend" */ - player_steam_bot_friend_aggregate: player_steam_bot_friend_aggregate - /** fetch data from the table: "player_steam_bot_friend" using primary key columns */ - player_steam_bot_friend_by_pk: (player_steam_bot_friend | null) - /** fetch data from the table in a streaming manner: "player_steam_bot_friend" */ - player_steam_bot_friend_stream: player_steam_bot_friend[] - /** fetch data from the table: "player_steam_match_auth" */ - player_steam_match_auth: player_steam_match_auth[] - /** fetch aggregated fields from the table: "player_steam_match_auth" */ - player_steam_match_auth_aggregate: player_steam_match_auth_aggregate - /** fetch data from the table: "player_steam_match_auth" using primary key columns */ - player_steam_match_auth_by_pk: (player_steam_match_auth | null) - /** fetch data from the table in a streaming manner: "player_steam_match_auth" */ - player_steam_match_auth_stream: player_steam_match_auth[] - /** fetch data from the table: "player_unused_utility" */ - player_unused_utility: player_unused_utility[] - /** fetch aggregated fields from the table: "player_unused_utility" */ - player_unused_utility_aggregate: player_unused_utility_aggregate - /** fetch data from the table: "player_unused_utility" using primary key columns */ - player_unused_utility_by_pk: (player_unused_utility | null) - /** fetch data from the table in a streaming manner: "player_unused_utility" */ - player_unused_utility_stream: player_unused_utility[] + proposals_aggregate: team_scrim_request_proposals_aggregate + proposed_scheduled_at: Scalars['timestamptz'] + region: (Scalars['String'] | null) + /** An object relationship */ + requested_by: players + requested_by_steam_id: Scalars['bigint'] + responded_at: (Scalars['timestamptz'] | null) + status: e_scrim_request_statuses_enum + /** An object relationship */ + to_team: teams + to_team_checked_in: (Scalars['Boolean'] | null) + to_team_id: Scalars['uuid'] + __typename: 'team_scrim_requests' +} + + +/** aggregated selection of "team_scrim_requests" */ +export interface team_scrim_requests_aggregate { + aggregate: (team_scrim_requests_aggregate_fields | null) + nodes: team_scrim_requests[] + __typename: 'team_scrim_requests_aggregate' +} + + +/** aggregate fields of "team_scrim_requests" */ +export interface team_scrim_requests_aggregate_fields { + avg: (team_scrim_requests_avg_fields | null) + count: Scalars['Int'] + max: (team_scrim_requests_max_fields | null) + min: (team_scrim_requests_min_fields | null) + stddev: (team_scrim_requests_stddev_fields | null) + stddev_pop: (team_scrim_requests_stddev_pop_fields | null) + stddev_samp: (team_scrim_requests_stddev_samp_fields | null) + sum: (team_scrim_requests_sum_fields | null) + var_pop: (team_scrim_requests_var_pop_fields | null) + var_samp: (team_scrim_requests_var_samp_fields | null) + variance: (team_scrim_requests_variance_fields | null) + __typename: 'team_scrim_requests_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface team_scrim_requests_avg_fields { + requested_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_requests_avg_fields' +} + + +/** unique or primary key constraints on table "team_scrim_requests" */ +export type team_scrim_requests_constraint = 'team_scrim_requests_pkey' | 'uq_scrim_req_open' + + +/** aggregate max on columns */ +export interface team_scrim_requests_max_fields { + awaiting_team_id: (Scalars['uuid'] | null) + canceled_by_team_id: (Scalars['uuid'] | null) + created_at: (Scalars['timestamptz'] | null) + expires_at: (Scalars['timestamptz'] | null) + from_team_id: (Scalars['uuid'] | null) + id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_options_id: (Scalars['uuid'] | null) + /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ + match_outcome: (Scalars['String'] | null) + proposed_scheduled_at: (Scalars['timestamptz'] | null) + region: (Scalars['String'] | null) + requested_by_steam_id: (Scalars['bigint'] | null) + responded_at: (Scalars['timestamptz'] | null) + to_team_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_requests_max_fields' +} + + +/** aggregate min on columns */ +export interface team_scrim_requests_min_fields { + awaiting_team_id: (Scalars['uuid'] | null) + canceled_by_team_id: (Scalars['uuid'] | null) + created_at: (Scalars['timestamptz'] | null) + expires_at: (Scalars['timestamptz'] | null) + from_team_id: (Scalars['uuid'] | null) + id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_options_id: (Scalars['uuid'] | null) + /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ + match_outcome: (Scalars['String'] | null) + proposed_scheduled_at: (Scalars['timestamptz'] | null) + region: (Scalars['String'] | null) + requested_by_steam_id: (Scalars['bigint'] | null) + responded_at: (Scalars['timestamptz'] | null) + to_team_id: (Scalars['uuid'] | null) + __typename: 'team_scrim_requests_min_fields' +} + + +/** response of any mutation on the table "team_scrim_requests" */ +export interface team_scrim_requests_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_scrim_requests[] + __typename: 'team_scrim_requests_mutation_response' +} + + +/** select columns of table "team_scrim_requests" */ +export type team_scrim_requests_select_column = 'auto_generated' | 'awaiting_team_id' | 'canceled_by_team_id' | 'canceled_late' | 'created_at' | 'expires_at' | 'from_team_checked_in' | 'from_team_id' | 'id' | 'match_id' | 'match_options_id' | 'match_outcome' | 'proposed_scheduled_at' | 'region' | 'requested_by_steam_id' | 'responded_at' | 'status' | 'to_team_checked_in' | 'to_team_id' + + +/** select "team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns" columns of table "team_scrim_requests" */ +export type team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns = 'auto_generated' | 'canceled_late' | 'from_team_checked_in' | 'to_team_checked_in' + + +/** select "team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns" columns of table "team_scrim_requests" */ +export type team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns = 'auto_generated' | 'canceled_late' | 'from_team_checked_in' | 'to_team_checked_in' + + +/** aggregate stddev on columns */ +export interface team_scrim_requests_stddev_fields { + requested_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_requests_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_requests_stddev_pop_fields { + requested_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_requests_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_requests_stddev_samp_fields { + requested_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_requests_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface team_scrim_requests_sum_fields { + requested_by_steam_id: (Scalars['bigint'] | null) + __typename: 'team_scrim_requests_sum_fields' +} + + +/** update columns of table "team_scrim_requests" */ +export type team_scrim_requests_update_column = 'auto_generated' | 'awaiting_team_id' | 'canceled_by_team_id' | 'canceled_late' | 'created_at' | 'expires_at' | 'from_team_checked_in' | 'from_team_id' | 'id' | 'match_id' | 'match_options_id' | 'match_outcome' | 'proposed_scheduled_at' | 'region' | 'requested_by_steam_id' | 'responded_at' | 'status' | 'to_team_checked_in' | 'to_team_id' + + +/** aggregate var_pop on columns */ +export interface team_scrim_requests_var_pop_fields { + requested_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_requests_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface team_scrim_requests_var_samp_fields { + requested_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_requests_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface team_scrim_requests_variance_fields { + requested_by_steam_id: (Scalars['Float'] | null) + __typename: 'team_scrim_requests_variance_fields' +} + + +/** columns and relationships of "team_scrim_settings" */ +export interface team_scrim_settings { + allow_outside_availability: Scalars['Boolean'] + created_at: Scalars['timestamptz'] + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + enabled: Scalars['Boolean'] + id: Scalars['uuid'] + map_ids: Scalars['uuid'][] + notes: (Scalars['String'] | null) + regions: Scalars['String'][] + /** An object relationship */ + team: teams + team_id: Scalars['uuid'] + updated_at: Scalars['timestamptz'] + __typename: 'team_scrim_settings' +} + + +/** aggregated selection of "team_scrim_settings" */ +export interface team_scrim_settings_aggregate { + aggregate: (team_scrim_settings_aggregate_fields | null) + nodes: team_scrim_settings[] + __typename: 'team_scrim_settings_aggregate' +} + + +/** aggregate fields of "team_scrim_settings" */ +export interface team_scrim_settings_aggregate_fields { + avg: (team_scrim_settings_avg_fields | null) + count: Scalars['Int'] + max: (team_scrim_settings_max_fields | null) + min: (team_scrim_settings_min_fields | null) + stddev: (team_scrim_settings_stddev_fields | null) + stddev_pop: (team_scrim_settings_stddev_pop_fields | null) + stddev_samp: (team_scrim_settings_stddev_samp_fields | null) + sum: (team_scrim_settings_sum_fields | null) + var_pop: (team_scrim_settings_var_pop_fields | null) + var_samp: (team_scrim_settings_var_samp_fields | null) + variance: (team_scrim_settings_variance_fields | null) + __typename: 'team_scrim_settings_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface team_scrim_settings_avg_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_settings_avg_fields' +} + + +/** unique or primary key constraints on table "team_scrim_settings" */ +export type team_scrim_settings_constraint = 'team_scrim_settings_pkey' | 'team_scrim_settings_team_id_key' + + +/** aggregate max on columns */ +export interface team_scrim_settings_max_fields { + created_at: (Scalars['timestamptz'] | null) + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + map_ids: (Scalars['uuid'][] | null) + notes: (Scalars['String'] | null) + regions: (Scalars['String'][] | null) + team_id: (Scalars['uuid'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'team_scrim_settings_max_fields' +} + + +/** aggregate min on columns */ +export interface team_scrim_settings_min_fields { + created_at: (Scalars['timestamptz'] | null) + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + map_ids: (Scalars['uuid'][] | null) + notes: (Scalars['String'] | null) + regions: (Scalars['String'][] | null) + team_id: (Scalars['uuid'] | null) + updated_at: (Scalars['timestamptz'] | null) + __typename: 'team_scrim_settings_min_fields' +} + + +/** response of any mutation on the table "team_scrim_settings" */ +export interface team_scrim_settings_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_scrim_settings[] + __typename: 'team_scrim_settings_mutation_response' +} + + +/** select columns of table "team_scrim_settings" */ +export type team_scrim_settings_select_column = 'allow_outside_availability' | 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'map_ids' | 'notes' | 'regions' | 'team_id' | 'updated_at' + + +/** aggregate stddev on columns */ +export interface team_scrim_settings_stddev_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_settings_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_settings_stddev_pop_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_settings_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_settings_stddev_samp_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_settings_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface team_scrim_settings_sum_fields { + elo_max: (Scalars['Int'] | null) + elo_min: (Scalars['Int'] | null) + __typename: 'team_scrim_settings_sum_fields' +} + + +/** update columns of table "team_scrim_settings" */ +export type team_scrim_settings_update_column = 'allow_outside_availability' | 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'map_ids' | 'notes' | 'regions' | 'team_id' | 'updated_at' + + +/** aggregate var_pop on columns */ +export interface team_scrim_settings_var_pop_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_settings_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface team_scrim_settings_var_samp_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_settings_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface team_scrim_settings_variance_fields { + elo_max: (Scalars['Float'] | null) + elo_min: (Scalars['Float'] | null) + __typename: 'team_scrim_settings_variance_fields' +} + + +/** columns and relationships of "team_suggestions" */ +export interface team_suggestions { + created_at: Scalars['timestamptz'] + group_hash: Scalars['String'] + id: Scalars['uuid'] + last_notified_at: (Scalars['timestamptz'] | null) + member_steam_ids: Scalars['bigint'][] + status: Scalars['String'] + together_count: Scalars['Int'] + __typename: 'team_suggestions' +} + + +/** aggregated selection of "team_suggestions" */ +export interface team_suggestions_aggregate { + aggregate: (team_suggestions_aggregate_fields | null) + nodes: team_suggestions[] + __typename: 'team_suggestions_aggregate' +} + + +/** aggregate fields of "team_suggestions" */ +export interface team_suggestions_aggregate_fields { + avg: (team_suggestions_avg_fields | null) + count: Scalars['Int'] + max: (team_suggestions_max_fields | null) + min: (team_suggestions_min_fields | null) + stddev: (team_suggestions_stddev_fields | null) + stddev_pop: (team_suggestions_stddev_pop_fields | null) + stddev_samp: (team_suggestions_stddev_samp_fields | null) + sum: (team_suggestions_sum_fields | null) + var_pop: (team_suggestions_var_pop_fields | null) + var_samp: (team_suggestions_var_samp_fields | null) + variance: (team_suggestions_variance_fields | null) + __typename: 'team_suggestions_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface team_suggestions_avg_fields { + together_count: (Scalars['Float'] | null) + __typename: 'team_suggestions_avg_fields' +} + + +/** unique or primary key constraints on table "team_suggestions" */ +export type team_suggestions_constraint = 'team_suggestions_group_hash_key' | 'team_suggestions_pkey' + + +/** aggregate max on columns */ +export interface team_suggestions_max_fields { + created_at: (Scalars['timestamptz'] | null) + group_hash: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + last_notified_at: (Scalars['timestamptz'] | null) + member_steam_ids: (Scalars['bigint'][] | null) + status: (Scalars['String'] | null) + together_count: (Scalars['Int'] | null) + __typename: 'team_suggestions_max_fields' +} + + +/** aggregate min on columns */ +export interface team_suggestions_min_fields { + created_at: (Scalars['timestamptz'] | null) + group_hash: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + last_notified_at: (Scalars['timestamptz'] | null) + member_steam_ids: (Scalars['bigint'][] | null) + status: (Scalars['String'] | null) + together_count: (Scalars['Int'] | null) + __typename: 'team_suggestions_min_fields' +} + + +/** response of any mutation on the table "team_suggestions" */ +export interface team_suggestions_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: team_suggestions[] + __typename: 'team_suggestions_mutation_response' +} + + +/** select columns of table "team_suggestions" */ +export type team_suggestions_select_column = 'created_at' | 'group_hash' | 'id' | 'last_notified_at' | 'member_steam_ids' | 'status' | 'together_count' + + +/** aggregate stddev on columns */ +export interface team_suggestions_stddev_fields { + together_count: (Scalars['Float'] | null) + __typename: 'team_suggestions_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface team_suggestions_stddev_pop_fields { + together_count: (Scalars['Float'] | null) + __typename: 'team_suggestions_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface team_suggestions_stddev_samp_fields { + together_count: (Scalars['Float'] | null) + __typename: 'team_suggestions_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface team_suggestions_sum_fields { + together_count: (Scalars['Int'] | null) + __typename: 'team_suggestions_sum_fields' +} + + +/** update columns of table "team_suggestions" */ +export type team_suggestions_update_column = 'created_at' | 'group_hash' | 'id' | 'last_notified_at' | 'member_steam_ids' | 'status' | 'together_count' + + +/** aggregate var_pop on columns */ +export interface team_suggestions_var_pop_fields { + together_count: (Scalars['Float'] | null) + __typename: 'team_suggestions_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface team_suggestions_var_samp_fields { + together_count: (Scalars['Float'] | null) + __typename: 'team_suggestions_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface team_suggestions_variance_fields { + together_count: (Scalars['Float'] | null) + __typename: 'team_suggestions_variance_fields' +} + + +/** columns and relationships of "teams" */ +export interface teams { + avatar_url: (Scalars['String'] | null) + /** A computed field, executes function "can_change_team_role" */ + can_change_role: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_invite_to_team" */ + can_invite: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_manage_team_scrims" */ + can_manage_scrims: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_remove_from_team" */ + can_remove: (Scalars['Boolean'] | null) + /** An object relationship */ + captain: (players | null) + captain_steam_id: (Scalars['bigint'] | null) + id: Scalars['uuid'] /** An array relationship */ - player_utility: player_utility[] - /** An aggregate relationship */ - player_utility_aggregate: player_utility_aggregate - /** fetch data from the table: "player_utility" using primary key columns */ - player_utility_by_pk: (player_utility | null) - /** fetch data from the table in a streaming manner: "player_utility" */ - player_utility_stream: player_utility[] - /** fetch data from the table: "player_weapon_stats_v" */ - player_weapon_stats_v: player_weapon_stats_v[] - /** fetch aggregated fields from the table: "player_weapon_stats_v" */ - player_weapon_stats_v_aggregate: player_weapon_stats_v_aggregate - /** fetch data from the table in a streaming manner: "player_weapon_stats_v" */ - player_weapon_stats_v_stream: player_weapon_stats_v[] - /** fetch data from the table: "players" */ - players: players[] - /** fetch aggregated fields from the table: "players" */ - players_aggregate: players_aggregate - /** fetch data from the table: "players" using primary key columns */ - players_by_pk: (players | null) - /** fetch data from the table in a streaming manner: "players" */ - players_stream: players[] - /** fetch data from the table: "plugin_versions" */ - plugin_versions: plugin_versions[] - /** fetch aggregated fields from the table: "plugin_versions" */ - plugin_versions_aggregate: plugin_versions_aggregate - /** fetch data from the table: "plugin_versions" using primary key columns */ - plugin_versions_by_pk: (plugin_versions | null) - /** fetch data from the table in a streaming manner: "plugin_versions" */ - plugin_versions_stream: plugin_versions[] - /** fetch data from the table: "seasons" */ - seasons: seasons[] - /** fetch aggregated fields from the table: "seasons" */ - seasons_aggregate: seasons_aggregate - /** fetch data from the table: "seasons" using primary key columns */ - seasons_by_pk: (seasons | null) - /** fetch data from the table in a streaming manner: "seasons" */ - seasons_stream: seasons[] - /** fetch data from the table: "server_regions" */ - server_regions: server_regions[] - /** fetch aggregated fields from the table: "server_regions" */ - server_regions_aggregate: server_regions_aggregate - /** fetch data from the table: "server_regions" using primary key columns */ - server_regions_by_pk: (server_regions | null) - /** fetch data from the table in a streaming manner: "server_regions" */ - server_regions_stream: server_regions[] + invites: team_invites[] + /** An aggregate relationship */ + invites_aggregate: team_invites_aggregate /** An array relationship */ - servers: servers[] + match_lineups: match_lineups[] /** An aggregate relationship */ - servers_aggregate: servers_aggregate - /** fetch data from the table: "servers" using primary key columns */ - servers_by_pk: (servers | null) - /** fetch data from the table in a streaming manner: "servers" */ - servers_stream: servers[] - /** fetch data from the table: "settings" */ - settings: settings[] - /** fetch aggregated fields from the table: "settings" */ - settings_aggregate: settings_aggregate - /** fetch data from the table: "settings" using primary key columns */ - settings_by_pk: (settings | null) - /** fetch data from the table in a streaming manner: "settings" */ - settings_stream: settings[] - /** fetch data from the table: "steam_account_claims" */ - steam_account_claims: steam_account_claims[] - /** fetch aggregated fields from the table: "steam_account_claims" */ - steam_account_claims_aggregate: steam_account_claims_aggregate - /** fetch data from the table: "steam_account_claims" using primary key columns */ - steam_account_claims_by_pk: (steam_account_claims | null) - /** fetch data from the table in a streaming manner: "steam_account_claims" */ - steam_account_claims_stream: steam_account_claims[] - /** fetch data from the table: "steam_accounts" */ - steam_accounts: steam_accounts[] - /** fetch aggregated fields from the table: "steam_accounts" */ - steam_accounts_aggregate: steam_accounts_aggregate - /** fetch data from the table: "steam_accounts" using primary key columns */ - steam_accounts_by_pk: (steam_accounts | null) - /** fetch data from the table in a streaming manner: "steam_accounts" */ - steam_accounts_stream: steam_accounts[] - /** fetch data from the table: "system_alerts" */ - system_alerts: system_alerts[] - /** fetch aggregated fields from the table: "system_alerts" */ - system_alerts_aggregate: system_alerts_aggregate - /** fetch data from the table: "system_alerts" using primary key columns */ - system_alerts_by_pk: (system_alerts | null) - /** fetch data from the table in a streaming manner: "system_alerts" */ - system_alerts_stream: system_alerts[] + match_lineups_aggregate: match_lineups_aggregate + /** A computed field, executes function "get_team_matches" */ + matches: (matches[] | null) + name: Scalars['String'] + /** An object relationship */ + owner: players + owner_steam_id: Scalars['bigint'] + /** An object relationship */ + ranks: (v_team_ranks | null) + /** An object relationship */ + reputation: (v_team_reputation | null) + /** A computed field, executes function "team_role" */ + role: (Scalars['String'] | null) /** An array relationship */ - team_invites: team_invites[] + roster: team_roster[] /** An aggregate relationship */ - team_invites_aggregate: team_invites_aggregate - /** fetch data from the table: "team_invites" using primary key columns */ - team_invites_by_pk: (team_invites | null) - /** fetch data from the table in a streaming manner: "team_invites" */ - team_invites_stream: team_invites[] - /** fetch data from the table: "team_roster" */ - team_roster: team_roster[] - /** fetch aggregated fields from the table: "team_roster" */ - team_roster_aggregate: team_roster_aggregate - /** fetch data from the table: "team_roster" using primary key columns */ - team_roster_by_pk: (team_roster | null) - /** fetch data from the table in a streaming manner: "team_roster" */ - team_roster_stream: team_roster[] - /** fetch data from the table: "team_scrim_alerts" */ - team_scrim_alerts: team_scrim_alerts[] - /** fetch aggregated fields from the table: "team_scrim_alerts" */ - team_scrim_alerts_aggregate: team_scrim_alerts_aggregate - /** fetch data from the table: "team_scrim_alerts" using primary key columns */ - team_scrim_alerts_by_pk: (team_scrim_alerts | null) - /** fetch data from the table in a streaming manner: "team_scrim_alerts" */ - team_scrim_alerts_stream: team_scrim_alerts[] - /** fetch data from the table: "team_scrim_availability" */ - team_scrim_availability: team_scrim_availability[] - /** fetch aggregated fields from the table: "team_scrim_availability" */ - team_scrim_availability_aggregate: team_scrim_availability_aggregate - /** fetch data from the table: "team_scrim_availability" using primary key columns */ - team_scrim_availability_by_pk: (team_scrim_availability | null) - /** fetch data from the table in a streaming manner: "team_scrim_availability" */ - team_scrim_availability_stream: team_scrim_availability[] - /** fetch data from the table: "team_scrim_request_proposals" */ - team_scrim_request_proposals: team_scrim_request_proposals[] - /** fetch aggregated fields from the table: "team_scrim_request_proposals" */ - team_scrim_request_proposals_aggregate: team_scrim_request_proposals_aggregate - /** fetch data from the table: "team_scrim_request_proposals" using primary key columns */ - team_scrim_request_proposals_by_pk: (team_scrim_request_proposals | null) - /** fetch data from the table in a streaming manner: "team_scrim_request_proposals" */ - team_scrim_request_proposals_stream: team_scrim_request_proposals[] - /** fetch data from the table: "team_scrim_requests" */ - team_scrim_requests: team_scrim_requests[] - /** fetch aggregated fields from the table: "team_scrim_requests" */ - team_scrim_requests_aggregate: team_scrim_requests_aggregate - /** fetch data from the table: "team_scrim_requests" using primary key columns */ - team_scrim_requests_by_pk: (team_scrim_requests | null) - /** fetch data from the table in a streaming manner: "team_scrim_requests" */ - team_scrim_requests_stream: team_scrim_requests[] - /** fetch data from the table: "team_scrim_settings" */ - team_scrim_settings: team_scrim_settings[] - /** fetch aggregated fields from the table: "team_scrim_settings" */ - team_scrim_settings_aggregate: team_scrim_settings_aggregate - /** fetch data from the table: "team_scrim_settings" using primary key columns */ - team_scrim_settings_by_pk: (team_scrim_settings | null) - /** fetch data from the table in a streaming manner: "team_scrim_settings" */ - team_scrim_settings_stream: team_scrim_settings[] - /** fetch data from the table: "team_suggestions" */ - team_suggestions: team_suggestions[] - /** fetch aggregated fields from the table: "team_suggestions" */ - team_suggestions_aggregate: team_suggestions_aggregate - /** fetch data from the table: "team_suggestions" using primary key columns */ - team_suggestions_by_pk: (team_suggestions | null) - /** fetch data from the table in a streaming manner: "team_suggestions" */ - team_suggestions_stream: team_suggestions[] - /** fetch data from the table: "teams" */ - teams: teams[] - /** fetch aggregated fields from the table: "teams" */ - teams_aggregate: teams_aggregate - /** fetch data from the table: "teams" using primary key columns */ - teams_by_pk: (teams | null) - /** fetch data from the table in a streaming manner: "teams" */ - teams_stream: teams[] + roster_aggregate: team_roster_aggregate /** An array relationship */ - tournament_brackets: tournament_brackets[] + scrim_availability: team_scrim_availability[] /** An aggregate relationship */ - tournament_brackets_aggregate: tournament_brackets_aggregate - /** fetch data from the table: "tournament_brackets" using primary key columns */ - tournament_brackets_by_pk: (tournament_brackets | null) - /** fetch data from the table in a streaming manner: "tournament_brackets" */ - tournament_brackets_stream: tournament_brackets[] + scrim_availability_aggregate: team_scrim_availability_aggregate + /** An object relationship */ + scrim_settings: (team_scrim_settings | null) + short_name: Scalars['String'] /** An array relationship */ - tournament_organizers: tournament_organizers[] + tournament_teams: tournament_teams[] /** An aggregate relationship */ - tournament_organizers_aggregate: tournament_organizers_aggregate - /** fetch data from the table: "tournament_organizers" using primary key columns */ - tournament_organizers_by_pk: (tournament_organizers | null) - /** fetch data from the table in a streaming manner: "tournament_organizers" */ - tournament_organizers_stream: tournament_organizers[] + tournament_teams_aggregate: tournament_teams_aggregate + __typename: 'teams' +} + + +/** aggregated selection of "teams" */ +export interface teams_aggregate { + aggregate: (teams_aggregate_fields | null) + nodes: teams[] + __typename: 'teams_aggregate' +} + + +/** aggregate fields of "teams" */ +export interface teams_aggregate_fields { + avg: (teams_avg_fields | null) + count: Scalars['Int'] + max: (teams_max_fields | null) + min: (teams_min_fields | null) + stddev: (teams_stddev_fields | null) + stddev_pop: (teams_stddev_pop_fields | null) + stddev_samp: (teams_stddev_samp_fields | null) + sum: (teams_sum_fields | null) + var_pop: (teams_var_pop_fields | null) + var_samp: (teams_var_samp_fields | null) + variance: (teams_variance_fields | null) + __typename: 'teams_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface teams_avg_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + __typename: 'teams_avg_fields' +} + + +/** unique or primary key constraints on table "teams" */ +export type teams_constraint = 'teams_name_key' | 'teams_pkey' + + +/** aggregate max on columns */ +export interface teams_max_fields { + avatar_url: (Scalars['String'] | null) + captain_steam_id: (Scalars['bigint'] | null) + id: (Scalars['uuid'] | null) + name: (Scalars['String'] | null) + owner_steam_id: (Scalars['bigint'] | null) + /** A computed field, executes function "team_role" */ + role: (Scalars['String'] | null) + short_name: (Scalars['String'] | null) + __typename: 'teams_max_fields' +} + + +/** aggregate min on columns */ +export interface teams_min_fields { + avatar_url: (Scalars['String'] | null) + captain_steam_id: (Scalars['bigint'] | null) + id: (Scalars['uuid'] | null) + name: (Scalars['String'] | null) + owner_steam_id: (Scalars['bigint'] | null) + /** A computed field, executes function "team_role" */ + role: (Scalars['String'] | null) + short_name: (Scalars['String'] | null) + __typename: 'teams_min_fields' +} + + +/** response of any mutation on the table "teams" */ +export interface teams_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: teams[] + __typename: 'teams_mutation_response' +} + + +/** select columns of table "teams" */ +export type teams_select_column = 'avatar_url' | 'captain_steam_id' | 'id' | 'name' | 'owner_steam_id' | 'short_name' + + +/** aggregate stddev on columns */ +export interface teams_stddev_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + __typename: 'teams_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface teams_stddev_pop_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + __typename: 'teams_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface teams_stddev_samp_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + __typename: 'teams_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface teams_sum_fields { + captain_steam_id: (Scalars['bigint'] | null) + owner_steam_id: (Scalars['bigint'] | null) + __typename: 'teams_sum_fields' +} + + +/** update columns of table "teams" */ +export type teams_update_column = 'avatar_url' | 'captain_steam_id' | 'id' | 'name' | 'owner_steam_id' | 'short_name' + + +/** aggregate var_pop on columns */ +export interface teams_var_pop_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + __typename: 'teams_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface teams_var_samp_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + __typename: 'teams_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface teams_variance_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + __typename: 'teams_variance_fields' +} + + +/** columns and relationships of "tournament_brackets" */ +export interface tournament_brackets { + bye: Scalars['Boolean'] + created_at: Scalars['timestamptz'] + /** A computed field, executes function "get_feeding_brackets" */ + feeding_brackets: (tournament_brackets[] | null) + finished: Scalars['Boolean'] + group: (Scalars['numeric'] | null) + id: Scalars['uuid'] + /** An object relationship */ + loser_bracket: (tournament_brackets | null) + loser_parent_bracket_id: (Scalars['uuid'] | null) + /** An object relationship */ + match: (matches | null) + match_id: (Scalars['uuid'] | null) + match_number: (Scalars['Int'] | null) + match_options_id: (Scalars['uuid'] | null) + /** An object relationship */ + options: (match_options | null) + /** An object relationship */ + parent_bracket: (tournament_brackets | null) + parent_bracket_id: (Scalars['uuid'] | null) + path: (Scalars['String'] | null) + round: Scalars['Int'] + scheduled_at: (Scalars['timestamptz'] | null) + scheduled_eta: (Scalars['timestamptz'] | null) /** An array relationship */ - tournament_stages: tournament_stages[] + scheduling_proposals: league_scheduling_proposals[] /** An aggregate relationship */ - tournament_stages_aggregate: tournament_stages_aggregate - /** fetch data from the table: "tournament_stages" using primary key columns */ - tournament_stages_by_pk: (tournament_stages | null) - /** fetch data from the table in a streaming manner: "tournament_stages" */ - tournament_stages_stream: tournament_stages[] - /** fetch data from the table: "tournament_team_invites" */ - tournament_team_invites: tournament_team_invites[] - /** fetch aggregated fields from the table: "tournament_team_invites" */ - tournament_team_invites_aggregate: tournament_team_invites_aggregate - /** fetch data from the table: "tournament_team_invites" using primary key columns */ - tournament_team_invites_by_pk: (tournament_team_invites | null) - /** fetch data from the table in a streaming manner: "tournament_team_invites" */ - tournament_team_invites_stream: tournament_team_invites[] - /** fetch data from the table: "tournament_team_roster" */ - tournament_team_roster: tournament_team_roster[] - /** fetch aggregated fields from the table: "tournament_team_roster" */ - tournament_team_roster_aggregate: tournament_team_roster_aggregate - /** fetch data from the table: "tournament_team_roster" using primary key columns */ - tournament_team_roster_by_pk: (tournament_team_roster | null) - /** fetch data from the table in a streaming manner: "tournament_team_roster" */ - tournament_team_roster_stream: tournament_team_roster[] + scheduling_proposals_aggregate: league_scheduling_proposals_aggregate + /** An object relationship */ + stage: tournament_stages + /** An object relationship */ + team_1: (tournament_teams | null) + team_1_seed: (Scalars['Int'] | null) + /** An object relationship */ + team_2: (tournament_teams | null) + team_2_seed: (Scalars['Int'] | null) + tournament_stage_id: Scalars['uuid'] + tournament_team_id_1: (Scalars['uuid'] | null) + tournament_team_id_2: (Scalars['uuid'] | null) + __typename: 'tournament_brackets' +} + + +/** aggregated selection of "tournament_brackets" */ +export interface tournament_brackets_aggregate { + aggregate: (tournament_brackets_aggregate_fields | null) + nodes: tournament_brackets[] + __typename: 'tournament_brackets_aggregate' +} + + +/** aggregate fields of "tournament_brackets" */ +export interface tournament_brackets_aggregate_fields { + avg: (tournament_brackets_avg_fields | null) + count: Scalars['Int'] + max: (tournament_brackets_max_fields | null) + min: (tournament_brackets_min_fields | null) + stddev: (tournament_brackets_stddev_fields | null) + stddev_pop: (tournament_brackets_stddev_pop_fields | null) + stddev_samp: (tournament_brackets_stddev_samp_fields | null) + sum: (tournament_brackets_sum_fields | null) + var_pop: (tournament_brackets_var_pop_fields | null) + var_samp: (tournament_brackets_var_samp_fields | null) + variance: (tournament_brackets_variance_fields | null) + __typename: 'tournament_brackets_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_brackets_avg_fields { + group: (Scalars['Float'] | null) + match_number: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + team_1_seed: (Scalars['Float'] | null) + team_2_seed: (Scalars['Float'] | null) + __typename: 'tournament_brackets_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_brackets" */ +export type tournament_brackets_constraint = 'touarnment_brackets_pkey' | 'tournament_brackets_id_tournament_team_id_1_tournament_team_id_' + + +/** aggregate max on columns */ +export interface tournament_brackets_max_fields { + created_at: (Scalars['timestamptz'] | null) + group: (Scalars['numeric'] | null) + id: (Scalars['uuid'] | null) + loser_parent_bracket_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_number: (Scalars['Int'] | null) + match_options_id: (Scalars['uuid'] | null) + parent_bracket_id: (Scalars['uuid'] | null) + path: (Scalars['String'] | null) + round: (Scalars['Int'] | null) + scheduled_at: (Scalars['timestamptz'] | null) + scheduled_eta: (Scalars['timestamptz'] | null) + team_1_seed: (Scalars['Int'] | null) + team_2_seed: (Scalars['Int'] | null) + tournament_stage_id: (Scalars['uuid'] | null) + tournament_team_id_1: (Scalars['uuid'] | null) + tournament_team_id_2: (Scalars['uuid'] | null) + __typename: 'tournament_brackets_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_brackets_min_fields { + created_at: (Scalars['timestamptz'] | null) + group: (Scalars['numeric'] | null) + id: (Scalars['uuid'] | null) + loser_parent_bracket_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + match_number: (Scalars['Int'] | null) + match_options_id: (Scalars['uuid'] | null) + parent_bracket_id: (Scalars['uuid'] | null) + path: (Scalars['String'] | null) + round: (Scalars['Int'] | null) + scheduled_at: (Scalars['timestamptz'] | null) + scheduled_eta: (Scalars['timestamptz'] | null) + team_1_seed: (Scalars['Int'] | null) + team_2_seed: (Scalars['Int'] | null) + tournament_stage_id: (Scalars['uuid'] | null) + tournament_team_id_1: (Scalars['uuid'] | null) + tournament_team_id_2: (Scalars['uuid'] | null) + __typename: 'tournament_brackets_min_fields' +} + + +/** response of any mutation on the table "tournament_brackets" */ +export interface tournament_brackets_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_brackets[] + __typename: 'tournament_brackets_mutation_response' +} + + +/** select columns of table "tournament_brackets" */ +export type tournament_brackets_select_column = 'bye' | 'created_at' | 'finished' | 'group' | 'id' | 'loser_parent_bracket_id' | 'match_id' | 'match_number' | 'match_options_id' | 'parent_bracket_id' | 'path' | 'round' | 'scheduled_at' | 'scheduled_eta' | 'team_1_seed' | 'team_2_seed' | 'tournament_stage_id' | 'tournament_team_id_1' | 'tournament_team_id_2' + + +/** select "tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_brackets" */ +export type tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns = 'bye' | 'finished' + + +/** select "tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_brackets" */ +export type tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns = 'bye' | 'finished' + + +/** aggregate stddev on columns */ +export interface tournament_brackets_stddev_fields { + group: (Scalars['Float'] | null) + match_number: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + team_1_seed: (Scalars['Float'] | null) + team_2_seed: (Scalars['Float'] | null) + __typename: 'tournament_brackets_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_brackets_stddev_pop_fields { + group: (Scalars['Float'] | null) + match_number: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + team_1_seed: (Scalars['Float'] | null) + team_2_seed: (Scalars['Float'] | null) + __typename: 'tournament_brackets_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_brackets_stddev_samp_fields { + group: (Scalars['Float'] | null) + match_number: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + team_1_seed: (Scalars['Float'] | null) + team_2_seed: (Scalars['Float'] | null) + __typename: 'tournament_brackets_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_brackets_sum_fields { + group: (Scalars['numeric'] | null) + match_number: (Scalars['Int'] | null) + round: (Scalars['Int'] | null) + team_1_seed: (Scalars['Int'] | null) + team_2_seed: (Scalars['Int'] | null) + __typename: 'tournament_brackets_sum_fields' +} + + +/** update columns of table "tournament_brackets" */ +export type tournament_brackets_update_column = 'bye' | 'created_at' | 'finished' | 'group' | 'id' | 'loser_parent_bracket_id' | 'match_id' | 'match_number' | 'match_options_id' | 'parent_bracket_id' | 'path' | 'round' | 'scheduled_at' | 'scheduled_eta' | 'team_1_seed' | 'team_2_seed' | 'tournament_stage_id' | 'tournament_team_id_1' | 'tournament_team_id_2' + + +/** aggregate var_pop on columns */ +export interface tournament_brackets_var_pop_fields { + group: (Scalars['Float'] | null) + match_number: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + team_1_seed: (Scalars['Float'] | null) + team_2_seed: (Scalars['Float'] | null) + __typename: 'tournament_brackets_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_brackets_var_samp_fields { + group: (Scalars['Float'] | null) + match_number: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + team_1_seed: (Scalars['Float'] | null) + team_2_seed: (Scalars['Float'] | null) + __typename: 'tournament_brackets_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_brackets_variance_fields { + group: (Scalars['Float'] | null) + match_number: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + team_1_seed: (Scalars['Float'] | null) + team_2_seed: (Scalars['Float'] | null) + __typename: 'tournament_brackets_variance_fields' +} + + +/** columns and relationships of "tournament_organizers" */ +export interface tournament_organizers { + /** An object relationship */ + organizer: players + steam_id: Scalars['bigint'] + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + __typename: 'tournament_organizers' +} + + +/** aggregated selection of "tournament_organizers" */ +export interface tournament_organizers_aggregate { + aggregate: (tournament_organizers_aggregate_fields | null) + nodes: tournament_organizers[] + __typename: 'tournament_organizers_aggregate' +} + + +/** aggregate fields of "tournament_organizers" */ +export interface tournament_organizers_aggregate_fields { + avg: (tournament_organizers_avg_fields | null) + count: Scalars['Int'] + max: (tournament_organizers_max_fields | null) + min: (tournament_organizers_min_fields | null) + stddev: (tournament_organizers_stddev_fields | null) + stddev_pop: (tournament_organizers_stddev_pop_fields | null) + stddev_samp: (tournament_organizers_stddev_samp_fields | null) + sum: (tournament_organizers_sum_fields | null) + var_pop: (tournament_organizers_var_pop_fields | null) + var_samp: (tournament_organizers_var_samp_fields | null) + variance: (tournament_organizers_variance_fields | null) + __typename: 'tournament_organizers_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_organizers_avg_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_organizers_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_organizers" */ +export type tournament_organizers_constraint = 'tournament_organizers_pkey' + + +/** aggregate max on columns */ +export interface tournament_organizers_max_fields { + steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_organizers_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_organizers_min_fields { + steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_organizers_min_fields' +} + + +/** response of any mutation on the table "tournament_organizers" */ +export interface tournament_organizers_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_organizers[] + __typename: 'tournament_organizers_mutation_response' +} + + +/** select columns of table "tournament_organizers" */ +export type tournament_organizers_select_column = 'steam_id' | 'tournament_id' + + +/** aggregate stddev on columns */ +export interface tournament_organizers_stddev_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_organizers_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_organizers_stddev_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_organizers_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_organizers_stddev_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_organizers_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_organizers_sum_fields { + steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_organizers_sum_fields' +} + + +/** update columns of table "tournament_organizers" */ +export type tournament_organizers_update_column = 'steam_id' | 'tournament_id' + + +/** aggregate var_pop on columns */ +export interface tournament_organizers_var_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_organizers_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_organizers_var_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_organizers_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_organizers_variance_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_organizers_variance_fields' +} + + +/** columns and relationships of "tournament_stage_windows" */ +export interface tournament_stage_windows { + closes_at: (Scalars['timestamptz'] | null) + created_at: Scalars['timestamptz'] + default_match_at: (Scalars['timestamptz'] | null) + id: Scalars['uuid'] + opens_at: (Scalars['timestamptz'] | null) + round: Scalars['Int'] + /** An object relationship */ + stage: tournament_stages + tournament_stage_id: Scalars['uuid'] + __typename: 'tournament_stage_windows' +} + + +/** aggregated selection of "tournament_stage_windows" */ +export interface tournament_stage_windows_aggregate { + aggregate: (tournament_stage_windows_aggregate_fields | null) + nodes: tournament_stage_windows[] + __typename: 'tournament_stage_windows_aggregate' +} + + +/** aggregate fields of "tournament_stage_windows" */ +export interface tournament_stage_windows_aggregate_fields { + avg: (tournament_stage_windows_avg_fields | null) + count: Scalars['Int'] + max: (tournament_stage_windows_max_fields | null) + min: (tournament_stage_windows_min_fields | null) + stddev: (tournament_stage_windows_stddev_fields | null) + stddev_pop: (tournament_stage_windows_stddev_pop_fields | null) + stddev_samp: (tournament_stage_windows_stddev_samp_fields | null) + sum: (tournament_stage_windows_sum_fields | null) + var_pop: (tournament_stage_windows_var_pop_fields | null) + var_samp: (tournament_stage_windows_var_samp_fields | null) + variance: (tournament_stage_windows_variance_fields | null) + __typename: 'tournament_stage_windows_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_stage_windows_avg_fields { + round: (Scalars['Float'] | null) + __typename: 'tournament_stage_windows_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_stage_windows" */ +export type tournament_stage_windows_constraint = 'tournament_stage_windows_pkey' | 'tournament_stage_windows_tournament_stage_id_round_key' + + +/** aggregate max on columns */ +export interface tournament_stage_windows_max_fields { + closes_at: (Scalars['timestamptz'] | null) + created_at: (Scalars['timestamptz'] | null) + default_match_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + opens_at: (Scalars['timestamptz'] | null) + round: (Scalars['Int'] | null) + tournament_stage_id: (Scalars['uuid'] | null) + __typename: 'tournament_stage_windows_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_stage_windows_min_fields { + closes_at: (Scalars['timestamptz'] | null) + created_at: (Scalars['timestamptz'] | null) + default_match_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + opens_at: (Scalars['timestamptz'] | null) + round: (Scalars['Int'] | null) + tournament_stage_id: (Scalars['uuid'] | null) + __typename: 'tournament_stage_windows_min_fields' +} + + +/** response of any mutation on the table "tournament_stage_windows" */ +export interface tournament_stage_windows_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_stage_windows[] + __typename: 'tournament_stage_windows_mutation_response' +} + + +/** select columns of table "tournament_stage_windows" */ +export type tournament_stage_windows_select_column = 'closes_at' | 'created_at' | 'default_match_at' | 'id' | 'opens_at' | 'round' | 'tournament_stage_id' + + +/** aggregate stddev on columns */ +export interface tournament_stage_windows_stddev_fields { + round: (Scalars['Float'] | null) + __typename: 'tournament_stage_windows_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_stage_windows_stddev_pop_fields { + round: (Scalars['Float'] | null) + __typename: 'tournament_stage_windows_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_stage_windows_stddev_samp_fields { + round: (Scalars['Float'] | null) + __typename: 'tournament_stage_windows_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_stage_windows_sum_fields { + round: (Scalars['Int'] | null) + __typename: 'tournament_stage_windows_sum_fields' +} + + +/** update columns of table "tournament_stage_windows" */ +export type tournament_stage_windows_update_column = 'closes_at' | 'created_at' | 'default_match_at' | 'id' | 'opens_at' | 'round' | 'tournament_stage_id' + + +/** aggregate var_pop on columns */ +export interface tournament_stage_windows_var_pop_fields { + round: (Scalars['Float'] | null) + __typename: 'tournament_stage_windows_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_stage_windows_var_samp_fields { + round: (Scalars['Float'] | null) + __typename: 'tournament_stage_windows_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_stage_windows_variance_fields { + round: (Scalars['Float'] | null) + __typename: 'tournament_stage_windows_variance_fields' +} + + +/** columns and relationships of "tournament_stages" */ +export interface tournament_stages { /** An array relationship */ - tournament_teams: tournament_teams[] + brackets: tournament_brackets[] /** An aggregate relationship */ - tournament_teams_aggregate: tournament_teams_aggregate - /** fetch data from the table: "tournament_teams" using primary key columns */ - tournament_teams_by_pk: (tournament_teams | null) - /** fetch data from the table in a streaming manner: "tournament_teams" */ - tournament_teams_stream: tournament_teams[] + brackets_aggregate: tournament_brackets_aggregate + decider_best_of: (Scalars['Int'] | null) + default_best_of: Scalars['Int'] + /** An object relationship */ + e_tournament_stage_type: e_tournament_stage_types + groups: (Scalars['Int'] | null) + id: Scalars['uuid'] + match_options_id: (Scalars['uuid'] | null) + max_rounds: (Scalars['Int'] | null) + max_teams: Scalars['Int'] + min_teams: Scalars['Int'] + /** An object relationship */ + options: (match_options | null) + order: Scalars['Int'] /** An array relationship */ - tournament_trophies: tournament_trophies[] + results: v_team_stage_results[] /** 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[] + results_aggregate: v_team_stage_results_aggregate + settings: (Scalars['jsonb'] | null) + swiss_no_elimination: Scalars['Boolean'] + third_place_match: Scalars['Boolean'] + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + type: e_tournament_stage_types_enum /** An array relationship */ - tournaments: tournaments[] + windows: tournament_stage_windows[] /** An aggregate relationship */ - tournaments_aggregate: tournaments_aggregate - /** fetch data from the table: "tournaments" using primary key columns */ - tournaments_by_pk: (tournaments | null) - /** fetch data from the table in a streaming manner: "tournaments" */ - tournaments_stream: tournaments[] - /** fetch data from the table: "v_gpu_pool_status" */ - v_gpu_pool_status: v_gpu_pool_status[] - /** fetch aggregated fields from the table: "v_gpu_pool_status" */ - v_gpu_pool_status_aggregate: v_gpu_pool_status_aggregate - /** fetch data from the table in a streaming manner: "v_gpu_pool_status" */ - v_gpu_pool_status_stream: v_gpu_pool_status[] - /** fetch data from the table: "v_match_captains" */ - v_match_captains: v_match_captains[] - /** fetch aggregated fields from the table: "v_match_captains" */ - v_match_captains_aggregate: v_match_captains_aggregate - /** fetch data from the table in a streaming manner: "v_match_captains" */ - v_match_captains_stream: v_match_captains[] - /** fetch data from the table: "v_match_clutches" */ - v_match_clutches: v_match_clutches[] - /** fetch aggregated fields from the table: "v_match_clutches" */ - v_match_clutches_aggregate: v_match_clutches_aggregate - /** fetch data from the table in a streaming manner: "v_match_clutches" */ - v_match_clutches_stream: v_match_clutches[] - /** fetch data from the table: "v_match_kill_pairs" */ - v_match_kill_pairs: v_match_kill_pairs[] - /** fetch aggregated fields from the table: "v_match_kill_pairs" */ - v_match_kill_pairs_aggregate: v_match_kill_pairs_aggregate - /** fetch data from the table in a streaming manner: "v_match_kill_pairs" */ - v_match_kill_pairs_stream: v_match_kill_pairs[] - /** fetch data from the table: "v_match_lineup_buy_types" */ - v_match_lineup_buy_types: v_match_lineup_buy_types[] - /** fetch aggregated fields from the table: "v_match_lineup_buy_types" */ - v_match_lineup_buy_types_aggregate: v_match_lineup_buy_types_aggregate - /** fetch data from the table in a streaming manner: "v_match_lineup_buy_types" */ - v_match_lineup_buy_types_stream: v_match_lineup_buy_types[] - /** fetch data from the table: "v_match_lineup_map_stats" */ - v_match_lineup_map_stats: v_match_lineup_map_stats[] - /** fetch aggregated fields from the table: "v_match_lineup_map_stats" */ - v_match_lineup_map_stats_aggregate: v_match_lineup_map_stats_aggregate - /** fetch data from the table in a streaming manner: "v_match_lineup_map_stats" */ - v_match_lineup_map_stats_stream: v_match_lineup_map_stats[] - /** fetch data from the table: "v_match_map_backup_rounds" */ - v_match_map_backup_rounds: v_match_map_backup_rounds[] - /** fetch aggregated fields from the table: "v_match_map_backup_rounds" */ - v_match_map_backup_rounds_aggregate: v_match_map_backup_rounds_aggregate - /** fetch data from the table in a streaming manner: "v_match_map_backup_rounds" */ - v_match_map_backup_rounds_stream: v_match_map_backup_rounds[] - /** fetch data from the table: "v_match_player_buy_types" */ - v_match_player_buy_types: v_match_player_buy_types[] - /** fetch aggregated fields from the table: "v_match_player_buy_types" */ - v_match_player_buy_types_aggregate: v_match_player_buy_types_aggregate - /** fetch data from the table in a streaming manner: "v_match_player_buy_types" */ - v_match_player_buy_types_stream: v_match_player_buy_types[] - /** fetch data from the table: "v_match_player_opening_duels" */ - v_match_player_opening_duels: v_match_player_opening_duels[] - /** fetch aggregated fields from the table: "v_match_player_opening_duels" */ - v_match_player_opening_duels_aggregate: v_match_player_opening_duels_aggregate - /** fetch data from the table in a streaming manner: "v_match_player_opening_duels" */ - v_match_player_opening_duels_stream: v_match_player_opening_duels[] - /** fetch data from the table: "v_player_arch_nemesis" */ - v_player_arch_nemesis: v_player_arch_nemesis[] - /** fetch aggregated fields from the table: "v_player_arch_nemesis" */ - v_player_arch_nemesis_aggregate: v_player_arch_nemesis_aggregate - /** fetch data from the table in a streaming manner: "v_player_arch_nemesis" */ - v_player_arch_nemesis_stream: v_player_arch_nemesis[] - /** fetch data from the table: "v_player_damage" */ - v_player_damage: v_player_damage[] - /** fetch aggregated fields from the table: "v_player_damage" */ - v_player_damage_aggregate: v_player_damage_aggregate - /** fetch data from the table in a streaming manner: "v_player_damage" */ - v_player_damage_stream: v_player_damage[] - /** fetch data from the table: "v_player_elo" */ - v_player_elo: v_player_elo[] - /** fetch aggregated fields from the table: "v_player_elo" */ - v_player_elo_aggregate: v_player_elo_aggregate - /** fetch data from the table in a streaming manner: "v_player_elo" */ - v_player_elo_stream: v_player_elo[] - /** fetch data from the table: "v_player_map_losses" */ - v_player_map_losses: v_player_map_losses[] - /** fetch aggregated fields from the table: "v_player_map_losses" */ - v_player_map_losses_aggregate: v_player_map_losses_aggregate - /** fetch data from the table in a streaming manner: "v_player_map_losses" */ - v_player_map_losses_stream: v_player_map_losses[] - /** fetch data from the table: "v_player_map_wins" */ - v_player_map_wins: v_player_map_wins[] - /** fetch aggregated fields from the table: "v_player_map_wins" */ - v_player_map_wins_aggregate: v_player_map_wins_aggregate - /** fetch data from the table in a streaming manner: "v_player_map_wins" */ - v_player_map_wins_stream: v_player_map_wins[] - /** fetch data from the table: "v_player_match_head_to_head" */ - v_player_match_head_to_head: v_player_match_head_to_head[] - /** fetch aggregated fields from the table: "v_player_match_head_to_head" */ - v_player_match_head_to_head_aggregate: v_player_match_head_to_head_aggregate - /** fetch data from the table in a streaming manner: "v_player_match_head_to_head" */ - v_player_match_head_to_head_stream: v_player_match_head_to_head[] - /** fetch data from the table: "v_player_match_map_hltv" */ - v_player_match_map_hltv: v_player_match_map_hltv[] - /** fetch aggregated fields from the table: "v_player_match_map_hltv" */ - v_player_match_map_hltv_aggregate: v_player_match_map_hltv_aggregate - /** fetch data from the table in a streaming manner: "v_player_match_map_hltv" */ - v_player_match_map_hltv_stream: v_player_match_map_hltv[] - /** fetch data from the table: "v_player_match_map_roles" */ - v_player_match_map_roles: v_player_match_map_roles[] - /** fetch aggregated fields from the table: "v_player_match_map_roles" */ - v_player_match_map_roles_aggregate: v_player_match_map_roles_aggregate - /** fetch data from the table in a streaming manner: "v_player_match_map_roles" */ - v_player_match_map_roles_stream: v_player_match_map_roles[] - /** fetch data from the table: "v_player_match_performance" */ - v_player_match_performance: v_player_match_performance[] - /** fetch aggregated fields from the table: "v_player_match_performance" */ - v_player_match_performance_aggregate: v_player_match_performance_aggregate - /** fetch data from the table in a streaming manner: "v_player_match_performance" */ - v_player_match_performance_stream: v_player_match_performance[] - /** fetch data from the table: "v_player_match_rating" */ - v_player_match_rating: v_player_match_rating[] - /** fetch aggregated fields from the table: "v_player_match_rating" */ - v_player_match_rating_aggregate: v_player_match_rating_aggregate - /** fetch data from the table in a streaming manner: "v_player_match_rating" */ - v_player_match_rating_stream: v_player_match_rating[] - /** fetch data from the table: "v_player_multi_kills" */ - v_player_multi_kills: v_player_multi_kills[] - /** fetch aggregated fields from the table: "v_player_multi_kills" */ - v_player_multi_kills_aggregate: v_player_multi_kills_aggregate - /** fetch data from the table in a streaming manner: "v_player_multi_kills" */ - v_player_multi_kills_stream: v_player_multi_kills[] - /** fetch data from the table: "v_player_weapon_damage" */ - v_player_weapon_damage: v_player_weapon_damage[] - /** fetch aggregated fields from the table: "v_player_weapon_damage" */ - v_player_weapon_damage_aggregate: v_player_weapon_damage_aggregate - /** fetch data from the table in a streaming manner: "v_player_weapon_damage" */ - v_player_weapon_damage_stream: v_player_weapon_damage[] - /** fetch data from the table: "v_player_weapon_kills" */ - v_player_weapon_kills: v_player_weapon_kills[] - /** fetch aggregated fields from the table: "v_player_weapon_kills" */ - v_player_weapon_kills_aggregate: v_player_weapon_kills_aggregate - /** fetch data from the table in a streaming manner: "v_player_weapon_kills" */ - v_player_weapon_kills_stream: v_player_weapon_kills[] - /** fetch data from the table: "v_pool_maps" */ - v_pool_maps: v_pool_maps[] - /** fetch aggregated fields from the table: "v_pool_maps" */ - v_pool_maps_aggregate: v_pool_maps_aggregate - /** fetch data from the table in a streaming manner: "v_pool_maps" */ - v_pool_maps_stream: v_pool_maps[] - /** fetch data from the table: "v_steam_account_pool_status" */ - v_steam_account_pool_status: v_steam_account_pool_status[] - /** fetch aggregated fields from the table: "v_steam_account_pool_status" */ - v_steam_account_pool_status_aggregate: v_steam_account_pool_status_aggregate - /** fetch data from the table in a streaming manner: "v_steam_account_pool_status" */ - v_steam_account_pool_status_stream: v_steam_account_pool_status[] - /** fetch data from the table: "v_team_ranks" */ - v_team_ranks: v_team_ranks[] - /** fetch aggregated fields from the table: "v_team_ranks" */ - v_team_ranks_aggregate: v_team_ranks_aggregate - /** fetch data from the table in a streaming manner: "v_team_ranks" */ - v_team_ranks_stream: v_team_ranks[] - /** fetch data from the table: "v_team_reputation" */ - v_team_reputation: v_team_reputation[] - /** fetch aggregated fields from the table: "v_team_reputation" */ - v_team_reputation_aggregate: v_team_reputation_aggregate - /** fetch data from the table in a streaming manner: "v_team_reputation" */ - v_team_reputation_stream: v_team_reputation[] - /** fetch data from the table: "v_team_stage_results" */ - v_team_stage_results: v_team_stage_results[] - /** fetch aggregated fields from the table: "v_team_stage_results" */ - v_team_stage_results_aggregate: v_team_stage_results_aggregate - /** fetch data from the table: "v_team_stage_results" using primary key columns */ - v_team_stage_results_by_pk: (v_team_stage_results | null) - /** fetch data from the table in a streaming manner: "v_team_stage_results" */ - v_team_stage_results_stream: v_team_stage_results[] - /** fetch data from the table: "v_team_tournament_results" */ - v_team_tournament_results: v_team_tournament_results[] - /** fetch aggregated fields from the table: "v_team_tournament_results" */ - v_team_tournament_results_aggregate: v_team_tournament_results_aggregate - /** fetch data from the table in a streaming manner: "v_team_tournament_results" */ - v_team_tournament_results_stream: v_team_tournament_results[] - /** fetch data from the table: "v_tournament_player_stats" */ - v_tournament_player_stats: v_tournament_player_stats[] - /** fetch aggregated fields from the table: "v_tournament_player_stats" */ - v_tournament_player_stats_aggregate: v_tournament_player_stats_aggregate - /** fetch data from the table in a streaming manner: "v_tournament_player_stats" */ - v_tournament_player_stats_stream: v_tournament_player_stats[] - __typename: 'subscription_root' + windows_aggregate: tournament_stage_windows_aggregate + __typename: 'tournament_stages' +} + + +/** aggregated selection of "tournament_stages" */ +export interface tournament_stages_aggregate { + aggregate: (tournament_stages_aggregate_fields | null) + nodes: tournament_stages[] + __typename: 'tournament_stages_aggregate' +} + + +/** aggregate fields of "tournament_stages" */ +export interface tournament_stages_aggregate_fields { + avg: (tournament_stages_avg_fields | null) + count: Scalars['Int'] + max: (tournament_stages_max_fields | null) + min: (tournament_stages_min_fields | null) + stddev: (tournament_stages_stddev_fields | null) + stddev_pop: (tournament_stages_stddev_pop_fields | null) + stddev_samp: (tournament_stages_stddev_samp_fields | null) + sum: (tournament_stages_sum_fields | null) + var_pop: (tournament_stages_var_pop_fields | null) + var_samp: (tournament_stages_var_samp_fields | null) + variance: (tournament_stages_variance_fields | null) + __typename: 'tournament_stages_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_stages_avg_fields { + decider_best_of: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + groups: (Scalars['Float'] | null) + max_rounds: (Scalars['Float'] | null) + max_teams: (Scalars['Float'] | null) + min_teams: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + __typename: 'tournament_stages_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_stages" */ +export type tournament_stages_constraint = 'tournament_stages_pkey' + + +/** aggregate max on columns */ +export interface tournament_stages_max_fields { + decider_best_of: (Scalars['Int'] | null) + default_best_of: (Scalars['Int'] | null) + groups: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + match_options_id: (Scalars['uuid'] | null) + max_rounds: (Scalars['Int'] | null) + max_teams: (Scalars['Int'] | null) + min_teams: (Scalars['Int'] | null) + order: (Scalars['Int'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_stages_max_fields' } -/** columns and relationships of "system_alerts" */ -export interface system_alerts { +/** aggregate min on columns */ +export interface tournament_stages_min_fields { + decider_best_of: (Scalars['Int'] | null) + default_best_of: (Scalars['Int'] | null) + groups: (Scalars['Int'] | null) + id: (Scalars['uuid'] | null) + match_options_id: (Scalars['uuid'] | null) + max_rounds: (Scalars['Int'] | null) + max_teams: (Scalars['Int'] | null) + min_teams: (Scalars['Int'] | null) + order: (Scalars['Int'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_stages_min_fields' +} + + +/** response of any mutation on the table "tournament_stages" */ +export interface tournament_stages_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_stages[] + __typename: 'tournament_stages_mutation_response' +} + + +/** select columns of table "tournament_stages" */ +export type tournament_stages_select_column = 'decider_best_of' | 'default_best_of' | 'groups' | 'id' | 'match_options_id' | 'max_rounds' | 'max_teams' | 'min_teams' | 'order' | 'settings' | 'swiss_no_elimination' | 'third_place_match' | 'tournament_id' | 'type' + + +/** select "tournament_stages_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_stages" */ +export type tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns = 'swiss_no_elimination' | 'third_place_match' + + +/** select "tournament_stages_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_stages" */ +export type tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns = 'swiss_no_elimination' | 'third_place_match' + + +/** aggregate stddev on columns */ +export interface tournament_stages_stddev_fields { + decider_best_of: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + groups: (Scalars['Float'] | null) + max_rounds: (Scalars['Float'] | null) + max_teams: (Scalars['Float'] | null) + min_teams: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + __typename: 'tournament_stages_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_stages_stddev_pop_fields { + decider_best_of: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + groups: (Scalars['Float'] | null) + max_rounds: (Scalars['Float'] | null) + max_teams: (Scalars['Float'] | null) + min_teams: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + __typename: 'tournament_stages_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_stages_stddev_samp_fields { + decider_best_of: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + groups: (Scalars['Float'] | null) + max_rounds: (Scalars['Float'] | null) + max_teams: (Scalars['Float'] | null) + min_teams: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + __typename: 'tournament_stages_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_stages_sum_fields { + decider_best_of: (Scalars['Int'] | null) + default_best_of: (Scalars['Int'] | null) + groups: (Scalars['Int'] | null) + max_rounds: (Scalars['Int'] | null) + max_teams: (Scalars['Int'] | null) + min_teams: (Scalars['Int'] | null) + order: (Scalars['Int'] | null) + __typename: 'tournament_stages_sum_fields' +} + + +/** update columns of table "tournament_stages" */ +export type tournament_stages_update_column = 'decider_best_of' | 'default_best_of' | 'groups' | 'id' | 'match_options_id' | 'max_rounds' | 'max_teams' | 'min_teams' | 'order' | 'settings' | 'swiss_no_elimination' | 'third_place_match' | 'tournament_id' | 'type' + + +/** aggregate var_pop on columns */ +export interface tournament_stages_var_pop_fields { + decider_best_of: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + groups: (Scalars['Float'] | null) + max_rounds: (Scalars['Float'] | null) + max_teams: (Scalars['Float'] | null) + min_teams: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + __typename: 'tournament_stages_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_stages_var_samp_fields { + decider_best_of: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + groups: (Scalars['Float'] | null) + max_rounds: (Scalars['Float'] | null) + max_teams: (Scalars['Float'] | null) + min_teams: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + __typename: 'tournament_stages_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_stages_variance_fields { + decider_best_of: (Scalars['Float'] | null) + default_best_of: (Scalars['Float'] | null) + groups: (Scalars['Float'] | null) + max_rounds: (Scalars['Float'] | null) + max_teams: (Scalars['Float'] | null) + min_teams: (Scalars['Float'] | null) + order: (Scalars['Float'] | null) + __typename: 'tournament_stages_variance_fields' +} + + +/** columns and relationships of "tournament_team_invites" */ +export interface tournament_team_invites { created_at: Scalars['timestamptz'] - created_by: (Scalars['bigint'] | null) - dismissible: Scalars['Boolean'] - expires_at: (Scalars['timestamptz'] | null) id: Scalars['uuid'] - is_active: Scalars['Boolean'] - message: Scalars['String'] - title: (Scalars['String'] | null) - type: e_system_alert_types_enum - updated_at: Scalars['timestamptz'] - __typename: 'system_alerts' + /** An object relationship */ + invited_by: players + invited_by_player_steam_id: Scalars['bigint'] + /** An object relationship */ + player: players + steam_id: Scalars['bigint'] + /** An object relationship */ + team: tournament_teams + tournament_team_id: Scalars['uuid'] + __typename: 'tournament_team_invites' } -/** aggregated selection of "system_alerts" */ -export interface system_alerts_aggregate { - aggregate: (system_alerts_aggregate_fields | null) - nodes: system_alerts[] - __typename: 'system_alerts_aggregate' +/** aggregated selection of "tournament_team_invites" */ +export interface tournament_team_invites_aggregate { + aggregate: (tournament_team_invites_aggregate_fields | null) + nodes: tournament_team_invites[] + __typename: 'tournament_team_invites_aggregate' } -/** aggregate fields of "system_alerts" */ -export interface system_alerts_aggregate_fields { - avg: (system_alerts_avg_fields | null) +/** aggregate fields of "tournament_team_invites" */ +export interface tournament_team_invites_aggregate_fields { + avg: (tournament_team_invites_avg_fields | null) count: Scalars['Int'] - max: (system_alerts_max_fields | null) - min: (system_alerts_min_fields | null) - stddev: (system_alerts_stddev_fields | null) - stddev_pop: (system_alerts_stddev_pop_fields | null) - stddev_samp: (system_alerts_stddev_samp_fields | null) - sum: (system_alerts_sum_fields | null) - var_pop: (system_alerts_var_pop_fields | null) - var_samp: (system_alerts_var_samp_fields | null) - variance: (system_alerts_variance_fields | null) - __typename: 'system_alerts_aggregate_fields' + max: (tournament_team_invites_max_fields | null) + min: (tournament_team_invites_min_fields | null) + stddev: (tournament_team_invites_stddev_fields | null) + stddev_pop: (tournament_team_invites_stddev_pop_fields | null) + stddev_samp: (tournament_team_invites_stddev_samp_fields | null) + sum: (tournament_team_invites_sum_fields | null) + var_pop: (tournament_team_invites_var_pop_fields | null) + var_samp: (tournament_team_invites_var_samp_fields | null) + variance: (tournament_team_invites_variance_fields | null) + __typename: 'tournament_team_invites_aggregate_fields' } /** aggregate avg on columns */ -export interface system_alerts_avg_fields { - created_by: (Scalars['Float'] | null) - __typename: 'system_alerts_avg_fields' +export interface tournament_team_invites_avg_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_invites_avg_fields' } -/** unique or primary key constraints on table "system_alerts" */ -export type system_alerts_constraint = 'system_alerts_pkey' +/** unique or primary key constraints on table "tournament_team_invites" */ +export type tournament_team_invites_constraint = 'tournament_team_invites_pkey' | 'tournament_team_invites_steam_id_tournament_team_id_key' + + +/** aggregate max on columns */ +export interface tournament_team_invites_max_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + invited_by_player_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_team_invites_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_team_invites_min_fields { + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + invited_by_player_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_team_invites_min_fields' +} + + +/** response of any mutation on the table "tournament_team_invites" */ +export interface tournament_team_invites_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_team_invites[] + __typename: 'tournament_team_invites_mutation_response' +} + + +/** select columns of table "tournament_team_invites" */ +export type tournament_team_invites_select_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_team_id' + + +/** aggregate stddev on columns */ +export interface tournament_team_invites_stddev_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_invites_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_team_invites_stddev_pop_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_invites_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_team_invites_stddev_samp_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_invites_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_team_invites_sum_fields { + invited_by_player_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_team_invites_sum_fields' +} + + +/** update columns of table "tournament_team_invites" */ +export type tournament_team_invites_update_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_team_id' + + +/** aggregate var_pop on columns */ +export interface tournament_team_invites_var_pop_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_invites_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_team_invites_var_samp_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_invites_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_team_invites_variance_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_invites_variance_fields' +} + + +/** columns and relationships of "tournament_team_roster" */ +export interface tournament_team_roster { + /** An object relationship */ + e_team_role: e_team_roles + /** An object relationship */ + player: players + player_steam_id: Scalars['bigint'] + role: e_team_roles_enum + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + /** An object relationship */ + tournament_team: tournament_teams + tournament_team_id: Scalars['uuid'] + __typename: 'tournament_team_roster' +} + + +/** aggregated selection of "tournament_team_roster" */ +export interface tournament_team_roster_aggregate { + aggregate: (tournament_team_roster_aggregate_fields | null) + nodes: tournament_team_roster[] + __typename: 'tournament_team_roster_aggregate' +} + + +/** aggregate fields of "tournament_team_roster" */ +export interface tournament_team_roster_aggregate_fields { + avg: (tournament_team_roster_avg_fields | null) + count: Scalars['Int'] + max: (tournament_team_roster_max_fields | null) + min: (tournament_team_roster_min_fields | null) + stddev: (tournament_team_roster_stddev_fields | null) + stddev_pop: (tournament_team_roster_stddev_pop_fields | null) + stddev_samp: (tournament_team_roster_stddev_samp_fields | null) + sum: (tournament_team_roster_sum_fields | null) + var_pop: (tournament_team_roster_var_pop_fields | null) + var_samp: (tournament_team_roster_var_samp_fields | null) + variance: (tournament_team_roster_variance_fields | null) + __typename: 'tournament_team_roster_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_team_roster_avg_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_roster_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_team_roster" */ +export type tournament_team_roster_constraint = 'tournament_roster_pkey' | 'tournament_roster_player_steam_id_tournament_id_key' + + +/** aggregate max on columns */ +export interface tournament_team_roster_max_fields { + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_team_roster_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_team_roster_min_fields { + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_team_roster_min_fields' +} + + +/** response of any mutation on the table "tournament_team_roster" */ +export interface tournament_team_roster_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_team_roster[] + __typename: 'tournament_team_roster_mutation_response' +} + + +/** select columns of table "tournament_team_roster" */ +export type tournament_team_roster_select_column = 'player_steam_id' | 'role' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate stddev on columns */ +export interface tournament_team_roster_stddev_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_roster_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_team_roster_stddev_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_roster_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_team_roster_stddev_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_roster_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_team_roster_sum_fields { + player_steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_team_roster_sum_fields' +} + + +/** update columns of table "tournament_team_roster" */ +export type tournament_team_roster_update_column = 'player_steam_id' | 'role' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate var_pop on columns */ +export interface tournament_team_roster_var_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_roster_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_team_roster_var_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_roster_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_team_roster_variance_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_team_roster_variance_fields' +} + + +/** columns and relationships of "tournament_teams" */ +export interface tournament_teams { + /** A computed field, executes function "can_manage_tournament_team" */ + can_manage: (Scalars['Boolean'] | null) + /** An object relationship */ + captain: (players | null) + captain_steam_id: (Scalars['bigint'] | null) + created_at: Scalars['timestamptz'] + /** An object relationship */ + creator: players + eligible_at: (Scalars['timestamptz'] | null) + id: Scalars['uuid'] + /** An array relationship */ + invites: tournament_team_invites[] + /** An aggregate relationship */ + invites_aggregate: tournament_team_invites_aggregate + name: (Scalars['String'] | null) + owner_steam_id: Scalars['bigint'] + /** An object relationship */ + results: (v_team_stage_results | null) + /** An array relationship */ + roster: tournament_team_roster[] + /** An aggregate relationship */ + roster_aggregate: tournament_team_roster_aggregate + seed: (Scalars['Int'] | null) + short_name: (Scalars['String'] | null) + /** An object relationship */ + team: (teams | null) + team_id: (Scalars['uuid'] | null) + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + __typename: 'tournament_teams' +} + + +/** aggregated selection of "tournament_teams" */ +export interface tournament_teams_aggregate { + aggregate: (tournament_teams_aggregate_fields | null) + nodes: tournament_teams[] + __typename: 'tournament_teams_aggregate' +} + + +/** aggregate fields of "tournament_teams" */ +export interface tournament_teams_aggregate_fields { + avg: (tournament_teams_avg_fields | null) + count: Scalars['Int'] + max: (tournament_teams_max_fields | null) + min: (tournament_teams_min_fields | null) + stddev: (tournament_teams_stddev_fields | null) + stddev_pop: (tournament_teams_stddev_pop_fields | null) + stddev_samp: (tournament_teams_stddev_samp_fields | null) + sum: (tournament_teams_sum_fields | null) + var_pop: (tournament_teams_var_pop_fields | null) + var_samp: (tournament_teams_var_samp_fields | null) + variance: (tournament_teams_variance_fields | null) + __typename: 'tournament_teams_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_teams_avg_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'tournament_teams_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_teams" */ +export type tournament_teams_constraint = 'tournament_teams_creator_steam_id_tournament_id_key' | 'tournament_teams_pkey' | 'tournament_teams_tournament_id_name_key' | 'tournament_teams_tournament_id_seed_key' | 'tournament_teams_tournament_id_team_id_key' /** aggregate max on columns */ -export interface system_alerts_max_fields { +export interface tournament_teams_max_fields { + captain_steam_id: (Scalars['bigint'] | null) created_at: (Scalars['timestamptz'] | null) - created_by: (Scalars['bigint'] | null) - expires_at: (Scalars['timestamptz'] | null) + eligible_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - message: (Scalars['String'] | null) - title: (Scalars['String'] | null) - updated_at: (Scalars['timestamptz'] | null) - __typename: 'system_alerts_max_fields' + name: (Scalars['String'] | null) + owner_steam_id: (Scalars['bigint'] | null) + seed: (Scalars['Int'] | null) + short_name: (Scalars['String'] | null) + team_id: (Scalars['uuid'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_teams_max_fields' } /** aggregate min on columns */ -export interface system_alerts_min_fields { +export interface tournament_teams_min_fields { + captain_steam_id: (Scalars['bigint'] | null) created_at: (Scalars['timestamptz'] | null) - created_by: (Scalars['bigint'] | null) - expires_at: (Scalars['timestamptz'] | null) + eligible_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - message: (Scalars['String'] | null) - title: (Scalars['String'] | null) - updated_at: (Scalars['timestamptz'] | null) - __typename: 'system_alerts_min_fields' + name: (Scalars['String'] | null) + owner_steam_id: (Scalars['bigint'] | null) + seed: (Scalars['Int'] | null) + short_name: (Scalars['String'] | null) + team_id: (Scalars['uuid'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_teams_min_fields' } -/** response of any mutation on the table "system_alerts" */ -export interface system_alerts_mutation_response { +/** response of any mutation on the table "tournament_teams" */ +export interface tournament_teams_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: system_alerts[] - __typename: 'system_alerts_mutation_response' + returning: tournament_teams[] + __typename: 'tournament_teams_mutation_response' } -/** select columns of table "system_alerts" */ -export type system_alerts_select_column = 'created_at' | 'created_by' | 'dismissible' | 'expires_at' | 'id' | 'is_active' | 'message' | 'title' | 'type' | 'updated_at' +/** select columns of table "tournament_teams" */ +export type tournament_teams_select_column = 'captain_steam_id' | 'created_at' | 'eligible_at' | 'id' | 'name' | 'owner_steam_id' | 'seed' | 'short_name' | 'team_id' | 'tournament_id' /** aggregate stddev on columns */ -export interface system_alerts_stddev_fields { - created_by: (Scalars['Float'] | null) - __typename: 'system_alerts_stddev_fields' +export interface tournament_teams_stddev_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'tournament_teams_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface system_alerts_stddev_pop_fields { - created_by: (Scalars['Float'] | null) - __typename: 'system_alerts_stddev_pop_fields' +export interface tournament_teams_stddev_pop_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'tournament_teams_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface system_alerts_stddev_samp_fields { - created_by: (Scalars['Float'] | null) - __typename: 'system_alerts_stddev_samp_fields' +export interface tournament_teams_stddev_samp_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'tournament_teams_stddev_samp_fields' } /** aggregate sum on columns */ -export interface system_alerts_sum_fields { - created_by: (Scalars['bigint'] | null) - __typename: 'system_alerts_sum_fields' +export interface tournament_teams_sum_fields { + captain_steam_id: (Scalars['bigint'] | null) + owner_steam_id: (Scalars['bigint'] | null) + seed: (Scalars['Int'] | null) + __typename: 'tournament_teams_sum_fields' } -/** update columns of table "system_alerts" */ -export type system_alerts_update_column = 'created_at' | 'created_by' | 'dismissible' | 'expires_at' | 'id' | 'is_active' | 'message' | 'title' | 'type' | 'updated_at' +/** update columns of table "tournament_teams" */ +export type tournament_teams_update_column = 'captain_steam_id' | 'created_at' | 'eligible_at' | 'id' | 'name' | 'owner_steam_id' | 'seed' | 'short_name' | 'team_id' | 'tournament_id' /** aggregate var_pop on columns */ -export interface system_alerts_var_pop_fields { - created_by: (Scalars['Float'] | null) - __typename: 'system_alerts_var_pop_fields' +export interface tournament_teams_var_pop_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'tournament_teams_var_pop_fields' } /** aggregate var_samp on columns */ -export interface system_alerts_var_samp_fields { - created_by: (Scalars['Float'] | null) - __typename: 'system_alerts_var_samp_fields' +export interface tournament_teams_var_samp_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'tournament_teams_var_samp_fields' } /** aggregate variance on columns */ -export interface system_alerts_variance_fields { - created_by: (Scalars['Float'] | null) - __typename: 'system_alerts_variance_fields' +export interface tournament_teams_variance_fields { + captain_steam_id: (Scalars['Float'] | null) + owner_steam_id: (Scalars['Float'] | null) + seed: (Scalars['Float'] | null) + __typename: 'tournament_teams_variance_fields' } -/** columns and relationships of "team_invites" */ -export interface team_invites { +/** 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 */ - invited_by: players - invited_by_player_steam_id: Scalars['bigint'] + player: (players | null) + player_steam_id: (Scalars['bigint'] | null) /** An object relationship */ - player: players - steam_id: Scalars['bigint'] + team: (teams | null) + team_id: (Scalars['uuid'] | null) /** An object relationship */ - team: teams - team_id: Scalars['uuid'] - __typename: 'team_invites' + 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 "team_invites" */ -export interface team_invites_aggregate { - aggregate: (team_invites_aggregate_fields | null) - nodes: team_invites[] - __typename: 'team_invites_aggregate' +/** 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 "team_invites" */ -export interface team_invites_aggregate_fields { - avg: (team_invites_avg_fields | null) +/** aggregate fields of "tournament_trophies" */ +export interface tournament_trophies_aggregate_fields { + avg: (tournament_trophies_avg_fields | null) count: Scalars['Int'] - max: (team_invites_max_fields | null) - min: (team_invites_min_fields | null) - stddev: (team_invites_stddev_fields | null) - stddev_pop: (team_invites_stddev_pop_fields | null) - stddev_samp: (team_invites_stddev_samp_fields | null) - sum: (team_invites_sum_fields | null) - var_pop: (team_invites_var_pop_fields | null) - var_samp: (team_invites_var_samp_fields | null) - variance: (team_invites_variance_fields | null) - __typename: 'team_invites_aggregate_fields' + 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 team_invites_avg_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'team_invites_avg_fields' +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 "team_invites" */ -export type team_invites_constraint = 'team_invites_pkey' | 'team_invites_team_id_steam_id_key' +/** 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 team_invites_max_fields { +export interface tournament_trophies_max_fields { created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - invited_by_player_steam_id: (Scalars['bigint'] | null) - steam_id: (Scalars['bigint'] | null) + placement: (Scalars['Int'] | null) + placement_tier: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) team_id: (Scalars['uuid'] | null) - __typename: 'team_invites_max_fields' + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_trophies_max_fields' } /** aggregate min on columns */ -export interface team_invites_min_fields { +export interface tournament_trophies_min_fields { created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) - invited_by_player_steam_id: (Scalars['bigint'] | null) - steam_id: (Scalars['bigint'] | null) + placement: (Scalars['Int'] | null) + placement_tier: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) team_id: (Scalars['uuid'] | null) - __typename: 'team_invites_min_fields' + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_trophies_min_fields' } -/** response of any mutation on the table "team_invites" */ -export interface team_invites_mutation_response { +/** 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: team_invites[] - __typename: 'team_invites_mutation_response' + returning: tournament_trophies[] + __typename: 'tournament_trophies_mutation_response' } -/** select columns of table "team_invites" */ -export type team_invites_select_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'team_id' +/** 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 team_invites_stddev_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'team_invites_stddev_fields' +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 team_invites_stddev_pop_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'team_invites_stddev_pop_fields' +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 team_invites_stddev_samp_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'team_invites_stddev_samp_fields' +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 team_invites_sum_fields { - invited_by_player_steam_id: (Scalars['bigint'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'team_invites_sum_fields' +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 "team_invites" */ -export type team_invites_update_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'team_id' +/** 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 team_invites_var_pop_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'team_invites_var_pop_fields' +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 team_invites_var_samp_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'team_invites_var_samp_fields' +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 team_invites_variance_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'team_invites_variance_fields' +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 "team_roster" */ -export interface team_roster { - coach: Scalars['Boolean'] - /** An object relationship */ - player: players - player_steam_id: Scalars['bigint'] - role: e_team_roles_enum - roster_image_url: (Scalars['String'] | null) - status: e_team_roster_statuses_enum +/** 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 */ - team: teams - team_id: Scalars['uuid'] - __typename: 'team_roster' + tournament: tournaments + tournament_id: Scalars['uuid'] + updated_at: Scalars['timestamptz'] + __typename: 'tournament_trophy_configs' } -/** aggregated selection of "team_roster" */ -export interface team_roster_aggregate { - aggregate: (team_roster_aggregate_fields | null) - nodes: team_roster[] - __typename: 'team_roster_aggregate' +/** 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 "team_roster" */ -export interface team_roster_aggregate_fields { - avg: (team_roster_avg_fields | null) +/** aggregate fields of "tournament_trophy_configs" */ +export interface tournament_trophy_configs_aggregate_fields { + avg: (tournament_trophy_configs_avg_fields | null) count: Scalars['Int'] - max: (team_roster_max_fields | null) - min: (team_roster_min_fields | null) - stddev: (team_roster_stddev_fields | null) - stddev_pop: (team_roster_stddev_pop_fields | null) - stddev_samp: (team_roster_stddev_samp_fields | null) - sum: (team_roster_sum_fields | null) - var_pop: (team_roster_var_pop_fields | null) - var_samp: (team_roster_var_samp_fields | null) - variance: (team_roster_variance_fields | null) - __typename: 'team_roster_aggregate_fields' + 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 team_roster_avg_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'team_roster_avg_fields' +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 "team_roster" */ -export type team_roster_constraint = 'team_members_pkey' +/** 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 team_roster_max_fields { - player_steam_id: (Scalars['bigint'] | null) - roster_image_url: (Scalars['String'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'team_roster_max_fields' +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 team_roster_min_fields { - player_steam_id: (Scalars['bigint'] | null) - roster_image_url: (Scalars['String'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'team_roster_min_fields' +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 "team_roster" */ -export interface team_roster_mutation_response { +/** 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: team_roster[] - __typename: 'team_roster_mutation_response' + returning: tournament_trophy_configs[] + __typename: 'tournament_trophy_configs_mutation_response' } -/** select columns of table "team_roster" */ -export type team_roster_select_column = 'coach' | 'player_steam_id' | 'role' | 'roster_image_url' | 'status' | 'team_id' - - -/** select "team_roster_aggregate_bool_exp_bool_and_arguments_columns" columns of table "team_roster" */ -export type team_roster_select_column_team_roster_aggregate_bool_exp_bool_and_arguments_columns = 'coach' - - -/** select "team_roster_aggregate_bool_exp_bool_or_arguments_columns" columns of table "team_roster" */ -export type team_roster_select_column_team_roster_aggregate_bool_exp_bool_or_arguments_columns = 'coach' +/** 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 team_roster_stddev_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'team_roster_stddev_fields' +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 team_roster_stddev_pop_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'team_roster_stddev_pop_fields' +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 team_roster_stddev_samp_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'team_roster_stddev_samp_fields' +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 team_roster_sum_fields { - player_steam_id: (Scalars['bigint'] | null) - __typename: 'team_roster_sum_fields' +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 "team_roster" */ -export type team_roster_update_column = 'coach' | 'player_steam_id' | 'role' | 'roster_image_url' | 'status' | 'team_id' +/** 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 team_roster_var_pop_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'team_roster_var_pop_fields' +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 team_roster_var_samp_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'team_roster_var_samp_fields' +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 team_roster_variance_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'team_roster_variance_fields' +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 "team_scrim_alerts" */ -export interface team_scrim_alerts { - created_at: Scalars['timestamptz'] - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) - enabled: Scalars['Boolean'] - id: Scalars['uuid'] - last_notified_at: (Scalars['timestamptz'] | null) - regions: Scalars['String'][] +/** columns and relationships of "tournaments" */ +export interface tournaments { + /** An object relationship */ + admin: players + auto_start: Scalars['Boolean'] + /** A computed field, executes function "can_cancel_tournament" */ + can_cancel: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_close_tournament_registration" */ + can_close_registration: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_join_tournament" */ + can_join: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_open_tournament_registration" */ + can_open_registration: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_pause_tournament" */ + can_pause: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_resume_tournament" */ + can_resume: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_setup_tournament" */ + can_setup: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_start_tournament" */ + can_start: (Scalars['Boolean'] | 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'] + discord_webhook: (Scalars['String'] | null) + /** An object relationship */ + e_tournament_status: e_tournament_status + /** A computed field, executes function "tournament_has_min_teams" */ + has_min_teams: (Scalars['Boolean'] | null) + id: Scalars['uuid'] + is_league: Scalars['Boolean'] + /** A computed field, executes function "is_tournament_organizer" */ + is_organizer: (Scalars['Boolean'] | null) + /** A computed field, executes function "joined_tournament" */ + joined_tournament: (Scalars['Boolean'] | null) /** An object relationship */ - team: teams - team_id: Scalars['uuid'] - __typename: 'team_scrim_alerts' + league_season_division: (league_season_divisions | null) + match_options_id: Scalars['uuid'] + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + name: Scalars['String'] + /** An object relationship */ + options: match_options + organizer_steam_id: Scalars['bigint'] + /** An array relationship */ + organizers: tournament_organizers[] + /** An aggregate relationship */ + organizers_aggregate: tournament_organizers_aggregate + /** An array relationship */ + player_stats: v_tournament_player_stats[] + /** An aggregate relationship */ + player_stats_aggregate: v_tournament_player_stats_aggregate + /** An array relationship */ + results: v_team_tournament_results[] + /** An aggregate relationship */ + results_aggregate: v_team_tournament_results_aggregate + /** An array relationship */ + rosters: tournament_team_roster[] + /** An aggregate relationship */ + rosters_aggregate: tournament_team_roster_aggregate + scheduling_mode: Scalars['String'] + /** An array relationship */ + stages: tournament_stages[] + /** An aggregate relationship */ + stages_aggregate: tournament_stages_aggregate + start: Scalars['timestamptz'] + status: e_tournament_status_enum + /** An array relationship */ + 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' } -/** aggregated selection of "team_scrim_alerts" */ -export interface team_scrim_alerts_aggregate { - aggregate: (team_scrim_alerts_aggregate_fields | null) - nodes: team_scrim_alerts[] - __typename: 'team_scrim_alerts_aggregate' +/** aggregated selection of "tournaments" */ +export interface tournaments_aggregate { + aggregate: (tournaments_aggregate_fields | null) + nodes: tournaments[] + __typename: 'tournaments_aggregate' } -/** aggregate fields of "team_scrim_alerts" */ -export interface team_scrim_alerts_aggregate_fields { - avg: (team_scrim_alerts_avg_fields | null) +/** aggregate fields of "tournaments" */ +export interface tournaments_aggregate_fields { + avg: (tournaments_avg_fields | null) count: Scalars['Int'] - max: (team_scrim_alerts_max_fields | null) - min: (team_scrim_alerts_min_fields | null) - stddev: (team_scrim_alerts_stddev_fields | null) - stddev_pop: (team_scrim_alerts_stddev_pop_fields | null) - stddev_samp: (team_scrim_alerts_stddev_samp_fields | null) - sum: (team_scrim_alerts_sum_fields | null) - var_pop: (team_scrim_alerts_var_pop_fields | null) - var_samp: (team_scrim_alerts_var_samp_fields | null) - variance: (team_scrim_alerts_variance_fields | null) - __typename: 'team_scrim_alerts_aggregate_fields' + max: (tournaments_max_fields | null) + min: (tournaments_min_fields | null) + stddev: (tournaments_stddev_fields | null) + stddev_pop: (tournaments_stddev_pop_fields | null) + stddev_samp: (tournaments_stddev_samp_fields | null) + sum: (tournaments_sum_fields | null) + var_pop: (tournaments_var_pop_fields | null) + var_samp: (tournaments_var_samp_fields | null) + variance: (tournaments_variance_fields | null) + __typename: 'tournaments_aggregate_fields' } /** aggregate avg on columns */ -export interface team_scrim_alerts_avg_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_alerts_avg_fields' +export interface tournaments_avg_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'tournaments_avg_fields' } -/** unique or primary key constraints on table "team_scrim_alerts" */ -export type team_scrim_alerts_constraint = 'team_scrim_alerts_pkey' +/** unique or primary key constraints on table "tournaments" */ +export type tournaments_constraint = 'tournaments_match_options_id_key' | 'tournaments_pkey' /** aggregate max on columns */ -export interface team_scrim_alerts_max_fields { +export interface tournaments_max_fields { created_at: (Scalars['timestamptz'] | null) - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) + description: (Scalars['String'] | null) + discord_guild_id: (Scalars['String'] | null) + discord_role_id: (Scalars['String'] | null) + discord_webhook: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - last_notified_at: (Scalars['timestamptz'] | null) - regions: (Scalars['String'][] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_alerts_max_fields' + match_options_id: (Scalars['uuid'] | null) + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + name: (Scalars['String'] | null) + organizer_steam_id: (Scalars['bigint'] | null) + scheduling_mode: (Scalars['String'] | null) + start: (Scalars['timestamptz'] | null) + __typename: 'tournaments_max_fields' } /** aggregate min on columns */ -export interface team_scrim_alerts_min_fields { +export interface tournaments_min_fields { created_at: (Scalars['timestamptz'] | null) - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) + description: (Scalars['String'] | null) + discord_guild_id: (Scalars['String'] | null) + discord_role_id: (Scalars['String'] | null) + discord_webhook: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - last_notified_at: (Scalars['timestamptz'] | null) - regions: (Scalars['String'][] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_alerts_min_fields' + match_options_id: (Scalars['uuid'] | null) + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + name: (Scalars['String'] | null) + organizer_steam_id: (Scalars['bigint'] | null) + scheduling_mode: (Scalars['String'] | null) + start: (Scalars['timestamptz'] | null) + __typename: 'tournaments_min_fields' } -/** response of any mutation on the table "team_scrim_alerts" */ -export interface team_scrim_alerts_mutation_response { +/** response of any mutation on the table "tournaments" */ +export interface tournaments_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: team_scrim_alerts[] - __typename: 'team_scrim_alerts_mutation_response' + returning: tournaments[] + __typename: 'tournaments_mutation_response' } -/** select columns of table "team_scrim_alerts" */ -export type team_scrim_alerts_select_column = 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'last_notified_at' | 'regions' | 'team_id' +/** select columns of table "tournaments" */ +export type tournaments_select_column = 'auto_start' | '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' | 'id' | 'is_league' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' | 'trophies_enabled' + + +/** 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' + + +/** 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' /** aggregate stddev on columns */ -export interface team_scrim_alerts_stddev_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_alerts_stddev_fields' +export interface tournaments_stddev_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'tournaments_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface team_scrim_alerts_stddev_pop_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_alerts_stddev_pop_fields' +export interface tournaments_stddev_pop_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'tournaments_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface team_scrim_alerts_stddev_samp_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_alerts_stddev_samp_fields' +export interface tournaments_stddev_samp_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'tournaments_stddev_samp_fields' } /** aggregate sum on columns */ -export interface team_scrim_alerts_sum_fields { - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) - __typename: 'team_scrim_alerts_sum_fields' +export interface tournaments_sum_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['bigint'] | null) + __typename: 'tournaments_sum_fields' } -/** update columns of table "team_scrim_alerts" */ -export type team_scrim_alerts_update_column = 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'last_notified_at' | 'regions' | 'team_id' +/** update columns of table "tournaments" */ +export type tournaments_update_column = 'auto_start' | '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' | 'id' | 'is_league' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' | 'trophies_enabled' /** aggregate var_pop on columns */ -export interface team_scrim_alerts_var_pop_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_alerts_var_pop_fields' +export interface tournaments_var_pop_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'tournaments_var_pop_fields' } /** aggregate var_samp on columns */ -export interface team_scrim_alerts_var_samp_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_alerts_var_samp_fields' +export interface tournaments_var_samp_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'tournaments_var_samp_fields' } /** aggregate variance on columns */ -export interface team_scrim_alerts_variance_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_alerts_variance_fields' -} - - -/** columns and relationships of "team_scrim_availability" */ -export interface team_scrim_availability { - created_at: Scalars['timestamptz'] - ends_at: Scalars['timestamptz'] - id: Scalars['uuid'] - recurring_weekly: Scalars['Boolean'] - starts_at: Scalars['timestamptz'] - /** An object relationship */ - team: teams - team_id: Scalars['uuid'] - __typename: 'team_scrim_availability' -} - - -/** aggregated selection of "team_scrim_availability" */ -export interface team_scrim_availability_aggregate { - aggregate: (team_scrim_availability_aggregate_fields | null) - nodes: team_scrim_availability[] - __typename: 'team_scrim_availability_aggregate' -} - - -/** aggregate fields of "team_scrim_availability" */ -export interface team_scrim_availability_aggregate_fields { - count: Scalars['Int'] - max: (team_scrim_availability_max_fields | null) - min: (team_scrim_availability_min_fields | null) - __typename: 'team_scrim_availability_aggregate_fields' -} - - -/** unique or primary key constraints on table "team_scrim_availability" */ -export type team_scrim_availability_constraint = 'team_scrim_availability_pkey' - - -/** aggregate max on columns */ -export interface team_scrim_availability_max_fields { - created_at: (Scalars['timestamptz'] | null) - ends_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - starts_at: (Scalars['timestamptz'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_availability_max_fields' -} - - -/** aggregate min on columns */ -export interface team_scrim_availability_min_fields { - created_at: (Scalars['timestamptz'] | null) - ends_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - starts_at: (Scalars['timestamptz'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_availability_min_fields' -} - - -/** response of any mutation on the table "team_scrim_availability" */ -export interface team_scrim_availability_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: team_scrim_availability[] - __typename: 'team_scrim_availability_mutation_response' +export interface tournaments_variance_fields { + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup: (Scalars['Int'] | null) + organizer_steam_id: (Scalars['Float'] | null) + __typename: 'tournaments_variance_fields' } -/** select columns of table "team_scrim_availability" */ -export type team_scrim_availability_select_column = 'created_at' | 'ends_at' | 'id' | 'recurring_weekly' | 'starts_at' | 'team_id' - - -/** select "team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns" columns of table "team_scrim_availability" */ -export type team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns = 'recurring_weekly' - - -/** select "team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns" columns of table "team_scrim_availability" */ -export type team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns = 'recurring_weekly' - - -/** update columns of table "team_scrim_availability" */ -export type team_scrim_availability_update_column = 'created_at' | 'ends_at' | 'id' | 'recurring_weekly' | 'starts_at' | 'team_id' - - -/** columns and relationships of "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals { - created_at: Scalars['timestamptz'] - id: Scalars['uuid'] - /** An object relationship */ - proposed_by: players - proposed_by_steam_id: Scalars['bigint'] - /** An object relationship */ - proposed_by_team: teams - proposed_by_team_id: Scalars['uuid'] - proposed_scheduled_at: Scalars['timestamptz'] - /** An object relationship */ - request: team_scrim_requests - request_id: Scalars['uuid'] - __typename: 'team_scrim_request_proposals' +/** columns and relationships of "v_gpu_pool_status" */ +export interface v_gpu_pool_status { + demo_free_gpu_nodes: (Scalars['Int'] | null) + demo_in_progress: (Scalars['Boolean'] | null) + demo_total_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes_for_batch: (Scalars['Int'] | null) + highlights_in_progress: (Scalars['Boolean'] | null) + id: (Scalars['Int'] | null) + live_in_progress: (Scalars['Boolean'] | null) + registered_gpu_nodes: (Scalars['Int'] | null) + rendering_total_gpu_nodes: (Scalars['Int'] | null) + renders_paused_for_active_match: (Scalars['Boolean'] | null) + streaming_free_gpu_nodes: (Scalars['Int'] | null) + streaming_total_gpu_nodes: (Scalars['Int'] | null) + total_gpu_nodes: (Scalars['Int'] | null) + __typename: 'v_gpu_pool_status' } -/** aggregated selection of "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_aggregate { - aggregate: (team_scrim_request_proposals_aggregate_fields | null) - nodes: team_scrim_request_proposals[] - __typename: 'team_scrim_request_proposals_aggregate' +/** aggregated selection of "v_gpu_pool_status" */ +export interface v_gpu_pool_status_aggregate { + aggregate: (v_gpu_pool_status_aggregate_fields | null) + nodes: v_gpu_pool_status[] + __typename: 'v_gpu_pool_status_aggregate' } -/** aggregate fields of "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_aggregate_fields { - avg: (team_scrim_request_proposals_avg_fields | null) +/** aggregate fields of "v_gpu_pool_status" */ +export interface v_gpu_pool_status_aggregate_fields { + avg: (v_gpu_pool_status_avg_fields | null) count: Scalars['Int'] - max: (team_scrim_request_proposals_max_fields | null) - min: (team_scrim_request_proposals_min_fields | null) - stddev: (team_scrim_request_proposals_stddev_fields | null) - stddev_pop: (team_scrim_request_proposals_stddev_pop_fields | null) - stddev_samp: (team_scrim_request_proposals_stddev_samp_fields | null) - sum: (team_scrim_request_proposals_sum_fields | null) - var_pop: (team_scrim_request_proposals_var_pop_fields | null) - var_samp: (team_scrim_request_proposals_var_samp_fields | null) - variance: (team_scrim_request_proposals_variance_fields | null) - __typename: 'team_scrim_request_proposals_aggregate_fields' + max: (v_gpu_pool_status_max_fields | null) + min: (v_gpu_pool_status_min_fields | null) + stddev: (v_gpu_pool_status_stddev_fields | null) + stddev_pop: (v_gpu_pool_status_stddev_pop_fields | null) + stddev_samp: (v_gpu_pool_status_stddev_samp_fields | null) + sum: (v_gpu_pool_status_sum_fields | null) + var_pop: (v_gpu_pool_status_var_pop_fields | null) + var_samp: (v_gpu_pool_status_var_samp_fields | null) + variance: (v_gpu_pool_status_variance_fields | null) + __typename: 'v_gpu_pool_status_aggregate_fields' } /** aggregate avg on columns */ -export interface team_scrim_request_proposals_avg_fields { - proposed_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_request_proposals_avg_fields' +export interface v_gpu_pool_status_avg_fields { + demo_free_gpu_nodes: (Scalars['Float'] | null) + demo_total_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes_for_batch: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + registered_gpu_nodes: (Scalars['Float'] | null) + rendering_total_gpu_nodes: (Scalars['Float'] | null) + streaming_free_gpu_nodes: (Scalars['Float'] | null) + streaming_total_gpu_nodes: (Scalars['Float'] | null) + total_gpu_nodes: (Scalars['Float'] | null) + __typename: 'v_gpu_pool_status_avg_fields' } -/** unique or primary key constraints on table "team_scrim_request_proposals" */ -export type team_scrim_request_proposals_constraint = 'team_scrim_request_proposals_pkey' - - /** aggregate max on columns */ -export interface team_scrim_request_proposals_max_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - proposed_by_steam_id: (Scalars['bigint'] | null) - proposed_by_team_id: (Scalars['uuid'] | null) - proposed_scheduled_at: (Scalars['timestamptz'] | null) - request_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_request_proposals_max_fields' +export interface v_gpu_pool_status_max_fields { + demo_free_gpu_nodes: (Scalars['Int'] | null) + demo_total_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes_for_batch: (Scalars['Int'] | null) + id: (Scalars['Int'] | null) + registered_gpu_nodes: (Scalars['Int'] | null) + rendering_total_gpu_nodes: (Scalars['Int'] | null) + streaming_free_gpu_nodes: (Scalars['Int'] | null) + streaming_total_gpu_nodes: (Scalars['Int'] | null) + total_gpu_nodes: (Scalars['Int'] | null) + __typename: 'v_gpu_pool_status_max_fields' } /** aggregate min on columns */ -export interface team_scrim_request_proposals_min_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - proposed_by_steam_id: (Scalars['bigint'] | null) - proposed_by_team_id: (Scalars['uuid'] | null) - proposed_scheduled_at: (Scalars['timestamptz'] | null) - request_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_request_proposals_min_fields' -} - - -/** response of any mutation on the table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: team_scrim_request_proposals[] - __typename: 'team_scrim_request_proposals_mutation_response' +export interface v_gpu_pool_status_min_fields { + demo_free_gpu_nodes: (Scalars['Int'] | null) + demo_total_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes_for_batch: (Scalars['Int'] | null) + id: (Scalars['Int'] | null) + registered_gpu_nodes: (Scalars['Int'] | null) + rendering_total_gpu_nodes: (Scalars['Int'] | null) + streaming_free_gpu_nodes: (Scalars['Int'] | null) + streaming_total_gpu_nodes: (Scalars['Int'] | null) + total_gpu_nodes: (Scalars['Int'] | null) + __typename: 'v_gpu_pool_status_min_fields' } -/** select columns of table "team_scrim_request_proposals" */ -export type team_scrim_request_proposals_select_column = 'created_at' | 'id' | 'proposed_by_steam_id' | 'proposed_by_team_id' | 'proposed_scheduled_at' | 'request_id' +/** select columns of table "v_gpu_pool_status" */ +export type v_gpu_pool_status_select_column = 'demo_free_gpu_nodes' | 'demo_in_progress' | 'demo_total_gpu_nodes' | 'free_gpu_nodes' | 'free_gpu_nodes_for_batch' | 'highlights_in_progress' | 'id' | 'live_in_progress' | 'registered_gpu_nodes' | 'rendering_total_gpu_nodes' | 'renders_paused_for_active_match' | 'streaming_free_gpu_nodes' | 'streaming_total_gpu_nodes' | 'total_gpu_nodes' /** aggregate stddev on columns */ -export interface team_scrim_request_proposals_stddev_fields { - proposed_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_request_proposals_stddev_fields' +export interface v_gpu_pool_status_stddev_fields { + demo_free_gpu_nodes: (Scalars['Float'] | null) + demo_total_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes_for_batch: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + registered_gpu_nodes: (Scalars['Float'] | null) + rendering_total_gpu_nodes: (Scalars['Float'] | null) + streaming_free_gpu_nodes: (Scalars['Float'] | null) + streaming_total_gpu_nodes: (Scalars['Float'] | null) + total_gpu_nodes: (Scalars['Float'] | null) + __typename: 'v_gpu_pool_status_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface team_scrim_request_proposals_stddev_pop_fields { - proposed_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_request_proposals_stddev_pop_fields' +export interface v_gpu_pool_status_stddev_pop_fields { + demo_free_gpu_nodes: (Scalars['Float'] | null) + demo_total_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes_for_batch: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + registered_gpu_nodes: (Scalars['Float'] | null) + rendering_total_gpu_nodes: (Scalars['Float'] | null) + streaming_free_gpu_nodes: (Scalars['Float'] | null) + streaming_total_gpu_nodes: (Scalars['Float'] | null) + total_gpu_nodes: (Scalars['Float'] | null) + __typename: 'v_gpu_pool_status_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface team_scrim_request_proposals_stddev_samp_fields { - proposed_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_request_proposals_stddev_samp_fields' +export interface v_gpu_pool_status_stddev_samp_fields { + demo_free_gpu_nodes: (Scalars['Float'] | null) + demo_total_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes_for_batch: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + registered_gpu_nodes: (Scalars['Float'] | null) + rendering_total_gpu_nodes: (Scalars['Float'] | null) + streaming_free_gpu_nodes: (Scalars['Float'] | null) + streaming_total_gpu_nodes: (Scalars['Float'] | null) + total_gpu_nodes: (Scalars['Float'] | null) + __typename: 'v_gpu_pool_status_stddev_samp_fields' } /** aggregate sum on columns */ -export interface team_scrim_request_proposals_sum_fields { - proposed_by_steam_id: (Scalars['bigint'] | null) - __typename: 'team_scrim_request_proposals_sum_fields' +export interface v_gpu_pool_status_sum_fields { + demo_free_gpu_nodes: (Scalars['Int'] | null) + demo_total_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes: (Scalars['Int'] | null) + free_gpu_nodes_for_batch: (Scalars['Int'] | null) + id: (Scalars['Int'] | null) + registered_gpu_nodes: (Scalars['Int'] | null) + rendering_total_gpu_nodes: (Scalars['Int'] | null) + streaming_free_gpu_nodes: (Scalars['Int'] | null) + streaming_total_gpu_nodes: (Scalars['Int'] | null) + total_gpu_nodes: (Scalars['Int'] | null) + __typename: 'v_gpu_pool_status_sum_fields' } -/** update columns of table "team_scrim_request_proposals" */ -export type team_scrim_request_proposals_update_column = 'created_at' | 'id' | 'proposed_by_steam_id' | 'proposed_by_team_id' | 'proposed_scheduled_at' | 'request_id' - - /** aggregate var_pop on columns */ -export interface team_scrim_request_proposals_var_pop_fields { - proposed_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_request_proposals_var_pop_fields' +export interface v_gpu_pool_status_var_pop_fields { + demo_free_gpu_nodes: (Scalars['Float'] | null) + demo_total_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes_for_batch: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + registered_gpu_nodes: (Scalars['Float'] | null) + rendering_total_gpu_nodes: (Scalars['Float'] | null) + streaming_free_gpu_nodes: (Scalars['Float'] | null) + streaming_total_gpu_nodes: (Scalars['Float'] | null) + total_gpu_nodes: (Scalars['Float'] | null) + __typename: 'v_gpu_pool_status_var_pop_fields' } /** aggregate var_samp on columns */ -export interface team_scrim_request_proposals_var_samp_fields { - proposed_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_request_proposals_var_samp_fields' +export interface v_gpu_pool_status_var_samp_fields { + demo_free_gpu_nodes: (Scalars['Float'] | null) + demo_total_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes_for_batch: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + registered_gpu_nodes: (Scalars['Float'] | null) + rendering_total_gpu_nodes: (Scalars['Float'] | null) + streaming_free_gpu_nodes: (Scalars['Float'] | null) + streaming_total_gpu_nodes: (Scalars['Float'] | null) + total_gpu_nodes: (Scalars['Float'] | null) + __typename: 'v_gpu_pool_status_var_samp_fields' } /** aggregate variance on columns */ -export interface team_scrim_request_proposals_variance_fields { - proposed_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_request_proposals_variance_fields' +export interface v_gpu_pool_status_variance_fields { + demo_free_gpu_nodes: (Scalars['Float'] | null) + demo_total_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes: (Scalars['Float'] | null) + free_gpu_nodes_for_batch: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + registered_gpu_nodes: (Scalars['Float'] | null) + rendering_total_gpu_nodes: (Scalars['Float'] | null) + streaming_free_gpu_nodes: (Scalars['Float'] | null) + streaming_total_gpu_nodes: (Scalars['Float'] | null) + total_gpu_nodes: (Scalars['Float'] | null) + __typename: 'v_gpu_pool_status_variance_fields' } -/** columns and relationships of "team_scrim_requests" */ -export interface team_scrim_requests { - auto_generated: Scalars['Boolean'] - /** An object relationship */ - awaiting_team: teams - awaiting_team_id: Scalars['uuid'] - canceled_by_team_id: (Scalars['uuid'] | null) - canceled_late: Scalars['Boolean'] - created_at: Scalars['timestamptz'] - expires_at: Scalars['timestamptz'] - /** An object relationship */ - from_team: teams - from_team_checked_in: (Scalars['Boolean'] | null) - from_team_id: Scalars['uuid'] - id: Scalars['uuid'] - /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) +/** columns and relationships of "v_league_division_standings" */ +export interface v_league_division_standings { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) /** An object relationship */ - match_options: (match_options | null) - match_options_id: (Scalars['uuid'] | null) - /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ - match_outcome: (Scalars['String'] | null) - /** An array relationship */ - proposals: team_scrim_request_proposals[] - /** An aggregate relationship */ - proposals_aggregate: team_scrim_request_proposals_aggregate - proposed_scheduled_at: Scalars['timestamptz'] - region: (Scalars['String'] | null) + league_team: (league_teams | null) + league_team_id: (Scalars['uuid'] | null) + league_team_season_id: (Scalars['uuid'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rank: (Scalars['Int'] | null) + round_diff: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) /** An object relationship */ - requested_by: players - requested_by_steam_id: Scalars['bigint'] - responded_at: (Scalars['timestamptz'] | null) - status: e_scrim_request_statuses_enum + season_division: (league_season_divisions | null) /** An object relationship */ - to_team: teams - to_team_checked_in: (Scalars['Boolean'] | null) - to_team_id: Scalars['uuid'] - __typename: 'team_scrim_requests' + team_season: (league_team_seasons | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_league_division_standings' } -/** aggregated selection of "team_scrim_requests" */ -export interface team_scrim_requests_aggregate { - aggregate: (team_scrim_requests_aggregate_fields | null) - nodes: team_scrim_requests[] - __typename: 'team_scrim_requests_aggregate' +/** aggregated selection of "v_league_division_standings" */ +export interface v_league_division_standings_aggregate { + aggregate: (v_league_division_standings_aggregate_fields | null) + nodes: v_league_division_standings[] + __typename: 'v_league_division_standings_aggregate' } -/** aggregate fields of "team_scrim_requests" */ -export interface team_scrim_requests_aggregate_fields { - avg: (team_scrim_requests_avg_fields | null) +/** aggregate fields of "v_league_division_standings" */ +export interface v_league_division_standings_aggregate_fields { + avg: (v_league_division_standings_avg_fields | null) count: Scalars['Int'] - max: (team_scrim_requests_max_fields | null) - min: (team_scrim_requests_min_fields | null) - stddev: (team_scrim_requests_stddev_fields | null) - stddev_pop: (team_scrim_requests_stddev_pop_fields | null) - stddev_samp: (team_scrim_requests_stddev_samp_fields | null) - sum: (team_scrim_requests_sum_fields | null) - var_pop: (team_scrim_requests_var_pop_fields | null) - var_samp: (team_scrim_requests_var_samp_fields | null) - variance: (team_scrim_requests_variance_fields | null) - __typename: 'team_scrim_requests_aggregate_fields' + max: (v_league_division_standings_max_fields | null) + min: (v_league_division_standings_min_fields | null) + stddev: (v_league_division_standings_stddev_fields | null) + stddev_pop: (v_league_division_standings_stddev_pop_fields | null) + stddev_samp: (v_league_division_standings_stddev_samp_fields | null) + sum: (v_league_division_standings_sum_fields | null) + var_pop: (v_league_division_standings_var_pop_fields | null) + var_samp: (v_league_division_standings_var_samp_fields | null) + variance: (v_league_division_standings_variance_fields | null) + __typename: 'v_league_division_standings_aggregate_fields' } /** aggregate avg on columns */ -export interface team_scrim_requests_avg_fields { - requested_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_requests_avg_fields' +export interface v_league_division_standings_avg_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + round_diff: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_league_division_standings_avg_fields' } -/** unique or primary key constraints on table "team_scrim_requests" */ -export type team_scrim_requests_constraint = 'team_scrim_requests_pkey' | 'uq_scrim_req_open' - - /** aggregate max on columns */ -export interface team_scrim_requests_max_fields { - awaiting_team_id: (Scalars['uuid'] | null) - canceled_by_team_id: (Scalars['uuid'] | null) - created_at: (Scalars['timestamptz'] | null) - expires_at: (Scalars['timestamptz'] | null) - from_team_id: (Scalars['uuid'] | null) - id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_options_id: (Scalars['uuid'] | null) - /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ - match_outcome: (Scalars['String'] | null) - proposed_scheduled_at: (Scalars['timestamptz'] | null) - region: (Scalars['String'] | null) - requested_by_steam_id: (Scalars['bigint'] | null) - responded_at: (Scalars['timestamptz'] | null) - to_team_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_requests_max_fields' +export interface v_league_division_standings_max_fields { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + league_team_season_id: (Scalars['uuid'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rank: (Scalars['Int'] | null) + round_diff: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_league_division_standings_max_fields' } /** aggregate min on columns */ -export interface team_scrim_requests_min_fields { - awaiting_team_id: (Scalars['uuid'] | null) - canceled_by_team_id: (Scalars['uuid'] | null) - created_at: (Scalars['timestamptz'] | null) - expires_at: (Scalars['timestamptz'] | null) - from_team_id: (Scalars['uuid'] | null) - id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_options_id: (Scalars['uuid'] | null) - /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ - match_outcome: (Scalars['String'] | null) - proposed_scheduled_at: (Scalars['timestamptz'] | null) - region: (Scalars['String'] | null) - requested_by_steam_id: (Scalars['bigint'] | null) - responded_at: (Scalars['timestamptz'] | null) - to_team_id: (Scalars['uuid'] | null) - __typename: 'team_scrim_requests_min_fields' -} - - -/** response of any mutation on the table "team_scrim_requests" */ -export interface team_scrim_requests_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: team_scrim_requests[] - __typename: 'team_scrim_requests_mutation_response' +export interface v_league_division_standings_min_fields { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + league_team_season_id: (Scalars['uuid'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rank: (Scalars['Int'] | null) + round_diff: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_league_division_standings_min_fields' } -/** select columns of table "team_scrim_requests" */ -export type team_scrim_requests_select_column = 'auto_generated' | 'awaiting_team_id' | 'canceled_by_team_id' | 'canceled_late' | 'created_at' | 'expires_at' | 'from_team_checked_in' | 'from_team_id' | 'id' | 'match_id' | 'match_options_id' | 'match_outcome' | 'proposed_scheduled_at' | 'region' | 'requested_by_steam_id' | 'responded_at' | 'status' | 'to_team_checked_in' | 'to_team_id' - - -/** select "team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns" columns of table "team_scrim_requests" */ -export type team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns = 'auto_generated' | 'canceled_late' | 'from_team_checked_in' | 'to_team_checked_in' - - -/** select "team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns" columns of table "team_scrim_requests" */ -export type team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns = 'auto_generated' | 'canceled_late' | 'from_team_checked_in' | 'to_team_checked_in' +/** select columns of table "v_league_division_standings" */ +export type v_league_division_standings_select_column = 'head_to_head_match_wins' | 'head_to_head_rounds_won' | 'league_division_id' | 'league_season_division_id' | 'league_season_id' | 'league_team_id' | 'league_team_season_id' | 'losses' | 'maps_lost' | 'maps_won' | 'matches_played' | 'matches_remaining' | 'rank' | 'round_diff' | 'rounds_lost' | 'rounds_won' | 'tournament_team_id' | 'wins' /** aggregate stddev on columns */ -export interface team_scrim_requests_stddev_fields { - requested_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_requests_stddev_fields' +export interface v_league_division_standings_stddev_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + round_diff: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_league_division_standings_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface team_scrim_requests_stddev_pop_fields { - requested_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_requests_stddev_pop_fields' +export interface v_league_division_standings_stddev_pop_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + round_diff: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_league_division_standings_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface team_scrim_requests_stddev_samp_fields { - requested_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_requests_stddev_samp_fields' +export interface v_league_division_standings_stddev_samp_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + round_diff: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_league_division_standings_stddev_samp_fields' } /** aggregate sum on columns */ -export interface team_scrim_requests_sum_fields { - requested_by_steam_id: (Scalars['bigint'] | null) - __typename: 'team_scrim_requests_sum_fields' +export interface v_league_division_standings_sum_fields { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rank: (Scalars['Int'] | null) + round_diff: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_league_division_standings_sum_fields' } -/** update columns of table "team_scrim_requests" */ -export type team_scrim_requests_update_column = 'auto_generated' | 'awaiting_team_id' | 'canceled_by_team_id' | 'canceled_late' | 'created_at' | 'expires_at' | 'from_team_checked_in' | 'from_team_id' | 'id' | 'match_id' | 'match_options_id' | 'match_outcome' | 'proposed_scheduled_at' | 'region' | 'requested_by_steam_id' | 'responded_at' | 'status' | 'to_team_checked_in' | 'to_team_id' - - /** aggregate var_pop on columns */ -export interface team_scrim_requests_var_pop_fields { - requested_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_requests_var_pop_fields' +export interface v_league_division_standings_var_pop_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + round_diff: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_league_division_standings_var_pop_fields' } /** aggregate var_samp on columns */ -export interface team_scrim_requests_var_samp_fields { - requested_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_requests_var_samp_fields' +export interface v_league_division_standings_var_samp_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + round_diff: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_league_division_standings_var_samp_fields' } /** aggregate variance on columns */ -export interface team_scrim_requests_variance_fields { - requested_by_steam_id: (Scalars['Float'] | null) - __typename: 'team_scrim_requests_variance_fields' +export interface v_league_division_standings_variance_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + round_diff: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_league_division_standings_variance_fields' } -/** columns and relationships of "team_scrim_settings" */ -export interface team_scrim_settings { - allow_outside_availability: Scalars['Boolean'] - created_at: Scalars['timestamptz'] - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) - enabled: Scalars['Boolean'] - id: Scalars['uuid'] - map_ids: Scalars['uuid'][] - notes: (Scalars['String'] | null) - regions: Scalars['String'][] +/** columns and relationships of "v_league_season_player_stats" */ +export interface v_league_season_player_stats { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) /** An object relationship */ - team: teams - team_id: Scalars['uuid'] - updated_at: Scalars['timestamptz'] - __typename: 'team_scrim_settings' + league_team: (league_teams | null) + league_team_id: (Scalars['uuid'] | null) + league_team_season_id: (Scalars['uuid'] | null) + matches_played: (Scalars['Int'] | null) + /** An object relationship */ + player: (players | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'v_league_season_player_stats' } -/** aggregated selection of "team_scrim_settings" */ -export interface team_scrim_settings_aggregate { - aggregate: (team_scrim_settings_aggregate_fields | null) - nodes: team_scrim_settings[] - __typename: 'team_scrim_settings_aggregate' +/** aggregated selection of "v_league_season_player_stats" */ +export interface v_league_season_player_stats_aggregate { + aggregate: (v_league_season_player_stats_aggregate_fields | null) + nodes: v_league_season_player_stats[] + __typename: 'v_league_season_player_stats_aggregate' } -/** aggregate fields of "team_scrim_settings" */ -export interface team_scrim_settings_aggregate_fields { - avg: (team_scrim_settings_avg_fields | null) +/** aggregate fields of "v_league_season_player_stats" */ +export interface v_league_season_player_stats_aggregate_fields { + avg: (v_league_season_player_stats_avg_fields | null) count: Scalars['Int'] - max: (team_scrim_settings_max_fields | null) - min: (team_scrim_settings_min_fields | null) - stddev: (team_scrim_settings_stddev_fields | null) - stddev_pop: (team_scrim_settings_stddev_pop_fields | null) - stddev_samp: (team_scrim_settings_stddev_samp_fields | null) - sum: (team_scrim_settings_sum_fields | null) - var_pop: (team_scrim_settings_var_pop_fields | null) - var_samp: (team_scrim_settings_var_samp_fields | null) - variance: (team_scrim_settings_variance_fields | null) - __typename: 'team_scrim_settings_aggregate_fields' + max: (v_league_season_player_stats_max_fields | null) + min: (v_league_season_player_stats_min_fields | null) + stddev: (v_league_season_player_stats_stddev_fields | null) + stddev_pop: (v_league_season_player_stats_stddev_pop_fields | null) + stddev_samp: (v_league_season_player_stats_stddev_samp_fields | null) + sum: (v_league_season_player_stats_sum_fields | null) + var_pop: (v_league_season_player_stats_var_pop_fields | null) + var_samp: (v_league_season_player_stats_var_samp_fields | null) + variance: (v_league_season_player_stats_variance_fields | null) + __typename: 'v_league_season_player_stats_aggregate_fields' } /** aggregate avg on columns */ -export interface team_scrim_settings_avg_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_settings_avg_fields' +export interface v_league_season_player_stats_avg_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_league_season_player_stats_avg_fields' } -/** unique or primary key constraints on table "team_scrim_settings" */ -export type team_scrim_settings_constraint = 'team_scrim_settings_pkey' | 'team_scrim_settings_team_id_key' - - /** aggregate max on columns */ -export interface team_scrim_settings_max_fields { - created_at: (Scalars['timestamptz'] | null) - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) - id: (Scalars['uuid'] | null) - map_ids: (Scalars['uuid'][] | null) - notes: (Scalars['String'] | null) - regions: (Scalars['String'][] | null) - team_id: (Scalars['uuid'] | null) - updated_at: (Scalars['timestamptz'] | null) - __typename: 'team_scrim_settings_max_fields' +export interface v_league_season_player_stats_max_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + league_team_season_id: (Scalars['uuid'] | null) + matches_played: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'v_league_season_player_stats_max_fields' } /** aggregate min on columns */ -export interface team_scrim_settings_min_fields { - created_at: (Scalars['timestamptz'] | null) - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) - id: (Scalars['uuid'] | null) - map_ids: (Scalars['uuid'][] | null) - notes: (Scalars['String'] | null) - regions: (Scalars['String'][] | null) - team_id: (Scalars['uuid'] | null) - updated_at: (Scalars['timestamptz'] | null) - __typename: 'team_scrim_settings_min_fields' +export interface v_league_season_player_stats_min_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + league_division_id: (Scalars['uuid'] | null) + league_season_division_id: (Scalars['uuid'] | null) + league_season_id: (Scalars['uuid'] | null) + league_team_id: (Scalars['uuid'] | null) + league_team_season_id: (Scalars['uuid'] | null) + matches_played: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'v_league_season_player_stats_min_fields' } -/** response of any mutation on the table "team_scrim_settings" */ -export interface team_scrim_settings_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: team_scrim_settings[] - __typename: 'team_scrim_settings_mutation_response' -} +/** select columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column = 'assists' | 'deaths' | 'headshot_percentage' | 'headshots' | 'kdr' | 'kills' | 'league_division_id' | 'league_season_division_id' | 'league_season_id' | 'league_team_id' | 'league_team_season_id' | 'matches_played' | 'player_steam_id' -/** select columns of table "team_scrim_settings" */ -export type team_scrim_settings_select_column = 'allow_outside_availability' | 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'map_ids' | 'notes' | 'regions' | 'team_id' | 'updated_at' +/** select "v_league_season_player_stats_aggregate_bool_exp_avg_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_avg_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_league_season_player_stats_aggregate_bool_exp_max_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_max_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_league_season_player_stats_aggregate_bool_exp_min_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_min_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_league_season_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_league_season_player_stats_aggregate_bool_exp_sum_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_sum_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_league_season_player_stats_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_league_season_player_stats" */ +export type v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_var_samp_arguments_columns = 'headshot_percentage' | 'kdr' /** aggregate stddev on columns */ -export interface team_scrim_settings_stddev_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_settings_stddev_fields' +export interface v_league_season_player_stats_stddev_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_league_season_player_stats_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface team_scrim_settings_stddev_pop_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_settings_stddev_pop_fields' +export interface v_league_season_player_stats_stddev_pop_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_league_season_player_stats_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface team_scrim_settings_stddev_samp_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_settings_stddev_samp_fields' +export interface v_league_season_player_stats_stddev_samp_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_league_season_player_stats_stddev_samp_fields' } /** aggregate sum on columns */ -export interface team_scrim_settings_sum_fields { - elo_max: (Scalars['Int'] | null) - elo_min: (Scalars['Int'] | null) - __typename: 'team_scrim_settings_sum_fields' +export interface v_league_season_player_stats_sum_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'v_league_season_player_stats_sum_fields' } -/** update columns of table "team_scrim_settings" */ -export type team_scrim_settings_update_column = 'allow_outside_availability' | 'created_at' | 'elo_max' | 'elo_min' | 'enabled' | 'id' | 'map_ids' | 'notes' | 'regions' | 'team_id' | 'updated_at' - - /** aggregate var_pop on columns */ -export interface team_scrim_settings_var_pop_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_settings_var_pop_fields' +export interface v_league_season_player_stats_var_pop_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_league_season_player_stats_var_pop_fields' } /** aggregate var_samp on columns */ -export interface team_scrim_settings_var_samp_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_settings_var_samp_fields' +export interface v_league_season_player_stats_var_samp_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_league_season_player_stats_var_samp_fields' } /** aggregate variance on columns */ -export interface team_scrim_settings_variance_fields { - elo_max: (Scalars['Float'] | null) - elo_min: (Scalars['Float'] | null) - __typename: 'team_scrim_settings_variance_fields' +export interface v_league_season_player_stats_variance_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_league_season_player_stats_variance_fields' } -/** columns and relationships of "team_suggestions" */ -export interface team_suggestions { - created_at: Scalars['timestamptz'] - group_hash: Scalars['String'] - id: Scalars['uuid'] - last_notified_at: (Scalars['timestamptz'] | null) - member_steam_ids: Scalars['bigint'][] - status: Scalars['String'] - together_count: Scalars['Int'] - __typename: 'team_suggestions' +/** columns and relationships of "v_match_captains" */ +export interface v_match_captains { + captain: (Scalars['Boolean'] | null) + discord_id: (Scalars['String'] | null) + id: (Scalars['uuid'] | null) + /** An object relationship */ + lineup: (match_lineups | null) + match_lineup_id: (Scalars['uuid'] | null) + placeholder_name: (Scalars['String'] | null) + /** An object relationship */ + player: (players | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_captains' } -/** aggregated selection of "team_suggestions" */ -export interface team_suggestions_aggregate { - aggregate: (team_suggestions_aggregate_fields | null) - nodes: team_suggestions[] - __typename: 'team_suggestions_aggregate' +/** aggregated selection of "v_match_captains" */ +export interface v_match_captains_aggregate { + aggregate: (v_match_captains_aggregate_fields | null) + nodes: v_match_captains[] + __typename: 'v_match_captains_aggregate' } -/** aggregate fields of "team_suggestions" */ -export interface team_suggestions_aggregate_fields { - avg: (team_suggestions_avg_fields | null) +/** aggregate fields of "v_match_captains" */ +export interface v_match_captains_aggregate_fields { + avg: (v_match_captains_avg_fields | null) count: Scalars['Int'] - max: (team_suggestions_max_fields | null) - min: (team_suggestions_min_fields | null) - stddev: (team_suggestions_stddev_fields | null) - stddev_pop: (team_suggestions_stddev_pop_fields | null) - stddev_samp: (team_suggestions_stddev_samp_fields | null) - sum: (team_suggestions_sum_fields | null) - var_pop: (team_suggestions_var_pop_fields | null) - var_samp: (team_suggestions_var_samp_fields | null) - variance: (team_suggestions_variance_fields | null) - __typename: 'team_suggestions_aggregate_fields' + max: (v_match_captains_max_fields | null) + min: (v_match_captains_min_fields | null) + stddev: (v_match_captains_stddev_fields | null) + stddev_pop: (v_match_captains_stddev_pop_fields | null) + stddev_samp: (v_match_captains_stddev_samp_fields | null) + sum: (v_match_captains_sum_fields | null) + var_pop: (v_match_captains_var_pop_fields | null) + var_samp: (v_match_captains_var_samp_fields | null) + variance: (v_match_captains_variance_fields | null) + __typename: 'v_match_captains_aggregate_fields' } /** aggregate avg on columns */ -export interface team_suggestions_avg_fields { - together_count: (Scalars['Float'] | null) - __typename: 'team_suggestions_avg_fields' +export interface v_match_captains_avg_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_captains_avg_fields' } -/** unique or primary key constraints on table "team_suggestions" */ -export type team_suggestions_constraint = 'team_suggestions_group_hash_key' | 'team_suggestions_pkey' - - /** aggregate max on columns */ -export interface team_suggestions_max_fields { - created_at: (Scalars['timestamptz'] | null) - group_hash: (Scalars['String'] | null) +export interface v_match_captains_max_fields { + discord_id: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - last_notified_at: (Scalars['timestamptz'] | null) - member_steam_ids: (Scalars['bigint'][] | null) - status: (Scalars['String'] | null) - together_count: (Scalars['Int'] | null) - __typename: 'team_suggestions_max_fields' + match_lineup_id: (Scalars['uuid'] | null) + placeholder_name: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_captains_max_fields' } /** aggregate min on columns */ -export interface team_suggestions_min_fields { - created_at: (Scalars['timestamptz'] | null) - group_hash: (Scalars['String'] | null) +export interface v_match_captains_min_fields { + discord_id: (Scalars['String'] | null) id: (Scalars['uuid'] | null) - last_notified_at: (Scalars['timestamptz'] | null) - member_steam_ids: (Scalars['bigint'][] | null) - status: (Scalars['String'] | null) - together_count: (Scalars['Int'] | null) - __typename: 'team_suggestions_min_fields' + match_lineup_id: (Scalars['uuid'] | null) + placeholder_name: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_captains_min_fields' } -/** response of any mutation on the table "team_suggestions" */ -export interface team_suggestions_mutation_response { +/** response of any mutation on the table "v_match_captains" */ +export interface v_match_captains_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: team_suggestions[] - __typename: 'team_suggestions_mutation_response' + returning: v_match_captains[] + __typename: 'v_match_captains_mutation_response' } -/** select columns of table "team_suggestions" */ -export type team_suggestions_select_column = 'created_at' | 'group_hash' | 'id' | 'last_notified_at' | 'member_steam_ids' | 'status' | 'together_count' +/** select columns of table "v_match_captains" */ +export type v_match_captains_select_column = 'captain' | 'discord_id' | 'id' | 'match_lineup_id' | 'placeholder_name' | 'steam_id' /** aggregate stddev on columns */ -export interface team_suggestions_stddev_fields { - together_count: (Scalars['Float'] | null) - __typename: 'team_suggestions_stddev_fields' +export interface v_match_captains_stddev_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_captains_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface team_suggestions_stddev_pop_fields { - together_count: (Scalars['Float'] | null) - __typename: 'team_suggestions_stddev_pop_fields' +export interface v_match_captains_stddev_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_captains_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface team_suggestions_stddev_samp_fields { - together_count: (Scalars['Float'] | null) - __typename: 'team_suggestions_stddev_samp_fields' +export interface v_match_captains_stddev_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_captains_stddev_samp_fields' } /** aggregate sum on columns */ -export interface team_suggestions_sum_fields { - together_count: (Scalars['Int'] | null) - __typename: 'team_suggestions_sum_fields' +export interface v_match_captains_sum_fields { + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_captains_sum_fields' } -/** update columns of table "team_suggestions" */ -export type team_suggestions_update_column = 'created_at' | 'group_hash' | 'id' | 'last_notified_at' | 'member_steam_ids' | 'status' | 'together_count' - - /** aggregate var_pop on columns */ -export interface team_suggestions_var_pop_fields { - together_count: (Scalars['Float'] | null) - __typename: 'team_suggestions_var_pop_fields' +export interface v_match_captains_var_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_captains_var_pop_fields' } /** aggregate var_samp on columns */ -export interface team_suggestions_var_samp_fields { - together_count: (Scalars['Float'] | null) - __typename: 'team_suggestions_var_samp_fields' +export interface v_match_captains_var_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_captains_var_samp_fields' } /** aggregate variance on columns */ -export interface team_suggestions_variance_fields { - together_count: (Scalars['Float'] | null) - __typename: 'team_suggestions_variance_fields' +export interface v_match_captains_variance_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_captains_variance_fields' } -/** columns and relationships of "teams" */ -export interface teams { - avatar_url: (Scalars['String'] | null) - /** A computed field, executes function "can_change_team_role" */ - can_change_role: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_invite_to_team" */ - can_invite: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_manage_team_scrims" */ - can_manage_scrims: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_remove_from_team" */ - can_remove: (Scalars['Boolean'] | null) - /** An object relationship */ - captain: (players | null) - captain_steam_id: (Scalars['bigint'] | null) - id: Scalars['uuid'] - /** An array relationship */ - invites: team_invites[] - /** An aggregate relationship */ - invites_aggregate: team_invites_aggregate - /** An array relationship */ - match_lineups: match_lineups[] - /** An aggregate relationship */ - match_lineups_aggregate: match_lineups_aggregate - /** A computed field, executes function "get_team_matches" */ - matches: (matches[] | null) - name: Scalars['String'] +/** columns and relationships of "v_match_clutches" */ +export interface v_match_clutches { + against_count: (Scalars['Int'] | null) /** An object relationship */ - owner: players - owner_steam_id: Scalars['bigint'] + clutcher: (players | null) + clutcher_steam_id: (Scalars['bigint'] | null) + kills_in_clutch: (Scalars['Int'] | null) /** An object relationship */ - ranks: (v_team_ranks | null) + match: (matches | null) + match_id: (Scalars['uuid'] | null) /** An object relationship */ - reputation: (v_team_reputation | null) - /** A computed field, executes function "team_role" */ - role: (Scalars['String'] | null) - /** An array relationship */ - roster: team_roster[] - /** An aggregate relationship */ - roster_aggregate: team_roster_aggregate - /** An array relationship */ - scrim_availability: team_scrim_availability[] - /** An aggregate relationship */ - scrim_availability_aggregate: team_scrim_availability_aggregate + match_lineup: (match_lineups | null) + match_lineup_id: (Scalars['uuid'] | null) /** An object relationship */ - scrim_settings: (team_scrim_settings | null) - short_name: Scalars['String'] - /** An array relationship */ - tournament_teams: tournament_teams[] - /** An aggregate relationship */ - tournament_teams_aggregate: tournament_teams_aggregate - __typename: 'teams' + match_map: (match_maps | null) + match_map_id: (Scalars['uuid'] | null) + outcome: (Scalars['String'] | null) + round: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + __typename: 'v_match_clutches' } -/** aggregated selection of "teams" */ -export interface teams_aggregate { - aggregate: (teams_aggregate_fields | null) - nodes: teams[] - __typename: 'teams_aggregate' +/** aggregated selection of "v_match_clutches" */ +export interface v_match_clutches_aggregate { + aggregate: (v_match_clutches_aggregate_fields | null) + nodes: v_match_clutches[] + __typename: 'v_match_clutches_aggregate' } -/** aggregate fields of "teams" */ -export interface teams_aggregate_fields { - avg: (teams_avg_fields | null) +/** aggregate fields of "v_match_clutches" */ +export interface v_match_clutches_aggregate_fields { + avg: (v_match_clutches_avg_fields | null) count: Scalars['Int'] - max: (teams_max_fields | null) - min: (teams_min_fields | null) - stddev: (teams_stddev_fields | null) - stddev_pop: (teams_stddev_pop_fields | null) - stddev_samp: (teams_stddev_samp_fields | null) - sum: (teams_sum_fields | null) - var_pop: (teams_var_pop_fields | null) - var_samp: (teams_var_samp_fields | null) - variance: (teams_variance_fields | null) - __typename: 'teams_aggregate_fields' + max: (v_match_clutches_max_fields | null) + min: (v_match_clutches_min_fields | null) + stddev: (v_match_clutches_stddev_fields | null) + stddev_pop: (v_match_clutches_stddev_pop_fields | null) + stddev_samp: (v_match_clutches_stddev_samp_fields | null) + sum: (v_match_clutches_sum_fields | null) + var_pop: (v_match_clutches_var_pop_fields | null) + var_samp: (v_match_clutches_var_samp_fields | null) + variance: (v_match_clutches_variance_fields | null) + __typename: 'v_match_clutches_aggregate_fields' } /** aggregate avg on columns */ -export interface teams_avg_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - __typename: 'teams_avg_fields' +export interface v_match_clutches_avg_fields { + against_count: (Scalars['Float'] | null) + clutcher_steam_id: (Scalars['Float'] | null) + kills_in_clutch: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'v_match_clutches_avg_fields' } -/** unique or primary key constraints on table "teams" */ -export type teams_constraint = 'teams_name_key' | 'teams_pkey' - - /** aggregate max on columns */ -export interface teams_max_fields { - avatar_url: (Scalars['String'] | null) - captain_steam_id: (Scalars['bigint'] | null) - id: (Scalars['uuid'] | null) - name: (Scalars['String'] | null) - owner_steam_id: (Scalars['bigint'] | null) - /** A computed field, executes function "team_role" */ - role: (Scalars['String'] | null) - short_name: (Scalars['String'] | null) - __typename: 'teams_max_fields' +export interface v_match_clutches_max_fields { + against_count: (Scalars['Int'] | null) + clutcher_steam_id: (Scalars['bigint'] | null) + kills_in_clutch: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + outcome: (Scalars['String'] | null) + round: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + __typename: 'v_match_clutches_max_fields' } /** aggregate min on columns */ -export interface teams_min_fields { - avatar_url: (Scalars['String'] | null) - captain_steam_id: (Scalars['bigint'] | null) - id: (Scalars['uuid'] | null) - name: (Scalars['String'] | null) - owner_steam_id: (Scalars['bigint'] | null) - /** A computed field, executes function "team_role" */ - role: (Scalars['String'] | null) - short_name: (Scalars['String'] | null) - __typename: 'teams_min_fields' -} - - -/** response of any mutation on the table "teams" */ -export interface teams_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: teams[] - __typename: 'teams_mutation_response' +export interface v_match_clutches_min_fields { + against_count: (Scalars['Int'] | null) + clutcher_steam_id: (Scalars['bigint'] | null) + kills_in_clutch: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + outcome: (Scalars['String'] | null) + round: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + __typename: 'v_match_clutches_min_fields' } -/** select columns of table "teams" */ -export type teams_select_column = 'avatar_url' | 'captain_steam_id' | 'id' | 'name' | 'owner_steam_id' | 'short_name' +/** select columns of table "v_match_clutches" */ +export type v_match_clutches_select_column = 'against_count' | 'clutcher_steam_id' | 'kills_in_clutch' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'outcome' | 'round' | 'side' /** aggregate stddev on columns */ -export interface teams_stddev_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - __typename: 'teams_stddev_fields' +export interface v_match_clutches_stddev_fields { + against_count: (Scalars['Float'] | null) + clutcher_steam_id: (Scalars['Float'] | null) + kills_in_clutch: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'v_match_clutches_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface teams_stddev_pop_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - __typename: 'teams_stddev_pop_fields' +export interface v_match_clutches_stddev_pop_fields { + against_count: (Scalars['Float'] | null) + clutcher_steam_id: (Scalars['Float'] | null) + kills_in_clutch: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'v_match_clutches_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface teams_stddev_samp_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - __typename: 'teams_stddev_samp_fields' +export interface v_match_clutches_stddev_samp_fields { + against_count: (Scalars['Float'] | null) + clutcher_steam_id: (Scalars['Float'] | null) + kills_in_clutch: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'v_match_clutches_stddev_samp_fields' } /** aggregate sum on columns */ -export interface teams_sum_fields { - captain_steam_id: (Scalars['bigint'] | null) - owner_steam_id: (Scalars['bigint'] | null) - __typename: 'teams_sum_fields' +export interface v_match_clutches_sum_fields { + against_count: (Scalars['Int'] | null) + clutcher_steam_id: (Scalars['bigint'] | null) + kills_in_clutch: (Scalars['Int'] | null) + round: (Scalars['Int'] | null) + __typename: 'v_match_clutches_sum_fields' } -/** update columns of table "teams" */ -export type teams_update_column = 'avatar_url' | 'captain_steam_id' | 'id' | 'name' | 'owner_steam_id' | 'short_name' - - /** aggregate var_pop on columns */ -export interface teams_var_pop_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - __typename: 'teams_var_pop_fields' +export interface v_match_clutches_var_pop_fields { + against_count: (Scalars['Float'] | null) + clutcher_steam_id: (Scalars['Float'] | null) + kills_in_clutch: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'v_match_clutches_var_pop_fields' } /** aggregate var_samp on columns */ -export interface teams_var_samp_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - __typename: 'teams_var_samp_fields' +export interface v_match_clutches_var_samp_fields { + against_count: (Scalars['Float'] | null) + clutcher_steam_id: (Scalars['Float'] | null) + kills_in_clutch: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'v_match_clutches_var_samp_fields' } /** aggregate variance on columns */ -export interface teams_variance_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - __typename: 'teams_variance_fields' +export interface v_match_clutches_variance_fields { + against_count: (Scalars['Float'] | null) + clutcher_steam_id: (Scalars['Float'] | null) + kills_in_clutch: (Scalars['Float'] | null) + round: (Scalars['Float'] | null) + __typename: 'v_match_clutches_variance_fields' } -/** columns and relationships of "tournament_brackets" */ -export interface tournament_brackets { - bye: Scalars['Boolean'] - created_at: Scalars['timestamptz'] - /** A computed field, executes function "get_feeding_brackets" */ - feeding_brackets: (tournament_brackets[] | null) - finished: Scalars['Boolean'] - group: (Scalars['numeric'] | null) - id: Scalars['uuid'] - /** An object relationship */ - loser_bracket: (tournament_brackets | null) - loser_parent_bracket_id: (Scalars['uuid'] | null) +/** columns and relationships of "v_match_kill_pairs" */ +export interface v_match_kill_pairs { + killer_side: (Scalars['String'] | null) + killer_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['Int'] | null) /** An object relationship */ match: (matches | null) match_id: (Scalars['uuid'] | null) - match_number: (Scalars['Int'] | null) - match_options_id: (Scalars['uuid'] | null) - /** An object relationship */ - options: (match_options | null) - /** An object relationship */ - parent_bracket: (tournament_brackets | null) - parent_bracket_id: (Scalars['uuid'] | null) - path: (Scalars['String'] | null) - round: Scalars['Int'] - scheduled_at: (Scalars['timestamptz'] | null) - scheduled_eta: (Scalars['timestamptz'] | null) - /** An object relationship */ - stage: tournament_stages - /** An object relationship */ - team_1: (tournament_teams | null) - team_1_seed: (Scalars['Int'] | null) /** An object relationship */ - team_2: (tournament_teams | null) - team_2_seed: (Scalars['Int'] | null) - tournament_stage_id: Scalars['uuid'] - tournament_team_id_1: (Scalars['uuid'] | null) - tournament_team_id_2: (Scalars['uuid'] | null) - __typename: 'tournament_brackets' + match_map: (match_maps | null) + match_map_id: (Scalars['uuid'] | null) + victim_side: (Scalars['String'] | null) + victim_steam_id: (Scalars['bigint'] | null) + weapon: (Scalars['String'] | null) + __typename: 'v_match_kill_pairs' } -/** aggregated selection of "tournament_brackets" */ -export interface tournament_brackets_aggregate { - aggregate: (tournament_brackets_aggregate_fields | null) - nodes: tournament_brackets[] - __typename: 'tournament_brackets_aggregate' +/** aggregated selection of "v_match_kill_pairs" */ +export interface v_match_kill_pairs_aggregate { + aggregate: (v_match_kill_pairs_aggregate_fields | null) + nodes: v_match_kill_pairs[] + __typename: 'v_match_kill_pairs_aggregate' } -/** aggregate fields of "tournament_brackets" */ -export interface tournament_brackets_aggregate_fields { - avg: (tournament_brackets_avg_fields | null) +/** aggregate fields of "v_match_kill_pairs" */ +export interface v_match_kill_pairs_aggregate_fields { + avg: (v_match_kill_pairs_avg_fields | null) count: Scalars['Int'] - max: (tournament_brackets_max_fields | null) - min: (tournament_brackets_min_fields | null) - stddev: (tournament_brackets_stddev_fields | null) - stddev_pop: (tournament_brackets_stddev_pop_fields | null) - stddev_samp: (tournament_brackets_stddev_samp_fields | null) - sum: (tournament_brackets_sum_fields | null) - var_pop: (tournament_brackets_var_pop_fields | null) - var_samp: (tournament_brackets_var_samp_fields | null) - variance: (tournament_brackets_variance_fields | null) - __typename: 'tournament_brackets_aggregate_fields' -} - - -/** aggregate avg on columns */ -export interface tournament_brackets_avg_fields { - group: (Scalars['Float'] | null) - match_number: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - team_1_seed: (Scalars['Float'] | null) - team_2_seed: (Scalars['Float'] | null) - __typename: 'tournament_brackets_avg_fields' + max: (v_match_kill_pairs_max_fields | null) + min: (v_match_kill_pairs_min_fields | null) + stddev: (v_match_kill_pairs_stddev_fields | null) + stddev_pop: (v_match_kill_pairs_stddev_pop_fields | null) + stddev_samp: (v_match_kill_pairs_stddev_samp_fields | null) + sum: (v_match_kill_pairs_sum_fields | null) + var_pop: (v_match_kill_pairs_var_pop_fields | null) + var_samp: (v_match_kill_pairs_var_samp_fields | null) + variance: (v_match_kill_pairs_variance_fields | null) + __typename: 'v_match_kill_pairs_aggregate_fields' } -/** unique or primary key constraints on table "tournament_brackets" */ -export type tournament_brackets_constraint = 'touarnment_brackets_pkey' | 'tournament_brackets_id_tournament_team_id_1_tournament_team_id_' +/** aggregate avg on columns */ +export interface v_match_kill_pairs_avg_fields { + killer_steam_id: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + victim_steam_id: (Scalars['Float'] | null) + __typename: 'v_match_kill_pairs_avg_fields' +} /** aggregate max on columns */ -export interface tournament_brackets_max_fields { - created_at: (Scalars['timestamptz'] | null) - group: (Scalars['numeric'] | null) - id: (Scalars['uuid'] | null) - loser_parent_bracket_id: (Scalars['uuid'] | null) +export interface v_match_kill_pairs_max_fields { + killer_side: (Scalars['String'] | null) + killer_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['Int'] | null) match_id: (Scalars['uuid'] | null) - match_number: (Scalars['Int'] | null) - match_options_id: (Scalars['uuid'] | null) - parent_bracket_id: (Scalars['uuid'] | null) - path: (Scalars['String'] | null) - round: (Scalars['Int'] | null) - scheduled_at: (Scalars['timestamptz'] | null) - scheduled_eta: (Scalars['timestamptz'] | null) - team_1_seed: (Scalars['Int'] | null) - team_2_seed: (Scalars['Int'] | null) - tournament_stage_id: (Scalars['uuid'] | null) - tournament_team_id_1: (Scalars['uuid'] | null) - tournament_team_id_2: (Scalars['uuid'] | null) - __typename: 'tournament_brackets_max_fields' + match_map_id: (Scalars['uuid'] | null) + victim_side: (Scalars['String'] | null) + victim_steam_id: (Scalars['bigint'] | null) + weapon: (Scalars['String'] | null) + __typename: 'v_match_kill_pairs_max_fields' } /** aggregate min on columns */ -export interface tournament_brackets_min_fields { - created_at: (Scalars['timestamptz'] | null) - group: (Scalars['numeric'] | null) - id: (Scalars['uuid'] | null) - loser_parent_bracket_id: (Scalars['uuid'] | null) +export interface v_match_kill_pairs_min_fields { + killer_side: (Scalars['String'] | null) + killer_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['Int'] | null) match_id: (Scalars['uuid'] | null) - match_number: (Scalars['Int'] | null) - match_options_id: (Scalars['uuid'] | null) - parent_bracket_id: (Scalars['uuid'] | null) - path: (Scalars['String'] | null) - round: (Scalars['Int'] | null) - scheduled_at: (Scalars['timestamptz'] | null) - scheduled_eta: (Scalars['timestamptz'] | null) - team_1_seed: (Scalars['Int'] | null) - team_2_seed: (Scalars['Int'] | null) - tournament_stage_id: (Scalars['uuid'] | null) - tournament_team_id_1: (Scalars['uuid'] | null) - tournament_team_id_2: (Scalars['uuid'] | null) - __typename: 'tournament_brackets_min_fields' -} - - -/** response of any mutation on the table "tournament_brackets" */ -export interface tournament_brackets_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournament_brackets[] - __typename: 'tournament_brackets_mutation_response' + match_map_id: (Scalars['uuid'] | null) + victim_side: (Scalars['String'] | null) + victim_steam_id: (Scalars['bigint'] | null) + weapon: (Scalars['String'] | null) + __typename: 'v_match_kill_pairs_min_fields' } -/** select columns of table "tournament_brackets" */ -export type tournament_brackets_select_column = 'bye' | 'created_at' | 'finished' | 'group' | 'id' | 'loser_parent_bracket_id' | 'match_id' | 'match_number' | 'match_options_id' | 'parent_bracket_id' | 'path' | 'round' | 'scheduled_at' | 'scheduled_eta' | 'team_1_seed' | 'team_2_seed' | 'tournament_stage_id' | 'tournament_team_id_1' | 'tournament_team_id_2' - - -/** select "tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_brackets" */ -export type tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns = 'bye' | 'finished' - - -/** select "tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_brackets" */ -export type tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns = 'bye' | 'finished' +/** select columns of table "v_match_kill_pairs" */ +export type v_match_kill_pairs_select_column = 'killer_side' | 'killer_steam_id' | 'kills' | 'match_id' | 'match_map_id' | 'victim_side' | 'victim_steam_id' | 'weapon' /** aggregate stddev on columns */ -export interface tournament_brackets_stddev_fields { - group: (Scalars['Float'] | null) - match_number: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - team_1_seed: (Scalars['Float'] | null) - team_2_seed: (Scalars['Float'] | null) - __typename: 'tournament_brackets_stddev_fields' +export interface v_match_kill_pairs_stddev_fields { + killer_steam_id: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + victim_steam_id: (Scalars['Float'] | null) + __typename: 'v_match_kill_pairs_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface tournament_brackets_stddev_pop_fields { - group: (Scalars['Float'] | null) - match_number: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - team_1_seed: (Scalars['Float'] | null) - team_2_seed: (Scalars['Float'] | null) - __typename: 'tournament_brackets_stddev_pop_fields' +export interface v_match_kill_pairs_stddev_pop_fields { + killer_steam_id: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + victim_steam_id: (Scalars['Float'] | null) + __typename: 'v_match_kill_pairs_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface tournament_brackets_stddev_samp_fields { - group: (Scalars['Float'] | null) - match_number: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - team_1_seed: (Scalars['Float'] | null) - team_2_seed: (Scalars['Float'] | null) - __typename: 'tournament_brackets_stddev_samp_fields' +export interface v_match_kill_pairs_stddev_samp_fields { + killer_steam_id: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + victim_steam_id: (Scalars['Float'] | null) + __typename: 'v_match_kill_pairs_stddev_samp_fields' } /** aggregate sum on columns */ -export interface tournament_brackets_sum_fields { - group: (Scalars['numeric'] | null) - match_number: (Scalars['Int'] | null) - round: (Scalars['Int'] | null) - team_1_seed: (Scalars['Int'] | null) - team_2_seed: (Scalars['Int'] | null) - __typename: 'tournament_brackets_sum_fields' +export interface v_match_kill_pairs_sum_fields { + killer_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['Int'] | null) + victim_steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_kill_pairs_sum_fields' } -/** update columns of table "tournament_brackets" */ -export type tournament_brackets_update_column = 'bye' | 'created_at' | 'finished' | 'group' | 'id' | 'loser_parent_bracket_id' | 'match_id' | 'match_number' | 'match_options_id' | 'parent_bracket_id' | 'path' | 'round' | 'scheduled_at' | 'scheduled_eta' | 'team_1_seed' | 'team_2_seed' | 'tournament_stage_id' | 'tournament_team_id_1' | 'tournament_team_id_2' - - /** aggregate var_pop on columns */ -export interface tournament_brackets_var_pop_fields { - group: (Scalars['Float'] | null) - match_number: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - team_1_seed: (Scalars['Float'] | null) - team_2_seed: (Scalars['Float'] | null) - __typename: 'tournament_brackets_var_pop_fields' +export interface v_match_kill_pairs_var_pop_fields { + killer_steam_id: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + victim_steam_id: (Scalars['Float'] | null) + __typename: 'v_match_kill_pairs_var_pop_fields' } /** aggregate var_samp on columns */ -export interface tournament_brackets_var_samp_fields { - group: (Scalars['Float'] | null) - match_number: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - team_1_seed: (Scalars['Float'] | null) - team_2_seed: (Scalars['Float'] | null) - __typename: 'tournament_brackets_var_samp_fields' +export interface v_match_kill_pairs_var_samp_fields { + killer_steam_id: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + victim_steam_id: (Scalars['Float'] | null) + __typename: 'v_match_kill_pairs_var_samp_fields' } /** aggregate variance on columns */ -export interface tournament_brackets_variance_fields { - group: (Scalars['Float'] | null) - match_number: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - team_1_seed: (Scalars['Float'] | null) - team_2_seed: (Scalars['Float'] | null) - __typename: 'tournament_brackets_variance_fields' +export interface v_match_kill_pairs_variance_fields { + killer_steam_id: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + victim_steam_id: (Scalars['Float'] | null) + __typename: 'v_match_kill_pairs_variance_fields' } -/** columns and relationships of "tournament_organizers" */ -export interface tournament_organizers { +/** columns and relationships of "v_match_lineup_buy_types" */ +export interface v_match_lineup_buy_types { /** An object relationship */ - organizer: players - steam_id: Scalars['bigint'] + match: (matches | null) + match_id: (Scalars['uuid'] | null) /** An object relationship */ - tournament: tournaments - tournament_id: Scalars['uuid'] - __typename: 'tournament_organizers' + match_lineup: (match_lineups | null) + match_lineup_id: (Scalars['uuid'] | null) + /** An object relationship */ + match_map: (match_maps | null) + match_map_id: (Scalars['uuid'] | null) + matchup: (Scalars['String'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_lineup_buy_types' } -/** aggregated selection of "tournament_organizers" */ -export interface tournament_organizers_aggregate { - aggregate: (tournament_organizers_aggregate_fields | null) - nodes: tournament_organizers[] - __typename: 'tournament_organizers_aggregate' +/** aggregated selection of "v_match_lineup_buy_types" */ +export interface v_match_lineup_buy_types_aggregate { + aggregate: (v_match_lineup_buy_types_aggregate_fields | null) + nodes: v_match_lineup_buy_types[] + __typename: 'v_match_lineup_buy_types_aggregate' } -/** aggregate fields of "tournament_organizers" */ -export interface tournament_organizers_aggregate_fields { - avg: (tournament_organizers_avg_fields | null) +/** aggregate fields of "v_match_lineup_buy_types" */ +export interface v_match_lineup_buy_types_aggregate_fields { + avg: (v_match_lineup_buy_types_avg_fields | null) count: Scalars['Int'] - max: (tournament_organizers_max_fields | null) - min: (tournament_organizers_min_fields | null) - stddev: (tournament_organizers_stddev_fields | null) - stddev_pop: (tournament_organizers_stddev_pop_fields | null) - stddev_samp: (tournament_organizers_stddev_samp_fields | null) - sum: (tournament_organizers_sum_fields | null) - var_pop: (tournament_organizers_var_pop_fields | null) - var_samp: (tournament_organizers_var_samp_fields | null) - variance: (tournament_organizers_variance_fields | null) - __typename: 'tournament_organizers_aggregate_fields' + max: (v_match_lineup_buy_types_max_fields | null) + min: (v_match_lineup_buy_types_min_fields | null) + stddev: (v_match_lineup_buy_types_stddev_fields | null) + stddev_pop: (v_match_lineup_buy_types_stddev_pop_fields | null) + stddev_samp: (v_match_lineup_buy_types_stddev_samp_fields | null) + sum: (v_match_lineup_buy_types_sum_fields | null) + var_pop: (v_match_lineup_buy_types_var_pop_fields | null) + var_samp: (v_match_lineup_buy_types_var_samp_fields | null) + variance: (v_match_lineup_buy_types_variance_fields | null) + __typename: 'v_match_lineup_buy_types_aggregate_fields' } /** aggregate avg on columns */ -export interface tournament_organizers_avg_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_organizers_avg_fields' +export interface v_match_lineup_buy_types_avg_fields { + rounds: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_lineup_buy_types_avg_fields' } -/** unique or primary key constraints on table "tournament_organizers" */ -export type tournament_organizers_constraint = 'tournament_organizers_pkey' - - /** aggregate max on columns */ -export interface tournament_organizers_max_fields { - steam_id: (Scalars['bigint'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'tournament_organizers_max_fields' +export interface v_match_lineup_buy_types_max_fields { + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + matchup: (Scalars['String'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_lineup_buy_types_max_fields' } /** aggregate min on columns */ -export interface tournament_organizers_min_fields { - steam_id: (Scalars['bigint'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'tournament_organizers_min_fields' -} - - -/** response of any mutation on the table "tournament_organizers" */ -export interface tournament_organizers_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournament_organizers[] - __typename: 'tournament_organizers_mutation_response' +export interface v_match_lineup_buy_types_min_fields { + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + matchup: (Scalars['String'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_lineup_buy_types_min_fields' } -/** select columns of table "tournament_organizers" */ -export type tournament_organizers_select_column = 'steam_id' | 'tournament_id' +/** select columns of table "v_match_lineup_buy_types" */ +export type v_match_lineup_buy_types_select_column = 'match_id' | 'match_lineup_id' | 'match_map_id' | 'matchup' | 'rounds' | 'side' | 'wins' /** aggregate stddev on columns */ -export interface tournament_organizers_stddev_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_organizers_stddev_fields' +export interface v_match_lineup_buy_types_stddev_fields { + rounds: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_lineup_buy_types_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface tournament_organizers_stddev_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_organizers_stddev_pop_fields' +export interface v_match_lineup_buy_types_stddev_pop_fields { + rounds: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_lineup_buy_types_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface tournament_organizers_stddev_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_organizers_stddev_samp_fields' +export interface v_match_lineup_buy_types_stddev_samp_fields { + rounds: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_lineup_buy_types_stddev_samp_fields' } /** aggregate sum on columns */ -export interface tournament_organizers_sum_fields { - steam_id: (Scalars['bigint'] | null) - __typename: 'tournament_organizers_sum_fields' +export interface v_match_lineup_buy_types_sum_fields { + rounds: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_lineup_buy_types_sum_fields' } -/** update columns of table "tournament_organizers" */ -export type tournament_organizers_update_column = 'steam_id' | 'tournament_id' - - /** aggregate var_pop on columns */ -export interface tournament_organizers_var_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_organizers_var_pop_fields' +export interface v_match_lineup_buy_types_var_pop_fields { + rounds: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_lineup_buy_types_var_pop_fields' } /** aggregate var_samp on columns */ -export interface tournament_organizers_var_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_organizers_var_samp_fields' +export interface v_match_lineup_buy_types_var_samp_fields { + rounds: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_lineup_buy_types_var_samp_fields' } /** aggregate variance on columns */ -export interface tournament_organizers_variance_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_organizers_variance_fields' +export interface v_match_lineup_buy_types_variance_fields { + rounds: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_lineup_buy_types_variance_fields' } -/** columns and relationships of "tournament_stages" */ -export interface tournament_stages { - /** An array relationship */ - brackets: tournament_brackets[] - /** An aggregate relationship */ - brackets_aggregate: tournament_brackets_aggregate - decider_best_of: (Scalars['Int'] | null) - default_best_of: Scalars['Int'] +/** columns and relationships of "v_match_lineup_map_stats" */ +export interface v_match_lineup_map_stats { + man_adv_rounds: (Scalars['Int'] | null) + man_adv_wins: (Scalars['Int'] | null) + man_dis_rounds: (Scalars['Int'] | null) + man_dis_wins: (Scalars['Int'] | null) /** An object relationship */ - e_tournament_stage_type: e_tournament_stage_types - groups: (Scalars['Int'] | null) - id: Scalars['uuid'] - match_options_id: (Scalars['uuid'] | null) - max_teams: Scalars['Int'] - min_teams: Scalars['Int'] + match: (matches | null) + match_id: (Scalars['uuid'] | null) /** An object relationship */ - options: (match_options | null) - order: Scalars['Int'] - /** An array relationship */ - results: v_team_stage_results[] - /** An aggregate relationship */ - results_aggregate: v_team_stage_results_aggregate - settings: (Scalars['jsonb'] | null) - third_place_match: Scalars['Boolean'] + match_lineup: (match_lineups | null) + match_lineup_id: (Scalars['uuid'] | null) /** An object relationship */ - tournament: tournaments - tournament_id: Scalars['uuid'] - type: e_tournament_stage_types_enum - __typename: 'tournament_stages' + match_map: (match_maps | null) + match_map_id: (Scalars['uuid'] | null) + opening_attempts: (Scalars['Int'] | null) + opening_wins: (Scalars['Int'] | null) + pistol_rounds: (Scalars['Int'] | null) + pistol_wins: (Scalars['Int'] | null) + round_wins: (Scalars['Int'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + won_buy_eco: (Scalars['Int'] | null) + won_buy_force: (Scalars['Int'] | null) + won_buy_full: (Scalars['Int'] | null) + won_buy_pistol: (Scalars['Int'] | null) + __typename: 'v_match_lineup_map_stats' } -/** aggregated selection of "tournament_stages" */ -export interface tournament_stages_aggregate { - aggregate: (tournament_stages_aggregate_fields | null) - nodes: tournament_stages[] - __typename: 'tournament_stages_aggregate' +/** aggregated selection of "v_match_lineup_map_stats" */ +export interface v_match_lineup_map_stats_aggregate { + aggregate: (v_match_lineup_map_stats_aggregate_fields | null) + nodes: v_match_lineup_map_stats[] + __typename: 'v_match_lineup_map_stats_aggregate' } -/** aggregate fields of "tournament_stages" */ -export interface tournament_stages_aggregate_fields { - avg: (tournament_stages_avg_fields | null) +/** aggregate fields of "v_match_lineup_map_stats" */ +export interface v_match_lineup_map_stats_aggregate_fields { + avg: (v_match_lineup_map_stats_avg_fields | null) count: Scalars['Int'] - max: (tournament_stages_max_fields | null) - min: (tournament_stages_min_fields | null) - stddev: (tournament_stages_stddev_fields | null) - stddev_pop: (tournament_stages_stddev_pop_fields | null) - stddev_samp: (tournament_stages_stddev_samp_fields | null) - sum: (tournament_stages_sum_fields | null) - var_pop: (tournament_stages_var_pop_fields | null) - var_samp: (tournament_stages_var_samp_fields | null) - variance: (tournament_stages_variance_fields | null) - __typename: 'tournament_stages_aggregate_fields' + max: (v_match_lineup_map_stats_max_fields | null) + min: (v_match_lineup_map_stats_min_fields | null) + stddev: (v_match_lineup_map_stats_stddev_fields | null) + stddev_pop: (v_match_lineup_map_stats_stddev_pop_fields | null) + stddev_samp: (v_match_lineup_map_stats_stddev_samp_fields | null) + sum: (v_match_lineup_map_stats_sum_fields | null) + var_pop: (v_match_lineup_map_stats_var_pop_fields | null) + var_samp: (v_match_lineup_map_stats_var_samp_fields | null) + variance: (v_match_lineup_map_stats_variance_fields | null) + __typename: 'v_match_lineup_map_stats_aggregate_fields' } /** aggregate avg on columns */ -export interface tournament_stages_avg_fields { - decider_best_of: (Scalars['Float'] | null) - default_best_of: (Scalars['Float'] | null) - groups: (Scalars['Float'] | null) - max_teams: (Scalars['Float'] | null) - min_teams: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - __typename: 'tournament_stages_avg_fields' +export interface v_match_lineup_map_stats_avg_fields { + man_adv_rounds: (Scalars['Float'] | null) + man_adv_wins: (Scalars['Float'] | null) + man_dis_rounds: (Scalars['Float'] | null) + man_dis_wins: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) + opening_wins: (Scalars['Float'] | null) + pistol_rounds: (Scalars['Float'] | null) + pistol_wins: (Scalars['Float'] | null) + round_wins: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + won_buy_eco: (Scalars['Float'] | null) + won_buy_force: (Scalars['Float'] | null) + won_buy_full: (Scalars['Float'] | null) + won_buy_pistol: (Scalars['Float'] | null) + __typename: 'v_match_lineup_map_stats_avg_fields' } -/** unique or primary key constraints on table "tournament_stages" */ -export type tournament_stages_constraint = 'tournament_stages_pkey' - - /** aggregate max on columns */ -export interface tournament_stages_max_fields { - decider_best_of: (Scalars['Int'] | null) - default_best_of: (Scalars['Int'] | null) - groups: (Scalars['Int'] | null) - id: (Scalars['uuid'] | null) - match_options_id: (Scalars['uuid'] | null) - max_teams: (Scalars['Int'] | null) - min_teams: (Scalars['Int'] | null) - order: (Scalars['Int'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'tournament_stages_max_fields' +export interface v_match_lineup_map_stats_max_fields { + man_adv_rounds: (Scalars['Int'] | null) + man_adv_wins: (Scalars['Int'] | null) + man_dis_rounds: (Scalars['Int'] | null) + man_dis_wins: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + opening_attempts: (Scalars['Int'] | null) + opening_wins: (Scalars['Int'] | null) + pistol_rounds: (Scalars['Int'] | null) + pistol_wins: (Scalars['Int'] | null) + round_wins: (Scalars['Int'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + won_buy_eco: (Scalars['Int'] | null) + won_buy_force: (Scalars['Int'] | null) + won_buy_full: (Scalars['Int'] | null) + won_buy_pistol: (Scalars['Int'] | null) + __typename: 'v_match_lineup_map_stats_max_fields' } /** aggregate min on columns */ -export interface tournament_stages_min_fields { - decider_best_of: (Scalars['Int'] | null) - default_best_of: (Scalars['Int'] | null) - groups: (Scalars['Int'] | null) - id: (Scalars['uuid'] | null) - match_options_id: (Scalars['uuid'] | null) - max_teams: (Scalars['Int'] | null) - min_teams: (Scalars['Int'] | null) - order: (Scalars['Int'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'tournament_stages_min_fields' -} - - -/** response of any mutation on the table "tournament_stages" */ -export interface tournament_stages_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournament_stages[] - __typename: 'tournament_stages_mutation_response' +export interface v_match_lineup_map_stats_min_fields { + man_adv_rounds: (Scalars['Int'] | null) + man_adv_wins: (Scalars['Int'] | null) + man_dis_rounds: (Scalars['Int'] | null) + man_dis_wins: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + opening_attempts: (Scalars['Int'] | null) + opening_wins: (Scalars['Int'] | null) + pistol_rounds: (Scalars['Int'] | null) + pistol_wins: (Scalars['Int'] | null) + round_wins: (Scalars['Int'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + won_buy_eco: (Scalars['Int'] | null) + won_buy_force: (Scalars['Int'] | null) + won_buy_full: (Scalars['Int'] | null) + won_buy_pistol: (Scalars['Int'] | null) + __typename: 'v_match_lineup_map_stats_min_fields' } -/** select columns of table "tournament_stages" */ -export type tournament_stages_select_column = 'decider_best_of' | 'default_best_of' | 'groups' | 'id' | 'match_options_id' | 'max_teams' | 'min_teams' | 'order' | 'settings' | 'third_place_match' | 'tournament_id' | 'type' - - -/** select "tournament_stages_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_stages" */ -export type tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns = 'third_place_match' - - -/** select "tournament_stages_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_stages" */ -export type tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns = 'third_place_match' +/** select columns of table "v_match_lineup_map_stats" */ +export type v_match_lineup_map_stats_select_column = 'man_adv_rounds' | 'man_adv_wins' | 'man_dis_rounds' | 'man_dis_wins' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'opening_attempts' | 'opening_wins' | 'pistol_rounds' | 'pistol_wins' | 'round_wins' | 'rounds' | 'side' | 'won_buy_eco' | 'won_buy_force' | 'won_buy_full' | 'won_buy_pistol' /** aggregate stddev on columns */ -export interface tournament_stages_stddev_fields { - decider_best_of: (Scalars['Float'] | null) - default_best_of: (Scalars['Float'] | null) - groups: (Scalars['Float'] | null) - max_teams: (Scalars['Float'] | null) - min_teams: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - __typename: 'tournament_stages_stddev_fields' +export interface v_match_lineup_map_stats_stddev_fields { + man_adv_rounds: (Scalars['Float'] | null) + man_adv_wins: (Scalars['Float'] | null) + man_dis_rounds: (Scalars['Float'] | null) + man_dis_wins: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) + opening_wins: (Scalars['Float'] | null) + pistol_rounds: (Scalars['Float'] | null) + pistol_wins: (Scalars['Float'] | null) + round_wins: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + won_buy_eco: (Scalars['Float'] | null) + won_buy_force: (Scalars['Float'] | null) + won_buy_full: (Scalars['Float'] | null) + won_buy_pistol: (Scalars['Float'] | null) + __typename: 'v_match_lineup_map_stats_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface tournament_stages_stddev_pop_fields { - decider_best_of: (Scalars['Float'] | null) - default_best_of: (Scalars['Float'] | null) - groups: (Scalars['Float'] | null) - max_teams: (Scalars['Float'] | null) - min_teams: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - __typename: 'tournament_stages_stddev_pop_fields' +export interface v_match_lineup_map_stats_stddev_pop_fields { + man_adv_rounds: (Scalars['Float'] | null) + man_adv_wins: (Scalars['Float'] | null) + man_dis_rounds: (Scalars['Float'] | null) + man_dis_wins: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) + opening_wins: (Scalars['Float'] | null) + pistol_rounds: (Scalars['Float'] | null) + pistol_wins: (Scalars['Float'] | null) + round_wins: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + won_buy_eco: (Scalars['Float'] | null) + won_buy_force: (Scalars['Float'] | null) + won_buy_full: (Scalars['Float'] | null) + won_buy_pistol: (Scalars['Float'] | null) + __typename: 'v_match_lineup_map_stats_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface tournament_stages_stddev_samp_fields { - decider_best_of: (Scalars['Float'] | null) - default_best_of: (Scalars['Float'] | null) - groups: (Scalars['Float'] | null) - max_teams: (Scalars['Float'] | null) - min_teams: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - __typename: 'tournament_stages_stddev_samp_fields' +export interface v_match_lineup_map_stats_stddev_samp_fields { + man_adv_rounds: (Scalars['Float'] | null) + man_adv_wins: (Scalars['Float'] | null) + man_dis_rounds: (Scalars['Float'] | null) + man_dis_wins: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) + opening_wins: (Scalars['Float'] | null) + pistol_rounds: (Scalars['Float'] | null) + pistol_wins: (Scalars['Float'] | null) + round_wins: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + won_buy_eco: (Scalars['Float'] | null) + won_buy_force: (Scalars['Float'] | null) + won_buy_full: (Scalars['Float'] | null) + won_buy_pistol: (Scalars['Float'] | null) + __typename: 'v_match_lineup_map_stats_stddev_samp_fields' } /** aggregate sum on columns */ -export interface tournament_stages_sum_fields { - decider_best_of: (Scalars['Int'] | null) - default_best_of: (Scalars['Int'] | null) - groups: (Scalars['Int'] | null) - max_teams: (Scalars['Int'] | null) - min_teams: (Scalars['Int'] | null) - order: (Scalars['Int'] | null) - __typename: 'tournament_stages_sum_fields' +export interface v_match_lineup_map_stats_sum_fields { + man_adv_rounds: (Scalars['Int'] | null) + man_adv_wins: (Scalars['Int'] | null) + man_dis_rounds: (Scalars['Int'] | null) + man_dis_wins: (Scalars['Int'] | null) + opening_attempts: (Scalars['Int'] | null) + opening_wins: (Scalars['Int'] | null) + pistol_rounds: (Scalars['Int'] | null) + pistol_wins: (Scalars['Int'] | null) + round_wins: (Scalars['Int'] | null) + rounds: (Scalars['Int'] | null) + won_buy_eco: (Scalars['Int'] | null) + won_buy_force: (Scalars['Int'] | null) + won_buy_full: (Scalars['Int'] | null) + won_buy_pistol: (Scalars['Int'] | null) + __typename: 'v_match_lineup_map_stats_sum_fields' } -/** update columns of table "tournament_stages" */ -export type tournament_stages_update_column = 'decider_best_of' | 'default_best_of' | 'groups' | 'id' | 'match_options_id' | 'max_teams' | 'min_teams' | 'order' | 'settings' | 'third_place_match' | 'tournament_id' | 'type' - - /** aggregate var_pop on columns */ -export interface tournament_stages_var_pop_fields { - decider_best_of: (Scalars['Float'] | null) - default_best_of: (Scalars['Float'] | null) - groups: (Scalars['Float'] | null) - max_teams: (Scalars['Float'] | null) - min_teams: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - __typename: 'tournament_stages_var_pop_fields' +export interface v_match_lineup_map_stats_var_pop_fields { + man_adv_rounds: (Scalars['Float'] | null) + man_adv_wins: (Scalars['Float'] | null) + man_dis_rounds: (Scalars['Float'] | null) + man_dis_wins: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) + opening_wins: (Scalars['Float'] | null) + pistol_rounds: (Scalars['Float'] | null) + pistol_wins: (Scalars['Float'] | null) + round_wins: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + won_buy_eco: (Scalars['Float'] | null) + won_buy_force: (Scalars['Float'] | null) + won_buy_full: (Scalars['Float'] | null) + won_buy_pistol: (Scalars['Float'] | null) + __typename: 'v_match_lineup_map_stats_var_pop_fields' } /** aggregate var_samp on columns */ -export interface tournament_stages_var_samp_fields { - decider_best_of: (Scalars['Float'] | null) - default_best_of: (Scalars['Float'] | null) - groups: (Scalars['Float'] | null) - max_teams: (Scalars['Float'] | null) - min_teams: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - __typename: 'tournament_stages_var_samp_fields' +export interface v_match_lineup_map_stats_var_samp_fields { + man_adv_rounds: (Scalars['Float'] | null) + man_adv_wins: (Scalars['Float'] | null) + man_dis_rounds: (Scalars['Float'] | null) + man_dis_wins: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) + opening_wins: (Scalars['Float'] | null) + pistol_rounds: (Scalars['Float'] | null) + pistol_wins: (Scalars['Float'] | null) + round_wins: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + won_buy_eco: (Scalars['Float'] | null) + won_buy_force: (Scalars['Float'] | null) + won_buy_full: (Scalars['Float'] | null) + won_buy_pistol: (Scalars['Float'] | null) + __typename: 'v_match_lineup_map_stats_var_samp_fields' } /** aggregate variance on columns */ -export interface tournament_stages_variance_fields { - decider_best_of: (Scalars['Float'] | null) - default_best_of: (Scalars['Float'] | null) - groups: (Scalars['Float'] | null) - max_teams: (Scalars['Float'] | null) - min_teams: (Scalars['Float'] | null) - order: (Scalars['Float'] | null) - __typename: 'tournament_stages_variance_fields' +export interface v_match_lineup_map_stats_variance_fields { + man_adv_rounds: (Scalars['Float'] | null) + man_adv_wins: (Scalars['Float'] | null) + man_dis_rounds: (Scalars['Float'] | null) + man_dis_wins: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) + opening_wins: (Scalars['Float'] | null) + pistol_rounds: (Scalars['Float'] | null) + pistol_wins: (Scalars['Float'] | null) + round_wins: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + won_buy_eco: (Scalars['Float'] | null) + won_buy_force: (Scalars['Float'] | null) + won_buy_full: (Scalars['Float'] | null) + won_buy_pistol: (Scalars['Float'] | null) + __typename: 'v_match_lineup_map_stats_variance_fields' } -/** columns and relationships of "tournament_team_invites" */ -export interface tournament_team_invites { - created_at: Scalars['timestamptz'] - id: Scalars['uuid'] - /** An object relationship */ - invited_by: players - invited_by_player_steam_id: Scalars['bigint'] - /** An object relationship */ - player: players - steam_id: Scalars['bigint'] - /** An object relationship */ - team: tournament_teams - tournament_team_id: Scalars['uuid'] - __typename: 'tournament_team_invites' +/** columns and relationships of "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds { + has_backup_file: (Scalars['Boolean'] | null) + match_map_id: (Scalars['uuid'] | null) + round: (Scalars['Int'] | null) + __typename: 'v_match_map_backup_rounds' } -/** aggregated selection of "tournament_team_invites" */ -export interface tournament_team_invites_aggregate { - aggregate: (tournament_team_invites_aggregate_fields | null) - nodes: tournament_team_invites[] - __typename: 'tournament_team_invites_aggregate' +/** aggregated selection of "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_aggregate { + aggregate: (v_match_map_backup_rounds_aggregate_fields | null) + nodes: v_match_map_backup_rounds[] + __typename: 'v_match_map_backup_rounds_aggregate' } -/** aggregate fields of "tournament_team_invites" */ -export interface tournament_team_invites_aggregate_fields { - avg: (tournament_team_invites_avg_fields | null) +/** aggregate fields of "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_aggregate_fields { + avg: (v_match_map_backup_rounds_avg_fields | null) count: Scalars['Int'] - max: (tournament_team_invites_max_fields | null) - min: (tournament_team_invites_min_fields | null) - stddev: (tournament_team_invites_stddev_fields | null) - stddev_pop: (tournament_team_invites_stddev_pop_fields | null) - stddev_samp: (tournament_team_invites_stddev_samp_fields | null) - sum: (tournament_team_invites_sum_fields | null) - var_pop: (tournament_team_invites_var_pop_fields | null) - var_samp: (tournament_team_invites_var_samp_fields | null) - variance: (tournament_team_invites_variance_fields | null) - __typename: 'tournament_team_invites_aggregate_fields' + max: (v_match_map_backup_rounds_max_fields | null) + min: (v_match_map_backup_rounds_min_fields | null) + stddev: (v_match_map_backup_rounds_stddev_fields | null) + stddev_pop: (v_match_map_backup_rounds_stddev_pop_fields | null) + stddev_samp: (v_match_map_backup_rounds_stddev_samp_fields | null) + sum: (v_match_map_backup_rounds_sum_fields | null) + var_pop: (v_match_map_backup_rounds_var_pop_fields | null) + var_samp: (v_match_map_backup_rounds_var_samp_fields | null) + variance: (v_match_map_backup_rounds_variance_fields | null) + __typename: 'v_match_map_backup_rounds_aggregate_fields' } /** aggregate avg on columns */ -export interface tournament_team_invites_avg_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_invites_avg_fields' +export interface v_match_map_backup_rounds_avg_fields { + round: (Scalars['Float'] | null) + __typename: 'v_match_map_backup_rounds_avg_fields' } -/** unique or primary key constraints on table "tournament_team_invites" */ -export type tournament_team_invites_constraint = 'tournament_team_invites_pkey' | 'tournament_team_invites_steam_id_tournament_team_id_key' - - /** aggregate max on columns */ -export interface tournament_team_invites_max_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - invited_by_player_steam_id: (Scalars['bigint'] | null) - steam_id: (Scalars['bigint'] | null) - tournament_team_id: (Scalars['uuid'] | null) - __typename: 'tournament_team_invites_max_fields' +export interface v_match_map_backup_rounds_max_fields { + match_map_id: (Scalars['uuid'] | null) + round: (Scalars['Int'] | null) + __typename: 'v_match_map_backup_rounds_max_fields' } /** aggregate min on columns */ -export interface tournament_team_invites_min_fields { - created_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - invited_by_player_steam_id: (Scalars['bigint'] | null) - steam_id: (Scalars['bigint'] | null) - tournament_team_id: (Scalars['uuid'] | null) - __typename: 'tournament_team_invites_min_fields' +export interface v_match_map_backup_rounds_min_fields { + match_map_id: (Scalars['uuid'] | null) + round: (Scalars['Int'] | null) + __typename: 'v_match_map_backup_rounds_min_fields' } -/** response of any mutation on the table "tournament_team_invites" */ -export interface tournament_team_invites_mutation_response { +/** response of any mutation on the table "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_mutation_response { /** number of rows affected by the mutation */ affected_rows: Scalars['Int'] /** data from the rows affected by the mutation */ - returning: tournament_team_invites[] - __typename: 'tournament_team_invites_mutation_response' + returning: v_match_map_backup_rounds[] + __typename: 'v_match_map_backup_rounds_mutation_response' } -/** select columns of table "tournament_team_invites" */ -export type tournament_team_invites_select_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_team_id' +/** select columns of table "v_match_map_backup_rounds" */ +export type v_match_map_backup_rounds_select_column = 'has_backup_file' | 'match_map_id' | 'round' /** aggregate stddev on columns */ -export interface tournament_team_invites_stddev_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_invites_stddev_fields' +export interface v_match_map_backup_rounds_stddev_fields { + round: (Scalars['Float'] | null) + __typename: 'v_match_map_backup_rounds_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface tournament_team_invites_stddev_pop_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_invites_stddev_pop_fields' +export interface v_match_map_backup_rounds_stddev_pop_fields { + round: (Scalars['Float'] | null) + __typename: 'v_match_map_backup_rounds_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface tournament_team_invites_stddev_samp_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_invites_stddev_samp_fields' +export interface v_match_map_backup_rounds_stddev_samp_fields { + round: (Scalars['Float'] | null) + __typename: 'v_match_map_backup_rounds_stddev_samp_fields' } /** aggregate sum on columns */ -export interface tournament_team_invites_sum_fields { - invited_by_player_steam_id: (Scalars['bigint'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'tournament_team_invites_sum_fields' +export interface v_match_map_backup_rounds_sum_fields { + round: (Scalars['Int'] | null) + __typename: 'v_match_map_backup_rounds_sum_fields' } -/** update columns of table "tournament_team_invites" */ -export type tournament_team_invites_update_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_team_id' - - /** aggregate var_pop on columns */ -export interface tournament_team_invites_var_pop_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_invites_var_pop_fields' +export interface v_match_map_backup_rounds_var_pop_fields { + round: (Scalars['Float'] | null) + __typename: 'v_match_map_backup_rounds_var_pop_fields' } /** aggregate var_samp on columns */ -export interface tournament_team_invites_var_samp_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_invites_var_samp_fields' +export interface v_match_map_backup_rounds_var_samp_fields { + round: (Scalars['Float'] | null) + __typename: 'v_match_map_backup_rounds_var_samp_fields' } /** aggregate variance on columns */ -export interface tournament_team_invites_variance_fields { - invited_by_player_steam_id: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_invites_variance_fields' +export interface v_match_map_backup_rounds_variance_fields { + round: (Scalars['Float'] | null) + __typename: 'v_match_map_backup_rounds_variance_fields' } -/** columns and relationships of "tournament_team_roster" */ -export interface tournament_team_roster { +/** columns and relationships of "v_match_player_buy_types" */ +export interface v_match_player_buy_types { + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) /** An object relationship */ - e_team_role: e_team_roles + match: (matches | null) + match_id: (Scalars['uuid'] | null) /** An object relationship */ - player: players - player_steam_id: Scalars['bigint'] - role: e_team_roles_enum + match_lineup: (match_lineups | null) + match_lineup_id: (Scalars['uuid'] | null) /** An object relationship */ - tournament: tournaments - tournament_id: Scalars['uuid'] + match_map: (match_maps | null) + match_map_id: (Scalars['uuid'] | null) + matchup: (Scalars['String'] | null) /** An object relationship */ - tournament_team: tournament_teams - tournament_team_id: Scalars['uuid'] - __typename: 'tournament_team_roster' + player: (players | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_player_buy_types' } -/** aggregated selection of "tournament_team_roster" */ -export interface tournament_team_roster_aggregate { - aggregate: (tournament_team_roster_aggregate_fields | null) - nodes: tournament_team_roster[] - __typename: 'tournament_team_roster_aggregate' +/** aggregated selection of "v_match_player_buy_types" */ +export interface v_match_player_buy_types_aggregate { + aggregate: (v_match_player_buy_types_aggregate_fields | null) + nodes: v_match_player_buy_types[] + __typename: 'v_match_player_buy_types_aggregate' } -/** aggregate fields of "tournament_team_roster" */ -export interface tournament_team_roster_aggregate_fields { - avg: (tournament_team_roster_avg_fields | null) +/** aggregate fields of "v_match_player_buy_types" */ +export interface v_match_player_buy_types_aggregate_fields { + avg: (v_match_player_buy_types_avg_fields | null) count: Scalars['Int'] - max: (tournament_team_roster_max_fields | null) - min: (tournament_team_roster_min_fields | null) - stddev: (tournament_team_roster_stddev_fields | null) - stddev_pop: (tournament_team_roster_stddev_pop_fields | null) - stddev_samp: (tournament_team_roster_stddev_samp_fields | null) - sum: (tournament_team_roster_sum_fields | null) - var_pop: (tournament_team_roster_var_pop_fields | null) - var_samp: (tournament_team_roster_var_samp_fields | null) - variance: (tournament_team_roster_variance_fields | null) - __typename: 'tournament_team_roster_aggregate_fields' + max: (v_match_player_buy_types_max_fields | null) + min: (v_match_player_buy_types_min_fields | null) + stddev: (v_match_player_buy_types_stddev_fields | null) + stddev_pop: (v_match_player_buy_types_stddev_pop_fields | null) + stddev_samp: (v_match_player_buy_types_stddev_samp_fields | null) + sum: (v_match_player_buy_types_sum_fields | null) + var_pop: (v_match_player_buy_types_var_pop_fields | null) + var_samp: (v_match_player_buy_types_var_samp_fields | null) + variance: (v_match_player_buy_types_variance_fields | null) + __typename: 'v_match_player_buy_types_aggregate_fields' } /** aggregate avg on columns */ -export interface tournament_team_roster_avg_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_roster_avg_fields' +export interface v_match_player_buy_types_avg_fields { + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_player_buy_types_avg_fields' } -/** unique or primary key constraints on table "tournament_team_roster" */ -export type tournament_team_roster_constraint = 'tournament_roster_pkey' | 'tournament_roster_player_steam_id_tournament_id_key' - - /** aggregate max on columns */ -export interface tournament_team_roster_max_fields { - player_steam_id: (Scalars['bigint'] | null) - tournament_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - __typename: 'tournament_team_roster_max_fields' +export interface v_match_player_buy_types_max_fields { + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + matchup: (Scalars['String'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_player_buy_types_max_fields' } /** aggregate min on columns */ -export interface tournament_team_roster_min_fields { - player_steam_id: (Scalars['bigint'] | null) - tournament_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - __typename: 'tournament_team_roster_min_fields' -} - - -/** response of any mutation on the table "tournament_team_roster" */ -export interface tournament_team_roster_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournament_team_roster[] - __typename: 'tournament_team_roster_mutation_response' +export interface v_match_player_buy_types_min_fields { + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + matchup: (Scalars['String'] | null) + rounds: (Scalars['Int'] | null) + side: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_player_buy_types_min_fields' } -/** select columns of table "tournament_team_roster" */ -export type tournament_team_roster_select_column = 'player_steam_id' | 'role' | 'tournament_id' | 'tournament_team_id' +/** select columns of table "v_match_player_buy_types" */ +export type v_match_player_buy_types_select_column = 'deaths' | 'kills' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'matchup' | 'rounds' | 'side' | 'steam_id' /** aggregate stddev on columns */ -export interface tournament_team_roster_stddev_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_roster_stddev_fields' +export interface v_match_player_buy_types_stddev_fields { + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_player_buy_types_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface tournament_team_roster_stddev_pop_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_roster_stddev_pop_fields' +export interface v_match_player_buy_types_stddev_pop_fields { + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_player_buy_types_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface tournament_team_roster_stddev_samp_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_roster_stddev_samp_fields' +export interface v_match_player_buy_types_stddev_samp_fields { + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_player_buy_types_stddev_samp_fields' } /** aggregate sum on columns */ -export interface tournament_team_roster_sum_fields { - player_steam_id: (Scalars['bigint'] | null) - __typename: 'tournament_team_roster_sum_fields' +export interface v_match_player_buy_types_sum_fields { + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) + rounds: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_match_player_buy_types_sum_fields' } - -/** update columns of table "tournament_team_roster" */ -export type tournament_team_roster_update_column = 'player_steam_id' | 'role' | 'tournament_id' | 'tournament_team_id' - - -/** aggregate var_pop on columns */ -export interface tournament_team_roster_var_pop_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_roster_var_pop_fields' + +/** aggregate var_pop on columns */ +export interface v_match_player_buy_types_var_pop_fields { + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_player_buy_types_var_pop_fields' } /** aggregate var_samp on columns */ -export interface tournament_team_roster_var_samp_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_roster_var_samp_fields' +export interface v_match_player_buy_types_var_samp_fields { + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_player_buy_types_var_samp_fields' } /** aggregate variance on columns */ -export interface tournament_team_roster_variance_fields { - player_steam_id: (Scalars['Float'] | null) - __typename: 'tournament_team_roster_variance_fields' +export interface v_match_player_buy_types_variance_fields { + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_match_player_buy_types_variance_fields' } -/** columns and relationships of "tournament_teams" */ -export interface tournament_teams { - /** A computed field, executes function "can_manage_tournament_team" */ - can_manage: (Scalars['Boolean'] | null) - /** An object relationship */ - captain: (players | null) - captain_steam_id: (Scalars['bigint'] | null) - created_at: Scalars['timestamptz'] +/** columns and relationships of "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels { + attempts: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) /** An object relationship */ - creator: players - eligible_at: (Scalars['timestamptz'] | null) - id: Scalars['uuid'] - /** An array relationship */ - invites: tournament_team_invites[] - /** An aggregate relationship */ - invites_aggregate: tournament_team_invites_aggregate - name: (Scalars['String'] | null) - owner_steam_id: Scalars['bigint'] + match: (matches | null) + match_id: (Scalars['uuid'] | null) /** An object relationship */ - results: (v_team_stage_results | null) - /** An array relationship */ - roster: tournament_team_roster[] - /** An aggregate relationship */ - roster_aggregate: tournament_team_roster_aggregate - seed: (Scalars['Int'] | null) - short_name: (Scalars['String'] | null) + match_lineup: (match_lineups | null) + match_lineup_id: (Scalars['uuid'] | null) /** An object relationship */ - team: (teams | null) - team_id: (Scalars['uuid'] | null) + match_map: (match_maps | null) + match_map_id: (Scalars['uuid'] | null) /** An object relationship */ - tournament: tournaments - tournament_id: Scalars['uuid'] - __typename: 'tournament_teams' + player: (players | null) + side: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + traded_deaths: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_player_opening_duels' } -/** aggregated selection of "tournament_teams" */ -export interface tournament_teams_aggregate { - aggregate: (tournament_teams_aggregate_fields | null) - nodes: tournament_teams[] - __typename: 'tournament_teams_aggregate' +/** aggregated selection of "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_aggregate { + aggregate: (v_match_player_opening_duels_aggregate_fields | null) + nodes: v_match_player_opening_duels[] + __typename: 'v_match_player_opening_duels_aggregate' } -/** aggregate fields of "tournament_teams" */ -export interface tournament_teams_aggregate_fields { - avg: (tournament_teams_avg_fields | null) +/** aggregate fields of "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_aggregate_fields { + avg: (v_match_player_opening_duels_avg_fields | null) count: Scalars['Int'] - max: (tournament_teams_max_fields | null) - min: (tournament_teams_min_fields | null) - stddev: (tournament_teams_stddev_fields | null) - stddev_pop: (tournament_teams_stddev_pop_fields | null) - stddev_samp: (tournament_teams_stddev_samp_fields | null) - sum: (tournament_teams_sum_fields | null) - var_pop: (tournament_teams_var_pop_fields | null) - var_samp: (tournament_teams_var_samp_fields | null) - variance: (tournament_teams_variance_fields | null) - __typename: 'tournament_teams_aggregate_fields' + max: (v_match_player_opening_duels_max_fields | null) + min: (v_match_player_opening_duels_min_fields | null) + stddev: (v_match_player_opening_duels_stddev_fields | null) + stddev_pop: (v_match_player_opening_duels_stddev_pop_fields | null) + stddev_samp: (v_match_player_opening_duels_stddev_samp_fields | null) + sum: (v_match_player_opening_duels_sum_fields | null) + var_pop: (v_match_player_opening_duels_var_pop_fields | null) + var_samp: (v_match_player_opening_duels_var_samp_fields | null) + variance: (v_match_player_opening_duels_variance_fields | null) + __typename: 'v_match_player_opening_duels_aggregate_fields' } /** aggregate avg on columns */ -export interface tournament_teams_avg_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - seed: (Scalars['Float'] | null) - __typename: 'tournament_teams_avg_fields' +export interface v_match_player_opening_duels_avg_fields { + attempts: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + traded_deaths: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_player_opening_duels_avg_fields' } -/** unique or primary key constraints on table "tournament_teams" */ -export type tournament_teams_constraint = 'tournament_teams_creator_steam_id_tournament_id_key' | 'tournament_teams_pkey' | 'tournament_teams_tournament_id_name_key' | 'tournament_teams_tournament_id_seed_key' | 'tournament_teams_tournament_id_team_id_key' - - /** aggregate max on columns */ -export interface tournament_teams_max_fields { - captain_steam_id: (Scalars['bigint'] | null) - created_at: (Scalars['timestamptz'] | null) - eligible_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - name: (Scalars['String'] | null) - owner_steam_id: (Scalars['bigint'] | null) - seed: (Scalars['Int'] | null) - short_name: (Scalars['String'] | null) - team_id: (Scalars['uuid'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'tournament_teams_max_fields' +export interface v_match_player_opening_duels_max_fields { + attempts: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + side: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + traded_deaths: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_player_opening_duels_max_fields' } /** aggregate min on columns */ -export interface tournament_teams_min_fields { - captain_steam_id: (Scalars['bigint'] | null) - created_at: (Scalars['timestamptz'] | null) - eligible_at: (Scalars['timestamptz'] | null) - id: (Scalars['uuid'] | null) - name: (Scalars['String'] | null) - owner_steam_id: (Scalars['bigint'] | null) - seed: (Scalars['Int'] | null) - short_name: (Scalars['String'] | null) - team_id: (Scalars['uuid'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'tournament_teams_min_fields' -} - - -/** response of any mutation on the table "tournament_teams" */ -export interface tournament_teams_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournament_teams[] - __typename: 'tournament_teams_mutation_response' +export interface v_match_player_opening_duels_min_fields { + attempts: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + match_id: (Scalars['uuid'] | null) + match_lineup_id: (Scalars['uuid'] | null) + match_map_id: (Scalars['uuid'] | null) + side: (Scalars['String'] | null) + steam_id: (Scalars['bigint'] | null) + traded_deaths: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_player_opening_duels_min_fields' } -/** select columns of table "tournament_teams" */ -export type tournament_teams_select_column = 'captain_steam_id' | 'created_at' | 'eligible_at' | 'id' | 'name' | 'owner_steam_id' | 'seed' | 'short_name' | 'team_id' | 'tournament_id' +/** select columns of table "v_match_player_opening_duels" */ +export type v_match_player_opening_duels_select_column = 'attempts' | 'deaths' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'side' | 'steam_id' | 'traded_deaths' | 'wins' /** aggregate stddev on columns */ -export interface tournament_teams_stddev_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - seed: (Scalars['Float'] | null) - __typename: 'tournament_teams_stddev_fields' +export interface v_match_player_opening_duels_stddev_fields { + attempts: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + traded_deaths: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_player_opening_duels_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface tournament_teams_stddev_pop_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - seed: (Scalars['Float'] | null) - __typename: 'tournament_teams_stddev_pop_fields' +export interface v_match_player_opening_duels_stddev_pop_fields { + attempts: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + traded_deaths: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_player_opening_duels_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface tournament_teams_stddev_samp_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - seed: (Scalars['Float'] | null) - __typename: 'tournament_teams_stddev_samp_fields' +export interface v_match_player_opening_duels_stddev_samp_fields { + attempts: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + traded_deaths: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_player_opening_duels_stddev_samp_fields' } /** aggregate sum on columns */ -export interface tournament_teams_sum_fields { - captain_steam_id: (Scalars['bigint'] | null) - owner_steam_id: (Scalars['bigint'] | null) - seed: (Scalars['Int'] | null) - __typename: 'tournament_teams_sum_fields' +export interface v_match_player_opening_duels_sum_fields { + attempts: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + traded_deaths: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_match_player_opening_duels_sum_fields' } -/** update columns of table "tournament_teams" */ -export type tournament_teams_update_column = 'captain_steam_id' | 'created_at' | 'eligible_at' | 'id' | 'name' | 'owner_steam_id' | 'seed' | 'short_name' | 'team_id' | 'tournament_id' - - /** aggregate var_pop on columns */ -export interface tournament_teams_var_pop_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - seed: (Scalars['Float'] | null) - __typename: 'tournament_teams_var_pop_fields' +export interface v_match_player_opening_duels_var_pop_fields { + attempts: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + traded_deaths: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_player_opening_duels_var_pop_fields' } /** aggregate var_samp on columns */ -export interface tournament_teams_var_samp_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - seed: (Scalars['Float'] | null) - __typename: 'tournament_teams_var_samp_fields' +export interface v_match_player_opening_duels_var_samp_fields { + attempts: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + traded_deaths: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_player_opening_duels_var_samp_fields' } /** aggregate variance on columns */ -export interface tournament_teams_variance_fields { - captain_steam_id: (Scalars['Float'] | null) - owner_steam_id: (Scalars['Float'] | null) - seed: (Scalars['Float'] | null) - __typename: 'tournament_teams_variance_fields' +export interface v_match_player_opening_duels_variance_fields { + attempts: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + traded_deaths: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_match_player_opening_duels_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'] +/** columns and relationships of "v_player_arch_nemesis" */ +export interface v_player_arch_nemesis { + attacker_id: (Scalars['bigint'] | null) + kill_count: (Scalars['bigint'] | null) /** An object relationship */ - tournament_team: tournament_teams - tournament_team_id: Scalars['uuid'] + nemsis: (players | null) /** An object relationship */ - trophy_config: (tournament_trophy_configs | null) - __typename: 'tournament_trophies' + player: (players | null) + victim_id: (Scalars['bigint'] | null) + __typename: 'v_player_arch_nemesis' } -/** aggregated selection of "tournament_trophies" */ -export interface tournament_trophies_aggregate { - aggregate: (tournament_trophies_aggregate_fields | null) - nodes: tournament_trophies[] - __typename: 'tournament_trophies_aggregate' +/** aggregated selection of "v_player_arch_nemesis" */ +export interface v_player_arch_nemesis_aggregate { + aggregate: (v_player_arch_nemesis_aggregate_fields | null) + nodes: v_player_arch_nemesis[] + __typename: 'v_player_arch_nemesis_aggregate' } -/** aggregate fields of "tournament_trophies" */ -export interface tournament_trophies_aggregate_fields { - avg: (tournament_trophies_avg_fields | null) +/** aggregate fields of "v_player_arch_nemesis" */ +export interface v_player_arch_nemesis_aggregate_fields { + avg: (v_player_arch_nemesis_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' + max: (v_player_arch_nemesis_max_fields | null) + min: (v_player_arch_nemesis_min_fields | null) + stddev: (v_player_arch_nemesis_stddev_fields | null) + stddev_pop: (v_player_arch_nemesis_stddev_pop_fields | null) + stddev_samp: (v_player_arch_nemesis_stddev_samp_fields | null) + sum: (v_player_arch_nemesis_sum_fields | null) + var_pop: (v_player_arch_nemesis_var_pop_fields | null) + var_samp: (v_player_arch_nemesis_var_samp_fields | null) + variance: (v_player_arch_nemesis_variance_fields | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_avg_fields { + attacker_id: (Scalars['Float'] | null) + kill_count: (Scalars['Float'] | null) + victim_id: (Scalars['Float'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_max_fields { + attacker_id: (Scalars['bigint'] | null) + kill_count: (Scalars['bigint'] | null) + victim_id: (Scalars['bigint'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_min_fields { + attacker_id: (Scalars['bigint'] | null) + kill_count: (Scalars['bigint'] | null) + victim_id: (Scalars['bigint'] | null) + __typename: 'v_player_arch_nemesis_min_fields' } -/** 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' +/** select columns of table "v_player_arch_nemesis" */ +export type v_player_arch_nemesis_select_column = 'attacker_id' | 'kill_count' | 'victim_id' /** 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' +export interface v_player_arch_nemesis_stddev_fields { + attacker_id: (Scalars['Float'] | null) + kill_count: (Scalars['Float'] | null) + victim_id: (Scalars['Float'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_stddev_pop_fields { + attacker_id: (Scalars['Float'] | null) + kill_count: (Scalars['Float'] | null) + victim_id: (Scalars['Float'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_stddev_samp_fields { + attacker_id: (Scalars['Float'] | null) + kill_count: (Scalars['Float'] | null) + victim_id: (Scalars['Float'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_sum_fields { + attacker_id: (Scalars['bigint'] | null) + kill_count: (Scalars['bigint'] | null) + victim_id: (Scalars['bigint'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_var_pop_fields { + attacker_id: (Scalars['Float'] | null) + kill_count: (Scalars['Float'] | null) + victim_id: (Scalars['Float'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_var_samp_fields { + attacker_id: (Scalars['Float'] | null) + kill_count: (Scalars['Float'] | null) + victim_id: (Scalars['Float'] | null) + __typename: 'v_player_arch_nemesis_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' +export interface v_player_arch_nemesis_variance_fields { + attacker_id: (Scalars['Float'] | null) + kill_count: (Scalars['Float'] | null) + victim_id: (Scalars['Float'] | null) + __typename: 'v_player_arch_nemesis_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) +/** columns and relationships of "v_player_damage" */ +export interface v_player_damage { + avg_damage_per_round: (Scalars['bigint'] | 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' + player: (players | null) + player_steam_id: (Scalars['bigint'] | null) + total_damage: (Scalars['bigint'] | null) + total_rounds: (Scalars['bigint'] | null) + __typename: 'v_player_damage' } -/** 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' +/** aggregated selection of "v_player_damage" */ +export interface v_player_damage_aggregate { + aggregate: (v_player_damage_aggregate_fields | null) + nodes: v_player_damage[] + __typename: 'v_player_damage_aggregate' } -/** 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' +/** aggregate fields of "v_player_damage" */ +export interface v_player_damage_aggregate_fields { + avg: (v_player_damage_avg_fields | null) + count: Scalars['Int'] + max: (v_player_damage_max_fields | null) + min: (v_player_damage_min_fields | null) + stddev: (v_player_damage_stddev_fields | null) + stddev_pop: (v_player_damage_stddev_pop_fields | null) + stddev_samp: (v_player_damage_stddev_samp_fields | null) + sum: (v_player_damage_sum_fields | null) + var_pop: (v_player_damage_var_pop_fields | null) + var_samp: (v_player_damage_var_samp_fields | null) + variance: (v_player_damage_variance_fields | null) + __typename: 'v_player_damage_aggregate_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 avg on columns */ +export interface v_player_damage_avg_fields { + avg_damage_per_round: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + total_damage: (Scalars['Float'] | null) + total_rounds: (Scalars['Float'] | null) + __typename: 'v_player_damage_avg_fields' +} /** 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' +export interface v_player_damage_max_fields { + avg_damage_per_round: (Scalars['bigint'] | null) + player_steam_id: (Scalars['bigint'] | null) + total_damage: (Scalars['bigint'] | null) + total_rounds: (Scalars['bigint'] | null) + __typename: 'v_player_damage_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' +export interface v_player_damage_min_fields { + avg_damage_per_round: (Scalars['bigint'] | null) + player_steam_id: (Scalars['bigint'] | null) + total_damage: (Scalars['bigint'] | null) + total_rounds: (Scalars['bigint'] | null) + __typename: 'v_player_damage_min_fields' } -/** 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' +/** select columns of table "v_player_damage" */ +export type v_player_damage_select_column = 'avg_damage_per_round' | 'player_steam_id' | 'total_damage' | 'total_rounds' /** 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' +export interface v_player_damage_stddev_fields { + avg_damage_per_round: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + total_damage: (Scalars['Float'] | null) + total_rounds: (Scalars['Float'] | null) + __typename: 'v_player_damage_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' +export interface v_player_damage_stddev_pop_fields { + avg_damage_per_round: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + total_damage: (Scalars['Float'] | null) + total_rounds: (Scalars['Float'] | null) + __typename: 'v_player_damage_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' +export interface v_player_damage_stddev_samp_fields { + avg_damage_per_round: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + total_damage: (Scalars['Float'] | null) + total_rounds: (Scalars['Float'] | null) + __typename: 'v_player_damage_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' +export interface v_player_damage_sum_fields { + avg_damage_per_round: (Scalars['bigint'] | null) + player_steam_id: (Scalars['bigint'] | null) + total_damage: (Scalars['bigint'] | null) + total_rounds: (Scalars['bigint'] | null) + __typename: 'v_player_damage_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' +export interface v_player_damage_var_pop_fields { + avg_damage_per_round: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + total_damage: (Scalars['Float'] | null) + total_rounds: (Scalars['Float'] | null) + __typename: 'v_player_damage_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' +export interface v_player_damage_var_samp_fields { + avg_damage_per_round: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + total_damage: (Scalars['Float'] | null) + total_rounds: (Scalars['Float'] | null) + __typename: 'v_player_damage_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' +export interface v_player_damage_variance_fields { + avg_damage_per_round: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + total_damage: (Scalars['Float'] | null) + total_rounds: (Scalars['Float'] | null) + __typename: 'v_player_damage_variance_fields' } -/** columns and relationships of "tournaments" */ -export interface tournaments { - /** An object relationship */ - admin: players - auto_start: Scalars['Boolean'] - /** A computed field, executes function "can_cancel_tournament" */ - can_cancel: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_close_tournament_registration" */ - can_close_registration: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_join_tournament" */ - can_join: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_open_tournament_registration" */ - can_open_registration: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_pause_tournament" */ - can_pause: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_resume_tournament" */ - can_resume: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_setup_tournament" */ - can_setup: (Scalars['Boolean'] | null) - /** A computed field, executes function "can_start_tournament" */ - can_start: (Scalars['Boolean'] | 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'] - discord_webhook: (Scalars['String'] | null) - /** An object relationship */ - e_tournament_status: e_tournament_status - /** A computed field, executes function "tournament_has_min_teams" */ - has_min_teams: (Scalars['Boolean'] | null) - id: Scalars['uuid'] - /** A computed field, executes function "is_tournament_organizer" */ - is_organizer: (Scalars['Boolean'] | null) - /** A computed field, executes function "joined_tournament" */ - joined_tournament: (Scalars['Boolean'] | null) - match_options_id: Scalars['uuid'] - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - name: Scalars['String'] +/** columns and relationships of "v_player_elo" */ +export interface v_player_elo { + actual_score: (Scalars['float8'] | null) + assists: (Scalars['Int'] | null) + current_elo: (Scalars['Int'] | null) + damage: (Scalars['Int'] | null) + damage_percent: (Scalars['float8'] | null) + deaths: (Scalars['Int'] | null) + elo_change: (Scalars['Int'] | null) + expected_score: (Scalars['float8'] | null) + impact: (Scalars['float8'] | null) + k_factor: (Scalars['Int'] | null) + kda: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + map_losses: (Scalars['Int'] | null) + map_wins: (Scalars['Int'] | null) /** An object relationship */ - options: match_options - organizer_steam_id: Scalars['bigint'] - /** An array relationship */ - organizers: tournament_organizers[] - /** An aggregate relationship */ - organizers_aggregate: tournament_organizers_aggregate - /** An array relationship */ - player_stats: v_tournament_player_stats[] - /** An aggregate relationship */ - player_stats_aggregate: v_tournament_player_stats_aggregate - /** An array relationship */ - results: v_team_tournament_results[] - /** An aggregate relationship */ - results_aggregate: v_team_tournament_results_aggregate - /** An array relationship */ - rosters: tournament_team_roster[] - /** An aggregate relationship */ - rosters_aggregate: tournament_team_roster_aggregate - /** An array relationship */ - stages: tournament_stages[] - /** An aggregate relationship */ - stages_aggregate: tournament_stages_aggregate - start: Scalars['timestamptz'] - status: e_tournament_status_enum - /** An array relationship */ - 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' + match: (matches | null) + match_created_at: (Scalars['timestamptz'] | null) + match_id: (Scalars['uuid'] | null) + match_result: (Scalars['String'] | null) + opponent_team_elo_avg: (Scalars['float8'] | null) + performance_multiplier: (Scalars['float8'] | null) + player_name: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + player_team_elo_avg: (Scalars['float8'] | null) + season_id: (Scalars['uuid'] | null) + series_multiplier: (Scalars['Int'] | null) + team_avg_kda: (Scalars['float8'] | null) + type: (Scalars['String'] | null) + updated_elo: (Scalars['Int'] | null) + __typename: 'v_player_elo' } -/** aggregated selection of "tournaments" */ -export interface tournaments_aggregate { - aggregate: (tournaments_aggregate_fields | null) - nodes: tournaments[] - __typename: 'tournaments_aggregate' +/** aggregated selection of "v_player_elo" */ +export interface v_player_elo_aggregate { + aggregate: (v_player_elo_aggregate_fields | null) + nodes: v_player_elo[] + __typename: 'v_player_elo_aggregate' } -/** aggregate fields of "tournaments" */ -export interface tournaments_aggregate_fields { - avg: (tournaments_avg_fields | null) +/** aggregate fields of "v_player_elo" */ +export interface v_player_elo_aggregate_fields { + avg: (v_player_elo_avg_fields | null) count: Scalars['Int'] - max: (tournaments_max_fields | null) - min: (tournaments_min_fields | null) - stddev: (tournaments_stddev_fields | null) - stddev_pop: (tournaments_stddev_pop_fields | null) - stddev_samp: (tournaments_stddev_samp_fields | null) - sum: (tournaments_sum_fields | null) - var_pop: (tournaments_var_pop_fields | null) - var_samp: (tournaments_var_samp_fields | null) - variance: (tournaments_variance_fields | null) - __typename: 'tournaments_aggregate_fields' + max: (v_player_elo_max_fields | null) + min: (v_player_elo_min_fields | null) + stddev: (v_player_elo_stddev_fields | null) + stddev_pop: (v_player_elo_stddev_pop_fields | null) + stddev_samp: (v_player_elo_stddev_samp_fields | null) + sum: (v_player_elo_sum_fields | null) + var_pop: (v_player_elo_var_pop_fields | null) + var_samp: (v_player_elo_var_samp_fields | null) + variance: (v_player_elo_variance_fields | null) + __typename: 'v_player_elo_aggregate_fields' } /** aggregate avg on columns */ -export interface tournaments_avg_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'tournaments_avg_fields' +export interface v_player_elo_avg_fields { + actual_score: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + current_elo: (Scalars['Float'] | null) + damage: (Scalars['Float'] | null) + damage_percent: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + elo_change: (Scalars['Float'] | null) + expected_score: (Scalars['Float'] | null) + impact: (Scalars['Float'] | null) + k_factor: (Scalars['Float'] | null) + kda: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + map_losses: (Scalars['Float'] | null) + map_wins: (Scalars['Float'] | null) + opponent_team_elo_avg: (Scalars['Float'] | null) + performance_multiplier: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + player_team_elo_avg: (Scalars['Float'] | null) + series_multiplier: (Scalars['Float'] | null) + team_avg_kda: (Scalars['Float'] | null) + updated_elo: (Scalars['Float'] | null) + __typename: 'v_player_elo_avg_fields' } -/** unique or primary key constraints on table "tournaments" */ -export type tournaments_constraint = 'tournaments_match_options_id_key' | 'tournaments_pkey' - - /** aggregate max on columns */ -export interface tournaments_max_fields { - created_at: (Scalars['timestamptz'] | null) - description: (Scalars['String'] | null) - discord_guild_id: (Scalars['String'] | null) - discord_role_id: (Scalars['String'] | null) - discord_webhook: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - match_options_id: (Scalars['uuid'] | null) - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - name: (Scalars['String'] | null) - organizer_steam_id: (Scalars['bigint'] | null) - start: (Scalars['timestamptz'] | null) - __typename: 'tournaments_max_fields' +export interface v_player_elo_max_fields { + actual_score: (Scalars['float8'] | null) + assists: (Scalars['Int'] | null) + current_elo: (Scalars['Int'] | null) + damage: (Scalars['Int'] | null) + damage_percent: (Scalars['float8'] | null) + deaths: (Scalars['Int'] | null) + elo_change: (Scalars['Int'] | null) + expected_score: (Scalars['float8'] | null) + impact: (Scalars['float8'] | null) + k_factor: (Scalars['Int'] | null) + kda: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + map_losses: (Scalars['Int'] | null) + map_wins: (Scalars['Int'] | null) + match_created_at: (Scalars['timestamptz'] | null) + match_id: (Scalars['uuid'] | null) + match_result: (Scalars['String'] | null) + opponent_team_elo_avg: (Scalars['float8'] | null) + performance_multiplier: (Scalars['float8'] | null) + player_name: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + player_team_elo_avg: (Scalars['float8'] | null) + season_id: (Scalars['uuid'] | null) + series_multiplier: (Scalars['Int'] | null) + team_avg_kda: (Scalars['float8'] | null) + type: (Scalars['String'] | null) + updated_elo: (Scalars['Int'] | null) + __typename: 'v_player_elo_max_fields' } /** aggregate min on columns */ -export interface tournaments_min_fields { - created_at: (Scalars['timestamptz'] | null) - description: (Scalars['String'] | null) - discord_guild_id: (Scalars['String'] | null) - discord_role_id: (Scalars['String'] | null) - discord_webhook: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - match_options_id: (Scalars['uuid'] | null) - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - name: (Scalars['String'] | null) - organizer_steam_id: (Scalars['bigint'] | null) - start: (Scalars['timestamptz'] | null) - __typename: 'tournaments_min_fields' +export interface v_player_elo_min_fields { + actual_score: (Scalars['float8'] | null) + assists: (Scalars['Int'] | null) + current_elo: (Scalars['Int'] | null) + damage: (Scalars['Int'] | null) + damage_percent: (Scalars['float8'] | null) + deaths: (Scalars['Int'] | null) + elo_change: (Scalars['Int'] | null) + expected_score: (Scalars['float8'] | null) + impact: (Scalars['float8'] | null) + k_factor: (Scalars['Int'] | null) + kda: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + map_losses: (Scalars['Int'] | null) + map_wins: (Scalars['Int'] | null) + match_created_at: (Scalars['timestamptz'] | null) + match_id: (Scalars['uuid'] | null) + match_result: (Scalars['String'] | null) + opponent_team_elo_avg: (Scalars['float8'] | null) + performance_multiplier: (Scalars['float8'] | null) + player_name: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + player_team_elo_avg: (Scalars['float8'] | null) + season_id: (Scalars['uuid'] | null) + series_multiplier: (Scalars['Int'] | null) + team_avg_kda: (Scalars['float8'] | null) + type: (Scalars['String'] | null) + updated_elo: (Scalars['Int'] | null) + __typename: 'v_player_elo_min_fields' } -/** response of any mutation on the table "tournaments" */ -export interface tournaments_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: tournaments[] - __typename: 'tournaments_mutation_response' -} +/** select columns of table "v_player_elo" */ +export type v_player_elo_select_column = 'actual_score' | 'assists' | 'current_elo' | 'damage' | 'damage_percent' | 'deaths' | 'elo_change' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_created_at' | 'match_id' | 'match_result' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_name' | 'player_steam_id' | 'player_team_elo_avg' | 'season_id' | 'series_multiplier' | 'team_avg_kda' | 'type' | 'updated_elo' -/** select columns of table "tournaments" */ -export type tournaments_select_column = 'auto_start' | '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' | 'id' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'start' | 'status' | 'trophies_enabled' +/** select "v_player_elo_aggregate_bool_exp_avg_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_avg_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' -/** 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' | 'trophies_enabled' +/** select "v_player_elo_aggregate_bool_exp_corr_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' -/** 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' | 'trophies_enabled' +/** select "v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' + + +/** select "v_player_elo_aggregate_bool_exp_max_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_max_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' + + +/** select "v_player_elo_aggregate_bool_exp_min_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_min_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' + + +/** select "v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' + + +/** select "v_player_elo_aggregate_bool_exp_sum_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_sum_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' + + +/** select "v_player_elo_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_player_elo" */ +export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' /** aggregate stddev on columns */ -export interface tournaments_stddev_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'tournaments_stddev_fields' +export interface v_player_elo_stddev_fields { + actual_score: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + current_elo: (Scalars['Float'] | null) + damage: (Scalars['Float'] | null) + damage_percent: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + elo_change: (Scalars['Float'] | null) + expected_score: (Scalars['Float'] | null) + impact: (Scalars['Float'] | null) + k_factor: (Scalars['Float'] | null) + kda: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + map_losses: (Scalars['Float'] | null) + map_wins: (Scalars['Float'] | null) + opponent_team_elo_avg: (Scalars['Float'] | null) + performance_multiplier: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + player_team_elo_avg: (Scalars['Float'] | null) + series_multiplier: (Scalars['Float'] | null) + team_avg_kda: (Scalars['Float'] | null) + updated_elo: (Scalars['Float'] | null) + __typename: 'v_player_elo_stddev_fields' } -/** aggregate stddev_pop on columns */ -export interface tournaments_stddev_pop_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'tournaments_stddev_pop_fields' +/** aggregate stddev_pop on columns */ +export interface v_player_elo_stddev_pop_fields { + actual_score: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + current_elo: (Scalars['Float'] | null) + damage: (Scalars['Float'] | null) + damage_percent: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + elo_change: (Scalars['Float'] | null) + expected_score: (Scalars['Float'] | null) + impact: (Scalars['Float'] | null) + k_factor: (Scalars['Float'] | null) + kda: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + map_losses: (Scalars['Float'] | null) + map_wins: (Scalars['Float'] | null) + opponent_team_elo_avg: (Scalars['Float'] | null) + performance_multiplier: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + player_team_elo_avg: (Scalars['Float'] | null) + series_multiplier: (Scalars['Float'] | null) + team_avg_kda: (Scalars['Float'] | null) + updated_elo: (Scalars['Float'] | null) + __typename: 'v_player_elo_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface tournaments_stddev_samp_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'tournaments_stddev_samp_fields' +export interface v_player_elo_stddev_samp_fields { + actual_score: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + current_elo: (Scalars['Float'] | null) + damage: (Scalars['Float'] | null) + damage_percent: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + elo_change: (Scalars['Float'] | null) + expected_score: (Scalars['Float'] | null) + impact: (Scalars['Float'] | null) + k_factor: (Scalars['Float'] | null) + kda: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + map_losses: (Scalars['Float'] | null) + map_wins: (Scalars['Float'] | null) + opponent_team_elo_avg: (Scalars['Float'] | null) + performance_multiplier: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + player_team_elo_avg: (Scalars['Float'] | null) + series_multiplier: (Scalars['Float'] | null) + team_avg_kda: (Scalars['Float'] | null) + updated_elo: (Scalars['Float'] | null) + __typename: 'v_player_elo_stddev_samp_fields' } /** aggregate sum on columns */ -export interface tournaments_sum_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['bigint'] | null) - __typename: 'tournaments_sum_fields' +export interface v_player_elo_sum_fields { + actual_score: (Scalars['float8'] | null) + assists: (Scalars['Int'] | null) + current_elo: (Scalars['Int'] | null) + damage: (Scalars['Int'] | null) + damage_percent: (Scalars['float8'] | null) + deaths: (Scalars['Int'] | null) + elo_change: (Scalars['Int'] | null) + expected_score: (Scalars['float8'] | null) + impact: (Scalars['float8'] | null) + k_factor: (Scalars['Int'] | null) + kda: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + map_losses: (Scalars['Int'] | null) + map_wins: (Scalars['Int'] | null) + opponent_team_elo_avg: (Scalars['float8'] | null) + performance_multiplier: (Scalars['float8'] | null) + player_steam_id: (Scalars['bigint'] | null) + player_team_elo_avg: (Scalars['float8'] | null) + series_multiplier: (Scalars['Int'] | null) + team_avg_kda: (Scalars['float8'] | null) + updated_elo: (Scalars['Int'] | null) + __typename: 'v_player_elo_sum_fields' } -/** update columns of table "tournaments" */ -export type tournaments_update_column = 'auto_start' | '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' | 'id' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'start' | 'status' | 'trophies_enabled' - - /** aggregate var_pop on columns */ -export interface tournaments_var_pop_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'tournaments_var_pop_fields' +export interface v_player_elo_var_pop_fields { + actual_score: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + current_elo: (Scalars['Float'] | null) + damage: (Scalars['Float'] | null) + damage_percent: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + elo_change: (Scalars['Float'] | null) + expected_score: (Scalars['Float'] | null) + impact: (Scalars['Float'] | null) + k_factor: (Scalars['Float'] | null) + kda: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + map_losses: (Scalars['Float'] | null) + map_wins: (Scalars['Float'] | null) + opponent_team_elo_avg: (Scalars['Float'] | null) + performance_multiplier: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + player_team_elo_avg: (Scalars['Float'] | null) + series_multiplier: (Scalars['Float'] | null) + team_avg_kda: (Scalars['Float'] | null) + updated_elo: (Scalars['Float'] | null) + __typename: 'v_player_elo_var_pop_fields' } /** aggregate var_samp on columns */ -export interface tournaments_var_samp_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'tournaments_var_samp_fields' +export interface v_player_elo_var_samp_fields { + actual_score: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + current_elo: (Scalars['Float'] | null) + damage: (Scalars['Float'] | null) + damage_percent: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + elo_change: (Scalars['Float'] | null) + expected_score: (Scalars['Float'] | null) + impact: (Scalars['Float'] | null) + k_factor: (Scalars['Float'] | null) + kda: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + map_losses: (Scalars['Float'] | null) + map_wins: (Scalars['Float'] | null) + opponent_team_elo_avg: (Scalars['Float'] | null) + performance_multiplier: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + player_team_elo_avg: (Scalars['Float'] | null) + series_multiplier: (Scalars['Float'] | null) + team_avg_kda: (Scalars['Float'] | null) + updated_elo: (Scalars['Float'] | null) + __typename: 'v_player_elo_var_samp_fields' } /** aggregate variance on columns */ -export interface tournaments_variance_fields { - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup: (Scalars['Int'] | null) - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup: (Scalars['Int'] | null) - organizer_steam_id: (Scalars['Float'] | null) - __typename: 'tournaments_variance_fields' +export interface v_player_elo_variance_fields { + actual_score: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + current_elo: (Scalars['Float'] | null) + damage: (Scalars['Float'] | null) + damage_percent: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + elo_change: (Scalars['Float'] | null) + expected_score: (Scalars['Float'] | null) + impact: (Scalars['Float'] | null) + k_factor: (Scalars['Float'] | null) + kda: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + map_losses: (Scalars['Float'] | null) + map_wins: (Scalars['Float'] | null) + opponent_team_elo_avg: (Scalars['Float'] | null) + performance_multiplier: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + player_team_elo_avg: (Scalars['Float'] | null) + series_multiplier: (Scalars['Float'] | null) + team_avg_kda: (Scalars['Float'] | null) + updated_elo: (Scalars['Float'] | null) + __typename: 'v_player_elo_variance_fields' } -/** columns and relationships of "v_gpu_pool_status" */ -export interface v_gpu_pool_status { - demo_free_gpu_nodes: (Scalars['Int'] | null) - demo_in_progress: (Scalars['Boolean'] | null) - demo_total_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes_for_batch: (Scalars['Int'] | null) - highlights_in_progress: (Scalars['Boolean'] | null) - id: (Scalars['Int'] | null) - live_in_progress: (Scalars['Boolean'] | null) - registered_gpu_nodes: (Scalars['Int'] | null) - rendering_total_gpu_nodes: (Scalars['Int'] | null) - renders_paused_for_active_match: (Scalars['Boolean'] | null) - streaming_free_gpu_nodes: (Scalars['Int'] | null) - streaming_total_gpu_nodes: (Scalars['Int'] | null) - total_gpu_nodes: (Scalars['Int'] | null) - __typename: 'v_gpu_pool_status' +/** columns and relationships of "v_player_map_losses" */ +export interface v_player_map_losses { + /** An object relationship */ + map: (maps | null) + map_id: (Scalars['uuid'] | null) + /** An object relationship */ + match: (matches | null) + match_id: (Scalars['uuid'] | null) + started_at: (Scalars['timestamptz'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_map_losses' } -/** aggregated selection of "v_gpu_pool_status" */ -export interface v_gpu_pool_status_aggregate { - aggregate: (v_gpu_pool_status_aggregate_fields | null) - nodes: v_gpu_pool_status[] - __typename: 'v_gpu_pool_status_aggregate' +/** aggregated selection of "v_player_map_losses" */ +export interface v_player_map_losses_aggregate { + aggregate: (v_player_map_losses_aggregate_fields | null) + nodes: v_player_map_losses[] + __typename: 'v_player_map_losses_aggregate' } -/** aggregate fields of "v_gpu_pool_status" */ -export interface v_gpu_pool_status_aggregate_fields { - avg: (v_gpu_pool_status_avg_fields | null) +/** aggregate fields of "v_player_map_losses" */ +export interface v_player_map_losses_aggregate_fields { + avg: (v_player_map_losses_avg_fields | null) count: Scalars['Int'] - max: (v_gpu_pool_status_max_fields | null) - min: (v_gpu_pool_status_min_fields | null) - stddev: (v_gpu_pool_status_stddev_fields | null) - stddev_pop: (v_gpu_pool_status_stddev_pop_fields | null) - stddev_samp: (v_gpu_pool_status_stddev_samp_fields | null) - sum: (v_gpu_pool_status_sum_fields | null) - var_pop: (v_gpu_pool_status_var_pop_fields | null) - var_samp: (v_gpu_pool_status_var_samp_fields | null) - variance: (v_gpu_pool_status_variance_fields | null) - __typename: 'v_gpu_pool_status_aggregate_fields' + max: (v_player_map_losses_max_fields | null) + min: (v_player_map_losses_min_fields | null) + stddev: (v_player_map_losses_stddev_fields | null) + stddev_pop: (v_player_map_losses_stddev_pop_fields | null) + stddev_samp: (v_player_map_losses_stddev_samp_fields | null) + sum: (v_player_map_losses_sum_fields | null) + var_pop: (v_player_map_losses_var_pop_fields | null) + var_samp: (v_player_map_losses_var_samp_fields | null) + variance: (v_player_map_losses_variance_fields | null) + __typename: 'v_player_map_losses_aggregate_fields' } /** aggregate avg on columns */ -export interface v_gpu_pool_status_avg_fields { - demo_free_gpu_nodes: (Scalars['Float'] | null) - demo_total_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes_for_batch: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - registered_gpu_nodes: (Scalars['Float'] | null) - rendering_total_gpu_nodes: (Scalars['Float'] | null) - streaming_free_gpu_nodes: (Scalars['Float'] | null) - streaming_total_gpu_nodes: (Scalars['Float'] | null) - total_gpu_nodes: (Scalars['Float'] | null) - __typename: 'v_gpu_pool_status_avg_fields' +export interface v_player_map_losses_avg_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_map_losses_avg_fields' } /** aggregate max on columns */ -export interface v_gpu_pool_status_max_fields { - demo_free_gpu_nodes: (Scalars['Int'] | null) - demo_total_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes_for_batch: (Scalars['Int'] | null) - id: (Scalars['Int'] | null) - registered_gpu_nodes: (Scalars['Int'] | null) - rendering_total_gpu_nodes: (Scalars['Int'] | null) - streaming_free_gpu_nodes: (Scalars['Int'] | null) - streaming_total_gpu_nodes: (Scalars['Int'] | null) - total_gpu_nodes: (Scalars['Int'] | null) - __typename: 'v_gpu_pool_status_max_fields' +export interface v_player_map_losses_max_fields { + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + started_at: (Scalars['timestamptz'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_map_losses_max_fields' } /** aggregate min on columns */ -export interface v_gpu_pool_status_min_fields { - demo_free_gpu_nodes: (Scalars['Int'] | null) - demo_total_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes_for_batch: (Scalars['Int'] | null) - id: (Scalars['Int'] | null) - registered_gpu_nodes: (Scalars['Int'] | null) - rendering_total_gpu_nodes: (Scalars['Int'] | null) - streaming_free_gpu_nodes: (Scalars['Int'] | null) - streaming_total_gpu_nodes: (Scalars['Int'] | null) - total_gpu_nodes: (Scalars['Int'] | null) - __typename: 'v_gpu_pool_status_min_fields' +export interface v_player_map_losses_min_fields { + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + started_at: (Scalars['timestamptz'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_map_losses_min_fields' } -/** select columns of table "v_gpu_pool_status" */ -export type v_gpu_pool_status_select_column = 'demo_free_gpu_nodes' | 'demo_in_progress' | 'demo_total_gpu_nodes' | 'free_gpu_nodes' | 'free_gpu_nodes_for_batch' | 'highlights_in_progress' | 'id' | 'live_in_progress' | 'registered_gpu_nodes' | 'rendering_total_gpu_nodes' | 'renders_paused_for_active_match' | 'streaming_free_gpu_nodes' | 'streaming_total_gpu_nodes' | 'total_gpu_nodes' +/** select columns of table "v_player_map_losses" */ +export type v_player_map_losses_select_column = 'map_id' | 'match_id' | 'started_at' | 'steam_id' /** aggregate stddev on columns */ -export interface v_gpu_pool_status_stddev_fields { - demo_free_gpu_nodes: (Scalars['Float'] | null) - demo_total_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes_for_batch: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - registered_gpu_nodes: (Scalars['Float'] | null) - rendering_total_gpu_nodes: (Scalars['Float'] | null) - streaming_free_gpu_nodes: (Scalars['Float'] | null) - streaming_total_gpu_nodes: (Scalars['Float'] | null) - total_gpu_nodes: (Scalars['Float'] | null) - __typename: 'v_gpu_pool_status_stddev_fields' +export interface v_player_map_losses_stddev_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_map_losses_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_gpu_pool_status_stddev_pop_fields { - demo_free_gpu_nodes: (Scalars['Float'] | null) - demo_total_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes_for_batch: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - registered_gpu_nodes: (Scalars['Float'] | null) - rendering_total_gpu_nodes: (Scalars['Float'] | null) - streaming_free_gpu_nodes: (Scalars['Float'] | null) - streaming_total_gpu_nodes: (Scalars['Float'] | null) - total_gpu_nodes: (Scalars['Float'] | null) - __typename: 'v_gpu_pool_status_stddev_pop_fields' +export interface v_player_map_losses_stddev_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_map_losses_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_gpu_pool_status_stddev_samp_fields { - demo_free_gpu_nodes: (Scalars['Float'] | null) - demo_total_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes_for_batch: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - registered_gpu_nodes: (Scalars['Float'] | null) - rendering_total_gpu_nodes: (Scalars['Float'] | null) - streaming_free_gpu_nodes: (Scalars['Float'] | null) - streaming_total_gpu_nodes: (Scalars['Float'] | null) - total_gpu_nodes: (Scalars['Float'] | null) - __typename: 'v_gpu_pool_status_stddev_samp_fields' +export interface v_player_map_losses_stddev_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_map_losses_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_gpu_pool_status_sum_fields { - demo_free_gpu_nodes: (Scalars['Int'] | null) - demo_total_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes: (Scalars['Int'] | null) - free_gpu_nodes_for_batch: (Scalars['Int'] | null) - id: (Scalars['Int'] | null) - registered_gpu_nodes: (Scalars['Int'] | null) - rendering_total_gpu_nodes: (Scalars['Int'] | null) - streaming_free_gpu_nodes: (Scalars['Int'] | null) - streaming_total_gpu_nodes: (Scalars['Int'] | null) - total_gpu_nodes: (Scalars['Int'] | null) - __typename: 'v_gpu_pool_status_sum_fields' +export interface v_player_map_losses_sum_fields { + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_map_losses_sum_fields' } /** aggregate var_pop on columns */ -export interface v_gpu_pool_status_var_pop_fields { - demo_free_gpu_nodes: (Scalars['Float'] | null) - demo_total_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes_for_batch: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - registered_gpu_nodes: (Scalars['Float'] | null) - rendering_total_gpu_nodes: (Scalars['Float'] | null) - streaming_free_gpu_nodes: (Scalars['Float'] | null) - streaming_total_gpu_nodes: (Scalars['Float'] | null) - total_gpu_nodes: (Scalars['Float'] | null) - __typename: 'v_gpu_pool_status_var_pop_fields' +export interface v_player_map_losses_var_pop_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_map_losses_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_gpu_pool_status_var_samp_fields { - demo_free_gpu_nodes: (Scalars['Float'] | null) - demo_total_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes_for_batch: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - registered_gpu_nodes: (Scalars['Float'] | null) - rendering_total_gpu_nodes: (Scalars['Float'] | null) - streaming_free_gpu_nodes: (Scalars['Float'] | null) - streaming_total_gpu_nodes: (Scalars['Float'] | null) - total_gpu_nodes: (Scalars['Float'] | null) - __typename: 'v_gpu_pool_status_var_samp_fields' +export interface v_player_map_losses_var_samp_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_map_losses_var_samp_fields' } /** aggregate variance on columns */ -export interface v_gpu_pool_status_variance_fields { - demo_free_gpu_nodes: (Scalars['Float'] | null) - demo_total_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes: (Scalars['Float'] | null) - free_gpu_nodes_for_batch: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - registered_gpu_nodes: (Scalars['Float'] | null) - rendering_total_gpu_nodes: (Scalars['Float'] | null) - streaming_free_gpu_nodes: (Scalars['Float'] | null) - streaming_total_gpu_nodes: (Scalars['Float'] | null) - total_gpu_nodes: (Scalars['Float'] | null) - __typename: 'v_gpu_pool_status_variance_fields' +export interface v_player_map_losses_variance_fields { + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_map_losses_variance_fields' } -/** columns and relationships of "v_match_captains" */ -export interface v_match_captains { - captain: (Scalars['Boolean'] | null) - discord_id: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) +/** columns and relationships of "v_player_map_wins" */ +export interface v_player_map_wins { /** An object relationship */ - lineup: (match_lineups | null) - match_lineup_id: (Scalars['uuid'] | null) - placeholder_name: (Scalars['String'] | null) + map: (maps | null) + map_id: (Scalars['uuid'] | null) /** An object relationship */ - player: (players | null) + match: (matches | null) + match_id: (Scalars['uuid'] | null) + started_at: (Scalars['timestamptz'] | null) steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_captains' + __typename: 'v_player_map_wins' } -/** aggregated selection of "v_match_captains" */ -export interface v_match_captains_aggregate { - aggregate: (v_match_captains_aggregate_fields | null) - nodes: v_match_captains[] - __typename: 'v_match_captains_aggregate' +/** aggregated selection of "v_player_map_wins" */ +export interface v_player_map_wins_aggregate { + aggregate: (v_player_map_wins_aggregate_fields | null) + nodes: v_player_map_wins[] + __typename: 'v_player_map_wins_aggregate' } -/** aggregate fields of "v_match_captains" */ -export interface v_match_captains_aggregate_fields { - avg: (v_match_captains_avg_fields | null) +/** aggregate fields of "v_player_map_wins" */ +export interface v_player_map_wins_aggregate_fields { + avg: (v_player_map_wins_avg_fields | null) count: Scalars['Int'] - max: (v_match_captains_max_fields | null) - min: (v_match_captains_min_fields | null) - stddev: (v_match_captains_stddev_fields | null) - stddev_pop: (v_match_captains_stddev_pop_fields | null) - stddev_samp: (v_match_captains_stddev_samp_fields | null) - sum: (v_match_captains_sum_fields | null) - var_pop: (v_match_captains_var_pop_fields | null) - var_samp: (v_match_captains_var_samp_fields | null) - variance: (v_match_captains_variance_fields | null) - __typename: 'v_match_captains_aggregate_fields' + max: (v_player_map_wins_max_fields | null) + min: (v_player_map_wins_min_fields | null) + stddev: (v_player_map_wins_stddev_fields | null) + stddev_pop: (v_player_map_wins_stddev_pop_fields | null) + stddev_samp: (v_player_map_wins_stddev_samp_fields | null) + sum: (v_player_map_wins_sum_fields | null) + var_pop: (v_player_map_wins_var_pop_fields | null) + var_samp: (v_player_map_wins_var_samp_fields | null) + variance: (v_player_map_wins_variance_fields | null) + __typename: 'v_player_map_wins_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_captains_avg_fields { +export interface v_player_map_wins_avg_fields { steam_id: (Scalars['Float'] | null) - __typename: 'v_match_captains_avg_fields' + __typename: 'v_player_map_wins_avg_fields' } /** aggregate max on columns */ -export interface v_match_captains_max_fields { - discord_id: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - placeholder_name: (Scalars['String'] | null) +export interface v_player_map_wins_max_fields { + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + started_at: (Scalars['timestamptz'] | null) steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_captains_max_fields' + __typename: 'v_player_map_wins_max_fields' } /** aggregate min on columns */ -export interface v_match_captains_min_fields { - discord_id: (Scalars['String'] | null) - id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - placeholder_name: (Scalars['String'] | null) +export interface v_player_map_wins_min_fields { + map_id: (Scalars['uuid'] | null) + match_id: (Scalars['uuid'] | null) + started_at: (Scalars['timestamptz'] | null) steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_captains_min_fields' -} - - -/** response of any mutation on the table "v_match_captains" */ -export interface v_match_captains_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: v_match_captains[] - __typename: 'v_match_captains_mutation_response' + __typename: 'v_player_map_wins_min_fields' } -/** select columns of table "v_match_captains" */ -export type v_match_captains_select_column = 'captain' | 'discord_id' | 'id' | 'match_lineup_id' | 'placeholder_name' | 'steam_id' +/** select columns of table "v_player_map_wins" */ +export type v_player_map_wins_select_column = 'map_id' | 'match_id' | 'started_at' | 'steam_id' /** aggregate stddev on columns */ -export interface v_match_captains_stddev_fields { +export interface v_player_map_wins_stddev_fields { steam_id: (Scalars['Float'] | null) - __typename: 'v_match_captains_stddev_fields' + __typename: 'v_player_map_wins_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_captains_stddev_pop_fields { +export interface v_player_map_wins_stddev_pop_fields { steam_id: (Scalars['Float'] | null) - __typename: 'v_match_captains_stddev_pop_fields' + __typename: 'v_player_map_wins_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_captains_stddev_samp_fields { +export interface v_player_map_wins_stddev_samp_fields { steam_id: (Scalars['Float'] | null) - __typename: 'v_match_captains_stddev_samp_fields' + __typename: 'v_player_map_wins_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_captains_sum_fields { +export interface v_player_map_wins_sum_fields { steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_captains_sum_fields' + __typename: 'v_player_map_wins_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_captains_var_pop_fields { +export interface v_player_map_wins_var_pop_fields { steam_id: (Scalars['Float'] | null) - __typename: 'v_match_captains_var_pop_fields' + __typename: 'v_player_map_wins_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_captains_var_samp_fields { +export interface v_player_map_wins_var_samp_fields { steam_id: (Scalars['Float'] | null) - __typename: 'v_match_captains_var_samp_fields' + __typename: 'v_player_map_wins_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_captains_variance_fields { +export interface v_player_map_wins_variance_fields { steam_id: (Scalars['Float'] | null) - __typename: 'v_match_captains_variance_fields' + __typename: 'v_player_map_wins_variance_fields' } -/** columns and relationships of "v_match_clutches" */ -export interface v_match_clutches { - against_count: (Scalars['Int'] | null) +/** columns and relationships of "v_player_match_head_to_head" */ +export interface v_player_match_head_to_head { /** An object relationship */ - clutcher: (players | null) - clutcher_steam_id: (Scalars['bigint'] | null) - kills_in_clutch: (Scalars['Int'] | null) + attacked: (players | null) + attacked_steam_id: (Scalars['bigint'] | null) + /** An object relationship */ + attacker: (players | null) + attacker_steam_id: (Scalars['bigint'] | null) + damage_dealt: (Scalars['Int'] | null) + flash_count: (Scalars['bigint'] | null) + headshot_kills: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) /** An object relationship */ match: (matches | null) match_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_lineup: (match_lineups | null) - match_lineup_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_map: (match_maps | null) - match_map_id: (Scalars['uuid'] | null) - outcome: (Scalars['String'] | null) - round: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - __typename: 'v_match_clutches' + __typename: 'v_player_match_head_to_head' } -/** aggregated selection of "v_match_clutches" */ -export interface v_match_clutches_aggregate { - aggregate: (v_match_clutches_aggregate_fields | null) - nodes: v_match_clutches[] - __typename: 'v_match_clutches_aggregate' +/** aggregated selection of "v_player_match_head_to_head" */ +export interface v_player_match_head_to_head_aggregate { + aggregate: (v_player_match_head_to_head_aggregate_fields | null) + nodes: v_player_match_head_to_head[] + __typename: 'v_player_match_head_to_head_aggregate' } -/** aggregate fields of "v_match_clutches" */ -export interface v_match_clutches_aggregate_fields { - avg: (v_match_clutches_avg_fields | null) +/** aggregate fields of "v_player_match_head_to_head" */ +export interface v_player_match_head_to_head_aggregate_fields { + avg: (v_player_match_head_to_head_avg_fields | null) count: Scalars['Int'] - max: (v_match_clutches_max_fields | null) - min: (v_match_clutches_min_fields | null) - stddev: (v_match_clutches_stddev_fields | null) - stddev_pop: (v_match_clutches_stddev_pop_fields | null) - stddev_samp: (v_match_clutches_stddev_samp_fields | null) - sum: (v_match_clutches_sum_fields | null) - var_pop: (v_match_clutches_var_pop_fields | null) - var_samp: (v_match_clutches_var_samp_fields | null) - variance: (v_match_clutches_variance_fields | null) - __typename: 'v_match_clutches_aggregate_fields' + max: (v_player_match_head_to_head_max_fields | null) + min: (v_player_match_head_to_head_min_fields | null) + stddev: (v_player_match_head_to_head_stddev_fields | null) + stddev_pop: (v_player_match_head_to_head_stddev_pop_fields | null) + stddev_samp: (v_player_match_head_to_head_stddev_samp_fields | null) + sum: (v_player_match_head_to_head_sum_fields | null) + var_pop: (v_player_match_head_to_head_var_pop_fields | null) + var_samp: (v_player_match_head_to_head_var_samp_fields | null) + variance: (v_player_match_head_to_head_variance_fields | null) + __typename: 'v_player_match_head_to_head_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_clutches_avg_fields { - against_count: (Scalars['Float'] | null) - clutcher_steam_id: (Scalars['Float'] | null) - kills_in_clutch: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_match_clutches_avg_fields' +export interface v_player_match_head_to_head_avg_fields { + attacked_steam_id: (Scalars['Float'] | null) + attacker_steam_id: (Scalars['Float'] | null) + damage_dealt: (Scalars['Float'] | null) + flash_count: (Scalars['Float'] | null) + headshot_kills: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + __typename: 'v_player_match_head_to_head_avg_fields' } /** aggregate max on columns */ -export interface v_match_clutches_max_fields { - against_count: (Scalars['Int'] | null) - clutcher_steam_id: (Scalars['bigint'] | null) - kills_in_clutch: (Scalars['Int'] | null) +export interface v_player_match_head_to_head_max_fields { + attacked_steam_id: (Scalars['bigint'] | null) + attacker_steam_id: (Scalars['bigint'] | null) + damage_dealt: (Scalars['Int'] | null) + flash_count: (Scalars['bigint'] | null) + headshot_kills: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - outcome: (Scalars['String'] | null) - round: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - __typename: 'v_match_clutches_max_fields' + __typename: 'v_player_match_head_to_head_max_fields' } /** aggregate min on columns */ -export interface v_match_clutches_min_fields { - against_count: (Scalars['Int'] | null) - clutcher_steam_id: (Scalars['bigint'] | null) - kills_in_clutch: (Scalars['Int'] | null) +export interface v_player_match_head_to_head_min_fields { + attacked_steam_id: (Scalars['bigint'] | null) + attacker_steam_id: (Scalars['bigint'] | null) + damage_dealt: (Scalars['Int'] | null) + flash_count: (Scalars['bigint'] | null) + headshot_kills: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - outcome: (Scalars['String'] | null) - round: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - __typename: 'v_match_clutches_min_fields' + __typename: 'v_player_match_head_to_head_min_fields' } -/** select columns of table "v_match_clutches" */ -export type v_match_clutches_select_column = 'against_count' | 'clutcher_steam_id' | 'kills_in_clutch' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'outcome' | 'round' | 'side' +/** select columns of table "v_player_match_head_to_head" */ +export type v_player_match_head_to_head_select_column = 'attacked_steam_id' | 'attacker_steam_id' | 'damage_dealt' | 'flash_count' | 'headshot_kills' | 'hits' | 'kills' | 'match_id' /** aggregate stddev on columns */ -export interface v_match_clutches_stddev_fields { - against_count: (Scalars['Float'] | null) - clutcher_steam_id: (Scalars['Float'] | null) - kills_in_clutch: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_match_clutches_stddev_fields' +export interface v_player_match_head_to_head_stddev_fields { + attacked_steam_id: (Scalars['Float'] | null) + attacker_steam_id: (Scalars['Float'] | null) + damage_dealt: (Scalars['Float'] | null) + flash_count: (Scalars['Float'] | null) + headshot_kills: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + __typename: 'v_player_match_head_to_head_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_clutches_stddev_pop_fields { - against_count: (Scalars['Float'] | null) - clutcher_steam_id: (Scalars['Float'] | null) - kills_in_clutch: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_match_clutches_stddev_pop_fields' +export interface v_player_match_head_to_head_stddev_pop_fields { + attacked_steam_id: (Scalars['Float'] | null) + attacker_steam_id: (Scalars['Float'] | null) + damage_dealt: (Scalars['Float'] | null) + flash_count: (Scalars['Float'] | null) + headshot_kills: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + __typename: 'v_player_match_head_to_head_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_clutches_stddev_samp_fields { - against_count: (Scalars['Float'] | null) - clutcher_steam_id: (Scalars['Float'] | null) - kills_in_clutch: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_match_clutches_stddev_samp_fields' +export interface v_player_match_head_to_head_stddev_samp_fields { + attacked_steam_id: (Scalars['Float'] | null) + attacker_steam_id: (Scalars['Float'] | null) + damage_dealt: (Scalars['Float'] | null) + flash_count: (Scalars['Float'] | null) + headshot_kills: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + __typename: 'v_player_match_head_to_head_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_clutches_sum_fields { - against_count: (Scalars['Int'] | null) - clutcher_steam_id: (Scalars['bigint'] | null) - kills_in_clutch: (Scalars['Int'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_match_clutches_sum_fields' +export interface v_player_match_head_to_head_sum_fields { + attacked_steam_id: (Scalars['bigint'] | null) + attacker_steam_id: (Scalars['bigint'] | null) + damage_dealt: (Scalars['Int'] | null) + flash_count: (Scalars['bigint'] | null) + headshot_kills: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) + __typename: 'v_player_match_head_to_head_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_clutches_var_pop_fields { - against_count: (Scalars['Float'] | null) - clutcher_steam_id: (Scalars['Float'] | null) - kills_in_clutch: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_match_clutches_var_pop_fields' +export interface v_player_match_head_to_head_var_pop_fields { + attacked_steam_id: (Scalars['Float'] | null) + attacker_steam_id: (Scalars['Float'] | null) + damage_dealt: (Scalars['Float'] | null) + flash_count: (Scalars['Float'] | null) + headshot_kills: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + __typename: 'v_player_match_head_to_head_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_clutches_var_samp_fields { - against_count: (Scalars['Float'] | null) - clutcher_steam_id: (Scalars['Float'] | null) - kills_in_clutch: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_match_clutches_var_samp_fields' +export interface v_player_match_head_to_head_var_samp_fields { + attacked_steam_id: (Scalars['Float'] | null) + attacker_steam_id: (Scalars['Float'] | null) + damage_dealt: (Scalars['Float'] | null) + flash_count: (Scalars['Float'] | null) + headshot_kills: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + __typename: 'v_player_match_head_to_head_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_clutches_variance_fields { - against_count: (Scalars['Float'] | null) - clutcher_steam_id: (Scalars['Float'] | null) - kills_in_clutch: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_match_clutches_variance_fields' +export interface v_player_match_head_to_head_variance_fields { + attacked_steam_id: (Scalars['Float'] | null) + attacker_steam_id: (Scalars['Float'] | null) + damage_dealt: (Scalars['Float'] | null) + flash_count: (Scalars['Float'] | null) + headshot_kills: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + __typename: 'v_player_match_head_to_head_variance_fields' } -/** columns and relationships of "v_match_kill_pairs" */ -export interface v_match_kill_pairs { - killer_side: (Scalars['String'] | null) - killer_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['Int'] | null) +/** columns and relationships of "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv { + adr: (Scalars['numeric'] | null) + apr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) /** An object relationship */ match: (matches | null) match_id: (Scalars['uuid'] | null) /** An object relationship */ match_map: (match_maps | null) match_map_id: (Scalars['uuid'] | null) - victim_side: (Scalars['String'] | null) - victim_steam_id: (Scalars['bigint'] | null) - weapon: (Scalars['String'] | null) - __typename: 'v_match_kill_pairs' + /** An object relationship */ + player: (players | null) + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_map_hltv' } -/** aggregated selection of "v_match_kill_pairs" */ -export interface v_match_kill_pairs_aggregate { - aggregate: (v_match_kill_pairs_aggregate_fields | null) - nodes: v_match_kill_pairs[] - __typename: 'v_match_kill_pairs_aggregate' +/** aggregated selection of "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_aggregate { + aggregate: (v_player_match_map_hltv_aggregate_fields | null) + nodes: v_player_match_map_hltv[] + __typename: 'v_player_match_map_hltv_aggregate' } -/** aggregate fields of "v_match_kill_pairs" */ -export interface v_match_kill_pairs_aggregate_fields { - avg: (v_match_kill_pairs_avg_fields | null) +/** aggregate fields of "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_aggregate_fields { + avg: (v_player_match_map_hltv_avg_fields | null) count: Scalars['Int'] - max: (v_match_kill_pairs_max_fields | null) - min: (v_match_kill_pairs_min_fields | null) - stddev: (v_match_kill_pairs_stddev_fields | null) - stddev_pop: (v_match_kill_pairs_stddev_pop_fields | null) - stddev_samp: (v_match_kill_pairs_stddev_samp_fields | null) - sum: (v_match_kill_pairs_sum_fields | null) - var_pop: (v_match_kill_pairs_var_pop_fields | null) - var_samp: (v_match_kill_pairs_var_samp_fields | null) - variance: (v_match_kill_pairs_variance_fields | null) - __typename: 'v_match_kill_pairs_aggregate_fields' + max: (v_player_match_map_hltv_max_fields | null) + min: (v_player_match_map_hltv_min_fields | null) + stddev: (v_player_match_map_hltv_stddev_fields | null) + stddev_pop: (v_player_match_map_hltv_stddev_pop_fields | null) + stddev_samp: (v_player_match_map_hltv_stddev_samp_fields | null) + sum: (v_player_match_map_hltv_sum_fields | null) + var_pop: (v_player_match_map_hltv_var_pop_fields | null) + var_samp: (v_player_match_map_hltv_var_samp_fields | null) + variance: (v_player_match_map_hltv_variance_fields | null) + __typename: 'v_player_match_map_hltv_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_kill_pairs_avg_fields { - killer_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - victim_steam_id: (Scalars['Float'] | null) - __typename: 'v_match_kill_pairs_avg_fields' +export interface v_player_match_map_hltv_avg_fields { + adr: (Scalars['Float'] | null) + apr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_map_hltv_avg_fields' } /** aggregate max on columns */ -export interface v_match_kill_pairs_max_fields { - killer_side: (Scalars['String'] | null) - killer_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['Int'] | null) +export interface v_player_match_map_hltv_max_fields { + adr: (Scalars['numeric'] | null) + apr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) match_id: (Scalars['uuid'] | null) match_map_id: (Scalars['uuid'] | null) - victim_side: (Scalars['String'] | null) - victim_steam_id: (Scalars['bigint'] | null) - weapon: (Scalars['String'] | null) - __typename: 'v_match_kill_pairs_max_fields' + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_map_hltv_max_fields' } /** aggregate min on columns */ -export interface v_match_kill_pairs_min_fields { - killer_side: (Scalars['String'] | null) - killer_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['Int'] | null) +export interface v_player_match_map_hltv_min_fields { + adr: (Scalars['numeric'] | null) + apr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) match_id: (Scalars['uuid'] | null) match_map_id: (Scalars['uuid'] | null) - victim_side: (Scalars['String'] | null) - victim_steam_id: (Scalars['bigint'] | null) - weapon: (Scalars['String'] | null) - __typename: 'v_match_kill_pairs_min_fields' + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_map_hltv_min_fields' } -/** select columns of table "v_match_kill_pairs" */ -export type v_match_kill_pairs_select_column = 'killer_side' | 'killer_steam_id' | 'kills' | 'match_id' | 'match_map_id' | 'victim_side' | 'victim_steam_id' | 'weapon' +/** response of any mutation on the table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: v_player_match_map_hltv[] + __typename: 'v_player_match_map_hltv_mutation_response' +} + + +/** select columns of table "v_player_match_map_hltv" */ +export type v_player_match_map_hltv_select_column = 'adr' | 'apr' | 'dpr' | 'hltv_rating' | 'kast_pct' | 'kpr' | 'match_id' | 'match_map_id' | 'rounds_played' | 'steam_id' /** aggregate stddev on columns */ -export interface v_match_kill_pairs_stddev_fields { - killer_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - victim_steam_id: (Scalars['Float'] | null) - __typename: 'v_match_kill_pairs_stddev_fields' +export interface v_player_match_map_hltv_stddev_fields { + adr: (Scalars['Float'] | null) + apr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_map_hltv_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_kill_pairs_stddev_pop_fields { - killer_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - victim_steam_id: (Scalars['Float'] | null) - __typename: 'v_match_kill_pairs_stddev_pop_fields' +export interface v_player_match_map_hltv_stddev_pop_fields { + adr: (Scalars['Float'] | null) + apr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_map_hltv_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_kill_pairs_stddev_samp_fields { - killer_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - victim_steam_id: (Scalars['Float'] | null) - __typename: 'v_match_kill_pairs_stddev_samp_fields' +export interface v_player_match_map_hltv_stddev_samp_fields { + adr: (Scalars['Float'] | null) + apr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_map_hltv_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_kill_pairs_sum_fields { - killer_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['Int'] | null) - victim_steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_kill_pairs_sum_fields' +export interface v_player_match_map_hltv_sum_fields { + adr: (Scalars['numeric'] | null) + apr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_map_hltv_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_kill_pairs_var_pop_fields { - killer_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - victim_steam_id: (Scalars['Float'] | null) - __typename: 'v_match_kill_pairs_var_pop_fields' +export interface v_player_match_map_hltv_var_pop_fields { + adr: (Scalars['Float'] | null) + apr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_map_hltv_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_kill_pairs_var_samp_fields { - killer_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - victim_steam_id: (Scalars['Float'] | null) - __typename: 'v_match_kill_pairs_var_samp_fields' +export interface v_player_match_map_hltv_var_samp_fields { + adr: (Scalars['Float'] | null) + apr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_map_hltv_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_kill_pairs_variance_fields { - killer_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - victim_steam_id: (Scalars['Float'] | null) - __typename: 'v_match_kill_pairs_variance_fields' +export interface v_player_match_map_hltv_variance_fields { + adr: (Scalars['Float'] | null) + apr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_map_hltv_variance_fields' } -/** columns and relationships of "v_match_lineup_buy_types" */ -export interface v_match_lineup_buy_types { +/** columns and relationships of "v_player_match_map_roles" */ +export interface v_player_match_map_roles { + adr: (Scalars['numeric'] | null) + awp_kills: (Scalars['Int'] | null) + awp_share: (Scalars['numeric'] | null) + deaths: (Scalars['Int'] | null) + dpr: (Scalars['numeric'] | null) + entry_rate: (Scalars['numeric'] | null) + flash_assists: (Scalars['Int'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kills: (Scalars['Int'] | null) + kpr: (Scalars['numeric'] | null) + lineup_id: (Scalars['uuid'] | null) /** An object relationship */ match: (matches | null) match_id: (Scalars['uuid'] | null) /** An object relationship */ - match_lineup: (match_lineups | null) - match_lineup_id: (Scalars['uuid'] | null) - /** An object relationship */ match_map: (match_maps | null) match_map_id: (Scalars['uuid'] | null) - matchup: (Scalars['String'] | null) + open_deaths: (Scalars['Int'] | null) + open_kills: (Scalars['Int'] | null) + opening_attempts: (Scalars['Int'] | null) + /** An object relationship */ + player: (players | null) + role: (Scalars['String'] | null) rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_lineup_buy_types' + steam_id: (Scalars['bigint'] | null) + support_idx: (Scalars['numeric'] | null) + total_kills: (Scalars['Int'] | null) + trade_kill_successes: (Scalars['Int'] | null) + traded_death_successes: (Scalars['Int'] | null) + util_damage: (Scalars['Int'] | null) + __typename: 'v_player_match_map_roles' } -/** aggregated selection of "v_match_lineup_buy_types" */ -export interface v_match_lineup_buy_types_aggregate { - aggregate: (v_match_lineup_buy_types_aggregate_fields | null) - nodes: v_match_lineup_buy_types[] - __typename: 'v_match_lineup_buy_types_aggregate' +/** aggregated selection of "v_player_match_map_roles" */ +export interface v_player_match_map_roles_aggregate { + aggregate: (v_player_match_map_roles_aggregate_fields | null) + nodes: v_player_match_map_roles[] + __typename: 'v_player_match_map_roles_aggregate' } -/** aggregate fields of "v_match_lineup_buy_types" */ -export interface v_match_lineup_buy_types_aggregate_fields { - avg: (v_match_lineup_buy_types_avg_fields | null) +/** aggregate fields of "v_player_match_map_roles" */ +export interface v_player_match_map_roles_aggregate_fields { + avg: (v_player_match_map_roles_avg_fields | null) count: Scalars['Int'] - max: (v_match_lineup_buy_types_max_fields | null) - min: (v_match_lineup_buy_types_min_fields | null) - stddev: (v_match_lineup_buy_types_stddev_fields | null) - stddev_pop: (v_match_lineup_buy_types_stddev_pop_fields | null) - stddev_samp: (v_match_lineup_buy_types_stddev_samp_fields | null) - sum: (v_match_lineup_buy_types_sum_fields | null) - var_pop: (v_match_lineup_buy_types_var_pop_fields | null) - var_samp: (v_match_lineup_buy_types_var_samp_fields | null) - variance: (v_match_lineup_buy_types_variance_fields | null) - __typename: 'v_match_lineup_buy_types_aggregate_fields' + max: (v_player_match_map_roles_max_fields | null) + min: (v_player_match_map_roles_min_fields | null) + stddev: (v_player_match_map_roles_stddev_fields | null) + stddev_pop: (v_player_match_map_roles_stddev_pop_fields | null) + stddev_samp: (v_player_match_map_roles_stddev_samp_fields | null) + sum: (v_player_match_map_roles_sum_fields | null) + var_pop: (v_player_match_map_roles_var_pop_fields | null) + var_samp: (v_player_match_map_roles_var_samp_fields | null) + variance: (v_player_match_map_roles_variance_fields | null) + __typename: 'v_player_match_map_roles_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_lineup_buy_types_avg_fields { +export interface v_player_match_map_roles_avg_fields { + adr: (Scalars['Float'] | null) + awp_kills: (Scalars['Float'] | null) + awp_share: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + entry_rate: (Scalars['Float'] | null) + flash_assists: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + open_deaths: (Scalars['Float'] | null) + open_kills: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) rounds: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_lineup_buy_types_avg_fields' + steam_id: (Scalars['Float'] | null) + support_idx: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + trade_kill_successes: (Scalars['Float'] | null) + traded_death_successes: (Scalars['Float'] | null) + util_damage: (Scalars['Float'] | null) + __typename: 'v_player_match_map_roles_avg_fields' } /** aggregate max on columns */ -export interface v_match_lineup_buy_types_max_fields { +export interface v_player_match_map_roles_max_fields { + adr: (Scalars['numeric'] | null) + awp_kills: (Scalars['Int'] | null) + awp_share: (Scalars['numeric'] | null) + deaths: (Scalars['Int'] | null) + dpr: (Scalars['numeric'] | null) + entry_rate: (Scalars['numeric'] | null) + flash_assists: (Scalars['Int'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kills: (Scalars['Int'] | null) + kpr: (Scalars['numeric'] | null) + lineup_id: (Scalars['uuid'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) match_map_id: (Scalars['uuid'] | null) - matchup: (Scalars['String'] | null) + open_deaths: (Scalars['Int'] | null) + open_kills: (Scalars['Int'] | null) + opening_attempts: (Scalars['Int'] | null) + role: (Scalars['String'] | null) rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_lineup_buy_types_max_fields' + steam_id: (Scalars['bigint'] | null) + support_idx: (Scalars['numeric'] | null) + total_kills: (Scalars['Int'] | null) + trade_kill_successes: (Scalars['Int'] | null) + traded_death_successes: (Scalars['Int'] | null) + util_damage: (Scalars['Int'] | null) + __typename: 'v_player_match_map_roles_max_fields' } /** aggregate min on columns */ -export interface v_match_lineup_buy_types_min_fields { +export interface v_player_match_map_roles_min_fields { + adr: (Scalars['numeric'] | null) + awp_kills: (Scalars['Int'] | null) + awp_share: (Scalars['numeric'] | null) + deaths: (Scalars['Int'] | null) + dpr: (Scalars['numeric'] | null) + entry_rate: (Scalars['numeric'] | null) + flash_assists: (Scalars['Int'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kills: (Scalars['Int'] | null) + kpr: (Scalars['numeric'] | null) + lineup_id: (Scalars['uuid'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) match_map_id: (Scalars['uuid'] | null) - matchup: (Scalars['String'] | null) + open_deaths: (Scalars['Int'] | null) + open_kills: (Scalars['Int'] | null) + opening_attempts: (Scalars['Int'] | null) + role: (Scalars['String'] | null) rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_lineup_buy_types_min_fields' + steam_id: (Scalars['bigint'] | null) + support_idx: (Scalars['numeric'] | null) + total_kills: (Scalars['Int'] | null) + trade_kill_successes: (Scalars['Int'] | null) + traded_death_successes: (Scalars['Int'] | null) + util_damage: (Scalars['Int'] | null) + __typename: 'v_player_match_map_roles_min_fields' } -/** select columns of table "v_match_lineup_buy_types" */ -export type v_match_lineup_buy_types_select_column = 'match_id' | 'match_lineup_id' | 'match_map_id' | 'matchup' | 'rounds' | 'side' | 'wins' +/** select columns of table "v_player_match_map_roles" */ +export type v_player_match_map_roles_select_column = 'adr' | 'awp_kills' | 'awp_share' | 'deaths' | 'dpr' | 'entry_rate' | 'flash_assists' | 'hltv_rating' | 'kast_pct' | 'kills' | 'kpr' | 'lineup_id' | 'match_id' | 'match_map_id' | 'open_deaths' | 'open_kills' | 'opening_attempts' | 'role' | 'rounds' | 'steam_id' | 'support_idx' | 'total_kills' | 'trade_kill_successes' | 'traded_death_successes' | 'util_damage' /** aggregate stddev on columns */ -export interface v_match_lineup_buy_types_stddev_fields { +export interface v_player_match_map_roles_stddev_fields { + adr: (Scalars['Float'] | null) + awp_kills: (Scalars['Float'] | null) + awp_share: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + entry_rate: (Scalars['Float'] | null) + flash_assists: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + open_deaths: (Scalars['Float'] | null) + open_kills: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) rounds: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_lineup_buy_types_stddev_fields' + steam_id: (Scalars['Float'] | null) + support_idx: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + trade_kill_successes: (Scalars['Float'] | null) + traded_death_successes: (Scalars['Float'] | null) + util_damage: (Scalars['Float'] | null) + __typename: 'v_player_match_map_roles_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_lineup_buy_types_stddev_pop_fields { +export interface v_player_match_map_roles_stddev_pop_fields { + adr: (Scalars['Float'] | null) + awp_kills: (Scalars['Float'] | null) + awp_share: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + entry_rate: (Scalars['Float'] | null) + flash_assists: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + open_deaths: (Scalars['Float'] | null) + open_kills: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) rounds: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_lineup_buy_types_stddev_pop_fields' + steam_id: (Scalars['Float'] | null) + support_idx: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + trade_kill_successes: (Scalars['Float'] | null) + traded_death_successes: (Scalars['Float'] | null) + util_damage: (Scalars['Float'] | null) + __typename: 'v_player_match_map_roles_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_lineup_buy_types_stddev_samp_fields { +export interface v_player_match_map_roles_stddev_samp_fields { + adr: (Scalars['Float'] | null) + awp_kills: (Scalars['Float'] | null) + awp_share: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + entry_rate: (Scalars['Float'] | null) + flash_assists: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + open_deaths: (Scalars['Float'] | null) + open_kills: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) rounds: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_lineup_buy_types_stddev_samp_fields' + steam_id: (Scalars['Float'] | null) + support_idx: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + trade_kill_successes: (Scalars['Float'] | null) + traded_death_successes: (Scalars['Float'] | null) + util_damage: (Scalars['Float'] | null) + __typename: 'v_player_match_map_roles_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_lineup_buy_types_sum_fields { +export interface v_player_match_map_roles_sum_fields { + adr: (Scalars['numeric'] | null) + awp_kills: (Scalars['Int'] | null) + awp_share: (Scalars['numeric'] | null) + deaths: (Scalars['Int'] | null) + dpr: (Scalars['numeric'] | null) + entry_rate: (Scalars['numeric'] | null) + flash_assists: (Scalars['Int'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kills: (Scalars['Int'] | null) + kpr: (Scalars['numeric'] | null) + open_deaths: (Scalars['Int'] | null) + open_kills: (Scalars['Int'] | null) + opening_attempts: (Scalars['Int'] | null) rounds: (Scalars['Int'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_lineup_buy_types_sum_fields' + steam_id: (Scalars['bigint'] | null) + support_idx: (Scalars['numeric'] | null) + total_kills: (Scalars['Int'] | null) + trade_kill_successes: (Scalars['Int'] | null) + traded_death_successes: (Scalars['Int'] | null) + util_damage: (Scalars['Int'] | null) + __typename: 'v_player_match_map_roles_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_lineup_buy_types_var_pop_fields { +export interface v_player_match_map_roles_var_pop_fields { + adr: (Scalars['Float'] | null) + awp_kills: (Scalars['Float'] | null) + awp_share: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + entry_rate: (Scalars['Float'] | null) + flash_assists: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + open_deaths: (Scalars['Float'] | null) + open_kills: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) rounds: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_lineup_buy_types_var_pop_fields' + steam_id: (Scalars['Float'] | null) + support_idx: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + trade_kill_successes: (Scalars['Float'] | null) + traded_death_successes: (Scalars['Float'] | null) + util_damage: (Scalars['Float'] | null) + __typename: 'v_player_match_map_roles_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_lineup_buy_types_var_samp_fields { +export interface v_player_match_map_roles_var_samp_fields { + adr: (Scalars['Float'] | null) + awp_kills: (Scalars['Float'] | null) + awp_share: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + entry_rate: (Scalars['Float'] | null) + flash_assists: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + open_deaths: (Scalars['Float'] | null) + open_kills: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) rounds: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_lineup_buy_types_var_samp_fields' + steam_id: (Scalars['Float'] | null) + support_idx: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + trade_kill_successes: (Scalars['Float'] | null) + traded_death_successes: (Scalars['Float'] | null) + util_damage: (Scalars['Float'] | null) + __typename: 'v_player_match_map_roles_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_lineup_buy_types_variance_fields { +export interface v_player_match_map_roles_variance_fields { + adr: (Scalars['Float'] | null) + awp_kills: (Scalars['Float'] | null) + awp_share: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + entry_rate: (Scalars['Float'] | null) + flash_assists: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + open_deaths: (Scalars['Float'] | null) + open_kills: (Scalars['Float'] | null) + opening_attempts: (Scalars['Float'] | null) rounds: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_lineup_buy_types_variance_fields' + steam_id: (Scalars['Float'] | null) + support_idx: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + trade_kill_successes: (Scalars['Float'] | null) + traded_death_successes: (Scalars['Float'] | null) + util_damage: (Scalars['Float'] | null) + __typename: 'v_player_match_map_roles_variance_fields' } -/** columns and relationships of "v_match_lineup_map_stats" */ -export interface v_match_lineup_map_stats { - man_adv_rounds: (Scalars['Int'] | null) - man_adv_wins: (Scalars['Int'] | null) - man_dis_rounds: (Scalars['Int'] | null) - man_dis_wins: (Scalars['Int'] | null) +/** columns and relationships of "v_player_match_performance" */ +export interface v_player_match_performance { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) + /** An object relationship */ + map: (maps | null) + map_id: (Scalars['uuid'] | null) /** An object relationship */ match: (matches | null) + match_created_at: (Scalars['timestamptz'] | null) match_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_lineup: (match_lineups | null) - match_lineup_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_map: (match_maps | null) - match_map_id: (Scalars['uuid'] | null) - opening_attempts: (Scalars['Int'] | null) - opening_wins: (Scalars['Int'] | null) - pistol_rounds: (Scalars['Int'] | null) - pistol_wins: (Scalars['Int'] | null) - round_wins: (Scalars['Int'] | null) - rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - won_buy_eco: (Scalars['Int'] | null) - won_buy_force: (Scalars['Int'] | null) - won_buy_full: (Scalars['Int'] | null) - won_buy_pistol: (Scalars['Int'] | null) - __typename: 'v_match_lineup_map_stats' + match_result: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + __typename: 'v_player_match_performance' } -/** aggregated selection of "v_match_lineup_map_stats" */ -export interface v_match_lineup_map_stats_aggregate { - aggregate: (v_match_lineup_map_stats_aggregate_fields | null) - nodes: v_match_lineup_map_stats[] - __typename: 'v_match_lineup_map_stats_aggregate' +/** aggregated selection of "v_player_match_performance" */ +export interface v_player_match_performance_aggregate { + aggregate: (v_player_match_performance_aggregate_fields | null) + nodes: v_player_match_performance[] + __typename: 'v_player_match_performance_aggregate' } -/** aggregate fields of "v_match_lineup_map_stats" */ -export interface v_match_lineup_map_stats_aggregate_fields { - avg: (v_match_lineup_map_stats_avg_fields | null) +/** aggregate fields of "v_player_match_performance" */ +export interface v_player_match_performance_aggregate_fields { + avg: (v_player_match_performance_avg_fields | null) count: Scalars['Int'] - max: (v_match_lineup_map_stats_max_fields | null) - min: (v_match_lineup_map_stats_min_fields | null) - stddev: (v_match_lineup_map_stats_stddev_fields | null) - stddev_pop: (v_match_lineup_map_stats_stddev_pop_fields | null) - stddev_samp: (v_match_lineup_map_stats_stddev_samp_fields | null) - sum: (v_match_lineup_map_stats_sum_fields | null) - var_pop: (v_match_lineup_map_stats_var_pop_fields | null) - var_samp: (v_match_lineup_map_stats_var_samp_fields | null) - variance: (v_match_lineup_map_stats_variance_fields | null) - __typename: 'v_match_lineup_map_stats_aggregate_fields' + max: (v_player_match_performance_max_fields | null) + min: (v_player_match_performance_min_fields | null) + stddev: (v_player_match_performance_stddev_fields | null) + stddev_pop: (v_player_match_performance_stddev_pop_fields | null) + stddev_samp: (v_player_match_performance_stddev_samp_fields | null) + sum: (v_player_match_performance_sum_fields | null) + var_pop: (v_player_match_performance_var_pop_fields | null) + var_samp: (v_player_match_performance_var_samp_fields | null) + variance: (v_player_match_performance_variance_fields | null) + __typename: 'v_player_match_performance_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_lineup_map_stats_avg_fields { - man_adv_rounds: (Scalars['Float'] | null) - man_adv_wins: (Scalars['Float'] | null) - man_dis_rounds: (Scalars['Float'] | null) - man_dis_wins: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - opening_wins: (Scalars['Float'] | null) - pistol_rounds: (Scalars['Float'] | null) - pistol_wins: (Scalars['Float'] | null) - round_wins: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - won_buy_eco: (Scalars['Float'] | null) - won_buy_force: (Scalars['Float'] | null) - won_buy_full: (Scalars['Float'] | null) - won_buy_pistol: (Scalars['Float'] | null) - __typename: 'v_match_lineup_map_stats_avg_fields' +export interface v_player_match_performance_avg_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_performance_avg_fields' } /** aggregate max on columns */ -export interface v_match_lineup_map_stats_max_fields { - man_adv_rounds: (Scalars['Int'] | null) - man_adv_wins: (Scalars['Int'] | null) - man_dis_rounds: (Scalars['Int'] | null) - man_dis_wins: (Scalars['Int'] | null) +export interface v_player_match_performance_max_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) + map_id: (Scalars['uuid'] | null) + match_created_at: (Scalars['timestamptz'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - opening_attempts: (Scalars['Int'] | null) - opening_wins: (Scalars['Int'] | null) - pistol_rounds: (Scalars['Int'] | null) - pistol_wins: (Scalars['Int'] | null) - round_wins: (Scalars['Int'] | null) - rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - won_buy_eco: (Scalars['Int'] | null) - won_buy_force: (Scalars['Int'] | null) - won_buy_full: (Scalars['Int'] | null) - won_buy_pistol: (Scalars['Int'] | null) - __typename: 'v_match_lineup_map_stats_max_fields' + match_result: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + __typename: 'v_player_match_performance_max_fields' } /** aggregate min on columns */ -export interface v_match_lineup_map_stats_min_fields { - man_adv_rounds: (Scalars['Int'] | null) - man_adv_wins: (Scalars['Int'] | null) - man_dis_rounds: (Scalars['Int'] | null) - man_dis_wins: (Scalars['Int'] | null) +export interface v_player_match_performance_min_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) + map_id: (Scalars['uuid'] | null) + match_created_at: (Scalars['timestamptz'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - opening_attempts: (Scalars['Int'] | null) - opening_wins: (Scalars['Int'] | null) - pistol_rounds: (Scalars['Int'] | null) - pistol_wins: (Scalars['Int'] | null) - round_wins: (Scalars['Int'] | null) - rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - won_buy_eco: (Scalars['Int'] | null) - won_buy_force: (Scalars['Int'] | null) - won_buy_full: (Scalars['Int'] | null) - won_buy_pistol: (Scalars['Int'] | null) - __typename: 'v_match_lineup_map_stats_min_fields' + match_result: (Scalars['String'] | null) + player_steam_id: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + __typename: 'v_player_match_performance_min_fields' } -/** select columns of table "v_match_lineup_map_stats" */ -export type v_match_lineup_map_stats_select_column = 'man_adv_rounds' | 'man_adv_wins' | 'man_dis_rounds' | 'man_dis_wins' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'opening_attempts' | 'opening_wins' | 'pistol_rounds' | 'pistol_wins' | 'round_wins' | 'rounds' | 'side' | 'won_buy_eco' | 'won_buy_force' | 'won_buy_full' | 'won_buy_pistol' +/** select columns of table "v_player_match_performance" */ +export type v_player_match_performance_select_column = 'assists' | 'deaths' | 'kills' | 'map_id' | 'match_created_at' | 'match_id' | 'match_result' | 'player_steam_id' | 'source' | 'type' /** aggregate stddev on columns */ -export interface v_match_lineup_map_stats_stddev_fields { - man_adv_rounds: (Scalars['Float'] | null) - man_adv_wins: (Scalars['Float'] | null) - man_dis_rounds: (Scalars['Float'] | null) - man_dis_wins: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - opening_wins: (Scalars['Float'] | null) - pistol_rounds: (Scalars['Float'] | null) - pistol_wins: (Scalars['Float'] | null) - round_wins: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - won_buy_eco: (Scalars['Float'] | null) - won_buy_force: (Scalars['Float'] | null) - won_buy_full: (Scalars['Float'] | null) - won_buy_pistol: (Scalars['Float'] | null) - __typename: 'v_match_lineup_map_stats_stddev_fields' +export interface v_player_match_performance_stddev_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_performance_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_lineup_map_stats_stddev_pop_fields { - man_adv_rounds: (Scalars['Float'] | null) - man_adv_wins: (Scalars['Float'] | null) - man_dis_rounds: (Scalars['Float'] | null) - man_dis_wins: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - opening_wins: (Scalars['Float'] | null) - pistol_rounds: (Scalars['Float'] | null) - pistol_wins: (Scalars['Float'] | null) - round_wins: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - won_buy_eco: (Scalars['Float'] | null) - won_buy_force: (Scalars['Float'] | null) - won_buy_full: (Scalars['Float'] | null) - won_buy_pistol: (Scalars['Float'] | null) - __typename: 'v_match_lineup_map_stats_stddev_pop_fields' +export interface v_player_match_performance_stddev_pop_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_performance_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_lineup_map_stats_stddev_samp_fields { - man_adv_rounds: (Scalars['Float'] | null) - man_adv_wins: (Scalars['Float'] | null) - man_dis_rounds: (Scalars['Float'] | null) - man_dis_wins: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - opening_wins: (Scalars['Float'] | null) - pistol_rounds: (Scalars['Float'] | null) - pistol_wins: (Scalars['Float'] | null) - round_wins: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - won_buy_eco: (Scalars['Float'] | null) - won_buy_force: (Scalars['Float'] | null) - won_buy_full: (Scalars['Float'] | null) - won_buy_pistol: (Scalars['Float'] | null) - __typename: 'v_match_lineup_map_stats_stddev_samp_fields' +export interface v_player_match_performance_stddev_samp_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_performance_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_lineup_map_stats_sum_fields { - man_adv_rounds: (Scalars['Int'] | null) - man_adv_wins: (Scalars['Int'] | null) - man_dis_rounds: (Scalars['Int'] | null) - man_dis_wins: (Scalars['Int'] | null) - opening_attempts: (Scalars['Int'] | null) - opening_wins: (Scalars['Int'] | null) - pistol_rounds: (Scalars['Int'] | null) - pistol_wins: (Scalars['Int'] | null) - round_wins: (Scalars['Int'] | null) - rounds: (Scalars['Int'] | null) - won_buy_eco: (Scalars['Int'] | null) - won_buy_force: (Scalars['Int'] | null) - won_buy_full: (Scalars['Int'] | null) - won_buy_pistol: (Scalars['Int'] | null) - __typename: 'v_match_lineup_map_stats_sum_fields' +export interface v_player_match_performance_sum_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + kills: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_performance_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_lineup_map_stats_var_pop_fields { - man_adv_rounds: (Scalars['Float'] | null) - man_adv_wins: (Scalars['Float'] | null) - man_dis_rounds: (Scalars['Float'] | null) - man_dis_wins: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - opening_wins: (Scalars['Float'] | null) - pistol_rounds: (Scalars['Float'] | null) - pistol_wins: (Scalars['Float'] | null) - round_wins: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - won_buy_eco: (Scalars['Float'] | null) - won_buy_force: (Scalars['Float'] | null) - won_buy_full: (Scalars['Float'] | null) - won_buy_pistol: (Scalars['Float'] | null) - __typename: 'v_match_lineup_map_stats_var_pop_fields' +export interface v_player_match_performance_var_pop_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_performance_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_lineup_map_stats_var_samp_fields { - man_adv_rounds: (Scalars['Float'] | null) - man_adv_wins: (Scalars['Float'] | null) - man_dis_rounds: (Scalars['Float'] | null) - man_dis_wins: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - opening_wins: (Scalars['Float'] | null) - pistol_rounds: (Scalars['Float'] | null) - pistol_wins: (Scalars['Float'] | null) - round_wins: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - won_buy_eco: (Scalars['Float'] | null) - won_buy_force: (Scalars['Float'] | null) - won_buy_full: (Scalars['Float'] | null) - won_buy_pistol: (Scalars['Float'] | null) - __typename: 'v_match_lineup_map_stats_var_samp_fields' +export interface v_player_match_performance_var_samp_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_performance_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_lineup_map_stats_variance_fields { - man_adv_rounds: (Scalars['Float'] | null) - man_adv_wins: (Scalars['Float'] | null) - man_dis_rounds: (Scalars['Float'] | null) - man_dis_wins: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - opening_wins: (Scalars['Float'] | null) - pistol_rounds: (Scalars['Float'] | null) - pistol_wins: (Scalars['Float'] | null) - round_wins: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - won_buy_eco: (Scalars['Float'] | null) - won_buy_force: (Scalars['Float'] | null) - won_buy_full: (Scalars['Float'] | null) - won_buy_pistol: (Scalars['Float'] | null) - __typename: 'v_match_lineup_map_stats_variance_fields' +export interface v_player_match_performance_variance_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_performance_variance_fields' } -/** columns and relationships of "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds { - has_backup_file: (Scalars['Boolean'] | null) - match_map_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_match_map_backup_rounds' +/** columns and relationships of "v_player_match_rating" */ +export interface v_player_match_rating { + adr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) + /** An object relationship */ + match: (matches | null) + match_id: (Scalars['uuid'] | null) + /** An object relationship */ + player: (players | null) + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_rating' } -/** aggregated selection of "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_aggregate { - aggregate: (v_match_map_backup_rounds_aggregate_fields | null) - nodes: v_match_map_backup_rounds[] - __typename: 'v_match_map_backup_rounds_aggregate' +/** aggregated selection of "v_player_match_rating" */ +export interface v_player_match_rating_aggregate { + aggregate: (v_player_match_rating_aggregate_fields | null) + nodes: v_player_match_rating[] + __typename: 'v_player_match_rating_aggregate' } -/** aggregate fields of "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_aggregate_fields { - avg: (v_match_map_backup_rounds_avg_fields | null) +/** aggregate fields of "v_player_match_rating" */ +export interface v_player_match_rating_aggregate_fields { + avg: (v_player_match_rating_avg_fields | null) count: Scalars['Int'] - max: (v_match_map_backup_rounds_max_fields | null) - min: (v_match_map_backup_rounds_min_fields | null) - stddev: (v_match_map_backup_rounds_stddev_fields | null) - stddev_pop: (v_match_map_backup_rounds_stddev_pop_fields | null) - stddev_samp: (v_match_map_backup_rounds_stddev_samp_fields | null) - sum: (v_match_map_backup_rounds_sum_fields | null) - var_pop: (v_match_map_backup_rounds_var_pop_fields | null) - var_samp: (v_match_map_backup_rounds_var_samp_fields | null) - variance: (v_match_map_backup_rounds_variance_fields | null) - __typename: 'v_match_map_backup_rounds_aggregate_fields' + max: (v_player_match_rating_max_fields | null) + min: (v_player_match_rating_min_fields | null) + stddev: (v_player_match_rating_stddev_fields | null) + stddev_pop: (v_player_match_rating_stddev_pop_fields | null) + stddev_samp: (v_player_match_rating_stddev_samp_fields | null) + sum: (v_player_match_rating_sum_fields | null) + var_pop: (v_player_match_rating_var_pop_fields | null) + var_samp: (v_player_match_rating_var_samp_fields | null) + variance: (v_player_match_rating_variance_fields | null) + __typename: 'v_player_match_rating_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_map_backup_rounds_avg_fields { - round: (Scalars['Float'] | null) - __typename: 'v_match_map_backup_rounds_avg_fields' +export interface v_player_match_rating_avg_fields { + adr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_rating_avg_fields' } /** aggregate max on columns */ -export interface v_match_map_backup_rounds_max_fields { - match_map_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_match_map_backup_rounds_max_fields' +export interface v_player_match_rating_max_fields { + adr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) + match_id: (Scalars['uuid'] | null) + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_rating_max_fields' } /** aggregate min on columns */ -export interface v_match_map_backup_rounds_min_fields { - match_map_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_match_map_backup_rounds_min_fields' -} - - -/** response of any mutation on the table "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: v_match_map_backup_rounds[] - __typename: 'v_match_map_backup_rounds_mutation_response' +export interface v_player_match_rating_min_fields { + adr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) + match_id: (Scalars['uuid'] | null) + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_rating_min_fields' } -/** select columns of table "v_match_map_backup_rounds" */ -export type v_match_map_backup_rounds_select_column = 'has_backup_file' | 'match_map_id' | 'round' +/** select columns of table "v_player_match_rating" */ +export type v_player_match_rating_select_column = 'adr' | 'dpr' | 'hltv_rating' | 'kast_pct' | 'kpr' | 'match_id' | 'rounds_played' | 'steam_id' /** aggregate stddev on columns */ -export interface v_match_map_backup_rounds_stddev_fields { - round: (Scalars['Float'] | null) - __typename: 'v_match_map_backup_rounds_stddev_fields' +export interface v_player_match_rating_stddev_fields { + adr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_rating_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_map_backup_rounds_stddev_pop_fields { - round: (Scalars['Float'] | null) - __typename: 'v_match_map_backup_rounds_stddev_pop_fields' +export interface v_player_match_rating_stddev_pop_fields { + adr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_rating_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_map_backup_rounds_stddev_samp_fields { - round: (Scalars['Float'] | null) - __typename: 'v_match_map_backup_rounds_stddev_samp_fields' +export interface v_player_match_rating_stddev_samp_fields { + adr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_rating_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_map_backup_rounds_sum_fields { - round: (Scalars['Int'] | null) - __typename: 'v_match_map_backup_rounds_sum_fields' +export interface v_player_match_rating_sum_fields { + adr: (Scalars['numeric'] | null) + dpr: (Scalars['numeric'] | null) + hltv_rating: (Scalars['numeric'] | null) + kast_pct: (Scalars['numeric'] | null) + kpr: (Scalars['numeric'] | null) + rounds_played: (Scalars['Int'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_match_rating_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_map_backup_rounds_var_pop_fields { - round: (Scalars['Float'] | null) - __typename: 'v_match_map_backup_rounds_var_pop_fields' +export interface v_player_match_rating_var_pop_fields { + adr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_rating_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_map_backup_rounds_var_samp_fields { - round: (Scalars['Float'] | null) - __typename: 'v_match_map_backup_rounds_var_samp_fields' +export interface v_player_match_rating_var_samp_fields { + adr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_rating_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_map_backup_rounds_variance_fields { - round: (Scalars['Float'] | null) - __typename: 'v_match_map_backup_rounds_variance_fields' +export interface v_player_match_rating_variance_fields { + adr: (Scalars['Float'] | null) + dpr: (Scalars['Float'] | null) + hltv_rating: (Scalars['Float'] | null) + kast_pct: (Scalars['Float'] | null) + kpr: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'v_player_match_rating_variance_fields' } -/** columns and relationships of "v_match_player_buy_types" */ -export interface v_match_player_buy_types { - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) - /** An object relationship */ - match: (matches | null) +/** columns and relationships of "v_player_multi_kills" */ +export interface v_player_multi_kills { + attacker_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) match_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_lineup: (match_lineups | null) - match_lineup_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_map: (match_maps | null) - match_map_id: (Scalars['uuid'] | null) - matchup: (Scalars['String'] | null) - /** An object relationship */ - player: (players | null) - rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_player_buy_types' + round: (Scalars['Int'] | null) + __typename: 'v_player_multi_kills' } -/** aggregated selection of "v_match_player_buy_types" */ -export interface v_match_player_buy_types_aggregate { - aggregate: (v_match_player_buy_types_aggregate_fields | null) - nodes: v_match_player_buy_types[] - __typename: 'v_match_player_buy_types_aggregate' +/** aggregated selection of "v_player_multi_kills" */ +export interface v_player_multi_kills_aggregate { + aggregate: (v_player_multi_kills_aggregate_fields | null) + nodes: v_player_multi_kills[] + __typename: 'v_player_multi_kills_aggregate' } -/** aggregate fields of "v_match_player_buy_types" */ -export interface v_match_player_buy_types_aggregate_fields { - avg: (v_match_player_buy_types_avg_fields | null) +/** aggregate fields of "v_player_multi_kills" */ +export interface v_player_multi_kills_aggregate_fields { + avg: (v_player_multi_kills_avg_fields | null) count: Scalars['Int'] - max: (v_match_player_buy_types_max_fields | null) - min: (v_match_player_buy_types_min_fields | null) - stddev: (v_match_player_buy_types_stddev_fields | null) - stddev_pop: (v_match_player_buy_types_stddev_pop_fields | null) - stddev_samp: (v_match_player_buy_types_stddev_samp_fields | null) - sum: (v_match_player_buy_types_sum_fields | null) - var_pop: (v_match_player_buy_types_var_pop_fields | null) - var_samp: (v_match_player_buy_types_var_samp_fields | null) - variance: (v_match_player_buy_types_variance_fields | null) - __typename: 'v_match_player_buy_types_aggregate_fields' + max: (v_player_multi_kills_max_fields | null) + min: (v_player_multi_kills_min_fields | null) + stddev: (v_player_multi_kills_stddev_fields | null) + stddev_pop: (v_player_multi_kills_stddev_pop_fields | null) + stddev_samp: (v_player_multi_kills_stddev_samp_fields | null) + sum: (v_player_multi_kills_sum_fields | null) + var_pop: (v_player_multi_kills_var_pop_fields | null) + var_samp: (v_player_multi_kills_var_samp_fields | null) + variance: (v_player_multi_kills_variance_fields | null) + __typename: 'v_player_multi_kills_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_player_buy_types_avg_fields { - deaths: (Scalars['Float'] | null) +export interface v_player_multi_kills_avg_fields { + attacker_steam_id: (Scalars['Float'] | null) kills: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_match_player_buy_types_avg_fields' + round: (Scalars['Float'] | null) + __typename: 'v_player_multi_kills_avg_fields' } /** aggregate max on columns */ -export interface v_match_player_buy_types_max_fields { - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) +export interface v_player_multi_kills_max_fields { + attacker_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - matchup: (Scalars['String'] | null) - rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_player_buy_types_max_fields' + round: (Scalars['Int'] | null) + __typename: 'v_player_multi_kills_max_fields' } /** aggregate min on columns */ -export interface v_match_player_buy_types_min_fields { - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) +export interface v_player_multi_kills_min_fields { + attacker_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - matchup: (Scalars['String'] | null) - rounds: (Scalars['Int'] | null) - side: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_player_buy_types_min_fields' + round: (Scalars['Int'] | null) + __typename: 'v_player_multi_kills_min_fields' } -/** select columns of table "v_match_player_buy_types" */ -export type v_match_player_buy_types_select_column = 'deaths' | 'kills' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'matchup' | 'rounds' | 'side' | 'steam_id' +/** select columns of table "v_player_multi_kills" */ +export type v_player_multi_kills_select_column = 'attacker_steam_id' | 'kills' | 'match_id' | 'round' /** aggregate stddev on columns */ -export interface v_match_player_buy_types_stddev_fields { - deaths: (Scalars['Float'] | null) +export interface v_player_multi_kills_stddev_fields { + attacker_steam_id: (Scalars['Float'] | null) kills: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_match_player_buy_types_stddev_fields' + round: (Scalars['Float'] | null) + __typename: 'v_player_multi_kills_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_player_buy_types_stddev_pop_fields { - deaths: (Scalars['Float'] | null) +export interface v_player_multi_kills_stddev_pop_fields { + attacker_steam_id: (Scalars['Float'] | null) kills: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_match_player_buy_types_stddev_pop_fields' + round: (Scalars['Float'] | null) + __typename: 'v_player_multi_kills_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_player_buy_types_stddev_samp_fields { - deaths: (Scalars['Float'] | null) +export interface v_player_multi_kills_stddev_samp_fields { + attacker_steam_id: (Scalars['Float'] | null) kills: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_match_player_buy_types_stddev_samp_fields' + round: (Scalars['Float'] | null) + __typename: 'v_player_multi_kills_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_player_buy_types_sum_fields { - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) - rounds: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_match_player_buy_types_sum_fields' +export interface v_player_multi_kills_sum_fields { + attacker_steam_id: (Scalars['bigint'] | null) + kills: (Scalars['bigint'] | null) + round: (Scalars['Int'] | null) + __typename: 'v_player_multi_kills_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_player_buy_types_var_pop_fields { - deaths: (Scalars['Float'] | null) +export interface v_player_multi_kills_var_pop_fields { + attacker_steam_id: (Scalars['Float'] | null) kills: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_match_player_buy_types_var_pop_fields' + round: (Scalars['Float'] | null) + __typename: 'v_player_multi_kills_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_player_buy_types_var_samp_fields { - deaths: (Scalars['Float'] | null) +export interface v_player_multi_kills_var_samp_fields { + attacker_steam_id: (Scalars['Float'] | null) kills: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_match_player_buy_types_var_samp_fields' + round: (Scalars['Float'] | null) + __typename: 'v_player_multi_kills_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_player_buy_types_variance_fields { - deaths: (Scalars['Float'] | null) +export interface v_player_multi_kills_variance_fields { + attacker_steam_id: (Scalars['Float'] | null) kills: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_match_player_buy_types_variance_fields' + round: (Scalars['Float'] | null) + __typename: 'v_player_multi_kills_variance_fields' } -/** columns and relationships of "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels { - attempts: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_lineup: (match_lineups | null) - match_lineup_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_map: (match_maps | null) - match_map_id: (Scalars['uuid'] | null) - /** An object relationship */ - player: (players | null) - side: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - traded_deaths: (Scalars['Int'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_player_opening_duels' +/** columns and relationships of "v_player_weapon_damage" */ +export interface v_player_weapon_damage { + damage: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + player_steam_id: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + with: (Scalars['String'] | null) + __typename: 'v_player_weapon_damage' } -/** aggregated selection of "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_aggregate { - aggregate: (v_match_player_opening_duels_aggregate_fields | null) - nodes: v_match_player_opening_duels[] - __typename: 'v_match_player_opening_duels_aggregate' +/** aggregated selection of "v_player_weapon_damage" */ +export interface v_player_weapon_damage_aggregate { + aggregate: (v_player_weapon_damage_aggregate_fields | null) + nodes: v_player_weapon_damage[] + __typename: 'v_player_weapon_damage_aggregate' } -/** aggregate fields of "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_aggregate_fields { - avg: (v_match_player_opening_duels_avg_fields | null) - count: Scalars['Int'] - max: (v_match_player_opening_duels_max_fields | null) - min: (v_match_player_opening_duels_min_fields | null) - stddev: (v_match_player_opening_duels_stddev_fields | null) - stddev_pop: (v_match_player_opening_duels_stddev_pop_fields | null) - stddev_samp: (v_match_player_opening_duels_stddev_samp_fields | null) - sum: (v_match_player_opening_duels_sum_fields | null) - var_pop: (v_match_player_opening_duels_var_pop_fields | null) - var_samp: (v_match_player_opening_duels_var_samp_fields | null) - variance: (v_match_player_opening_duels_variance_fields | null) - __typename: 'v_match_player_opening_duels_aggregate_fields' +/** aggregate fields of "v_player_weapon_damage" */ +export interface v_player_weapon_damage_aggregate_fields { + avg: (v_player_weapon_damage_avg_fields | null) + count: Scalars['Int'] + max: (v_player_weapon_damage_max_fields | null) + min: (v_player_weapon_damage_min_fields | null) + stddev: (v_player_weapon_damage_stddev_fields | null) + stddev_pop: (v_player_weapon_damage_stddev_pop_fields | null) + stddev_samp: (v_player_weapon_damage_stddev_samp_fields | null) + sum: (v_player_weapon_damage_sum_fields | null) + var_pop: (v_player_weapon_damage_var_pop_fields | null) + var_samp: (v_player_weapon_damage_var_samp_fields | null) + variance: (v_player_weapon_damage_variance_fields | null) + __typename: 'v_player_weapon_damage_aggregate_fields' } /** aggregate avg on columns */ -export interface v_match_player_opening_duels_avg_fields { - attempts: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - traded_deaths: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_player_opening_duels_avg_fields' +export interface v_player_weapon_damage_avg_fields { + damage: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_weapon_damage_avg_fields' } /** aggregate max on columns */ -export interface v_match_player_opening_duels_max_fields { - attempts: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - side: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - traded_deaths: (Scalars['Int'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_player_opening_duels_max_fields' +export interface v_player_weapon_damage_max_fields { + damage: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + player_steam_id: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + with: (Scalars['String'] | null) + __typename: 'v_player_weapon_damage_max_fields' } /** aggregate min on columns */ -export interface v_match_player_opening_duels_min_fields { - attempts: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - match_id: (Scalars['uuid'] | null) - match_lineup_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - side: (Scalars['String'] | null) - steam_id: (Scalars['bigint'] | null) - traded_deaths: (Scalars['Int'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_player_opening_duels_min_fields' +export interface v_player_weapon_damage_min_fields { + damage: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + player_steam_id: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + with: (Scalars['String'] | null) + __typename: 'v_player_weapon_damage_min_fields' } -/** select columns of table "v_match_player_opening_duels" */ -export type v_match_player_opening_duels_select_column = 'attempts' | 'deaths' | 'match_id' | 'match_lineup_id' | 'match_map_id' | 'side' | 'steam_id' | 'traded_deaths' | 'wins' +/** select columns of table "v_player_weapon_damage" */ +export type v_player_weapon_damage_select_column = 'damage' | 'hits' | 'player_steam_id' | 'source' | 'type' | 'with' /** aggregate stddev on columns */ -export interface v_match_player_opening_duels_stddev_fields { - attempts: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - traded_deaths: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_player_opening_duels_stddev_fields' +export interface v_player_weapon_damage_stddev_fields { + damage: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_weapon_damage_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_match_player_opening_duels_stddev_pop_fields { - attempts: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - traded_deaths: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_player_opening_duels_stddev_pop_fields' +export interface v_player_weapon_damage_stddev_pop_fields { + damage: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_weapon_damage_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_match_player_opening_duels_stddev_samp_fields { - attempts: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - traded_deaths: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_player_opening_duels_stddev_samp_fields' +export interface v_player_weapon_damage_stddev_samp_fields { + damage: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_weapon_damage_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_match_player_opening_duels_sum_fields { - attempts: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - traded_deaths: (Scalars['Int'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_match_player_opening_duels_sum_fields' +export interface v_player_weapon_damage_sum_fields { + damage: (Scalars['bigint'] | null) + hits: (Scalars['bigint'] | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'v_player_weapon_damage_sum_fields' } /** aggregate var_pop on columns */ -export interface v_match_player_opening_duels_var_pop_fields { - attempts: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - traded_deaths: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_player_opening_duels_var_pop_fields' +export interface v_player_weapon_damage_var_pop_fields { + damage: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_weapon_damage_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_match_player_opening_duels_var_samp_fields { - attempts: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - traded_deaths: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_player_opening_duels_var_samp_fields' +export interface v_player_weapon_damage_var_samp_fields { + damage: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_weapon_damage_var_samp_fields' } /** aggregate variance on columns */ -export interface v_match_player_opening_duels_variance_fields { - attempts: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - traded_deaths: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_match_player_opening_duels_variance_fields' +export interface v_player_weapon_damage_variance_fields { + damage: (Scalars['Float'] | null) + hits: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_player_weapon_damage_variance_fields' } -/** columns and relationships of "v_player_arch_nemesis" */ -export interface v_player_arch_nemesis { - attacker_id: (Scalars['bigint'] | null) +/** columns and relationships of "v_player_weapon_kills" */ +export interface v_player_weapon_kills { kill_count: (Scalars['bigint'] | null) - /** An object relationship */ - nemsis: (players | null) - /** An object relationship */ - player: (players | null) - victim_id: (Scalars['bigint'] | null) - __typename: 'v_player_arch_nemesis' + player_steam_id: (Scalars['bigint'] | null) + rounds: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + with: (Scalars['String'] | null) + __typename: 'v_player_weapon_kills' } -/** aggregated selection of "v_player_arch_nemesis" */ -export interface v_player_arch_nemesis_aggregate { - aggregate: (v_player_arch_nemesis_aggregate_fields | null) - nodes: v_player_arch_nemesis[] - __typename: 'v_player_arch_nemesis_aggregate' +/** aggregated selection of "v_player_weapon_kills" */ +export interface v_player_weapon_kills_aggregate { + aggregate: (v_player_weapon_kills_aggregate_fields | null) + nodes: v_player_weapon_kills[] + __typename: 'v_player_weapon_kills_aggregate' } -/** aggregate fields of "v_player_arch_nemesis" */ -export interface v_player_arch_nemesis_aggregate_fields { - avg: (v_player_arch_nemesis_avg_fields | null) +/** aggregate fields of "v_player_weapon_kills" */ +export interface v_player_weapon_kills_aggregate_fields { + avg: (v_player_weapon_kills_avg_fields | null) count: Scalars['Int'] - max: (v_player_arch_nemesis_max_fields | null) - min: (v_player_arch_nemesis_min_fields | null) - stddev: (v_player_arch_nemesis_stddev_fields | null) - stddev_pop: (v_player_arch_nemesis_stddev_pop_fields | null) - stddev_samp: (v_player_arch_nemesis_stddev_samp_fields | null) - sum: (v_player_arch_nemesis_sum_fields | null) - var_pop: (v_player_arch_nemesis_var_pop_fields | null) - var_samp: (v_player_arch_nemesis_var_samp_fields | null) - variance: (v_player_arch_nemesis_variance_fields | null) - __typename: 'v_player_arch_nemesis_aggregate_fields' + max: (v_player_weapon_kills_max_fields | null) + min: (v_player_weapon_kills_min_fields | null) + stddev: (v_player_weapon_kills_stddev_fields | null) + stddev_pop: (v_player_weapon_kills_stddev_pop_fields | null) + stddev_samp: (v_player_weapon_kills_stddev_samp_fields | null) + sum: (v_player_weapon_kills_sum_fields | null) + var_pop: (v_player_weapon_kills_var_pop_fields | null) + var_samp: (v_player_weapon_kills_var_samp_fields | null) + variance: (v_player_weapon_kills_variance_fields | null) + __typename: 'v_player_weapon_kills_aggregate_fields' } /** aggregate avg on columns */ -export interface v_player_arch_nemesis_avg_fields { - attacker_id: (Scalars['Float'] | null) +export interface v_player_weapon_kills_avg_fields { kill_count: (Scalars['Float'] | null) - victim_id: (Scalars['Float'] | null) - __typename: 'v_player_arch_nemesis_avg_fields' + player_steam_id: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + __typename: 'v_player_weapon_kills_avg_fields' } /** aggregate max on columns */ -export interface v_player_arch_nemesis_max_fields { - attacker_id: (Scalars['bigint'] | null) +export interface v_player_weapon_kills_max_fields { kill_count: (Scalars['bigint'] | null) - victim_id: (Scalars['bigint'] | null) - __typename: 'v_player_arch_nemesis_max_fields' + player_steam_id: (Scalars['bigint'] | null) + rounds: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + with: (Scalars['String'] | null) + __typename: 'v_player_weapon_kills_max_fields' } /** aggregate min on columns */ -export interface v_player_arch_nemesis_min_fields { - attacker_id: (Scalars['bigint'] | null) +export interface v_player_weapon_kills_min_fields { kill_count: (Scalars['bigint'] | null) - victim_id: (Scalars['bigint'] | null) - __typename: 'v_player_arch_nemesis_min_fields' + player_steam_id: (Scalars['bigint'] | null) + rounds: (Scalars['bigint'] | null) + source: (Scalars['String'] | null) + type: (Scalars['String'] | null) + with: (Scalars['String'] | null) + __typename: 'v_player_weapon_kills_min_fields' } -/** select columns of table "v_player_arch_nemesis" */ -export type v_player_arch_nemesis_select_column = 'attacker_id' | 'kill_count' | 'victim_id' +/** select columns of table "v_player_weapon_kills" */ +export type v_player_weapon_kills_select_column = 'kill_count' | 'player_steam_id' | 'rounds' | 'source' | 'type' | 'with' /** aggregate stddev on columns */ -export interface v_player_arch_nemesis_stddev_fields { - attacker_id: (Scalars['Float'] | null) +export interface v_player_weapon_kills_stddev_fields { kill_count: (Scalars['Float'] | null) - victim_id: (Scalars['Float'] | null) - __typename: 'v_player_arch_nemesis_stddev_fields' + player_steam_id: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + __typename: 'v_player_weapon_kills_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_player_arch_nemesis_stddev_pop_fields { - attacker_id: (Scalars['Float'] | null) +export interface v_player_weapon_kills_stddev_pop_fields { kill_count: (Scalars['Float'] | null) - victim_id: (Scalars['Float'] | null) - __typename: 'v_player_arch_nemesis_stddev_pop_fields' + player_steam_id: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + __typename: 'v_player_weapon_kills_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_player_arch_nemesis_stddev_samp_fields { - attacker_id: (Scalars['Float'] | null) +export interface v_player_weapon_kills_stddev_samp_fields { kill_count: (Scalars['Float'] | null) - victim_id: (Scalars['Float'] | null) - __typename: 'v_player_arch_nemesis_stddev_samp_fields' + player_steam_id: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + __typename: 'v_player_weapon_kills_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_player_arch_nemesis_sum_fields { - attacker_id: (Scalars['bigint'] | null) +export interface v_player_weapon_kills_sum_fields { kill_count: (Scalars['bigint'] | null) - victim_id: (Scalars['bigint'] | null) - __typename: 'v_player_arch_nemesis_sum_fields' + player_steam_id: (Scalars['bigint'] | null) + rounds: (Scalars['bigint'] | null) + __typename: 'v_player_weapon_kills_sum_fields' } /** aggregate var_pop on columns */ -export interface v_player_arch_nemesis_var_pop_fields { - attacker_id: (Scalars['Float'] | null) +export interface v_player_weapon_kills_var_pop_fields { kill_count: (Scalars['Float'] | null) - victim_id: (Scalars['Float'] | null) - __typename: 'v_player_arch_nemesis_var_pop_fields' + player_steam_id: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + __typename: 'v_player_weapon_kills_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_player_arch_nemesis_var_samp_fields { - attacker_id: (Scalars['Float'] | null) +export interface v_player_weapon_kills_var_samp_fields { kill_count: (Scalars['Float'] | null) - victim_id: (Scalars['Float'] | null) - __typename: 'v_player_arch_nemesis_var_samp_fields' + player_steam_id: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + __typename: 'v_player_weapon_kills_var_samp_fields' } /** aggregate variance on columns */ -export interface v_player_arch_nemesis_variance_fields { - attacker_id: (Scalars['Float'] | null) +export interface v_player_weapon_kills_variance_fields { kill_count: (Scalars['Float'] | null) - victim_id: (Scalars['Float'] | null) - __typename: 'v_player_arch_nemesis_variance_fields' + player_steam_id: (Scalars['Float'] | null) + rounds: (Scalars['Float'] | null) + __typename: 'v_player_weapon_kills_variance_fields' } -/** columns and relationships of "v_player_damage" */ -export interface v_player_damage { - avg_damage_per_round: (Scalars['bigint'] | null) +/** columns and relationships of "v_pool_maps" */ +export interface v_pool_maps { + active_pool: (Scalars['Boolean'] | null) + id: (Scalars['uuid'] | null) + label: (Scalars['String'] | null) /** An object relationship */ - player: (players | null) - player_steam_id: (Scalars['bigint'] | null) - total_damage: (Scalars['bigint'] | null) - total_rounds: (Scalars['bigint'] | null) - __typename: 'v_player_damage' + map_pool: (map_pools | null) + map_pool_id: (Scalars['uuid'] | null) + name: (Scalars['String'] | null) + patch: (Scalars['String'] | null) + poster: (Scalars['String'] | null) + type: (Scalars['String'] | null) + workshop_map_id: (Scalars['String'] | null) + __typename: 'v_pool_maps' } -/** aggregated selection of "v_player_damage" */ -export interface v_player_damage_aggregate { - aggregate: (v_player_damage_aggregate_fields | null) - nodes: v_player_damage[] - __typename: 'v_player_damage_aggregate' +/** aggregated selection of "v_pool_maps" */ +export interface v_pool_maps_aggregate { + aggregate: (v_pool_maps_aggregate_fields | null) + nodes: v_pool_maps[] + __typename: 'v_pool_maps_aggregate' } -/** aggregate fields of "v_player_damage" */ -export interface v_player_damage_aggregate_fields { - avg: (v_player_damage_avg_fields | null) +/** aggregate fields of "v_pool_maps" */ +export interface v_pool_maps_aggregate_fields { count: Scalars['Int'] - max: (v_player_damage_max_fields | null) - min: (v_player_damage_min_fields | null) - stddev: (v_player_damage_stddev_fields | null) - stddev_pop: (v_player_damage_stddev_pop_fields | null) - stddev_samp: (v_player_damage_stddev_samp_fields | null) - sum: (v_player_damage_sum_fields | null) - var_pop: (v_player_damage_var_pop_fields | null) - var_samp: (v_player_damage_var_samp_fields | null) - variance: (v_player_damage_variance_fields | null) - __typename: 'v_player_damage_aggregate_fields' + max: (v_pool_maps_max_fields | null) + min: (v_pool_maps_min_fields | null) + __typename: 'v_pool_maps_aggregate_fields' +} + + +/** aggregate max on columns */ +export interface v_pool_maps_max_fields { + id: (Scalars['uuid'] | null) + label: (Scalars['String'] | null) + map_pool_id: (Scalars['uuid'] | null) + name: (Scalars['String'] | null) + patch: (Scalars['String'] | null) + poster: (Scalars['String'] | null) + type: (Scalars['String'] | null) + workshop_map_id: (Scalars['String'] | null) + __typename: 'v_pool_maps_max_fields' +} + + +/** aggregate min on columns */ +export interface v_pool_maps_min_fields { + id: (Scalars['uuid'] | null) + label: (Scalars['String'] | null) + map_pool_id: (Scalars['uuid'] | null) + name: (Scalars['String'] | null) + patch: (Scalars['String'] | null) + poster: (Scalars['String'] | null) + type: (Scalars['String'] | null) + workshop_map_id: (Scalars['String'] | null) + __typename: 'v_pool_maps_min_fields' +} + + +/** response of any mutation on the table "v_pool_maps" */ +export interface v_pool_maps_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: v_pool_maps[] + __typename: 'v_pool_maps_mutation_response' +} + + +/** select columns of table "v_pool_maps" */ +export type v_pool_maps_select_column = 'active_pool' | 'id' | 'label' | 'map_pool_id' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id' + + +/** select "v_pool_maps_aggregate_bool_exp_bool_and_arguments_columns" columns of table "v_pool_maps" */ +export type v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_and_arguments_columns = 'active_pool' + + +/** select "v_pool_maps_aggregate_bool_exp_bool_or_arguments_columns" columns of table "v_pool_maps" */ +export type v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_or_arguments_columns = 'active_pool' + + +/** columns and relationships of "v_steam_account_pool_status" */ +export interface v_steam_account_pool_status { + busy_accounts: (Scalars['Int'] | null) + free_accounts: (Scalars['Int'] | null) + id: (Scalars['Int'] | null) + total_accounts: (Scalars['Int'] | null) + __typename: 'v_steam_account_pool_status' +} + + +/** aggregated selection of "v_steam_account_pool_status" */ +export interface v_steam_account_pool_status_aggregate { + aggregate: (v_steam_account_pool_status_aggregate_fields | null) + nodes: v_steam_account_pool_status[] + __typename: 'v_steam_account_pool_status_aggregate' +} + + +/** aggregate fields of "v_steam_account_pool_status" */ +export interface v_steam_account_pool_status_aggregate_fields { + avg: (v_steam_account_pool_status_avg_fields | null) + count: Scalars['Int'] + max: (v_steam_account_pool_status_max_fields | null) + min: (v_steam_account_pool_status_min_fields | null) + stddev: (v_steam_account_pool_status_stddev_fields | null) + stddev_pop: (v_steam_account_pool_status_stddev_pop_fields | null) + stddev_samp: (v_steam_account_pool_status_stddev_samp_fields | null) + sum: (v_steam_account_pool_status_sum_fields | null) + var_pop: (v_steam_account_pool_status_var_pop_fields | null) + var_samp: (v_steam_account_pool_status_var_samp_fields | null) + variance: (v_steam_account_pool_status_variance_fields | null) + __typename: 'v_steam_account_pool_status_aggregate_fields' } /** aggregate avg on columns */ -export interface v_player_damage_avg_fields { - avg_damage_per_round: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - total_damage: (Scalars['Float'] | null) - total_rounds: (Scalars['Float'] | null) - __typename: 'v_player_damage_avg_fields' +export interface v_steam_account_pool_status_avg_fields { + busy_accounts: (Scalars['Float'] | null) + free_accounts: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + total_accounts: (Scalars['Float'] | null) + __typename: 'v_steam_account_pool_status_avg_fields' } /** aggregate max on columns */ -export interface v_player_damage_max_fields { - avg_damage_per_round: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - total_damage: (Scalars['bigint'] | null) - total_rounds: (Scalars['bigint'] | null) - __typename: 'v_player_damage_max_fields' +export interface v_steam_account_pool_status_max_fields { + busy_accounts: (Scalars['Int'] | null) + free_accounts: (Scalars['Int'] | null) + id: (Scalars['Int'] | null) + total_accounts: (Scalars['Int'] | null) + __typename: 'v_steam_account_pool_status_max_fields' } /** aggregate min on columns */ -export interface v_player_damage_min_fields { - avg_damage_per_round: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - total_damage: (Scalars['bigint'] | null) - total_rounds: (Scalars['bigint'] | null) - __typename: 'v_player_damage_min_fields' +export interface v_steam_account_pool_status_min_fields { + busy_accounts: (Scalars['Int'] | null) + free_accounts: (Scalars['Int'] | null) + id: (Scalars['Int'] | null) + total_accounts: (Scalars['Int'] | null) + __typename: 'v_steam_account_pool_status_min_fields' } -/** select columns of table "v_player_damage" */ -export type v_player_damage_select_column = 'avg_damage_per_round' | 'player_steam_id' | 'total_damage' | 'total_rounds' +/** select columns of table "v_steam_account_pool_status" */ +export type v_steam_account_pool_status_select_column = 'busy_accounts' | 'free_accounts' | 'id' | 'total_accounts' /** aggregate stddev on columns */ -export interface v_player_damage_stddev_fields { - avg_damage_per_round: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - total_damage: (Scalars['Float'] | null) - total_rounds: (Scalars['Float'] | null) - __typename: 'v_player_damage_stddev_fields' +export interface v_steam_account_pool_status_stddev_fields { + busy_accounts: (Scalars['Float'] | null) + free_accounts: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + total_accounts: (Scalars['Float'] | null) + __typename: 'v_steam_account_pool_status_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_player_damage_stddev_pop_fields { - avg_damage_per_round: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - total_damage: (Scalars['Float'] | null) - total_rounds: (Scalars['Float'] | null) - __typename: 'v_player_damage_stddev_pop_fields' +export interface v_steam_account_pool_status_stddev_pop_fields { + busy_accounts: (Scalars['Float'] | null) + free_accounts: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + total_accounts: (Scalars['Float'] | null) + __typename: 'v_steam_account_pool_status_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_player_damage_stddev_samp_fields { - avg_damage_per_round: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - total_damage: (Scalars['Float'] | null) - total_rounds: (Scalars['Float'] | null) - __typename: 'v_player_damage_stddev_samp_fields' -} - - -/** aggregate sum on columns */ -export interface v_player_damage_sum_fields { - avg_damage_per_round: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - total_damage: (Scalars['bigint'] | null) - total_rounds: (Scalars['bigint'] | null) - __typename: 'v_player_damage_sum_fields' +export interface v_steam_account_pool_status_stddev_samp_fields { + busy_accounts: (Scalars['Float'] | null) + free_accounts: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + total_accounts: (Scalars['Float'] | null) + __typename: 'v_steam_account_pool_status_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface v_steam_account_pool_status_sum_fields { + busy_accounts: (Scalars['Int'] | null) + free_accounts: (Scalars['Int'] | null) + id: (Scalars['Int'] | null) + total_accounts: (Scalars['Int'] | null) + __typename: 'v_steam_account_pool_status_sum_fields' } /** aggregate var_pop on columns */ -export interface v_player_damage_var_pop_fields { - avg_damage_per_round: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - total_damage: (Scalars['Float'] | null) - total_rounds: (Scalars['Float'] | null) - __typename: 'v_player_damage_var_pop_fields' +export interface v_steam_account_pool_status_var_pop_fields { + busy_accounts: (Scalars['Float'] | null) + free_accounts: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + total_accounts: (Scalars['Float'] | null) + __typename: 'v_steam_account_pool_status_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_player_damage_var_samp_fields { - avg_damage_per_round: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - total_damage: (Scalars['Float'] | null) - total_rounds: (Scalars['Float'] | null) - __typename: 'v_player_damage_var_samp_fields' +export interface v_steam_account_pool_status_var_samp_fields { + busy_accounts: (Scalars['Float'] | null) + free_accounts: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + total_accounts: (Scalars['Float'] | null) + __typename: 'v_steam_account_pool_status_var_samp_fields' } /** aggregate variance on columns */ -export interface v_player_damage_variance_fields { - avg_damage_per_round: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - total_damage: (Scalars['Float'] | null) - total_rounds: (Scalars['Float'] | null) - __typename: 'v_player_damage_variance_fields' +export interface v_steam_account_pool_status_variance_fields { + busy_accounts: (Scalars['Float'] | null) + free_accounts: (Scalars['Float'] | null) + id: (Scalars['Float'] | null) + total_accounts: (Scalars['Float'] | null) + __typename: 'v_steam_account_pool_status_variance_fields' } -/** columns and relationships of "v_player_elo" */ -export interface v_player_elo { - actual_score: (Scalars['float8'] | null) - assists: (Scalars['Int'] | null) - current_elo: (Scalars['Int'] | null) - damage: (Scalars['Int'] | null) - damage_percent: (Scalars['float8'] | null) - deaths: (Scalars['Int'] | null) - elo_change: (Scalars['Int'] | null) - expected_score: (Scalars['float8'] | null) - impact: (Scalars['float8'] | null) - k_factor: (Scalars['Int'] | null) - kda: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - map_losses: (Scalars['Int'] | null) - map_wins: (Scalars['Int'] | null) +/** columns and relationships of "v_team_ranks" */ +export interface v_team_ranks { + avg_elo: (Scalars['Int'] | null) + avg_faceit_elo: (Scalars['Int'] | null) + avg_faceit_level: (Scalars['float8'] | null) + avg_premier: (Scalars['Int'] | null) + max_elo: (Scalars['Int'] | null) + min_elo: (Scalars['Int'] | null) + roster_size: (Scalars['bigint'] | null) /** An object relationship */ - match: (matches | null) - match_created_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_result: (Scalars['String'] | null) - opponent_team_elo_avg: (Scalars['float8'] | null) - performance_multiplier: (Scalars['float8'] | null) - player_name: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - player_team_elo_avg: (Scalars['float8'] | null) - season_id: (Scalars['uuid'] | null) - series_multiplier: (Scalars['Int'] | null) - team_avg_kda: (Scalars['float8'] | null) - type: (Scalars['String'] | null) - updated_elo: (Scalars['Int'] | null) - __typename: 'v_player_elo' + team: (teams | null) + team_id: (Scalars['uuid'] | null) + __typename: 'v_team_ranks' } -/** aggregated selection of "v_player_elo" */ -export interface v_player_elo_aggregate { - aggregate: (v_player_elo_aggregate_fields | null) - nodes: v_player_elo[] - __typename: 'v_player_elo_aggregate' +/** aggregated selection of "v_team_ranks" */ +export interface v_team_ranks_aggregate { + aggregate: (v_team_ranks_aggregate_fields | null) + nodes: v_team_ranks[] + __typename: 'v_team_ranks_aggregate' } -/** aggregate fields of "v_player_elo" */ -export interface v_player_elo_aggregate_fields { - avg: (v_player_elo_avg_fields | null) +/** aggregate fields of "v_team_ranks" */ +export interface v_team_ranks_aggregate_fields { + avg: (v_team_ranks_avg_fields | null) count: Scalars['Int'] - max: (v_player_elo_max_fields | null) - min: (v_player_elo_min_fields | null) - stddev: (v_player_elo_stddev_fields | null) - stddev_pop: (v_player_elo_stddev_pop_fields | null) - stddev_samp: (v_player_elo_stddev_samp_fields | null) - sum: (v_player_elo_sum_fields | null) - var_pop: (v_player_elo_var_pop_fields | null) - var_samp: (v_player_elo_var_samp_fields | null) - variance: (v_player_elo_variance_fields | null) - __typename: 'v_player_elo_aggregate_fields' + max: (v_team_ranks_max_fields | null) + min: (v_team_ranks_min_fields | null) + stddev: (v_team_ranks_stddev_fields | null) + stddev_pop: (v_team_ranks_stddev_pop_fields | null) + stddev_samp: (v_team_ranks_stddev_samp_fields | null) + sum: (v_team_ranks_sum_fields | null) + var_pop: (v_team_ranks_var_pop_fields | null) + var_samp: (v_team_ranks_var_samp_fields | null) + variance: (v_team_ranks_variance_fields | null) + __typename: 'v_team_ranks_aggregate_fields' } /** aggregate avg on columns */ -export interface v_player_elo_avg_fields { - actual_score: (Scalars['Float'] | null) - assists: (Scalars['Float'] | null) - current_elo: (Scalars['Float'] | null) - damage: (Scalars['Float'] | null) - damage_percent: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - elo_change: (Scalars['Float'] | null) - expected_score: (Scalars['Float'] | null) - impact: (Scalars['Float'] | null) - k_factor: (Scalars['Float'] | null) - kda: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - map_losses: (Scalars['Float'] | null) - map_wins: (Scalars['Float'] | null) - opponent_team_elo_avg: (Scalars['Float'] | null) - performance_multiplier: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - player_team_elo_avg: (Scalars['Float'] | null) - series_multiplier: (Scalars['Float'] | null) - team_avg_kda: (Scalars['Float'] | null) - updated_elo: (Scalars['Float'] | null) - __typename: 'v_player_elo_avg_fields' +export interface v_team_ranks_avg_fields { + avg_elo: (Scalars['Float'] | null) + avg_faceit_elo: (Scalars['Float'] | null) + avg_faceit_level: (Scalars['Float'] | null) + avg_premier: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) + min_elo: (Scalars['Float'] | null) + roster_size: (Scalars['Float'] | null) + __typename: 'v_team_ranks_avg_fields' } /** aggregate max on columns */ -export interface v_player_elo_max_fields { - actual_score: (Scalars['float8'] | null) - assists: (Scalars['Int'] | null) - current_elo: (Scalars['Int'] | null) - damage: (Scalars['Int'] | null) - damage_percent: (Scalars['float8'] | null) - deaths: (Scalars['Int'] | null) - elo_change: (Scalars['Int'] | null) - expected_score: (Scalars['float8'] | null) - impact: (Scalars['float8'] | null) - k_factor: (Scalars['Int'] | null) - kda: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - map_losses: (Scalars['Int'] | null) - map_wins: (Scalars['Int'] | null) - match_created_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_result: (Scalars['String'] | null) - opponent_team_elo_avg: (Scalars['float8'] | null) - performance_multiplier: (Scalars['float8'] | null) - player_name: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - player_team_elo_avg: (Scalars['float8'] | null) - season_id: (Scalars['uuid'] | null) - series_multiplier: (Scalars['Int'] | null) - team_avg_kda: (Scalars['float8'] | null) - type: (Scalars['String'] | null) - updated_elo: (Scalars['Int'] | null) - __typename: 'v_player_elo_max_fields' +export interface v_team_ranks_max_fields { + avg_elo: (Scalars['Int'] | null) + avg_faceit_elo: (Scalars['Int'] | null) + avg_faceit_level: (Scalars['float8'] | null) + avg_premier: (Scalars['Int'] | null) + max_elo: (Scalars['Int'] | null) + min_elo: (Scalars['Int'] | null) + roster_size: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'v_team_ranks_max_fields' } /** aggregate min on columns */ -export interface v_player_elo_min_fields { - actual_score: (Scalars['float8'] | null) - assists: (Scalars['Int'] | null) - current_elo: (Scalars['Int'] | null) - damage: (Scalars['Int'] | null) - damage_percent: (Scalars['float8'] | null) - deaths: (Scalars['Int'] | null) - elo_change: (Scalars['Int'] | null) - expected_score: (Scalars['float8'] | null) - impact: (Scalars['float8'] | null) - k_factor: (Scalars['Int'] | null) - kda: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - map_losses: (Scalars['Int'] | null) - map_wins: (Scalars['Int'] | null) - match_created_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_result: (Scalars['String'] | null) - opponent_team_elo_avg: (Scalars['float8'] | null) - performance_multiplier: (Scalars['float8'] | null) - player_name: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - player_team_elo_avg: (Scalars['float8'] | null) - season_id: (Scalars['uuid'] | null) - series_multiplier: (Scalars['Int'] | null) - team_avg_kda: (Scalars['float8'] | null) - type: (Scalars['String'] | null) - updated_elo: (Scalars['Int'] | null) - __typename: 'v_player_elo_min_fields' +export interface v_team_ranks_min_fields { + avg_elo: (Scalars['Int'] | null) + avg_faceit_elo: (Scalars['Int'] | null) + avg_faceit_level: (Scalars['float8'] | null) + avg_premier: (Scalars['Int'] | null) + max_elo: (Scalars['Int'] | null) + min_elo: (Scalars['Int'] | null) + roster_size: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'v_team_ranks_min_fields' } -/** select columns of table "v_player_elo" */ -export type v_player_elo_select_column = 'actual_score' | 'assists' | 'current_elo' | 'damage' | 'damage_percent' | 'deaths' | 'elo_change' | 'expected_score' | 'impact' | 'k_factor' | 'kda' | 'kills' | 'map_losses' | 'map_wins' | 'match_created_at' | 'match_id' | 'match_result' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_name' | 'player_steam_id' | 'player_team_elo_avg' | 'season_id' | 'series_multiplier' | 'team_avg_kda' | 'type' | 'updated_elo' - - -/** select "v_player_elo_aggregate_bool_exp_avg_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_avg_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' - - -/** select "v_player_elo_aggregate_bool_exp_corr_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' - - -/** select "v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' - - -/** select "v_player_elo_aggregate_bool_exp_max_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_max_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' - - -/** select "v_player_elo_aggregate_bool_exp_min_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_min_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' - - -/** select "v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' - - -/** select "v_player_elo_aggregate_bool_exp_sum_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_sum_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' - - -/** select "v_player_elo_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_player_elo" */ -export type v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_arguments_columns = 'actual_score' | 'damage_percent' | 'expected_score' | 'impact' | 'kda' | 'opponent_team_elo_avg' | 'performance_multiplier' | 'player_team_elo_avg' | 'team_avg_kda' +/** select columns of table "v_team_ranks" */ +export type v_team_ranks_select_column = 'avg_elo' | 'avg_faceit_elo' | 'avg_faceit_level' | 'avg_premier' | 'max_elo' | 'min_elo' | 'roster_size' | 'team_id' /** aggregate stddev on columns */ -export interface v_player_elo_stddev_fields { - actual_score: (Scalars['Float'] | null) - assists: (Scalars['Float'] | null) - current_elo: (Scalars['Float'] | null) - damage: (Scalars['Float'] | null) - damage_percent: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - elo_change: (Scalars['Float'] | null) - expected_score: (Scalars['Float'] | null) - impact: (Scalars['Float'] | null) - k_factor: (Scalars['Float'] | null) - kda: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - map_losses: (Scalars['Float'] | null) - map_wins: (Scalars['Float'] | null) - opponent_team_elo_avg: (Scalars['Float'] | null) - performance_multiplier: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - player_team_elo_avg: (Scalars['Float'] | null) - series_multiplier: (Scalars['Float'] | null) - team_avg_kda: (Scalars['Float'] | null) - updated_elo: (Scalars['Float'] | null) - __typename: 'v_player_elo_stddev_fields' +export interface v_team_ranks_stddev_fields { + avg_elo: (Scalars['Float'] | null) + avg_faceit_elo: (Scalars['Float'] | null) + avg_faceit_level: (Scalars['Float'] | null) + avg_premier: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) + min_elo: (Scalars['Float'] | null) + roster_size: (Scalars['Float'] | null) + __typename: 'v_team_ranks_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_player_elo_stddev_pop_fields { - actual_score: (Scalars['Float'] | null) - assists: (Scalars['Float'] | null) - current_elo: (Scalars['Float'] | null) - damage: (Scalars['Float'] | null) - damage_percent: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - elo_change: (Scalars['Float'] | null) - expected_score: (Scalars['Float'] | null) - impact: (Scalars['Float'] | null) - k_factor: (Scalars['Float'] | null) - kda: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - map_losses: (Scalars['Float'] | null) - map_wins: (Scalars['Float'] | null) - opponent_team_elo_avg: (Scalars['Float'] | null) - performance_multiplier: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - player_team_elo_avg: (Scalars['Float'] | null) - series_multiplier: (Scalars['Float'] | null) - team_avg_kda: (Scalars['Float'] | null) - updated_elo: (Scalars['Float'] | null) - __typename: 'v_player_elo_stddev_pop_fields' +export interface v_team_ranks_stddev_pop_fields { + avg_elo: (Scalars['Float'] | null) + avg_faceit_elo: (Scalars['Float'] | null) + avg_faceit_level: (Scalars['Float'] | null) + avg_premier: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) + min_elo: (Scalars['Float'] | null) + roster_size: (Scalars['Float'] | null) + __typename: 'v_team_ranks_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_player_elo_stddev_samp_fields { - actual_score: (Scalars['Float'] | null) - assists: (Scalars['Float'] | null) - current_elo: (Scalars['Float'] | null) - damage: (Scalars['Float'] | null) - damage_percent: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - elo_change: (Scalars['Float'] | null) - expected_score: (Scalars['Float'] | null) - impact: (Scalars['Float'] | null) - k_factor: (Scalars['Float'] | null) - kda: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - map_losses: (Scalars['Float'] | null) - map_wins: (Scalars['Float'] | null) - opponent_team_elo_avg: (Scalars['Float'] | null) - performance_multiplier: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - player_team_elo_avg: (Scalars['Float'] | null) - series_multiplier: (Scalars['Float'] | null) - team_avg_kda: (Scalars['Float'] | null) - updated_elo: (Scalars['Float'] | null) - __typename: 'v_player_elo_stddev_samp_fields' +export interface v_team_ranks_stddev_samp_fields { + avg_elo: (Scalars['Float'] | null) + avg_faceit_elo: (Scalars['Float'] | null) + avg_faceit_level: (Scalars['Float'] | null) + avg_premier: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) + min_elo: (Scalars['Float'] | null) + roster_size: (Scalars['Float'] | null) + __typename: 'v_team_ranks_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_player_elo_sum_fields { - actual_score: (Scalars['float8'] | null) - assists: (Scalars['Int'] | null) - current_elo: (Scalars['Int'] | null) - damage: (Scalars['Int'] | null) - damage_percent: (Scalars['float8'] | null) - deaths: (Scalars['Int'] | null) - elo_change: (Scalars['Int'] | null) - expected_score: (Scalars['float8'] | null) - impact: (Scalars['float8'] | null) - k_factor: (Scalars['Int'] | null) - kda: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - map_losses: (Scalars['Int'] | null) - map_wins: (Scalars['Int'] | null) - opponent_team_elo_avg: (Scalars['float8'] | null) - performance_multiplier: (Scalars['float8'] | null) - player_steam_id: (Scalars['bigint'] | null) - player_team_elo_avg: (Scalars['float8'] | null) - series_multiplier: (Scalars['Int'] | null) - team_avg_kda: (Scalars['float8'] | null) - updated_elo: (Scalars['Int'] | null) - __typename: 'v_player_elo_sum_fields' +export interface v_team_ranks_sum_fields { + avg_elo: (Scalars['Int'] | null) + avg_faceit_elo: (Scalars['Int'] | null) + avg_faceit_level: (Scalars['float8'] | null) + avg_premier: (Scalars['Int'] | null) + max_elo: (Scalars['Int'] | null) + min_elo: (Scalars['Int'] | null) + roster_size: (Scalars['bigint'] | null) + __typename: 'v_team_ranks_sum_fields' } /** aggregate var_pop on columns */ -export interface v_player_elo_var_pop_fields { - actual_score: (Scalars['Float'] | null) - assists: (Scalars['Float'] | null) - current_elo: (Scalars['Float'] | null) - damage: (Scalars['Float'] | null) - damage_percent: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - elo_change: (Scalars['Float'] | null) - expected_score: (Scalars['Float'] | null) - impact: (Scalars['Float'] | null) - k_factor: (Scalars['Float'] | null) - kda: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - map_losses: (Scalars['Float'] | null) - map_wins: (Scalars['Float'] | null) - opponent_team_elo_avg: (Scalars['Float'] | null) - performance_multiplier: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - player_team_elo_avg: (Scalars['Float'] | null) - series_multiplier: (Scalars['Float'] | null) - team_avg_kda: (Scalars['Float'] | null) - updated_elo: (Scalars['Float'] | null) - __typename: 'v_player_elo_var_pop_fields' +export interface v_team_ranks_var_pop_fields { + avg_elo: (Scalars['Float'] | null) + avg_faceit_elo: (Scalars['Float'] | null) + avg_faceit_level: (Scalars['Float'] | null) + avg_premier: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) + min_elo: (Scalars['Float'] | null) + roster_size: (Scalars['Float'] | null) + __typename: 'v_team_ranks_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_player_elo_var_samp_fields { - actual_score: (Scalars['Float'] | null) - assists: (Scalars['Float'] | null) - current_elo: (Scalars['Float'] | null) - damage: (Scalars['Float'] | null) - damage_percent: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - elo_change: (Scalars['Float'] | null) - expected_score: (Scalars['Float'] | null) - impact: (Scalars['Float'] | null) - k_factor: (Scalars['Float'] | null) - kda: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - map_losses: (Scalars['Float'] | null) - map_wins: (Scalars['Float'] | null) - opponent_team_elo_avg: (Scalars['Float'] | null) - performance_multiplier: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - player_team_elo_avg: (Scalars['Float'] | null) - series_multiplier: (Scalars['Float'] | null) - team_avg_kda: (Scalars['Float'] | null) - updated_elo: (Scalars['Float'] | null) - __typename: 'v_player_elo_var_samp_fields' +export interface v_team_ranks_var_samp_fields { + avg_elo: (Scalars['Float'] | null) + avg_faceit_elo: (Scalars['Float'] | null) + avg_faceit_level: (Scalars['Float'] | null) + avg_premier: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) + min_elo: (Scalars['Float'] | null) + roster_size: (Scalars['Float'] | null) + __typename: 'v_team_ranks_var_samp_fields' } /** aggregate variance on columns */ -export interface v_player_elo_variance_fields { - actual_score: (Scalars['Float'] | null) - assists: (Scalars['Float'] | null) - current_elo: (Scalars['Float'] | null) - damage: (Scalars['Float'] | null) - damage_percent: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - elo_change: (Scalars['Float'] | null) - expected_score: (Scalars['Float'] | null) - impact: (Scalars['Float'] | null) - k_factor: (Scalars['Float'] | null) - kda: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - map_losses: (Scalars['Float'] | null) - map_wins: (Scalars['Float'] | null) - opponent_team_elo_avg: (Scalars['Float'] | null) - performance_multiplier: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - player_team_elo_avg: (Scalars['Float'] | null) - series_multiplier: (Scalars['Float'] | null) - team_avg_kda: (Scalars['Float'] | null) - updated_elo: (Scalars['Float'] | null) - __typename: 'v_player_elo_variance_fields' +export interface v_team_ranks_variance_fields { + avg_elo: (Scalars['Float'] | null) + avg_faceit_elo: (Scalars['Float'] | null) + avg_faceit_level: (Scalars['Float'] | null) + avg_premier: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) + min_elo: (Scalars['Float'] | null) + roster_size: (Scalars['Float'] | null) + __typename: 'v_team_ranks_variance_fields' } -/** columns and relationships of "v_player_map_losses" */ -export interface v_player_map_losses { - /** An object relationship */ - map: (maps | null) - map_id: (Scalars['uuid'] | null) +/** columns and relationships of "v_team_reputation" */ +export interface v_team_reputation { + late_cancels: (Scalars['bigint'] | null) + no_shows: (Scalars['bigint'] | null) + reliability_pct: (Scalars['numeric'] | null) + scrims_completed: (Scalars['bigint'] | null) /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) - started_at: (Scalars['timestamptz'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_losses' + team: (teams | null) + team_id: (Scalars['uuid'] | null) + __typename: 'v_team_reputation' } -/** aggregated selection of "v_player_map_losses" */ -export interface v_player_map_losses_aggregate { - aggregate: (v_player_map_losses_aggregate_fields | null) - nodes: v_player_map_losses[] - __typename: 'v_player_map_losses_aggregate' +/** aggregated selection of "v_team_reputation" */ +export interface v_team_reputation_aggregate { + aggregate: (v_team_reputation_aggregate_fields | null) + nodes: v_team_reputation[] + __typename: 'v_team_reputation_aggregate' } -/** aggregate fields of "v_player_map_losses" */ -export interface v_player_map_losses_aggregate_fields { - avg: (v_player_map_losses_avg_fields | null) +/** aggregate fields of "v_team_reputation" */ +export interface v_team_reputation_aggregate_fields { + avg: (v_team_reputation_avg_fields | null) count: Scalars['Int'] - max: (v_player_map_losses_max_fields | null) - min: (v_player_map_losses_min_fields | null) - stddev: (v_player_map_losses_stddev_fields | null) - stddev_pop: (v_player_map_losses_stddev_pop_fields | null) - stddev_samp: (v_player_map_losses_stddev_samp_fields | null) - sum: (v_player_map_losses_sum_fields | null) - var_pop: (v_player_map_losses_var_pop_fields | null) - var_samp: (v_player_map_losses_var_samp_fields | null) - variance: (v_player_map_losses_variance_fields | null) - __typename: 'v_player_map_losses_aggregate_fields' + max: (v_team_reputation_max_fields | null) + min: (v_team_reputation_min_fields | null) + stddev: (v_team_reputation_stddev_fields | null) + stddev_pop: (v_team_reputation_stddev_pop_fields | null) + stddev_samp: (v_team_reputation_stddev_samp_fields | null) + sum: (v_team_reputation_sum_fields | null) + var_pop: (v_team_reputation_var_pop_fields | null) + var_samp: (v_team_reputation_var_samp_fields | null) + variance: (v_team_reputation_variance_fields | null) + __typename: 'v_team_reputation_aggregate_fields' } /** aggregate avg on columns */ -export interface v_player_map_losses_avg_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_losses_avg_fields' +export interface v_team_reputation_avg_fields { + late_cancels: (Scalars['Float'] | null) + no_shows: (Scalars['Float'] | null) + reliability_pct: (Scalars['Float'] | null) + scrims_completed: (Scalars['Float'] | null) + __typename: 'v_team_reputation_avg_fields' } /** aggregate max on columns */ -export interface v_player_map_losses_max_fields { - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - started_at: (Scalars['timestamptz'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_losses_max_fields' +export interface v_team_reputation_max_fields { + late_cancels: (Scalars['bigint'] | null) + no_shows: (Scalars['bigint'] | null) + reliability_pct: (Scalars['numeric'] | null) + scrims_completed: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'v_team_reputation_max_fields' } /** aggregate min on columns */ -export interface v_player_map_losses_min_fields { - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - started_at: (Scalars['timestamptz'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_losses_min_fields' +export interface v_team_reputation_min_fields { + late_cancels: (Scalars['bigint'] | null) + no_shows: (Scalars['bigint'] | null) + reliability_pct: (Scalars['numeric'] | null) + scrims_completed: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + __typename: 'v_team_reputation_min_fields' } -/** select columns of table "v_player_map_losses" */ -export type v_player_map_losses_select_column = 'map_id' | 'match_id' | 'started_at' | 'steam_id' +/** select columns of table "v_team_reputation" */ +export type v_team_reputation_select_column = 'late_cancels' | 'no_shows' | 'reliability_pct' | 'scrims_completed' | 'team_id' /** aggregate stddev on columns */ -export interface v_player_map_losses_stddev_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_losses_stddev_fields' +export interface v_team_reputation_stddev_fields { + late_cancels: (Scalars['Float'] | null) + no_shows: (Scalars['Float'] | null) + reliability_pct: (Scalars['Float'] | null) + scrims_completed: (Scalars['Float'] | null) + __typename: 'v_team_reputation_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_player_map_losses_stddev_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_losses_stddev_pop_fields' +export interface v_team_reputation_stddev_pop_fields { + late_cancels: (Scalars['Float'] | null) + no_shows: (Scalars['Float'] | null) + reliability_pct: (Scalars['Float'] | null) + scrims_completed: (Scalars['Float'] | null) + __typename: 'v_team_reputation_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_player_map_losses_stddev_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_losses_stddev_samp_fields' +export interface v_team_reputation_stddev_samp_fields { + late_cancels: (Scalars['Float'] | null) + no_shows: (Scalars['Float'] | null) + reliability_pct: (Scalars['Float'] | null) + scrims_completed: (Scalars['Float'] | null) + __typename: 'v_team_reputation_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_player_map_losses_sum_fields { - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_losses_sum_fields' +export interface v_team_reputation_sum_fields { + late_cancels: (Scalars['bigint'] | null) + no_shows: (Scalars['bigint'] | null) + reliability_pct: (Scalars['numeric'] | null) + scrims_completed: (Scalars['bigint'] | null) + __typename: 'v_team_reputation_sum_fields' } /** aggregate var_pop on columns */ -export interface v_player_map_losses_var_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_losses_var_pop_fields' +export interface v_team_reputation_var_pop_fields { + late_cancels: (Scalars['Float'] | null) + no_shows: (Scalars['Float'] | null) + reliability_pct: (Scalars['Float'] | null) + scrims_completed: (Scalars['Float'] | null) + __typename: 'v_team_reputation_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_player_map_losses_var_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_losses_var_samp_fields' +export interface v_team_reputation_var_samp_fields { + late_cancels: (Scalars['Float'] | null) + no_shows: (Scalars['Float'] | null) + reliability_pct: (Scalars['Float'] | null) + scrims_completed: (Scalars['Float'] | null) + __typename: 'v_team_reputation_var_samp_fields' } /** aggregate variance on columns */ -export interface v_player_map_losses_variance_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_losses_variance_fields' +export interface v_team_reputation_variance_fields { + late_cancels: (Scalars['Float'] | null) + no_shows: (Scalars['Float'] | null) + reliability_pct: (Scalars['Float'] | null) + scrims_completed: (Scalars['Float'] | null) + __typename: 'v_team_reputation_variance_fields' } -/** columns and relationships of "v_player_map_wins" */ -export interface v_player_map_wins { +/** columns and relationships of "v_team_stage_results" */ +export interface v_team_stage_results { + group_number: Scalars['Int'] + head_to_head_match_wins: Scalars['Int'] + head_to_head_rounds_won: Scalars['Int'] + losses: Scalars['Int'] + maps_lost: Scalars['Int'] + maps_won: Scalars['Int'] + matches_played: Scalars['Int'] + matches_remaining: Scalars['Int'] + placement: Scalars['Int'] + rank: Scalars['Int'] + rounds_lost: Scalars['Int'] + rounds_won: Scalars['Int'] /** An object relationship */ - map: (maps | null) - map_id: (Scalars['uuid'] | null) + stage: (tournament_stages | null) /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) - started_at: (Scalars['timestamptz'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_wins' + team: (tournament_teams | null) + team_kdr: Scalars['float8'] + total_deaths: Scalars['Int'] + total_kills: Scalars['Int'] + tournament_stage_id: Scalars['uuid'] + tournament_team_id: Scalars['uuid'] + wins: Scalars['Int'] + __typename: 'v_team_stage_results' } -/** aggregated selection of "v_player_map_wins" */ -export interface v_player_map_wins_aggregate { - aggregate: (v_player_map_wins_aggregate_fields | null) - nodes: v_player_map_wins[] - __typename: 'v_player_map_wins_aggregate' +/** aggregated selection of "v_team_stage_results" */ +export interface v_team_stage_results_aggregate { + aggregate: (v_team_stage_results_aggregate_fields | null) + nodes: v_team_stage_results[] + __typename: 'v_team_stage_results_aggregate' } -/** aggregate fields of "v_player_map_wins" */ -export interface v_player_map_wins_aggregate_fields { - avg: (v_player_map_wins_avg_fields | null) +/** aggregate fields of "v_team_stage_results" */ +export interface v_team_stage_results_aggregate_fields { + avg: (v_team_stage_results_avg_fields | null) count: Scalars['Int'] - max: (v_player_map_wins_max_fields | null) - min: (v_player_map_wins_min_fields | null) - stddev: (v_player_map_wins_stddev_fields | null) - stddev_pop: (v_player_map_wins_stddev_pop_fields | null) - stddev_samp: (v_player_map_wins_stddev_samp_fields | null) - sum: (v_player_map_wins_sum_fields | null) - var_pop: (v_player_map_wins_var_pop_fields | null) - var_samp: (v_player_map_wins_var_samp_fields | null) - variance: (v_player_map_wins_variance_fields | null) - __typename: 'v_player_map_wins_aggregate_fields' + max: (v_team_stage_results_max_fields | null) + min: (v_team_stage_results_min_fields | null) + stddev: (v_team_stage_results_stddev_fields | null) + stddev_pop: (v_team_stage_results_stddev_pop_fields | null) + stddev_samp: (v_team_stage_results_stddev_samp_fields | null) + sum: (v_team_stage_results_sum_fields | null) + var_pop: (v_team_stage_results_var_pop_fields | null) + var_samp: (v_team_stage_results_var_samp_fields | null) + variance: (v_team_stage_results_variance_fields | null) + __typename: 'v_team_stage_results_aggregate_fields' } /** aggregate avg on columns */ -export interface v_player_map_wins_avg_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_wins_avg_fields' +export interface v_team_stage_results_avg_fields { + group_number: (Scalars['Float'] | null) + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_stage_results_avg_fields' } +/** unique or primary key constraints on table "v_team_stage_results" */ +export type v_team_stage_results_constraint = 'v_team_stage_results_pkey' + + /** aggregate max on columns */ -export interface v_player_map_wins_max_fields { - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - started_at: (Scalars['timestamptz'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_wins_max_fields' +export interface v_team_stage_results_max_fields { + group_number: (Scalars['Int'] | null) + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + placement: (Scalars['Int'] | null) + rank: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + team_kdr: (Scalars['float8'] | null) + total_deaths: (Scalars['Int'] | null) + total_kills: (Scalars['Int'] | null) + tournament_stage_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_team_stage_results_max_fields' } /** aggregate min on columns */ -export interface v_player_map_wins_min_fields { - map_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - started_at: (Scalars['timestamptz'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_wins_min_fields' +export interface v_team_stage_results_min_fields { + group_number: (Scalars['Int'] | null) + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + placement: (Scalars['Int'] | null) + rank: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + team_kdr: (Scalars['float8'] | null) + total_deaths: (Scalars['Int'] | null) + total_kills: (Scalars['Int'] | null) + tournament_stage_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_team_stage_results_min_fields' } -/** select columns of table "v_player_map_wins" */ -export type v_player_map_wins_select_column = 'map_id' | 'match_id' | 'started_at' | 'steam_id' +/** response of any mutation on the table "v_team_stage_results" */ +export interface v_team_stage_results_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: v_team_stage_results[] + __typename: 'v_team_stage_results_mutation_response' +} + + +/** select columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column = 'group_number' | 'head_to_head_match_wins' | 'head_to_head_rounds_won' | 'losses' | 'maps_lost' | 'maps_won' | 'matches_played' | 'matches_remaining' | 'placement' | 'rank' | 'rounds_lost' | 'rounds_won' | 'team_kdr' | 'total_deaths' | 'total_kills' | 'tournament_stage_id' | 'tournament_team_id' | 'wins' + + +/** select "v_team_stage_results_aggregate_bool_exp_avg_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_avg_arguments_columns = 'team_kdr' + + +/** select "v_team_stage_results_aggregate_bool_exp_corr_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_corr_arguments_columns = 'team_kdr' + + +/** select "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns = 'team_kdr' + + +/** select "v_team_stage_results_aggregate_bool_exp_max_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_max_arguments_columns = 'team_kdr' + + +/** select "v_team_stage_results_aggregate_bool_exp_min_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_min_arguments_columns = 'team_kdr' + + +/** select "v_team_stage_results_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_stddev_samp_arguments_columns = 'team_kdr' + + +/** select "v_team_stage_results_aggregate_bool_exp_sum_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_sum_arguments_columns = 'team_kdr' + + +/** select "v_team_stage_results_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_team_stage_results" */ +export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_var_samp_arguments_columns = 'team_kdr' + + +/** aggregate stddev on columns */ +export interface v_team_stage_results_stddev_fields { + group_number: (Scalars['Float'] | null) + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_stage_results_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface v_team_stage_results_stddev_pop_fields { + group_number: (Scalars['Float'] | null) + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_stage_results_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface v_team_stage_results_stddev_samp_fields { + group_number: (Scalars['Float'] | null) + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_stage_results_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface v_team_stage_results_sum_fields { + group_number: (Scalars['Int'] | null) + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + placement: (Scalars['Int'] | null) + rank: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + team_kdr: (Scalars['float8'] | null) + total_deaths: (Scalars['Int'] | null) + total_kills: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_team_stage_results_sum_fields' +} + + +/** update columns of table "v_team_stage_results" */ +export type v_team_stage_results_update_column = 'group_number' | 'head_to_head_match_wins' | 'head_to_head_rounds_won' | 'losses' | 'maps_lost' | 'maps_won' | 'matches_played' | 'matches_remaining' | 'placement' | 'rank' | 'rounds_lost' | 'rounds_won' | 'team_kdr' | 'total_deaths' | 'total_kills' | 'tournament_stage_id' | 'tournament_team_id' | 'wins' + + +/** aggregate var_pop on columns */ +export interface v_team_stage_results_var_pop_fields { + group_number: (Scalars['Float'] | null) + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_stage_results_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface v_team_stage_results_var_samp_fields { + group_number: (Scalars['Float'] | null) + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_stage_results_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface v_team_stage_results_variance_fields { + group_number: (Scalars['Float'] | null) + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + placement: (Scalars['Float'] | null) + rank: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_stage_results_variance_fields' +} + + +/** columns and relationships of "v_team_tournament_results" */ +export interface v_team_tournament_results { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + /** An object relationship */ + team: (tournament_teams | null) + team_kdr: (Scalars['float8'] | null) + total_deaths: (Scalars['Int'] | null) + total_kills: (Scalars['Int'] | null) + /** An object relationship */ + tournament: (tournaments | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_team_tournament_results' +} -/** aggregate stddev on columns */ -export interface v_player_map_wins_stddev_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_wins_stddev_fields' +/** aggregated selection of "v_team_tournament_results" */ +export interface v_team_tournament_results_aggregate { + aggregate: (v_team_tournament_results_aggregate_fields | null) + nodes: v_team_tournament_results[] + __typename: 'v_team_tournament_results_aggregate' } -/** aggregate stddev_pop on columns */ -export interface v_player_map_wins_stddev_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_wins_stddev_pop_fields' +/** aggregate fields of "v_team_tournament_results" */ +export interface v_team_tournament_results_aggregate_fields { + avg: (v_team_tournament_results_avg_fields | null) + count: Scalars['Int'] + max: (v_team_tournament_results_max_fields | null) + min: (v_team_tournament_results_min_fields | null) + stddev: (v_team_tournament_results_stddev_fields | null) + stddev_pop: (v_team_tournament_results_stddev_pop_fields | null) + stddev_samp: (v_team_tournament_results_stddev_samp_fields | null) + sum: (v_team_tournament_results_sum_fields | null) + var_pop: (v_team_tournament_results_var_pop_fields | null) + var_samp: (v_team_tournament_results_var_samp_fields | null) + variance: (v_team_tournament_results_variance_fields | null) + __typename: 'v_team_tournament_results_aggregate_fields' } -/** aggregate stddev_samp on columns */ -export interface v_player_map_wins_stddev_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_wins_stddev_samp_fields' +/** aggregate avg on columns */ +export interface v_team_tournament_results_avg_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_tournament_results_avg_fields' } -/** aggregate sum on columns */ -export interface v_player_map_wins_sum_fields { - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_map_wins_sum_fields' +/** aggregate max on columns */ +export interface v_team_tournament_results_max_fields { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + team_kdr: (Scalars['float8'] | null) + total_deaths: (Scalars['Int'] | null) + total_kills: (Scalars['Int'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_team_tournament_results_max_fields' } -/** aggregate var_pop on columns */ -export interface v_player_map_wins_var_pop_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_wins_var_pop_fields' +/** aggregate min on columns */ +export interface v_team_tournament_results_min_fields { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + team_kdr: (Scalars['float8'] | null) + total_deaths: (Scalars['Int'] | null) + total_kills: (Scalars['Int'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_team_tournament_results_min_fields' } -/** aggregate var_samp on columns */ -export interface v_player_map_wins_var_samp_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_wins_var_samp_fields' -} +/** select columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column = 'head_to_head_match_wins' | 'head_to_head_rounds_won' | 'losses' | 'maps_lost' | 'maps_won' | 'matches_played' | 'matches_remaining' | 'rounds_lost' | 'rounds_won' | 'team_kdr' | 'total_deaths' | 'total_kills' | 'tournament_id' | 'tournament_team_id' | 'wins' -/** aggregate variance on columns */ -export interface v_player_map_wins_variance_fields { - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_map_wins_variance_fields' -} +/** select "v_team_tournament_results_aggregate_bool_exp_avg_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_avg_arguments_columns = 'team_kdr' -/** columns and relationships of "v_player_match_head_to_head" */ -export interface v_player_match_head_to_head { - /** An object relationship */ - attacked: (players | null) - attacked_steam_id: (Scalars['bigint'] | null) - /** An object relationship */ - attacker: (players | null) - attacker_steam_id: (Scalars['bigint'] | null) - damage_dealt: (Scalars['Int'] | null) - flash_count: (Scalars['bigint'] | null) - headshot_kills: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) - __typename: 'v_player_match_head_to_head' -} +/** select "v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns = 'team_kdr' -/** aggregated selection of "v_player_match_head_to_head" */ -export interface v_player_match_head_to_head_aggregate { - aggregate: (v_player_match_head_to_head_aggregate_fields | null) - nodes: v_player_match_head_to_head[] - __typename: 'v_player_match_head_to_head_aggregate' -} +/** select "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns = 'team_kdr' -/** aggregate fields of "v_player_match_head_to_head" */ -export interface v_player_match_head_to_head_aggregate_fields { - avg: (v_player_match_head_to_head_avg_fields | null) - count: Scalars['Int'] - max: (v_player_match_head_to_head_max_fields | null) - min: (v_player_match_head_to_head_min_fields | null) - stddev: (v_player_match_head_to_head_stddev_fields | null) - stddev_pop: (v_player_match_head_to_head_stddev_pop_fields | null) - stddev_samp: (v_player_match_head_to_head_stddev_samp_fields | null) - sum: (v_player_match_head_to_head_sum_fields | null) - var_pop: (v_player_match_head_to_head_var_pop_fields | null) - var_samp: (v_player_match_head_to_head_var_samp_fields | null) - variance: (v_player_match_head_to_head_variance_fields | null) - __typename: 'v_player_match_head_to_head_aggregate_fields' -} +/** select "v_team_tournament_results_aggregate_bool_exp_max_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_max_arguments_columns = 'team_kdr' -/** aggregate avg on columns */ -export interface v_player_match_head_to_head_avg_fields { - attacked_steam_id: (Scalars['Float'] | null) - attacker_steam_id: (Scalars['Float'] | null) - damage_dealt: (Scalars['Float'] | null) - flash_count: (Scalars['Float'] | null) - headshot_kills: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - __typename: 'v_player_match_head_to_head_avg_fields' -} +/** select "v_team_tournament_results_aggregate_bool_exp_min_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_min_arguments_columns = 'team_kdr' -/** aggregate max on columns */ -export interface v_player_match_head_to_head_max_fields { - attacked_steam_id: (Scalars['bigint'] | null) - attacker_steam_id: (Scalars['bigint'] | null) - damage_dealt: (Scalars['Int'] | null) - flash_count: (Scalars['bigint'] | null) - headshot_kills: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - match_id: (Scalars['uuid'] | null) - __typename: 'v_player_match_head_to_head_max_fields' -} +/** select "v_team_tournament_results_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_stddev_samp_arguments_columns = 'team_kdr' -/** aggregate min on columns */ -export interface v_player_match_head_to_head_min_fields { - attacked_steam_id: (Scalars['bigint'] | null) - attacker_steam_id: (Scalars['bigint'] | null) - damage_dealt: (Scalars['Int'] | null) - flash_count: (Scalars['bigint'] | null) - headshot_kills: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - match_id: (Scalars['uuid'] | null) - __typename: 'v_player_match_head_to_head_min_fields' -} +/** select "v_team_tournament_results_aggregate_bool_exp_sum_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_sum_arguments_columns = 'team_kdr' -/** select columns of table "v_player_match_head_to_head" */ -export type v_player_match_head_to_head_select_column = 'attacked_steam_id' | 'attacker_steam_id' | 'damage_dealt' | 'flash_count' | 'headshot_kills' | 'hits' | 'kills' | 'match_id' +/** select "v_team_tournament_results_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_team_tournament_results" */ +export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_var_samp_arguments_columns = 'team_kdr' /** aggregate stddev on columns */ -export interface v_player_match_head_to_head_stddev_fields { - attacked_steam_id: (Scalars['Float'] | null) - attacker_steam_id: (Scalars['Float'] | null) - damage_dealt: (Scalars['Float'] | null) - flash_count: (Scalars['Float'] | null) - headshot_kills: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - __typename: 'v_player_match_head_to_head_stddev_fields' +export interface v_team_tournament_results_stddev_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_tournament_results_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_player_match_head_to_head_stddev_pop_fields { - attacked_steam_id: (Scalars['Float'] | null) - attacker_steam_id: (Scalars['Float'] | null) - damage_dealt: (Scalars['Float'] | null) - flash_count: (Scalars['Float'] | null) - headshot_kills: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - __typename: 'v_player_match_head_to_head_stddev_pop_fields' +export interface v_team_tournament_results_stddev_pop_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_tournament_results_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_player_match_head_to_head_stddev_samp_fields { - attacked_steam_id: (Scalars['Float'] | null) - attacker_steam_id: (Scalars['Float'] | null) - damage_dealt: (Scalars['Float'] | null) - flash_count: (Scalars['Float'] | null) - headshot_kills: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - __typename: 'v_player_match_head_to_head_stddev_samp_fields' +export interface v_team_tournament_results_stddev_samp_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_tournament_results_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_player_match_head_to_head_sum_fields { - attacked_steam_id: (Scalars['bigint'] | null) - attacker_steam_id: (Scalars['bigint'] | null) - damage_dealt: (Scalars['Int'] | null) - flash_count: (Scalars['bigint'] | null) - headshot_kills: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - __typename: 'v_player_match_head_to_head_sum_fields' +export interface v_team_tournament_results_sum_fields { + head_to_head_match_wins: (Scalars['Int'] | null) + head_to_head_rounds_won: (Scalars['Int'] | null) + losses: (Scalars['Int'] | null) + maps_lost: (Scalars['Int'] | null) + maps_won: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + matches_remaining: (Scalars['Int'] | null) + rounds_lost: (Scalars['Int'] | null) + rounds_won: (Scalars['Int'] | null) + team_kdr: (Scalars['float8'] | null) + total_deaths: (Scalars['Int'] | null) + total_kills: (Scalars['Int'] | null) + wins: (Scalars['Int'] | null) + __typename: 'v_team_tournament_results_sum_fields' } /** aggregate var_pop on columns */ -export interface v_player_match_head_to_head_var_pop_fields { - attacked_steam_id: (Scalars['Float'] | null) - attacker_steam_id: (Scalars['Float'] | null) - damage_dealt: (Scalars['Float'] | null) - flash_count: (Scalars['Float'] | null) - headshot_kills: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - __typename: 'v_player_match_head_to_head_var_pop_fields' +export interface v_team_tournament_results_var_pop_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_tournament_results_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_player_match_head_to_head_var_samp_fields { - attacked_steam_id: (Scalars['Float'] | null) - attacker_steam_id: (Scalars['Float'] | null) - damage_dealt: (Scalars['Float'] | null) - flash_count: (Scalars['Float'] | null) - headshot_kills: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - __typename: 'v_player_match_head_to_head_var_samp_fields' +export interface v_team_tournament_results_var_samp_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_tournament_results_var_samp_fields' } /** aggregate variance on columns */ -export interface v_player_match_head_to_head_variance_fields { - attacked_steam_id: (Scalars['Float'] | null) - attacker_steam_id: (Scalars['Float'] | null) - damage_dealt: (Scalars['Float'] | null) - flash_count: (Scalars['Float'] | null) - headshot_kills: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - __typename: 'v_player_match_head_to_head_variance_fields' +export interface v_team_tournament_results_variance_fields { + head_to_head_match_wins: (Scalars['Float'] | null) + head_to_head_rounds_won: (Scalars['Float'] | null) + losses: (Scalars['Float'] | null) + maps_lost: (Scalars['Float'] | null) + maps_won: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + matches_remaining: (Scalars['Float'] | null) + rounds_lost: (Scalars['Float'] | null) + rounds_won: (Scalars['Float'] | null) + team_kdr: (Scalars['Float'] | null) + total_deaths: (Scalars['Float'] | null) + total_kills: (Scalars['Float'] | null) + wins: (Scalars['Float'] | null) + __typename: 'v_team_tournament_results_variance_fields' } -/** columns and relationships of "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv { - adr: (Scalars['numeric'] | null) - apr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_map: (match_maps | null) - match_map_id: (Scalars['uuid'] | null) +/** columns and relationships of "v_tournament_player_stats" */ +export interface v_tournament_player_stats { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) /** An object relationship */ player: (players | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_map_hltv' + player_steam_id: (Scalars['bigint'] | null) + /** An object relationship */ + tournament: (tournaments | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'v_tournament_player_stats' } -/** aggregated selection of "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_aggregate { - aggregate: (v_player_match_map_hltv_aggregate_fields | null) - nodes: v_player_match_map_hltv[] - __typename: 'v_player_match_map_hltv_aggregate' +/** aggregated selection of "v_tournament_player_stats" */ +export interface v_tournament_player_stats_aggregate { + aggregate: (v_tournament_player_stats_aggregate_fields | null) + nodes: v_tournament_player_stats[] + __typename: 'v_tournament_player_stats_aggregate' } -/** aggregate fields of "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_aggregate_fields { - avg: (v_player_match_map_hltv_avg_fields | null) +/** aggregate fields of "v_tournament_player_stats" */ +export interface v_tournament_player_stats_aggregate_fields { + avg: (v_tournament_player_stats_avg_fields | null) count: Scalars['Int'] - max: (v_player_match_map_hltv_max_fields | null) - min: (v_player_match_map_hltv_min_fields | null) - stddev: (v_player_match_map_hltv_stddev_fields | null) - stddev_pop: (v_player_match_map_hltv_stddev_pop_fields | null) - stddev_samp: (v_player_match_map_hltv_stddev_samp_fields | null) - sum: (v_player_match_map_hltv_sum_fields | null) - var_pop: (v_player_match_map_hltv_var_pop_fields | null) - var_samp: (v_player_match_map_hltv_var_samp_fields | null) - variance: (v_player_match_map_hltv_variance_fields | null) - __typename: 'v_player_match_map_hltv_aggregate_fields' + max: (v_tournament_player_stats_max_fields | null) + min: (v_tournament_player_stats_min_fields | null) + stddev: (v_tournament_player_stats_stddev_fields | null) + stddev_pop: (v_tournament_player_stats_stddev_pop_fields | null) + stddev_samp: (v_tournament_player_stats_stddev_samp_fields | null) + sum: (v_tournament_player_stats_sum_fields | null) + var_pop: (v_tournament_player_stats_var_pop_fields | null) + var_samp: (v_tournament_player_stats_var_samp_fields | null) + variance: (v_tournament_player_stats_variance_fields | null) + __typename: 'v_tournament_player_stats_aggregate_fields' } /** aggregate avg on columns */ -export interface v_player_match_map_hltv_avg_fields { - adr: (Scalars['Float'] | null) - apr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_map_hltv_avg_fields' +export interface v_tournament_player_stats_avg_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_tournament_player_stats_avg_fields' } /** aggregate max on columns */ -export interface v_player_match_map_hltv_max_fields { - adr: (Scalars['numeric'] | null) - apr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - match_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_map_hltv_max_fields' +export interface v_tournament_player_stats_max_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'v_tournament_player_stats_max_fields' } /** aggregate min on columns */ -export interface v_player_match_map_hltv_min_fields { - adr: (Scalars['numeric'] | null) - apr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - match_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_map_hltv_min_fields' +export interface v_tournament_player_stats_min_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'v_tournament_player_stats_min_fields' } -/** response of any mutation on the table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: v_player_match_map_hltv[] - __typename: 'v_player_match_map_hltv_mutation_response' -} +/** select columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column = 'assists' | 'deaths' | 'headshot_percentage' | 'headshots' | 'kdr' | 'kills' | 'matches_played' | 'player_steam_id' | 'tournament_id' + + +/** select "v_tournament_player_stats_aggregate_bool_exp_avg_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_avg_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_tournament_player_stats_aggregate_bool_exp_max_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_max_arguments_columns = 'headshot_percentage' | 'kdr' -/** select columns of table "v_player_match_map_hltv" */ -export type v_player_match_map_hltv_select_column = 'adr' | 'apr' | 'dpr' | 'hltv_rating' | 'kast_pct' | 'kpr' | 'match_id' | 'match_map_id' | 'rounds_played' | 'steam_id' +/** select "v_tournament_player_stats_aggregate_bool_exp_min_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_min_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_tournament_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_tournament_player_stats_aggregate_bool_exp_sum_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_sum_arguments_columns = 'headshot_percentage' | 'kdr' + + +/** select "v_tournament_player_stats_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_tournament_player_stats" */ +export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_var_samp_arguments_columns = 'headshot_percentage' | 'kdr' /** aggregate stddev on columns */ -export interface v_player_match_map_hltv_stddev_fields { - adr: (Scalars['Float'] | null) - apr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_map_hltv_stddev_fields' +export interface v_tournament_player_stats_stddev_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_tournament_player_stats_stddev_fields' } /** aggregate stddev_pop on columns */ -export interface v_player_match_map_hltv_stddev_pop_fields { - adr: (Scalars['Float'] | null) - apr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_map_hltv_stddev_pop_fields' +export interface v_tournament_player_stats_stddev_pop_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_tournament_player_stats_stddev_pop_fields' } /** aggregate stddev_samp on columns */ -export interface v_player_match_map_hltv_stddev_samp_fields { - adr: (Scalars['Float'] | null) - apr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_map_hltv_stddev_samp_fields' +export interface v_tournament_player_stats_stddev_samp_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_tournament_player_stats_stddev_samp_fields' } /** aggregate sum on columns */ -export interface v_player_match_map_hltv_sum_fields { - adr: (Scalars['numeric'] | null) - apr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_map_hltv_sum_fields' +export interface v_tournament_player_stats_sum_fields { + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + headshots: (Scalars['Int'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + player_steam_id: (Scalars['bigint'] | null) + __typename: 'v_tournament_player_stats_sum_fields' } /** aggregate var_pop on columns */ -export interface v_player_match_map_hltv_var_pop_fields { - adr: (Scalars['Float'] | null) - apr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_map_hltv_var_pop_fields' +export interface v_tournament_player_stats_var_pop_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_tournament_player_stats_var_pop_fields' } /** aggregate var_samp on columns */ -export interface v_player_match_map_hltv_var_samp_fields { - adr: (Scalars['Float'] | null) - apr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_map_hltv_var_samp_fields' +export interface v_tournament_player_stats_var_samp_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_tournament_player_stats_var_samp_fields' } /** aggregate variance on columns */ -export interface v_player_match_map_hltv_variance_fields { - adr: (Scalars['Float'] | null) - apr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_map_hltv_variance_fields' +export interface v_tournament_player_stats_variance_fields { + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + headshots: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + player_steam_id: (Scalars['Float'] | null) + __typename: 'v_tournament_player_stats_variance_fields' } +export type Query = query_root +export type Mutation = mutation_root +export type Subscription = subscription_root -/** columns and relationships of "v_player_match_map_roles" */ -export interface v_player_match_map_roles { - adr: (Scalars['numeric'] | null) - awp_kills: (Scalars['Int'] | null) - awp_share: (Scalars['numeric'] | null) - deaths: (Scalars['Int'] | null) - dpr: (Scalars['numeric'] | null) - entry_rate: (Scalars['numeric'] | null) - flash_assists: (Scalars['Int'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kills: (Scalars['Int'] | null) - kpr: (Scalars['numeric'] | null) - lineup_id: (Scalars['uuid'] | null) - /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) - /** An object relationship */ - match_map: (match_maps | null) - match_map_id: (Scalars['uuid'] | null) - open_deaths: (Scalars['Int'] | null) - open_kills: (Scalars['Int'] | null) - opening_attempts: (Scalars['Int'] | null) - /** An object relationship */ - player: (players | null) - role: (Scalars['String'] | null) - rounds: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - support_idx: (Scalars['numeric'] | null) - total_kills: (Scalars['Int'] | null) - trade_kill_successes: (Scalars['Int'] | null) - traded_death_successes: (Scalars['Int'] | null) - util_damage: (Scalars['Int'] | null) - __typename: 'v_player_match_map_roles' +export interface ActiveConnectionGenqlSelection{ + application_name?: boolean | number + client_addr?: boolean | number + pid?: boolean | number + query?: boolean | number + query_start?: boolean | number + state?: boolean | number + usename?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface ActiveQueryGenqlSelection{ + application_name?: boolean | number + client_addr?: boolean | number + duration_seconds?: boolean | number + pid?: boolean | number + query?: boolean | number + query_start?: boolean | number + state?: boolean | number + usename?: boolean | number + wait_event?: boolean | number + wait_event_type?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregated selection of "v_player_match_map_roles" */ -export interface v_player_match_map_roles_aggregate { - aggregate: (v_player_match_map_roles_aggregate_fields | null) - nodes: v_player_match_map_roles[] - __typename: 'v_player_match_map_roles_aggregate' +export interface ApiKeyResponseGenqlSelection{ + key?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate fields of "v_player_match_map_roles" */ -export interface v_player_match_map_roles_aggregate_fields { - avg: (v_player_match_map_roles_avg_fields | null) - count: Scalars['Int'] - max: (v_player_match_map_roles_max_fields | null) - min: (v_player_match_map_roles_min_fields | null) - stddev: (v_player_match_map_roles_stddev_fields | null) - stddev_pop: (v_player_match_map_roles_stddev_pop_fields | null) - stddev_samp: (v_player_match_map_roles_stddev_samp_fields | null) - sum: (v_player_match_map_roles_sum_fields | null) - var_pop: (v_player_match_map_roles_var_pop_fields | null) - var_samp: (v_player_match_map_roles_var_samp_fields | null) - variance: (v_player_match_map_roles_variance_fields | null) - __typename: 'v_player_match_map_roles_aggregate_fields' +/** 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)} + +export interface ClipAudioInput {duck_game_audio?: (Scalars['Boolean'] | null),fade_in_ms?: (Scalars['Int'] | null),fade_out_ms?: (Scalars['Int'] | null),track_url?: (Scalars['String'] | null),volume?: (Scalars['Float'] | null)} + +export interface ClipOutputInput {format: Scalars['String'],fps: Scalars['Int'],resolution: Scalars['String']} + +export interface ClipOverlayInput {end_ms: Scalars['Int'],payload?: (Scalars['jsonb'] | null),start_ms: Scalars['Int'],type: Scalars['String']} + +export interface ClipSegmentInput {end_tick: Scalars['Int'],pov_steam_id?: (Scalars['String'] | null),start_tick: Scalars['Int']} + +export interface ClipSpecInput {audio?: (ClipAudioInput | null),destination: Scalars['String'],match_map_id: Scalars['uuid'],output: ClipOutputInput,overlays?: (ClipOverlayInput[] | null),segments: ClipSegmentInput[],title?: (Scalars['String'] | null)} + +export interface ConnectionByStateGenqlSelection{ + count?: boolean | number + state?: boolean | number + wait_event_type?: boolean | number + waiting_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface ConnectionStatsGenqlSelection{ + active?: boolean | number + by_state?: ConnectionByStateGenqlSelection + idle?: boolean | number + idle_in_transaction?: boolean | number + total?: boolean | number + waiting?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate avg on columns */ -export interface v_player_match_map_roles_avg_fields { - adr: (Scalars['Float'] | null) - awp_kills: (Scalars['Float'] | null) - awp_share: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - entry_rate: (Scalars['Float'] | null) - flash_assists: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - open_deaths: (Scalars['Float'] | null) - open_kills: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - support_idx: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - trade_kill_successes: (Scalars['Float'] | null) - traded_death_successes: (Scalars['Float'] | null) - util_damage: (Scalars['Float'] | null) - __typename: 'v_player_match_map_roles_avg_fields' +export interface CpuStatGenqlSelection{ + time?: boolean | number + total?: boolean | number + used?: boolean | number + window?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface CreateClipRenderOutputGenqlSelection{ + job_id?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate max on columns */ -export interface v_player_match_map_roles_max_fields { - adr: (Scalars['numeric'] | null) - awp_kills: (Scalars['Int'] | null) - awp_share: (Scalars['numeric'] | null) - deaths: (Scalars['Int'] | null) - dpr: (Scalars['numeric'] | null) - entry_rate: (Scalars['numeric'] | null) - flash_assists: (Scalars['Int'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kills: (Scalars['Int'] | null) - kpr: (Scalars['numeric'] | null) - lineup_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - open_deaths: (Scalars['Int'] | null) - open_kills: (Scalars['Int'] | null) - opening_attempts: (Scalars['Int'] | null) - role: (Scalars['String'] | null) - rounds: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - support_idx: (Scalars['numeric'] | null) - total_kills: (Scalars['Int'] | null) - trade_kill_successes: (Scalars['Int'] | null) - traded_death_successes: (Scalars['Int'] | null) - util_damage: (Scalars['Int'] | null) - __typename: 'v_player_match_map_roles_max_fields' +export interface CreateDraftGameOutputGenqlSelection{ + draftGameId?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface CreateScheduledMatchOutputGenqlSelection{ + matchId?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate min on columns */ -export interface v_player_match_map_roles_min_fields { - adr: (Scalars['numeric'] | null) - awp_kills: (Scalars['Int'] | null) - awp_share: (Scalars['numeric'] | null) - deaths: (Scalars['Int'] | null) - dpr: (Scalars['numeric'] | null) - entry_rate: (Scalars['numeric'] | null) - flash_assists: (Scalars['Int'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kills: (Scalars['Int'] | null) - kpr: (Scalars['numeric'] | null) - lineup_id: (Scalars['uuid'] | null) - match_id: (Scalars['uuid'] | null) - match_map_id: (Scalars['uuid'] | null) - open_deaths: (Scalars['Int'] | null) - open_kills: (Scalars['Int'] | null) - opening_attempts: (Scalars['Int'] | null) - role: (Scalars['String'] | null) - rounds: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - support_idx: (Scalars['numeric'] | null) - total_kills: (Scalars['Int'] | null) - trade_kill_successes: (Scalars['Int'] | null) - traded_death_successes: (Scalars['Int'] | null) - util_damage: (Scalars['Int'] | null) - __typename: 'v_player_match_map_roles_min_fields' +export interface DatabaseStatsGenqlSelection{ + blks_hit?: boolean | number + blks_read?: boolean | number + cache_hit_ratio?: boolean | number + conflicts?: boolean | number + datname?: boolean | number + deadlocks?: boolean | number + numbackends?: boolean | number + tup_deleted?: boolean | number + tup_fetched?: boolean | number + tup_inserted?: boolean | number + tup_returned?: boolean | number + tup_updated?: boolean | number + xact_commit?: boolean | number + xact_rollback?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface DbStatsGenqlSelection{ + calls?: boolean | number + local_blks_hit?: boolean | number + local_blks_read?: boolean | number + max_exec_time?: boolean | number + mean_exec_time?: boolean | number + min_exec_time?: boolean | number + query?: boolean | number + queryid?: boolean | number + shared_blks_hit?: boolean | number + shared_blks_read?: boolean | number + total_exec_time?: boolean | number + total_rows?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** select columns of table "v_player_match_map_roles" */ -export type v_player_match_map_roles_select_column = 'adr' | 'awp_kills' | 'awp_share' | 'deaths' | 'dpr' | 'entry_rate' | 'flash_assists' | 'hltv_rating' | 'kast_pct' | 'kills' | 'kpr' | 'lineup_id' | 'match_id' | 'match_map_id' | 'open_deaths' | 'open_kills' | 'opening_attempts' | 'role' | 'rounds' | 'steam_id' | 'support_idx' | 'total_kills' | 'trade_kill_successes' | 'traded_death_successes' | 'util_damage' +export interface DedicatedSeverInfoGenqlSelection{ + id?: boolean | number + lastPing?: boolean | number + map?: boolean | number + players?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} +export interface DeleteOrphansOutputGenqlSelection{ + bytes_freed?: boolean | number + deleted?: boolean | number + remaining_orphans?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev on columns */ -export interface v_player_match_map_roles_stddev_fields { - adr: (Scalars['Float'] | null) - awp_kills: (Scalars['Float'] | null) - awp_share: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - entry_rate: (Scalars['Float'] | null) - flash_assists: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - open_deaths: (Scalars['Float'] | null) - open_kills: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - support_idx: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - trade_kill_successes: (Scalars['Float'] | null) - traded_death_successes: (Scalars['Float'] | null) - util_damage: (Scalars['Float'] | null) - __typename: 'v_player_match_map_roles_stddev_fields' +export interface DiskStatGenqlSelection{ + available?: boolean | number + filesystem?: boolean | number + mountpoint?: boolean | number + size?: boolean | number + used?: boolean | number + usedPercent?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface DiskStatsGenqlSelection{ + disks?: DiskStatGenqlSelection + time?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface DraftGamePreviewOutputGenqlSelection{ + accepted_count?: boolean | number + access?: boolean | number + capacity?: boolean | number + host_avatar_url?: boolean | number + host_name?: boolean | number + host_steam_id?: boolean | number + id?: boolean | number + mode?: boolean | number + players?: DraftGamePreviewPlayerGenqlSelection + require_approval?: boolean | number + status?: boolean | number + type?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface DraftGamePreviewPlayerGenqlSelection{ + avatar_url?: boolean | number + name?: boolean | number + status?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface FaceitTestOutputGenqlSelection{ + dataApi?: FaceitTestResultGenqlSelection + downloadApi?: FaceitTestResultGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface FaceitTestResultGenqlSelection{ + detail?: boolean | number + ok?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } - -/** aggregate stddev_pop on columns */ -export interface v_player_match_map_roles_stddev_pop_fields { - adr: (Scalars['Float'] | null) - awp_kills: (Scalars['Float'] | null) - awp_share: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - entry_rate: (Scalars['Float'] | null) - flash_assists: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - open_deaths: (Scalars['Float'] | null) - open_kills: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - support_idx: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - trade_kill_successes: (Scalars['Float'] | null) - traded_death_successes: (Scalars['Float'] | null) - util_damage: (Scalars['Float'] | null) - __typename: 'v_player_match_map_roles_stddev_pop_fields' +export interface FileContentResponseGenqlSelection{ + content?: boolean | number + path?: boolean | number + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface FileItemGenqlSelection{ + isDirectory?: boolean | number + modified?: boolean | number + name?: boolean | number + path?: boolean | number + size?: boolean | number + type?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface v_player_match_map_roles_stddev_samp_fields { - adr: (Scalars['Float'] | null) - awp_kills: (Scalars['Float'] | null) - awp_share: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - entry_rate: (Scalars['Float'] | null) - flash_assists: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - open_deaths: (Scalars['Float'] | null) - open_kills: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - support_idx: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - trade_kill_successes: (Scalars['Float'] | null) - traded_death_successes: (Scalars['Float'] | null) - util_damage: (Scalars['Float'] | null) - __typename: 'v_player_match_map_roles_stddev_samp_fields' +export interface FileListResponseGenqlSelection{ + currentPath?: boolean | number + items?: FileItemGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate sum on columns */ -export interface v_player_match_map_roles_sum_fields { - adr: (Scalars['numeric'] | null) - awp_kills: (Scalars['Int'] | null) - awp_share: (Scalars['numeric'] | null) - deaths: (Scalars['Int'] | null) - dpr: (Scalars['numeric'] | null) - entry_rate: (Scalars['numeric'] | null) - flash_assists: (Scalars['Int'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kills: (Scalars['Int'] | null) - kpr: (Scalars['numeric'] | null) - open_deaths: (Scalars['Int'] | null) - open_kills: (Scalars['Int'] | null) - opening_attempts: (Scalars['Int'] | null) - rounds: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - support_idx: (Scalars['numeric'] | null) - total_kills: (Scalars['Int'] | null) - trade_kill_successes: (Scalars['Int'] | null) - traded_death_successes: (Scalars['Int'] | null) - util_damage: (Scalars['Int'] | null) - __typename: 'v_player_match_map_roles_sum_fields' +/** Boolean expression to compare columns of type "Float". All fields are combined with logical 'AND'. */ +export interface Float_comparison_exp {_eq?: (Scalars['Float'] | null),_gt?: (Scalars['Float'] | null),_gte?: (Scalars['Float'] | null),_in?: (Scalars['Float'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['Float'] | null),_lte?: (Scalars['Float'] | null),_neq?: (Scalars['Float'] | null),_nin?: (Scalars['Float'][] | null)} + +export interface GetTestUploadResponseGenqlSelection{ + error?: boolean | number + link?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface GpuDeviceStatGenqlSelection{ + index?: boolean | number + memory_mb?: boolean | number + memory_used_mb?: boolean | number + name?: boolean | number + power_w?: boolean | number + temperature_c?: boolean | number + utilization_percent?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface v_player_match_map_roles_var_pop_fields { - adr: (Scalars['Float'] | null) - awp_kills: (Scalars['Float'] | null) - awp_share: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - entry_rate: (Scalars['Float'] | null) - flash_assists: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - open_deaths: (Scalars['Float'] | null) - open_kills: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - support_idx: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - trade_kill_successes: (Scalars['Float'] | null) - traded_death_successes: (Scalars['Float'] | null) - util_damage: (Scalars['Float'] | null) - __typename: 'v_player_match_map_roles_var_pop_fields' +export interface GpuStatsGenqlSelection{ + devices?: GpuDeviceStatGenqlSelection + time?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface HighlightPresetAvailabilityGenqlSelection{ + best_round?: boolean | number + has_demo?: boolean | number + knife?: boolean | number + multikills?: boolean | number + recap?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_samp on columns */ -export interface v_player_match_map_roles_var_samp_fields { - adr: (Scalars['Float'] | null) - awp_kills: (Scalars['Float'] | null) - awp_share: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - entry_rate: (Scalars['Float'] | null) - flash_assists: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - open_deaths: (Scalars['Float'] | null) - open_kills: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - support_idx: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - trade_kill_successes: (Scalars['Float'] | null) - traded_death_successes: (Scalars['Float'] | null) - util_damage: (Scalars['Float'] | null) - __typename: 'v_player_match_map_roles_var_samp_fields' +export interface HypertableInfoGenqlSelection{ + compression_enabled?: boolean | number + hypertable_name?: boolean | number + num_chunks?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface IndexIOStatGenqlSelection{ + idx_blks_hit?: boolean | number + idx_blks_read?: boolean | number + indexname?: boolean | number + schemaname?: boolean | number + tablename?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate variance on columns */ -export interface v_player_match_map_roles_variance_fields { - adr: (Scalars['Float'] | null) - awp_kills: (Scalars['Float'] | null) - awp_share: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - entry_rate: (Scalars['Float'] | null) - flash_assists: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - open_deaths: (Scalars['Float'] | null) - open_kills: (Scalars['Float'] | null) - opening_attempts: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - support_idx: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - trade_kill_successes: (Scalars['Float'] | null) - traded_death_successes: (Scalars['Float'] | null) - util_damage: (Scalars['Float'] | null) - __typename: 'v_player_match_map_roles_variance_fields' +export interface IndexStatGenqlSelection{ + idx_scan?: boolean | number + idx_tup_fetch?: boolean | number + idx_tup_read?: boolean | number + index_size?: boolean | number + indexname?: boolean | number + schemaname?: boolean | number + table_size?: boolean | number + tablename?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** columns and relationships of "v_player_match_performance" */ -export interface v_player_match_performance { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) - /** An object relationship */ - map: (maps | null) - map_id: (Scalars['uuid'] | null) - /** An object relationship */ - match: (matches | null) - match_created_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_result: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - __typename: 'v_player_match_performance' -} +/** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */ +export interface Int_comparison_exp {_eq?: (Scalars['Int'] | null),_gt?: (Scalars['Int'] | null),_gte?: (Scalars['Int'] | null),_in?: (Scalars['Int'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['Int'] | null),_lte?: (Scalars['Int'] | null),_neq?: (Scalars['Int'] | null),_nin?: (Scalars['Int'][] | null)} +export interface KickResultGenqlSelection{ + kicked?: boolean | number + message?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregated selection of "v_player_match_performance" */ -export interface v_player_match_performance_aggregate { - aggregate: (v_player_match_performance_aggregate_fields | null) - nodes: v_player_match_performance[] - __typename: 'v_player_match_performance_aggregate' +export interface LiveSpecGsiGenqlSelection{ + map_name?: boolean | number + map_phase?: boolean | number + round_number?: boolean | number + round_phase?: boolean | number + spec_slots?: LiveSpecSlotGenqlSelection + spectated_steam_id?: boolean | number + team_ct_name?: boolean | number + team_ct_score?: boolean | number + team_t_name?: boolean | number + team_t_score?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface LiveSpecSlotGenqlSelection{ + alive?: boolean | number + health?: boolean | number + name?: boolean | number + slot?: boolean | number + steam_id?: boolean | number + team?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate fields of "v_player_match_performance" */ -export interface v_player_match_performance_aggregate_fields { - avg: (v_player_match_performance_avg_fields | null) - count: Scalars['Int'] - max: (v_player_match_performance_max_fields | null) - min: (v_player_match_performance_min_fields | null) - stddev: (v_player_match_performance_stddev_fields | null) - stddev_pop: (v_player_match_performance_stddev_pop_fields | null) - stddev_samp: (v_player_match_performance_stddev_samp_fields | null) - sum: (v_player_match_performance_sum_fields | null) - var_pop: (v_player_match_performance_var_pop_fields | null) - var_samp: (v_player_match_performance_var_samp_fields | null) - variance: (v_player_match_performance_variance_fields | null) - __typename: 'v_player_match_performance_aggregate_fields' +export interface LiveStreamSpecStateGenqlSelection{ + gsi?: LiveSpecGsiGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +export interface LockInfoGenqlSelection{ + granted?: boolean | number + locktype?: boolean | number + mode?: boolean | number + pid?: boolean | number + query?: boolean | number + relation?: boolean | number + usename?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate avg on columns */ -export interface v_player_match_performance_avg_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_performance_avg_fields' +export interface MeResponseGenqlSelection{ + avatar_url?: boolean | number + country?: boolean | number + discord_id?: boolean | number + language?: boolean | number + name?: boolean | number + player?: playersGenqlSelection + profile_url?: boolean | number + role?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface MemoryStatGenqlSelection{ + time?: boolean | number + total?: boolean | number + used?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate max on columns */ -export interface v_player_match_performance_max_fields { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) - map_id: (Scalars['uuid'] | null) - match_created_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_result: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - __typename: 'v_player_match_performance_max_fields' +export interface NetworkStatsGenqlSelection{ + nics?: NicStatGenqlSelection + time?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface NewsPostGenqlSelection{ + author_steam_id?: boolean | number + content_markdown?: boolean | number + cover_image_url?: boolean | number + created_at?: boolean | number + id?: boolean | number + published_at?: boolean | number + slug?: boolean | number + status?: boolean | number + teaser?: boolean | number + title?: boolean | number + updated_at?: boolean | number + view_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate min on columns */ -export interface v_player_match_performance_min_fields { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) - map_id: (Scalars['uuid'] | null) - match_created_at: (Scalars['timestamptz'] | null) - match_id: (Scalars['uuid'] | null) - match_result: (Scalars['String'] | null) - player_steam_id: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - __typename: 'v_player_match_performance_min_fields' +export interface NicStatGenqlSelection{ + name?: boolean | number + rx?: boolean | number + tx?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface NodeStatsGenqlSelection{ + cpu?: CpuStatGenqlSelection + disks?: DiskStatsGenqlSelection + gpu?: GpuStatsGenqlSelection + memory?: MemoryStatGenqlSelection + network?: NetworkStatsGenqlSelection + node?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** select columns of table "v_player_match_performance" */ -export type v_player_match_performance_select_column = 'assists' | 'deaths' | 'kills' | 'map_id' | 'match_created_at' | 'match_id' | 'match_result' | 'player_steam_id' | 'source' | 'type' +export interface OrphanObjectGenqlSelection{ + key?: boolean | number + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} +export interface OrphanScanResultOutputGenqlSelection{ + bucket?: boolean | number + clip_bytes?: boolean | number + clip_objects?: boolean | number + demo_bytes?: boolean | number + demo_objects?: boolean | number + found?: boolean | number + orphan_bytes?: boolean | number + orphan_objects?: boolean | number + orphans?: OrphanObjectGenqlSelection + other_bytes?: boolean | number + other_objects?: boolean | number + scanned_at?: boolean | number + scanning?: boolean | number + total_bytes?: boolean | number + total_objects?: boolean | number + tracked_bytes?: boolean | number + tracked_objects?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev on columns */ -export interface v_player_match_performance_stddev_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_performance_stddev_fields' +export interface PendingMatchImportActionOutputGenqlSelection{ + error?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface PodStatsGenqlSelection{ + cpu?: CpuStatGenqlSelection + memory?: MemoryStatGenqlSelection + name?: boolean | number + node?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_pop on columns */ -export interface v_player_match_performance_stddev_pop_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_performance_stddev_pop_fields' +export interface PreviewTournamentMatchResetOutputGenqlSelection{ + impacts?: TournamentMatchResetImpactGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +export interface QueryDetailGenqlSelection{ + explain_plan?: boolean | number + query?: boolean | number + queryid?: boolean | number + stats?: QueryStatGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface v_player_match_performance_stddev_samp_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_performance_stddev_samp_fields' +export interface QueryStatGenqlSelection{ + cache_hit_ratio?: boolean | number + calls?: boolean | number + local_blks_hit?: boolean | number + local_blks_read?: boolean | number + max_exec_time?: boolean | number + mean_exec_time?: boolean | number + min_exec_time?: boolean | number + query?: boolean | number + queryid?: boolean | number + shared_blks_hit?: boolean | number + shared_blks_read?: boolean | number + stddev_exec_time?: boolean | number + temp_blks_written?: boolean | number + total_exec_time?: boolean | number + total_rows?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface RecomputeEloStartedOutputGenqlSelection{ + running?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate sum on columns */ -export interface v_player_match_performance_sum_fields { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - kills: (Scalars['Int'] | null) - player_steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_performance_sum_fields' +export interface RecomputeEloStatusOutputGenqlSelection{ + canceled?: boolean | number + completed?: boolean | number + current_match_id?: boolean | number + failed?: boolean | number + finished_at?: boolean | number + running?: boolean | number + started_at?: boolean | number + total?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface ReindexStartedOutputGenqlSelection{ + running?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface v_player_match_performance_var_pop_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_performance_var_pop_fields' +export interface ReindexStatusOutputGenqlSelection{ + canceled?: boolean | number + completed?: boolean | number + current_steam_id?: boolean | number + failed?: boolean | number + finished_at?: boolean | number + running?: boolean | number + started_at?: boolean | number + total?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface ReparseAllStartedOutputGenqlSelection{ + running?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_samp on columns */ -export interface v_player_match_performance_var_samp_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_performance_var_samp_fields' +export interface ReparseAllStatusOutputGenqlSelection{ + canceled?: boolean | number + completed?: boolean | number + current_demo_id?: boolean | number + failed?: boolean | number + finished_at?: boolean | number + running?: boolean | number + started_at?: boolean | number + total?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface SanctionResultGenqlSelection{ + enforced?: boolean | number + id?: boolean | number + message?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate variance on columns */ -export interface v_player_match_performance_variance_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_performance_variance_fields' +export interface ScanStartedOutputGenqlSelection{ + scanning?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface ScheduledLineupInput {steam_ids?: (Scalars['String'][] | null),team_id?: (Scalars['String'] | null)} -/** columns and relationships of "v_player_match_rating" */ -export interface v_player_match_rating { - adr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - /** An object relationship */ - match: (matches | null) - match_id: (Scalars['uuid'] | null) - /** An object relationship */ - player: (players | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_rating' +export interface SeasonBackfillStatusOutputGenqlSelection{ + canceled?: boolean | number + completed?: boolean | number + current_match_id?: boolean | number + failed?: boolean | number + finished_at?: boolean | number + running?: boolean | number + season_id?: boolean | number + started_at?: boolean | number + total?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface ServerPlayerGenqlSelection{ + name?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregated selection of "v_player_match_rating" */ -export interface v_player_match_rating_aggregate { - aggregate: (v_player_match_rating_aggregate_fields | null) - nodes: v_player_match_rating[] - __typename: 'v_player_match_rating_aggregate' +export interface SetupGameServeOutputGenqlSelection{ + gameServerId?: boolean | number + link?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface SteamMatchHistoryLinkOutputGenqlSelection{ + error?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate fields of "v_player_match_rating" */ -export interface v_player_match_rating_aggregate_fields { - avg: (v_player_match_rating_avg_fields | null) - count: Scalars['Int'] - max: (v_player_match_rating_max_fields | null) - min: (v_player_match_rating_min_fields | null) - stddev: (v_player_match_rating_stddev_fields | null) - stddev_pop: (v_player_match_rating_stddev_pop_fields | null) - stddev_samp: (v_player_match_rating_stddev_samp_fields | null) - sum: (v_player_match_rating_sum_fields | null) - var_pop: (v_player_match_rating_var_pop_fields | null) - var_samp: (v_player_match_rating_var_samp_fields | null) - variance: (v_player_match_rating_variance_fields | null) - __typename: 'v_player_match_rating_aggregate_fields' +export interface SteamMatchHistoryPollOutputGenqlSelection{ + collected?: boolean | number + error?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface SteamPresenceAdminStatusOutputGenqlSelection{ + bots?: SteamPresenceBotGenqlSelection + enabled?: boolean | number + pool?: SteamPresencePoolGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate avg on columns */ -export interface v_player_match_rating_avg_fields { - adr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_rating_avg_fields' +export interface SteamPresenceBotGenqlSelection{ + assigned?: boolean | number + capacity?: boolean | number + guardLastWrong?: boolean | number + guardType?: boolean | number + id?: boolean | number + needs2fa?: boolean | number + online?: boolean | number + steamId?: boolean | number + steamLevel?: boolean | number + username?: boolean | number + watching?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface SteamPresenceBotAssignmentGenqlSelection{ + addUrl?: boolean | number + enabled?: boolean | number + status?: boolean | number + steamId?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate max on columns */ -export interface v_player_match_rating_max_fields { - adr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - match_id: (Scalars['uuid'] | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_rating_max_fields' +export interface SteamPresencePoolGenqlSelection{ + bots?: boolean | number + capacity?: boolean | number + online?: boolean | number + pending?: boolean | number + watching?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface StorageStatsGenqlSelection{ + summary?: StorageSummaryGenqlSelection + tables?: TableSizeInfoGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate min on columns */ -export interface v_player_match_rating_min_fields { - adr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - match_id: (Scalars['uuid'] | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_rating_min_fields' +export interface StorageSummaryGenqlSelection{ + estimated_reclaimable_space?: boolean | number + total_database_size?: boolean | number + total_indexes_size?: boolean | number + total_table_size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** select columns of table "v_player_match_rating" */ -export type v_player_match_rating_select_column = 'adr' | 'dpr' | 'hltv_rating' | 'kast_pct' | 'kpr' | 'match_id' | 'rounds_played' | 'steam_id' +/** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ +export interface String_array_comparison_exp { +/** is the array contained in the given array value */ +_contained_in?: (Scalars['String'][] | null), +/** does the array contain the given value */ +_contains?: (Scalars['String'][] | null),_eq?: (Scalars['String'][] | null),_gt?: (Scalars['String'][] | null),_gte?: (Scalars['String'][] | null),_in?: (Scalars['String'][][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['String'][] | null),_lte?: (Scalars['String'][] | null),_neq?: (Scalars['String'][] | null),_nin?: (Scalars['String'][][] | null)} -/** aggregate stddev on columns */ -export interface v_player_match_rating_stddev_fields { - adr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_rating_stddev_fields' +/** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ +export interface String_comparison_exp {_eq?: (Scalars['String'] | null),_gt?: (Scalars['String'] | null),_gte?: (Scalars['String'] | null), +/** does the column match the given case-insensitive pattern */ +_ilike?: (Scalars['String'] | null),_in?: (Scalars['String'][] | null), +/** does the column match the given POSIX regular expression, case insensitive */ +_iregex?: (Scalars['String'] | null),_is_null?: (Scalars['Boolean'] | null), +/** does the column match the given pattern */ +_like?: (Scalars['String'] | null),_lt?: (Scalars['String'] | null),_lte?: (Scalars['String'] | null),_neq?: (Scalars['String'] | null), +/** does the column NOT match the given case-insensitive pattern */ +_nilike?: (Scalars['String'] | null),_nin?: (Scalars['String'][] | null), +/** does the column NOT match the given POSIX regular expression, case insensitive */ +_niregex?: (Scalars['String'] | null), +/** does the column NOT match the given pattern */ +_nlike?: (Scalars['String'] | null), +/** does the column NOT match the given POSIX regular expression, case sensitive */ +_nregex?: (Scalars['String'] | null), +/** does the column NOT match the given SQL regular expression */ +_nsimilar?: (Scalars['String'] | null), +/** does the column match the given POSIX regular expression, case sensitive */ +_regex?: (Scalars['String'] | null), +/** does the column match the given SQL regular expression */ +_similar?: (Scalars['String'] | null)} + +export interface SuccessOutputGenqlSelection{ + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface TableIOStatGenqlSelection{ + cache_hit_ratio?: boolean | number + heap_blks_hit?: boolean | number + heap_blks_read?: boolean | number + idx_blks_hit?: boolean | number + idx_blks_read?: boolean | number + relname?: boolean | number + schemaname?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_pop on columns */ -export interface v_player_match_rating_stddev_pop_fields { - adr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_rating_stddev_pop_fields' +export interface TableSizeInfoGenqlSelection{ + estimated_dead_tuple_bytes?: boolean | number + indexes_size?: boolean | number + n_dead_tup?: boolean | number + n_live_tup?: boolean | number + schemaname?: boolean | number + table_size?: boolean | number + tablename?: boolean | number + total_size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface TableStatGenqlSelection{ + idx_scan?: boolean | number + idx_tup_fetch?: boolean | number + last_analyze?: boolean | number + last_autoanalyze?: boolean | number + last_autovacuum?: boolean | number + last_vacuum?: boolean | number + n_dead_tup?: boolean | number + n_live_tup?: boolean | number + n_tup_del?: boolean | number + n_tup_hot_upd?: boolean | number + n_tup_ins?: boolean | number + n_tup_upd?: boolean | number + relname?: boolean | number + schemaname?: boolean | number + seq_scan?: boolean | number + seq_tup_read?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface v_player_match_rating_stddev_samp_fields { - adr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_rating_stddev_samp_fields' +export interface TeamCalendarOutputGenqlSelection{ + url?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface TelemetryStatsGenqlSelection{ + online?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate sum on columns */ -export interface v_player_match_rating_sum_fields { - adr: (Scalars['numeric'] | null) - dpr: (Scalars['numeric'] | null) - hltv_rating: (Scalars['numeric'] | null) - kast_pct: (Scalars['numeric'] | null) - kpr: (Scalars['numeric'] | null) - rounds_played: (Scalars['Int'] | null) - steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_match_rating_sum_fields' +export interface TestUploadResponseGenqlSelection{ + error?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface TimescaleJobGenqlSelection{ + hypertable_name?: boolean | number + job_id?: boolean | number + job_type?: boolean | number + last_run_status?: boolean | number + next_start?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface v_player_match_rating_var_pop_fields { - adr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_rating_var_pop_fields' +export interface TimescaleStatsGenqlSelection{ + chunks_count?: boolean | number + hypertables?: HypertableInfoGenqlSelection + jobs?: TimescaleJobGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +export interface TournamentMatchResetImpactGenqlSelection{ + bracket_id?: boolean | number + depth?: boolean | number + is_source?: boolean | number + match_id?: boolean | number + match_number?: boolean | number + match_status?: boolean | number + path?: boolean | number + round?: boolean | number + stage_type?: boolean | number + will_delete_match?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_samp on columns */ -export interface v_player_match_rating_var_samp_fields { - adr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_rating_var_samp_fields' +export interface WatchDemoOutputGenqlSelection{ + match_map_id?: boolean | number + session_id?: boolean | number + stream_url?: boolean | number + success?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate variance on columns */ -export interface v_player_match_rating_variance_fields { - adr: (Scalars['Float'] | null) - dpr: (Scalars['Float'] | null) - hltv_rating: (Scalars['Float'] | null) - kast_pct: (Scalars['Float'] | null) - kpr: (Scalars['Float'] | null) - rounds_played: (Scalars['Float'] | null) - steam_id: (Scalars['Float'] | null) - __typename: 'v_player_match_rating_variance_fields' +/** columns and relationships of "_map_pool" */ +export interface _map_poolGenqlSelection{ + map_id?: boolean | number + map_pool_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** columns and relationships of "v_player_multi_kills" */ -export interface v_player_multi_kills { - attacker_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - match_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_player_multi_kills' +/** aggregated selection of "_map_pool" */ +export interface _map_pool_aggregateGenqlSelection{ + aggregate?: _map_pool_aggregate_fieldsGenqlSelection + nodes?: _map_poolGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregated selection of "v_player_multi_kills" */ -export interface v_player_multi_kills_aggregate { - aggregate: (v_player_multi_kills_aggregate_fields | null) - nodes: v_player_multi_kills[] - __typename: 'v_player_multi_kills_aggregate' +/** aggregate fields of "_map_pool" */ +export interface _map_pool_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (_map_pool_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: _map_pool_max_fieldsGenqlSelection + min?: _map_pool_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate fields of "v_player_multi_kills" */ -export interface v_player_multi_kills_aggregate_fields { - avg: (v_player_multi_kills_avg_fields | null) - count: Scalars['Int'] - max: (v_player_multi_kills_max_fields | null) - min: (v_player_multi_kills_min_fields | null) - stddev: (v_player_multi_kills_stddev_fields | null) - stddev_pop: (v_player_multi_kills_stddev_pop_fields | null) - stddev_samp: (v_player_multi_kills_stddev_samp_fields | null) - sum: (v_player_multi_kills_sum_fields | null) - var_pop: (v_player_multi_kills_var_pop_fields | null) - var_samp: (v_player_multi_kills_var_samp_fields | null) - variance: (v_player_multi_kills_variance_fields | null) - __typename: 'v_player_multi_kills_aggregate_fields' -} +/** Boolean expression to filter rows from the table "_map_pool". All fields are combined with a logical 'AND'. */ +export interface _map_pool_bool_exp {_and?: (_map_pool_bool_exp[] | null),_not?: (_map_pool_bool_exp | null),_or?: (_map_pool_bool_exp[] | null),map_id?: (uuid_comparison_exp | null),map_pool_id?: (uuid_comparison_exp | null)} -/** aggregate avg on columns */ -export interface v_player_multi_kills_avg_fields { - attacker_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_player_multi_kills_avg_fields' -} +/** input type for inserting data into table "_map_pool" */ +export interface _map_pool_insert_input {map_id?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface v_player_multi_kills_max_fields { - attacker_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - match_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_player_multi_kills_max_fields' +export interface _map_pool_max_fieldsGenqlSelection{ + map_id?: boolean | number + map_pool_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_player_multi_kills_min_fields { - attacker_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - match_id: (Scalars['uuid'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_player_multi_kills_min_fields' +export interface _map_pool_min_fieldsGenqlSelection{ + map_id?: boolean | number + map_pool_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "_map_pool" */ +export interface _map_pool_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: _map_poolGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** select columns of table "v_player_multi_kills" */ -export type v_player_multi_kills_select_column = 'attacker_steam_id' | 'kills' | 'match_id' | 'round' +/** on_conflict condition type for table "_map_pool" */ +export interface _map_pool_on_conflict {constraint: _map_pool_constraint,update_columns?: _map_pool_update_column[],where?: (_map_pool_bool_exp | null)} + + +/** Ordering options when selecting data from "_map_pool". */ +export interface _map_pool_order_by {map_id?: (order_by | null),map_pool_id?: (order_by | null)} -/** aggregate stddev on columns */ -export interface v_player_multi_kills_stddev_fields { - attacker_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_player_multi_kills_stddev_fields' -} +/** primary key columns input for table: _map_pool */ +export interface _map_pool_pk_columns_input {map_id: Scalars['uuid'],map_pool_id: Scalars['uuid']} -/** aggregate stddev_pop on columns */ -export interface v_player_multi_kills_stddev_pop_fields { - attacker_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_player_multi_kills_stddev_pop_fields' -} +/** input type for updating data in table "_map_pool" */ +export interface _map_pool_set_input {map_id?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null)} -/** aggregate stddev_samp on columns */ -export interface v_player_multi_kills_stddev_samp_fields { - attacker_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_player_multi_kills_stddev_samp_fields' -} +/** Streaming cursor of the table "_map_pool" */ +export interface _map_pool_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: _map_pool_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** aggregate sum on columns */ -export interface v_player_multi_kills_sum_fields { - attacker_steam_id: (Scalars['bigint'] | null) - kills: (Scalars['bigint'] | null) - round: (Scalars['Int'] | null) - __typename: 'v_player_multi_kills_sum_fields' -} +/** Initial value of the column from where the streaming should start */ +export interface _map_pool_stream_cursor_value_input {map_id?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null)} + +export interface _map_pool_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (_map_pool_set_input | null), +/** filter the rows which have to be updated */ +where: _map_pool_bool_exp} -/** aggregate var_pop on columns */ -export interface v_player_multi_kills_var_pop_fields { - attacker_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_player_multi_kills_var_pop_fields' +/** columns and relationships of "abandoned_matches" */ +export interface abandoned_matchesGenqlSelection{ + abandoned_at?: boolean | number + id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate var_samp on columns */ -export interface v_player_multi_kills_var_samp_fields { - attacker_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_player_multi_kills_var_samp_fields' +/** aggregated selection of "abandoned_matches" */ +export interface abandoned_matches_aggregateGenqlSelection{ + aggregate?: abandoned_matches_aggregate_fieldsGenqlSelection + nodes?: abandoned_matchesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +export interface abandoned_matches_aggregate_bool_exp {count?: (abandoned_matches_aggregate_bool_exp_count | null)} -/** aggregate variance on columns */ -export interface v_player_multi_kills_variance_fields { - attacker_steam_id: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - round: (Scalars['Float'] | null) - __typename: 'v_player_multi_kills_variance_fields' -} +export interface abandoned_matches_aggregate_bool_exp_count {arguments?: (abandoned_matches_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (abandoned_matches_bool_exp | null),predicate: Int_comparison_exp} -/** columns and relationships of "v_player_weapon_damage" */ -export interface v_player_weapon_damage { - damage: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - with: (Scalars['String'] | null) - __typename: 'v_player_weapon_damage' +/** aggregate fields of "abandoned_matches" */ +export interface abandoned_matches_aggregate_fieldsGenqlSelection{ + avg?: abandoned_matches_avg_fieldsGenqlSelection + count?: { __args: {columns?: (abandoned_matches_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: abandoned_matches_max_fieldsGenqlSelection + min?: abandoned_matches_min_fieldsGenqlSelection + stddev?: abandoned_matches_stddev_fieldsGenqlSelection + stddev_pop?: abandoned_matches_stddev_pop_fieldsGenqlSelection + stddev_samp?: abandoned_matches_stddev_samp_fieldsGenqlSelection + sum?: abandoned_matches_sum_fieldsGenqlSelection + var_pop?: abandoned_matches_var_pop_fieldsGenqlSelection + var_samp?: abandoned_matches_var_samp_fieldsGenqlSelection + variance?: abandoned_matches_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregated selection of "v_player_weapon_damage" */ -export interface v_player_weapon_damage_aggregate { - aggregate: (v_player_weapon_damage_aggregate_fields | null) - nodes: v_player_weapon_damage[] - __typename: 'v_player_weapon_damage_aggregate' -} +/** order by aggregate values of table "abandoned_matches" */ +export interface abandoned_matches_aggregate_order_by {avg?: (abandoned_matches_avg_order_by | null),count?: (order_by | null),max?: (abandoned_matches_max_order_by | null),min?: (abandoned_matches_min_order_by | null),stddev?: (abandoned_matches_stddev_order_by | null),stddev_pop?: (abandoned_matches_stddev_pop_order_by | null),stddev_samp?: (abandoned_matches_stddev_samp_order_by | null),sum?: (abandoned_matches_sum_order_by | null),var_pop?: (abandoned_matches_var_pop_order_by | null),var_samp?: (abandoned_matches_var_samp_order_by | null),variance?: (abandoned_matches_variance_order_by | null)} -/** aggregate fields of "v_player_weapon_damage" */ -export interface v_player_weapon_damage_aggregate_fields { - avg: (v_player_weapon_damage_avg_fields | null) - count: Scalars['Int'] - max: (v_player_weapon_damage_max_fields | null) - min: (v_player_weapon_damage_min_fields | null) - stddev: (v_player_weapon_damage_stddev_fields | null) - stddev_pop: (v_player_weapon_damage_stddev_pop_fields | null) - stddev_samp: (v_player_weapon_damage_stddev_samp_fields | null) - sum: (v_player_weapon_damage_sum_fields | null) - var_pop: (v_player_weapon_damage_var_pop_fields | null) - var_samp: (v_player_weapon_damage_var_samp_fields | null) - variance: (v_player_weapon_damage_variance_fields | null) - __typename: 'v_player_weapon_damage_aggregate_fields' -} +/** input type for inserting array relation for remote table "abandoned_matches" */ +export interface abandoned_matches_arr_rel_insert_input {data: abandoned_matches_insert_input[], +/** upsert condition */ +on_conflict?: (abandoned_matches_on_conflict | null)} /** aggregate avg on columns */ -export interface v_player_weapon_damage_avg_fields { - damage: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_weapon_damage_avg_fields' +export interface abandoned_matches_avg_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate max on columns */ -export interface v_player_weapon_damage_max_fields { - damage: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - with: (Scalars['String'] | null) - __typename: 'v_player_weapon_damage_max_fields' -} +/** order by avg() on columns of table "abandoned_matches" */ +export interface abandoned_matches_avg_order_by {steam_id?: (order_by | null)} -/** aggregate min on columns */ -export interface v_player_weapon_damage_min_fields { - damage: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - with: (Scalars['String'] | null) - __typename: 'v_player_weapon_damage_min_fields' -} +/** Boolean expression to filter rows from the table "abandoned_matches". All fields are combined with a logical 'AND'. */ +export interface abandoned_matches_bool_exp {_and?: (abandoned_matches_bool_exp[] | null),_not?: (abandoned_matches_bool_exp | null),_or?: (abandoned_matches_bool_exp[] | null),abandoned_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} -/** select columns of table "v_player_weapon_damage" */ -export type v_player_weapon_damage_select_column = 'damage' | 'hits' | 'player_steam_id' | 'source' | 'type' | 'with' +/** input type for incrementing numeric columns in table "abandoned_matches" */ +export interface abandoned_matches_inc_input {steam_id?: (Scalars['bigint'] | null)} -/** aggregate stddev on columns */ -export interface v_player_weapon_damage_stddev_fields { - damage: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_weapon_damage_stddev_fields' -} +/** input type for inserting data into table "abandoned_matches" */ +export interface abandoned_matches_insert_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} -/** aggregate stddev_pop on columns */ -export interface v_player_weapon_damage_stddev_pop_fields { - damage: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_weapon_damage_stddev_pop_fields' +/** aggregate max on columns */ +export interface abandoned_matches_max_fieldsGenqlSelection{ + abandoned_at?: boolean | number + id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate stddev_samp on columns */ -export interface v_player_weapon_damage_stddev_samp_fields { - damage: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_weapon_damage_stddev_samp_fields' -} +/** order by max() on columns of table "abandoned_matches" */ +export interface abandoned_matches_max_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} -/** aggregate sum on columns */ -export interface v_player_weapon_damage_sum_fields { - damage: (Scalars['bigint'] | null) - hits: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - __typename: 'v_player_weapon_damage_sum_fields' +/** aggregate min on columns */ +export interface abandoned_matches_min_fieldsGenqlSelection{ + abandoned_at?: boolean | number + id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate var_pop on columns */ -export interface v_player_weapon_damage_var_pop_fields { - damage: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_weapon_damage_var_pop_fields' -} +/** order by min() on columns of table "abandoned_matches" */ +export interface abandoned_matches_min_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} -/** aggregate var_samp on columns */ -export interface v_player_weapon_damage_var_samp_fields { - damage: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_weapon_damage_var_samp_fields' +/** response of any mutation on the table "abandoned_matches" */ +export interface abandoned_matches_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: abandoned_matchesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate variance on columns */ -export interface v_player_weapon_damage_variance_fields { - damage: (Scalars['Float'] | null) - hits: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_player_weapon_damage_variance_fields' -} +/** on_conflict condition type for table "abandoned_matches" */ +export interface abandoned_matches_on_conflict {constraint: abandoned_matches_constraint,update_columns?: abandoned_matches_update_column[],where?: (abandoned_matches_bool_exp | null)} -/** columns and relationships of "v_player_weapon_kills" */ -export interface v_player_weapon_kills { - kill_count: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - rounds: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - with: (Scalars['String'] | null) - __typename: 'v_player_weapon_kills' -} +/** Ordering options when selecting data from "abandoned_matches". */ +export interface abandoned_matches_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} -/** aggregated selection of "v_player_weapon_kills" */ -export interface v_player_weapon_kills_aggregate { - aggregate: (v_player_weapon_kills_aggregate_fields | null) - nodes: v_player_weapon_kills[] - __typename: 'v_player_weapon_kills_aggregate' -} +/** primary key columns input for table: abandoned_matches */ +export interface abandoned_matches_pk_columns_input {id: Scalars['uuid']} -/** aggregate fields of "v_player_weapon_kills" */ -export interface v_player_weapon_kills_aggregate_fields { - avg: (v_player_weapon_kills_avg_fields | null) - count: Scalars['Int'] - max: (v_player_weapon_kills_max_fields | null) - min: (v_player_weapon_kills_min_fields | null) - stddev: (v_player_weapon_kills_stddev_fields | null) - stddev_pop: (v_player_weapon_kills_stddev_pop_fields | null) - stddev_samp: (v_player_weapon_kills_stddev_samp_fields | null) - sum: (v_player_weapon_kills_sum_fields | null) - var_pop: (v_player_weapon_kills_var_pop_fields | null) - var_samp: (v_player_weapon_kills_var_samp_fields | null) - variance: (v_player_weapon_kills_variance_fields | null) - __typename: 'v_player_weapon_kills_aggregate_fields' -} +/** input type for updating data in table "abandoned_matches" */ +export interface abandoned_matches_set_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} -/** aggregate avg on columns */ -export interface v_player_weapon_kills_avg_fields { - kill_count: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - __typename: 'v_player_weapon_kills_avg_fields' +/** aggregate stddev on columns */ +export interface abandoned_matches_stddev_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate max on columns */ -export interface v_player_weapon_kills_max_fields { - kill_count: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - rounds: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - with: (Scalars['String'] | null) - __typename: 'v_player_weapon_kills_max_fields' -} +/** order by stddev() on columns of table "abandoned_matches" */ +export interface abandoned_matches_stddev_order_by {steam_id?: (order_by | null)} -/** aggregate min on columns */ -export interface v_player_weapon_kills_min_fields { - kill_count: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - rounds: (Scalars['bigint'] | null) - source: (Scalars['String'] | null) - type: (Scalars['String'] | null) - with: (Scalars['String'] | null) - __typename: 'v_player_weapon_kills_min_fields' +/** aggregate stddev_pop on columns */ +export interface abandoned_matches_stddev_pop_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** select columns of table "v_player_weapon_kills" */ -export type v_player_weapon_kills_select_column = 'kill_count' | 'player_steam_id' | 'rounds' | 'source' | 'type' | 'with' +/** order by stddev_pop() on columns of table "abandoned_matches" */ +export interface abandoned_matches_stddev_pop_order_by {steam_id?: (order_by | null)} -/** aggregate stddev on columns */ -export interface v_player_weapon_kills_stddev_fields { - kill_count: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - __typename: 'v_player_weapon_kills_stddev_fields' +/** aggregate stddev_samp on columns */ +export interface abandoned_matches_stddev_samp_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate stddev_pop on columns */ -export interface v_player_weapon_kills_stddev_pop_fields { - kill_count: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - __typename: 'v_player_weapon_kills_stddev_pop_fields' -} +/** order by stddev_samp() on columns of table "abandoned_matches" */ +export interface abandoned_matches_stddev_samp_order_by {steam_id?: (order_by | null)} -/** aggregate stddev_samp on columns */ -export interface v_player_weapon_kills_stddev_samp_fields { - kill_count: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - __typename: 'v_player_weapon_kills_stddev_samp_fields' -} +/** Streaming cursor of the table "abandoned_matches" */ +export interface abandoned_matches_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: abandoned_matches_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface abandoned_matches_stream_cursor_value_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_player_weapon_kills_sum_fields { - kill_count: (Scalars['bigint'] | null) - player_steam_id: (Scalars['bigint'] | null) - rounds: (Scalars['bigint'] | null) - __typename: 'v_player_weapon_kills_sum_fields' +export interface abandoned_matches_sum_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by sum() on columns of table "abandoned_matches" */ +export interface abandoned_matches_sum_order_by {steam_id?: (order_by | null)} + +export interface abandoned_matches_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (abandoned_matches_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (abandoned_matches_set_input | null), +/** filter the rows which have to be updated */ +where: abandoned_matches_bool_exp} + + /** aggregate var_pop on columns */ -export interface v_player_weapon_kills_var_pop_fields { - kill_count: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - __typename: 'v_player_weapon_kills_var_pop_fields' +export interface abandoned_matches_var_pop_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by var_pop() on columns of table "abandoned_matches" */ +export interface abandoned_matches_var_pop_order_by {steam_id?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_player_weapon_kills_var_samp_fields { - kill_count: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - __typename: 'v_player_weapon_kills_var_samp_fields' +export interface abandoned_matches_var_samp_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate variance on columns */ -export interface v_player_weapon_kills_variance_fields { - kill_count: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - rounds: (Scalars['Float'] | null) - __typename: 'v_player_weapon_kills_variance_fields' -} +/** order by var_samp() on columns of table "abandoned_matches" */ +export interface abandoned_matches_var_samp_order_by {steam_id?: (order_by | null)} -/** columns and relationships of "v_pool_maps" */ -export interface v_pool_maps { - active_pool: (Scalars['Boolean'] | null) - id: (Scalars['uuid'] | null) - label: (Scalars['String'] | null) - /** An object relationship */ - map_pool: (map_pools | null) - map_pool_id: (Scalars['uuid'] | null) - name: (Scalars['String'] | null) - patch: (Scalars['String'] | null) - poster: (Scalars['String'] | null) - type: (Scalars['String'] | null) - workshop_map_id: (Scalars['String'] | null) - __typename: 'v_pool_maps' +/** aggregate variance on columns */ +export interface abandoned_matches_variance_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregated selection of "v_pool_maps" */ -export interface v_pool_maps_aggregate { - aggregate: (v_pool_maps_aggregate_fields | null) - nodes: v_pool_maps[] - __typename: 'v_pool_maps_aggregate' -} +/** order by variance() on columns of table "abandoned_matches" */ +export interface abandoned_matches_variance_order_by {steam_id?: (order_by | null)} -/** aggregate fields of "v_pool_maps" */ -export interface v_pool_maps_aggregate_fields { - count: Scalars['Int'] - max: (v_pool_maps_max_fields | null) - min: (v_pool_maps_min_fields | null) - __typename: 'v_pool_maps_aggregate_fields' +/** columns and relationships of "api_keys" */ +export interface api_keysGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + label?: boolean | number + last_used_at?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate max on columns */ -export interface v_pool_maps_max_fields { - id: (Scalars['uuid'] | null) - label: (Scalars['String'] | null) - map_pool_id: (Scalars['uuid'] | null) - name: (Scalars['String'] | null) - patch: (Scalars['String'] | null) - poster: (Scalars['String'] | null) - type: (Scalars['String'] | null) - workshop_map_id: (Scalars['String'] | null) - __typename: 'v_pool_maps_max_fields' +/** aggregated selection of "api_keys" */ +export interface api_keys_aggregateGenqlSelection{ + aggregate?: api_keys_aggregate_fieldsGenqlSelection + nodes?: api_keysGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate min on columns */ -export interface v_pool_maps_min_fields { - id: (Scalars['uuid'] | null) - label: (Scalars['String'] | null) - map_pool_id: (Scalars['uuid'] | null) - name: (Scalars['String'] | null) - patch: (Scalars['String'] | null) - poster: (Scalars['String'] | null) - type: (Scalars['String'] | null) - workshop_map_id: (Scalars['String'] | null) - __typename: 'v_pool_maps_min_fields' +/** aggregate fields of "api_keys" */ +export interface api_keys_aggregate_fieldsGenqlSelection{ + avg?: api_keys_avg_fieldsGenqlSelection + count?: { __args: {columns?: (api_keys_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: api_keys_max_fieldsGenqlSelection + min?: api_keys_min_fieldsGenqlSelection + stddev?: api_keys_stddev_fieldsGenqlSelection + stddev_pop?: api_keys_stddev_pop_fieldsGenqlSelection + stddev_samp?: api_keys_stddev_samp_fieldsGenqlSelection + sum?: api_keys_sum_fieldsGenqlSelection + var_pop?: api_keys_var_pop_fieldsGenqlSelection + var_samp?: api_keys_var_samp_fieldsGenqlSelection + variance?: api_keys_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** response of any mutation on the table "v_pool_maps" */ -export interface v_pool_maps_mutation_response { - /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] - /** data from the rows affected by the mutation */ - returning: v_pool_maps[] - __typename: 'v_pool_maps_mutation_response' +/** aggregate avg on columns */ +export interface api_keys_avg_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** select columns of table "v_pool_maps" */ -export type v_pool_maps_select_column = 'active_pool' | 'id' | 'label' | 'map_pool_id' | 'name' | 'patch' | 'poster' | 'type' | 'workshop_map_id' +/** Boolean expression to filter rows from the table "api_keys". All fields are combined with a logical 'AND'. */ +export interface api_keys_bool_exp {_and?: (api_keys_bool_exp[] | null),_not?: (api_keys_bool_exp | null),_or?: (api_keys_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),label?: (String_comparison_exp | null),last_used_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} -/** select "v_pool_maps_aggregate_bool_exp_bool_and_arguments_columns" columns of table "v_pool_maps" */ -export type v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_and_arguments_columns = 'active_pool' +/** input type for incrementing numeric columns in table "api_keys" */ +export interface api_keys_inc_input {steam_id?: (Scalars['bigint'] | null)} -/** select "v_pool_maps_aggregate_bool_exp_bool_or_arguments_columns" columns of table "v_pool_maps" */ -export type v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_or_arguments_columns = 'active_pool' +/** input type for inserting data into table "api_keys" */ +export interface api_keys_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),last_used_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} -/** columns and relationships of "v_steam_account_pool_status" */ -export interface v_steam_account_pool_status { - busy_accounts: (Scalars['Int'] | null) - free_accounts: (Scalars['Int'] | null) - id: (Scalars['Int'] | null) - total_accounts: (Scalars['Int'] | null) - __typename: 'v_steam_account_pool_status' +/** aggregate max on columns */ +export interface api_keys_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + label?: boolean | number + last_used_at?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregated selection of "v_steam_account_pool_status" */ -export interface v_steam_account_pool_status_aggregate { - aggregate: (v_steam_account_pool_status_aggregate_fields | null) - nodes: v_steam_account_pool_status[] - __typename: 'v_steam_account_pool_status_aggregate' +/** aggregate min on columns */ +export interface api_keys_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + label?: boolean | number + last_used_at?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate fields of "v_steam_account_pool_status" */ -export interface v_steam_account_pool_status_aggregate_fields { - avg: (v_steam_account_pool_status_avg_fields | null) - count: Scalars['Int'] - max: (v_steam_account_pool_status_max_fields | null) - min: (v_steam_account_pool_status_min_fields | null) - stddev: (v_steam_account_pool_status_stddev_fields | null) - stddev_pop: (v_steam_account_pool_status_stddev_pop_fields | null) - stddev_samp: (v_steam_account_pool_status_stddev_samp_fields | null) - sum: (v_steam_account_pool_status_sum_fields | null) - var_pop: (v_steam_account_pool_status_var_pop_fields | null) - var_samp: (v_steam_account_pool_status_var_samp_fields | null) - variance: (v_steam_account_pool_status_variance_fields | null) - __typename: 'v_steam_account_pool_status_aggregate_fields' +/** response of any mutation on the table "api_keys" */ +export interface api_keys_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: api_keysGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate avg on columns */ -export interface v_steam_account_pool_status_avg_fields { - busy_accounts: (Scalars['Float'] | null) - free_accounts: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - total_accounts: (Scalars['Float'] | null) - __typename: 'v_steam_account_pool_status_avg_fields' -} +/** on_conflict condition type for table "api_keys" */ +export interface api_keys_on_conflict {constraint: api_keys_constraint,update_columns?: api_keys_update_column[],where?: (api_keys_bool_exp | null)} -/** aggregate max on columns */ -export interface v_steam_account_pool_status_max_fields { - busy_accounts: (Scalars['Int'] | null) - free_accounts: (Scalars['Int'] | null) - id: (Scalars['Int'] | null) - total_accounts: (Scalars['Int'] | null) - __typename: 'v_steam_account_pool_status_max_fields' -} +/** Ordering options when selecting data from "api_keys". */ +export interface api_keys_order_by {created_at?: (order_by | null),id?: (order_by | null),label?: (order_by | null),last_used_at?: (order_by | null),steam_id?: (order_by | null)} -/** aggregate min on columns */ -export interface v_steam_account_pool_status_min_fields { - busy_accounts: (Scalars['Int'] | null) - free_accounts: (Scalars['Int'] | null) - id: (Scalars['Int'] | null) - total_accounts: (Scalars['Int'] | null) - __typename: 'v_steam_account_pool_status_min_fields' -} +/** primary key columns input for table: api_keys */ +export interface api_keys_pk_columns_input {id: Scalars['uuid']} -/** select columns of table "v_steam_account_pool_status" */ -export type v_steam_account_pool_status_select_column = 'busy_accounts' | 'free_accounts' | 'id' | 'total_accounts' +/** input type for updating data in table "api_keys" */ +export interface api_keys_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),last_used_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate stddev on columns */ -export interface v_steam_account_pool_status_stddev_fields { - busy_accounts: (Scalars['Float'] | null) - free_accounts: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - total_accounts: (Scalars['Float'] | null) - __typename: 'v_steam_account_pool_status_stddev_fields' +export interface api_keys_stddev_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_steam_account_pool_status_stddev_pop_fields { - busy_accounts: (Scalars['Float'] | null) - free_accounts: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - total_accounts: (Scalars['Float'] | null) - __typename: 'v_steam_account_pool_status_stddev_pop_fields' +export interface api_keys_stddev_pop_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_steam_account_pool_status_stddev_samp_fields { - busy_accounts: (Scalars['Float'] | null) - free_accounts: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - total_accounts: (Scalars['Float'] | null) - __typename: 'v_steam_account_pool_status_stddev_samp_fields' +export interface api_keys_stddev_samp_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** Streaming cursor of the table "api_keys" */ +export interface api_keys_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: api_keys_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface api_keys_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),last_used_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} + + /** aggregate sum on columns */ -export interface v_steam_account_pool_status_sum_fields { - busy_accounts: (Scalars['Int'] | null) - free_accounts: (Scalars['Int'] | null) - id: (Scalars['Int'] | null) - total_accounts: (Scalars['Int'] | null) - __typename: 'v_steam_account_pool_status_sum_fields' +export interface api_keys_sum_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface api_keys_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (api_keys_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (api_keys_set_input | null), +/** filter the rows which have to be updated */ +where: api_keys_bool_exp} + /** aggregate var_pop on columns */ -export interface v_steam_account_pool_status_var_pop_fields { - busy_accounts: (Scalars['Float'] | null) - free_accounts: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - total_accounts: (Scalars['Float'] | null) - __typename: 'v_steam_account_pool_status_var_pop_fields' +export interface api_keys_var_pop_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_steam_account_pool_status_var_samp_fields { - busy_accounts: (Scalars['Float'] | null) - free_accounts: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - total_accounts: (Scalars['Float'] | null) - __typename: 'v_steam_account_pool_status_var_samp_fields' +export interface api_keys_var_samp_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_steam_account_pool_status_variance_fields { - busy_accounts: (Scalars['Float'] | null) - free_accounts: (Scalars['Float'] | null) - id: (Scalars['Float'] | null) - total_accounts: (Scalars['Float'] | null) - __typename: 'v_steam_account_pool_status_variance_fields' +export interface api_keys_variance_fieldsGenqlSelection{ + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +export interface approve_league_season_movements_args {_league_season_id?: (Scalars['uuid'] | null)} -/** columns and relationships of "v_team_ranks" */ -export interface v_team_ranks { - avg_elo: (Scalars['Int'] | null) - avg_faceit_elo: (Scalars['Int'] | null) - avg_faceit_level: (Scalars['float8'] | null) - avg_premier: (Scalars['Int'] | null) - max_elo: (Scalars['Int'] | null) - min_elo: (Scalars['Int'] | null) - roster_size: (Scalars['bigint'] | null) + +/** 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 */ +_contained_in?: (Scalars['bigint'][] | null), +/** does the array contain the given value */ +_contains?: (Scalars['bigint'][] | null),_eq?: (Scalars['bigint'][] | null),_gt?: (Scalars['bigint'][] | null),_gte?: (Scalars['bigint'][] | null),_in?: (Scalars['bigint'][][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['bigint'][] | null),_lte?: (Scalars['bigint'][] | null),_neq?: (Scalars['bigint'][] | null),_nin?: (Scalars['bigint'][][] | null)} + + +/** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */ +export interface bigint_comparison_exp {_eq?: (Scalars['bigint'] | null),_gt?: (Scalars['bigint'] | null),_gte?: (Scalars['bigint'] | null),_in?: (Scalars['bigint'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['bigint'] | null),_lte?: (Scalars['bigint'] | null),_neq?: (Scalars['bigint'] | null),_nin?: (Scalars['bigint'][] | null)} + + +/** Boolean expression to compare columns of type "bytea". All fields are combined with logical 'AND'. */ +export interface bytea_comparison_exp {_eq?: (Scalars['bytea'] | null),_gt?: (Scalars['bytea'] | null),_gte?: (Scalars['bytea'] | null),_in?: (Scalars['bytea'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['bytea'] | null),_lte?: (Scalars['bytea'] | null),_neq?: (Scalars['bytea'] | null),_nin?: (Scalars['bytea'][] | null)} + + +/** columns and relationships of "clip_render_jobs" */ +export interface clip_render_jobsGenqlSelection{ /** An object relationship */ - team: (teams | null) - team_id: (Scalars['uuid'] | null) - __typename: 'v_team_ranks' + clip?: match_clipsGenqlSelection + clip_id?: boolean | number + created_at?: boolean | number + error_message?: boolean | number + /** An object relationship */ + game_server_node?: game_server_nodesGenqlSelection + game_server_node_id?: boolean | number + id?: boolean | number + k8s_job_name?: boolean | number + last_status_at?: boolean | number + /** An object relationship */ + match_map?: match_mapsGenqlSelection + /** An object relationship */ + match_map_demo?: match_map_demosGenqlSelection + match_map_demo_id?: boolean | number + match_map_id?: boolean | number + paused?: boolean | number + progress?: boolean | number + session_token?: boolean | number + sort_index?: boolean | number + spec?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + status?: boolean | number + status_history?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + /** An object relationship */ + user?: playersGenqlSelection + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregated selection of "v_team_ranks" */ -export interface v_team_ranks_aggregate { - aggregate: (v_team_ranks_aggregate_fields | null) - nodes: v_team_ranks[] - __typename: 'v_team_ranks_aggregate' +/** aggregated selection of "clip_render_jobs" */ +export interface clip_render_jobs_aggregateGenqlSelection{ + aggregate?: clip_render_jobs_aggregate_fieldsGenqlSelection + nodes?: clip_render_jobsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +export interface clip_render_jobs_aggregate_bool_exp {bool_and?: (clip_render_jobs_aggregate_bool_exp_bool_and | null),bool_or?: (clip_render_jobs_aggregate_bool_exp_bool_or | null),count?: (clip_render_jobs_aggregate_bool_exp_count | null)} -/** aggregate fields of "v_team_ranks" */ -export interface v_team_ranks_aggregate_fields { - avg: (v_team_ranks_avg_fields | null) - count: Scalars['Int'] - max: (v_team_ranks_max_fields | null) - min: (v_team_ranks_min_fields | null) - stddev: (v_team_ranks_stddev_fields | null) - stddev_pop: (v_team_ranks_stddev_pop_fields | null) - stddev_samp: (v_team_ranks_stddev_samp_fields | null) - sum: (v_team_ranks_sum_fields | null) - var_pop: (v_team_ranks_var_pop_fields | null) - var_samp: (v_team_ranks_var_samp_fields | null) - variance: (v_team_ranks_variance_fields | null) - __typename: 'v_team_ranks_aggregate_fields' -} +export interface 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?: (Scalars['Boolean'] | null),filter?: (clip_render_jobs_bool_exp | null),predicate: Boolean_comparison_exp} +export interface 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?: (Scalars['Boolean'] | null),filter?: (clip_render_jobs_bool_exp | null),predicate: Boolean_comparison_exp} -/** aggregate avg on columns */ -export interface v_team_ranks_avg_fields { - avg_elo: (Scalars['Float'] | null) - avg_faceit_elo: (Scalars['Float'] | null) - avg_faceit_level: (Scalars['Float'] | null) - avg_premier: (Scalars['Float'] | null) - max_elo: (Scalars['Float'] | null) - min_elo: (Scalars['Float'] | null) - roster_size: (Scalars['Float'] | null) - __typename: 'v_team_ranks_avg_fields' -} +export interface clip_render_jobs_aggregate_bool_exp_count {arguments?: (clip_render_jobs_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (clip_render_jobs_bool_exp | null),predicate: Int_comparison_exp} -/** aggregate max on columns */ -export interface v_team_ranks_max_fields { - avg_elo: (Scalars['Int'] | null) - avg_faceit_elo: (Scalars['Int'] | null) - avg_faceit_level: (Scalars['float8'] | null) - avg_premier: (Scalars['Int'] | null) - max_elo: (Scalars['Int'] | null) - min_elo: (Scalars['Int'] | null) - roster_size: (Scalars['bigint'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'v_team_ranks_max_fields' +/** aggregate fields of "clip_render_jobs" */ +export interface clip_render_jobs_aggregate_fieldsGenqlSelection{ + avg?: clip_render_jobs_avg_fieldsGenqlSelection + count?: { __args: {columns?: (clip_render_jobs_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: clip_render_jobs_max_fieldsGenqlSelection + min?: clip_render_jobs_min_fieldsGenqlSelection + stddev?: clip_render_jobs_stddev_fieldsGenqlSelection + stddev_pop?: clip_render_jobs_stddev_pop_fieldsGenqlSelection + stddev_samp?: clip_render_jobs_stddev_samp_fieldsGenqlSelection + sum?: clip_render_jobs_sum_fieldsGenqlSelection + var_pop?: clip_render_jobs_var_pop_fieldsGenqlSelection + var_samp?: clip_render_jobs_var_samp_fieldsGenqlSelection + variance?: clip_render_jobs_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate min on columns */ -export interface v_team_ranks_min_fields { - avg_elo: (Scalars['Int'] | null) - avg_faceit_elo: (Scalars['Int'] | null) - avg_faceit_level: (Scalars['float8'] | null) - avg_premier: (Scalars['Int'] | null) - max_elo: (Scalars['Int'] | null) - min_elo: (Scalars['Int'] | null) - roster_size: (Scalars['bigint'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'v_team_ranks_min_fields' -} +/** order by aggregate values of table "clip_render_jobs" */ +export interface clip_render_jobs_aggregate_order_by {avg?: (clip_render_jobs_avg_order_by | null),count?: (order_by | null),max?: (clip_render_jobs_max_order_by | null),min?: (clip_render_jobs_min_order_by | null),stddev?: (clip_render_jobs_stddev_order_by | null),stddev_pop?: (clip_render_jobs_stddev_pop_order_by | null),stddev_samp?: (clip_render_jobs_stddev_samp_order_by | null),sum?: (clip_render_jobs_sum_order_by | null),var_pop?: (clip_render_jobs_var_pop_order_by | null),var_samp?: (clip_render_jobs_var_samp_order_by | null),variance?: (clip_render_jobs_variance_order_by | null)} -/** select columns of table "v_team_ranks" */ -export type v_team_ranks_select_column = 'avg_elo' | 'avg_faceit_elo' | 'avg_faceit_level' | 'avg_premier' | 'max_elo' | 'min_elo' | 'roster_size' | 'team_id' +/** append existing jsonb value of filtered columns with new jsonb value */ +export interface clip_render_jobs_append_input {spec?: (Scalars['jsonb'] | null),status_history?: (Scalars['jsonb'] | null)} -/** aggregate stddev on columns */ -export interface v_team_ranks_stddev_fields { - avg_elo: (Scalars['Float'] | null) - avg_faceit_elo: (Scalars['Float'] | null) - avg_faceit_level: (Scalars['Float'] | null) - avg_premier: (Scalars['Float'] | null) - max_elo: (Scalars['Float'] | null) - min_elo: (Scalars['Float'] | null) - roster_size: (Scalars['Float'] | null) - __typename: 'v_team_ranks_stddev_fields' -} +/** input type for inserting array relation for remote table "clip_render_jobs" */ +export interface clip_render_jobs_arr_rel_insert_input {data: clip_render_jobs_insert_input[], +/** upsert condition */ +on_conflict?: (clip_render_jobs_on_conflict | null)} -/** aggregate stddev_pop on columns */ -export interface v_team_ranks_stddev_pop_fields { - avg_elo: (Scalars['Float'] | null) - avg_faceit_elo: (Scalars['Float'] | null) - avg_faceit_level: (Scalars['Float'] | null) - avg_premier: (Scalars['Float'] | null) - max_elo: (Scalars['Float'] | null) - min_elo: (Scalars['Float'] | null) - roster_size: (Scalars['Float'] | null) - __typename: 'v_team_ranks_stddev_pop_fields' +/** aggregate avg on columns */ +export interface clip_render_jobs_avg_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate stddev_samp on columns */ -export interface v_team_ranks_stddev_samp_fields { - avg_elo: (Scalars['Float'] | null) - avg_faceit_elo: (Scalars['Float'] | null) - avg_faceit_level: (Scalars['Float'] | null) - avg_premier: (Scalars['Float'] | null) - max_elo: (Scalars['Float'] | null) - min_elo: (Scalars['Float'] | null) - roster_size: (Scalars['Float'] | null) - __typename: 'v_team_ranks_stddev_samp_fields' -} +/** order by avg() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_avg_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} -/** aggregate sum on columns */ -export interface v_team_ranks_sum_fields { - avg_elo: (Scalars['Int'] | null) - avg_faceit_elo: (Scalars['Int'] | null) - avg_faceit_level: (Scalars['float8'] | null) - avg_premier: (Scalars['Int'] | null) - max_elo: (Scalars['Int'] | null) - min_elo: (Scalars['Int'] | null) - roster_size: (Scalars['bigint'] | null) - __typename: 'v_team_ranks_sum_fields' -} +/** Boolean expression to filter rows from the table "clip_render_jobs". All fields are combined with a logical 'AND'. */ +export interface clip_render_jobs_bool_exp {_and?: (clip_render_jobs_bool_exp[] | null),_not?: (clip_render_jobs_bool_exp | null),_or?: (clip_render_jobs_bool_exp[] | null),clip?: (match_clips_bool_exp | null),clip_id?: (uuid_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),error_message?: (String_comparison_exp | null),game_server_node?: (game_server_nodes_bool_exp | null),game_server_node_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),k8s_job_name?: (String_comparison_exp | null),last_status_at?: (timestamptz_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_demo?: (match_map_demos_bool_exp | null),match_map_demo_id?: (uuid_comparison_exp | null),match_map_id?: (uuid_comparison_exp | null),paused?: (Boolean_comparison_exp | null),progress?: (numeric_comparison_exp | null),session_token?: (String_comparison_exp | null),sort_index?: (Int_comparison_exp | null),spec?: (jsonb_comparison_exp | null),status?: (String_comparison_exp | null),status_history?: (jsonb_comparison_exp | null),user?: (players_bool_exp | null),user_steam_id?: (bigint_comparison_exp | null)} -/** aggregate var_pop on columns */ -export interface v_team_ranks_var_pop_fields { - avg_elo: (Scalars['Float'] | null) - avg_faceit_elo: (Scalars['Float'] | null) - avg_faceit_level: (Scalars['Float'] | null) - avg_premier: (Scalars['Float'] | null) - max_elo: (Scalars['Float'] | null) - min_elo: (Scalars['Float'] | null) - roster_size: (Scalars['Float'] | null) - __typename: 'v_team_ranks_var_pop_fields' -} +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +export interface clip_render_jobs_delete_at_path_input {spec?: (Scalars['String'][] | null),status_history?: (Scalars['String'][] | null)} -/** aggregate var_samp on columns */ -export interface v_team_ranks_var_samp_fields { - avg_elo: (Scalars['Float'] | null) - avg_faceit_elo: (Scalars['Float'] | null) - avg_faceit_level: (Scalars['Float'] | null) - avg_premier: (Scalars['Float'] | null) - max_elo: (Scalars['Float'] | null) - min_elo: (Scalars['Float'] | null) - roster_size: (Scalars['Float'] | null) - __typename: 'v_team_ranks_var_samp_fields' -} +/** 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 clip_render_jobs_delete_elem_input {spec?: (Scalars['Int'] | null),status_history?: (Scalars['Int'] | null)} -/** aggregate variance on columns */ -export interface v_team_ranks_variance_fields { - avg_elo: (Scalars['Float'] | null) - avg_faceit_elo: (Scalars['Float'] | null) - avg_faceit_level: (Scalars['Float'] | null) - avg_premier: (Scalars['Float'] | null) - max_elo: (Scalars['Float'] | null) - min_elo: (Scalars['Float'] | null) - roster_size: (Scalars['Float'] | null) - __typename: 'v_team_ranks_variance_fields' -} +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +export interface clip_render_jobs_delete_key_input {spec?: (Scalars['String'] | null),status_history?: (Scalars['String'] | null)} -/** columns and relationships of "v_team_reputation" */ -export interface v_team_reputation { - late_cancels: (Scalars['bigint'] | null) - no_shows: (Scalars['bigint'] | null) - reliability_pct: (Scalars['numeric'] | null) - scrims_completed: (Scalars['bigint'] | null) - /** An object relationship */ - team: (teams | null) - team_id: (Scalars['uuid'] | null) - __typename: 'v_team_reputation' -} +/** input type for incrementing numeric columns in table "clip_render_jobs" */ +export interface clip_render_jobs_inc_input {progress?: (Scalars['numeric'] | null),sort_index?: (Scalars['Int'] | null),user_steam_id?: (Scalars['bigint'] | null)} -/** aggregated selection of "v_team_reputation" */ -export interface v_team_reputation_aggregate { - aggregate: (v_team_reputation_aggregate_fields | null) - nodes: v_team_reputation[] - __typename: 'v_team_reputation_aggregate' +/** input type for inserting data into table "clip_render_jobs" */ +export interface clip_render_jobs_insert_input {clip?: (match_clips_obj_rel_insert_input | null),clip_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),error_message?: (Scalars['String'] | null),game_server_node?: (game_server_nodes_obj_rel_insert_input | null),game_server_node_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),k8s_job_name?: (Scalars['String'] | null),last_status_at?: (Scalars['timestamptz'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_demo?: (match_map_demos_obj_rel_insert_input | null),match_map_demo_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),paused?: (Scalars['Boolean'] | null),progress?: (Scalars['numeric'] | null),session_token?: (Scalars['String'] | null),sort_index?: (Scalars['Int'] | null),spec?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),status_history?: (Scalars['jsonb'] | null),user?: (players_obj_rel_insert_input | null),user_steam_id?: (Scalars['bigint'] | null)} + + +/** aggregate max on columns */ +export interface clip_render_jobs_max_fieldsGenqlSelection{ + clip_id?: boolean | number + created_at?: boolean | number + error_message?: boolean | number + game_server_node_id?: boolean | number + id?: boolean | number + k8s_job_name?: boolean | number + last_status_at?: boolean | number + match_map_demo_id?: boolean | number + match_map_id?: boolean | number + progress?: boolean | number + session_token?: boolean | number + sort_index?: boolean | number + status?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate fields of "v_team_reputation" */ -export interface v_team_reputation_aggregate_fields { - avg: (v_team_reputation_avg_fields | null) - count: Scalars['Int'] - max: (v_team_reputation_max_fields | null) - min: (v_team_reputation_min_fields | null) - stddev: (v_team_reputation_stddev_fields | null) - stddev_pop: (v_team_reputation_stddev_pop_fields | null) - stddev_samp: (v_team_reputation_stddev_samp_fields | null) - sum: (v_team_reputation_sum_fields | null) - var_pop: (v_team_reputation_var_pop_fields | null) - var_samp: (v_team_reputation_var_samp_fields | null) - variance: (v_team_reputation_variance_fields | null) - __typename: 'v_team_reputation_aggregate_fields' +/** order by max() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_max_order_by {clip_id?: (order_by | null),created_at?: (order_by | null),error_message?: (order_by | null),game_server_node_id?: (order_by | null),id?: (order_by | null),k8s_job_name?: (order_by | null),last_status_at?: (order_by | null),match_map_demo_id?: (order_by | null),match_map_id?: (order_by | null),progress?: (order_by | null),session_token?: (order_by | null),sort_index?: (order_by | null),status?: (order_by | null),user_steam_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface clip_render_jobs_min_fieldsGenqlSelection{ + clip_id?: boolean | number + created_at?: boolean | number + error_message?: boolean | number + game_server_node_id?: boolean | number + id?: boolean | number + k8s_job_name?: boolean | number + last_status_at?: boolean | number + match_map_demo_id?: boolean | number + match_map_id?: boolean | number + progress?: boolean | number + session_token?: boolean | number + sort_index?: boolean | number + status?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate avg on columns */ -export interface v_team_reputation_avg_fields { - late_cancels: (Scalars['Float'] | null) - no_shows: (Scalars['Float'] | null) - reliability_pct: (Scalars['Float'] | null) - scrims_completed: (Scalars['Float'] | null) - __typename: 'v_team_reputation_avg_fields' +/** order by min() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_min_order_by {clip_id?: (order_by | null),created_at?: (order_by | null),error_message?: (order_by | null),game_server_node_id?: (order_by | null),id?: (order_by | null),k8s_job_name?: (order_by | null),last_status_at?: (order_by | null),match_map_demo_id?: (order_by | null),match_map_id?: (order_by | null),progress?: (order_by | null),session_token?: (order_by | null),sort_index?: (order_by | null),status?: (order_by | null),user_steam_id?: (order_by | null)} + + +/** response of any mutation on the table "clip_render_jobs" */ +export interface clip_render_jobs_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: clip_render_jobsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate max on columns */ -export interface v_team_reputation_max_fields { - late_cancels: (Scalars['bigint'] | null) - no_shows: (Scalars['bigint'] | null) - reliability_pct: (Scalars['numeric'] | null) - scrims_completed: (Scalars['bigint'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'v_team_reputation_max_fields' -} +/** on_conflict condition type for table "clip_render_jobs" */ +export interface clip_render_jobs_on_conflict {constraint: clip_render_jobs_constraint,update_columns?: clip_render_jobs_update_column[],where?: (clip_render_jobs_bool_exp | null)} -/** aggregate min on columns */ -export interface v_team_reputation_min_fields { - late_cancels: (Scalars['bigint'] | null) - no_shows: (Scalars['bigint'] | null) - reliability_pct: (Scalars['numeric'] | null) - scrims_completed: (Scalars['bigint'] | null) - team_id: (Scalars['uuid'] | null) - __typename: 'v_team_reputation_min_fields' -} +/** Ordering options when selecting data from "clip_render_jobs". */ +export interface clip_render_jobs_order_by {clip?: (match_clips_order_by | null),clip_id?: (order_by | null),created_at?: (order_by | null),error_message?: (order_by | null),game_server_node?: (game_server_nodes_order_by | null),game_server_node_id?: (order_by | null),id?: (order_by | null),k8s_job_name?: (order_by | null),last_status_at?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_demo?: (match_map_demos_order_by | null),match_map_demo_id?: (order_by | null),match_map_id?: (order_by | null),paused?: (order_by | null),progress?: (order_by | null),session_token?: (order_by | null),sort_index?: (order_by | null),spec?: (order_by | null),status?: (order_by | null),status_history?: (order_by | null),user?: (players_order_by | null),user_steam_id?: (order_by | null)} -/** select columns of table "v_team_reputation" */ -export type v_team_reputation_select_column = 'late_cancels' | 'no_shows' | 'reliability_pct' | 'scrims_completed' | 'team_id' +/** primary key columns input for table: clip_render_jobs */ +export interface clip_render_jobs_pk_columns_input {id: Scalars['uuid']} + + +/** prepend existing jsonb value of filtered columns with new jsonb value */ +export interface clip_render_jobs_prepend_input {spec?: (Scalars['jsonb'] | null),status_history?: (Scalars['jsonb'] | null)} + + +/** input type for updating data in table "clip_render_jobs" */ +export interface clip_render_jobs_set_input {clip_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),error_message?: (Scalars['String'] | null),game_server_node_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),k8s_job_name?: (Scalars['String'] | null),last_status_at?: (Scalars['timestamptz'] | null),match_map_demo_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),paused?: (Scalars['Boolean'] | null),progress?: (Scalars['numeric'] | null),session_token?: (Scalars['String'] | null),sort_index?: (Scalars['Int'] | null),spec?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),status_history?: (Scalars['jsonb'] | null),user_steam_id?: (Scalars['bigint'] | null)} /** aggregate stddev on columns */ -export interface v_team_reputation_stddev_fields { - late_cancels: (Scalars['Float'] | null) - no_shows: (Scalars['Float'] | null) - reliability_pct: (Scalars['Float'] | null) - scrims_completed: (Scalars['Float'] | null) - __typename: 'v_team_reputation_stddev_fields' +export interface clip_render_jobs_stddev_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by stddev() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_stddev_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_team_reputation_stddev_pop_fields { - late_cancels: (Scalars['Float'] | null) - no_shows: (Scalars['Float'] | null) - reliability_pct: (Scalars['Float'] | null) - scrims_completed: (Scalars['Float'] | null) - __typename: 'v_team_reputation_stddev_pop_fields' +export interface clip_render_jobs_stddev_pop_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_stddev_pop_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_team_reputation_stddev_samp_fields { - late_cancels: (Scalars['Float'] | null) - no_shows: (Scalars['Float'] | null) - reliability_pct: (Scalars['Float'] | null) - scrims_completed: (Scalars['Float'] | null) - __typename: 'v_team_reputation_stddev_samp_fields' +export interface clip_render_jobs_stddev_samp_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by stddev_samp() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_stddev_samp_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "clip_render_jobs" */ +export interface clip_render_jobs_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: clip_render_jobs_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface clip_render_jobs_stream_cursor_value_input {clip_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),error_message?: (Scalars['String'] | null),game_server_node_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),k8s_job_name?: (Scalars['String'] | null),last_status_at?: (Scalars['timestamptz'] | null),match_map_demo_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),paused?: (Scalars['Boolean'] | null),progress?: (Scalars['numeric'] | null),session_token?: (Scalars['String'] | null),sort_index?: (Scalars['Int'] | null),spec?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),status_history?: (Scalars['jsonb'] | null),user_steam_id?: (Scalars['bigint'] | null)} + + /** aggregate sum on columns */ -export interface v_team_reputation_sum_fields { - late_cancels: (Scalars['bigint'] | null) - no_shows: (Scalars['bigint'] | null) - reliability_pct: (Scalars['numeric'] | null) - scrims_completed: (Scalars['bigint'] | null) - __typename: 'v_team_reputation_sum_fields' +export interface clip_render_jobs_sum_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by sum() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_sum_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} + +export interface clip_render_jobs_updates { +/** append existing jsonb value of filtered columns with new jsonb value */ +_append?: (clip_render_jobs_append_input | null), +/** 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 | 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?: (clip_render_jobs_delete_elem_input | null), +/** 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 | null), +/** increments the numeric columns with given value of the filtered values */ +_inc?: (clip_render_jobs_inc_input | null), +/** prepend existing jsonb value of filtered columns with new jsonb value */ +_prepend?: (clip_render_jobs_prepend_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (clip_render_jobs_set_input | null), +/** filter the rows which have to be updated */ +where: clip_render_jobs_bool_exp} + + /** aggregate var_pop on columns */ -export interface v_team_reputation_var_pop_fields { - late_cancels: (Scalars['Float'] | null) - no_shows: (Scalars['Float'] | null) - reliability_pct: (Scalars['Float'] | null) - scrims_completed: (Scalars['Float'] | null) - __typename: 'v_team_reputation_var_pop_fields' +export interface clip_render_jobs_var_pop_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by var_pop() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_var_pop_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_team_reputation_var_samp_fields { - late_cancels: (Scalars['Float'] | null) - no_shows: (Scalars['Float'] | null) - reliability_pct: (Scalars['Float'] | null) - scrims_completed: (Scalars['Float'] | null) - __typename: 'v_team_reputation_var_samp_fields' +export interface clip_render_jobs_var_samp_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by var_samp() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_var_samp_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} + + /** aggregate variance on columns */ -export interface v_team_reputation_variance_fields { - late_cancels: (Scalars['Float'] | null) - no_shows: (Scalars['Float'] | null) - reliability_pct: (Scalars['Float'] | null) - scrims_completed: (Scalars['Float'] | null) - __typename: 'v_team_reputation_variance_fields' +export interface clip_render_jobs_variance_fieldsGenqlSelection{ + progress?: boolean | number + sort_index?: boolean | number + user_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** columns and relationships of "v_team_stage_results" */ -export interface v_team_stage_results { - group_number: Scalars['Int'] - head_to_head_match_wins: Scalars['Int'] - head_to_head_rounds_won: Scalars['Int'] - losses: Scalars['Int'] - maps_lost: Scalars['Int'] - maps_won: Scalars['Int'] - matches_played: Scalars['Int'] - matches_remaining: Scalars['Int'] - placement: Scalars['Int'] - rank: Scalars['Int'] - rounds_lost: Scalars['Int'] - rounds_won: Scalars['Int'] - /** An object relationship */ - stage: (tournament_stages | null) - /** An object relationship */ - team: (tournament_teams | null) - team_kdr: Scalars['float8'] - total_deaths: Scalars['Int'] - total_kills: Scalars['Int'] - tournament_stage_id: Scalars['uuid'] - tournament_team_id: Scalars['uuid'] - wins: Scalars['Int'] - __typename: 'v_team_stage_results' +/** order by variance() on columns of table "clip_render_jobs" */ +export interface clip_render_jobs_variance_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} + +export interface clone_league_season_args {_league_season_id?: (Scalars['uuid'] | null)} + + +/** columns and relationships of "db_backups" */ +export interface db_backupsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + name?: boolean | number + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregated selection of "v_team_stage_results" */ -export interface v_team_stage_results_aggregate { - aggregate: (v_team_stage_results_aggregate_fields | null) - nodes: v_team_stage_results[] - __typename: 'v_team_stage_results_aggregate' +/** aggregated selection of "db_backups" */ +export interface db_backups_aggregateGenqlSelection{ + aggregate?: db_backups_aggregate_fieldsGenqlSelection + nodes?: db_backupsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate fields of "v_team_stage_results" */ -export interface v_team_stage_results_aggregate_fields { - avg: (v_team_stage_results_avg_fields | null) - count: Scalars['Int'] - max: (v_team_stage_results_max_fields | null) - min: (v_team_stage_results_min_fields | null) - stddev: (v_team_stage_results_stddev_fields | null) - stddev_pop: (v_team_stage_results_stddev_pop_fields | null) - stddev_samp: (v_team_stage_results_stddev_samp_fields | null) - sum: (v_team_stage_results_sum_fields | null) - var_pop: (v_team_stage_results_var_pop_fields | null) - var_samp: (v_team_stage_results_var_samp_fields | null) - variance: (v_team_stage_results_variance_fields | null) - __typename: 'v_team_stage_results_aggregate_fields' +/** aggregate fields of "db_backups" */ +export interface db_backups_aggregate_fieldsGenqlSelection{ + avg?: db_backups_avg_fieldsGenqlSelection + count?: { __args: {columns?: (db_backups_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: db_backups_max_fieldsGenqlSelection + min?: db_backups_min_fieldsGenqlSelection + stddev?: db_backups_stddev_fieldsGenqlSelection + stddev_pop?: db_backups_stddev_pop_fieldsGenqlSelection + stddev_samp?: db_backups_stddev_samp_fieldsGenqlSelection + sum?: db_backups_sum_fieldsGenqlSelection + var_pop?: db_backups_var_pop_fieldsGenqlSelection + var_samp?: db_backups_var_samp_fieldsGenqlSelection + variance?: db_backups_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_team_stage_results_avg_fields { - group_number: (Scalars['Float'] | null) - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - placement: (Scalars['Float'] | null) - rank: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_stage_results_avg_fields' +export interface db_backups_avg_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** unique or primary key constraints on table "v_team_stage_results" */ -export type v_team_stage_results_constraint = 'v_team_stage_results_pkey' +/** Boolean expression to filter rows from the table "db_backups". All fields are combined with a logical 'AND'. */ +export interface db_backups_bool_exp {_and?: (db_backups_bool_exp[] | null),_not?: (db_backups_bool_exp | null),_or?: (db_backups_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),name?: (String_comparison_exp | null),size?: (Int_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "db_backups" */ +export interface db_backups_inc_input {size?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "db_backups" */ +export interface db_backups_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),size?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface v_team_stage_results_max_fields { - group_number: (Scalars['Int'] | null) - head_to_head_match_wins: (Scalars['Int'] | null) - head_to_head_rounds_won: (Scalars['Int'] | null) - losses: (Scalars['Int'] | null) - maps_lost: (Scalars['Int'] | null) - maps_won: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - matches_remaining: (Scalars['Int'] | null) - placement: (Scalars['Int'] | null) - rank: (Scalars['Int'] | null) - rounds_lost: (Scalars['Int'] | null) - rounds_won: (Scalars['Int'] | null) - team_kdr: (Scalars['float8'] | null) - total_deaths: (Scalars['Int'] | null) - total_kills: (Scalars['Int'] | null) - tournament_stage_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_team_stage_results_max_fields' +export interface db_backups_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + name?: boolean | number + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_team_stage_results_min_fields { - group_number: (Scalars['Int'] | null) - head_to_head_match_wins: (Scalars['Int'] | null) - head_to_head_rounds_won: (Scalars['Int'] | null) - losses: (Scalars['Int'] | null) - maps_lost: (Scalars['Int'] | null) - maps_won: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - matches_remaining: (Scalars['Int'] | null) - placement: (Scalars['Int'] | null) - rank: (Scalars['Int'] | null) - rounds_lost: (Scalars['Int'] | null) - rounds_won: (Scalars['Int'] | null) - team_kdr: (Scalars['float8'] | null) - total_deaths: (Scalars['Int'] | null) - total_kills: (Scalars['Int'] | null) - tournament_stage_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_team_stage_results_min_fields' +export interface db_backups_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + name?: boolean | number + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** response of any mutation on the table "v_team_stage_results" */ -export interface v_team_stage_results_mutation_response { +/** response of any mutation on the table "db_backups" */ +export interface db_backups_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ - affected_rows: Scalars['Int'] + affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning: v_team_stage_results[] - __typename: 'v_team_stage_results_mutation_response' + returning?: db_backupsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** select columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column = 'group_number' | 'head_to_head_match_wins' | 'head_to_head_rounds_won' | 'losses' | 'maps_lost' | 'maps_won' | 'matches_played' | 'matches_remaining' | 'placement' | 'rank' | 'rounds_lost' | 'rounds_won' | 'team_kdr' | 'total_deaths' | 'total_kills' | 'tournament_stage_id' | 'tournament_team_id' | 'wins' - - -/** select "v_team_stage_results_aggregate_bool_exp_avg_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_avg_arguments_columns = 'team_kdr' - - -/** select "v_team_stage_results_aggregate_bool_exp_corr_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_corr_arguments_columns = 'team_kdr' - - -/** select "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns = 'team_kdr' - - -/** select "v_team_stage_results_aggregate_bool_exp_max_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_max_arguments_columns = 'team_kdr' - - -/** select "v_team_stage_results_aggregate_bool_exp_min_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_min_arguments_columns = 'team_kdr' +/** on_conflict condition type for table "db_backups" */ +export interface db_backups_on_conflict {constraint: db_backups_constraint,update_columns?: db_backups_update_column[],where?: (db_backups_bool_exp | null)} -/** select "v_team_stage_results_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_stddev_samp_arguments_columns = 'team_kdr' +/** Ordering options when selecting data from "db_backups". */ +export interface db_backups_order_by {created_at?: (order_by | null),id?: (order_by | null),name?: (order_by | null),size?: (order_by | null)} -/** select "v_team_stage_results_aggregate_bool_exp_sum_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_sum_arguments_columns = 'team_kdr' +/** primary key columns input for table: db_backups */ +export interface db_backups_pk_columns_input {id: Scalars['uuid']} -/** select "v_team_stage_results_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_team_stage_results" */ -export type v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_var_samp_arguments_columns = 'team_kdr' +/** input type for updating data in table "db_backups" */ +export interface db_backups_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),size?: (Scalars['Int'] | null)} /** aggregate stddev on columns */ -export interface v_team_stage_results_stddev_fields { - group_number: (Scalars['Float'] | null) - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - placement: (Scalars['Float'] | null) - rank: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_stage_results_stddev_fields' +export interface db_backups_stddev_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_team_stage_results_stddev_pop_fields { - group_number: (Scalars['Float'] | null) - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - placement: (Scalars['Float'] | null) - rank: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_stage_results_stddev_pop_fields' +export interface db_backups_stddev_pop_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_team_stage_results_stddev_samp_fields { - group_number: (Scalars['Float'] | null) - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - placement: (Scalars['Float'] | null) - rank: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_stage_results_stddev_samp_fields' +export interface db_backups_stddev_samp_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** Streaming cursor of the table "db_backups" */ +export interface db_backups_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: db_backups_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface db_backups_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),size?: (Scalars['Int'] | null)} + + /** aggregate sum on columns */ -export interface v_team_stage_results_sum_fields { - group_number: (Scalars['Int'] | null) - head_to_head_match_wins: (Scalars['Int'] | null) - head_to_head_rounds_won: (Scalars['Int'] | null) - losses: (Scalars['Int'] | null) - maps_lost: (Scalars['Int'] | null) - maps_won: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - matches_remaining: (Scalars['Int'] | null) - placement: (Scalars['Int'] | null) - rank: (Scalars['Int'] | null) - rounds_lost: (Scalars['Int'] | null) - rounds_won: (Scalars['Int'] | null) - team_kdr: (Scalars['float8'] | null) - total_deaths: (Scalars['Int'] | null) - total_kills: (Scalars['Int'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_team_stage_results_sum_fields' +export interface db_backups_sum_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } - -/** update columns of table "v_team_stage_results" */ -export type v_team_stage_results_update_column = 'group_number' | 'head_to_head_match_wins' | 'head_to_head_rounds_won' | 'losses' | 'maps_lost' | 'maps_won' | 'matches_played' | 'matches_remaining' | 'placement' | 'rank' | 'rounds_lost' | 'rounds_won' | 'team_kdr' | 'total_deaths' | 'total_kills' | 'tournament_stage_id' | 'tournament_team_id' | 'wins' +export interface db_backups_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (db_backups_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (db_backups_set_input | null), +/** filter the rows which have to be updated */ +where: db_backups_bool_exp} /** aggregate var_pop on columns */ -export interface v_team_stage_results_var_pop_fields { - group_number: (Scalars['Float'] | null) - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - placement: (Scalars['Float'] | null) - rank: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_stage_results_var_pop_fields' +export interface db_backups_var_pop_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_team_stage_results_var_samp_fields { - group_number: (Scalars['Float'] | null) - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - placement: (Scalars['Float'] | null) - rank: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_stage_results_var_samp_fields' +export interface db_backups_var_samp_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_team_stage_results_variance_fields { - group_number: (Scalars['Float'] | null) - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - placement: (Scalars['Float'] | null) - rank: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_stage_results_variance_fields' +export interface db_backups_variance_fieldsGenqlSelection{ + size?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** columns and relationships of "v_team_tournament_results" */ -export interface v_team_tournament_results { - head_to_head_match_wins: (Scalars['Int'] | null) - head_to_head_rounds_won: (Scalars['Int'] | null) - losses: (Scalars['Int'] | null) - maps_lost: (Scalars['Int'] | null) - maps_won: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - matches_remaining: (Scalars['Int'] | null) - rounds_lost: (Scalars['Int'] | null) - rounds_won: (Scalars['Int'] | null) +/** columns and relationships of "draft_game_picks" */ +export interface draft_game_picksGenqlSelection{ + auto_picked?: boolean | number /** An object relationship */ - team: (tournament_teams | null) - team_kdr: (Scalars['float8'] | null) - total_deaths: (Scalars['Int'] | null) - total_kills: (Scalars['Int'] | null) + captain?: playersGenqlSelection + captain_steam_id?: boolean | number + created_at?: boolean | number /** An object relationship */ - tournament: (tournaments | null) - tournament_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_team_tournament_results' + draft_game?: draft_gamesGenqlSelection + draft_game_id?: boolean | number + id?: boolean | number + is_organizer?: boolean | number + lineup?: boolean | number + /** An object relationship */ + picked?: playersGenqlSelection + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregated selection of "v_team_tournament_results" */ -export interface v_team_tournament_results_aggregate { - aggregate: (v_team_tournament_results_aggregate_fields | null) - nodes: v_team_tournament_results[] - __typename: 'v_team_tournament_results_aggregate' +/** aggregated selection of "draft_game_picks" */ +export interface draft_game_picks_aggregateGenqlSelection{ + aggregate?: draft_game_picks_aggregate_fieldsGenqlSelection + nodes?: draft_game_picksGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +export interface draft_game_picks_aggregate_bool_exp {bool_and?: (draft_game_picks_aggregate_bool_exp_bool_and | null),bool_or?: (draft_game_picks_aggregate_bool_exp_bool_or | null),count?: (draft_game_picks_aggregate_bool_exp_count | null)} -/** aggregate fields of "v_team_tournament_results" */ -export interface v_team_tournament_results_aggregate_fields { - avg: (v_team_tournament_results_avg_fields | null) - count: Scalars['Int'] - max: (v_team_tournament_results_max_fields | null) - min: (v_team_tournament_results_min_fields | null) - stddev: (v_team_tournament_results_stddev_fields | null) - stddev_pop: (v_team_tournament_results_stddev_pop_fields | null) - stddev_samp: (v_team_tournament_results_stddev_samp_fields | null) - sum: (v_team_tournament_results_sum_fields | null) - var_pop: (v_team_tournament_results_var_pop_fields | null) - var_samp: (v_team_tournament_results_var_samp_fields | null) - variance: (v_team_tournament_results_variance_fields | null) - __typename: 'v_team_tournament_results_aggregate_fields' +export interface 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?: (Scalars['Boolean'] | null),filter?: (draft_game_picks_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface 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?: (Scalars['Boolean'] | null),filter?: (draft_game_picks_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface draft_game_picks_aggregate_bool_exp_count {arguments?: (draft_game_picks_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_picks_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "draft_game_picks" */ +export interface draft_game_picks_aggregate_fieldsGenqlSelection{ + avg?: draft_game_picks_avg_fieldsGenqlSelection + count?: { __args: {columns?: (draft_game_picks_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: draft_game_picks_max_fieldsGenqlSelection + min?: draft_game_picks_min_fieldsGenqlSelection + stddev?: draft_game_picks_stddev_fieldsGenqlSelection + stddev_pop?: draft_game_picks_stddev_pop_fieldsGenqlSelection + stddev_samp?: draft_game_picks_stddev_samp_fieldsGenqlSelection + sum?: draft_game_picks_sum_fieldsGenqlSelection + var_pop?: draft_game_picks_var_pop_fieldsGenqlSelection + var_samp?: draft_game_picks_var_samp_fieldsGenqlSelection + variance?: draft_game_picks_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +/** order by aggregate values of table "draft_game_picks" */ +export interface draft_game_picks_aggregate_order_by {avg?: (draft_game_picks_avg_order_by | null),count?: (order_by | null),max?: (draft_game_picks_max_order_by | null),min?: (draft_game_picks_min_order_by | null),stddev?: (draft_game_picks_stddev_order_by | null),stddev_pop?: (draft_game_picks_stddev_pop_order_by | null),stddev_samp?: (draft_game_picks_stddev_samp_order_by | null),sum?: (draft_game_picks_sum_order_by | null),var_pop?: (draft_game_picks_var_pop_order_by | null),var_samp?: (draft_game_picks_var_samp_order_by | null),variance?: (draft_game_picks_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "draft_game_picks" */ +export interface draft_game_picks_arr_rel_insert_input {data: draft_game_picks_insert_input[], +/** upsert condition */ +on_conflict?: (draft_game_picks_on_conflict | null)} + + /** aggregate avg on columns */ -export interface v_team_tournament_results_avg_fields { - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_tournament_results_avg_fields' +export interface draft_game_picks_avg_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate max on columns */ -export interface v_team_tournament_results_max_fields { - head_to_head_match_wins: (Scalars['Int'] | null) - head_to_head_rounds_won: (Scalars['Int'] | null) - losses: (Scalars['Int'] | null) - maps_lost: (Scalars['Int'] | null) - maps_won: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - matches_remaining: (Scalars['Int'] | null) - rounds_lost: (Scalars['Int'] | null) - rounds_won: (Scalars['Int'] | null) - team_kdr: (Scalars['float8'] | null) - total_deaths: (Scalars['Int'] | null) - total_kills: (Scalars['Int'] | null) - tournament_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_team_tournament_results_max_fields' -} +/** order by avg() on columns of table "draft_game_picks" */ +export interface draft_game_picks_avg_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} -/** aggregate min on columns */ -export interface v_team_tournament_results_min_fields { - head_to_head_match_wins: (Scalars['Int'] | null) - head_to_head_rounds_won: (Scalars['Int'] | null) - losses: (Scalars['Int'] | null) - maps_lost: (Scalars['Int'] | null) - maps_won: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - matches_remaining: (Scalars['Int'] | null) - rounds_lost: (Scalars['Int'] | null) - rounds_won: (Scalars['Int'] | null) - team_kdr: (Scalars['float8'] | null) - total_deaths: (Scalars['Int'] | null) - total_kills: (Scalars['Int'] | null) - tournament_id: (Scalars['uuid'] | null) - tournament_team_id: (Scalars['uuid'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_team_tournament_results_min_fields' -} +/** Boolean expression to filter rows from the table "draft_game_picks". All fields are combined with a logical 'AND'. */ +export interface draft_game_picks_bool_exp {_and?: (draft_game_picks_bool_exp[] | null),_not?: (draft_game_picks_bool_exp | null),_or?: (draft_game_picks_bool_exp[] | null),auto_picked?: (Boolean_comparison_exp | null),captain?: (players_bool_exp | null),captain_steam_id?: (bigint_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),draft_game?: (draft_games_bool_exp | null),draft_game_id?: (uuid_comparison_exp | null),id?: (uuid_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),lineup?: (Int_comparison_exp | null),picked?: (players_bool_exp | null),picked_steam_id?: (bigint_comparison_exp | null)} -/** select columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column = 'head_to_head_match_wins' | 'head_to_head_rounds_won' | 'losses' | 'maps_lost' | 'maps_won' | 'matches_played' | 'matches_remaining' | 'rounds_lost' | 'rounds_won' | 'team_kdr' | 'total_deaths' | 'total_kills' | 'tournament_id' | 'tournament_team_id' | 'wins' +/** input type for incrementing numeric columns in table "draft_game_picks" */ +export interface draft_game_picks_inc_input {captain_steam_id?: (Scalars['bigint'] | null),lineup?: (Scalars['Int'] | null),picked_steam_id?: (Scalars['bigint'] | null)} -/** select "v_team_tournament_results_aggregate_bool_exp_avg_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_avg_arguments_columns = 'team_kdr' +/** input type for inserting data into table "draft_game_picks" */ +export interface draft_game_picks_insert_input {auto_picked?: (Scalars['Boolean'] | null),captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),draft_game?: (draft_games_obj_rel_insert_input | null),draft_game_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),lineup?: (Scalars['Int'] | null),picked?: (players_obj_rel_insert_input | null),picked_steam_id?: (Scalars['bigint'] | null)} -/** select "v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns = 'team_kdr' +/** aggregate max on columns */ +export interface draft_game_picks_max_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + created_at?: boolean | number + draft_game_id?: boolean | number + id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** select "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns = 'team_kdr' +/** order by max() on columns of table "draft_game_picks" */ +export interface draft_game_picks_max_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),draft_game_id?: (order_by | null),id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} -/** select "v_team_tournament_results_aggregate_bool_exp_max_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_max_arguments_columns = 'team_kdr' +/** aggregate min on columns */ +export interface draft_game_picks_min_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + created_at?: boolean | number + draft_game_id?: boolean | number + id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** select "v_team_tournament_results_aggregate_bool_exp_min_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_min_arguments_columns = 'team_kdr' +/** order by min() on columns of table "draft_game_picks" */ +export interface draft_game_picks_min_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),draft_game_id?: (order_by | null),id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} -/** select "v_team_tournament_results_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_stddev_samp_arguments_columns = 'team_kdr' +/** response of any mutation on the table "draft_game_picks" */ +export interface draft_game_picks_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: draft_game_picksGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** select "v_team_tournament_results_aggregate_bool_exp_sum_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_sum_arguments_columns = 'team_kdr' +/** on_conflict condition type for table "draft_game_picks" */ +export interface draft_game_picks_on_conflict {constraint: draft_game_picks_constraint,update_columns?: draft_game_picks_update_column[],where?: (draft_game_picks_bool_exp | null)} -/** select "v_team_tournament_results_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_team_tournament_results" */ -export type v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_var_samp_arguments_columns = 'team_kdr' +/** Ordering options when selecting data from "draft_game_picks". */ +export interface draft_game_picks_order_by {auto_picked?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),created_at?: (order_by | null),draft_game?: (draft_games_order_by | null),draft_game_id?: (order_by | null),id?: (order_by | null),is_organizer?: (order_by | null),lineup?: (order_by | null),picked?: (players_order_by | null),picked_steam_id?: (order_by | null)} + + +/** primary key columns input for table: draft_game_picks */ +export interface draft_game_picks_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "draft_game_picks" */ +export interface draft_game_picks_set_input {auto_picked?: (Scalars['Boolean'] | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),draft_game_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),lineup?: (Scalars['Int'] | null),picked_steam_id?: (Scalars['bigint'] | null)} /** aggregate stddev on columns */ -export interface v_team_tournament_results_stddev_fields { - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_tournament_results_stddev_fields' +export interface draft_game_picks_stddev_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by stddev() on columns of table "draft_game_picks" */ +export interface draft_game_picks_stddev_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_team_tournament_results_stddev_pop_fields { - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_tournament_results_stddev_pop_fields' +export interface draft_game_picks_stddev_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "draft_game_picks" */ +export interface draft_game_picks_stddev_pop_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_team_tournament_results_stddev_samp_fields { - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_tournament_results_stddev_samp_fields' +export interface draft_game_picks_stddev_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by stddev_samp() on columns of table "draft_game_picks" */ +export interface draft_game_picks_stddev_samp_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "draft_game_picks" */ +export interface 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 | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface draft_game_picks_stream_cursor_value_input {auto_picked?: (Scalars['Boolean'] | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),draft_game_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),lineup?: (Scalars['Int'] | null),picked_steam_id?: (Scalars['bigint'] | null)} + + /** aggregate sum on columns */ -export interface v_team_tournament_results_sum_fields { - head_to_head_match_wins: (Scalars['Int'] | null) - head_to_head_rounds_won: (Scalars['Int'] | null) - losses: (Scalars['Int'] | null) - maps_lost: (Scalars['Int'] | null) - maps_won: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - matches_remaining: (Scalars['Int'] | null) - rounds_lost: (Scalars['Int'] | null) - rounds_won: (Scalars['Int'] | null) - team_kdr: (Scalars['float8'] | null) - total_deaths: (Scalars['Int'] | null) - total_kills: (Scalars['Int'] | null) - wins: (Scalars['Int'] | null) - __typename: 'v_team_tournament_results_sum_fields' +export interface draft_game_picks_sum_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by sum() on columns of table "draft_game_picks" */ +export interface draft_game_picks_sum_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} + +export interface draft_game_picks_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (draft_game_picks_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (draft_game_picks_set_input | null), +/** filter the rows which have to be updated */ +where: draft_game_picks_bool_exp} + + /** aggregate var_pop on columns */ -export interface v_team_tournament_results_var_pop_fields { - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_tournament_results_var_pop_fields' +export interface draft_game_picks_var_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by var_pop() on columns of table "draft_game_picks" */ +export interface draft_game_picks_var_pop_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_team_tournament_results_var_samp_fields { - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_tournament_results_var_samp_fields' +export interface draft_game_picks_var_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } +/** order by var_samp() on columns of table "draft_game_picks" */ +export interface draft_game_picks_var_samp_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} + + /** aggregate variance on columns */ -export interface v_team_tournament_results_variance_fields { - head_to_head_match_wins: (Scalars['Float'] | null) - head_to_head_rounds_won: (Scalars['Float'] | null) - losses: (Scalars['Float'] | null) - maps_lost: (Scalars['Float'] | null) - maps_won: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - matches_remaining: (Scalars['Float'] | null) - rounds_lost: (Scalars['Float'] | null) - rounds_won: (Scalars['Float'] | null) - team_kdr: (Scalars['Float'] | null) - total_deaths: (Scalars['Float'] | null) - total_kills: (Scalars['Float'] | null) - wins: (Scalars['Float'] | null) - __typename: 'v_team_tournament_results_variance_fields' +export interface draft_game_picks_variance_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + lineup?: boolean | number + picked_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** columns and relationships of "v_tournament_player_stats" */ -export interface v_tournament_player_stats { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - headshot_percentage: (Scalars['float8'] | null) - headshots: (Scalars['Int'] | null) - kdr: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - /** An object relationship */ - player: (players | null) - player_steam_id: (Scalars['bigint'] | null) - /** An object relationship */ - tournament: (tournaments | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'v_tournament_player_stats' -} +/** order by variance() on columns of table "draft_game_picks" */ +export interface draft_game_picks_variance_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} -/** aggregated selection of "v_tournament_player_stats" */ -export interface v_tournament_player_stats_aggregate { - aggregate: (v_tournament_player_stats_aggregate_fields | null) - nodes: v_tournament_player_stats[] - __typename: 'v_tournament_player_stats_aggregate' +/** columns and relationships of "draft_game_players" */ +export interface draft_game_playersGenqlSelection{ + /** An object relationship */ + draft_game?: draft_gamesGenqlSelection + draft_game_id?: boolean | number + /** An object relationship */ + e_draft_game_player_status?: e_draft_game_player_statusGenqlSelection + elo_snapshot?: boolean | number + is_captain?: boolean | number + is_organizer?: boolean | number + joined_at?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + status?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate fields of "v_tournament_player_stats" */ -export interface v_tournament_player_stats_aggregate_fields { - avg: (v_tournament_player_stats_avg_fields | null) - count: Scalars['Int'] - max: (v_tournament_player_stats_max_fields | null) - min: (v_tournament_player_stats_min_fields | null) - stddev: (v_tournament_player_stats_stddev_fields | null) - stddev_pop: (v_tournament_player_stats_stddev_pop_fields | null) - stddev_samp: (v_tournament_player_stats_stddev_samp_fields | null) - sum: (v_tournament_player_stats_sum_fields | null) - var_pop: (v_tournament_player_stats_var_pop_fields | null) - var_samp: (v_tournament_player_stats_var_samp_fields | null) - variance: (v_tournament_player_stats_variance_fields | null) - __typename: 'v_tournament_player_stats_aggregate_fields' +/** aggregated selection of "draft_game_players" */ +export interface draft_game_players_aggregateGenqlSelection{ + aggregate?: draft_game_players_aggregate_fieldsGenqlSelection + nodes?: draft_game_playersGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } +export interface draft_game_players_aggregate_bool_exp {bool_and?: (draft_game_players_aggregate_bool_exp_bool_and | null),bool_or?: (draft_game_players_aggregate_bool_exp_bool_or | null),count?: (draft_game_players_aggregate_bool_exp_count | null)} -/** aggregate avg on columns */ -export interface v_tournament_player_stats_avg_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - headshot_percentage: (Scalars['Float'] | null) - headshots: (Scalars['Float'] | null) - kdr: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_tournament_player_stats_avg_fields' -} +export interface draft_game_players_aggregate_bool_exp_bool_and {arguments: draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_players_bool_exp | null),predicate: Boolean_comparison_exp} +export interface draft_game_players_aggregate_bool_exp_bool_or {arguments: draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_players_bool_exp | null),predicate: Boolean_comparison_exp} -/** aggregate max on columns */ -export interface v_tournament_player_stats_max_fields { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - headshot_percentage: (Scalars['float8'] | null) - headshots: (Scalars['Int'] | null) - kdr: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - player_steam_id: (Scalars['bigint'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'v_tournament_player_stats_max_fields' -} +export interface draft_game_players_aggregate_bool_exp_count {arguments?: (draft_game_players_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_players_bool_exp | null),predicate: Int_comparison_exp} -/** aggregate min on columns */ -export interface v_tournament_player_stats_min_fields { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - headshot_percentage: (Scalars['float8'] | null) - headshots: (Scalars['Int'] | null) - kdr: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - player_steam_id: (Scalars['bigint'] | null) - tournament_id: (Scalars['uuid'] | null) - __typename: 'v_tournament_player_stats_min_fields' +/** aggregate fields of "draft_game_players" */ +export interface draft_game_players_aggregate_fieldsGenqlSelection{ + avg?: draft_game_players_avg_fieldsGenqlSelection + count?: { __args: {columns?: (draft_game_players_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: draft_game_players_max_fieldsGenqlSelection + min?: draft_game_players_min_fieldsGenqlSelection + stddev?: draft_game_players_stddev_fieldsGenqlSelection + stddev_pop?: draft_game_players_stddev_pop_fieldsGenqlSelection + stddev_samp?: draft_game_players_stddev_samp_fieldsGenqlSelection + sum?: draft_game_players_sum_fieldsGenqlSelection + var_pop?: draft_game_players_var_pop_fieldsGenqlSelection + var_samp?: draft_game_players_var_samp_fieldsGenqlSelection + variance?: draft_game_players_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** select columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column = 'assists' | 'deaths' | 'headshot_percentage' | 'headshots' | 'kdr' | 'kills' | 'matches_played' | 'player_steam_id' | 'tournament_id' +/** order by aggregate values of table "draft_game_players" */ +export interface draft_game_players_aggregate_order_by {avg?: (draft_game_players_avg_order_by | null),count?: (order_by | null),max?: (draft_game_players_max_order_by | null),min?: (draft_game_players_min_order_by | null),stddev?: (draft_game_players_stddev_order_by | null),stddev_pop?: (draft_game_players_stddev_pop_order_by | null),stddev_samp?: (draft_game_players_stddev_samp_order_by | null),sum?: (draft_game_players_sum_order_by | null),var_pop?: (draft_game_players_var_pop_order_by | null),var_samp?: (draft_game_players_var_samp_order_by | null),variance?: (draft_game_players_variance_order_by | null)} -/** select "v_tournament_player_stats_aggregate_bool_exp_avg_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_avg_arguments_columns = 'headshot_percentage' | 'kdr' +/** input type for inserting array relation for remote table "draft_game_players" */ +export interface draft_game_players_arr_rel_insert_input {data: draft_game_players_insert_input[], +/** upsert condition */ +on_conflict?: (draft_game_players_on_conflict | null)} -/** select "v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns = 'headshot_percentage' | 'kdr' +/** aggregate avg on columns */ +export interface draft_game_players_avg_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** select "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns = 'headshot_percentage' | 'kdr' +/** order by avg() on columns of table "draft_game_players" */ +export interface draft_game_players_avg_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} -/** select "v_tournament_player_stats_aggregate_bool_exp_max_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_max_arguments_columns = 'headshot_percentage' | 'kdr' +/** Boolean expression to filter rows from the table "draft_game_players". All fields are combined with a logical 'AND'. */ +export interface draft_game_players_bool_exp {_and?: (draft_game_players_bool_exp[] | null),_not?: (draft_game_players_bool_exp | null),_or?: (draft_game_players_bool_exp[] | null),draft_game?: (draft_games_bool_exp | null),draft_game_id?: (uuid_comparison_exp | null),e_draft_game_player_status?: (e_draft_game_player_status_bool_exp | null),elo_snapshot?: (Int_comparison_exp | null),is_captain?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_at?: (timestamptz_comparison_exp | null),lineup?: (Int_comparison_exp | null),pick_order?: (Int_comparison_exp | null),player?: (players_bool_exp | null),status?: (e_draft_game_player_status_enum_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} -/** select "v_tournament_player_stats_aggregate_bool_exp_min_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_min_arguments_columns = 'headshot_percentage' | 'kdr' +/** input type for incrementing numeric columns in table "draft_game_players" */ +export interface draft_game_players_inc_input {elo_snapshot?: (Scalars['Int'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} -/** select "v_tournament_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns = 'headshot_percentage' | 'kdr' +/** input type for inserting data into table "draft_game_players" */ +export interface draft_game_players_insert_input {draft_game?: (draft_games_obj_rel_insert_input | null),draft_game_id?: (Scalars['uuid'] | null),e_draft_game_player_status?: (e_draft_game_player_status_obj_rel_insert_input | null),elo_snapshot?: (Scalars['Int'] | null),is_captain?: (Scalars['Boolean'] | null),joined_at?: (Scalars['timestamptz'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),player?: (players_obj_rel_insert_input | null),status?: (e_draft_game_player_status_enum | null),steam_id?: (Scalars['bigint'] | null)} -/** select "v_tournament_player_stats_aggregate_bool_exp_sum_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_sum_arguments_columns = 'headshot_percentage' | 'kdr' +/** aggregate max on columns */ +export interface draft_game_players_max_fieldsGenqlSelection{ + draft_game_id?: boolean | number + elo_snapshot?: boolean | number + joined_at?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** select "v_tournament_player_stats_aggregate_bool_exp_var_samp_arguments_columns" columns of table "v_tournament_player_stats" */ -export type v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_var_samp_arguments_columns = 'headshot_percentage' | 'kdr' +/** order by max() on columns of table "draft_game_players" */ +export interface draft_game_players_max_order_by {draft_game_id?: (order_by | null),elo_snapshot?: (order_by | null),joined_at?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} -/** aggregate stddev on columns */ -export interface v_tournament_player_stats_stddev_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - headshot_percentage: (Scalars['Float'] | null) - headshots: (Scalars['Float'] | null) - kdr: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_tournament_player_stats_stddev_fields' +/** aggregate min on columns */ +export interface draft_game_players_min_fieldsGenqlSelection{ + draft_game_id?: boolean | number + elo_snapshot?: boolean | number + joined_at?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate stddev_pop on columns */ -export interface v_tournament_player_stats_stddev_pop_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - headshot_percentage: (Scalars['Float'] | null) - headshots: (Scalars['Float'] | null) - kdr: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_tournament_player_stats_stddev_pop_fields' -} +/** order by min() on columns of table "draft_game_players" */ +export interface draft_game_players_min_order_by {draft_game_id?: (order_by | null),elo_snapshot?: (order_by | null),joined_at?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} -/** aggregate stddev_samp on columns */ -export interface v_tournament_player_stats_stddev_samp_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - headshot_percentage: (Scalars['Float'] | null) - headshots: (Scalars['Float'] | null) - kdr: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_tournament_player_stats_stddev_samp_fields' +/** response of any mutation on the table "draft_game_players" */ +export interface draft_game_players_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: draft_game_playersGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number } -/** aggregate sum on columns */ -export interface v_tournament_player_stats_sum_fields { - assists: (Scalars['Int'] | null) - deaths: (Scalars['Int'] | null) - headshot_percentage: (Scalars['float8'] | null) - headshots: (Scalars['Int'] | null) - kdr: (Scalars['float8'] | null) - kills: (Scalars['Int'] | null) - matches_played: (Scalars['Int'] | null) - player_steam_id: (Scalars['bigint'] | null) - __typename: 'v_tournament_player_stats_sum_fields' -} +/** on_conflict condition type for table "draft_game_players" */ +export interface draft_game_players_on_conflict {constraint: draft_game_players_constraint,update_columns?: draft_game_players_update_column[],where?: (draft_game_players_bool_exp | null)} -/** aggregate var_pop on columns */ -export interface v_tournament_player_stats_var_pop_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - headshot_percentage: (Scalars['Float'] | null) - headshots: (Scalars['Float'] | null) - kdr: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_tournament_player_stats_var_pop_fields' -} +/** Ordering options when selecting data from "draft_game_players". */ +export interface draft_game_players_order_by {draft_game?: (draft_games_order_by | null),draft_game_id?: (order_by | null),e_draft_game_player_status?: (e_draft_game_player_status_order_by | null),elo_snapshot?: (order_by | null),is_captain?: (order_by | null),is_organizer?: (order_by | null),joined_at?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),player?: (players_order_by | null),status?: (order_by | null),steam_id?: (order_by | null)} -/** aggregate var_samp on columns */ -export interface v_tournament_player_stats_var_samp_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - headshot_percentage: (Scalars['Float'] | null) - headshots: (Scalars['Float'] | null) - kdr: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_tournament_player_stats_var_samp_fields' -} +/** primary key columns input for table: draft_game_players */ +export interface draft_game_players_pk_columns_input {draft_game_id: Scalars['uuid'],steam_id: Scalars['bigint']} -/** aggregate variance on columns */ -export interface v_tournament_player_stats_variance_fields { - assists: (Scalars['Float'] | null) - deaths: (Scalars['Float'] | null) - headshot_percentage: (Scalars['Float'] | null) - headshots: (Scalars['Float'] | null) - kdr: (Scalars['Float'] | null) - kills: (Scalars['Float'] | null) - matches_played: (Scalars['Float'] | null) - player_steam_id: (Scalars['Float'] | null) - __typename: 'v_tournament_player_stats_variance_fields' -} +/** input type for updating data in table "draft_game_players" */ +export interface draft_game_players_set_input {draft_game_id?: (Scalars['uuid'] | null),elo_snapshot?: (Scalars['Int'] | null),is_captain?: (Scalars['Boolean'] | null),joined_at?: (Scalars['timestamptz'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),status?: (e_draft_game_player_status_enum | null),steam_id?: (Scalars['bigint'] | null)} -export type Query = query_root -export type Mutation = mutation_root -export type Subscription = subscription_root -export interface ActiveConnectionGenqlSelection{ - application_name?: boolean | number - client_addr?: boolean | number - pid?: boolean | number - query?: boolean | number - query_start?: boolean | number - state?: boolean | number - usename?: boolean | number +/** aggregate stddev on columns */ +export interface draft_game_players_stddev_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface ActiveQueryGenqlSelection{ - application_name?: boolean | number - client_addr?: boolean | number - duration_seconds?: boolean | number - pid?: boolean | number - query?: boolean | number - query_start?: boolean | number - state?: boolean | number - usename?: boolean | number - wait_event?: boolean | number - wait_event_type?: boolean | number + +/** order by stddev() on columns of table "draft_game_players" */ +export interface draft_game_players_stddev_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface draft_game_players_stddev_pop_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface ApiKeyResponseGenqlSelection{ - key?: boolean | number + +/** order by stddev_pop() on columns of table "draft_game_players" */ +export interface draft_game_players_stddev_pop_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface draft_game_players_stddev_samp_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_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)} +/** order by stddev_samp() on columns of table "draft_game_players" */ +export interface draft_game_players_stddev_samp_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} -export interface ClipAudioInput {duck_game_audio?: (Scalars['Boolean'] | null),fade_in_ms?: (Scalars['Int'] | null),fade_out_ms?: (Scalars['Int'] | null),track_url?: (Scalars['String'] | null),volume?: (Scalars['Float'] | null)} -export interface ClipOutputInput {format: Scalars['String'],fps: Scalars['Int'],resolution: Scalars['String']} +/** Streaming cursor of the table "draft_game_players" */ +export interface draft_game_players_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: draft_game_players_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -export interface ClipOverlayInput {end_ms: Scalars['Int'],payload?: (Scalars['jsonb'] | null),start_ms: Scalars['Int'],type: Scalars['String']} -export interface ClipSegmentInput {end_tick: Scalars['Int'],pov_steam_id?: (Scalars['String'] | null),start_tick: Scalars['Int']} +/** Initial value of the column from where the streaming should start */ +export interface draft_game_players_stream_cursor_value_input {draft_game_id?: (Scalars['uuid'] | null),elo_snapshot?: (Scalars['Int'] | null),is_captain?: (Scalars['Boolean'] | null),joined_at?: (Scalars['timestamptz'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),status?: (e_draft_game_player_status_enum | null),steam_id?: (Scalars['bigint'] | null)} -export interface ClipSpecInput {audio?: (ClipAudioInput | null),destination: Scalars['String'],match_map_id: Scalars['uuid'],output: ClipOutputInput,overlays?: (ClipOverlayInput[] | null),segments: ClipSegmentInput[],title?: (Scalars['String'] | null)} -export interface ConnectionByStateGenqlSelection{ - count?: boolean | number - state?: boolean | number - wait_event_type?: boolean | number - waiting_count?: boolean | number +/** aggregate sum on columns */ +export interface draft_game_players_sum_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface ConnectionStatsGenqlSelection{ - active?: boolean | number - by_state?: ConnectionByStateGenqlSelection - idle?: boolean | number - idle_in_transaction?: boolean | number - total?: boolean | number - waiting?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface CpuStatGenqlSelection{ - time?: boolean | number - total?: boolean | number - used?: boolean | number - window?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by sum() on columns of table "draft_game_players" */ +export interface draft_game_players_sum_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} -export interface CreateClipRenderOutputGenqlSelection{ - job_id?: boolean | number - success?: boolean | number +export interface draft_game_players_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (draft_game_players_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (draft_game_players_set_input | null), +/** filter the rows which have to be updated */ +where: draft_game_players_bool_exp} + + +/** aggregate var_pop on columns */ +export interface draft_game_players_var_pop_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface CreateDraftGameOutputGenqlSelection{ - draftGameId?: boolean | number + +/** order by var_pop() on columns of table "draft_game_players" */ +export interface draft_game_players_var_pop_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface draft_game_players_var_samp_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface CreateScheduledMatchOutputGenqlSelection{ - matchId?: boolean | number + +/** order by var_samp() on columns of table "draft_game_players" */ +export interface draft_game_players_var_samp_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface draft_game_players_variance_fieldsGenqlSelection{ + elo_snapshot?: boolean | number + lineup?: boolean | number + pick_order?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface DatabaseStatsGenqlSelection{ - blks_hit?: boolean | number - blks_read?: boolean | number - cache_hit_ratio?: boolean | number - conflicts?: boolean | number - datname?: boolean | number - deadlocks?: boolean | number - numbackends?: boolean | number - tup_deleted?: boolean | number - tup_fetched?: boolean | number - tup_inserted?: boolean | number - tup_returned?: boolean | number - tup_updated?: boolean | number - xact_commit?: boolean | number - xact_rollback?: boolean | number + +/** order by variance() on columns of table "draft_game_players" */ +export interface draft_game_players_variance_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} + + +/** columns and relationships of "draft_games" */ +export interface draft_gamesGenqlSelection{ + access?: boolean | number + capacity?: boolean | number + captain_selection?: boolean | number + created_at?: boolean | number + current_pick_lineup?: boolean | number + draft_order?: boolean | number + /** An object relationship */ + e_draft_game_captain_selection?: e_draft_game_captain_selectionGenqlSelection + /** An object relationship */ + e_draft_game_draft_order?: e_draft_game_draft_orderGenqlSelection + /** An object relationship */ + e_draft_game_mode?: e_draft_game_modeGenqlSelection + /** An object relationship */ + e_draft_game_status?: e_draft_game_statusGenqlSelection + /** An object relationship */ + e_lobby_access?: e_lobby_accessGenqlSelection + expires_at?: boolean | number + /** An object relationship */ + host?: playersGenqlSelection + host_steam_id?: boolean | number + id?: boolean | number + inner_squad?: boolean | number + invite_code?: boolean | number + is_organizer?: boolean | number + /** An object relationship */ + map_pool?: map_poolsGenqlSelection + map_pool_id?: boolean | number + /** An object relationship */ + match?: matchesGenqlSelection + match_id?: boolean | number + match_options_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + mode?: boolean | number + /** An object relationship */ + options?: match_optionsGenqlSelection + /** Turn order (lineup 1/2) for each remaining non-captain pick. */ + pattern?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + pick_deadline?: boolean | number + /** An array relationship */ + picks?: (draft_game_picksGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (draft_game_picks_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?: (draft_game_picks_order_by[] | null), + /** filter the rows returned */ + where?: (draft_game_picks_bool_exp | null)} }) + /** An aggregate relationship */ + picks_aggregate?: (draft_game_picks_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (draft_game_picks_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?: (draft_game_picks_order_by[] | null), + /** filter the rows returned */ + where?: (draft_game_picks_bool_exp | null)} }) + /** An array relationship */ + players?: (draft_game_playersGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (draft_game_players_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?: (draft_game_players_order_by[] | null), + /** filter the rows returned */ + where?: (draft_game_players_bool_exp | null)} }) + /** An aggregate relationship */ + players_aggregate?: (draft_game_players_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (draft_game_players_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?: (draft_game_players_order_by[] | null), + /** filter the rows returned */ + where?: (draft_game_players_bool_exp | null)} }) + regions?: boolean | number + require_approval?: boolean | number + scheduled_at?: boolean | number + status?: boolean | number + /** An object relationship */ + team_1?: teamsGenqlSelection + team_1_id?: boolean | number + /** An object relationship */ + team_2?: teamsGenqlSelection + team_2_id?: boolean | number + type?: boolean | number + updated_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface DbStatsGenqlSelection{ - calls?: boolean | number - local_blks_hit?: boolean | number - local_blks_read?: boolean | number - max_exec_time?: boolean | number - mean_exec_time?: boolean | number - min_exec_time?: boolean | number - query?: boolean | number - queryid?: boolean | number - shared_blks_hit?: boolean | number - shared_blks_read?: boolean | number - total_exec_time?: boolean | number - total_rows?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface DedicatedSeverInfoGenqlSelection{ - id?: boolean | number - lastPing?: boolean | number - map?: boolean | number - players?: boolean | number +/** aggregated selection of "draft_games" */ +export interface draft_games_aggregateGenqlSelection{ + aggregate?: draft_games_aggregate_fieldsGenqlSelection + nodes?: draft_gamesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface DeleteOrphansOutputGenqlSelection{ - bytes_freed?: boolean | number - deleted?: boolean | number - remaining_orphans?: boolean | number - success?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +export interface draft_games_aggregate_bool_exp {bool_and?: (draft_games_aggregate_bool_exp_bool_and | null),bool_or?: (draft_games_aggregate_bool_exp_bool_or | null),count?: (draft_games_aggregate_bool_exp_count | null)} -export interface DiskStatGenqlSelection{ - available?: boolean | number - filesystem?: boolean | number - mountpoint?: boolean | number - size?: boolean | number - used?: boolean | number - usedPercent?: boolean | number +export interface draft_games_aggregate_bool_exp_bool_and {arguments: draft_games_select_column_draft_games_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_games_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface draft_games_aggregate_bool_exp_bool_or {arguments: draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_games_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface draft_games_aggregate_bool_exp_count {arguments?: (draft_games_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (draft_games_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "draft_games" */ +export interface draft_games_aggregate_fieldsGenqlSelection{ + avg?: draft_games_avg_fieldsGenqlSelection + count?: { __args: {columns?: (draft_games_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: draft_games_max_fieldsGenqlSelection + min?: draft_games_min_fieldsGenqlSelection + stddev?: draft_games_stddev_fieldsGenqlSelection + stddev_pop?: draft_games_stddev_pop_fieldsGenqlSelection + stddev_samp?: draft_games_stddev_samp_fieldsGenqlSelection + sum?: draft_games_sum_fieldsGenqlSelection + var_pop?: draft_games_var_pop_fieldsGenqlSelection + var_samp?: draft_games_var_samp_fieldsGenqlSelection + variance?: draft_games_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface DiskStatsGenqlSelection{ - disks?: DiskStatGenqlSelection - time?: boolean | number + +/** order by aggregate values of table "draft_games" */ +export interface draft_games_aggregate_order_by {avg?: (draft_games_avg_order_by | null),count?: (order_by | null),max?: (draft_games_max_order_by | null),min?: (draft_games_min_order_by | null),stddev?: (draft_games_stddev_order_by | null),stddev_pop?: (draft_games_stddev_pop_order_by | null),stddev_samp?: (draft_games_stddev_samp_order_by | null),sum?: (draft_games_sum_order_by | null),var_pop?: (draft_games_var_pop_order_by | null),var_samp?: (draft_games_var_samp_order_by | null),variance?: (draft_games_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "draft_games" */ +export interface draft_games_arr_rel_insert_input {data: draft_games_insert_input[], +/** upsert condition */ +on_conflict?: (draft_games_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface draft_games_avg_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface DraftGamePreviewOutputGenqlSelection{ - accepted_count?: boolean | number - access?: boolean | number + +/** order by avg() on columns of table "draft_games" */ +export interface draft_games_avg_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)} + + +/** Boolean expression to filter rows from the table "draft_games". All fields are combined with a logical 'AND'. */ +export interface draft_games_bool_exp {_and?: (draft_games_bool_exp[] | null),_not?: (draft_games_bool_exp | null),_or?: (draft_games_bool_exp[] | null),access?: (e_lobby_access_enum_comparison_exp | null),capacity?: (Int_comparison_exp | null),captain_selection?: (e_draft_game_captain_selection_enum_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_pick_lineup?: (Int_comparison_exp | null),draft_order?: (e_draft_game_draft_order_enum_comparison_exp | null),e_draft_game_captain_selection?: (e_draft_game_captain_selection_bool_exp | null),e_draft_game_draft_order?: (e_draft_game_draft_order_bool_exp | null),e_draft_game_mode?: (e_draft_game_mode_bool_exp | null),e_draft_game_status?: (e_draft_game_status_bool_exp | null),e_lobby_access?: (e_lobby_access_bool_exp | null),expires_at?: (timestamptz_comparison_exp | null),host?: (players_bool_exp | null),host_steam_id?: (bigint_comparison_exp | null),id?: (uuid_comparison_exp | null),inner_squad?: (Boolean_comparison_exp | null),invite_code?: (uuid_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),map_pool?: (map_pools_bool_exp | null),map_pool_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_elo?: (Int_comparison_exp | null),min_elo?: (Int_comparison_exp | null),mode?: (e_draft_game_mode_enum_comparison_exp | null),options?: (match_options_bool_exp | null),pattern?: (jsonb_comparison_exp | null),pick_deadline?: (timestamptz_comparison_exp | null),picks?: (draft_game_picks_bool_exp | null),picks_aggregate?: (draft_game_picks_aggregate_bool_exp | null),players?: (draft_game_players_bool_exp | null),players_aggregate?: (draft_game_players_aggregate_bool_exp | null),regions?: (String_array_comparison_exp | null),require_approval?: (Boolean_comparison_exp | null),scheduled_at?: (timestamptz_comparison_exp | null),status?: (e_draft_game_status_enum_comparison_exp | null),team_1?: (teams_bool_exp | null),team_1_id?: (uuid_comparison_exp | null),team_2?: (teams_bool_exp | null),team_2_id?: (uuid_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "draft_games" */ +export interface draft_games_inc_input {capacity?: (Scalars['Int'] | null),current_pick_lineup?: (Scalars['Int'] | null),host_steam_id?: (Scalars['bigint'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "draft_games" */ +export interface draft_games_insert_input {access?: (e_lobby_access_enum | null),capacity?: (Scalars['Int'] | null),captain_selection?: (e_draft_game_captain_selection_enum | null),created_at?: (Scalars['timestamptz'] | null),current_pick_lineup?: (Scalars['Int'] | null),draft_order?: (e_draft_game_draft_order_enum | null),e_draft_game_captain_selection?: (e_draft_game_captain_selection_obj_rel_insert_input | null),e_draft_game_draft_order?: (e_draft_game_draft_order_obj_rel_insert_input | null),e_draft_game_mode?: (e_draft_game_mode_obj_rel_insert_input | null),e_draft_game_status?: (e_draft_game_status_obj_rel_insert_input | null),e_lobby_access?: (e_lobby_access_obj_rel_insert_input | null),expires_at?: (Scalars['timestamptz'] | null),host?: (players_obj_rel_insert_input | null),host_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),inner_squad?: (Scalars['Boolean'] | null),invite_code?: (Scalars['uuid'] | null),map_pool?: (map_pools_obj_rel_insert_input | null),map_pool_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),mode?: (e_draft_game_mode_enum | null),options?: (match_options_obj_rel_insert_input | null),pick_deadline?: (Scalars['timestamptz'] | null),picks?: (draft_game_picks_arr_rel_insert_input | null),players?: (draft_game_players_arr_rel_insert_input | null),regions?: (Scalars['String'][] | null),require_approval?: (Scalars['Boolean'] | null),scheduled_at?: (Scalars['timestamptz'] | null),status?: (e_draft_game_status_enum | null),team_1?: (teams_obj_rel_insert_input | null),team_1_id?: (Scalars['uuid'] | null),team_2?: (teams_obj_rel_insert_input | null),team_2_id?: (Scalars['uuid'] | null),type?: (e_match_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate max on columns */ +export interface draft_games_max_fieldsGenqlSelection{ capacity?: boolean | number - host_avatar_url?: boolean | number - host_name?: boolean | number + created_at?: boolean | number + current_pick_lineup?: boolean | number + expires_at?: boolean | number host_steam_id?: boolean | number id?: boolean | number - mode?: boolean | number - players?: DraftGamePreviewPlayerGenqlSelection - require_approval?: boolean | number - status?: boolean | number - type?: boolean | number + invite_code?: boolean | number + map_pool_id?: boolean | number + match_id?: boolean | number + match_options_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + pick_deadline?: boolean | number + regions?: boolean | number + scheduled_at?: boolean | number + team_1_id?: boolean | number + team_2_id?: boolean | number + updated_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface DraftGamePreviewPlayerGenqlSelection{ - avatar_url?: boolean | number - name?: boolean | number - status?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface FaceitTestOutputGenqlSelection{ - dataApi?: FaceitTestResultGenqlSelection - downloadApi?: FaceitTestResultGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by max() on columns of table "draft_games" */ +export interface draft_games_max_order_by {capacity?: (order_by | null),created_at?: (order_by | null),current_pick_lineup?: (order_by | null),expires_at?: (order_by | null),host_steam_id?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),map_pool_id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),pick_deadline?: (order_by | null),regions?: (order_by | null),scheduled_at?: (order_by | null),team_1_id?: (order_by | null),team_2_id?: (order_by | null),updated_at?: (order_by | null)} -export interface FaceitTestResultGenqlSelection{ - detail?: boolean | number - ok?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface FileContentResponseGenqlSelection{ - content?: boolean | number - path?: boolean | number - size?: boolean | number +/** aggregate min on columns */ +export interface draft_games_min_fieldsGenqlSelection{ + capacity?: boolean | number + created_at?: boolean | number + current_pick_lineup?: boolean | number + expires_at?: boolean | number + host_steam_id?: boolean | number + id?: boolean | number + invite_code?: boolean | number + map_pool_id?: boolean | number + match_id?: boolean | number + match_options_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + pick_deadline?: boolean | number + regions?: boolean | number + scheduled_at?: boolean | number + team_1_id?: boolean | number + team_2_id?: boolean | number + updated_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface FileItemGenqlSelection{ - isDirectory?: boolean | number - modified?: boolean | number - name?: boolean | number - path?: boolean | number - size?: boolean | number - type?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface FileListResponseGenqlSelection{ - currentPath?: boolean | number - items?: FileItemGenqlSelection +/** order by min() on columns of table "draft_games" */ +export interface draft_games_min_order_by {capacity?: (order_by | null),created_at?: (order_by | null),current_pick_lineup?: (order_by | null),expires_at?: (order_by | null),host_steam_id?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),map_pool_id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),pick_deadline?: (order_by | null),regions?: (order_by | null),scheduled_at?: (order_by | null),team_1_id?: (order_by | null),team_2_id?: (order_by | null),updated_at?: (order_by | null)} + + +/** response of any mutation on the table "draft_games" */ +export interface draft_games_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: draft_gamesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to compare columns of type "Float". All fields are combined with logical 'AND'. */ -export interface Float_comparison_exp {_eq?: (Scalars['Float'] | null),_gt?: (Scalars['Float'] | null),_gte?: (Scalars['Float'] | null),_in?: (Scalars['Float'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['Float'] | null),_lte?: (Scalars['Float'] | null),_neq?: (Scalars['Float'] | null),_nin?: (Scalars['Float'][] | null)} +/** input type for inserting object relation for remote table "draft_games" */ +export interface draft_games_obj_rel_insert_input {data: draft_games_insert_input, +/** upsert condition */ +on_conflict?: (draft_games_on_conflict | null)} -export interface GetTestUploadResponseGenqlSelection{ - error?: boolean | number - link?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface GpuDeviceStatGenqlSelection{ - index?: boolean | number - memory_mb?: boolean | number - memory_used_mb?: boolean | number - name?: boolean | number - power_w?: boolean | number - temperature_c?: boolean | number - utilization_percent?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** on_conflict condition type for table "draft_games" */ +export interface draft_games_on_conflict {constraint: draft_games_constraint,update_columns?: draft_games_update_column[],where?: (draft_games_bool_exp | null)} -export interface GpuStatsGenqlSelection{ - devices?: GpuDeviceStatGenqlSelection - time?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface HighlightPresetAvailabilityGenqlSelection{ - best_round?: boolean | number - has_demo?: boolean | number - knife?: boolean | number - multikills?: boolean | number - recap?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Ordering options when selecting data from "draft_games". */ +export interface draft_games_order_by {access?: (order_by | null),capacity?: (order_by | null),captain_selection?: (order_by | null),created_at?: (order_by | null),current_pick_lineup?: (order_by | null),draft_order?: (order_by | null),e_draft_game_captain_selection?: (e_draft_game_captain_selection_order_by | null),e_draft_game_draft_order?: (e_draft_game_draft_order_order_by | null),e_draft_game_mode?: (e_draft_game_mode_order_by | null),e_draft_game_status?: (e_draft_game_status_order_by | null),e_lobby_access?: (e_lobby_access_order_by | null),expires_at?: (order_by | null),host?: (players_order_by | null),host_steam_id?: (order_by | null),id?: (order_by | null),inner_squad?: (order_by | null),invite_code?: (order_by | null),is_organizer?: (order_by | null),map_pool?: (map_pools_order_by | null),map_pool_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),mode?: (order_by | null),options?: (match_options_order_by | null),pattern?: (order_by | null),pick_deadline?: (order_by | null),picks_aggregate?: (draft_game_picks_aggregate_order_by | null),players_aggregate?: (draft_game_players_aggregate_order_by | null),regions?: (order_by | null),require_approval?: (order_by | null),scheduled_at?: (order_by | null),status?: (order_by | null),team_1?: (teams_order_by | null),team_1_id?: (order_by | null),team_2?: (teams_order_by | null),team_2_id?: (order_by | null),type?: (order_by | null),updated_at?: (order_by | null)} -export interface HypertableInfoGenqlSelection{ - compression_enabled?: boolean | number - hypertable_name?: boolean | number - num_chunks?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface IndexIOStatGenqlSelection{ - idx_blks_hit?: boolean | number - idx_blks_read?: boolean | number - indexname?: boolean | number - schemaname?: boolean | number - tablename?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: draft_games */ +export interface draft_games_pk_columns_input {id: Scalars['uuid']} -export interface IndexStatGenqlSelection{ - idx_scan?: boolean | number - idx_tup_fetch?: boolean | number - idx_tup_read?: boolean | number - index_size?: boolean | number - indexname?: boolean | number - schemaname?: boolean | number - table_size?: boolean | number - tablename?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "draft_games" */ +export interface draft_games_set_input {access?: (e_lobby_access_enum | null),capacity?: (Scalars['Int'] | null),captain_selection?: (e_draft_game_captain_selection_enum | null),created_at?: (Scalars['timestamptz'] | null),current_pick_lineup?: (Scalars['Int'] | null),draft_order?: (e_draft_game_draft_order_enum | null),expires_at?: (Scalars['timestamptz'] | null),host_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),inner_squad?: (Scalars['Boolean'] | null),invite_code?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),mode?: (e_draft_game_mode_enum | null),pick_deadline?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),require_approval?: (Scalars['Boolean'] | null),scheduled_at?: (Scalars['timestamptz'] | null),status?: (e_draft_game_status_enum | null),team_1_id?: (Scalars['uuid'] | null),team_2_id?: (Scalars['uuid'] | null),type?: (e_match_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} -/** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */ -export interface Int_comparison_exp {_eq?: (Scalars['Int'] | null),_gt?: (Scalars['Int'] | null),_gte?: (Scalars['Int'] | null),_in?: (Scalars['Int'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['Int'] | null),_lte?: (Scalars['Int'] | null),_neq?: (Scalars['Int'] | null),_nin?: (Scalars['Int'][] | null)} -export interface KickResultGenqlSelection{ - kicked?: boolean | number - message?: boolean | number +/** aggregate stddev on columns */ +export interface draft_games_stddev_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface LiveSpecGsiGenqlSelection{ - map_name?: boolean | number - map_phase?: boolean | number - round_number?: boolean | number - round_phase?: boolean | number - spec_slots?: LiveSpecSlotGenqlSelection - spectated_steam_id?: boolean | number - team_ct_name?: boolean | number - team_ct_score?: boolean | number - team_t_name?: boolean | number - team_t_score?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface LiveSpecSlotGenqlSelection{ - alive?: boolean | number - health?: boolean | number - name?: boolean | number - slot?: boolean | number - steam_id?: boolean | number - team?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by stddev() on columns of table "draft_games" */ +export interface draft_games_stddev_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)} -export interface LiveStreamSpecStateGenqlSelection{ - gsi?: LiveSpecGsiGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} -export interface LockInfoGenqlSelection{ - granted?: boolean | number - locktype?: boolean | number - mode?: boolean | number - pid?: boolean | number - query?: boolean | number - relation?: boolean | number - usename?: boolean | number +/** aggregate stddev_pop on columns */ +export interface draft_games_stddev_pop_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface MeResponseGenqlSelection{ - avatar_url?: boolean | number - country?: boolean | number - discord_id?: boolean | number - language?: boolean | number - name?: boolean | number - player?: playersGenqlSelection - profile_url?: boolean | number - role?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface MemoryStatGenqlSelection{ - time?: boolean | number - total?: boolean | number - used?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by stddev_pop() on columns of table "draft_games" */ +export interface draft_games_stddev_pop_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)} -export interface NetworkStatsGenqlSelection{ - nics?: NicStatGenqlSelection - time?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface NewsPostGenqlSelection{ - author_steam_id?: boolean | number - content_markdown?: boolean | number - cover_image_url?: boolean | number - created_at?: boolean | number - id?: boolean | number - published_at?: boolean | number - slug?: boolean | number - status?: boolean | number - teaser?: boolean | number - title?: boolean | number - updated_at?: boolean | number - view_count?: boolean | number +/** aggregate stddev_samp on columns */ +export interface draft_games_stddev_samp_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface NicStatGenqlSelection{ - name?: boolean | number - rx?: boolean | number - tx?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface NodeStatsGenqlSelection{ - cpu?: CpuStatGenqlSelection - disks?: DiskStatsGenqlSelection - gpu?: GpuStatsGenqlSelection - memory?: MemoryStatGenqlSelection - network?: NetworkStatsGenqlSelection - node?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by stddev_samp() on columns of table "draft_games" */ +export interface draft_games_stddev_samp_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)} -export interface OrphanObjectGenqlSelection{ - key?: boolean | number - size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface OrphanScanResultOutputGenqlSelection{ - bucket?: boolean | number - clip_bytes?: boolean | number - clip_objects?: boolean | number - demo_bytes?: boolean | number - demo_objects?: boolean | number - found?: boolean | number - orphan_bytes?: boolean | number - orphan_objects?: boolean | number - orphans?: OrphanObjectGenqlSelection - other_bytes?: boolean | number - other_objects?: boolean | number - scanned_at?: boolean | number - scanning?: boolean | number - total_bytes?: boolean | number - total_objects?: boolean | number - tracked_bytes?: boolean | number - tracked_objects?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Streaming cursor of the table "draft_games" */ +export interface draft_games_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: draft_games_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -export interface PendingMatchImportActionOutputGenqlSelection{ - error?: boolean | number - success?: boolean | number + +/** Initial value of the column from where the streaming should start */ +export interface draft_games_stream_cursor_value_input {access?: (e_lobby_access_enum | null),capacity?: (Scalars['Int'] | null),captain_selection?: (e_draft_game_captain_selection_enum | null),created_at?: (Scalars['timestamptz'] | null),current_pick_lineup?: (Scalars['Int'] | null),draft_order?: (e_draft_game_draft_order_enum | null),expires_at?: (Scalars['timestamptz'] | null),host_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),inner_squad?: (Scalars['Boolean'] | null),invite_code?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),mode?: (e_draft_game_mode_enum | null),pick_deadline?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),require_approval?: (Scalars['Boolean'] | null),scheduled_at?: (Scalars['timestamptz'] | null),status?: (e_draft_game_status_enum | null),team_1_id?: (Scalars['uuid'] | null),team_2_id?: (Scalars['uuid'] | null),type?: (e_match_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate sum on columns */ +export interface draft_games_sum_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface PodStatsGenqlSelection{ - cpu?: CpuStatGenqlSelection - memory?: MemoryStatGenqlSelection - name?: boolean | number - node?: boolean | number + +/** order by sum() on columns of table "draft_games" */ +export interface draft_games_sum_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)} + +export interface draft_games_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (draft_games_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (draft_games_set_input | null), +/** filter the rows which have to be updated */ +where: draft_games_bool_exp} + + +/** aggregate var_pop on columns */ +export interface draft_games_var_pop_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface PreviewTournamentMatchResetOutputGenqlSelection{ - impacts?: TournamentMatchResetImpactGenqlSelection + +/** order by var_pop() on columns of table "draft_games" */ +export interface draft_games_var_pop_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)} + + +/** aggregate var_samp on columns */ +export interface draft_games_var_samp_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface QueryDetailGenqlSelection{ - explain_plan?: boolean | number - query?: boolean | number - queryid?: boolean | number - stats?: QueryStatGenqlSelection + +/** order by var_samp() on columns of table "draft_games" */ +export interface draft_games_var_samp_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)} + + +/** aggregate variance on columns */ +export interface draft_games_variance_fieldsGenqlSelection{ + capacity?: boolean | number + current_pick_lineup?: boolean | number + host_steam_id?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface QueryStatGenqlSelection{ - cache_hit_ratio?: boolean | number - calls?: boolean | number - local_blks_hit?: boolean | number - local_blks_read?: boolean | number - max_exec_time?: boolean | number - mean_exec_time?: boolean | number - min_exec_time?: boolean | number - query?: boolean | number - queryid?: boolean | number - shared_blks_hit?: boolean | number - shared_blks_read?: boolean | number - stddev_exec_time?: boolean | number - temp_blks_written?: boolean | number - total_exec_time?: boolean | number - total_rows?: boolean | number + +/** order by variance() on columns of table "draft_games" */ +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_check_in_settings" */ +export interface e_check_in_settingsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface RecomputeEloStartedOutputGenqlSelection{ - running?: boolean | number - success?: boolean | number + +/** aggregated selection of "e_check_in_settings" */ +export interface e_check_in_settings_aggregateGenqlSelection{ + aggregate?: e_check_in_settings_aggregate_fieldsGenqlSelection + nodes?: e_check_in_settingsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface RecomputeEloStatusOutputGenqlSelection{ - canceled?: boolean | number - completed?: boolean | number - current_match_id?: boolean | number - failed?: boolean | number - finished_at?: boolean | number - running?: boolean | number - started_at?: boolean | number - total?: boolean | number + +/** aggregate fields of "e_check_in_settings" */ +export interface e_check_in_settings_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_check_in_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_check_in_settings_max_fieldsGenqlSelection + min?: e_check_in_settings_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface ReindexStartedOutputGenqlSelection{ - running?: boolean | number - success?: boolean | number + +/** Boolean expression to filter rows from the table "e_check_in_settings". All fields are combined with a logical 'AND'. */ +export interface e_check_in_settings_bool_exp {_and?: (e_check_in_settings_bool_exp[] | null),_not?: (e_check_in_settings_bool_exp | null),_or?: (e_check_in_settings_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_check_in_settings_enum". All fields are combined with logical 'AND'. */ +export interface e_check_in_settings_enum_comparison_exp {_eq?: (e_check_in_settings_enum | null),_in?: (e_check_in_settings_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_check_in_settings_enum | null),_nin?: (e_check_in_settings_enum[] | null)} + + +/** input type for inserting data into table "e_check_in_settings" */ +export interface e_check_in_settings_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_check_in_settings_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface ReindexStatusOutputGenqlSelection{ - canceled?: boolean | number - completed?: boolean | number - current_steam_id?: boolean | number - failed?: boolean | number - finished_at?: boolean | number - running?: boolean | number - started_at?: boolean | number - total?: boolean | number + +/** aggregate min on columns */ +export interface e_check_in_settings_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface ReparseAllStartedOutputGenqlSelection{ - running?: boolean | number - success?: boolean | number + +/** response of any mutation on the table "e_check_in_settings" */ +export interface e_check_in_settings_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_check_in_settingsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface ReparseAllStatusOutputGenqlSelection{ - canceled?: boolean | number - completed?: boolean | number - current_demo_id?: boolean | number - failed?: boolean | number - finished_at?: boolean | number - running?: boolean | number - started_at?: boolean | number - total?: boolean | number + +/** on_conflict condition type for table "e_check_in_settings" */ +export interface e_check_in_settings_on_conflict {constraint: e_check_in_settings_constraint,update_columns?: e_check_in_settings_update_column[],where?: (e_check_in_settings_bool_exp | null)} + + +/** Ordering options when selecting data from "e_check_in_settings". */ +export interface e_check_in_settings_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_check_in_settings */ +export interface e_check_in_settings_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_check_in_settings" */ +export interface e_check_in_settings_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_check_in_settings" */ +export interface e_check_in_settings_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_check_in_settings_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_check_in_settings_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_check_in_settings_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_check_in_settings_set_input | null), +/** filter the rows which have to be updated */ +where: e_check_in_settings_bool_exp} + + +/** columns and relationships of "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selectionGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface SanctionResultGenqlSelection{ - enforced?: boolean | number - id?: boolean | number - message?: boolean | number + +/** aggregated selection of "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_aggregateGenqlSelection{ + aggregate?: e_draft_game_captain_selection_aggregate_fieldsGenqlSelection + nodes?: e_draft_game_captain_selectionGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface ScanStartedOutputGenqlSelection{ - scanning?: boolean | number - success?: boolean | number + +/** aggregate fields of "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_draft_game_captain_selection_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_draft_game_captain_selection_max_fieldsGenqlSelection + min?: e_draft_game_captain_selection_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface ScheduledLineupInput {steam_ids?: (Scalars['String'][] | null),team_id?: (Scalars['String'] | null)} -export interface ScrimCalendarOutputGenqlSelection{ - url?: boolean | number +/** Boolean expression to filter rows from the table "e_draft_game_captain_selection". All fields are combined with a logical 'AND'. */ +export interface e_draft_game_captain_selection_bool_exp {_and?: (e_draft_game_captain_selection_bool_exp[] | null),_not?: (e_draft_game_captain_selection_bool_exp | null),_or?: (e_draft_game_captain_selection_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_draft_game_captain_selection_enum". All fields are combined with logical 'AND'. */ +export interface e_draft_game_captain_selection_enum_comparison_exp {_eq?: (e_draft_game_captain_selection_enum | null),_in?: (e_draft_game_captain_selection_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_captain_selection_enum | null),_nin?: (e_draft_game_captain_selection_enum[] | null)} + + +/** input type for inserting data into table "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_draft_game_captain_selection_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface SeasonBackfillStatusOutputGenqlSelection{ - canceled?: boolean | number - completed?: boolean | number - current_match_id?: boolean | number - failed?: boolean | number - finished_at?: boolean | number - running?: boolean | number - season_id?: boolean | number - started_at?: boolean | number - total?: boolean | number + +/** aggregate min on columns */ +export interface e_draft_game_captain_selection_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface ServerPlayerGenqlSelection{ - name?: boolean | number - steam_id?: boolean | number + +/** response of any mutation on the table "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_draft_game_captain_selectionGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface SetupGameServeOutputGenqlSelection{ - gameServerId?: boolean | number - link?: boolean | number + +/** input type for inserting object relation for remote table "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_obj_rel_insert_input {data: e_draft_game_captain_selection_insert_input, +/** upsert condition */ +on_conflict?: (e_draft_game_captain_selection_on_conflict | null)} + + +/** on_conflict condition type for table "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_on_conflict {constraint: e_draft_game_captain_selection_constraint,update_columns?: e_draft_game_captain_selection_update_column[],where?: (e_draft_game_captain_selection_bool_exp | null)} + + +/** Ordering options when selecting data from "e_draft_game_captain_selection". */ +export interface e_draft_game_captain_selection_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_draft_game_captain_selection */ +export interface e_draft_game_captain_selection_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_draft_game_captain_selection" */ +export interface e_draft_game_captain_selection_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_draft_game_captain_selection_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_draft_game_captain_selection_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_draft_game_captain_selection_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_draft_game_captain_selection_set_input | null), +/** filter the rows which have to be updated */ +where: e_draft_game_captain_selection_bool_exp} + + +/** columns and relationships of "e_draft_game_draft_order" */ +export interface e_draft_game_draft_orderGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface SteamMatchHistoryLinkOutputGenqlSelection{ - error?: boolean | number - success?: boolean | number + +/** aggregated selection of "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_aggregateGenqlSelection{ + aggregate?: e_draft_game_draft_order_aggregate_fieldsGenqlSelection + nodes?: e_draft_game_draft_orderGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface SteamMatchHistoryPollOutputGenqlSelection{ - collected?: boolean | number - error?: boolean | number - success?: boolean | number + +/** aggregate fields of "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_draft_game_draft_order_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_draft_game_draft_order_max_fieldsGenqlSelection + min?: e_draft_game_draft_order_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface SteamPresenceAdminStatusOutputGenqlSelection{ - bots?: SteamPresenceBotGenqlSelection - enabled?: boolean | number - pool?: SteamPresencePoolGenqlSelection + +/** Boolean expression to filter rows from the table "e_draft_game_draft_order". All fields are combined with a logical 'AND'. */ +export interface e_draft_game_draft_order_bool_exp {_and?: (e_draft_game_draft_order_bool_exp[] | null),_not?: (e_draft_game_draft_order_bool_exp | null),_or?: (e_draft_game_draft_order_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_draft_game_draft_order_enum". All fields are combined with logical 'AND'. */ +export interface e_draft_game_draft_order_enum_comparison_exp {_eq?: (e_draft_game_draft_order_enum | null),_in?: (e_draft_game_draft_order_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_draft_order_enum | null),_nin?: (e_draft_game_draft_order_enum[] | null)} + + +/** input type for inserting data into table "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_draft_game_draft_order_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface SteamPresenceBotGenqlSelection{ - assigned?: boolean | number - capacity?: boolean | number - guardLastWrong?: boolean | number - guardType?: boolean | number - id?: boolean | number - needs2fa?: boolean | number - online?: boolean | number - steamId?: boolean | number - steamLevel?: boolean | number - username?: boolean | number - watching?: boolean | number + +/** aggregate min on columns */ +export interface e_draft_game_draft_order_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface SteamPresenceBotAssignmentGenqlSelection{ - addUrl?: boolean | number - enabled?: boolean | number - status?: boolean | number - steamId?: boolean | number + +/** response of any mutation on the table "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_draft_game_draft_orderGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface SteamPresencePoolGenqlSelection{ - bots?: boolean | number - capacity?: boolean | number - online?: boolean | number - pending?: boolean | number - watching?: boolean | number + +/** input type for inserting object relation for remote table "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_obj_rel_insert_input {data: e_draft_game_draft_order_insert_input, +/** upsert condition */ +on_conflict?: (e_draft_game_draft_order_on_conflict | null)} + + +/** on_conflict condition type for table "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_on_conflict {constraint: e_draft_game_draft_order_constraint,update_columns?: e_draft_game_draft_order_update_column[],where?: (e_draft_game_draft_order_bool_exp | null)} + + +/** Ordering options when selecting data from "e_draft_game_draft_order". */ +export interface e_draft_game_draft_order_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_draft_game_draft_order */ +export interface e_draft_game_draft_order_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_draft_game_draft_order" */ +export interface e_draft_game_draft_order_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_draft_game_draft_order_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_draft_game_draft_order_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_draft_game_draft_order_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_draft_game_draft_order_set_input | null), +/** filter the rows which have to be updated */ +where: e_draft_game_draft_order_bool_exp} + + +/** columns and relationships of "e_draft_game_mode" */ +export interface e_draft_game_modeGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface StorageStatsGenqlSelection{ - summary?: StorageSummaryGenqlSelection - tables?: TableSizeInfoGenqlSelection + +/** aggregated selection of "e_draft_game_mode" */ +export interface e_draft_game_mode_aggregateGenqlSelection{ + aggregate?: e_draft_game_mode_aggregate_fieldsGenqlSelection + nodes?: e_draft_game_modeGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface StorageSummaryGenqlSelection{ - estimated_reclaimable_space?: boolean | number - total_database_size?: boolean | number - total_indexes_size?: boolean | number - total_table_size?: boolean | number + +/** aggregate fields of "e_draft_game_mode" */ +export interface e_draft_game_mode_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_draft_game_mode_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_draft_game_mode_max_fieldsGenqlSelection + min?: e_draft_game_mode_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ -export interface String_array_comparison_exp { -/** is the array contained in the given array value */ -_contained_in?: (Scalars['String'][] | null), -/** does the array contain the given value */ -_contains?: (Scalars['String'][] | null),_eq?: (Scalars['String'][] | null),_gt?: (Scalars['String'][] | null),_gte?: (Scalars['String'][] | null),_in?: (Scalars['String'][][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['String'][] | null),_lte?: (Scalars['String'][] | null),_neq?: (Scalars['String'][] | null),_nin?: (Scalars['String'][][] | null)} +/** Boolean expression to filter rows from the table "e_draft_game_mode". All fields are combined with a logical 'AND'. */ +export interface e_draft_game_mode_bool_exp {_and?: (e_draft_game_mode_bool_exp[] | null),_not?: (e_draft_game_mode_bool_exp | null),_or?: (e_draft_game_mode_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ -export interface String_comparison_exp {_eq?: (Scalars['String'] | null),_gt?: (Scalars['String'] | null),_gte?: (Scalars['String'] | null), -/** does the column match the given case-insensitive pattern */ -_ilike?: (Scalars['String'] | null),_in?: (Scalars['String'][] | null), -/** does the column match the given POSIX regular expression, case insensitive */ -_iregex?: (Scalars['String'] | null),_is_null?: (Scalars['Boolean'] | null), -/** does the column match the given pattern */ -_like?: (Scalars['String'] | null),_lt?: (Scalars['String'] | null),_lte?: (Scalars['String'] | null),_neq?: (Scalars['String'] | null), -/** does the column NOT match the given case-insensitive pattern */ -_nilike?: (Scalars['String'] | null),_nin?: (Scalars['String'][] | null), -/** does the column NOT match the given POSIX regular expression, case insensitive */ -_niregex?: (Scalars['String'] | null), -/** does the column NOT match the given pattern */ -_nlike?: (Scalars['String'] | null), -/** does the column NOT match the given POSIX regular expression, case sensitive */ -_nregex?: (Scalars['String'] | null), -/** does the column NOT match the given SQL regular expression */ -_nsimilar?: (Scalars['String'] | null), -/** does the column match the given POSIX regular expression, case sensitive */ -_regex?: (Scalars['String'] | null), -/** does the column match the given SQL regular expression */ -_similar?: (Scalars['String'] | null)} +/** Boolean expression to compare columns of type "e_draft_game_mode_enum". All fields are combined with logical 'AND'. */ +export interface e_draft_game_mode_enum_comparison_exp {_eq?: (e_draft_game_mode_enum | null),_in?: (e_draft_game_mode_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_mode_enum | null),_nin?: (e_draft_game_mode_enum[] | null)} -export interface SuccessOutputGenqlSelection{ - success?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface TableIOStatGenqlSelection{ - cache_hit_ratio?: boolean | number - heap_blks_hit?: boolean | number - heap_blks_read?: boolean | number - idx_blks_hit?: boolean | number - idx_blks_read?: boolean | number - relname?: boolean | number - schemaname?: boolean | number +/** input type for inserting data into table "e_draft_game_mode" */ +export interface e_draft_game_mode_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_draft_game_mode_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface TableSizeInfoGenqlSelection{ - estimated_dead_tuple_bytes?: boolean | number - indexes_size?: boolean | number - n_dead_tup?: boolean | number - n_live_tup?: boolean | number - schemaname?: boolean | number - table_size?: boolean | number - tablename?: boolean | number - total_size?: boolean | number + +/** aggregate min on columns */ +export interface e_draft_game_mode_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface TableStatGenqlSelection{ - idx_scan?: boolean | number - idx_tup_fetch?: boolean | number - last_analyze?: boolean | number - last_autoanalyze?: boolean | number - last_autovacuum?: boolean | number - last_vacuum?: boolean | number - n_dead_tup?: boolean | number - n_live_tup?: boolean | number - n_tup_del?: boolean | number - n_tup_hot_upd?: boolean | number - n_tup_ins?: boolean | number - n_tup_upd?: boolean | number - relname?: boolean | number - schemaname?: boolean | number - seq_scan?: boolean | number - seq_tup_read?: boolean | number + +/** response of any mutation on the table "e_draft_game_mode" */ +export interface e_draft_game_mode_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_draft_game_modeGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface TelemetryStatsGenqlSelection{ - online?: boolean | number + +/** input type for inserting object relation for remote table "e_draft_game_mode" */ +export interface e_draft_game_mode_obj_rel_insert_input {data: e_draft_game_mode_insert_input, +/** upsert condition */ +on_conflict?: (e_draft_game_mode_on_conflict | null)} + + +/** on_conflict condition type for table "e_draft_game_mode" */ +export interface e_draft_game_mode_on_conflict {constraint: e_draft_game_mode_constraint,update_columns?: e_draft_game_mode_update_column[],where?: (e_draft_game_mode_bool_exp | null)} + + +/** Ordering options when selecting data from "e_draft_game_mode". */ +export interface e_draft_game_mode_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_draft_game_mode */ +export interface e_draft_game_mode_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_draft_game_mode" */ +export interface e_draft_game_mode_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_draft_game_mode" */ +export interface e_draft_game_mode_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_draft_game_mode_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_draft_game_mode_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_draft_game_mode_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_draft_game_mode_set_input | null), +/** filter the rows which have to be updated */ +where: e_draft_game_mode_bool_exp} + + +/** columns and relationships of "e_draft_game_player_status" */ +export interface e_draft_game_player_statusGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface TestUploadResponseGenqlSelection{ - error?: boolean | number + +/** aggregated selection of "e_draft_game_player_status" */ +export interface e_draft_game_player_status_aggregateGenqlSelection{ + aggregate?: e_draft_game_player_status_aggregate_fieldsGenqlSelection + nodes?: e_draft_game_player_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface TimescaleJobGenqlSelection{ - hypertable_name?: boolean | number - job_id?: boolean | number - job_type?: boolean | number - last_run_status?: boolean | number - next_start?: boolean | number + +/** aggregate fields of "e_draft_game_player_status" */ +export interface e_draft_game_player_status_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_draft_game_player_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_draft_game_player_status_max_fieldsGenqlSelection + min?: e_draft_game_player_status_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface TimescaleStatsGenqlSelection{ - chunks_count?: boolean | number - hypertables?: HypertableInfoGenqlSelection - jobs?: TimescaleJobGenqlSelection + +/** Boolean expression to filter rows from the table "e_draft_game_player_status". All fields are combined with a logical 'AND'. */ +export interface e_draft_game_player_status_bool_exp {_and?: (e_draft_game_player_status_bool_exp[] | null),_not?: (e_draft_game_player_status_bool_exp | null),_or?: (e_draft_game_player_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_draft_game_player_status_enum". All fields are combined with logical 'AND'. */ +export interface e_draft_game_player_status_enum_comparison_exp {_eq?: (e_draft_game_player_status_enum | null),_in?: (e_draft_game_player_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_player_status_enum | null),_nin?: (e_draft_game_player_status_enum[] | null)} + + +/** input type for inserting data into table "e_draft_game_player_status" */ +export interface e_draft_game_player_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_draft_game_player_status_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface TournamentMatchResetImpactGenqlSelection{ - bracket_id?: boolean | number - depth?: boolean | number - is_source?: boolean | number - match_id?: boolean | number - match_number?: boolean | number - match_status?: boolean | number - path?: boolean | number - round?: boolean | number - stage_type?: boolean | number - will_delete_match?: boolean | number + +/** aggregate min on columns */ +export interface e_draft_game_player_status_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface WatchDemoOutputGenqlSelection{ - match_map_id?: boolean | number - session_id?: boolean | number - stream_url?: boolean | number - success?: boolean | number + +/** response of any mutation on the table "e_draft_game_player_status" */ +export interface e_draft_game_player_status_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_draft_game_player_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "_map_pool" */ -export interface _map_poolGenqlSelection{ - map_id?: boolean | number - map_pool_id?: boolean | number +/** input type for inserting object relation for remote table "e_draft_game_player_status" */ +export interface e_draft_game_player_status_obj_rel_insert_input {data: e_draft_game_player_status_insert_input, +/** upsert condition */ +on_conflict?: (e_draft_game_player_status_on_conflict | null)} + + +/** on_conflict condition type for table "e_draft_game_player_status" */ +export interface e_draft_game_player_status_on_conflict {constraint: e_draft_game_player_status_constraint,update_columns?: e_draft_game_player_status_update_column[],where?: (e_draft_game_player_status_bool_exp | null)} + + +/** Ordering options when selecting data from "e_draft_game_player_status". */ +export interface e_draft_game_player_status_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_draft_game_player_status */ +export interface e_draft_game_player_status_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_draft_game_player_status" */ +export interface e_draft_game_player_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_draft_game_player_status" */ +export interface e_draft_game_player_status_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_draft_game_player_status_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_draft_game_player_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_draft_game_player_status_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_draft_game_player_status_set_input | null), +/** filter the rows which have to be updated */ +where: e_draft_game_player_status_bool_exp} + + +/** columns and relationships of "e_draft_game_status" */ +export interface e_draft_game_statusGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "_map_pool" */ -export interface _map_pool_aggregateGenqlSelection{ - aggregate?: _map_pool_aggregate_fieldsGenqlSelection - nodes?: _map_poolGenqlSelection +/** aggregated selection of "e_draft_game_status" */ +export interface e_draft_game_status_aggregateGenqlSelection{ + aggregate?: e_draft_game_status_aggregate_fieldsGenqlSelection + nodes?: e_draft_game_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "_map_pool" */ -export interface _map_pool_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (_map_pool_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: _map_pool_max_fieldsGenqlSelection - min?: _map_pool_min_fieldsGenqlSelection +/** aggregate fields of "e_draft_game_status" */ +export interface e_draft_game_status_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_draft_game_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_draft_game_status_max_fieldsGenqlSelection + min?: e_draft_game_status_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "_map_pool". All fields are combined with a logical 'AND'. */ -export interface _map_pool_bool_exp {_and?: (_map_pool_bool_exp[] | null),_not?: (_map_pool_bool_exp | null),_or?: (_map_pool_bool_exp[] | null),map_id?: (uuid_comparison_exp | null),map_pool_id?: (uuid_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_draft_game_status". All fields are combined with a logical 'AND'. */ +export interface e_draft_game_status_bool_exp {_and?: (e_draft_game_status_bool_exp[] | null),_not?: (e_draft_game_status_bool_exp | null),_or?: (e_draft_game_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** input type for inserting data into table "_map_pool" */ -export interface _map_pool_insert_input {map_id?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null)} +/** Boolean expression to compare columns of type "e_draft_game_status_enum". All fields are combined with logical 'AND'. */ +export interface e_draft_game_status_enum_comparison_exp {_eq?: (e_draft_game_status_enum | null),_in?: (e_draft_game_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_status_enum | null),_nin?: (e_draft_game_status_enum[] | null)} + + +/** input type for inserting data into table "e_draft_game_status" */ +export interface e_draft_game_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface _map_pool_max_fieldsGenqlSelection{ - map_id?: boolean | number - map_pool_id?: boolean | number +export interface e_draft_game_status_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface _map_pool_min_fieldsGenqlSelection{ - map_id?: boolean | number - map_pool_id?: boolean | number +export interface e_draft_game_status_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "_map_pool" */ -export interface _map_pool_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_draft_game_status" */ +export interface e_draft_game_status_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: _map_poolGenqlSelection + returning?: e_draft_game_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "_map_pool" */ -export interface _map_pool_on_conflict {constraint: _map_pool_constraint,update_columns?: _map_pool_update_column[],where?: (_map_pool_bool_exp | null)} +/** input type for inserting object relation for remote table "e_draft_game_status" */ +export interface e_draft_game_status_obj_rel_insert_input {data: e_draft_game_status_insert_input, +/** upsert condition */ +on_conflict?: (e_draft_game_status_on_conflict | null)} -/** Ordering options when selecting data from "_map_pool". */ -export interface _map_pool_order_by {map_id?: (order_by | null),map_pool_id?: (order_by | null)} +/** on_conflict condition type for table "e_draft_game_status" */ +export interface e_draft_game_status_on_conflict {constraint: e_draft_game_status_constraint,update_columns?: e_draft_game_status_update_column[],where?: (e_draft_game_status_bool_exp | null)} -/** primary key columns input for table: _map_pool */ -export interface _map_pool_pk_columns_input {map_id: Scalars['uuid'],map_pool_id: Scalars['uuid']} +/** Ordering options when selecting data from "e_draft_game_status". */ +export interface e_draft_game_status_order_by {description?: (order_by | null),value?: (order_by | null)} -/** input type for updating data in table "_map_pool" */ -export interface _map_pool_set_input {map_id?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null)} +/** primary key columns input for table: e_draft_game_status */ +export interface e_draft_game_status_pk_columns_input {value: Scalars['String']} -/** Streaming cursor of the table "_map_pool" */ -export interface _map_pool_stream_cursor_input { +/** input type for updating data in table "e_draft_game_status" */ +export interface e_draft_game_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_draft_game_status" */ +export interface e_draft_game_status_stream_cursor_input { /** Stream column input with initial value */ -initial_value: _map_pool_stream_cursor_value_input, +initial_value: e_draft_game_status_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface _map_pool_stream_cursor_value_input {map_id?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null)} +export interface e_draft_game_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface _map_pool_updates { +export interface e_draft_game_status_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (_map_pool_set_input | null), +_set?: (e_draft_game_status_set_input | null), /** filter the rows which have to be updated */ -where: _map_pool_bool_exp} +where: e_draft_game_status_bool_exp} -/** columns and relationships of "abandoned_matches" */ -export interface abandoned_matchesGenqlSelection{ - abandoned_at?: boolean | number - id?: boolean | number - steam_id?: boolean | number +/** columns and relationships of "e_friend_status" */ +export interface e_friend_statusGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "abandoned_matches" */ -export interface abandoned_matches_aggregateGenqlSelection{ - aggregate?: abandoned_matches_aggregate_fieldsGenqlSelection - nodes?: abandoned_matchesGenqlSelection +/** aggregated selection of "e_friend_status" */ +export interface e_friend_status_aggregateGenqlSelection{ + aggregate?: e_friend_status_aggregate_fieldsGenqlSelection + nodes?: e_friend_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface abandoned_matches_aggregate_bool_exp {count?: (abandoned_matches_aggregate_bool_exp_count | null)} -export interface abandoned_matches_aggregate_bool_exp_count {arguments?: (abandoned_matches_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (abandoned_matches_bool_exp | null),predicate: Int_comparison_exp} +/** aggregate fields of "e_friend_status" */ +export interface e_friend_status_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_friend_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_friend_status_max_fieldsGenqlSelection + min?: e_friend_status_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate fields of "abandoned_matches" */ -export interface abandoned_matches_aggregate_fieldsGenqlSelection{ - avg?: abandoned_matches_avg_fieldsGenqlSelection - count?: { __args: {columns?: (abandoned_matches_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: abandoned_matches_max_fieldsGenqlSelection - min?: abandoned_matches_min_fieldsGenqlSelection - stddev?: abandoned_matches_stddev_fieldsGenqlSelection - stddev_pop?: abandoned_matches_stddev_pop_fieldsGenqlSelection - stddev_samp?: abandoned_matches_stddev_samp_fieldsGenqlSelection - sum?: abandoned_matches_sum_fieldsGenqlSelection - var_pop?: abandoned_matches_var_pop_fieldsGenqlSelection - var_samp?: abandoned_matches_var_samp_fieldsGenqlSelection - variance?: abandoned_matches_variance_fieldsGenqlSelection +/** Boolean expression to filter rows from the table "e_friend_status". All fields are combined with a logical 'AND'. */ +export interface e_friend_status_bool_exp {_and?: (e_friend_status_bool_exp[] | null),_not?: (e_friend_status_bool_exp | null),_or?: (e_friend_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_friend_status_enum". All fields are combined with logical 'AND'. */ +export interface e_friend_status_enum_comparison_exp {_eq?: (e_friend_status_enum | null),_in?: (e_friend_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_friend_status_enum | null),_nin?: (e_friend_status_enum[] | null)} + + +/** input type for inserting data into table "e_friend_status" */ +export interface e_friend_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_friend_status_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "abandoned_matches" */ -export interface abandoned_matches_aggregate_order_by {avg?: (abandoned_matches_avg_order_by | null),count?: (order_by | null),max?: (abandoned_matches_max_order_by | null),min?: (abandoned_matches_min_order_by | null),stddev?: (abandoned_matches_stddev_order_by | null),stddev_pop?: (abandoned_matches_stddev_pop_order_by | null),stddev_samp?: (abandoned_matches_stddev_samp_order_by | null),sum?: (abandoned_matches_sum_order_by | null),var_pop?: (abandoned_matches_var_pop_order_by | null),var_samp?: (abandoned_matches_var_samp_order_by | null),variance?: (abandoned_matches_variance_order_by | null)} +/** aggregate min on columns */ +export interface e_friend_status_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for inserting array relation for remote table "abandoned_matches" */ -export interface abandoned_matches_arr_rel_insert_input {data: abandoned_matches_insert_input[], +/** response of any mutation on the table "e_friend_status" */ +export interface e_friend_status_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_friend_statusGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "e_friend_status" */ +export interface e_friend_status_obj_rel_insert_input {data: e_friend_status_insert_input, /** upsert condition */ -on_conflict?: (abandoned_matches_on_conflict | null)} +on_conflict?: (e_friend_status_on_conflict | null)} -/** aggregate avg on columns */ -export interface abandoned_matches_avg_fieldsGenqlSelection{ - steam_id?: boolean | number +/** on_conflict condition type for table "e_friend_status" */ +export interface e_friend_status_on_conflict {constraint: e_friend_status_constraint,update_columns?: e_friend_status_update_column[],where?: (e_friend_status_bool_exp | null)} + + +/** Ordering options when selecting data from "e_friend_status". */ +export interface e_friend_status_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_friend_status */ +export interface e_friend_status_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_friend_status" */ +export interface e_friend_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_friend_status" */ +export interface e_friend_status_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_friend_status_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_friend_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_friend_status_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_friend_status_set_input | null), +/** filter the rows which have to be updated */ +where: e_friend_status_bool_exp} + + +/** columns and relationships of "e_game_cfg_types" */ +export interface e_game_cfg_typesGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "abandoned_matches" */ -export interface abandoned_matches_avg_order_by {steam_id?: (order_by | null)} +/** aggregated selection of "e_game_cfg_types" */ +export interface e_game_cfg_types_aggregateGenqlSelection{ + aggregate?: e_game_cfg_types_aggregate_fieldsGenqlSelection + nodes?: e_game_cfg_typesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** Boolean expression to filter rows from the table "abandoned_matches". All fields are combined with a logical 'AND'. */ -export interface abandoned_matches_bool_exp {_and?: (abandoned_matches_bool_exp[] | null),_not?: (abandoned_matches_bool_exp | null),_or?: (abandoned_matches_bool_exp[] | null),abandoned_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** aggregate fields of "e_game_cfg_types" */ +export interface e_game_cfg_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_game_cfg_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_game_cfg_types_max_fieldsGenqlSelection + min?: e_game_cfg_types_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for incrementing numeric columns in table "abandoned_matches" */ -export interface abandoned_matches_inc_input {steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to filter rows from the table "e_game_cfg_types". All fields are combined with a logical 'AND'. */ +export interface e_game_cfg_types_bool_exp {_and?: (e_game_cfg_types_bool_exp[] | null),_not?: (e_game_cfg_types_bool_exp | null),_or?: (e_game_cfg_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** input type for inserting data into table "abandoned_matches" */ -export interface abandoned_matches_insert_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to compare columns of type "e_game_cfg_types_enum". All fields are combined with logical 'AND'. */ +export interface e_game_cfg_types_enum_comparison_exp {_eq?: (e_game_cfg_types_enum | null),_in?: (e_game_cfg_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_game_cfg_types_enum | null),_nin?: (e_game_cfg_types_enum[] | null)} + + +/** input type for inserting data into table "e_game_cfg_types" */ +export interface e_game_cfg_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface abandoned_matches_max_fieldsGenqlSelection{ - abandoned_at?: boolean | number - id?: boolean | number - steam_id?: boolean | number +export interface e_game_cfg_types_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "abandoned_matches" */ -export interface abandoned_matches_max_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} - - /** aggregate min on columns */ -export interface abandoned_matches_min_fieldsGenqlSelection{ - abandoned_at?: boolean | number - id?: boolean | number - steam_id?: boolean | number +export interface e_game_cfg_types_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "abandoned_matches" */ -export interface abandoned_matches_min_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} - - -/** response of any mutation on the table "abandoned_matches" */ -export interface abandoned_matches_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_game_cfg_types" */ +export interface e_game_cfg_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: abandoned_matchesGenqlSelection + returning?: e_game_cfg_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "abandoned_matches" */ -export interface abandoned_matches_on_conflict {constraint: abandoned_matches_constraint,update_columns?: abandoned_matches_update_column[],where?: (abandoned_matches_bool_exp | null)} +/** on_conflict condition type for table "e_game_cfg_types" */ +export interface e_game_cfg_types_on_conflict {constraint: e_game_cfg_types_constraint,update_columns?: e_game_cfg_types_update_column[],where?: (e_game_cfg_types_bool_exp | null)} -/** Ordering options when selecting data from "abandoned_matches". */ -export interface abandoned_matches_order_by {abandoned_at?: (order_by | null),id?: (order_by | null),steam_id?: (order_by | null)} +/** Ordering options when selecting data from "e_game_cfg_types". */ +export interface e_game_cfg_types_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: abandoned_matches */ -export interface abandoned_matches_pk_columns_input {id: Scalars['uuid']} +/** primary key columns input for table: e_game_cfg_types */ +export interface e_game_cfg_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "abandoned_matches" */ -export interface abandoned_matches_set_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for updating data in table "e_game_cfg_types" */ +export interface e_game_cfg_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate stddev on columns */ -export interface abandoned_matches_stddev_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Streaming cursor of the table "e_game_cfg_types" */ +export interface e_game_cfg_types_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_game_cfg_types_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** order by stddev() on columns of table "abandoned_matches" */ -export interface abandoned_matches_stddev_order_by {steam_id?: (order_by | null)} +/** Initial value of the column from where the streaming should start */ +export interface e_game_cfg_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_game_cfg_types_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_game_cfg_types_set_input | null), +/** filter the rows which have to be updated */ +where: e_game_cfg_types_bool_exp} -/** aggregate stddev_pop on columns */ -export interface abandoned_matches_stddev_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +/** columns and relationships of "e_game_server_node_statuses" */ +export interface e_game_server_node_statusesGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "abandoned_matches" */ -export interface abandoned_matches_stddev_pop_order_by {steam_id?: (order_by | null)} +/** aggregated selection of "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_aggregateGenqlSelection{ + aggregate?: e_game_server_node_statuses_aggregate_fieldsGenqlSelection + nodes?: e_game_server_node_statusesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface abandoned_matches_stddev_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +/** aggregate fields of "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_game_server_node_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_game_server_node_statuses_max_fieldsGenqlSelection + min?: e_game_server_node_statuses_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "abandoned_matches" */ -export interface abandoned_matches_stddev_samp_order_by {steam_id?: (order_by | null)} +/** Boolean expression to filter rows from the table "e_game_server_node_statuses". All fields are combined with a logical 'AND'. */ +export interface e_game_server_node_statuses_bool_exp {_and?: (e_game_server_node_statuses_bool_exp[] | null),_not?: (e_game_server_node_statuses_bool_exp | null),_or?: (e_game_server_node_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Streaming cursor of the table "abandoned_matches" */ -export interface abandoned_matches_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: abandoned_matches_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** Boolean expression to compare columns of type "e_game_server_node_statuses_enum". All fields are combined with logical 'AND'. */ +export interface e_game_server_node_statuses_enum_comparison_exp {_eq?: (e_game_server_node_statuses_enum | null),_in?: (e_game_server_node_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_game_server_node_statuses_enum | null),_nin?: (e_game_server_node_statuses_enum[] | null)} -/** Initial value of the column from where the streaming should start */ -export interface abandoned_matches_stream_cursor_value_input {abandoned_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate sum on columns */ -export interface abandoned_matches_sum_fieldsGenqlSelection{ - steam_id?: boolean | number +/** aggregate max on columns */ +export interface e_game_server_node_statuses_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "abandoned_matches" */ -export interface abandoned_matches_sum_order_by {steam_id?: (order_by | null)} - -export interface abandoned_matches_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (abandoned_matches_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (abandoned_matches_set_input | null), -/** filter the rows which have to be updated */ -where: abandoned_matches_bool_exp} +/** aggregate min on columns */ +export interface e_game_server_node_statuses_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface abandoned_matches_var_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +/** response of any mutation on the table "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_game_server_node_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "abandoned_matches" */ -export interface abandoned_matches_var_pop_order_by {steam_id?: (order_by | null)} +/** input type for inserting object relation for remote table "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_obj_rel_insert_input {data: e_game_server_node_statuses_insert_input, +/** upsert condition */ +on_conflict?: (e_game_server_node_statuses_on_conflict | null)} + + +/** on_conflict condition type for table "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_on_conflict {constraint: e_game_server_node_statuses_constraint,update_columns?: e_game_server_node_statuses_update_column[],where?: (e_game_server_node_statuses_bool_exp | null)} + +/** Ordering options when selecting data from "e_game_server_node_statuses". */ +export interface e_game_server_node_statuses_order_by {description?: (order_by | null),value?: (order_by | null)} -/** aggregate var_samp on columns */ -export interface abandoned_matches_var_samp_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: e_game_server_node_statuses */ +export interface e_game_server_node_statuses_pk_columns_input {value: Scalars['String']} -/** order by var_samp() on columns of table "abandoned_matches" */ -export interface abandoned_matches_var_samp_order_by {steam_id?: (order_by | null)} +/** input type for updating data in table "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate variance on columns */ -export interface abandoned_matches_variance_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Streaming cursor of the table "e_game_server_node_statuses" */ +export interface e_game_server_node_statuses_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_game_server_node_statuses_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** order by variance() on columns of table "abandoned_matches" */ -export interface abandoned_matches_variance_order_by {steam_id?: (order_by | null)} +/** Initial value of the column from where the streaming should start */ +export interface e_game_server_node_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** columns and relationships of "api_keys" */ -export interface api_keysGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - label?: boolean | number - last_used_at?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +export interface e_game_server_node_statuses_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_game_server_node_statuses_set_input | null), +/** filter the rows which have to be updated */ +where: e_game_server_node_statuses_bool_exp} -/** aggregated selection of "api_keys" */ -export interface api_keys_aggregateGenqlSelection{ - aggregate?: api_keys_aggregate_fieldsGenqlSelection - nodes?: api_keysGenqlSelection +/** columns and relationships of "e_league_movement_types" */ +export interface e_league_movement_typesGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "api_keys" */ -export interface api_keys_aggregate_fieldsGenqlSelection{ - avg?: api_keys_avg_fieldsGenqlSelection - count?: { __args: {columns?: (api_keys_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: api_keys_max_fieldsGenqlSelection - min?: api_keys_min_fieldsGenqlSelection - stddev?: api_keys_stddev_fieldsGenqlSelection - stddev_pop?: api_keys_stddev_pop_fieldsGenqlSelection - stddev_samp?: api_keys_stddev_samp_fieldsGenqlSelection - sum?: api_keys_sum_fieldsGenqlSelection - var_pop?: api_keys_var_pop_fieldsGenqlSelection - var_samp?: api_keys_var_samp_fieldsGenqlSelection - variance?: api_keys_variance_fieldsGenqlSelection +/** aggregated selection of "e_league_movement_types" */ +export interface e_league_movement_types_aggregateGenqlSelection{ + aggregate?: e_league_movement_types_aggregate_fieldsGenqlSelection + nodes?: e_league_movement_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate avg on columns */ -export interface api_keys_avg_fieldsGenqlSelection{ - steam_id?: boolean | number +/** aggregate fields of "e_league_movement_types" */ +export interface e_league_movement_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_league_movement_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_league_movement_types_max_fieldsGenqlSelection + min?: e_league_movement_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "api_keys". All fields are combined with a logical 'AND'. */ -export interface api_keys_bool_exp {_and?: (api_keys_bool_exp[] | null),_not?: (api_keys_bool_exp | null),_or?: (api_keys_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),label?: (String_comparison_exp | null),last_used_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_league_movement_types". All fields are combined with a logical 'AND'. */ +export interface e_league_movement_types_bool_exp {_and?: (e_league_movement_types_bool_exp[] | null),_not?: (e_league_movement_types_bool_exp | null),_or?: (e_league_movement_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** input type for incrementing numeric columns in table "api_keys" */ -export interface api_keys_inc_input {steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to compare columns of type "e_league_movement_types_enum". All fields are combined with logical 'AND'. */ +export interface e_league_movement_types_enum_comparison_exp {_eq?: (e_league_movement_types_enum | null),_in?: (e_league_movement_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_league_movement_types_enum | null),_nin?: (e_league_movement_types_enum[] | null)} -/** input type for inserting data into table "api_keys" */ -export interface api_keys_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),last_used_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "e_league_movement_types" */ +export interface e_league_movement_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface api_keys_max_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - label?: boolean | number - last_used_at?: boolean | number - steam_id?: boolean | number +export interface e_league_movement_types_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface api_keys_min_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - label?: boolean | number - last_used_at?: boolean | number - steam_id?: boolean | number +export interface e_league_movement_types_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "api_keys" */ -export interface api_keys_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_league_movement_types" */ +export interface e_league_movement_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: api_keysGenqlSelection + returning?: e_league_movement_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "api_keys" */ -export interface api_keys_on_conflict {constraint: api_keys_constraint,update_columns?: api_keys_update_column[],where?: (api_keys_bool_exp | null)} - - -/** Ordering options when selecting data from "api_keys". */ -export interface api_keys_order_by {created_at?: (order_by | null),id?: (order_by | null),label?: (order_by | null),last_used_at?: (order_by | null),steam_id?: (order_by | null)} - - -/** primary key columns input for table: api_keys */ -export interface api_keys_pk_columns_input {id: Scalars['uuid']} +/** input type for inserting object relation for remote table "e_league_movement_types" */ +export interface e_league_movement_types_obj_rel_insert_input {data: e_league_movement_types_insert_input, +/** upsert condition */ +on_conflict?: (e_league_movement_types_on_conflict | null)} -/** input type for updating data in table "api_keys" */ -export interface api_keys_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),last_used_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} +/** on_conflict condition type for table "e_league_movement_types" */ +export interface e_league_movement_types_on_conflict {constraint: e_league_movement_types_constraint,update_columns?: e_league_movement_types_update_column[],where?: (e_league_movement_types_bool_exp | null)} -/** aggregate stddev on columns */ -export interface api_keys_stddev_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Ordering options when selecting data from "e_league_movement_types". */ +export interface e_league_movement_types_order_by {description?: (order_by | null),value?: (order_by | null)} -/** aggregate stddev_pop on columns */ -export interface api_keys_stddev_pop_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: e_league_movement_types */ +export interface e_league_movement_types_pk_columns_input {value: Scalars['String']} -/** aggregate stddev_samp on columns */ -export interface api_keys_stddev_samp_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "e_league_movement_types" */ +export interface e_league_movement_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "api_keys" */ -export interface api_keys_stream_cursor_input { +/** Streaming cursor of the table "e_league_movement_types" */ +export interface e_league_movement_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: api_keys_stream_cursor_value_input, +initial_value: e_league_movement_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface api_keys_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),last_used_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} - +export interface e_league_movement_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate sum on columns */ -export interface api_keys_sum_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - -export interface api_keys_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (api_keys_inc_input | null), +export interface e_league_movement_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (api_keys_set_input | null), +_set?: (e_league_movement_types_set_input | null), /** filter the rows which have to be updated */ -where: api_keys_bool_exp} +where: e_league_movement_types_bool_exp} -/** aggregate var_pop on columns */ -export interface api_keys_var_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +/** columns and relationships of "e_league_proposal_statuses" */ +export interface e_league_proposal_statusesGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate var_samp on columns */ -export interface api_keys_var_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +/** aggregated selection of "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_aggregateGenqlSelection{ + aggregate?: e_league_proposal_statuses_aggregate_fieldsGenqlSelection + nodes?: e_league_proposal_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate variance on columns */ -export interface api_keys_variance_fieldsGenqlSelection{ - steam_id?: boolean | number +/** aggregate fields of "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_league_proposal_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_league_proposal_statuses_max_fieldsGenqlSelection + min?: e_league_proposal_statuses_min_fieldsGenqlSelection __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 */ -_contained_in?: (Scalars['bigint'][] | null), -/** does the array contain the given value */ -_contains?: (Scalars['bigint'][] | null),_eq?: (Scalars['bigint'][] | null),_gt?: (Scalars['bigint'][] | null),_gte?: (Scalars['bigint'][] | null),_in?: (Scalars['bigint'][][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['bigint'][] | null),_lte?: (Scalars['bigint'][] | null),_neq?: (Scalars['bigint'][] | null),_nin?: (Scalars['bigint'][][] | null)} +/** Boolean expression to filter rows from the table "e_league_proposal_statuses". All fields are combined with a logical 'AND'. */ +export interface e_league_proposal_statuses_bool_exp {_and?: (e_league_proposal_statuses_bool_exp[] | null),_not?: (e_league_proposal_statuses_bool_exp | null),_or?: (e_league_proposal_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */ -export interface bigint_comparison_exp {_eq?: (Scalars['bigint'] | null),_gt?: (Scalars['bigint'] | null),_gte?: (Scalars['bigint'] | null),_in?: (Scalars['bigint'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['bigint'] | null),_lte?: (Scalars['bigint'] | null),_neq?: (Scalars['bigint'] | null),_nin?: (Scalars['bigint'][] | null)} +/** Boolean expression to compare columns of type "e_league_proposal_statuses_enum". All fields are combined with logical 'AND'. */ +export interface e_league_proposal_statuses_enum_comparison_exp {_eq?: (e_league_proposal_statuses_enum | null),_in?: (e_league_proposal_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_league_proposal_statuses_enum | null),_nin?: (e_league_proposal_statuses_enum[] | null)} -/** Boolean expression to compare columns of type "bytea". All fields are combined with logical 'AND'. */ -export interface bytea_comparison_exp {_eq?: (Scalars['bytea'] | null),_gt?: (Scalars['bytea'] | null),_gte?: (Scalars['bytea'] | null),_in?: (Scalars['bytea'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['bytea'] | null),_lte?: (Scalars['bytea'] | null),_neq?: (Scalars['bytea'] | null),_nin?: (Scalars['bytea'][] | null)} +/** input type for inserting data into table "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** columns and relationships of "clip_render_jobs" */ -export interface clip_render_jobsGenqlSelection{ - /** An object relationship */ - clip?: match_clipsGenqlSelection - clip_id?: boolean | number - created_at?: boolean | number - error_message?: boolean | number - /** An object relationship */ - game_server_node?: game_server_nodesGenqlSelection - game_server_node_id?: boolean | number - id?: boolean | number - k8s_job_name?: boolean | number - last_status_at?: boolean | number - /** An object relationship */ - match_map?: match_mapsGenqlSelection - /** An object relationship */ - match_map_demo?: match_map_demosGenqlSelection - match_map_demo_id?: boolean | number - match_map_id?: boolean | number - paused?: boolean | number - progress?: boolean | number - session_token?: boolean | number - sort_index?: boolean | number - spec?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - status?: boolean | number - status_history?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - /** An object relationship */ - user?: playersGenqlSelection - user_steam_id?: boolean | number +/** aggregate max on columns */ +export interface e_league_proposal_statuses_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "clip_render_jobs" */ -export interface clip_render_jobs_aggregateGenqlSelection{ - aggregate?: clip_render_jobs_aggregate_fieldsGenqlSelection - nodes?: clip_render_jobsGenqlSelection +/** aggregate min on columns */ +export interface e_league_proposal_statuses_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface clip_render_jobs_aggregate_bool_exp {bool_and?: (clip_render_jobs_aggregate_bool_exp_bool_and | null),bool_or?: (clip_render_jobs_aggregate_bool_exp_bool_or | null),count?: (clip_render_jobs_aggregate_bool_exp_count | null)} -export interface 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?: (Scalars['Boolean'] | null),filter?: (clip_render_jobs_bool_exp | null),predicate: Boolean_comparison_exp} +/** response of any mutation on the table "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_league_proposal_statusesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -export interface 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?: (Scalars['Boolean'] | null),filter?: (clip_render_jobs_bool_exp | null),predicate: Boolean_comparison_exp} -export interface clip_render_jobs_aggregate_bool_exp_count {arguments?: (clip_render_jobs_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (clip_render_jobs_bool_exp | null),predicate: Int_comparison_exp} +/** input type for inserting object relation for remote table "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_obj_rel_insert_input {data: e_league_proposal_statuses_insert_input, +/** upsert condition */ +on_conflict?: (e_league_proposal_statuses_on_conflict | null)} -/** aggregate fields of "clip_render_jobs" */ -export interface clip_render_jobs_aggregate_fieldsGenqlSelection{ - avg?: clip_render_jobs_avg_fieldsGenqlSelection - count?: { __args: {columns?: (clip_render_jobs_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: clip_render_jobs_max_fieldsGenqlSelection - min?: clip_render_jobs_min_fieldsGenqlSelection - stddev?: clip_render_jobs_stddev_fieldsGenqlSelection - stddev_pop?: clip_render_jobs_stddev_pop_fieldsGenqlSelection - stddev_samp?: clip_render_jobs_stddev_samp_fieldsGenqlSelection - sum?: clip_render_jobs_sum_fieldsGenqlSelection - var_pop?: clip_render_jobs_var_pop_fieldsGenqlSelection - var_samp?: clip_render_jobs_var_samp_fieldsGenqlSelection - variance?: clip_render_jobs_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** on_conflict condition type for table "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_on_conflict {constraint: e_league_proposal_statuses_constraint,update_columns?: e_league_proposal_statuses_update_column[],where?: (e_league_proposal_statuses_bool_exp | null)} -/** order by aggregate values of table "clip_render_jobs" */ -export interface clip_render_jobs_aggregate_order_by {avg?: (clip_render_jobs_avg_order_by | null),count?: (order_by | null),max?: (clip_render_jobs_max_order_by | null),min?: (clip_render_jobs_min_order_by | null),stddev?: (clip_render_jobs_stddev_order_by | null),stddev_pop?: (clip_render_jobs_stddev_pop_order_by | null),stddev_samp?: (clip_render_jobs_stddev_samp_order_by | null),sum?: (clip_render_jobs_sum_order_by | null),var_pop?: (clip_render_jobs_var_pop_order_by | null),var_samp?: (clip_render_jobs_var_samp_order_by | null),variance?: (clip_render_jobs_variance_order_by | null)} +/** Ordering options when selecting data from "e_league_proposal_statuses". */ +export interface e_league_proposal_statuses_order_by {description?: (order_by | null),value?: (order_by | null)} -/** append existing jsonb value of filtered columns with new jsonb value */ -export interface clip_render_jobs_append_input {spec?: (Scalars['jsonb'] | null),status_history?: (Scalars['jsonb'] | null)} +/** primary key columns input for table: e_league_proposal_statuses */ +export interface e_league_proposal_statuses_pk_columns_input {value: Scalars['String']} -/** input type for inserting array relation for remote table "clip_render_jobs" */ -export interface clip_render_jobs_arr_rel_insert_input {data: clip_render_jobs_insert_input[], -/** upsert condition */ -on_conflict?: (clip_render_jobs_on_conflict | null)} +/** input type for updating data in table "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate avg on columns */ -export interface clip_render_jobs_avg_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Streaming cursor of the table "e_league_proposal_statuses" */ +export interface e_league_proposal_statuses_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_league_proposal_statuses_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** order by avg() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_avg_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} +/** Initial value of the column from where the streaming should start */ +export interface e_league_proposal_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_league_proposal_statuses_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_league_proposal_statuses_set_input | null), +/** filter the rows which have to be updated */ +where: e_league_proposal_statuses_bool_exp} -/** Boolean expression to filter rows from the table "clip_render_jobs". All fields are combined with a logical 'AND'. */ -export interface clip_render_jobs_bool_exp {_and?: (clip_render_jobs_bool_exp[] | null),_not?: (clip_render_jobs_bool_exp | null),_or?: (clip_render_jobs_bool_exp[] | null),clip?: (match_clips_bool_exp | null),clip_id?: (uuid_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),error_message?: (String_comparison_exp | null),game_server_node?: (game_server_nodes_bool_exp | null),game_server_node_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),k8s_job_name?: (String_comparison_exp | null),last_status_at?: (timestamptz_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_demo?: (match_map_demos_bool_exp | null),match_map_demo_id?: (uuid_comparison_exp | null),match_map_id?: (uuid_comparison_exp | null),paused?: (Boolean_comparison_exp | null),progress?: (numeric_comparison_exp | null),session_token?: (String_comparison_exp | null),sort_index?: (Int_comparison_exp | null),spec?: (jsonb_comparison_exp | null),status?: (String_comparison_exp | null),status_history?: (jsonb_comparison_exp | null),user?: (players_bool_exp | null),user_steam_id?: (bigint_comparison_exp | null)} +/** columns and relationships of "e_league_registration_statuses" */ +export interface e_league_registration_statusesGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -export interface clip_render_jobs_delete_at_path_input {spec?: (Scalars['String'][] | null),status_history?: (Scalars['String'][] | null)} +/** aggregated selection of "e_league_registration_statuses" */ +export interface e_league_registration_statuses_aggregateGenqlSelection{ + aggregate?: e_league_registration_statuses_aggregate_fieldsGenqlSelection + nodes?: e_league_registration_statusesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** 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 clip_render_jobs_delete_elem_input {spec?: (Scalars['Int'] | null),status_history?: (Scalars['Int'] | null)} + +/** aggregate fields of "e_league_registration_statuses" */ +export interface e_league_registration_statuses_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_league_registration_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_league_registration_statuses_max_fieldsGenqlSelection + min?: e_league_registration_statuses_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -export interface clip_render_jobs_delete_key_input {spec?: (Scalars['String'] | null),status_history?: (Scalars['String'] | null)} +/** Boolean expression to filter rows from the table "e_league_registration_statuses". All fields are combined with a logical 'AND'. */ +export interface e_league_registration_statuses_bool_exp {_and?: (e_league_registration_statuses_bool_exp[] | null),_not?: (e_league_registration_statuses_bool_exp | null),_or?: (e_league_registration_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** input type for incrementing numeric columns in table "clip_render_jobs" */ -export interface clip_render_jobs_inc_input {progress?: (Scalars['numeric'] | null),sort_index?: (Scalars['Int'] | null),user_steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to compare columns of type "e_league_registration_statuses_enum". All fields are combined with logical 'AND'. */ +export interface e_league_registration_statuses_enum_comparison_exp {_eq?: (e_league_registration_statuses_enum | null),_in?: (e_league_registration_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_league_registration_statuses_enum | null),_nin?: (e_league_registration_statuses_enum[] | null)} -/** input type for inserting data into table "clip_render_jobs" */ -export interface clip_render_jobs_insert_input {clip?: (match_clips_obj_rel_insert_input | null),clip_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),error_message?: (Scalars['String'] | null),game_server_node?: (game_server_nodes_obj_rel_insert_input | null),game_server_node_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),k8s_job_name?: (Scalars['String'] | null),last_status_at?: (Scalars['timestamptz'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_demo?: (match_map_demos_obj_rel_insert_input | null),match_map_demo_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),paused?: (Scalars['Boolean'] | null),progress?: (Scalars['numeric'] | null),session_token?: (Scalars['String'] | null),sort_index?: (Scalars['Int'] | null),spec?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),status_history?: (Scalars['jsonb'] | null),user?: (players_obj_rel_insert_input | null),user_steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "e_league_registration_statuses" */ +export interface e_league_registration_statuses_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface clip_render_jobs_max_fieldsGenqlSelection{ - clip_id?: boolean | number - created_at?: boolean | number - error_message?: boolean | number - game_server_node_id?: boolean | number - id?: boolean | number - k8s_job_name?: boolean | number - last_status_at?: boolean | number - match_map_demo_id?: boolean | number - match_map_id?: boolean | number - progress?: boolean | number - session_token?: boolean | number - sort_index?: boolean | number - status?: boolean | number - user_steam_id?: boolean | number +export interface e_league_registration_statuses_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_max_order_by {clip_id?: (order_by | null),created_at?: (order_by | null),error_message?: (order_by | null),game_server_node_id?: (order_by | null),id?: (order_by | null),k8s_job_name?: (order_by | null),last_status_at?: (order_by | null),match_map_demo_id?: (order_by | null),match_map_id?: (order_by | null),progress?: (order_by | null),session_token?: (order_by | null),sort_index?: (order_by | null),status?: (order_by | null),user_steam_id?: (order_by | null)} - - /** aggregate min on columns */ -export interface clip_render_jobs_min_fieldsGenqlSelection{ - clip_id?: boolean | number - created_at?: boolean | number - error_message?: boolean | number - game_server_node_id?: boolean | number - id?: boolean | number - k8s_job_name?: boolean | number - last_status_at?: boolean | number - match_map_demo_id?: boolean | number - match_map_id?: boolean | number - progress?: boolean | number - session_token?: boolean | number - sort_index?: boolean | number - status?: boolean | number - user_steam_id?: boolean | number +export interface e_league_registration_statuses_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_min_order_by {clip_id?: (order_by | null),created_at?: (order_by | null),error_message?: (order_by | null),game_server_node_id?: (order_by | null),id?: (order_by | null),k8s_job_name?: (order_by | null),last_status_at?: (order_by | null),match_map_demo_id?: (order_by | null),match_map_id?: (order_by | null),progress?: (order_by | null),session_token?: (order_by | null),sort_index?: (order_by | null),status?: (order_by | null),user_steam_id?: (order_by | null)} - - -/** response of any mutation on the table "clip_render_jobs" */ -export interface clip_render_jobs_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_league_registration_statuses" */ +export interface e_league_registration_statuses_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: clip_render_jobsGenqlSelection + returning?: e_league_registration_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "clip_render_jobs" */ -export interface clip_render_jobs_on_conflict {constraint: clip_render_jobs_constraint,update_columns?: clip_render_jobs_update_column[],where?: (clip_render_jobs_bool_exp | null)} +/** input type for inserting object relation for remote table "e_league_registration_statuses" */ +export interface e_league_registration_statuses_obj_rel_insert_input {data: e_league_registration_statuses_insert_input, +/** upsert condition */ +on_conflict?: (e_league_registration_statuses_on_conflict | null)} -/** Ordering options when selecting data from "clip_render_jobs". */ -export interface clip_render_jobs_order_by {clip?: (match_clips_order_by | null),clip_id?: (order_by | null),created_at?: (order_by | null),error_message?: (order_by | null),game_server_node?: (game_server_nodes_order_by | null),game_server_node_id?: (order_by | null),id?: (order_by | null),k8s_job_name?: (order_by | null),last_status_at?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_demo?: (match_map_demos_order_by | null),match_map_demo_id?: (order_by | null),match_map_id?: (order_by | null),paused?: (order_by | null),progress?: (order_by | null),session_token?: (order_by | null),sort_index?: (order_by | null),spec?: (order_by | null),status?: (order_by | null),status_history?: (order_by | null),user?: (players_order_by | null),user_steam_id?: (order_by | null)} +/** on_conflict condition type for table "e_league_registration_statuses" */ +export interface e_league_registration_statuses_on_conflict {constraint: e_league_registration_statuses_constraint,update_columns?: e_league_registration_statuses_update_column[],where?: (e_league_registration_statuses_bool_exp | null)} -/** primary key columns input for table: clip_render_jobs */ -export interface clip_render_jobs_pk_columns_input {id: Scalars['uuid']} +/** Ordering options when selecting data from "e_league_registration_statuses". */ +export interface e_league_registration_statuses_order_by {description?: (order_by | null),value?: (order_by | null)} -/** prepend existing jsonb value of filtered columns with new jsonb value */ -export interface clip_render_jobs_prepend_input {spec?: (Scalars['jsonb'] | null),status_history?: (Scalars['jsonb'] | null)} +/** primary key columns input for table: e_league_registration_statuses */ +export interface e_league_registration_statuses_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "clip_render_jobs" */ -export interface clip_render_jobs_set_input {clip_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),error_message?: (Scalars['String'] | null),game_server_node_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),k8s_job_name?: (Scalars['String'] | null),last_status_at?: (Scalars['timestamptz'] | null),match_map_demo_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),paused?: (Scalars['Boolean'] | null),progress?: (Scalars['numeric'] | null),session_token?: (Scalars['String'] | null),sort_index?: (Scalars['Int'] | null),spec?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),status_history?: (Scalars['jsonb'] | null),user_steam_id?: (Scalars['bigint'] | null)} +/** input type for updating data in table "e_league_registration_statuses" */ +export interface e_league_registration_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate stddev on columns */ -export interface clip_render_jobs_stddev_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Streaming cursor of the table "e_league_registration_statuses" */ +export interface e_league_registration_statuses_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_league_registration_statuses_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** order by stddev() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_stddev_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} +/** Initial value of the column from where the streaming should start */ +export interface e_league_registration_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_league_registration_statuses_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_league_registration_statuses_set_input | null), +/** filter the rows which have to be updated */ +where: e_league_registration_statuses_bool_exp} -/** aggregate stddev_pop on columns */ -export interface clip_render_jobs_stddev_pop_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number + +/** columns and relationships of "e_league_season_statuses" */ +export interface e_league_season_statusesGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_stddev_pop_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} +/** aggregated selection of "e_league_season_statuses" */ +export interface e_league_season_statuses_aggregateGenqlSelection{ + aggregate?: e_league_season_statuses_aggregate_fieldsGenqlSelection + nodes?: e_league_season_statusesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface clip_render_jobs_stddev_samp_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number +/** aggregate fields of "e_league_season_statuses" */ +export interface e_league_season_statuses_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_league_season_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_league_season_statuses_max_fieldsGenqlSelection + min?: e_league_season_statuses_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_stddev_samp_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} +/** Boolean expression to filter rows from the table "e_league_season_statuses". All fields are combined with a logical 'AND'. */ +export interface e_league_season_statuses_bool_exp {_and?: (e_league_season_statuses_bool_exp[] | null),_not?: (e_league_season_statuses_bool_exp | null),_or?: (e_league_season_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Streaming cursor of the table "clip_render_jobs" */ -export interface clip_render_jobs_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: clip_render_jobs_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** Boolean expression to compare columns of type "e_league_season_statuses_enum". All fields are combined with logical 'AND'. */ +export interface e_league_season_statuses_enum_comparison_exp {_eq?: (e_league_season_statuses_enum | null),_in?: (e_league_season_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_league_season_statuses_enum | null),_nin?: (e_league_season_statuses_enum[] | null)} -/** Initial value of the column from where the streaming should start */ -export interface clip_render_jobs_stream_cursor_value_input {clip_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),error_message?: (Scalars['String'] | null),game_server_node_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),k8s_job_name?: (Scalars['String'] | null),last_status_at?: (Scalars['timestamptz'] | null),match_map_demo_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),paused?: (Scalars['Boolean'] | null),progress?: (Scalars['numeric'] | null),session_token?: (Scalars['String'] | null),sort_index?: (Scalars['Int'] | null),spec?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),status_history?: (Scalars['jsonb'] | null),user_steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "e_league_season_statuses" */ +export interface e_league_season_statuses_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate sum on columns */ -export interface clip_render_jobs_sum_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number +/** aggregate max on columns */ +export interface e_league_season_statuses_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_sum_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} - -export interface clip_render_jobs_updates { -/** append existing jsonb value of filtered columns with new jsonb value */ -_append?: (clip_render_jobs_append_input | null), -/** 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 | 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?: (clip_render_jobs_delete_elem_input | null), -/** 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 | null), -/** increments the numeric columns with given value of the filtered values */ -_inc?: (clip_render_jobs_inc_input | null), -/** prepend existing jsonb value of filtered columns with new jsonb value */ -_prepend?: (clip_render_jobs_prepend_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (clip_render_jobs_set_input | null), -/** filter the rows which have to be updated */ -where: clip_render_jobs_bool_exp} +/** aggregate min on columns */ +export interface e_league_season_statuses_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface clip_render_jobs_var_pop_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number +/** response of any mutation on the table "e_league_season_statuses" */ +export interface e_league_season_statuses_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_league_season_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_var_pop_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} +/** input type for inserting object relation for remote table "e_league_season_statuses" */ +export interface e_league_season_statuses_obj_rel_insert_input {data: e_league_season_statuses_insert_input, +/** upsert condition */ +on_conflict?: (e_league_season_statuses_on_conflict | null)} -/** aggregate var_samp on columns */ -export interface clip_render_jobs_var_samp_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** on_conflict condition type for table "e_league_season_statuses" */ +export interface e_league_season_statuses_on_conflict {constraint: e_league_season_statuses_constraint,update_columns?: e_league_season_statuses_update_column[],where?: (e_league_season_statuses_bool_exp | null)} -/** order by var_samp() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_var_samp_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} +/** Ordering options when selecting data from "e_league_season_statuses". */ +export interface e_league_season_statuses_order_by {description?: (order_by | null),value?: (order_by | null)} -/** aggregate variance on columns */ -export interface clip_render_jobs_variance_fieldsGenqlSelection{ - progress?: boolean | number - sort_index?: boolean | number - user_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: e_league_season_statuses */ +export interface e_league_season_statuses_pk_columns_input {value: Scalars['String']} -/** order by variance() on columns of table "clip_render_jobs" */ -export interface clip_render_jobs_variance_order_by {progress?: (order_by | null),sort_index?: (order_by | null),user_steam_id?: (order_by | null)} +/** input type for updating data in table "e_league_season_statuses" */ +export interface e_league_season_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** columns and relationships of "db_backups" */ -export interface db_backupsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - name?: boolean | number - size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Streaming cursor of the table "e_league_season_statuses" */ +export interface e_league_season_statuses_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_league_season_statuses_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** aggregated selection of "db_backups" */ -export interface db_backups_aggregateGenqlSelection{ - aggregate?: db_backups_aggregate_fieldsGenqlSelection - nodes?: db_backupsGenqlSelection +/** Initial value of the column from where the streaming should start */ +export interface e_league_season_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_league_season_statuses_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_league_season_statuses_set_input | null), +/** filter the rows which have to be updated */ +where: e_league_season_statuses_bool_exp} + + +/** columns and relationships of "e_lobby_access" */ +export interface e_lobby_accessGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "db_backups" */ -export interface db_backups_aggregate_fieldsGenqlSelection{ - avg?: db_backups_avg_fieldsGenqlSelection - count?: { __args: {columns?: (db_backups_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: db_backups_max_fieldsGenqlSelection - min?: db_backups_min_fieldsGenqlSelection - stddev?: db_backups_stddev_fieldsGenqlSelection - stddev_pop?: db_backups_stddev_pop_fieldsGenqlSelection - stddev_samp?: db_backups_stddev_samp_fieldsGenqlSelection - sum?: db_backups_sum_fieldsGenqlSelection - var_pop?: db_backups_var_pop_fieldsGenqlSelection - var_samp?: db_backups_var_samp_fieldsGenqlSelection - variance?: db_backups_variance_fieldsGenqlSelection +/** aggregated selection of "e_lobby_access" */ +export interface e_lobby_access_aggregateGenqlSelection{ + aggregate?: e_lobby_access_aggregate_fieldsGenqlSelection + nodes?: e_lobby_accessGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate avg on columns */ -export interface db_backups_avg_fieldsGenqlSelection{ - size?: boolean | number +/** aggregate fields of "e_lobby_access" */ +export interface e_lobby_access_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_lobby_access_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_lobby_access_max_fieldsGenqlSelection + min?: e_lobby_access_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "db_backups". All fields are combined with a logical 'AND'. */ -export interface db_backups_bool_exp {_and?: (db_backups_bool_exp[] | null),_not?: (db_backups_bool_exp | null),_or?: (db_backups_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),name?: (String_comparison_exp | null),size?: (Int_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_lobby_access". All fields are combined with a logical 'AND'. */ +export interface e_lobby_access_bool_exp {_and?: (e_lobby_access_bool_exp[] | null),_not?: (e_lobby_access_bool_exp | null),_or?: (e_lobby_access_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** input type for incrementing numeric columns in table "db_backups" */ -export interface db_backups_inc_input {size?: (Scalars['Int'] | null)} +/** Boolean expression to compare columns of type "e_lobby_access_enum". All fields are combined with logical 'AND'. */ +export interface e_lobby_access_enum_comparison_exp {_eq?: (e_lobby_access_enum | null),_in?: (e_lobby_access_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_lobby_access_enum | null),_nin?: (e_lobby_access_enum[] | null)} -/** input type for inserting data into table "db_backups" */ -export interface db_backups_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),size?: (Scalars['Int'] | null)} +/** input type for inserting data into table "e_lobby_access" */ +export interface e_lobby_access_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface db_backups_max_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - name?: boolean | number - size?: boolean | number +export interface e_lobby_access_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface db_backups_min_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - name?: boolean | number - size?: boolean | number +export interface e_lobby_access_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "db_backups" */ -export interface db_backups_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_lobby_access" */ +export interface e_lobby_access_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: db_backupsGenqlSelection + returning?: e_lobby_accessGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "db_backups" */ -export interface db_backups_on_conflict {constraint: db_backups_constraint,update_columns?: db_backups_update_column[],where?: (db_backups_bool_exp | null)} - - -/** Ordering options when selecting data from "db_backups". */ -export interface db_backups_order_by {created_at?: (order_by | null),id?: (order_by | null),name?: (order_by | null),size?: (order_by | null)} - - -/** primary key columns input for table: db_backups */ -export interface db_backups_pk_columns_input {id: Scalars['uuid']} +/** input type for inserting object relation for remote table "e_lobby_access" */ +export interface e_lobby_access_obj_rel_insert_input {data: e_lobby_access_insert_input, +/** upsert condition */ +on_conflict?: (e_lobby_access_on_conflict | null)} -/** input type for updating data in table "db_backups" */ -export interface db_backups_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),size?: (Scalars['Int'] | null)} +/** on_conflict condition type for table "e_lobby_access" */ +export interface e_lobby_access_on_conflict {constraint: e_lobby_access_constraint,update_columns?: e_lobby_access_update_column[],where?: (e_lobby_access_bool_exp | null)} -/** aggregate stddev on columns */ -export interface db_backups_stddev_fieldsGenqlSelection{ - size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Ordering options when selecting data from "e_lobby_access". */ +export interface e_lobby_access_order_by {description?: (order_by | null),value?: (order_by | null)} -/** aggregate stddev_pop on columns */ -export interface db_backups_stddev_pop_fieldsGenqlSelection{ - size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: e_lobby_access */ +export interface e_lobby_access_pk_columns_input {value: Scalars['String']} -/** aggregate stddev_samp on columns */ -export interface db_backups_stddev_samp_fieldsGenqlSelection{ - size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "e_lobby_access" */ +export interface e_lobby_access_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "db_backups" */ -export interface db_backups_stream_cursor_input { +/** Streaming cursor of the table "e_lobby_access" */ +export interface e_lobby_access_stream_cursor_input { /** Stream column input with initial value */ -initial_value: db_backups_stream_cursor_value_input, +initial_value: e_lobby_access_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface db_backups_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),size?: (Scalars['Int'] | null)} +export interface e_lobby_access_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_lobby_access_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_lobby_access_set_input | null), +/** filter the rows which have to be updated */ +where: e_lobby_access_bool_exp} -/** aggregate sum on columns */ -export interface db_backups_sum_fieldsGenqlSelection{ - size?: boolean | number +/** columns and relationships of "e_lobby_player_status" */ +export interface e_lobby_player_statusGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface db_backups_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (db_backups_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (db_backups_set_input | null), -/** filter the rows which have to be updated */ -where: db_backups_bool_exp} - -/** aggregate var_pop on columns */ -export interface db_backups_var_pop_fieldsGenqlSelection{ - size?: boolean | number +/** aggregated selection of "e_lobby_player_status" */ +export interface e_lobby_player_status_aggregateGenqlSelection{ + aggregate?: e_lobby_player_status_aggregate_fieldsGenqlSelection + nodes?: e_lobby_player_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate var_samp on columns */ -export interface db_backups_var_samp_fieldsGenqlSelection{ - size?: boolean | number +/** aggregate fields of "e_lobby_player_status" */ +export interface e_lobby_player_status_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_lobby_player_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_lobby_player_status_max_fieldsGenqlSelection + min?: e_lobby_player_status_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate variance on columns */ -export interface db_backups_variance_fieldsGenqlSelection{ - size?: boolean | number +/** Boolean expression to filter rows from the table "e_lobby_player_status". All fields are combined with a logical 'AND'. */ +export interface e_lobby_player_status_bool_exp {_and?: (e_lobby_player_status_bool_exp[] | null),_not?: (e_lobby_player_status_bool_exp | null),_or?: (e_lobby_player_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_lobby_player_status_enum". All fields are combined with logical 'AND'. */ +export interface e_lobby_player_status_enum_comparison_exp {_eq?: (e_lobby_player_status_enum | null),_in?: (e_lobby_player_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_lobby_player_status_enum | null),_nin?: (e_lobby_player_status_enum[] | null)} + + +/** input type for inserting data into table "e_lobby_player_status" */ +export interface e_lobby_player_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_lobby_player_status_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "draft_game_picks" */ -export interface draft_game_picksGenqlSelection{ - auto_picked?: boolean | number - /** An object relationship */ - captain?: playersGenqlSelection - captain_steam_id?: boolean | number - created_at?: boolean | number - /** An object relationship */ - draft_game?: draft_gamesGenqlSelection - draft_game_id?: boolean | number - id?: boolean | number - is_organizer?: boolean | number - lineup?: boolean | number - /** An object relationship */ - picked?: playersGenqlSelection - picked_steam_id?: boolean | number +/** aggregate min on columns */ +export interface e_lobby_player_status_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "draft_game_picks" */ -export interface draft_game_picks_aggregateGenqlSelection{ - aggregate?: draft_game_picks_aggregate_fieldsGenqlSelection - nodes?: draft_game_picksGenqlSelection +/** response of any mutation on the table "e_lobby_player_status" */ +export interface e_lobby_player_status_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_lobby_player_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface draft_game_picks_aggregate_bool_exp {bool_and?: (draft_game_picks_aggregate_bool_exp_bool_and | null),bool_or?: (draft_game_picks_aggregate_bool_exp_bool_or | null),count?: (draft_game_picks_aggregate_bool_exp_count | null)} -export interface 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?: (Scalars['Boolean'] | null),filter?: (draft_game_picks_bool_exp | null),predicate: Boolean_comparison_exp} +/** on_conflict condition type for table "e_lobby_player_status" */ +export interface e_lobby_player_status_on_conflict {constraint: e_lobby_player_status_constraint,update_columns?: e_lobby_player_status_update_column[],where?: (e_lobby_player_status_bool_exp | null)} -export interface 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?: (Scalars['Boolean'] | null),filter?: (draft_game_picks_bool_exp | null),predicate: Boolean_comparison_exp} -export interface draft_game_picks_aggregate_bool_exp_count {arguments?: (draft_game_picks_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_picks_bool_exp | null),predicate: Int_comparison_exp} +/** Ordering options when selecting data from "e_lobby_player_status". */ +export interface e_lobby_player_status_order_by {description?: (order_by | null),value?: (order_by | null)} -/** aggregate fields of "draft_game_picks" */ -export interface draft_game_picks_aggregate_fieldsGenqlSelection{ - avg?: draft_game_picks_avg_fieldsGenqlSelection - count?: { __args: {columns?: (draft_game_picks_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: draft_game_picks_max_fieldsGenqlSelection - min?: draft_game_picks_min_fieldsGenqlSelection - stddev?: draft_game_picks_stddev_fieldsGenqlSelection - stddev_pop?: draft_game_picks_stddev_pop_fieldsGenqlSelection - stddev_samp?: draft_game_picks_stddev_samp_fieldsGenqlSelection - sum?: draft_game_picks_sum_fieldsGenqlSelection - var_pop?: draft_game_picks_var_pop_fieldsGenqlSelection - var_samp?: draft_game_picks_var_samp_fieldsGenqlSelection - variance?: draft_game_picks_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: e_lobby_player_status */ +export interface e_lobby_player_status_pk_columns_input {value: Scalars['String']} -/** order by aggregate values of table "draft_game_picks" */ -export interface draft_game_picks_aggregate_order_by {avg?: (draft_game_picks_avg_order_by | null),count?: (order_by | null),max?: (draft_game_picks_max_order_by | null),min?: (draft_game_picks_min_order_by | null),stddev?: (draft_game_picks_stddev_order_by | null),stddev_pop?: (draft_game_picks_stddev_pop_order_by | null),stddev_samp?: (draft_game_picks_stddev_samp_order_by | null),sum?: (draft_game_picks_sum_order_by | null),var_pop?: (draft_game_picks_var_pop_order_by | null),var_samp?: (draft_game_picks_var_samp_order_by | null),variance?: (draft_game_picks_variance_order_by | null)} +/** input type for updating data in table "e_lobby_player_status" */ +export interface e_lobby_player_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** input type for inserting array relation for remote table "draft_game_picks" */ -export interface draft_game_picks_arr_rel_insert_input {data: draft_game_picks_insert_input[], -/** upsert condition */ -on_conflict?: (draft_game_picks_on_conflict | null)} +/** Streaming cursor of the table "e_lobby_player_status" */ +export interface e_lobby_player_status_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_lobby_player_status_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** aggregate avg on columns */ -export interface draft_game_picks_avg_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number +/** Initial value of the column from where the streaming should start */ +export interface e_lobby_player_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_lobby_player_status_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_lobby_player_status_set_input | null), +/** filter the rows which have to be updated */ +where: e_lobby_player_status_bool_exp} + + +/** columns and relationships of "e_map_pool_types" */ +export interface e_map_pool_typesGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "draft_game_picks" */ -export interface draft_game_picks_avg_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} +/** aggregated selection of "e_map_pool_types" */ +export interface e_map_pool_types_aggregateGenqlSelection{ + aggregate?: e_map_pool_types_aggregate_fieldsGenqlSelection + nodes?: e_map_pool_typesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** Boolean expression to filter rows from the table "draft_game_picks". All fields are combined with a logical 'AND'. */ -export interface draft_game_picks_bool_exp {_and?: (draft_game_picks_bool_exp[] | null),_not?: (draft_game_picks_bool_exp | null),_or?: (draft_game_picks_bool_exp[] | null),auto_picked?: (Boolean_comparison_exp | null),captain?: (players_bool_exp | null),captain_steam_id?: (bigint_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),draft_game?: (draft_games_bool_exp | null),draft_game_id?: (uuid_comparison_exp | null),id?: (uuid_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),lineup?: (Int_comparison_exp | null),picked?: (players_bool_exp | null),picked_steam_id?: (bigint_comparison_exp | null)} +/** aggregate fields of "e_map_pool_types" */ +export interface e_map_pool_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_map_pool_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_map_pool_types_max_fieldsGenqlSelection + min?: e_map_pool_types_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for incrementing numeric columns in table "draft_game_picks" */ -export interface draft_game_picks_inc_input {captain_steam_id?: (Scalars['bigint'] | null),lineup?: (Scalars['Int'] | null),picked_steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to filter rows from the table "e_map_pool_types". All fields are combined with a logical 'AND'. */ +export interface e_map_pool_types_bool_exp {_and?: (e_map_pool_types_bool_exp[] | null),_not?: (e_map_pool_types_bool_exp | null),_or?: (e_map_pool_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** input type for inserting data into table "draft_game_picks" */ -export interface draft_game_picks_insert_input {auto_picked?: (Scalars['Boolean'] | null),captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),draft_game?: (draft_games_obj_rel_insert_input | null),draft_game_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),lineup?: (Scalars['Int'] | null),picked?: (players_obj_rel_insert_input | null),picked_steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to compare columns of type "e_map_pool_types_enum". All fields are combined with logical 'AND'. */ +export interface e_map_pool_types_enum_comparison_exp {_eq?: (e_map_pool_types_enum | null),_in?: (e_map_pool_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_map_pool_types_enum | null),_nin?: (e_map_pool_types_enum[] | null)} + + +/** input type for inserting data into table "e_map_pool_types" */ +export interface e_map_pool_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface draft_game_picks_max_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - created_at?: boolean | number - draft_game_id?: boolean | number - id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number +export interface e_map_pool_types_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "draft_game_picks" */ -export interface draft_game_picks_max_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),draft_game_id?: (order_by | null),id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} - - /** aggregate min on columns */ -export interface draft_game_picks_min_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - created_at?: boolean | number - draft_game_id?: boolean | number - id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number +export interface e_map_pool_types_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "draft_game_picks" */ -export interface draft_game_picks_min_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),draft_game_id?: (order_by | null),id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} - - -/** response of any mutation on the table "draft_game_picks" */ -export interface draft_game_picks_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_map_pool_types" */ +export interface e_map_pool_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: draft_game_picksGenqlSelection + returning?: e_map_pool_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "draft_game_picks" */ -export interface draft_game_picks_on_conflict {constraint: draft_game_picks_constraint,update_columns?: draft_game_picks_update_column[],where?: (draft_game_picks_bool_exp | null)} +/** input type for inserting object relation for remote table "e_map_pool_types" */ +export interface e_map_pool_types_obj_rel_insert_input {data: e_map_pool_types_insert_input, +/** upsert condition */ +on_conflict?: (e_map_pool_types_on_conflict | null)} -/** Ordering options when selecting data from "draft_game_picks". */ -export interface draft_game_picks_order_by {auto_picked?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),created_at?: (order_by | null),draft_game?: (draft_games_order_by | null),draft_game_id?: (order_by | null),id?: (order_by | null),is_organizer?: (order_by | null),lineup?: (order_by | null),picked?: (players_order_by | null),picked_steam_id?: (order_by | null)} +/** on_conflict condition type for table "e_map_pool_types" */ +export interface e_map_pool_types_on_conflict {constraint: e_map_pool_types_constraint,update_columns?: e_map_pool_types_update_column[],where?: (e_map_pool_types_bool_exp | null)} -/** primary key columns input for table: draft_game_picks */ -export interface draft_game_picks_pk_columns_input {id: Scalars['uuid']} +/** Ordering options when selecting data from "e_map_pool_types". */ +export interface e_map_pool_types_order_by {description?: (order_by | null),value?: (order_by | null)} -/** input type for updating data in table "draft_game_picks" */ -export interface draft_game_picks_set_input {auto_picked?: (Scalars['Boolean'] | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),draft_game_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),lineup?: (Scalars['Int'] | null),picked_steam_id?: (Scalars['bigint'] | null)} +/** primary key columns input for table: e_map_pool_types */ +export interface e_map_pool_types_pk_columns_input {value: Scalars['String']} -/** aggregate stddev on columns */ -export interface draft_game_picks_stddev_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "e_map_pool_types" */ +export interface e_map_pool_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** order by stddev() on columns of table "draft_game_picks" */ -export interface draft_game_picks_stddev_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} +/** Streaming cursor of the table "e_map_pool_types" */ +export interface e_map_pool_types_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_map_pool_types_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** aggregate stddev_pop on columns */ -export interface draft_game_picks_stddev_pop_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number +/** Initial value of the column from where the streaming should start */ +export interface e_map_pool_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_map_pool_types_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_map_pool_types_set_input | null), +/** filter the rows which have to be updated */ +where: e_map_pool_types_bool_exp} + + +/** columns and relationships of "e_match_clip_visibility" */ +export interface e_match_clip_visibilityGenqlSelection{ + description?: boolean | number + /** An array relationship */ + match_clips?: (match_clipsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_clips_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?: (match_clips_order_by[] | null), + /** filter the rows returned */ + where?: (match_clips_bool_exp | null)} }) + /** An aggregate relationship */ + match_clips_aggregate?: (match_clips_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_clips_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?: (match_clips_order_by[] | null), + /** filter the rows returned */ + where?: (match_clips_bool_exp | null)} }) + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "draft_game_picks" */ -export interface draft_game_picks_stddev_pop_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} +/** aggregated selection of "e_match_clip_visibility" */ +export interface e_match_clip_visibility_aggregateGenqlSelection{ + aggregate?: e_match_clip_visibility_aggregate_fieldsGenqlSelection + nodes?: e_match_clip_visibilityGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface draft_game_picks_stddev_samp_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number +/** aggregate fields of "e_match_clip_visibility" */ +export interface e_match_clip_visibility_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_match_clip_visibility_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_match_clip_visibility_max_fieldsGenqlSelection + min?: e_match_clip_visibility_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "draft_game_picks" */ -export interface draft_game_picks_stddev_samp_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} +/** Boolean expression to filter rows from the table "e_match_clip_visibility". All fields are combined with a logical 'AND'. */ +export interface e_match_clip_visibility_bool_exp {_and?: (e_match_clip_visibility_bool_exp[] | null),_not?: (e_match_clip_visibility_bool_exp | null),_or?: (e_match_clip_visibility_bool_exp[] | null),description?: (String_comparison_exp | null),match_clips?: (match_clips_bool_exp | null),match_clips_aggregate?: (match_clips_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Streaming cursor of the table "draft_game_picks" */ -export interface 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 | null)} +/** Boolean expression to compare columns of type "e_match_clip_visibility_enum". All fields are combined with logical 'AND'. */ +export interface e_match_clip_visibility_enum_comparison_exp {_eq?: (e_match_clip_visibility_enum | null),_in?: (e_match_clip_visibility_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_clip_visibility_enum | null),_nin?: (e_match_clip_visibility_enum[] | null)} -/** Initial value of the column from where the streaming should start */ -export interface draft_game_picks_stream_cursor_value_input {auto_picked?: (Scalars['Boolean'] | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),draft_game_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),lineup?: (Scalars['Int'] | null),picked_steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "e_match_clip_visibility" */ +export interface e_match_clip_visibility_insert_input {description?: (Scalars['String'] | null),match_clips?: (match_clips_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} -/** aggregate sum on columns */ -export interface draft_game_picks_sum_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number +/** aggregate max on columns */ +export interface e_match_clip_visibility_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "draft_game_picks" */ -export interface draft_game_picks_sum_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} - -export interface draft_game_picks_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (draft_game_picks_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (draft_game_picks_set_input | null), -/** filter the rows which have to be updated */ -where: draft_game_picks_bool_exp} +/** aggregate min on columns */ +export interface e_match_clip_visibility_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface draft_game_picks_var_pop_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number +/** response of any mutation on the table "e_match_clip_visibility" */ +export interface e_match_clip_visibility_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_match_clip_visibilityGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "draft_game_picks" */ -export interface draft_game_picks_var_pop_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} +/** on_conflict condition type for table "e_match_clip_visibility" */ +export interface e_match_clip_visibility_on_conflict {constraint: e_match_clip_visibility_constraint,update_columns?: e_match_clip_visibility_update_column[],where?: (e_match_clip_visibility_bool_exp | null)} -/** aggregate var_samp on columns */ -export interface draft_game_picks_var_samp_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Ordering options when selecting data from "e_match_clip_visibility". */ +export interface e_match_clip_visibility_order_by {description?: (order_by | null),match_clips_aggregate?: (match_clips_aggregate_order_by | null),value?: (order_by | null)} -/** order by var_samp() on columns of table "draft_game_picks" */ -export interface draft_game_picks_var_samp_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} +/** primary key columns input for table: e_match_clip_visibility */ +export interface e_match_clip_visibility_pk_columns_input {value: Scalars['String']} -/** aggregate variance on columns */ -export interface draft_game_picks_variance_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - lineup?: boolean | number - picked_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "e_match_clip_visibility" */ +export interface e_match_clip_visibility_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** order by variance() on columns of table "draft_game_picks" */ -export interface draft_game_picks_variance_order_by {captain_steam_id?: (order_by | null),lineup?: (order_by | null),picked_steam_id?: (order_by | null)} +/** Streaming cursor of the table "e_match_clip_visibility" */ +export interface e_match_clip_visibility_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_match_clip_visibility_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** columns and relationships of "draft_game_players" */ -export interface draft_game_playersGenqlSelection{ - /** An object relationship */ - draft_game?: draft_gamesGenqlSelection - draft_game_id?: boolean | number - /** An object relationship */ - e_draft_game_player_status?: e_draft_game_player_statusGenqlSelection - elo_snapshot?: boolean | number - is_captain?: boolean | number - is_organizer?: boolean | number - joined_at?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - status?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Initial value of the column from where the streaming should start */ +export interface e_match_clip_visibility_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_match_clip_visibility_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_match_clip_visibility_set_input | null), +/** filter the rows which have to be updated */ +where: e_match_clip_visibility_bool_exp} -/** aggregated selection of "draft_game_players" */ -export interface draft_game_players_aggregateGenqlSelection{ - aggregate?: draft_game_players_aggregate_fieldsGenqlSelection - nodes?: draft_game_playersGenqlSelection +/** columns and relationships of "e_match_map_status" */ +export interface e_match_map_statusGenqlSelection{ + description?: boolean | number + /** An array relationship */ + match_maps?: (match_mapsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), + /** filter the rows returned */ + where?: (match_maps_bool_exp | null)} }) + /** An aggregate relationship */ + match_maps_aggregate?: (match_maps_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), + /** filter the rows returned */ + where?: (match_maps_bool_exp | null)} }) + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface draft_game_players_aggregate_bool_exp {bool_and?: (draft_game_players_aggregate_bool_exp_bool_and | null),bool_or?: (draft_game_players_aggregate_bool_exp_bool_or | null),count?: (draft_game_players_aggregate_bool_exp_count | null)} - -export interface draft_game_players_aggregate_bool_exp_bool_and {arguments: draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_players_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface draft_game_players_aggregate_bool_exp_bool_or {arguments: draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_players_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface draft_game_players_aggregate_bool_exp_count {arguments?: (draft_game_players_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (draft_game_players_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "draft_game_players" */ -export interface draft_game_players_aggregate_fieldsGenqlSelection{ - avg?: draft_game_players_avg_fieldsGenqlSelection - count?: { __args: {columns?: (draft_game_players_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: draft_game_players_max_fieldsGenqlSelection - min?: draft_game_players_min_fieldsGenqlSelection - stddev?: draft_game_players_stddev_fieldsGenqlSelection - stddev_pop?: draft_game_players_stddev_pop_fieldsGenqlSelection - stddev_samp?: draft_game_players_stddev_samp_fieldsGenqlSelection - sum?: draft_game_players_sum_fieldsGenqlSelection - var_pop?: draft_game_players_var_pop_fieldsGenqlSelection - var_samp?: draft_game_players_var_samp_fieldsGenqlSelection - variance?: draft_game_players_variance_fieldsGenqlSelection +/** aggregated selection of "e_match_map_status" */ +export interface e_match_map_status_aggregateGenqlSelection{ + aggregate?: e_match_map_status_aggregate_fieldsGenqlSelection + nodes?: e_match_map_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "draft_game_players" */ -export interface draft_game_players_aggregate_order_by {avg?: (draft_game_players_avg_order_by | null),count?: (order_by | null),max?: (draft_game_players_max_order_by | null),min?: (draft_game_players_min_order_by | null),stddev?: (draft_game_players_stddev_order_by | null),stddev_pop?: (draft_game_players_stddev_pop_order_by | null),stddev_samp?: (draft_game_players_stddev_samp_order_by | null),sum?: (draft_game_players_sum_order_by | null),var_pop?: (draft_game_players_var_pop_order_by | null),var_samp?: (draft_game_players_var_samp_order_by | null),variance?: (draft_game_players_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "draft_game_players" */ -export interface draft_game_players_arr_rel_insert_input {data: draft_game_players_insert_input[], -/** upsert condition */ -on_conflict?: (draft_game_players_on_conflict | null)} - - -/** aggregate avg on columns */ -export interface draft_game_players_avg_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number +/** aggregate fields of "e_match_map_status" */ +export interface e_match_map_status_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_match_map_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_match_map_status_max_fieldsGenqlSelection + min?: e_match_map_status_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "draft_game_players" */ -export interface draft_game_players_avg_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "draft_game_players". All fields are combined with a logical 'AND'. */ -export interface draft_game_players_bool_exp {_and?: (draft_game_players_bool_exp[] | null),_not?: (draft_game_players_bool_exp | null),_or?: (draft_game_players_bool_exp[] | null),draft_game?: (draft_games_bool_exp | null),draft_game_id?: (uuid_comparison_exp | null),e_draft_game_player_status?: (e_draft_game_player_status_bool_exp | null),elo_snapshot?: (Int_comparison_exp | null),is_captain?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_at?: (timestamptz_comparison_exp | null),lineup?: (Int_comparison_exp | null),pick_order?: (Int_comparison_exp | null),player?: (players_bool_exp | null),status?: (e_draft_game_player_status_enum_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_match_map_status". All fields are combined with a logical 'AND'. */ +export interface e_match_map_status_bool_exp {_and?: (e_match_map_status_bool_exp[] | null),_not?: (e_match_map_status_bool_exp | null),_or?: (e_match_map_status_bool_exp[] | null),description?: (String_comparison_exp | null),match_maps?: (match_maps_bool_exp | null),match_maps_aggregate?: (match_maps_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** input type for incrementing numeric columns in table "draft_game_players" */ -export interface draft_game_players_inc_input {elo_snapshot?: (Scalars['Int'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to compare columns of type "e_match_map_status_enum". All fields are combined with logical 'AND'. */ +export interface e_match_map_status_enum_comparison_exp {_eq?: (e_match_map_status_enum | null),_in?: (e_match_map_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_map_status_enum | null),_nin?: (e_match_map_status_enum[] | null)} -/** input type for inserting data into table "draft_game_players" */ -export interface draft_game_players_insert_input {draft_game?: (draft_games_obj_rel_insert_input | null),draft_game_id?: (Scalars['uuid'] | null),e_draft_game_player_status?: (e_draft_game_player_status_obj_rel_insert_input | null),elo_snapshot?: (Scalars['Int'] | null),is_captain?: (Scalars['Boolean'] | null),joined_at?: (Scalars['timestamptz'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),player?: (players_obj_rel_insert_input | null),status?: (e_draft_game_player_status_enum | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "e_match_map_status" */ +export interface e_match_map_status_insert_input {description?: (Scalars['String'] | null),match_maps?: (match_maps_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface draft_game_players_max_fieldsGenqlSelection{ - draft_game_id?: boolean | number - elo_snapshot?: boolean | number - joined_at?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number +export interface e_match_map_status_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "draft_game_players" */ -export interface draft_game_players_max_order_by {draft_game_id?: (order_by | null),elo_snapshot?: (order_by | null),joined_at?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} - - /** aggregate min on columns */ -export interface draft_game_players_min_fieldsGenqlSelection{ - draft_game_id?: boolean | number - elo_snapshot?: boolean | number - joined_at?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number +export interface e_match_map_status_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "draft_game_players" */ -export interface draft_game_players_min_order_by {draft_game_id?: (order_by | null),elo_snapshot?: (order_by | null),joined_at?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} - - -/** response of any mutation on the table "draft_game_players" */ -export interface draft_game_players_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_match_map_status" */ +export interface e_match_map_status_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: draft_game_playersGenqlSelection + returning?: e_match_map_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "draft_game_players" */ -export interface draft_game_players_on_conflict {constraint: draft_game_players_constraint,update_columns?: draft_game_players_update_column[],where?: (draft_game_players_bool_exp | null)} +/** input type for inserting object relation for remote table "e_match_map_status" */ +export interface e_match_map_status_obj_rel_insert_input {data: e_match_map_status_insert_input, +/** upsert condition */ +on_conflict?: (e_match_map_status_on_conflict | null)} -/** Ordering options when selecting data from "draft_game_players". */ -export interface draft_game_players_order_by {draft_game?: (draft_games_order_by | null),draft_game_id?: (order_by | null),e_draft_game_player_status?: (e_draft_game_player_status_order_by | null),elo_snapshot?: (order_by | null),is_captain?: (order_by | null),is_organizer?: (order_by | null),joined_at?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),player?: (players_order_by | null),status?: (order_by | null),steam_id?: (order_by | null)} +/** on_conflict condition type for table "e_match_map_status" */ +export interface e_match_map_status_on_conflict {constraint: e_match_map_status_constraint,update_columns?: e_match_map_status_update_column[],where?: (e_match_map_status_bool_exp | null)} -/** primary key columns input for table: draft_game_players */ -export interface draft_game_players_pk_columns_input {draft_game_id: Scalars['uuid'],steam_id: Scalars['bigint']} +/** Ordering options when selecting data from "e_match_map_status". */ +export interface e_match_map_status_order_by {description?: (order_by | null),match_maps_aggregate?: (match_maps_aggregate_order_by | null),value?: (order_by | null)} -/** input type for updating data in table "draft_game_players" */ -export interface draft_game_players_set_input {draft_game_id?: (Scalars['uuid'] | null),elo_snapshot?: (Scalars['Int'] | null),is_captain?: (Scalars['Boolean'] | null),joined_at?: (Scalars['timestamptz'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),status?: (e_draft_game_player_status_enum | null),steam_id?: (Scalars['bigint'] | null)} +/** primary key columns input for table: e_match_map_status */ +export interface e_match_map_status_pk_columns_input {value: Scalars['String']} -/** aggregate stddev on columns */ -export interface draft_game_players_stddev_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "e_match_map_status" */ +export interface e_match_map_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** order by stddev() on columns of table "draft_game_players" */ -export interface draft_game_players_stddev_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} +/** Streaming cursor of the table "e_match_map_status" */ +export interface e_match_map_status_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_match_map_status_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** aggregate stddev_pop on columns */ -export interface draft_game_players_stddev_pop_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number +/** Initial value of the column from where the streaming should start */ +export interface e_match_map_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_match_map_status_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_match_map_status_set_input | null), +/** filter the rows which have to be updated */ +where: e_match_map_status_bool_exp} + + +/** columns and relationships of "e_match_mode" */ +export interface e_match_modeGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "draft_game_players" */ -export interface draft_game_players_stddev_pop_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} +/** aggregated selection of "e_match_mode" */ +export interface e_match_mode_aggregateGenqlSelection{ + aggregate?: e_match_mode_aggregate_fieldsGenqlSelection + nodes?: e_match_modeGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface draft_game_players_stddev_samp_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number +/** aggregate fields of "e_match_mode" */ +export interface e_match_mode_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_match_mode_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_match_mode_max_fieldsGenqlSelection + min?: e_match_mode_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "draft_game_players" */ -export interface draft_game_players_stddev_samp_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} +/** Boolean expression to filter rows from the table "e_match_mode". All fields are combined with a logical 'AND'. */ +export interface e_match_mode_bool_exp {_and?: (e_match_mode_bool_exp[] | null),_not?: (e_match_mode_bool_exp | null),_or?: (e_match_mode_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Streaming cursor of the table "draft_game_players" */ -export interface draft_game_players_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: draft_game_players_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** Boolean expression to compare columns of type "e_match_mode_enum". All fields are combined with logical 'AND'. */ +export interface e_match_mode_enum_comparison_exp {_eq?: (e_match_mode_enum | null),_in?: (e_match_mode_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_mode_enum | null),_nin?: (e_match_mode_enum[] | null)} -/** Initial value of the column from where the streaming should start */ -export interface draft_game_players_stream_cursor_value_input {draft_game_id?: (Scalars['uuid'] | null),elo_snapshot?: (Scalars['Int'] | null),is_captain?: (Scalars['Boolean'] | null),joined_at?: (Scalars['timestamptz'] | null),lineup?: (Scalars['Int'] | null),pick_order?: (Scalars['Int'] | null),status?: (e_draft_game_player_status_enum | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "e_match_mode" */ +export interface e_match_mode_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate sum on columns */ -export interface draft_game_players_sum_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number +/** aggregate max on columns */ +export interface e_match_mode_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "draft_game_players" */ -export interface draft_game_players_sum_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} - -export interface draft_game_players_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (draft_game_players_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (draft_game_players_set_input | null), -/** filter the rows which have to be updated */ -where: draft_game_players_bool_exp} +/** aggregate min on columns */ +export interface e_match_mode_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface draft_game_players_var_pop_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number +/** response of any mutation on the table "e_match_mode" */ +export interface e_match_mode_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_match_modeGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "draft_game_players" */ -export interface draft_game_players_var_pop_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} +/** on_conflict condition type for table "e_match_mode" */ +export interface e_match_mode_on_conflict {constraint: e_match_mode_constraint,update_columns?: e_match_mode_update_column[],where?: (e_match_mode_bool_exp | null)} -/** aggregate var_samp on columns */ -export interface draft_game_players_var_samp_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Ordering options when selecting data from "e_match_mode". */ +export interface e_match_mode_order_by {description?: (order_by | null),value?: (order_by | null)} -/** order by var_samp() on columns of table "draft_game_players" */ -export interface draft_game_players_var_samp_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} +/** primary key columns input for table: e_match_mode */ +export interface e_match_mode_pk_columns_input {value: Scalars['String']} -/** aggregate variance on columns */ -export interface draft_game_players_variance_fieldsGenqlSelection{ - elo_snapshot?: boolean | number - lineup?: boolean | number - pick_order?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "e_match_mode" */ +export interface e_match_mode_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** order by variance() on columns of table "draft_game_players" */ -export interface draft_game_players_variance_order_by {elo_snapshot?: (order_by | null),lineup?: (order_by | null),pick_order?: (order_by | null),steam_id?: (order_by | null)} +/** Streaming cursor of the table "e_match_mode" */ +export interface e_match_mode_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_match_mode_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** columns and relationships of "draft_games" */ -export interface draft_gamesGenqlSelection{ - access?: boolean | number - capacity?: boolean | number - captain_selection?: boolean | number - created_at?: boolean | number - current_pick_lineup?: boolean | number - draft_order?: boolean | number - /** An object relationship */ - e_draft_game_captain_selection?: e_draft_game_captain_selectionGenqlSelection - /** An object relationship */ - e_draft_game_draft_order?: e_draft_game_draft_orderGenqlSelection - /** An object relationship */ - e_draft_game_mode?: e_draft_game_modeGenqlSelection - /** An object relationship */ - e_draft_game_status?: e_draft_game_statusGenqlSelection - /** An object relationship */ - e_lobby_access?: e_lobby_accessGenqlSelection - expires_at?: boolean | number - /** An object relationship */ - host?: playersGenqlSelection - host_steam_id?: boolean | number - id?: boolean | number - inner_squad?: boolean | number - invite_code?: boolean | number - is_organizer?: boolean | number - /** An object relationship */ - map_pool?: map_poolsGenqlSelection - map_pool_id?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number - match_options_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - mode?: boolean | number - /** An object relationship */ - options?: match_optionsGenqlSelection - /** Turn order (lineup 1/2) for each remaining non-captain pick. */ - pattern?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - pick_deadline?: boolean | number - /** An array relationship */ - picks?: (draft_game_picksGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (draft_game_picks_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?: (draft_game_picks_order_by[] | null), - /** filter the rows returned */ - where?: (draft_game_picks_bool_exp | null)} }) - /** An aggregate relationship */ - picks_aggregate?: (draft_game_picks_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (draft_game_picks_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?: (draft_game_picks_order_by[] | null), - /** filter the rows returned */ - where?: (draft_game_picks_bool_exp | null)} }) +/** Initial value of the column from where the streaming should start */ +export interface e_match_mode_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_match_mode_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_match_mode_set_input | null), +/** filter the rows which have to be updated */ +where: e_match_mode_bool_exp} + + +/** columns and relationships of "e_match_status" */ +export interface e_match_statusGenqlSelection{ + description?: boolean | number /** An array relationship */ - players?: (draft_game_playersGenqlSelection & { __args?: { + matches?: (matchesGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (draft_game_players_select_column[] | null), + distinct_on?: (matches_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?: (draft_game_players_order_by[] | null), + order_by?: (matches_order_by[] | null), /** filter the rows returned */ - where?: (draft_game_players_bool_exp | null)} }) + where?: (matches_bool_exp | null)} }) /** An aggregate relationship */ - players_aggregate?: (draft_game_players_aggregateGenqlSelection & { __args?: { + matches_aggregate?: (matches_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (draft_game_players_select_column[] | null), + distinct_on?: (matches_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?: (draft_game_players_order_by[] | null), + order_by?: (matches_order_by[] | null), /** filter the rows returned */ - where?: (draft_game_players_bool_exp | null)} }) - regions?: boolean | number - require_approval?: boolean | number - scheduled_at?: boolean | number - status?: boolean | number - /** An object relationship */ - team_1?: teamsGenqlSelection - team_1_id?: boolean | number - /** An object relationship */ - team_2?: teamsGenqlSelection - team_2_id?: boolean | number - type?: boolean | number - updated_at?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregated selection of "draft_games" */ -export interface draft_games_aggregateGenqlSelection{ - aggregate?: draft_games_aggregate_fieldsGenqlSelection - nodes?: draft_gamesGenqlSelection + where?: (matches_bool_exp | null)} }) + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface draft_games_aggregate_bool_exp {bool_and?: (draft_games_aggregate_bool_exp_bool_and | null),bool_or?: (draft_games_aggregate_bool_exp_bool_or | null),count?: (draft_games_aggregate_bool_exp_count | null)} - -export interface draft_games_aggregate_bool_exp_bool_and {arguments: draft_games_select_column_draft_games_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_games_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface draft_games_aggregate_bool_exp_bool_or {arguments: draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (draft_games_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface draft_games_aggregate_bool_exp_count {arguments?: (draft_games_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (draft_games_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "draft_games" */ -export interface draft_games_aggregate_fieldsGenqlSelection{ - avg?: draft_games_avg_fieldsGenqlSelection - count?: { __args: {columns?: (draft_games_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: draft_games_max_fieldsGenqlSelection - min?: draft_games_min_fieldsGenqlSelection - stddev?: draft_games_stddev_fieldsGenqlSelection - stddev_pop?: draft_games_stddev_pop_fieldsGenqlSelection - stddev_samp?: draft_games_stddev_samp_fieldsGenqlSelection - sum?: draft_games_sum_fieldsGenqlSelection - var_pop?: draft_games_var_pop_fieldsGenqlSelection - var_samp?: draft_games_var_samp_fieldsGenqlSelection - variance?: draft_games_variance_fieldsGenqlSelection +/** aggregated selection of "e_match_status" */ +export interface e_match_status_aggregateGenqlSelection{ + aggregate?: e_match_status_aggregate_fieldsGenqlSelection + nodes?: e_match_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "draft_games" */ -export interface draft_games_aggregate_order_by {avg?: (draft_games_avg_order_by | null),count?: (order_by | null),max?: (draft_games_max_order_by | null),min?: (draft_games_min_order_by | null),stddev?: (draft_games_stddev_order_by | null),stddev_pop?: (draft_games_stddev_pop_order_by | null),stddev_samp?: (draft_games_stddev_samp_order_by | null),sum?: (draft_games_sum_order_by | null),var_pop?: (draft_games_var_pop_order_by | null),var_samp?: (draft_games_var_samp_order_by | null),variance?: (draft_games_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "draft_games" */ -export interface draft_games_arr_rel_insert_input {data: draft_games_insert_input[], -/** upsert condition */ -on_conflict?: (draft_games_on_conflict | null)} - - -/** aggregate avg on columns */ -export interface draft_games_avg_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number +/** aggregate fields of "e_match_status" */ +export interface e_match_status_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_match_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_match_status_max_fieldsGenqlSelection + min?: e_match_status_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "draft_games" */ -export interface draft_games_avg_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)} - - -/** Boolean expression to filter rows from the table "draft_games". All fields are combined with a logical 'AND'. */ -export interface draft_games_bool_exp {_and?: (draft_games_bool_exp[] | null),_not?: (draft_games_bool_exp | null),_or?: (draft_games_bool_exp[] | null),access?: (e_lobby_access_enum_comparison_exp | null),capacity?: (Int_comparison_exp | null),captain_selection?: (e_draft_game_captain_selection_enum_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_pick_lineup?: (Int_comparison_exp | null),draft_order?: (e_draft_game_draft_order_enum_comparison_exp | null),e_draft_game_captain_selection?: (e_draft_game_captain_selection_bool_exp | null),e_draft_game_draft_order?: (e_draft_game_draft_order_bool_exp | null),e_draft_game_mode?: (e_draft_game_mode_bool_exp | null),e_draft_game_status?: (e_draft_game_status_bool_exp | null),e_lobby_access?: (e_lobby_access_bool_exp | null),expires_at?: (timestamptz_comparison_exp | null),host?: (players_bool_exp | null),host_steam_id?: (bigint_comparison_exp | null),id?: (uuid_comparison_exp | null),inner_squad?: (Boolean_comparison_exp | null),invite_code?: (uuid_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),map_pool?: (map_pools_bool_exp | null),map_pool_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_elo?: (Int_comparison_exp | null),min_elo?: (Int_comparison_exp | null),mode?: (e_draft_game_mode_enum_comparison_exp | null),options?: (match_options_bool_exp | null),pattern?: (jsonb_comparison_exp | null),pick_deadline?: (timestamptz_comparison_exp | null),picks?: (draft_game_picks_bool_exp | null),picks_aggregate?: (draft_game_picks_aggregate_bool_exp | null),players?: (draft_game_players_bool_exp | null),players_aggregate?: (draft_game_players_aggregate_bool_exp | null),regions?: (String_array_comparison_exp | null),require_approval?: (Boolean_comparison_exp | null),scheduled_at?: (timestamptz_comparison_exp | null),status?: (e_draft_game_status_enum_comparison_exp | null),team_1?: (teams_bool_exp | null),team_1_id?: (uuid_comparison_exp | null),team_2?: (teams_bool_exp | null),team_2_id?: (uuid_comparison_exp | null),type?: (e_match_types_enum_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_match_status". All fields are combined with a logical 'AND'. */ +export interface e_match_status_bool_exp {_and?: (e_match_status_bool_exp[] | null),_not?: (e_match_status_bool_exp | null),_or?: (e_match_status_bool_exp[] | null),description?: (String_comparison_exp | null),matches?: (matches_bool_exp | null),matches_aggregate?: (matches_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** input type for incrementing numeric columns in table "draft_games" */ -export interface draft_games_inc_input {capacity?: (Scalars['Int'] | null),current_pick_lineup?: (Scalars['Int'] | null),host_steam_id?: (Scalars['bigint'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null)} +/** Boolean expression to compare columns of type "e_match_status_enum". All fields are combined with logical 'AND'. */ +export interface e_match_status_enum_comparison_exp {_eq?: (e_match_status_enum | null),_in?: (e_match_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_status_enum | null),_nin?: (e_match_status_enum[] | null)} -/** input type for inserting data into table "draft_games" */ -export interface draft_games_insert_input {access?: (e_lobby_access_enum | null),capacity?: (Scalars['Int'] | null),captain_selection?: (e_draft_game_captain_selection_enum | null),created_at?: (Scalars['timestamptz'] | null),current_pick_lineup?: (Scalars['Int'] | null),draft_order?: (e_draft_game_draft_order_enum | null),e_draft_game_captain_selection?: (e_draft_game_captain_selection_obj_rel_insert_input | null),e_draft_game_draft_order?: (e_draft_game_draft_order_obj_rel_insert_input | null),e_draft_game_mode?: (e_draft_game_mode_obj_rel_insert_input | null),e_draft_game_status?: (e_draft_game_status_obj_rel_insert_input | null),e_lobby_access?: (e_lobby_access_obj_rel_insert_input | null),expires_at?: (Scalars['timestamptz'] | null),host?: (players_obj_rel_insert_input | null),host_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),inner_squad?: (Scalars['Boolean'] | null),invite_code?: (Scalars['uuid'] | null),map_pool?: (map_pools_obj_rel_insert_input | null),map_pool_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),mode?: (e_draft_game_mode_enum | null),options?: (match_options_obj_rel_insert_input | null),pick_deadline?: (Scalars['timestamptz'] | null),picks?: (draft_game_picks_arr_rel_insert_input | null),players?: (draft_game_players_arr_rel_insert_input | null),regions?: (Scalars['String'][] | null),require_approval?: (Scalars['Boolean'] | null),scheduled_at?: (Scalars['timestamptz'] | null),status?: (e_draft_game_status_enum | null),team_1?: (teams_obj_rel_insert_input | null),team_1_id?: (Scalars['uuid'] | null),team_2?: (teams_obj_rel_insert_input | null),team_2_id?: (Scalars['uuid'] | null),type?: (e_match_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} +/** input type for inserting data into table "e_match_status" */ +export interface e_match_status_insert_input {description?: (Scalars['String'] | null),matches?: (matches_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface draft_games_max_fieldsGenqlSelection{ - capacity?: boolean | number - created_at?: boolean | number - current_pick_lineup?: boolean | number - expires_at?: boolean | number - host_steam_id?: boolean | number - id?: boolean | number - invite_code?: boolean | number - map_pool_id?: boolean | number - match_id?: boolean | number - match_options_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - pick_deadline?: boolean | number - regions?: boolean | number - scheduled_at?: boolean | number - team_1_id?: boolean | number - team_2_id?: boolean | number - updated_at?: boolean | number +export interface e_match_status_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "draft_games" */ -export interface draft_games_max_order_by {capacity?: (order_by | null),created_at?: (order_by | null),current_pick_lineup?: (order_by | null),expires_at?: (order_by | null),host_steam_id?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),map_pool_id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),pick_deadline?: (order_by | null),regions?: (order_by | null),scheduled_at?: (order_by | null),team_1_id?: (order_by | null),team_2_id?: (order_by | null),updated_at?: (order_by | null)} - - /** aggregate min on columns */ -export interface draft_games_min_fieldsGenqlSelection{ - capacity?: boolean | number - created_at?: boolean | number - current_pick_lineup?: boolean | number - expires_at?: boolean | number - host_steam_id?: boolean | number - id?: boolean | number - invite_code?: boolean | number - map_pool_id?: boolean | number - match_id?: boolean | number - match_options_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - pick_deadline?: boolean | number - regions?: boolean | number - scheduled_at?: boolean | number - team_1_id?: boolean | number - team_2_id?: boolean | number - updated_at?: boolean | number +export interface e_match_status_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "draft_games" */ -export interface draft_games_min_order_by {capacity?: (order_by | null),created_at?: (order_by | null),current_pick_lineup?: (order_by | null),expires_at?: (order_by | null),host_steam_id?: (order_by | null),id?: (order_by | null),invite_code?: (order_by | null),map_pool_id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),pick_deadline?: (order_by | null),regions?: (order_by | null),scheduled_at?: (order_by | null),team_1_id?: (order_by | null),team_2_id?: (order_by | null),updated_at?: (order_by | null)} - - -/** response of any mutation on the table "draft_games" */ -export interface draft_games_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_match_status" */ +export interface e_match_status_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: draft_gamesGenqlSelection + returning?: e_match_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "draft_games" */ -export interface draft_games_obj_rel_insert_input {data: draft_games_insert_input, +/** input type for inserting object relation for remote table "e_match_status" */ +export interface e_match_status_obj_rel_insert_input {data: e_match_status_insert_input, /** upsert condition */ -on_conflict?: (draft_games_on_conflict | null)} +on_conflict?: (e_match_status_on_conflict | null)} -/** on_conflict condition type for table "draft_games" */ -export interface draft_games_on_conflict {constraint: draft_games_constraint,update_columns?: draft_games_update_column[],where?: (draft_games_bool_exp | null)} +/** on_conflict condition type for table "e_match_status" */ +export interface e_match_status_on_conflict {constraint: e_match_status_constraint,update_columns?: e_match_status_update_column[],where?: (e_match_status_bool_exp | null)} -/** Ordering options when selecting data from "draft_games". */ -export interface draft_games_order_by {access?: (order_by | null),capacity?: (order_by | null),captain_selection?: (order_by | null),created_at?: (order_by | null),current_pick_lineup?: (order_by | null),draft_order?: (order_by | null),e_draft_game_captain_selection?: (e_draft_game_captain_selection_order_by | null),e_draft_game_draft_order?: (e_draft_game_draft_order_order_by | null),e_draft_game_mode?: (e_draft_game_mode_order_by | null),e_draft_game_status?: (e_draft_game_status_order_by | null),e_lobby_access?: (e_lobby_access_order_by | null),expires_at?: (order_by | null),host?: (players_order_by | null),host_steam_id?: (order_by | null),id?: (order_by | null),inner_squad?: (order_by | null),invite_code?: (order_by | null),is_organizer?: (order_by | null),map_pool?: (map_pools_order_by | null),map_pool_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),mode?: (order_by | null),options?: (match_options_order_by | null),pattern?: (order_by | null),pick_deadline?: (order_by | null),picks_aggregate?: (draft_game_picks_aggregate_order_by | null),players_aggregate?: (draft_game_players_aggregate_order_by | null),regions?: (order_by | null),require_approval?: (order_by | null),scheduled_at?: (order_by | null),status?: (order_by | null),team_1?: (teams_order_by | null),team_1_id?: (order_by | null),team_2?: (teams_order_by | null),team_2_id?: (order_by | null),type?: (order_by | null),updated_at?: (order_by | null)} +/** Ordering options when selecting data from "e_match_status". */ +export interface e_match_status_order_by {description?: (order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: draft_games */ -export interface draft_games_pk_columns_input {id: Scalars['uuid']} +/** primary key columns input for table: e_match_status */ +export interface e_match_status_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "draft_games" */ -export interface draft_games_set_input {access?: (e_lobby_access_enum | null),capacity?: (Scalars['Int'] | null),captain_selection?: (e_draft_game_captain_selection_enum | null),created_at?: (Scalars['timestamptz'] | null),current_pick_lineup?: (Scalars['Int'] | null),draft_order?: (e_draft_game_draft_order_enum | null),expires_at?: (Scalars['timestamptz'] | null),host_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),inner_squad?: (Scalars['Boolean'] | null),invite_code?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),mode?: (e_draft_game_mode_enum | null),pick_deadline?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),require_approval?: (Scalars['Boolean'] | null),scheduled_at?: (Scalars['timestamptz'] | null),status?: (e_draft_game_status_enum | null),team_1_id?: (Scalars['uuid'] | null),team_2_id?: (Scalars['uuid'] | null),type?: (e_match_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} +/** input type for updating data in table "e_match_status" */ +export interface e_match_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** aggregate stddev on columns */ -export interface draft_games_stddev_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Streaming cursor of the table "e_match_status" */ +export interface e_match_status_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_match_status_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** order by stddev() on columns of table "draft_games" */ -export interface draft_games_stddev_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)} +/** Initial value of the column from where the streaming should start */ +export interface e_match_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_match_status_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_match_status_set_input | null), +/** filter the rows which have to be updated */ +where: e_match_status_bool_exp} -/** aggregate stddev_pop on columns */ -export interface draft_games_stddev_pop_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number +/** columns and relationships of "e_match_types" */ +export interface e_match_typesGenqlSelection{ + description?: boolean | number + /** An array relationship */ + maps?: (mapsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (maps_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?: (maps_order_by[] | null), + /** filter the rows returned */ + where?: (maps_bool_exp | null)} }) + /** An aggregate relationship */ + maps_aggregate?: (maps_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (maps_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?: (maps_order_by[] | null), + /** filter the rows returned */ + where?: (maps_bool_exp | null)} }) + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "draft_games" */ -export interface draft_games_stddev_pop_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)} +/** aggregated selection of "e_match_types" */ +export interface e_match_types_aggregateGenqlSelection{ + aggregate?: e_match_types_aggregate_fieldsGenqlSelection + nodes?: e_match_typesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate stddev_samp on columns */ -export interface draft_games_stddev_samp_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number +/** aggregate fields of "e_match_types" */ +export interface e_match_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_match_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_match_types_max_fieldsGenqlSelection + min?: e_match_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "draft_games" */ -export interface draft_games_stddev_samp_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)} +/** Boolean expression to filter rows from the table "e_match_types". All fields are combined with a logical 'AND'. */ +export interface e_match_types_bool_exp {_and?: (e_match_types_bool_exp[] | null),_not?: (e_match_types_bool_exp | null),_or?: (e_match_types_bool_exp[] | null),description?: (String_comparison_exp | null),maps?: (maps_bool_exp | null),maps_aggregate?: (maps_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Streaming cursor of the table "draft_games" */ -export interface draft_games_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: draft_games_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** Boolean expression to compare columns of type "e_match_types_enum". All fields are combined with logical 'AND'. */ +export interface e_match_types_enum_comparison_exp {_eq?: (e_match_types_enum | null),_in?: (e_match_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_types_enum | null),_nin?: (e_match_types_enum[] | null)} -/** Initial value of the column from where the streaming should start */ -export interface draft_games_stream_cursor_value_input {access?: (e_lobby_access_enum | null),capacity?: (Scalars['Int'] | null),captain_selection?: (e_draft_game_captain_selection_enum | null),created_at?: (Scalars['timestamptz'] | null),current_pick_lineup?: (Scalars['Int'] | null),draft_order?: (e_draft_game_draft_order_enum | null),expires_at?: (Scalars['timestamptz'] | null),host_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),inner_squad?: (Scalars['Boolean'] | null),invite_code?: (Scalars['uuid'] | null),map_pool_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),mode?: (e_draft_game_mode_enum | null),pick_deadline?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),require_approval?: (Scalars['Boolean'] | null),scheduled_at?: (Scalars['timestamptz'] | null),status?: (e_draft_game_status_enum | null),team_1_id?: (Scalars['uuid'] | null),team_2_id?: (Scalars['uuid'] | null),type?: (e_match_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} +/** input type for inserting data into table "e_match_types" */ +export interface e_match_types_insert_input {description?: (Scalars['String'] | null),maps?: (maps_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} -/** aggregate sum on columns */ -export interface draft_games_sum_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number +/** aggregate max on columns */ +export interface e_match_types_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "draft_games" */ -export interface draft_games_sum_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)} - -export interface draft_games_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (draft_games_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (draft_games_set_input | null), -/** filter the rows which have to be updated */ -where: draft_games_bool_exp} +/** aggregate min on columns */ +export interface e_match_types_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** aggregate var_pop on columns */ -export interface draft_games_var_pop_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number +/** response of any mutation on the table "e_match_types" */ +export interface e_match_types_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_match_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "draft_games" */ -export interface draft_games_var_pop_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)} +/** input type for inserting object relation for remote table "e_match_types" */ +export interface e_match_types_obj_rel_insert_input {data: e_match_types_insert_input, +/** upsert condition */ +on_conflict?: (e_match_types_on_conflict | null)} -/** aggregate var_samp on columns */ -export interface draft_games_var_samp_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** on_conflict condition type for table "e_match_types" */ +export interface e_match_types_on_conflict {constraint: e_match_types_constraint,update_columns?: e_match_types_update_column[],where?: (e_match_types_bool_exp | null)} -/** order by var_samp() on columns of table "draft_games" */ -export interface draft_games_var_samp_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)} +/** Ordering options when selecting data from "e_match_types". */ +export interface e_match_types_order_by {description?: (order_by | null),maps_aggregate?: (maps_aggregate_order_by | null),value?: (order_by | null)} -/** aggregate variance on columns */ -export interface draft_games_variance_fieldsGenqlSelection{ - capacity?: boolean | number - current_pick_lineup?: boolean | number - host_steam_id?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: e_match_types */ +export interface e_match_types_pk_columns_input {value: Scalars['String']} -/** order by variance() on columns of table "draft_games" */ -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)} +/** input type for updating data in table "e_match_types" */ +export interface e_match_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** columns and relationships of "e_check_in_settings" */ -export interface e_check_in_settingsGenqlSelection{ +/** Streaming cursor of the table "e_match_types" */ +export interface e_match_types_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_match_types_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_match_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_match_types_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_match_types_set_input | null), +/** filter the rows which have to be updated */ +where: e_match_types_bool_exp} + + +/** columns and relationships of "e_notification_types" */ +export interface e_notification_typesGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32344,39 +37692,39 @@ export interface e_check_in_settingsGenqlSelection{ } -/** aggregated selection of "e_check_in_settings" */ -export interface e_check_in_settings_aggregateGenqlSelection{ - aggregate?: e_check_in_settings_aggregate_fieldsGenqlSelection - nodes?: e_check_in_settingsGenqlSelection +/** aggregated selection of "e_notification_types" */ +export interface e_notification_types_aggregateGenqlSelection{ + aggregate?: e_notification_types_aggregate_fieldsGenqlSelection + nodes?: e_notification_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_check_in_settings" */ -export interface e_check_in_settings_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_check_in_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_check_in_settings_max_fieldsGenqlSelection - min?: e_check_in_settings_min_fieldsGenqlSelection +/** aggregate fields of "e_notification_types" */ +export interface e_notification_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_notification_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_notification_types_max_fieldsGenqlSelection + min?: e_notification_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_check_in_settings". All fields are combined with a logical 'AND'. */ -export interface e_check_in_settings_bool_exp {_and?: (e_check_in_settings_bool_exp[] | null),_not?: (e_check_in_settings_bool_exp | null),_or?: (e_check_in_settings_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_notification_types". All fields are combined with a logical 'AND'. */ +export interface e_notification_types_bool_exp {_and?: (e_notification_types_bool_exp[] | null),_not?: (e_notification_types_bool_exp | null),_or?: (e_notification_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_check_in_settings_enum". All fields are combined with logical 'AND'. */ -export interface e_check_in_settings_enum_comparison_exp {_eq?: (e_check_in_settings_enum | null),_in?: (e_check_in_settings_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_check_in_settings_enum | null),_nin?: (e_check_in_settings_enum[] | null)} +/** Boolean expression to compare columns of type "e_notification_types_enum". All fields are combined with logical 'AND'. */ +export interface e_notification_types_enum_comparison_exp {_eq?: (e_notification_types_enum | null),_in?: (e_notification_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_notification_types_enum | null),_nin?: (e_notification_types_enum[] | null)} -/** input type for inserting data into table "e_check_in_settings" */ -export interface e_check_in_settings_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_notification_types" */ +export interface e_notification_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_check_in_settings_max_fieldsGenqlSelection{ +export interface e_notification_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32385,7 +37733,7 @@ export interface e_check_in_settings_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_check_in_settings_min_fieldsGenqlSelection{ +export interface e_notification_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32393,93 +37741,117 @@ export interface e_check_in_settings_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_check_in_settings" */ -export interface e_check_in_settings_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_notification_types" */ +export interface e_notification_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_check_in_settingsGenqlSelection + returning?: e_notification_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_check_in_settings" */ -export interface e_check_in_settings_on_conflict {constraint: e_check_in_settings_constraint,update_columns?: e_check_in_settings_update_column[],where?: (e_check_in_settings_bool_exp | null)} +/** on_conflict condition type for table "e_notification_types" */ +export interface e_notification_types_on_conflict {constraint: e_notification_types_constraint,update_columns?: e_notification_types_update_column[],where?: (e_notification_types_bool_exp | null)} -/** Ordering options when selecting data from "e_check_in_settings". */ -export interface e_check_in_settings_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_notification_types". */ +export interface e_notification_types_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_check_in_settings */ -export interface e_check_in_settings_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_notification_types */ +export interface e_notification_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_check_in_settings" */ -export interface e_check_in_settings_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_notification_types" */ +export interface e_notification_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_check_in_settings" */ -export interface e_check_in_settings_stream_cursor_input { +/** Streaming cursor of the table "e_notification_types" */ +export interface e_notification_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_check_in_settings_stream_cursor_value_input, +initial_value: e_notification_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_check_in_settings_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_notification_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_check_in_settings_updates { +export interface e_notification_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_check_in_settings_set_input | null), +_set?: (e_notification_types_set_input | null), /** filter the rows which have to be updated */ -where: e_check_in_settings_bool_exp} +where: e_notification_types_bool_exp} -/** columns and relationships of "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selectionGenqlSelection{ +/** columns and relationships of "e_objective_types" */ +export interface e_objective_typesGenqlSelection{ description?: boolean | number + /** An array relationship */ + player_objectives?: (player_objectivesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (player_objectives_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?: (player_objectives_order_by[] | null), + /** filter the rows returned */ + where?: (player_objectives_bool_exp | null)} }) + /** An aggregate relationship */ + player_objectives_aggregate?: (player_objectives_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (player_objectives_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?: (player_objectives_order_by[] | null), + /** filter the rows returned */ + where?: (player_objectives_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_aggregateGenqlSelection{ - aggregate?: e_draft_game_captain_selection_aggregate_fieldsGenqlSelection - nodes?: e_draft_game_captain_selectionGenqlSelection +/** aggregated selection of "e_objective_types" */ +export interface e_objective_types_aggregateGenqlSelection{ + aggregate?: e_objective_types_aggregate_fieldsGenqlSelection + nodes?: e_objective_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_draft_game_captain_selection_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_draft_game_captain_selection_max_fieldsGenqlSelection - min?: e_draft_game_captain_selection_min_fieldsGenqlSelection +/** aggregate fields of "e_objective_types" */ +export interface e_objective_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_objective_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_objective_types_max_fieldsGenqlSelection + min?: e_objective_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_draft_game_captain_selection". All fields are combined with a logical 'AND'. */ -export interface e_draft_game_captain_selection_bool_exp {_and?: (e_draft_game_captain_selection_bool_exp[] | null),_not?: (e_draft_game_captain_selection_bool_exp | null),_or?: (e_draft_game_captain_selection_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_objective_types". All fields are combined with a logical 'AND'. */ +export interface e_objective_types_bool_exp {_and?: (e_objective_types_bool_exp[] | null),_not?: (e_objective_types_bool_exp | null),_or?: (e_objective_types_bool_exp[] | null),description?: (String_comparison_exp | null),player_objectives?: (player_objectives_bool_exp | null),player_objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_draft_game_captain_selection_enum". All fields are combined with logical 'AND'. */ -export interface e_draft_game_captain_selection_enum_comparison_exp {_eq?: (e_draft_game_captain_selection_enum | null),_in?: (e_draft_game_captain_selection_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_captain_selection_enum | null),_nin?: (e_draft_game_captain_selection_enum[] | null)} +/** Boolean expression to compare columns of type "e_objective_types_enum". All fields are combined with logical 'AND'. */ +export interface e_objective_types_enum_comparison_exp {_eq?: (e_objective_types_enum | null),_in?: (e_objective_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_objective_types_enum | null),_nin?: (e_objective_types_enum[] | null)} -/** input type for inserting data into table "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_objective_types" */ +export interface e_objective_types_insert_input {description?: (Scalars['String'] | null),player_objectives?: (player_objectives_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_draft_game_captain_selection_max_fieldsGenqlSelection{ +export interface e_objective_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32488,7 +37860,7 @@ export interface e_draft_game_captain_selection_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_draft_game_captain_selection_min_fieldsGenqlSelection{ +export interface e_objective_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32496,59 +37868,53 @@ export interface e_draft_game_captain_selection_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_objective_types" */ +export interface e_objective_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_draft_game_captain_selectionGenqlSelection + returning?: e_objective_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_obj_rel_insert_input {data: e_draft_game_captain_selection_insert_input, -/** upsert condition */ -on_conflict?: (e_draft_game_captain_selection_on_conflict | null)} - - -/** on_conflict condition type for table "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_on_conflict {constraint: e_draft_game_captain_selection_constraint,update_columns?: e_draft_game_captain_selection_update_column[],where?: (e_draft_game_captain_selection_bool_exp | null)} +/** on_conflict condition type for table "e_objective_types" */ +export interface e_objective_types_on_conflict {constraint: e_objective_types_constraint,update_columns?: e_objective_types_update_column[],where?: (e_objective_types_bool_exp | null)} -/** Ordering options when selecting data from "e_draft_game_captain_selection". */ -export interface e_draft_game_captain_selection_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_objective_types". */ +export interface e_objective_types_order_by {description?: (order_by | null),player_objectives_aggregate?: (player_objectives_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_draft_game_captain_selection */ -export interface e_draft_game_captain_selection_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_objective_types */ +export interface e_objective_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_objective_types" */ +export interface e_objective_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_draft_game_captain_selection" */ -export interface e_draft_game_captain_selection_stream_cursor_input { +/** Streaming cursor of the table "e_objective_types" */ +export interface e_objective_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_draft_game_captain_selection_stream_cursor_value_input, +initial_value: e_objective_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_draft_game_captain_selection_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_objective_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_draft_game_captain_selection_updates { +export interface e_objective_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_draft_game_captain_selection_set_input | null), +_set?: (e_objective_types_set_input | null), /** filter the rows which have to be updated */ -where: e_draft_game_captain_selection_bool_exp} +where: e_objective_types_bool_exp} -/** columns and relationships of "e_draft_game_draft_order" */ -export interface e_draft_game_draft_orderGenqlSelection{ +/** columns and relationships of "e_player_roles" */ +export interface e_player_rolesGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32556,39 +37922,39 @@ export interface e_draft_game_draft_orderGenqlSelection{ } -/** aggregated selection of "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_aggregateGenqlSelection{ - aggregate?: e_draft_game_draft_order_aggregate_fieldsGenqlSelection - nodes?: e_draft_game_draft_orderGenqlSelection +/** aggregated selection of "e_player_roles" */ +export interface e_player_roles_aggregateGenqlSelection{ + aggregate?: e_player_roles_aggregate_fieldsGenqlSelection + nodes?: e_player_rolesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_draft_game_draft_order_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_draft_game_draft_order_max_fieldsGenqlSelection - min?: e_draft_game_draft_order_min_fieldsGenqlSelection +/** aggregate fields of "e_player_roles" */ +export interface e_player_roles_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_player_roles_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_player_roles_max_fieldsGenqlSelection + min?: e_player_roles_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_draft_game_draft_order". All fields are combined with a logical 'AND'. */ -export interface e_draft_game_draft_order_bool_exp {_and?: (e_draft_game_draft_order_bool_exp[] | null),_not?: (e_draft_game_draft_order_bool_exp | null),_or?: (e_draft_game_draft_order_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_player_roles". All fields are combined with a logical 'AND'. */ +export interface e_player_roles_bool_exp {_and?: (e_player_roles_bool_exp[] | null),_not?: (e_player_roles_bool_exp | null),_or?: (e_player_roles_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_draft_game_draft_order_enum". All fields are combined with logical 'AND'. */ -export interface e_draft_game_draft_order_enum_comparison_exp {_eq?: (e_draft_game_draft_order_enum | null),_in?: (e_draft_game_draft_order_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_draft_order_enum | null),_nin?: (e_draft_game_draft_order_enum[] | null)} +/** Boolean expression to compare columns of type "e_player_roles_enum". All fields are combined with logical 'AND'. */ +export interface e_player_roles_enum_comparison_exp {_eq?: (e_player_roles_enum | null),_in?: (e_player_roles_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_player_roles_enum | null),_nin?: (e_player_roles_enum[] | null)} -/** input type for inserting data into table "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_player_roles" */ +export interface e_player_roles_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_draft_game_draft_order_max_fieldsGenqlSelection{ +export interface e_player_roles_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32597,7 +37963,7 @@ export interface e_draft_game_draft_order_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_draft_game_draft_order_min_fieldsGenqlSelection{ +export interface e_player_roles_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32605,59 +37971,53 @@ export interface e_draft_game_draft_order_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_player_roles" */ +export interface e_player_roles_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_draft_game_draft_orderGenqlSelection + returning?: e_player_rolesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_obj_rel_insert_input {data: e_draft_game_draft_order_insert_input, -/** upsert condition */ -on_conflict?: (e_draft_game_draft_order_on_conflict | null)} - - -/** on_conflict condition type for table "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_on_conflict {constraint: e_draft_game_draft_order_constraint,update_columns?: e_draft_game_draft_order_update_column[],where?: (e_draft_game_draft_order_bool_exp | null)} +/** on_conflict condition type for table "e_player_roles" */ +export interface e_player_roles_on_conflict {constraint: e_player_roles_constraint,update_columns?: e_player_roles_update_column[],where?: (e_player_roles_bool_exp | null)} -/** Ordering options when selecting data from "e_draft_game_draft_order". */ -export interface e_draft_game_draft_order_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_player_roles". */ +export interface e_player_roles_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_draft_game_draft_order */ -export interface e_draft_game_draft_order_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_player_roles */ +export interface e_player_roles_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_player_roles" */ +export interface e_player_roles_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_draft_game_draft_order" */ -export interface e_draft_game_draft_order_stream_cursor_input { +/** Streaming cursor of the table "e_player_roles" */ +export interface e_player_roles_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_draft_game_draft_order_stream_cursor_value_input, +initial_value: e_player_roles_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_draft_game_draft_order_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_player_roles_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_draft_game_draft_order_updates { +export interface e_player_roles_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_draft_game_draft_order_set_input | null), +_set?: (e_player_roles_set_input | null), /** filter the rows which have to be updated */ -where: e_draft_game_draft_order_bool_exp} +where: e_player_roles_bool_exp} -/** columns and relationships of "e_draft_game_mode" */ -export interface e_draft_game_modeGenqlSelection{ +/** columns and relationships of "e_ready_settings" */ +export interface e_ready_settingsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32665,39 +38025,39 @@ export interface e_draft_game_modeGenqlSelection{ } -/** aggregated selection of "e_draft_game_mode" */ -export interface e_draft_game_mode_aggregateGenqlSelection{ - aggregate?: e_draft_game_mode_aggregate_fieldsGenqlSelection - nodes?: e_draft_game_modeGenqlSelection +/** aggregated selection of "e_ready_settings" */ +export interface e_ready_settings_aggregateGenqlSelection{ + aggregate?: e_ready_settings_aggregate_fieldsGenqlSelection + nodes?: e_ready_settingsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_draft_game_mode" */ -export interface e_draft_game_mode_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_draft_game_mode_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_draft_game_mode_max_fieldsGenqlSelection - min?: e_draft_game_mode_min_fieldsGenqlSelection +/** aggregate fields of "e_ready_settings" */ +export interface e_ready_settings_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_ready_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_ready_settings_max_fieldsGenqlSelection + min?: e_ready_settings_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_draft_game_mode". All fields are combined with a logical 'AND'. */ -export interface e_draft_game_mode_bool_exp {_and?: (e_draft_game_mode_bool_exp[] | null),_not?: (e_draft_game_mode_bool_exp | null),_or?: (e_draft_game_mode_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} - +/** Boolean expression to filter rows from the table "e_ready_settings". All fields are combined with a logical 'AND'. */ +export interface e_ready_settings_bool_exp {_and?: (e_ready_settings_bool_exp[] | null),_not?: (e_ready_settings_bool_exp | null),_or?: (e_ready_settings_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_draft_game_mode_enum". All fields are combined with logical 'AND'. */ -export interface e_draft_game_mode_enum_comparison_exp {_eq?: (e_draft_game_mode_enum | null),_in?: (e_draft_game_mode_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_mode_enum | null),_nin?: (e_draft_game_mode_enum[] | null)} +/** Boolean expression to compare columns of type "e_ready_settings_enum". All fields are combined with logical 'AND'. */ +export interface e_ready_settings_enum_comparison_exp {_eq?: (e_ready_settings_enum | null),_in?: (e_ready_settings_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_ready_settings_enum | null),_nin?: (e_ready_settings_enum[] | null)} -/** input type for inserting data into table "e_draft_game_mode" */ -export interface e_draft_game_mode_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +/** input type for inserting data into table "e_ready_settings" */ +export interface e_ready_settings_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_draft_game_mode_max_fieldsGenqlSelection{ +export interface e_ready_settings_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32706,7 +38066,7 @@ export interface e_draft_game_mode_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_draft_game_mode_min_fieldsGenqlSelection{ +export interface e_ready_settings_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32714,59 +38074,53 @@ export interface e_draft_game_mode_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_draft_game_mode" */ -export interface e_draft_game_mode_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_ready_settings" */ +export interface e_ready_settings_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_draft_game_modeGenqlSelection + returning?: e_ready_settingsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_draft_game_mode" */ -export interface e_draft_game_mode_obj_rel_insert_input {data: e_draft_game_mode_insert_input, -/** upsert condition */ -on_conflict?: (e_draft_game_mode_on_conflict | null)} - - -/** on_conflict condition type for table "e_draft_game_mode" */ -export interface e_draft_game_mode_on_conflict {constraint: e_draft_game_mode_constraint,update_columns?: e_draft_game_mode_update_column[],where?: (e_draft_game_mode_bool_exp | null)} +/** on_conflict condition type for table "e_ready_settings" */ +export interface e_ready_settings_on_conflict {constraint: e_ready_settings_constraint,update_columns?: e_ready_settings_update_column[],where?: (e_ready_settings_bool_exp | null)} -/** Ordering options when selecting data from "e_draft_game_mode". */ -export interface e_draft_game_mode_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_ready_settings". */ +export interface e_ready_settings_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_draft_game_mode */ -export interface e_draft_game_mode_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_ready_settings */ +export interface e_ready_settings_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_draft_game_mode" */ -export interface e_draft_game_mode_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_ready_settings" */ +export interface e_ready_settings_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_draft_game_mode" */ -export interface e_draft_game_mode_stream_cursor_input { +/** Streaming cursor of the table "e_ready_settings" */ +export interface e_ready_settings_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_draft_game_mode_stream_cursor_value_input, +initial_value: e_ready_settings_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_draft_game_mode_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_ready_settings_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_draft_game_mode_updates { +export interface e_ready_settings_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_draft_game_mode_set_input | null), +_set?: (e_ready_settings_set_input | null), /** filter the rows which have to be updated */ -where: e_draft_game_mode_bool_exp} +where: e_ready_settings_bool_exp} -/** columns and relationships of "e_draft_game_player_status" */ -export interface e_draft_game_player_statusGenqlSelection{ +/** columns and relationships of "e_sanction_types" */ +export interface e_sanction_typesGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32774,39 +38128,39 @@ export interface e_draft_game_player_statusGenqlSelection{ } -/** aggregated selection of "e_draft_game_player_status" */ -export interface e_draft_game_player_status_aggregateGenqlSelection{ - aggregate?: e_draft_game_player_status_aggregate_fieldsGenqlSelection - nodes?: e_draft_game_player_statusGenqlSelection +/** aggregated selection of "e_sanction_types" */ +export interface e_sanction_types_aggregateGenqlSelection{ + aggregate?: e_sanction_types_aggregate_fieldsGenqlSelection + nodes?: e_sanction_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_draft_game_player_status" */ -export interface e_draft_game_player_status_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_draft_game_player_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_draft_game_player_status_max_fieldsGenqlSelection - min?: e_draft_game_player_status_min_fieldsGenqlSelection +/** aggregate fields of "e_sanction_types" */ +export interface e_sanction_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_sanction_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_sanction_types_max_fieldsGenqlSelection + min?: e_sanction_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_draft_game_player_status". All fields are combined with a logical 'AND'. */ -export interface e_draft_game_player_status_bool_exp {_and?: (e_draft_game_player_status_bool_exp[] | null),_not?: (e_draft_game_player_status_bool_exp | null),_or?: (e_draft_game_player_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_sanction_types". All fields are combined with a logical 'AND'. */ +export interface e_sanction_types_bool_exp {_and?: (e_sanction_types_bool_exp[] | null),_not?: (e_sanction_types_bool_exp | null),_or?: (e_sanction_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_draft_game_player_status_enum". All fields are combined with logical 'AND'. */ -export interface e_draft_game_player_status_enum_comparison_exp {_eq?: (e_draft_game_player_status_enum | null),_in?: (e_draft_game_player_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_player_status_enum | null),_nin?: (e_draft_game_player_status_enum[] | null)} +/** Boolean expression to compare columns of type "e_sanction_types_enum". All fields are combined with logical 'AND'. */ +export interface e_sanction_types_enum_comparison_exp {_eq?: (e_sanction_types_enum | null),_in?: (e_sanction_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_sanction_types_enum | null),_nin?: (e_sanction_types_enum[] | null)} -/** input type for inserting data into table "e_draft_game_player_status" */ -export interface e_draft_game_player_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_sanction_types" */ +export interface e_sanction_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_draft_game_player_status_max_fieldsGenqlSelection{ +export interface e_sanction_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32815,7 +38169,7 @@ export interface e_draft_game_player_status_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_draft_game_player_status_min_fieldsGenqlSelection{ +export interface e_sanction_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32823,99 +38177,123 @@ export interface e_draft_game_player_status_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_draft_game_player_status" */ -export interface e_draft_game_player_status_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_sanction_types" */ +export interface e_sanction_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_draft_game_player_statusGenqlSelection + returning?: e_sanction_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_draft_game_player_status" */ -export interface e_draft_game_player_status_obj_rel_insert_input {data: e_draft_game_player_status_insert_input, +/** input type for inserting object relation for remote table "e_sanction_types" */ +export interface e_sanction_types_obj_rel_insert_input {data: e_sanction_types_insert_input, /** upsert condition */ -on_conflict?: (e_draft_game_player_status_on_conflict | null)} +on_conflict?: (e_sanction_types_on_conflict | null)} -/** on_conflict condition type for table "e_draft_game_player_status" */ -export interface e_draft_game_player_status_on_conflict {constraint: e_draft_game_player_status_constraint,update_columns?: e_draft_game_player_status_update_column[],where?: (e_draft_game_player_status_bool_exp | null)} +/** on_conflict condition type for table "e_sanction_types" */ +export interface e_sanction_types_on_conflict {constraint: e_sanction_types_constraint,update_columns?: e_sanction_types_update_column[],where?: (e_sanction_types_bool_exp | null)} -/** Ordering options when selecting data from "e_draft_game_player_status". */ -export interface e_draft_game_player_status_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_sanction_types". */ +export interface e_sanction_types_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_draft_game_player_status */ -export interface e_draft_game_player_status_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_sanction_types */ +export interface e_sanction_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_draft_game_player_status" */ -export interface e_draft_game_player_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_sanction_types" */ +export interface e_sanction_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_draft_game_player_status" */ -export interface e_draft_game_player_status_stream_cursor_input { +/** Streaming cursor of the table "e_sanction_types" */ +export interface e_sanction_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_draft_game_player_status_stream_cursor_value_input, +initial_value: e_sanction_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_draft_game_player_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_sanction_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_draft_game_player_status_updates { +export interface e_sanction_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_draft_game_player_status_set_input | null), +_set?: (e_sanction_types_set_input | null), /** filter the rows which have to be updated */ -where: e_draft_game_player_status_bool_exp} +where: e_sanction_types_bool_exp} -/** columns and relationships of "e_draft_game_status" */ -export interface e_draft_game_statusGenqlSelection{ +/** columns and relationships of "e_scrim_request_statuses" */ +export interface e_scrim_request_statusesGenqlSelection{ description?: boolean | number + /** An array relationship */ + scrim_requests?: (team_scrim_requestsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (team_scrim_requests_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?: (team_scrim_requests_order_by[] | null), + /** filter the rows returned */ + where?: (team_scrim_requests_bool_exp | null)} }) + /** An aggregate relationship */ + scrim_requests_aggregate?: (team_scrim_requests_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (team_scrim_requests_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?: (team_scrim_requests_order_by[] | null), + /** filter the rows returned */ + where?: (team_scrim_requests_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_draft_game_status" */ -export interface e_draft_game_status_aggregateGenqlSelection{ - aggregate?: e_draft_game_status_aggregate_fieldsGenqlSelection - nodes?: e_draft_game_statusGenqlSelection +/** aggregated selection of "e_scrim_request_statuses" */ +export interface e_scrim_request_statuses_aggregateGenqlSelection{ + aggregate?: e_scrim_request_statuses_aggregate_fieldsGenqlSelection + nodes?: e_scrim_request_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_draft_game_status" */ -export interface e_draft_game_status_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_draft_game_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_draft_game_status_max_fieldsGenqlSelection - min?: e_draft_game_status_min_fieldsGenqlSelection +/** aggregate fields of "e_scrim_request_statuses" */ +export interface e_scrim_request_statuses_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_scrim_request_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_scrim_request_statuses_max_fieldsGenqlSelection + min?: e_scrim_request_statuses_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_draft_game_status". All fields are combined with a logical 'AND'. */ -export interface e_draft_game_status_bool_exp {_and?: (e_draft_game_status_bool_exp[] | null),_not?: (e_draft_game_status_bool_exp | null),_or?: (e_draft_game_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_scrim_request_statuses". All fields are combined with a logical 'AND'. */ +export interface e_scrim_request_statuses_bool_exp {_and?: (e_scrim_request_statuses_bool_exp[] | null),_not?: (e_scrim_request_statuses_bool_exp | null),_or?: (e_scrim_request_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),scrim_requests?: (team_scrim_requests_bool_exp | null),scrim_requests_aggregate?: (team_scrim_requests_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_draft_game_status_enum". All fields are combined with logical 'AND'. */ -export interface e_draft_game_status_enum_comparison_exp {_eq?: (e_draft_game_status_enum | null),_in?: (e_draft_game_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_draft_game_status_enum | null),_nin?: (e_draft_game_status_enum[] | null)} +/** Boolean expression to compare columns of type "e_scrim_request_statuses_enum". All fields are combined with logical 'AND'. */ +export interface e_scrim_request_statuses_enum_comparison_exp {_eq?: (e_scrim_request_statuses_enum | null),_in?: (e_scrim_request_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_scrim_request_statuses_enum | null),_nin?: (e_scrim_request_statuses_enum[] | null)} -/** input type for inserting data into table "e_draft_game_status" */ -export interface e_draft_game_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_scrim_request_statuses" */ +export interface e_scrim_request_statuses_insert_input {description?: (Scalars['String'] | null),scrim_requests?: (team_scrim_requests_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_draft_game_status_max_fieldsGenqlSelection{ +export interface e_scrim_request_statuses_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32924,7 +38302,7 @@ export interface e_draft_game_status_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_draft_game_status_min_fieldsGenqlSelection{ +export interface e_scrim_request_statuses_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -32932,99 +38310,117 @@ export interface e_draft_game_status_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_draft_game_status" */ -export interface e_draft_game_status_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_scrim_request_statuses" */ +export interface e_scrim_request_statuses_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_draft_game_statusGenqlSelection + returning?: e_scrim_request_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_draft_game_status" */ -export interface e_draft_game_status_obj_rel_insert_input {data: e_draft_game_status_insert_input, -/** upsert condition */ -on_conflict?: (e_draft_game_status_on_conflict | null)} - - -/** on_conflict condition type for table "e_draft_game_status" */ -export interface e_draft_game_status_on_conflict {constraint: e_draft_game_status_constraint,update_columns?: e_draft_game_status_update_column[],where?: (e_draft_game_status_bool_exp | null)} +/** on_conflict condition type for table "e_scrim_request_statuses" */ +export interface e_scrim_request_statuses_on_conflict {constraint: e_scrim_request_statuses_constraint,update_columns?: e_scrim_request_statuses_update_column[],where?: (e_scrim_request_statuses_bool_exp | null)} -/** Ordering options when selecting data from "e_draft_game_status". */ -export interface e_draft_game_status_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_scrim_request_statuses". */ +export interface e_scrim_request_statuses_order_by {description?: (order_by | null),scrim_requests_aggregate?: (team_scrim_requests_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_draft_game_status */ -export interface e_draft_game_status_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_scrim_request_statuses */ +export interface e_scrim_request_statuses_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_draft_game_status" */ -export interface e_draft_game_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_scrim_request_statuses" */ +export interface e_scrim_request_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_draft_game_status" */ -export interface e_draft_game_status_stream_cursor_input { +/** Streaming cursor of the table "e_scrim_request_statuses" */ +export interface e_scrim_request_statuses_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_draft_game_status_stream_cursor_value_input, +initial_value: e_scrim_request_statuses_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_draft_game_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_scrim_request_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_draft_game_status_updates { +export interface e_scrim_request_statuses_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_draft_game_status_set_input | null), +_set?: (e_scrim_request_statuses_set_input | null), /** filter the rows which have to be updated */ -where: e_draft_game_status_bool_exp} +where: e_scrim_request_statuses_bool_exp} -/** columns and relationships of "e_friend_status" */ -export interface e_friend_statusGenqlSelection{ +/** columns and relationships of "e_server_types" */ +export interface e_server_typesGenqlSelection{ description?: boolean | number + /** An array relationship */ + servers?: (serversGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (servers_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?: (servers_order_by[] | null), + /** filter the rows returned */ + where?: (servers_bool_exp | null)} }) + /** An aggregate relationship */ + servers_aggregate?: (servers_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (servers_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?: (servers_order_by[] | null), + /** filter the rows returned */ + where?: (servers_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_friend_status" */ -export interface e_friend_status_aggregateGenqlSelection{ - aggregate?: e_friend_status_aggregate_fieldsGenqlSelection - nodes?: e_friend_statusGenqlSelection +/** aggregated selection of "e_server_types" */ +export interface e_server_types_aggregateGenqlSelection{ + aggregate?: e_server_types_aggregate_fieldsGenqlSelection + nodes?: e_server_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_friend_status" */ -export interface e_friend_status_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_friend_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_friend_status_max_fieldsGenqlSelection - min?: e_friend_status_min_fieldsGenqlSelection +/** aggregate fields of "e_server_types" */ +export interface e_server_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_server_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_server_types_max_fieldsGenqlSelection + min?: e_server_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_friend_status". All fields are combined with a logical 'AND'. */ -export interface e_friend_status_bool_exp {_and?: (e_friend_status_bool_exp[] | null),_not?: (e_friend_status_bool_exp | null),_or?: (e_friend_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_server_types". All fields are combined with a logical 'AND'. */ +export interface e_server_types_bool_exp {_and?: (e_server_types_bool_exp[] | null),_not?: (e_server_types_bool_exp | null),_or?: (e_server_types_bool_exp[] | null),description?: (String_comparison_exp | null),servers?: (servers_bool_exp | null),servers_aggregate?: (servers_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_friend_status_enum". All fields are combined with logical 'AND'. */ -export interface e_friend_status_enum_comparison_exp {_eq?: (e_friend_status_enum | null),_in?: (e_friend_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_friend_status_enum | null),_nin?: (e_friend_status_enum[] | null)} +/** Boolean expression to compare columns of type "e_server_types_enum". All fields are combined with logical 'AND'. */ +export interface e_server_types_enum_comparison_exp {_eq?: (e_server_types_enum | null),_in?: (e_server_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_server_types_enum | null),_nin?: (e_server_types_enum[] | null)} -/** input type for inserting data into table "e_friend_status" */ -export interface e_friend_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_server_types" */ +export interface e_server_types_insert_input {description?: (Scalars['String'] | null),servers?: (servers_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_friend_status_max_fieldsGenqlSelection{ +export interface e_server_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33033,7 +38429,7 @@ export interface e_friend_status_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_friend_status_min_fieldsGenqlSelection{ +export interface e_server_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33041,99 +38437,141 @@ export interface e_friend_status_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_friend_status" */ -export interface e_friend_status_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_server_types" */ +export interface e_server_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_friend_statusGenqlSelection + returning?: e_server_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_friend_status" */ -export interface e_friend_status_obj_rel_insert_input {data: e_friend_status_insert_input, -/** upsert condition */ -on_conflict?: (e_friend_status_on_conflict | null)} - - -/** on_conflict condition type for table "e_friend_status" */ -export interface e_friend_status_on_conflict {constraint: e_friend_status_constraint,update_columns?: e_friend_status_update_column[],where?: (e_friend_status_bool_exp | null)} +/** on_conflict condition type for table "e_server_types" */ +export interface e_server_types_on_conflict {constraint: e_server_types_constraint,update_columns?: e_server_types_update_column[],where?: (e_server_types_bool_exp | null)} -/** Ordering options when selecting data from "e_friend_status". */ -export interface e_friend_status_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_server_types". */ +export interface e_server_types_order_by {description?: (order_by | null),servers_aggregate?: (servers_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_friend_status */ -export interface e_friend_status_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_server_types */ +export interface e_server_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_friend_status" */ -export interface e_friend_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_server_types" */ +export interface e_server_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_friend_status" */ -export interface e_friend_status_stream_cursor_input { +/** Streaming cursor of the table "e_server_types" */ +export interface e_server_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_friend_status_stream_cursor_value_input, +initial_value: e_server_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_friend_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_server_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_friend_status_updates { +export interface e_server_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_friend_status_set_input | null), +_set?: (e_server_types_set_input | null), /** filter the rows which have to be updated */ -where: e_friend_status_bool_exp} +where: e_server_types_bool_exp} -/** columns and relationships of "e_game_cfg_types" */ -export interface e_game_cfg_typesGenqlSelection{ +/** columns and relationships of "e_sides" */ +export interface e_sidesGenqlSelection{ description?: boolean | number + /** An array relationship */ + match_map_lineup_1?: (match_mapsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), + /** filter the rows returned */ + where?: (match_maps_bool_exp | null)} }) + /** An aggregate relationship */ + match_map_lineup_1_aggregate?: (match_maps_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), + /** filter the rows returned */ + where?: (match_maps_bool_exp | null)} }) + /** An array relationship */ + match_map_lineup_2?: (match_mapsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), + /** filter the rows returned */ + where?: (match_maps_bool_exp | null)} }) + /** An aggregate relationship */ + match_map_lineup_2_aggregate?: (match_maps_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), + /** filter the rows returned */ + where?: (match_maps_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_game_cfg_types" */ -export interface e_game_cfg_types_aggregateGenqlSelection{ - aggregate?: e_game_cfg_types_aggregate_fieldsGenqlSelection - nodes?: e_game_cfg_typesGenqlSelection +/** aggregated selection of "e_sides" */ +export interface e_sides_aggregateGenqlSelection{ + aggregate?: e_sides_aggregate_fieldsGenqlSelection + nodes?: e_sidesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_game_cfg_types" */ -export interface e_game_cfg_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_game_cfg_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_game_cfg_types_max_fieldsGenqlSelection - min?: e_game_cfg_types_min_fieldsGenqlSelection +/** aggregate fields of "e_sides" */ +export interface e_sides_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_sides_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_sides_max_fieldsGenqlSelection + min?: e_sides_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_game_cfg_types". All fields are combined with a logical 'AND'. */ -export interface e_game_cfg_types_bool_exp {_and?: (e_game_cfg_types_bool_exp[] | null),_not?: (e_game_cfg_types_bool_exp | null),_or?: (e_game_cfg_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_sides". All fields are combined with a logical 'AND'. */ +export interface e_sides_bool_exp {_and?: (e_sides_bool_exp[] | null),_not?: (e_sides_bool_exp | null),_or?: (e_sides_bool_exp[] | null),description?: (String_comparison_exp | null),match_map_lineup_1?: (match_maps_bool_exp | null),match_map_lineup_1_aggregate?: (match_maps_aggregate_bool_exp | null),match_map_lineup_2?: (match_maps_bool_exp | null),match_map_lineup_2_aggregate?: (match_maps_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_game_cfg_types_enum". All fields are combined with logical 'AND'. */ -export interface e_game_cfg_types_enum_comparison_exp {_eq?: (e_game_cfg_types_enum | null),_in?: (e_game_cfg_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_game_cfg_types_enum | null),_nin?: (e_game_cfg_types_enum[] | null)} +/** Boolean expression to compare columns of type "e_sides_enum". All fields are combined with logical 'AND'. */ +export interface e_sides_enum_comparison_exp {_eq?: (e_sides_enum | null),_in?: (e_sides_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_sides_enum | null),_nin?: (e_sides_enum[] | null)} -/** input type for inserting data into table "e_game_cfg_types" */ -export interface e_game_cfg_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_sides" */ +export interface e_sides_insert_input {description?: (Scalars['String'] | null),match_map_lineup_1?: (match_maps_arr_rel_insert_input | null),match_map_lineup_2?: (match_maps_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_game_cfg_types_max_fieldsGenqlSelection{ +export interface e_sides_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33142,7 +38580,7 @@ export interface e_game_cfg_types_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_game_cfg_types_min_fieldsGenqlSelection{ +export interface e_sides_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33150,53 +38588,53 @@ export interface e_game_cfg_types_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_game_cfg_types" */ -export interface e_game_cfg_types_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_sides" */ +export interface e_sides_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_game_cfg_typesGenqlSelection + returning?: e_sidesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_game_cfg_types" */ -export interface e_game_cfg_types_on_conflict {constraint: e_game_cfg_types_constraint,update_columns?: e_game_cfg_types_update_column[],where?: (e_game_cfg_types_bool_exp | null)} +/** on_conflict condition type for table "e_sides" */ +export interface e_sides_on_conflict {constraint: e_sides_constraint,update_columns?: e_sides_update_column[],where?: (e_sides_bool_exp | null)} -/** Ordering options when selecting data from "e_game_cfg_types". */ -export interface e_game_cfg_types_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_sides". */ +export interface e_sides_order_by {description?: (order_by | null),match_map_lineup_1_aggregate?: (match_maps_aggregate_order_by | null),match_map_lineup_2_aggregate?: (match_maps_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_game_cfg_types */ -export interface e_game_cfg_types_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_sides */ +export interface e_sides_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_game_cfg_types" */ -export interface e_game_cfg_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_sides" */ +export interface e_sides_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_game_cfg_types" */ -export interface e_game_cfg_types_stream_cursor_input { +/** Streaming cursor of the table "e_sides" */ +export interface e_sides_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_game_cfg_types_stream_cursor_value_input, +initial_value: e_sides_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_game_cfg_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_sides_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_game_cfg_types_updates { +export interface e_sides_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_game_cfg_types_set_input | null), +_set?: (e_sides_set_input | null), /** filter the rows which have to be updated */ -where: e_game_cfg_types_bool_exp} +where: e_sides_bool_exp} -/** columns and relationships of "e_game_server_node_statuses" */ -export interface e_game_server_node_statusesGenqlSelection{ +/** columns and relationships of "e_system_alert_types" */ +export interface e_system_alert_typesGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33204,39 +38642,39 @@ export interface e_game_server_node_statusesGenqlSelection{ } -/** aggregated selection of "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_aggregateGenqlSelection{ - aggregate?: e_game_server_node_statuses_aggregate_fieldsGenqlSelection - nodes?: e_game_server_node_statusesGenqlSelection +/** aggregated selection of "e_system_alert_types" */ +export interface e_system_alert_types_aggregateGenqlSelection{ + aggregate?: e_system_alert_types_aggregate_fieldsGenqlSelection + nodes?: e_system_alert_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_game_server_node_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_game_server_node_statuses_max_fieldsGenqlSelection - min?: e_game_server_node_statuses_min_fieldsGenqlSelection +/** aggregate fields of "e_system_alert_types" */ +export interface e_system_alert_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_system_alert_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_system_alert_types_max_fieldsGenqlSelection + min?: e_system_alert_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_game_server_node_statuses". All fields are combined with a logical 'AND'. */ -export interface e_game_server_node_statuses_bool_exp {_and?: (e_game_server_node_statuses_bool_exp[] | null),_not?: (e_game_server_node_statuses_bool_exp | null),_or?: (e_game_server_node_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_system_alert_types". All fields are combined with a logical 'AND'. */ +export interface e_system_alert_types_bool_exp {_and?: (e_system_alert_types_bool_exp[] | null),_not?: (e_system_alert_types_bool_exp | null),_or?: (e_system_alert_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_game_server_node_statuses_enum". All fields are combined with logical 'AND'. */ -export interface e_game_server_node_statuses_enum_comparison_exp {_eq?: (e_game_server_node_statuses_enum | null),_in?: (e_game_server_node_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_game_server_node_statuses_enum | null),_nin?: (e_game_server_node_statuses_enum[] | null)} +/** Boolean expression to compare columns of type "e_system_alert_types_enum". All fields are combined with logical 'AND'. */ +export interface e_system_alert_types_enum_comparison_exp {_eq?: (e_system_alert_types_enum | null),_in?: (e_system_alert_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_system_alert_types_enum | null),_nin?: (e_system_alert_types_enum[] | null)} -/** input type for inserting data into table "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_system_alert_types" */ +export interface e_system_alert_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_game_server_node_statuses_max_fieldsGenqlSelection{ +export interface e_system_alert_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33245,7 +38683,7 @@ export interface e_game_server_node_statuses_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_game_server_node_statuses_min_fieldsGenqlSelection{ +export interface e_system_alert_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33253,99 +38691,141 @@ export interface e_game_server_node_statuses_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_system_alert_types" */ +export interface e_system_alert_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_game_server_node_statusesGenqlSelection + returning?: e_system_alert_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_obj_rel_insert_input {data: e_game_server_node_statuses_insert_input, -/** upsert condition */ -on_conflict?: (e_game_server_node_statuses_on_conflict | null)} - - -/** on_conflict condition type for table "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_on_conflict {constraint: e_game_server_node_statuses_constraint,update_columns?: e_game_server_node_statuses_update_column[],where?: (e_game_server_node_statuses_bool_exp | null)} +/** on_conflict condition type for table "e_system_alert_types" */ +export interface e_system_alert_types_on_conflict {constraint: e_system_alert_types_constraint,update_columns?: e_system_alert_types_update_column[],where?: (e_system_alert_types_bool_exp | null)} -/** Ordering options when selecting data from "e_game_server_node_statuses". */ -export interface e_game_server_node_statuses_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_system_alert_types". */ +export interface e_system_alert_types_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_game_server_node_statuses */ -export interface e_game_server_node_statuses_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_system_alert_types */ +export interface e_system_alert_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_system_alert_types" */ +export interface e_system_alert_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_game_server_node_statuses" */ -export interface e_game_server_node_statuses_stream_cursor_input { +/** Streaming cursor of the table "e_system_alert_types" */ +export interface e_system_alert_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_game_server_node_statuses_stream_cursor_value_input, +initial_value: e_system_alert_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_game_server_node_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_system_alert_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_game_server_node_statuses_updates { +export interface e_system_alert_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_game_server_node_statuses_set_input | null), +_set?: (e_system_alert_types_set_input | null), /** filter the rows which have to be updated */ -where: e_game_server_node_statuses_bool_exp} +where: e_system_alert_types_bool_exp} -/** columns and relationships of "e_lobby_access" */ -export interface e_lobby_accessGenqlSelection{ +/** columns and relationships of "e_team_roles" */ +export interface e_team_rolesGenqlSelection{ description?: boolean | number + /** An array relationship */ + team_rosters?: (team_rosterGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (team_roster_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?: (team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (team_roster_bool_exp | null)} }) + /** An aggregate relationship */ + team_rosters_aggregate?: (team_roster_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (team_roster_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?: (team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (team_roster_bool_exp | null)} }) + /** An array relationship */ + tournament_team_rosters?: (tournament_team_rosterGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_roster_bool_exp | null)} }) + /** An aggregate relationship */ + tournament_team_rosters_aggregate?: (tournament_team_roster_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_roster_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_lobby_access" */ -export interface e_lobby_access_aggregateGenqlSelection{ - aggregate?: e_lobby_access_aggregate_fieldsGenqlSelection - nodes?: e_lobby_accessGenqlSelection +/** aggregated selection of "e_team_roles" */ +export interface e_team_roles_aggregateGenqlSelection{ + aggregate?: e_team_roles_aggregate_fieldsGenqlSelection + nodes?: e_team_rolesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_lobby_access" */ -export interface e_lobby_access_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_lobby_access_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_lobby_access_max_fieldsGenqlSelection - min?: e_lobby_access_min_fieldsGenqlSelection +/** aggregate fields of "e_team_roles" */ +export interface e_team_roles_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_team_roles_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_team_roles_max_fieldsGenqlSelection + min?: e_team_roles_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_lobby_access". All fields are combined with a logical 'AND'. */ -export interface e_lobby_access_bool_exp {_and?: (e_lobby_access_bool_exp[] | null),_not?: (e_lobby_access_bool_exp | null),_or?: (e_lobby_access_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_team_roles". All fields are combined with a logical 'AND'. */ +export interface e_team_roles_bool_exp {_and?: (e_team_roles_bool_exp[] | null),_not?: (e_team_roles_bool_exp | null),_or?: (e_team_roles_bool_exp[] | null),description?: (String_comparison_exp | null),team_rosters?: (team_roster_bool_exp | null),team_rosters_aggregate?: (team_roster_aggregate_bool_exp | null),tournament_team_rosters?: (tournament_team_roster_bool_exp | null),tournament_team_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_lobby_access_enum". All fields are combined with logical 'AND'. */ -export interface e_lobby_access_enum_comparison_exp {_eq?: (e_lobby_access_enum | null),_in?: (e_lobby_access_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_lobby_access_enum | null),_nin?: (e_lobby_access_enum[] | null)} +/** Boolean expression to compare columns of type "e_team_roles_enum". All fields are combined with logical 'AND'. */ +export interface e_team_roles_enum_comparison_exp {_eq?: (e_team_roles_enum | null),_in?: (e_team_roles_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_team_roles_enum | null),_nin?: (e_team_roles_enum[] | null)} -/** input type for inserting data into table "e_lobby_access" */ -export interface e_lobby_access_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_team_roles" */ +export interface e_team_roles_insert_input {description?: (Scalars['String'] | null),team_rosters?: (team_roster_arr_rel_insert_input | null),tournament_team_rosters?: (tournament_team_roster_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_lobby_access_max_fieldsGenqlSelection{ +export interface e_team_roles_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33354,7 +38834,7 @@ export interface e_lobby_access_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_lobby_access_min_fieldsGenqlSelection{ +export interface e_team_roles_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33362,59 +38842,59 @@ export interface e_lobby_access_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_lobby_access" */ -export interface e_lobby_access_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_team_roles" */ +export interface e_team_roles_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_lobby_accessGenqlSelection + returning?: e_team_rolesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_lobby_access" */ -export interface e_lobby_access_obj_rel_insert_input {data: e_lobby_access_insert_input, +/** input type for inserting object relation for remote table "e_team_roles" */ +export interface e_team_roles_obj_rel_insert_input {data: e_team_roles_insert_input, /** upsert condition */ -on_conflict?: (e_lobby_access_on_conflict | null)} +on_conflict?: (e_team_roles_on_conflict | null)} -/** on_conflict condition type for table "e_lobby_access" */ -export interface e_lobby_access_on_conflict {constraint: e_lobby_access_constraint,update_columns?: e_lobby_access_update_column[],where?: (e_lobby_access_bool_exp | null)} +/** on_conflict condition type for table "e_team_roles" */ +export interface e_team_roles_on_conflict {constraint: e_team_roles_constraint,update_columns?: e_team_roles_update_column[],where?: (e_team_roles_bool_exp | null)} -/** Ordering options when selecting data from "e_lobby_access". */ -export interface e_lobby_access_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_team_roles". */ +export interface e_team_roles_order_by {description?: (order_by | null),team_rosters_aggregate?: (team_roster_aggregate_order_by | null),tournament_team_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_lobby_access */ -export interface e_lobby_access_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_team_roles */ +export interface e_team_roles_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_lobby_access" */ -export interface e_lobby_access_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_team_roles" */ +export interface e_team_roles_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_lobby_access" */ -export interface e_lobby_access_stream_cursor_input { +/** Streaming cursor of the table "e_team_roles" */ +export interface e_team_roles_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_lobby_access_stream_cursor_value_input, +initial_value: e_team_roles_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_lobby_access_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_team_roles_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_lobby_access_updates { +export interface e_team_roles_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_lobby_access_set_input | null), +_set?: (e_team_roles_set_input | null), /** filter the rows which have to be updated */ -where: e_lobby_access_bool_exp} +where: e_team_roles_bool_exp} -/** columns and relationships of "e_lobby_player_status" */ -export interface e_lobby_player_statusGenqlSelection{ +/** columns and relationships of "e_team_roster_statuses" */ +export interface e_team_roster_statusesGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33422,39 +38902,39 @@ export interface e_lobby_player_statusGenqlSelection{ } -/** aggregated selection of "e_lobby_player_status" */ -export interface e_lobby_player_status_aggregateGenqlSelection{ - aggregate?: e_lobby_player_status_aggregate_fieldsGenqlSelection - nodes?: e_lobby_player_statusGenqlSelection +/** aggregated selection of "e_team_roster_statuses" */ +export interface e_team_roster_statuses_aggregateGenqlSelection{ + aggregate?: e_team_roster_statuses_aggregate_fieldsGenqlSelection + nodes?: e_team_roster_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_lobby_player_status" */ -export interface e_lobby_player_status_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_lobby_player_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_lobby_player_status_max_fieldsGenqlSelection - min?: e_lobby_player_status_min_fieldsGenqlSelection +/** aggregate fields of "e_team_roster_statuses" */ +export interface e_team_roster_statuses_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_team_roster_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_team_roster_statuses_max_fieldsGenqlSelection + min?: e_team_roster_statuses_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_lobby_player_status". All fields are combined with a logical 'AND'. */ -export interface e_lobby_player_status_bool_exp {_and?: (e_lobby_player_status_bool_exp[] | null),_not?: (e_lobby_player_status_bool_exp | null),_or?: (e_lobby_player_status_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_team_roster_statuses". All fields are combined with a logical 'AND'. */ +export interface e_team_roster_statuses_bool_exp {_and?: (e_team_roster_statuses_bool_exp[] | null),_not?: (e_team_roster_statuses_bool_exp | null),_or?: (e_team_roster_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_lobby_player_status_enum". All fields are combined with logical 'AND'. */ -export interface e_lobby_player_status_enum_comparison_exp {_eq?: (e_lobby_player_status_enum | null),_in?: (e_lobby_player_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_lobby_player_status_enum | null),_nin?: (e_lobby_player_status_enum[] | null)} +/** Boolean expression to compare columns of type "e_team_roster_statuses_enum". All fields are combined with logical 'AND'. */ +export interface e_team_roster_statuses_enum_comparison_exp {_eq?: (e_team_roster_statuses_enum | null),_in?: (e_team_roster_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_team_roster_statuses_enum | null),_nin?: (e_team_roster_statuses_enum[] | null)} -/** input type for inserting data into table "e_lobby_player_status" */ -export interface e_lobby_player_status_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_team_roster_statuses" */ +export interface e_team_roster_statuses_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_lobby_player_status_max_fieldsGenqlSelection{ +export interface e_team_roster_statuses_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33463,7 +38943,7 @@ export interface e_lobby_player_status_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_lobby_player_status_min_fieldsGenqlSelection{ +export interface e_team_roster_statuses_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33471,53 +38951,53 @@ export interface e_lobby_player_status_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_lobby_player_status" */ -export interface e_lobby_player_status_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_team_roster_statuses" */ +export interface e_team_roster_statuses_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_lobby_player_statusGenqlSelection + returning?: e_team_roster_statusesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_lobby_player_status" */ -export interface e_lobby_player_status_on_conflict {constraint: e_lobby_player_status_constraint,update_columns?: e_lobby_player_status_update_column[],where?: (e_lobby_player_status_bool_exp | null)} +/** on_conflict condition type for table "e_team_roster_statuses" */ +export interface e_team_roster_statuses_on_conflict {constraint: e_team_roster_statuses_constraint,update_columns?: e_team_roster_statuses_update_column[],where?: (e_team_roster_statuses_bool_exp | null)} -/** Ordering options when selecting data from "e_lobby_player_status". */ -export interface e_lobby_player_status_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_team_roster_statuses". */ +export interface e_team_roster_statuses_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_lobby_player_status */ -export interface e_lobby_player_status_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_team_roster_statuses */ +export interface e_team_roster_statuses_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_lobby_player_status" */ -export interface e_lobby_player_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_team_roster_statuses" */ +export interface e_team_roster_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_lobby_player_status" */ -export interface e_lobby_player_status_stream_cursor_input { +/** Streaming cursor of the table "e_team_roster_statuses" */ +export interface e_team_roster_statuses_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_lobby_player_status_stream_cursor_value_input, +initial_value: e_team_roster_statuses_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_lobby_player_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_team_roster_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_lobby_player_status_updates { +export interface e_team_roster_statuses_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_lobby_player_status_set_input | null), +_set?: (e_team_roster_statuses_set_input | null), /** filter the rows which have to be updated */ -where: e_lobby_player_status_bool_exp} +where: e_team_roster_statuses_bool_exp} -/** columns and relationships of "e_map_pool_types" */ -export interface e_map_pool_typesGenqlSelection{ +/** columns and relationships of "e_timeout_settings" */ +export interface e_timeout_settingsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33525,39 +39005,39 @@ export interface e_map_pool_typesGenqlSelection{ } -/** aggregated selection of "e_map_pool_types" */ -export interface e_map_pool_types_aggregateGenqlSelection{ - aggregate?: e_map_pool_types_aggregate_fieldsGenqlSelection - nodes?: e_map_pool_typesGenqlSelection +/** aggregated selection of "e_timeout_settings" */ +export interface e_timeout_settings_aggregateGenqlSelection{ + aggregate?: e_timeout_settings_aggregate_fieldsGenqlSelection + nodes?: e_timeout_settingsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_map_pool_types" */ -export interface e_map_pool_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_map_pool_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_map_pool_types_max_fieldsGenqlSelection - min?: e_map_pool_types_min_fieldsGenqlSelection +/** aggregate fields of "e_timeout_settings" */ +export interface e_timeout_settings_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_timeout_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_timeout_settings_max_fieldsGenqlSelection + min?: e_timeout_settings_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_map_pool_types". All fields are combined with a logical 'AND'. */ -export interface e_map_pool_types_bool_exp {_and?: (e_map_pool_types_bool_exp[] | null),_not?: (e_map_pool_types_bool_exp | null),_or?: (e_map_pool_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_timeout_settings". All fields are combined with a logical 'AND'. */ +export interface e_timeout_settings_bool_exp {_and?: (e_timeout_settings_bool_exp[] | null),_not?: (e_timeout_settings_bool_exp | null),_or?: (e_timeout_settings_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_map_pool_types_enum". All fields are combined with logical 'AND'. */ -export interface e_map_pool_types_enum_comparison_exp {_eq?: (e_map_pool_types_enum | null),_in?: (e_map_pool_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_map_pool_types_enum | null),_nin?: (e_map_pool_types_enum[] | null)} +/** Boolean expression to compare columns of type "e_timeout_settings_enum". All fields are combined with logical 'AND'. */ +export interface e_timeout_settings_enum_comparison_exp {_eq?: (e_timeout_settings_enum | null),_in?: (e_timeout_settings_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_timeout_settings_enum | null),_nin?: (e_timeout_settings_enum[] | null)} -/** input type for inserting data into table "e_map_pool_types" */ -export interface e_map_pool_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_timeout_settings" */ +export interface e_timeout_settings_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_map_pool_types_max_fieldsGenqlSelection{ +export interface e_timeout_settings_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33566,7 +39046,7 @@ export interface e_map_pool_types_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_map_pool_types_min_fieldsGenqlSelection{ +export interface e_timeout_settings_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33574,123 +39054,117 @@ export interface e_map_pool_types_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_map_pool_types" */ -export interface e_map_pool_types_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_timeout_settings" */ +export interface e_timeout_settings_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_map_pool_typesGenqlSelection + returning?: e_timeout_settingsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_map_pool_types" */ -export interface e_map_pool_types_obj_rel_insert_input {data: e_map_pool_types_insert_input, -/** upsert condition */ -on_conflict?: (e_map_pool_types_on_conflict | null)} - - -/** on_conflict condition type for table "e_map_pool_types" */ -export interface e_map_pool_types_on_conflict {constraint: e_map_pool_types_constraint,update_columns?: e_map_pool_types_update_column[],where?: (e_map_pool_types_bool_exp | null)} +/** on_conflict condition type for table "e_timeout_settings" */ +export interface e_timeout_settings_on_conflict {constraint: e_timeout_settings_constraint,update_columns?: e_timeout_settings_update_column[],where?: (e_timeout_settings_bool_exp | null)} -/** Ordering options when selecting data from "e_map_pool_types". */ -export interface e_map_pool_types_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_timeout_settings". */ +export interface e_timeout_settings_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_map_pool_types */ -export interface e_map_pool_types_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_timeout_settings */ +export interface e_timeout_settings_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_map_pool_types" */ -export interface e_map_pool_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_timeout_settings" */ +export interface e_timeout_settings_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_map_pool_types" */ -export interface e_map_pool_types_stream_cursor_input { +/** Streaming cursor of the table "e_timeout_settings" */ +export interface e_timeout_settings_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_map_pool_types_stream_cursor_value_input, +initial_value: e_timeout_settings_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_map_pool_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_timeout_settings_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_map_pool_types_updates { +export interface e_timeout_settings_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_map_pool_types_set_input | null), +_set?: (e_timeout_settings_set_input | null), /** filter the rows which have to be updated */ -where: e_map_pool_types_bool_exp} +where: e_timeout_settings_bool_exp} -/** columns and relationships of "e_match_clip_visibility" */ -export interface e_match_clip_visibilityGenqlSelection{ +/** columns and relationships of "e_tournament_stage_types" */ +export interface e_tournament_stage_typesGenqlSelection{ description?: boolean | number /** An array relationship */ - match_clips?: (match_clipsGenqlSelection & { __args?: { + tournament_stages?: (tournament_stagesGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (match_clips_select_column[] | null), + distinct_on?: (tournament_stages_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?: (match_clips_order_by[] | null), + order_by?: (tournament_stages_order_by[] | null), /** filter the rows returned */ - where?: (match_clips_bool_exp | null)} }) + where?: (tournament_stages_bool_exp | null)} }) /** An aggregate relationship */ - match_clips_aggregate?: (match_clips_aggregateGenqlSelection & { __args?: { + tournament_stages_aggregate?: (tournament_stages_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (match_clips_select_column[] | null), + distinct_on?: (tournament_stages_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?: (match_clips_order_by[] | null), + order_by?: (tournament_stages_order_by[] | null), /** filter the rows returned */ - where?: (match_clips_bool_exp | null)} }) + where?: (tournament_stages_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_match_clip_visibility" */ -export interface e_match_clip_visibility_aggregateGenqlSelection{ - aggregate?: e_match_clip_visibility_aggregate_fieldsGenqlSelection - nodes?: e_match_clip_visibilityGenqlSelection +/** aggregated selection of "e_tournament_stage_types" */ +export interface e_tournament_stage_types_aggregateGenqlSelection{ + aggregate?: e_tournament_stage_types_aggregate_fieldsGenqlSelection + nodes?: e_tournament_stage_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_match_clip_visibility" */ -export interface e_match_clip_visibility_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_match_clip_visibility_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_match_clip_visibility_max_fieldsGenqlSelection - min?: e_match_clip_visibility_min_fieldsGenqlSelection +/** aggregate fields of "e_tournament_stage_types" */ +export interface e_tournament_stage_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_tournament_stage_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_tournament_stage_types_max_fieldsGenqlSelection + min?: e_tournament_stage_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_match_clip_visibility". All fields are combined with a logical 'AND'. */ -export interface e_match_clip_visibility_bool_exp {_and?: (e_match_clip_visibility_bool_exp[] | null),_not?: (e_match_clip_visibility_bool_exp | null),_or?: (e_match_clip_visibility_bool_exp[] | null),description?: (String_comparison_exp | null),match_clips?: (match_clips_bool_exp | null),match_clips_aggregate?: (match_clips_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_tournament_stage_types". All fields are combined with a logical 'AND'. */ +export interface e_tournament_stage_types_bool_exp {_and?: (e_tournament_stage_types_bool_exp[] | null),_not?: (e_tournament_stage_types_bool_exp | null),_or?: (e_tournament_stage_types_bool_exp[] | null),description?: (String_comparison_exp | null),tournament_stages?: (tournament_stages_bool_exp | null),tournament_stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_match_clip_visibility_enum". All fields are combined with logical 'AND'. */ -export interface e_match_clip_visibility_enum_comparison_exp {_eq?: (e_match_clip_visibility_enum | null),_in?: (e_match_clip_visibility_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_clip_visibility_enum | null),_nin?: (e_match_clip_visibility_enum[] | null)} +/** Boolean expression to compare columns of type "e_tournament_stage_types_enum". All fields are combined with logical 'AND'. */ +export interface e_tournament_stage_types_enum_comparison_exp {_eq?: (e_tournament_stage_types_enum | null),_in?: (e_tournament_stage_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_tournament_stage_types_enum | null),_nin?: (e_tournament_stage_types_enum[] | null)} -/** input type for inserting data into table "e_match_clip_visibility" */ -export interface e_match_clip_visibility_insert_input {description?: (Scalars['String'] | null),match_clips?: (match_clips_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_tournament_stage_types" */ +export interface e_tournament_stage_types_insert_input {description?: (Scalars['String'] | null),tournament_stages?: (tournament_stages_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_match_clip_visibility_max_fieldsGenqlSelection{ +export interface e_tournament_stage_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33699,7 +39173,7 @@ export interface e_match_clip_visibility_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_match_clip_visibility_min_fieldsGenqlSelection{ +export interface e_tournament_stage_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33707,117 +39181,123 @@ export interface e_match_clip_visibility_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_match_clip_visibility" */ -export interface e_match_clip_visibility_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_tournament_stage_types" */ +export interface e_tournament_stage_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_match_clip_visibilityGenqlSelection + returning?: e_tournament_stage_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_match_clip_visibility" */ -export interface e_match_clip_visibility_on_conflict {constraint: e_match_clip_visibility_constraint,update_columns?: e_match_clip_visibility_update_column[],where?: (e_match_clip_visibility_bool_exp | null)} +/** input type for inserting object relation for remote table "e_tournament_stage_types" */ +export interface e_tournament_stage_types_obj_rel_insert_input {data: e_tournament_stage_types_insert_input, +/** upsert condition */ +on_conflict?: (e_tournament_stage_types_on_conflict | null)} -/** Ordering options when selecting data from "e_match_clip_visibility". */ -export interface e_match_clip_visibility_order_by {description?: (order_by | null),match_clips_aggregate?: (match_clips_aggregate_order_by | null),value?: (order_by | null)} +/** on_conflict condition type for table "e_tournament_stage_types" */ +export interface e_tournament_stage_types_on_conflict {constraint: e_tournament_stage_types_constraint,update_columns?: e_tournament_stage_types_update_column[],where?: (e_tournament_stage_types_bool_exp | null)} -/** primary key columns input for table: e_match_clip_visibility */ -export interface e_match_clip_visibility_pk_columns_input {value: Scalars['String']} +/** Ordering options when selecting data from "e_tournament_stage_types". */ +export interface e_tournament_stage_types_order_by {description?: (order_by | null),tournament_stages_aggregate?: (tournament_stages_aggregate_order_by | null),value?: (order_by | null)} -/** input type for updating data in table "e_match_clip_visibility" */ -export interface e_match_clip_visibility_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** primary key columns input for table: e_tournament_stage_types */ +export interface e_tournament_stage_types_pk_columns_input {value: Scalars['String']} -/** Streaming cursor of the table "e_match_clip_visibility" */ -export interface e_match_clip_visibility_stream_cursor_input { +/** input type for updating data in table "e_tournament_stage_types" */ +export interface e_tournament_stage_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_tournament_stage_types" */ +export interface e_tournament_stage_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_match_clip_visibility_stream_cursor_value_input, +initial_value: e_tournament_stage_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_match_clip_visibility_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_tournament_stage_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_match_clip_visibility_updates { +export interface e_tournament_stage_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_match_clip_visibility_set_input | null), +_set?: (e_tournament_stage_types_set_input | null), /** filter the rows which have to be updated */ -where: e_match_clip_visibility_bool_exp} +where: e_tournament_stage_types_bool_exp} -/** columns and relationships of "e_match_map_status" */ -export interface e_match_map_statusGenqlSelection{ +/** columns and relationships of "e_tournament_status" */ +export interface e_tournament_statusGenqlSelection{ description?: boolean | number /** An array relationship */ - match_maps?: (match_mapsGenqlSelection & { __args?: { + tournaments?: (tournamentsGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (match_maps_select_column[] | null), + distinct_on?: (tournaments_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?: (match_maps_order_by[] | null), + order_by?: (tournaments_order_by[] | null), /** filter the rows returned */ - where?: (match_maps_bool_exp | null)} }) + where?: (tournaments_bool_exp | null)} }) /** An aggregate relationship */ - match_maps_aggregate?: (match_maps_aggregateGenqlSelection & { __args?: { + tournaments_aggregate?: (tournaments_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (match_maps_select_column[] | null), + distinct_on?: (tournaments_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?: (match_maps_order_by[] | null), + order_by?: (tournaments_order_by[] | null), /** filter the rows returned */ - where?: (match_maps_bool_exp | null)} }) + where?: (tournaments_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_match_map_status" */ -export interface e_match_map_status_aggregateGenqlSelection{ - aggregate?: e_match_map_status_aggregate_fieldsGenqlSelection - nodes?: e_match_map_statusGenqlSelection +/** aggregated selection of "e_tournament_status" */ +export interface e_tournament_status_aggregateGenqlSelection{ + aggregate?: e_tournament_status_aggregate_fieldsGenqlSelection + nodes?: e_tournament_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_match_map_status" */ -export interface e_match_map_status_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_match_map_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_match_map_status_max_fieldsGenqlSelection - min?: e_match_map_status_min_fieldsGenqlSelection +/** aggregate fields of "e_tournament_status" */ +export interface e_tournament_status_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_tournament_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_tournament_status_max_fieldsGenqlSelection + min?: e_tournament_status_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_match_map_status". All fields are combined with a logical 'AND'. */ -export interface e_match_map_status_bool_exp {_and?: (e_match_map_status_bool_exp[] | null),_not?: (e_match_map_status_bool_exp | null),_or?: (e_match_map_status_bool_exp[] | null),description?: (String_comparison_exp | null),match_maps?: (match_maps_bool_exp | null),match_maps_aggregate?: (match_maps_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_tournament_status". All fields are combined with a logical 'AND'. */ +export interface e_tournament_status_bool_exp {_and?: (e_tournament_status_bool_exp[] | null),_not?: (e_tournament_status_bool_exp | null),_or?: (e_tournament_status_bool_exp[] | null),description?: (String_comparison_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_match_map_status_enum". All fields are combined with logical 'AND'. */ -export interface e_match_map_status_enum_comparison_exp {_eq?: (e_match_map_status_enum | null),_in?: (e_match_map_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_map_status_enum | null),_nin?: (e_match_map_status_enum[] | null)} +/** Boolean expression to compare columns of type "e_tournament_status_enum". All fields are combined with logical 'AND'. */ +export interface e_tournament_status_enum_comparison_exp {_eq?: (e_tournament_status_enum | null),_in?: (e_tournament_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_tournament_status_enum | null),_nin?: (e_tournament_status_enum[] | null)} -/** input type for inserting data into table "e_match_map_status" */ -export interface e_match_map_status_insert_input {description?: (Scalars['String'] | null),match_maps?: (match_maps_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_tournament_status" */ +export interface e_tournament_status_insert_input {description?: (Scalars['String'] | null),tournaments?: (tournaments_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_match_map_status_max_fieldsGenqlSelection{ +export interface e_tournament_status_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33826,7 +39306,7 @@ export interface e_match_map_status_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_match_map_status_min_fieldsGenqlSelection{ +export interface e_tournament_status_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33834,99 +39314,123 @@ export interface e_match_map_status_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_match_map_status" */ -export interface e_match_map_status_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_tournament_status" */ +export interface e_tournament_status_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_match_map_statusGenqlSelection + returning?: e_tournament_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_match_map_status" */ -export interface e_match_map_status_obj_rel_insert_input {data: e_match_map_status_insert_input, +/** input type for inserting object relation for remote table "e_tournament_status" */ +export interface e_tournament_status_obj_rel_insert_input {data: e_tournament_status_insert_input, /** upsert condition */ -on_conflict?: (e_match_map_status_on_conflict | null)} +on_conflict?: (e_tournament_status_on_conflict | null)} -/** on_conflict condition type for table "e_match_map_status" */ -export interface e_match_map_status_on_conflict {constraint: e_match_map_status_constraint,update_columns?: e_match_map_status_update_column[],where?: (e_match_map_status_bool_exp | null)} +/** on_conflict condition type for table "e_tournament_status" */ +export interface e_tournament_status_on_conflict {constraint: e_tournament_status_constraint,update_columns?: e_tournament_status_update_column[],where?: (e_tournament_status_bool_exp | null)} -/** Ordering options when selecting data from "e_match_map_status". */ -export interface e_match_map_status_order_by {description?: (order_by | null),match_maps_aggregate?: (match_maps_aggregate_order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_tournament_status". */ +export interface e_tournament_status_order_by {description?: (order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_match_map_status */ -export interface e_match_map_status_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_tournament_status */ +export interface e_tournament_status_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_match_map_status" */ -export interface e_match_map_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_tournament_status" */ +export interface e_tournament_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_match_map_status" */ -export interface e_match_map_status_stream_cursor_input { +/** Streaming cursor of the table "e_tournament_status" */ +export interface e_tournament_status_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_match_map_status_stream_cursor_value_input, +initial_value: e_tournament_status_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_match_map_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_tournament_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_match_map_status_updates { +export interface e_tournament_status_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_match_map_status_set_input | null), +_set?: (e_tournament_status_set_input | null), /** filter the rows which have to be updated */ -where: e_match_map_status_bool_exp} +where: e_tournament_status_bool_exp} -/** columns and relationships of "e_match_mode" */ -export interface e_match_modeGenqlSelection{ +/** columns and relationships of "e_utility_types" */ +export interface e_utility_typesGenqlSelection{ description?: boolean | number + /** An array relationship */ + player_utilities?: (player_utilityGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (player_utility_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?: (player_utility_order_by[] | null), + /** filter the rows returned */ + where?: (player_utility_bool_exp | null)} }) + /** An aggregate relationship */ + player_utilities_aggregate?: (player_utility_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (player_utility_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?: (player_utility_order_by[] | null), + /** filter the rows returned */ + where?: (player_utility_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_match_mode" */ -export interface e_match_mode_aggregateGenqlSelection{ - aggregate?: e_match_mode_aggregate_fieldsGenqlSelection - nodes?: e_match_modeGenqlSelection +/** aggregated selection of "e_utility_types" */ +export interface e_utility_types_aggregateGenqlSelection{ + aggregate?: e_utility_types_aggregate_fieldsGenqlSelection + nodes?: e_utility_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_match_mode" */ -export interface e_match_mode_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_match_mode_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_match_mode_max_fieldsGenqlSelection - min?: e_match_mode_min_fieldsGenqlSelection +/** aggregate fields of "e_utility_types" */ +export interface e_utility_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_utility_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_utility_types_max_fieldsGenqlSelection + min?: e_utility_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_match_mode". All fields are combined with a logical 'AND'. */ -export interface e_match_mode_bool_exp {_and?: (e_match_mode_bool_exp[] | null),_not?: (e_match_mode_bool_exp | null),_or?: (e_match_mode_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_utility_types". All fields are combined with a logical 'AND'. */ +export interface e_utility_types_bool_exp {_and?: (e_utility_types_bool_exp[] | null),_not?: (e_utility_types_bool_exp | null),_or?: (e_utility_types_bool_exp[] | null),description?: (String_comparison_exp | null),player_utilities?: (player_utility_bool_exp | null),player_utilities_aggregate?: (player_utility_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_match_mode_enum". All fields are combined with logical 'AND'. */ -export interface e_match_mode_enum_comparison_exp {_eq?: (e_match_mode_enum | null),_in?: (e_match_mode_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_mode_enum | null),_nin?: (e_match_mode_enum[] | null)} +/** Boolean expression to compare columns of type "e_utility_types_enum". All fields are combined with logical 'AND'. */ +export interface e_utility_types_enum_comparison_exp {_eq?: (e_utility_types_enum | null),_in?: (e_utility_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_utility_types_enum | null),_nin?: (e_utility_types_enum[] | null)} -/** input type for inserting data into table "e_match_mode" */ -export interface e_match_mode_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_utility_types" */ +export interface e_utility_types_insert_input {description?: (Scalars['String'] | null),player_utilities?: (player_utility_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_match_mode_max_fieldsGenqlSelection{ +export interface e_utility_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33935,7 +39439,7 @@ export interface e_match_mode_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_match_mode_min_fieldsGenqlSelection{ +export interface e_utility_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -33943,117 +39447,117 @@ export interface e_match_mode_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_match_mode" */ -export interface e_match_mode_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_utility_types" */ +export interface e_utility_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_match_modeGenqlSelection + returning?: e_utility_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_match_mode" */ -export interface e_match_mode_on_conflict {constraint: e_match_mode_constraint,update_columns?: e_match_mode_update_column[],where?: (e_match_mode_bool_exp | null)} +/** on_conflict condition type for table "e_utility_types" */ +export interface e_utility_types_on_conflict {constraint: e_utility_types_constraint,update_columns?: e_utility_types_update_column[],where?: (e_utility_types_bool_exp | null)} -/** Ordering options when selecting data from "e_match_mode". */ -export interface e_match_mode_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_utility_types". */ +export interface e_utility_types_order_by {description?: (order_by | null),player_utilities_aggregate?: (player_utility_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_match_mode */ -export interface e_match_mode_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_utility_types */ +export interface e_utility_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_match_mode" */ -export interface e_match_mode_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_utility_types" */ +export interface e_utility_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_match_mode" */ -export interface e_match_mode_stream_cursor_input { +/** Streaming cursor of the table "e_utility_types" */ +export interface e_utility_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_match_mode_stream_cursor_value_input, +initial_value: e_utility_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_match_mode_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_utility_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_match_mode_updates { +export interface e_utility_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_match_mode_set_input | null), +_set?: (e_utility_types_set_input | null), /** filter the rows which have to be updated */ -where: e_match_mode_bool_exp} +where: e_utility_types_bool_exp} -/** columns and relationships of "e_match_status" */ -export interface e_match_statusGenqlSelection{ +/** columns and relationships of "e_veto_pick_types" */ +export interface e_veto_pick_typesGenqlSelection{ description?: boolean | number /** An array relationship */ - matches?: (matchesGenqlSelection & { __args?: { + match_veto_picks?: (match_map_veto_picksGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (matches_select_column[] | null), + distinct_on?: (match_map_veto_picks_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?: (matches_order_by[] | null), + order_by?: (match_map_veto_picks_order_by[] | null), /** filter the rows returned */ - where?: (matches_bool_exp | null)} }) + where?: (match_map_veto_picks_bool_exp | null)} }) /** An aggregate relationship */ - matches_aggregate?: (matches_aggregateGenqlSelection & { __args?: { + match_veto_picks_aggregate?: (match_map_veto_picks_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (matches_select_column[] | null), + distinct_on?: (match_map_veto_picks_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?: (matches_order_by[] | null), + order_by?: (match_map_veto_picks_order_by[] | null), /** filter the rows returned */ - where?: (matches_bool_exp | null)} }) + where?: (match_map_veto_picks_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_match_status" */ -export interface e_match_status_aggregateGenqlSelection{ - aggregate?: e_match_status_aggregate_fieldsGenqlSelection - nodes?: e_match_statusGenqlSelection +/** aggregated selection of "e_veto_pick_types" */ +export interface e_veto_pick_types_aggregateGenqlSelection{ + aggregate?: e_veto_pick_types_aggregate_fieldsGenqlSelection + nodes?: e_veto_pick_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_match_status" */ -export interface e_match_status_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_match_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_match_status_max_fieldsGenqlSelection - min?: e_match_status_min_fieldsGenqlSelection +/** aggregate fields of "e_veto_pick_types" */ +export interface e_veto_pick_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_veto_pick_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_veto_pick_types_max_fieldsGenqlSelection + min?: e_veto_pick_types_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_match_status". All fields are combined with a logical 'AND'. */ -export interface e_match_status_bool_exp {_and?: (e_match_status_bool_exp[] | null),_not?: (e_match_status_bool_exp | null),_or?: (e_match_status_bool_exp[] | null),description?: (String_comparison_exp | null),matches?: (matches_bool_exp | null),matches_aggregate?: (matches_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_veto_pick_types". All fields are combined with a logical 'AND'. */ +export interface e_veto_pick_types_bool_exp {_and?: (e_veto_pick_types_bool_exp[] | null),_not?: (e_veto_pick_types_bool_exp | null),_or?: (e_veto_pick_types_bool_exp[] | null),description?: (String_comparison_exp | null),match_veto_picks?: (match_map_veto_picks_bool_exp | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_match_status_enum". All fields are combined with logical 'AND'. */ -export interface e_match_status_enum_comparison_exp {_eq?: (e_match_status_enum | null),_in?: (e_match_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_status_enum | null),_nin?: (e_match_status_enum[] | null)} +/** Boolean expression to compare columns of type "e_veto_pick_types_enum". All fields are combined with logical 'AND'. */ +export interface e_veto_pick_types_enum_comparison_exp {_eq?: (e_veto_pick_types_enum | null),_in?: (e_veto_pick_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_veto_pick_types_enum | null),_nin?: (e_veto_pick_types_enum[] | null)} -/** input type for inserting data into table "e_match_status" */ -export interface e_match_status_insert_input {description?: (Scalars['String'] | null),matches?: (matches_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_veto_pick_types" */ +export interface e_veto_pick_types_insert_input {description?: (Scalars['String'] | null),match_veto_picks?: (match_map_veto_picks_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_match_status_max_fieldsGenqlSelection{ +export interface e_veto_pick_types_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -34062,7 +39566,7 @@ export interface e_match_status_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_match_status_min_fieldsGenqlSelection{ +export interface e_veto_pick_types_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -34070,123 +39574,93 @@ export interface e_match_status_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_match_status" */ -export interface e_match_status_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_veto_pick_types" */ +export interface e_veto_pick_types_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_match_statusGenqlSelection + returning?: e_veto_pick_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_match_status" */ -export interface e_match_status_obj_rel_insert_input {data: e_match_status_insert_input, -/** upsert condition */ -on_conflict?: (e_match_status_on_conflict | null)} - - -/** on_conflict condition type for table "e_match_status" */ -export interface e_match_status_on_conflict {constraint: e_match_status_constraint,update_columns?: e_match_status_update_column[],where?: (e_match_status_bool_exp | null)} +/** on_conflict condition type for table "e_veto_pick_types" */ +export interface e_veto_pick_types_on_conflict {constraint: e_veto_pick_types_constraint,update_columns?: e_veto_pick_types_update_column[],where?: (e_veto_pick_types_bool_exp | null)} -/** Ordering options when selecting data from "e_match_status". */ -export interface e_match_status_order_by {description?: (order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_veto_pick_types". */ +export interface e_veto_pick_types_order_by {description?: (order_by | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_match_status */ -export interface e_match_status_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_veto_pick_types */ +export interface e_veto_pick_types_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_match_status" */ -export interface e_match_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_veto_pick_types" */ +export interface e_veto_pick_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_match_status" */ -export interface e_match_status_stream_cursor_input { +/** Streaming cursor of the table "e_veto_pick_types" */ +export interface e_veto_pick_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_match_status_stream_cursor_value_input, +initial_value: e_veto_pick_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_match_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_veto_pick_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_match_status_updates { +export interface e_veto_pick_types_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_match_status_set_input | null), +_set?: (e_veto_pick_types_set_input | null), /** filter the rows which have to be updated */ -where: e_match_status_bool_exp} +where: e_veto_pick_types_bool_exp} -/** columns and relationships of "e_match_types" */ -export interface e_match_typesGenqlSelection{ +/** columns and relationships of "e_winning_reasons" */ +export interface e_winning_reasonsGenqlSelection{ description?: boolean | number - /** An array relationship */ - maps?: (mapsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (maps_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?: (maps_order_by[] | null), - /** filter the rows returned */ - where?: (maps_bool_exp | null)} }) - /** An aggregate relationship */ - maps_aggregate?: (maps_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (maps_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?: (maps_order_by[] | null), - /** filter the rows returned */ - where?: (maps_bool_exp | null)} }) value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_match_types" */ -export interface e_match_types_aggregateGenqlSelection{ - aggregate?: e_match_types_aggregate_fieldsGenqlSelection - nodes?: e_match_typesGenqlSelection +/** aggregated selection of "e_winning_reasons" */ +export interface e_winning_reasons_aggregateGenqlSelection{ + aggregate?: e_winning_reasons_aggregate_fieldsGenqlSelection + nodes?: e_winning_reasonsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_match_types" */ -export interface e_match_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_match_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_match_types_max_fieldsGenqlSelection - min?: e_match_types_min_fieldsGenqlSelection +/** aggregate fields of "e_winning_reasons" */ +export interface e_winning_reasons_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_winning_reasons_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_winning_reasons_max_fieldsGenqlSelection + min?: e_winning_reasons_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_match_types". All fields are combined with a logical 'AND'. */ -export interface e_match_types_bool_exp {_and?: (e_match_types_bool_exp[] | null),_not?: (e_match_types_bool_exp | null),_or?: (e_match_types_bool_exp[] | null),description?: (String_comparison_exp | null),maps?: (maps_bool_exp | null),maps_aggregate?: (maps_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "e_winning_reasons". All fields are combined with a logical 'AND'. */ +export interface e_winning_reasons_bool_exp {_and?: (e_winning_reasons_bool_exp[] | null),_not?: (e_winning_reasons_bool_exp | null),_or?: (e_winning_reasons_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_match_types_enum". All fields are combined with logical 'AND'. */ -export interface e_match_types_enum_comparison_exp {_eq?: (e_match_types_enum | null),_in?: (e_match_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_match_types_enum | null),_nin?: (e_match_types_enum[] | null)} +/** Boolean expression to compare columns of type "e_winning_reasons_enum". All fields are combined with logical 'AND'. */ +export interface e_winning_reasons_enum_comparison_exp {_eq?: (e_winning_reasons_enum | null),_in?: (e_winning_reasons_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_winning_reasons_enum | null),_nin?: (e_winning_reasons_enum[] | null)} -/** input type for inserting data into table "e_match_types" */ -export interface e_match_types_insert_input {description?: (Scalars['String'] | null),maps?: (maps_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "e_winning_reasons" */ +export interface e_winning_reasons_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_match_types_max_fieldsGenqlSelection{ +export interface e_winning_reasons_max_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -34195,7 +39669,7 @@ export interface e_match_types_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_match_types_min_fieldsGenqlSelection{ +export interface e_winning_reasons_min_fieldsGenqlSelection{ description?: boolean | number value?: boolean | number __typename?: boolean | number @@ -34203,1050 +39677,1314 @@ export interface e_match_types_min_fieldsGenqlSelection{ } -/** response of any mutation on the table "e_match_types" */ -export interface e_match_types_mutation_responseGenqlSelection{ +/** response of any mutation on the table "e_winning_reasons" */ +export interface e_winning_reasons_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_match_typesGenqlSelection + returning?: e_winning_reasonsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_match_types" */ -export interface e_match_types_obj_rel_insert_input {data: e_match_types_insert_input, -/** upsert condition */ -on_conflict?: (e_match_types_on_conflict | null)} - - -/** on_conflict condition type for table "e_match_types" */ -export interface e_match_types_on_conflict {constraint: e_match_types_constraint,update_columns?: e_match_types_update_column[],where?: (e_match_types_bool_exp | null)} +/** on_conflict condition type for table "e_winning_reasons" */ +export interface e_winning_reasons_on_conflict {constraint: e_winning_reasons_constraint,update_columns?: e_winning_reasons_update_column[],where?: (e_winning_reasons_bool_exp | null)} -/** Ordering options when selecting data from "e_match_types". */ -export interface e_match_types_order_by {description?: (order_by | null),maps_aggregate?: (maps_aggregate_order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "e_winning_reasons". */ +export interface e_winning_reasons_order_by {description?: (order_by | null),value?: (order_by | null)} -/** primary key columns input for table: e_match_types */ -export interface e_match_types_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: e_winning_reasons */ +export interface e_winning_reasons_pk_columns_input {value: Scalars['String']} -/** input type for updating data in table "e_match_types" */ -export interface e_match_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "e_winning_reasons" */ +export interface e_winning_reasons_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -/** Streaming cursor of the table "e_match_types" */ -export interface e_match_types_stream_cursor_input { +/** Streaming cursor of the table "e_winning_reasons" */ +export interface e_winning_reasons_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_match_types_stream_cursor_value_input, +initial_value: e_winning_reasons_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_match_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface e_winning_reasons_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_match_types_updates { +export interface e_winning_reasons_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_match_types_set_input | null), +_set?: (e_winning_reasons_set_input | null), /** filter the rows which have to be updated */ -where: e_match_types_bool_exp} +where: e_winning_reasons_bool_exp} -/** columns and relationships of "e_notification_types" */ -export interface e_notification_typesGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. */ +export interface float8_comparison_exp {_eq?: (Scalars['float8'] | null),_gt?: (Scalars['float8'] | null),_gte?: (Scalars['float8'] | null),_in?: (Scalars['float8'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['float8'] | null),_lte?: (Scalars['float8'] | null),_neq?: (Scalars['float8'] | null),_nin?: (Scalars['float8'][] | null)} + + +/** columns and relationships of "friends" */ +export interface friendsGenqlSelection{ + /** An object relationship */ + e_status?: e_friend_statusGenqlSelection + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + status?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_notification_types" */ -export interface e_notification_types_aggregateGenqlSelection{ - aggregate?: e_notification_types_aggregate_fieldsGenqlSelection - nodes?: e_notification_typesGenqlSelection +/** aggregated selection of "friends" */ +export interface friends_aggregateGenqlSelection{ + aggregate?: friends_aggregate_fieldsGenqlSelection + nodes?: friendsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_notification_types" */ -export interface e_notification_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_notification_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_notification_types_max_fieldsGenqlSelection - min?: e_notification_types_min_fieldsGenqlSelection +/** aggregate fields of "friends" */ +export interface friends_aggregate_fieldsGenqlSelection{ + avg?: friends_avg_fieldsGenqlSelection + count?: { __args: {columns?: (friends_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: friends_max_fieldsGenqlSelection + min?: friends_min_fieldsGenqlSelection + stddev?: friends_stddev_fieldsGenqlSelection + stddev_pop?: friends_stddev_pop_fieldsGenqlSelection + stddev_samp?: friends_stddev_samp_fieldsGenqlSelection + sum?: friends_sum_fieldsGenqlSelection + var_pop?: friends_var_pop_fieldsGenqlSelection + var_samp?: friends_var_samp_fieldsGenqlSelection + variance?: friends_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_notification_types". All fields are combined with a logical 'AND'. */ -export interface e_notification_types_bool_exp {_and?: (e_notification_types_bool_exp[] | null),_not?: (e_notification_types_bool_exp | null),_or?: (e_notification_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** aggregate avg on columns */ +export interface friends_avg_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Boolean expression to compare columns of type "e_notification_types_enum". All fields are combined with logical 'AND'. */ -export interface e_notification_types_enum_comparison_exp {_eq?: (e_notification_types_enum | null),_in?: (e_notification_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_notification_types_enum | null),_nin?: (e_notification_types_enum[] | null)} +/** Boolean expression to filter rows from the table "friends". All fields are combined with a logical 'AND'. */ +export interface friends_bool_exp {_and?: (friends_bool_exp[] | null),_not?: (friends_bool_exp | null),_or?: (friends_bool_exp[] | null),e_status?: (e_friend_status_bool_exp | null),other_player_steam_id?: (bigint_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),status?: (e_friend_status_enum_comparison_exp | null)} -/** input type for inserting data into table "e_notification_types" */ -export interface e_notification_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for incrementing numeric columns in table "friends" */ +export interface friends_inc_input {other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "friends" */ +export interface friends_insert_input {e_status?: (e_friend_status_obj_rel_insert_input | null),other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_friend_status_enum | null)} /** aggregate max on columns */ -export interface e_notification_types_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface friends_max_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface e_notification_types_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface friends_min_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_notification_types" */ -export interface e_notification_types_mutation_responseGenqlSelection{ +/** response of any mutation on the table "friends" */ +export interface friends_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_notification_typesGenqlSelection + returning?: friendsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_notification_types" */ -export interface e_notification_types_on_conflict {constraint: e_notification_types_constraint,update_columns?: e_notification_types_update_column[],where?: (e_notification_types_bool_exp | null)} +/** on_conflict condition type for table "friends" */ +export interface friends_on_conflict {constraint: friends_constraint,update_columns?: friends_update_column[],where?: (friends_bool_exp | null)} -/** Ordering options when selecting data from "e_notification_types". */ -export interface e_notification_types_order_by {description?: (order_by | null),value?: (order_by | null)} +/** Ordering options when selecting data from "friends". */ +export interface friends_order_by {e_status?: (e_friend_status_order_by | null),other_player_steam_id?: (order_by | null),player_steam_id?: (order_by | null),status?: (order_by | null)} -/** primary key columns input for table: e_notification_types */ -export interface e_notification_types_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: friends */ +export interface friends_pk_columns_input {other_player_steam_id: Scalars['bigint'],player_steam_id: Scalars['bigint']} -/** input type for updating data in table "e_notification_types" */ -export interface e_notification_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "friends" */ +export interface friends_set_input {other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_friend_status_enum | null)} -/** Streaming cursor of the table "e_notification_types" */ -export interface e_notification_types_stream_cursor_input { +/** aggregate stddev on columns */ +export interface friends_stddev_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface friends_stddev_pop_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface friends_stddev_samp_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "friends" */ +export interface friends_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_notification_types_stream_cursor_value_input, +initial_value: friends_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_notification_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface friends_stream_cursor_value_input {other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_friend_status_enum | null)} -export interface e_notification_types_updates { + +/** aggregate sum on columns */ +export interface friends_sum_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface friends_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (friends_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (e_notification_types_set_input | null), +_set?: (friends_set_input | null), /** filter the rows which have to be updated */ -where: e_notification_types_bool_exp} +where: friends_bool_exp} -/** columns and relationships of "e_objective_types" */ -export interface e_objective_typesGenqlSelection{ - description?: boolean | number +/** aggregate var_pop on columns */ +export interface friends_var_pop_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface friends_var_samp_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface friends_variance_fieldsGenqlSelection{ + other_player_steam_id?: boolean | number + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "game_server_nodes" */ +export interface game_server_nodesGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_frequency_info?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + cpu_governor_info?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + cs2_launch_options?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + cs2_video_settings?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + /** An object relationship */ + e_region?: server_regionsGenqlSelection + /** An object relationship */ + e_status?: e_game_server_node_statusesGenqlSelection + enabled?: boolean | number + enabled_for_match_making?: boolean | number + end_port_range?: boolean | number + gpu?: boolean | number + gpu_demos_enabled?: boolean | number + gpu_info?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + gpu_rendering_enabled?: boolean | number + gpu_streaming_enabled?: boolean | number + id?: boolean | number + label?: boolean | number + lan_ip?: boolean | number + node_ip?: boolean | number + offline_at?: boolean | number + pin_build_id?: boolean | number + pin_plugin_version?: boolean | number + /** An object relationship */ + pinned_version?: game_versionsGenqlSelection + /** A computed field, executes function "game_server_node_plugin_supported" */ + plugin_supported?: boolean | number + public_ip?: boolean | number + region?: boolean | number /** An array relationship */ - player_objectives?: (player_objectivesGenqlSelection & { __args?: { + servers?: (serversGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (player_objectives_select_column[] | null), + distinct_on?: (servers_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?: (player_objectives_order_by[] | null), + order_by?: (servers_order_by[] | null), /** filter the rows returned */ - where?: (player_objectives_bool_exp | null)} }) + where?: (servers_bool_exp | null)} }) /** An aggregate relationship */ - player_objectives_aggregate?: (player_objectives_aggregateGenqlSelection & { __args?: { + servers_aggregate?: (servers_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (player_objectives_select_column[] | null), + distinct_on?: (servers_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?: (player_objectives_order_by[] | null), + order_by?: (servers_order_by[] | null), /** filter the rows returned */ - where?: (player_objectives_bool_exp | null)} }) - value?: boolean | number + where?: (servers_bool_exp | null)} }) + shader_bake_progress?: boolean | number + shader_bake_progress_stage?: boolean | number + shader_bake_status?: boolean | number + shader_bake_status_history?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + start_port_range?: boolean | number + status?: boolean | number + supports_cpu_pinning?: boolean | number + supports_low_latency?: boolean | number + token?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number + update_status?: boolean | number + /** An object relationship */ + version?: game_versionsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_objective_types" */ -export interface e_objective_types_aggregateGenqlSelection{ - aggregate?: e_objective_types_aggregate_fieldsGenqlSelection - nodes?: e_objective_typesGenqlSelection +/** aggregated selection of "game_server_nodes" */ +export interface game_server_nodes_aggregateGenqlSelection{ + aggregate?: game_server_nodes_aggregate_fieldsGenqlSelection + nodes?: game_server_nodesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface game_server_nodes_aggregate_bool_exp {bool_and?: (game_server_nodes_aggregate_bool_exp_bool_and | null),bool_or?: (game_server_nodes_aggregate_bool_exp_bool_or | null),count?: (game_server_nodes_aggregate_bool_exp_count | null)} -/** aggregate fields of "e_objective_types" */ -export interface e_objective_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_objective_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_objective_types_max_fieldsGenqlSelection - min?: e_objective_types_min_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +export interface game_server_nodes_aggregate_bool_exp_bool_and {arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (game_server_nodes_bool_exp | null),predicate: Boolean_comparison_exp} +export interface game_server_nodes_aggregate_bool_exp_bool_or {arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (game_server_nodes_bool_exp | null),predicate: Boolean_comparison_exp} -/** Boolean expression to filter rows from the table "e_objective_types". All fields are combined with a logical 'AND'. */ -export interface e_objective_types_bool_exp {_and?: (e_objective_types_bool_exp[] | null),_not?: (e_objective_types_bool_exp | null),_or?: (e_objective_types_bool_exp[] | null),description?: (String_comparison_exp | null),player_objectives?: (player_objectives_bool_exp | null),player_objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +export interface game_server_nodes_aggregate_bool_exp_count {arguments?: (game_server_nodes_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (game_server_nodes_bool_exp | null),predicate: Int_comparison_exp} -/** Boolean expression to compare columns of type "e_objective_types_enum". All fields are combined with logical 'AND'. */ -export interface e_objective_types_enum_comparison_exp {_eq?: (e_objective_types_enum | null),_in?: (e_objective_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_objective_types_enum | null),_nin?: (e_objective_types_enum[] | null)} +/** aggregate fields of "game_server_nodes" */ +export interface game_server_nodes_aggregate_fieldsGenqlSelection{ + avg?: game_server_nodes_avg_fieldsGenqlSelection + count?: { __args: {columns?: (game_server_nodes_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: game_server_nodes_max_fieldsGenqlSelection + min?: game_server_nodes_min_fieldsGenqlSelection + stddev?: game_server_nodes_stddev_fieldsGenqlSelection + stddev_pop?: game_server_nodes_stddev_pop_fieldsGenqlSelection + stddev_samp?: game_server_nodes_stddev_samp_fieldsGenqlSelection + sum?: game_server_nodes_sum_fieldsGenqlSelection + var_pop?: game_server_nodes_var_pop_fieldsGenqlSelection + var_samp?: game_server_nodes_var_samp_fieldsGenqlSelection + variance?: game_server_nodes_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for inserting data into table "e_objective_types" */ -export interface e_objective_types_insert_input {description?: (Scalars['String'] | null),player_objectives?: (player_objectives_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** order by aggregate values of table "game_server_nodes" */ +export interface game_server_nodes_aggregate_order_by {avg?: (game_server_nodes_avg_order_by | null),count?: (order_by | null),max?: (game_server_nodes_max_order_by | null),min?: (game_server_nodes_min_order_by | null),stddev?: (game_server_nodes_stddev_order_by | null),stddev_pop?: (game_server_nodes_stddev_pop_order_by | null),stddev_samp?: (game_server_nodes_stddev_samp_order_by | null),sum?: (game_server_nodes_sum_order_by | null),var_pop?: (game_server_nodes_var_pop_order_by | null),var_samp?: (game_server_nodes_var_samp_order_by | null),variance?: (game_server_nodes_variance_order_by | null)} -/** aggregate max on columns */ -export interface e_objective_types_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** append existing jsonb value of filtered columns with new jsonb value */ +export interface game_server_nodes_append_input {cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),gpu_info?: (Scalars['jsonb'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null)} -/** aggregate min on columns */ -export interface e_objective_types_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for inserting array relation for remote table "game_server_nodes" */ +export interface game_server_nodes_arr_rel_insert_input {data: game_server_nodes_insert_input[], +/** upsert condition */ +on_conflict?: (game_server_nodes_on_conflict | null)} -/** response of any mutation on the table "e_objective_types" */ -export interface e_objective_types_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_objective_typesGenqlSelection +/** aggregate avg on columns */ +export interface game_server_nodes_avg_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_objective_types" */ -export interface e_objective_types_on_conflict {constraint: e_objective_types_constraint,update_columns?: e_objective_types_update_column[],where?: (e_objective_types_bool_exp | null)} +/** order by avg() on columns of table "game_server_nodes" */ +export interface game_server_nodes_avg_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} -/** Ordering options when selecting data from "e_objective_types". */ -export interface e_objective_types_order_by {description?: (order_by | null),player_objectives_aggregate?: (player_objectives_aggregate_order_by | null),value?: (order_by | null)} +/** Boolean expression to filter rows from the table "game_server_nodes". All fields are combined with a logical 'AND'. */ +export interface game_server_nodes_bool_exp {_and?: (game_server_nodes_bool_exp[] | null),_not?: (game_server_nodes_bool_exp | null),_or?: (game_server_nodes_bool_exp[] | null),available_server_count?: (Int_comparison_exp | null),build_id?: (Int_comparison_exp | null),cpu_cores_per_socket?: (Int_comparison_exp | null),cpu_frequency_info?: (jsonb_comparison_exp | null),cpu_governor_info?: (jsonb_comparison_exp | null),cpu_sockets?: (Int_comparison_exp | null),cpu_threads_per_core?: (Int_comparison_exp | null),cs2_launch_options?: (jsonb_comparison_exp | null),cs2_video_settings?: (jsonb_comparison_exp | null),csgo_build_id?: (Int_comparison_exp | null),demo_network_limiter?: (Int_comparison_exp | null),disk_available_gb?: (Int_comparison_exp | null),disk_used_percent?: (Int_comparison_exp | null),e_region?: (server_regions_bool_exp | null),e_status?: (e_game_server_node_statuses_bool_exp | null),enabled?: (Boolean_comparison_exp | null),enabled_for_match_making?: (Boolean_comparison_exp | null),end_port_range?: (Int_comparison_exp | null),gpu?: (Boolean_comparison_exp | null),gpu_demos_enabled?: (Boolean_comparison_exp | null),gpu_info?: (jsonb_comparison_exp | null),gpu_rendering_enabled?: (Boolean_comparison_exp | null),gpu_streaming_enabled?: (Boolean_comparison_exp | null),id?: (String_comparison_exp | null),label?: (String_comparison_exp | null),lan_ip?: (inet_comparison_exp | null),node_ip?: (inet_comparison_exp | null),offline_at?: (timestamptz_comparison_exp | null),pin_build_id?: (Int_comparison_exp | null),pin_plugin_version?: (String_comparison_exp | null),pinned_version?: (game_versions_bool_exp | null),plugin_supported?: (Boolean_comparison_exp | null),public_ip?: (inet_comparison_exp | null),region?: (String_comparison_exp | null),servers?: (servers_bool_exp | null),servers_aggregate?: (servers_aggregate_bool_exp | null),shader_bake_progress?: (numeric_comparison_exp | null),shader_bake_progress_stage?: (String_comparison_exp | null),shader_bake_status?: (String_comparison_exp | null),shader_bake_status_history?: (jsonb_comparison_exp | null),start_port_range?: (Int_comparison_exp | null),status?: (e_game_server_node_statuses_enum_comparison_exp | null),supports_cpu_pinning?: (Boolean_comparison_exp | null),supports_low_latency?: (Boolean_comparison_exp | null),token?: (String_comparison_exp | null),total_server_count?: (Int_comparison_exp | null),update_status?: (String_comparison_exp | null),version?: (game_versions_bool_exp | null)} -/** primary key columns input for table: e_objective_types */ -export interface e_objective_types_pk_columns_input {value: Scalars['String']} +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +export interface game_server_nodes_delete_at_path_input {cpu_frequency_info?: (Scalars['String'][] | null),cpu_governor_info?: (Scalars['String'][] | null),cs2_launch_options?: (Scalars['String'][] | null),cs2_video_settings?: (Scalars['String'][] | null),gpu_info?: (Scalars['String'][] | null),shader_bake_status_history?: (Scalars['String'][] | null)} -/** input type for updating data in table "e_objective_types" */ -export interface e_objective_types_set_input {description?: (Scalars['String'] | null),value?: (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 game_server_nodes_delete_elem_input {cpu_frequency_info?: (Scalars['Int'] | null),cpu_governor_info?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['Int'] | null),cs2_video_settings?: (Scalars['Int'] | null),gpu_info?: (Scalars['Int'] | null),shader_bake_status_history?: (Scalars['Int'] | null)} -/** Streaming cursor of the table "e_objective_types" */ -export interface e_objective_types_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_objective_types_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +export interface game_server_nodes_delete_key_input {cpu_frequency_info?: (Scalars['String'] | null),cpu_governor_info?: (Scalars['String'] | null),cs2_launch_options?: (Scalars['String'] | null),cs2_video_settings?: (Scalars['String'] | null),gpu_info?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['String'] | null)} -/** Initial value of the column from where the streaming should start */ -export interface e_objective_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for incrementing numeric columns in table "game_server_nodes" */ +export interface game_server_nodes_inc_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),end_port_range?: (Scalars['Int'] | null),pin_build_id?: (Scalars['Int'] | null),shader_bake_progress?: (Scalars['numeric'] | null),start_port_range?: (Scalars['Int'] | null)} -export interface e_objective_types_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_objective_types_set_input | null), -/** filter the rows which have to be updated */ -where: e_objective_types_bool_exp} + +/** input type for inserting data into table "game_server_nodes" */ +export interface game_server_nodes_insert_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),e_region?: (server_regions_obj_rel_insert_input | null),e_status?: (e_game_server_node_statuses_obj_rel_insert_input | null),enabled?: (Scalars['Boolean'] | null),enabled_for_match_making?: (Scalars['Boolean'] | null),end_port_range?: (Scalars['Int'] | null),gpu?: (Scalars['Boolean'] | null),gpu_demos_enabled?: (Scalars['Boolean'] | null),gpu_info?: (Scalars['jsonb'] | null),gpu_rendering_enabled?: (Scalars['Boolean'] | null),gpu_streaming_enabled?: (Scalars['Boolean'] | null),id?: (Scalars['String'] | null),label?: (Scalars['String'] | null),lan_ip?: (Scalars['inet'] | null),node_ip?: (Scalars['inet'] | null),offline_at?: (Scalars['timestamptz'] | null),pin_build_id?: (Scalars['Int'] | null),pin_plugin_version?: (Scalars['String'] | null),pinned_version?: (game_versions_obj_rel_insert_input | null),public_ip?: (Scalars['inet'] | null),region?: (Scalars['String'] | null),servers?: (servers_arr_rel_insert_input | null),shader_bake_progress?: (Scalars['numeric'] | null),shader_bake_progress_stage?: (Scalars['String'] | null),shader_bake_status?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null),start_port_range?: (Scalars['Int'] | null),status?: (e_game_server_node_statuses_enum | null),supports_cpu_pinning?: (Scalars['Boolean'] | null),supports_low_latency?: (Scalars['Boolean'] | null),token?: (Scalars['String'] | null),update_status?: (Scalars['String'] | null),version?: (game_versions_obj_rel_insert_input | null)} -/** columns and relationships of "e_player_roles" */ -export interface e_player_rolesGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate max on columns */ +export interface game_server_nodes_max_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + id?: boolean | number + label?: boolean | number + offline_at?: boolean | number + pin_build_id?: boolean | number + pin_plugin_version?: boolean | number + region?: boolean | number + shader_bake_progress?: boolean | number + shader_bake_progress_stage?: boolean | number + shader_bake_status?: boolean | number + start_port_range?: boolean | number + token?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number + update_status?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_player_roles" */ -export interface e_player_roles_aggregateGenqlSelection{ - aggregate?: e_player_roles_aggregate_fieldsGenqlSelection - nodes?: e_player_rolesGenqlSelection +/** order by max() on columns of table "game_server_nodes" */ +export interface game_server_nodes_max_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),id?: (order_by | null),label?: (order_by | null),offline_at?: (order_by | null),pin_build_id?: (order_by | null),pin_plugin_version?: (order_by | null),region?: (order_by | null),shader_bake_progress?: (order_by | null),shader_bake_progress_stage?: (order_by | null),shader_bake_status?: (order_by | null),start_port_range?: (order_by | null),token?: (order_by | null),update_status?: (order_by | null)} + + +/** aggregate min on columns */ +export interface game_server_nodes_min_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + id?: boolean | number + label?: boolean | number + offline_at?: boolean | number + pin_build_id?: boolean | number + pin_plugin_version?: boolean | number + region?: boolean | number + shader_bake_progress?: boolean | number + shader_bake_progress_stage?: boolean | number + shader_bake_status?: boolean | number + start_port_range?: boolean | number + token?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number + update_status?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_player_roles" */ -export interface e_player_roles_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_player_roles_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_player_roles_max_fieldsGenqlSelection - min?: e_player_roles_min_fieldsGenqlSelection +/** order by min() on columns of table "game_server_nodes" */ +export interface game_server_nodes_min_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),id?: (order_by | null),label?: (order_by | null),offline_at?: (order_by | null),pin_build_id?: (order_by | null),pin_plugin_version?: (order_by | null),region?: (order_by | null),shader_bake_progress?: (order_by | null),shader_bake_progress_stage?: (order_by | null),shader_bake_status?: (order_by | null),start_port_range?: (order_by | null),token?: (order_by | null),update_status?: (order_by | null)} + + +/** response of any mutation on the table "game_server_nodes" */ +export interface game_server_nodes_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: game_server_nodesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_player_roles". All fields are combined with a logical 'AND'. */ -export interface e_player_roles_bool_exp {_and?: (e_player_roles_bool_exp[] | null),_not?: (e_player_roles_bool_exp | null),_or?: (e_player_roles_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** input type for inserting object relation for remote table "game_server_nodes" */ +export interface game_server_nodes_obj_rel_insert_input {data: game_server_nodes_insert_input, +/** upsert condition */ +on_conflict?: (game_server_nodes_on_conflict | null)} -/** Boolean expression to compare columns of type "e_player_roles_enum". All fields are combined with logical 'AND'. */ -export interface e_player_roles_enum_comparison_exp {_eq?: (e_player_roles_enum | null),_in?: (e_player_roles_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_player_roles_enum | null),_nin?: (e_player_roles_enum[] | null)} +/** on_conflict condition type for table "game_server_nodes" */ +export interface game_server_nodes_on_conflict {constraint: game_server_nodes_constraint,update_columns?: game_server_nodes_update_column[],where?: (game_server_nodes_bool_exp | null)} -/** input type for inserting data into table "e_player_roles" */ -export interface e_player_roles_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** Ordering options when selecting data from "game_server_nodes". */ +export interface game_server_nodes_order_by {available_server_count?: (order_by | null),build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_frequency_info?: (order_by | null),cpu_governor_info?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),cs2_launch_options?: (order_by | null),cs2_video_settings?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),e_region?: (server_regions_order_by | null),e_status?: (e_game_server_node_statuses_order_by | null),enabled?: (order_by | null),enabled_for_match_making?: (order_by | null),end_port_range?: (order_by | null),gpu?: (order_by | null),gpu_demos_enabled?: (order_by | null),gpu_info?: (order_by | null),gpu_rendering_enabled?: (order_by | null),gpu_streaming_enabled?: (order_by | null),id?: (order_by | null),label?: (order_by | null),lan_ip?: (order_by | null),node_ip?: (order_by | null),offline_at?: (order_by | null),pin_build_id?: (order_by | null),pin_plugin_version?: (order_by | null),pinned_version?: (game_versions_order_by | null),plugin_supported?: (order_by | null),public_ip?: (order_by | null),region?: (order_by | null),servers_aggregate?: (servers_aggregate_order_by | null),shader_bake_progress?: (order_by | null),shader_bake_progress_stage?: (order_by | null),shader_bake_status?: (order_by | null),shader_bake_status_history?: (order_by | null),start_port_range?: (order_by | null),status?: (order_by | null),supports_cpu_pinning?: (order_by | null),supports_low_latency?: (order_by | null),token?: (order_by | null),total_server_count?: (order_by | null),update_status?: (order_by | null),version?: (game_versions_order_by | null)} -/** aggregate max on columns */ -export interface e_player_roles_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: game_server_nodes */ +export interface game_server_nodes_pk_columns_input {id: Scalars['String']} -/** aggregate min on columns */ -export interface e_player_roles_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** prepend existing jsonb value of filtered columns with new jsonb value */ +export interface game_server_nodes_prepend_input {cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),gpu_info?: (Scalars['jsonb'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null)} + + +/** input type for updating data in table "game_server_nodes" */ +export interface game_server_nodes_set_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),enabled_for_match_making?: (Scalars['Boolean'] | null),end_port_range?: (Scalars['Int'] | null),gpu?: (Scalars['Boolean'] | null),gpu_demos_enabled?: (Scalars['Boolean'] | null),gpu_info?: (Scalars['jsonb'] | null),gpu_rendering_enabled?: (Scalars['Boolean'] | null),gpu_streaming_enabled?: (Scalars['Boolean'] | null),id?: (Scalars['String'] | null),label?: (Scalars['String'] | null),lan_ip?: (Scalars['inet'] | null),node_ip?: (Scalars['inet'] | null),offline_at?: (Scalars['timestamptz'] | null),pin_build_id?: (Scalars['Int'] | null),pin_plugin_version?: (Scalars['String'] | null),public_ip?: (Scalars['inet'] | null),region?: (Scalars['String'] | null),shader_bake_progress?: (Scalars['numeric'] | null),shader_bake_progress_stage?: (Scalars['String'] | null),shader_bake_status?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null),start_port_range?: (Scalars['Int'] | null),status?: (e_game_server_node_statuses_enum | null),supports_cpu_pinning?: (Scalars['Boolean'] | null),supports_low_latency?: (Scalars['Boolean'] | null),token?: (Scalars['String'] | null),update_status?: (Scalars['String'] | null)} + + +/** aggregate stddev on columns */ +export interface game_server_nodes_stddev_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_player_roles" */ -export interface e_player_roles_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_player_rolesGenqlSelection +/** order by stddev() on columns of table "game_server_nodes" */ +export interface game_server_nodes_stddev_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface game_server_nodes_stddev_pop_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_player_roles" */ -export interface e_player_roles_on_conflict {constraint: e_player_roles_constraint,update_columns?: e_player_roles_update_column[],where?: (e_player_roles_bool_exp | null)} - - -/** Ordering options when selecting data from "e_player_roles". */ -export interface e_player_roles_order_by {description?: (order_by | null),value?: (order_by | null)} +/** order by stddev_pop() on columns of table "game_server_nodes" */ +export interface game_server_nodes_stddev_pop_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} -/** primary key columns input for table: e_player_roles */ -export interface e_player_roles_pk_columns_input {value: Scalars['String']} +/** aggregate stddev_samp on columns */ +export interface game_server_nodes_stddev_samp_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for updating data in table "e_player_roles" */ -export interface e_player_roles_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** order by stddev_samp() on columns of table "game_server_nodes" */ +export interface game_server_nodes_stddev_samp_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} -/** Streaming cursor of the table "e_player_roles" */ -export interface e_player_roles_stream_cursor_input { +/** Streaming cursor of the table "game_server_nodes" */ +export interface game_server_nodes_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_player_roles_stream_cursor_value_input, +initial_value: game_server_nodes_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_player_roles_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} - -export interface e_player_roles_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_player_roles_set_input | null), -/** filter the rows which have to be updated */ -where: e_player_roles_bool_exp} +export interface game_server_nodes_stream_cursor_value_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),enabled_for_match_making?: (Scalars['Boolean'] | null),end_port_range?: (Scalars['Int'] | null),gpu?: (Scalars['Boolean'] | null),gpu_demos_enabled?: (Scalars['Boolean'] | null),gpu_info?: (Scalars['jsonb'] | null),gpu_rendering_enabled?: (Scalars['Boolean'] | null),gpu_streaming_enabled?: (Scalars['Boolean'] | null),id?: (Scalars['String'] | null),label?: (Scalars['String'] | null),lan_ip?: (Scalars['inet'] | null),node_ip?: (Scalars['inet'] | null),offline_at?: (Scalars['timestamptz'] | null),pin_build_id?: (Scalars['Int'] | null),pin_plugin_version?: (Scalars['String'] | null),public_ip?: (Scalars['inet'] | null),region?: (Scalars['String'] | null),shader_bake_progress?: (Scalars['numeric'] | null),shader_bake_progress_stage?: (Scalars['String'] | null),shader_bake_status?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null),start_port_range?: (Scalars['Int'] | null),status?: (e_game_server_node_statuses_enum | null),supports_cpu_pinning?: (Scalars['Boolean'] | null),supports_low_latency?: (Scalars['Boolean'] | null),token?: (Scalars['String'] | null),update_status?: (Scalars['String'] | null)} -/** columns and relationships of "e_ready_settings" */ -export interface e_ready_settingsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate sum on columns */ +export interface game_server_nodes_sum_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_ready_settings" */ -export interface e_ready_settings_aggregateGenqlSelection{ - aggregate?: e_ready_settings_aggregate_fieldsGenqlSelection - nodes?: e_ready_settingsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by sum() on columns of table "game_server_nodes" */ +export interface game_server_nodes_sum_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} + +export interface game_server_nodes_updates { +/** append existing jsonb value of filtered columns with new jsonb value */ +_append?: (game_server_nodes_append_input | null), +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +_delete_at_path?: (game_server_nodes_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?: (game_server_nodes_delete_elem_input | null), +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +_delete_key?: (game_server_nodes_delete_key_input | null), +/** increments the numeric columns with given value of the filtered values */ +_inc?: (game_server_nodes_inc_input | null), +/** prepend existing jsonb value of filtered columns with new jsonb value */ +_prepend?: (game_server_nodes_prepend_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (game_server_nodes_set_input | null), +/** filter the rows which have to be updated */ +where: game_server_nodes_bool_exp} -/** aggregate fields of "e_ready_settings" */ -export interface e_ready_settings_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_ready_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_ready_settings_max_fieldsGenqlSelection - min?: e_ready_settings_min_fieldsGenqlSelection +/** aggregate var_pop on columns */ +export interface game_server_nodes_var_pop_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_ready_settings". All fields are combined with a logical 'AND'. */ -export interface e_ready_settings_bool_exp {_and?: (e_ready_settings_bool_exp[] | null),_not?: (e_ready_settings_bool_exp | null),_or?: (e_ready_settings_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** order by var_pop() on columns of table "game_server_nodes" */ +export interface game_server_nodes_var_pop_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} -/** Boolean expression to compare columns of type "e_ready_settings_enum". All fields are combined with logical 'AND'. */ -export interface e_ready_settings_enum_comparison_exp {_eq?: (e_ready_settings_enum | null),_in?: (e_ready_settings_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_ready_settings_enum | null),_nin?: (e_ready_settings_enum[] | null)} +/** aggregate var_samp on columns */ +export interface game_server_nodes_var_samp_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for inserting data into table "e_ready_settings" */ -export interface e_ready_settings_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** order by var_samp() on columns of table "game_server_nodes" */ +export interface game_server_nodes_var_samp_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} -/** aggregate max on columns */ -export interface e_ready_settings_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate variance on columns */ +export interface game_server_nodes_variance_fieldsGenqlSelection{ + /** A computed field, executes function "available_node_server_count" */ + available_server_count?: boolean | number + build_id?: boolean | number + cpu_cores_per_socket?: boolean | number + cpu_sockets?: boolean | number + cpu_threads_per_core?: boolean | number + csgo_build_id?: boolean | number + demo_network_limiter?: boolean | number + disk_available_gb?: boolean | number + disk_used_percent?: boolean | number + end_port_range?: boolean | number + pin_build_id?: boolean | number + shader_bake_progress?: boolean | number + start_port_range?: boolean | number + /** A computed field, executes function "total_node_server_count" */ + total_server_count?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate min on columns */ -export interface e_ready_settings_min_fieldsGenqlSelection{ +/** order by variance() on columns of table "game_server_nodes" */ +export interface game_server_nodes_variance_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} + + +/** columns and relationships of "game_versions" */ +export interface game_versionsGenqlSelection{ + build_id?: boolean | number + current?: boolean | number + cvars?: boolean | number description?: boolean | number - value?: boolean | number + downloads?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + updated_at?: boolean | number + version?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_ready_settings" */ -export interface e_ready_settings_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_ready_settingsGenqlSelection +/** aggregated selection of "game_versions" */ +export interface game_versions_aggregateGenqlSelection{ + aggregate?: game_versions_aggregate_fieldsGenqlSelection + nodes?: game_versionsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_ready_settings" */ -export interface e_ready_settings_on_conflict {constraint: e_ready_settings_constraint,update_columns?: e_ready_settings_update_column[],where?: (e_ready_settings_bool_exp | null)} - - -/** Ordering options when selecting data from "e_ready_settings". */ -export interface e_ready_settings_order_by {description?: (order_by | null),value?: (order_by | null)} - - -/** primary key columns input for table: e_ready_settings */ -export interface e_ready_settings_pk_columns_input {value: Scalars['String']} - - -/** input type for updating data in table "e_ready_settings" */ -export interface e_ready_settings_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} - - -/** Streaming cursor of the table "e_ready_settings" */ -export interface e_ready_settings_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_ready_settings_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} - +/** aggregate fields of "game_versions" */ +export interface game_versions_aggregate_fieldsGenqlSelection{ + avg?: game_versions_avg_fieldsGenqlSelection + count?: { __args: {columns?: (game_versions_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: game_versions_max_fieldsGenqlSelection + min?: game_versions_min_fieldsGenqlSelection + stddev?: game_versions_stddev_fieldsGenqlSelection + stddev_pop?: game_versions_stddev_pop_fieldsGenqlSelection + stddev_samp?: game_versions_stddev_samp_fieldsGenqlSelection + sum?: game_versions_sum_fieldsGenqlSelection + var_pop?: game_versions_var_pop_fieldsGenqlSelection + var_samp?: game_versions_var_samp_fieldsGenqlSelection + variance?: game_versions_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** Initial value of the column from where the streaming should start */ -export interface e_ready_settings_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_ready_settings_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_ready_settings_set_input | null), -/** filter the rows which have to be updated */ -where: e_ready_settings_bool_exp} +/** append existing jsonb value of filtered columns with new jsonb value */ +export interface game_versions_append_input {downloads?: (Scalars['jsonb'] | null)} -/** columns and relationships of "e_sanction_types" */ -export interface e_sanction_typesGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate avg on columns */ +export interface game_versions_avg_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_sanction_types" */ -export interface e_sanction_types_aggregateGenqlSelection{ - aggregate?: e_sanction_types_aggregate_fieldsGenqlSelection - nodes?: e_sanction_typesGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** Boolean expression to filter rows from the table "game_versions". All fields are combined with a logical 'AND'. */ +export interface game_versions_bool_exp {_and?: (game_versions_bool_exp[] | null),_not?: (game_versions_bool_exp | null),_or?: (game_versions_bool_exp[] | null),build_id?: (Int_comparison_exp | null),current?: (Boolean_comparison_exp | null),cvars?: (Boolean_comparison_exp | null),description?: (String_comparison_exp | null),downloads?: (jsonb_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null),version?: (String_comparison_exp | null)} -/** aggregate fields of "e_sanction_types" */ -export interface e_sanction_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_sanction_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_sanction_types_max_fieldsGenqlSelection - min?: e_sanction_types_min_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +export interface game_versions_delete_at_path_input {downloads?: (Scalars['String'][] | null)} -/** Boolean expression to filter rows from the table "e_sanction_types". All fields are combined with a logical 'AND'. */ -export interface e_sanction_types_bool_exp {_and?: (e_sanction_types_bool_exp[] | null),_not?: (e_sanction_types_bool_exp | null),_or?: (e_sanction_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | 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 game_versions_delete_elem_input {downloads?: (Scalars['Int'] | null)} -/** Boolean expression to compare columns of type "e_sanction_types_enum". All fields are combined with logical 'AND'. */ -export interface e_sanction_types_enum_comparison_exp {_eq?: (e_sanction_types_enum | null),_in?: (e_sanction_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_sanction_types_enum | null),_nin?: (e_sanction_types_enum[] | null)} +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +export interface game_versions_delete_key_input {downloads?: (Scalars['String'] | null)} -/** input type for inserting data into table "e_sanction_types" */ -export interface e_sanction_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for incrementing numeric columns in table "game_versions" */ +export interface game_versions_inc_input {build_id?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "game_versions" */ +export interface game_versions_insert_input {build_id?: (Scalars['Int'] | null),current?: (Scalars['Boolean'] | null),cvars?: (Scalars['Boolean'] | null),description?: (Scalars['String'] | null),downloads?: (Scalars['jsonb'] | null),updated_at?: (Scalars['timestamptz'] | null),version?: (Scalars['String'] | null)} /** aggregate max on columns */ -export interface e_sanction_types_max_fieldsGenqlSelection{ +export interface game_versions_max_fieldsGenqlSelection{ + build_id?: boolean | number description?: boolean | number - value?: boolean | number + updated_at?: boolean | number + version?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface e_sanction_types_min_fieldsGenqlSelection{ +export interface game_versions_min_fieldsGenqlSelection{ + build_id?: boolean | number description?: boolean | number - value?: boolean | number + updated_at?: boolean | number + version?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_sanction_types" */ -export interface e_sanction_types_mutation_responseGenqlSelection{ +/** response of any mutation on the table "game_versions" */ +export interface game_versions_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_sanction_typesGenqlSelection + returning?: game_versionsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_sanction_types" */ -export interface e_sanction_types_obj_rel_insert_input {data: e_sanction_types_insert_input, +/** input type for inserting object relation for remote table "game_versions" */ +export interface game_versions_obj_rel_insert_input {data: game_versions_insert_input, /** upsert condition */ -on_conflict?: (e_sanction_types_on_conflict | null)} - - -/** on_conflict condition type for table "e_sanction_types" */ -export interface e_sanction_types_on_conflict {constraint: e_sanction_types_constraint,update_columns?: e_sanction_types_update_column[],where?: (e_sanction_types_bool_exp | null)} - +on_conflict?: (game_versions_on_conflict | null)} -/** Ordering options when selecting data from "e_sanction_types". */ -export interface e_sanction_types_order_by {description?: (order_by | null),value?: (order_by | null)} +/** on_conflict condition type for table "game_versions" */ +export interface game_versions_on_conflict {constraint: game_versions_constraint,update_columns?: game_versions_update_column[],where?: (game_versions_bool_exp | null)} -/** primary key columns input for table: e_sanction_types */ -export interface e_sanction_types_pk_columns_input {value: Scalars['String']} +/** Ordering options when selecting data from "game_versions". */ +export interface game_versions_order_by {build_id?: (order_by | null),current?: (order_by | null),cvars?: (order_by | null),description?: (order_by | null),downloads?: (order_by | null),updated_at?: (order_by | null),version?: (order_by | null)} -/** input type for updating data in table "e_sanction_types" */ -export interface e_sanction_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** primary key columns input for table: game_versions */ +export interface game_versions_pk_columns_input {build_id: Scalars['Int']} -/** Streaming cursor of the table "e_sanction_types" */ -export interface e_sanction_types_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_sanction_types_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** prepend existing jsonb value of filtered columns with new jsonb value */ +export interface game_versions_prepend_input {downloads?: (Scalars['jsonb'] | null)} -/** Initial value of the column from where the streaming should start */ -export interface e_sanction_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_sanction_types_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_sanction_types_set_input | null), -/** filter the rows which have to be updated */ -where: e_sanction_types_bool_exp} +/** input type for updating data in table "game_versions" */ +export interface game_versions_set_input {build_id?: (Scalars['Int'] | null),current?: (Scalars['Boolean'] | null),cvars?: (Scalars['Boolean'] | null),description?: (Scalars['String'] | null),downloads?: (Scalars['jsonb'] | null),updated_at?: (Scalars['timestamptz'] | null),version?: (Scalars['String'] | null)} -/** columns and relationships of "e_scrim_request_statuses" */ -export interface e_scrim_request_statusesGenqlSelection{ - description?: boolean | number - /** An array relationship */ - scrim_requests?: (team_scrim_requestsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_scrim_requests_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?: (team_scrim_requests_order_by[] | null), - /** filter the rows returned */ - where?: (team_scrim_requests_bool_exp | null)} }) - /** An aggregate relationship */ - scrim_requests_aggregate?: (team_scrim_requests_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_scrim_requests_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?: (team_scrim_requests_order_by[] | null), - /** filter the rows returned */ - where?: (team_scrim_requests_bool_exp | null)} }) - value?: boolean | number +/** aggregate stddev on columns */ +export interface game_versions_stddev_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_scrim_request_statuses" */ -export interface e_scrim_request_statuses_aggregateGenqlSelection{ - aggregate?: e_scrim_request_statuses_aggregate_fieldsGenqlSelection - nodes?: e_scrim_request_statusesGenqlSelection +/** aggregate stddev_pop on columns */ +export interface game_versions_stddev_pop_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_scrim_request_statuses" */ -export interface e_scrim_request_statuses_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_scrim_request_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_scrim_request_statuses_max_fieldsGenqlSelection - min?: e_scrim_request_statuses_min_fieldsGenqlSelection +/** aggregate stddev_samp on columns */ +export interface game_versions_stddev_samp_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_scrim_request_statuses". All fields are combined with a logical 'AND'. */ -export interface e_scrim_request_statuses_bool_exp {_and?: (e_scrim_request_statuses_bool_exp[] | null),_not?: (e_scrim_request_statuses_bool_exp | null),_or?: (e_scrim_request_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),scrim_requests?: (team_scrim_requests_bool_exp | null),scrim_requests_aggregate?: (team_scrim_requests_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} - - -/** Boolean expression to compare columns of type "e_scrim_request_statuses_enum". All fields are combined with logical 'AND'. */ -export interface e_scrim_request_statuses_enum_comparison_exp {_eq?: (e_scrim_request_statuses_enum | null),_in?: (e_scrim_request_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_scrim_request_statuses_enum | null),_nin?: (e_scrim_request_statuses_enum[] | null)} +/** Streaming cursor of the table "game_versions" */ +export interface game_versions_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: game_versions_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** input type for inserting data into table "e_scrim_request_statuses" */ -export interface e_scrim_request_statuses_insert_input {description?: (Scalars['String'] | null),scrim_requests?: (team_scrim_requests_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** Initial value of the column from where the streaming should start */ +export interface game_versions_stream_cursor_value_input {build_id?: (Scalars['Int'] | null),current?: (Scalars['Boolean'] | null),cvars?: (Scalars['Boolean'] | null),description?: (Scalars['String'] | null),downloads?: (Scalars['jsonb'] | null),updated_at?: (Scalars['timestamptz'] | null),version?: (Scalars['String'] | null)} -/** aggregate max on columns */ -export interface e_scrim_request_statuses_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate sum on columns */ +export interface game_versions_sum_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +export interface game_versions_updates { +/** append existing jsonb value of filtered columns with new jsonb value */ +_append?: (game_versions_append_input | null), +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +_delete_at_path?: (game_versions_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?: (game_versions_delete_elem_input | null), +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +_delete_key?: (game_versions_delete_key_input | null), +/** increments the numeric columns with given value of the filtered values */ +_inc?: (game_versions_inc_input | null), +/** prepend existing jsonb value of filtered columns with new jsonb value */ +_prepend?: (game_versions_prepend_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (game_versions_set_input | null), +/** filter the rows which have to be updated */ +where: game_versions_bool_exp} + -/** aggregate min on columns */ -export interface e_scrim_request_statuses_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate var_pop on columns */ +export interface game_versions_var_pop_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_scrim_request_statuses" */ -export interface e_scrim_request_statuses_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_scrim_request_statusesGenqlSelection +/** aggregate var_samp on columns */ +export interface game_versions_var_samp_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_scrim_request_statuses" */ -export interface e_scrim_request_statuses_on_conflict {constraint: e_scrim_request_statuses_constraint,update_columns?: e_scrim_request_statuses_update_column[],where?: (e_scrim_request_statuses_bool_exp | null)} - - -/** Ordering options when selecting data from "e_scrim_request_statuses". */ -export interface e_scrim_request_statuses_order_by {description?: (order_by | null),scrim_requests_aggregate?: (team_scrim_requests_aggregate_order_by | null),value?: (order_by | null)} - - -/** primary key columns input for table: e_scrim_request_statuses */ -export interface e_scrim_request_statuses_pk_columns_input {value: Scalars['String']} - - -/** input type for updating data in table "e_scrim_request_statuses" */ -export interface e_scrim_request_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} - - -/** Streaming cursor of the table "e_scrim_request_statuses" */ -export interface e_scrim_request_statuses_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_scrim_request_statuses_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} - +/** aggregate variance on columns */ +export interface game_versions_variance_fieldsGenqlSelection{ + build_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Initial value of the column from where the streaming should start */ -export interface e_scrim_request_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_scrim_request_statuses_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_scrim_request_statuses_set_input | null), -/** filter the rows which have to be updated */ -where: e_scrim_request_statuses_bool_exp} +/** columns and relationships of "gamedata_signature_validations" */ +export interface gamedata_signature_validationsGenqlSelection{ + branch?: boolean | number + build_id?: boolean | number + /** An object relationship */ + game_version?: game_versionsGenqlSelection + id?: boolean | number + results?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + status?: boolean | number + validated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** columns and relationships of "e_server_types" */ -export interface e_server_typesGenqlSelection{ - description?: boolean | number - /** An array relationship */ - servers?: (serversGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (servers_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?: (servers_order_by[] | null), - /** filter the rows returned */ - where?: (servers_bool_exp | null)} }) - /** An aggregate relationship */ - servers_aggregate?: (servers_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (servers_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?: (servers_order_by[] | null), - /** filter the rows returned */ - where?: (servers_bool_exp | null)} }) - value?: boolean | number +/** aggregated selection of "gamedata_signature_validations" */ +export interface gamedata_signature_validations_aggregateGenqlSelection{ + aggregate?: gamedata_signature_validations_aggregate_fieldsGenqlSelection + nodes?: gamedata_signature_validationsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_server_types" */ -export interface e_server_types_aggregateGenqlSelection{ - aggregate?: e_server_types_aggregate_fieldsGenqlSelection - nodes?: e_server_typesGenqlSelection +/** aggregate fields of "gamedata_signature_validations" */ +export interface gamedata_signature_validations_aggregate_fieldsGenqlSelection{ + avg?: gamedata_signature_validations_avg_fieldsGenqlSelection + count?: { __args: {columns?: (gamedata_signature_validations_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: gamedata_signature_validations_max_fieldsGenqlSelection + min?: gamedata_signature_validations_min_fieldsGenqlSelection + stddev?: gamedata_signature_validations_stddev_fieldsGenqlSelection + stddev_pop?: gamedata_signature_validations_stddev_pop_fieldsGenqlSelection + stddev_samp?: gamedata_signature_validations_stddev_samp_fieldsGenqlSelection + sum?: gamedata_signature_validations_sum_fieldsGenqlSelection + var_pop?: gamedata_signature_validations_var_pop_fieldsGenqlSelection + var_samp?: gamedata_signature_validations_var_samp_fieldsGenqlSelection + variance?: gamedata_signature_validations_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_server_types" */ -export interface e_server_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_server_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_server_types_max_fieldsGenqlSelection - min?: e_server_types_min_fieldsGenqlSelection +/** append existing jsonb value of filtered columns with new jsonb value */ +export interface gamedata_signature_validations_append_input {results?: (Scalars['jsonb'] | null)} + + +/** aggregate avg on columns */ +export interface gamedata_signature_validations_avg_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_server_types". All fields are combined with a logical 'AND'. */ -export interface e_server_types_bool_exp {_and?: (e_server_types_bool_exp[] | null),_not?: (e_server_types_bool_exp | null),_or?: (e_server_types_bool_exp[] | null),description?: (String_comparison_exp | null),servers?: (servers_bool_exp | null),servers_aggregate?: (servers_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "gamedata_signature_validations". All fields are combined with a logical 'AND'. */ +export interface gamedata_signature_validations_bool_exp {_and?: (gamedata_signature_validations_bool_exp[] | null),_not?: (gamedata_signature_validations_bool_exp | null),_or?: (gamedata_signature_validations_bool_exp[] | null),branch?: (String_comparison_exp | null),build_id?: (Int_comparison_exp | null),game_version?: (game_versions_bool_exp | null),id?: (uuid_comparison_exp | null),results?: (jsonb_comparison_exp | null),status?: (String_comparison_exp | null),validated_at?: (timestamptz_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_server_types_enum". All fields are combined with logical 'AND'. */ -export interface e_server_types_enum_comparison_exp {_eq?: (e_server_types_enum | null),_in?: (e_server_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_server_types_enum | null),_nin?: (e_server_types_enum[] | null)} +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +export interface gamedata_signature_validations_delete_at_path_input {results?: (Scalars['String'][] | null)} -/** input type for inserting data into table "e_server_types" */ -export interface e_server_types_insert_input {description?: (Scalars['String'] | null),servers?: (servers_arr_rel_insert_input | null),value?: (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 gamedata_signature_validations_delete_elem_input {results?: (Scalars['Int'] | null)} + + +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +export interface gamedata_signature_validations_delete_key_input {results?: (Scalars['String'] | null)} + + +/** input type for incrementing numeric columns in table "gamedata_signature_validations" */ +export interface gamedata_signature_validations_inc_input {build_id?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "gamedata_signature_validations" */ +export interface gamedata_signature_validations_insert_input {branch?: (Scalars['String'] | null),build_id?: (Scalars['Int'] | null),game_version?: (game_versions_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),results?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),validated_at?: (Scalars['timestamptz'] | null)} /** aggregate max on columns */ -export interface e_server_types_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface gamedata_signature_validations_max_fieldsGenqlSelection{ + branch?: boolean | number + build_id?: boolean | number + id?: boolean | number + status?: boolean | number + validated_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface e_server_types_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface gamedata_signature_validations_min_fieldsGenqlSelection{ + branch?: boolean | number + build_id?: boolean | number + id?: boolean | number + status?: boolean | number + validated_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_server_types" */ -export interface e_server_types_mutation_responseGenqlSelection{ +/** response of any mutation on the table "gamedata_signature_validations" */ +export interface gamedata_signature_validations_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_server_typesGenqlSelection + returning?: gamedata_signature_validationsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_server_types" */ -export interface e_server_types_on_conflict {constraint: e_server_types_constraint,update_columns?: e_server_types_update_column[],where?: (e_server_types_bool_exp | null)} - - -/** Ordering options when selecting data from "e_server_types". */ -export interface e_server_types_order_by {description?: (order_by | null),servers_aggregate?: (servers_aggregate_order_by | null),value?: (order_by | null)} - +/** on_conflict condition type for table "gamedata_signature_validations" */ +export interface gamedata_signature_validations_on_conflict {constraint: gamedata_signature_validations_constraint,update_columns?: gamedata_signature_validations_update_column[],where?: (gamedata_signature_validations_bool_exp | null)} -/** primary key columns input for table: e_server_types */ -export interface e_server_types_pk_columns_input {value: Scalars['String']} +/** Ordering options when selecting data from "gamedata_signature_validations". */ +export interface gamedata_signature_validations_order_by {branch?: (order_by | null),build_id?: (order_by | null),game_version?: (game_versions_order_by | null),id?: (order_by | null),results?: (order_by | null),status?: (order_by | null),validated_at?: (order_by | null)} -/** input type for updating data in table "e_server_types" */ -export interface e_server_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** primary key columns input for table: gamedata_signature_validations */ +export interface gamedata_signature_validations_pk_columns_input {id: Scalars['uuid']} -/** Streaming cursor of the table "e_server_types" */ -export interface e_server_types_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_server_types_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** prepend existing jsonb value of filtered columns with new jsonb value */ +export interface gamedata_signature_validations_prepend_input {results?: (Scalars['jsonb'] | null)} -/** Initial value of the column from where the streaming should start */ -export interface e_server_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_server_types_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_server_types_set_input | null), -/** filter the rows which have to be updated */ -where: e_server_types_bool_exp} +/** input type for updating data in table "gamedata_signature_validations" */ +export interface gamedata_signature_validations_set_input {branch?: (Scalars['String'] | null),build_id?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),results?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),validated_at?: (Scalars['timestamptz'] | null)} -/** columns and relationships of "e_sides" */ -export interface e_sidesGenqlSelection{ - description?: boolean | number - /** An array relationship */ - match_map_lineup_1?: (match_mapsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), - /** filter the rows returned */ - where?: (match_maps_bool_exp | null)} }) - /** An aggregate relationship */ - match_map_lineup_1_aggregate?: (match_maps_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), - /** filter the rows returned */ - where?: (match_maps_bool_exp | null)} }) - /** An array relationship */ - match_map_lineup_2?: (match_mapsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), - /** filter the rows returned */ - where?: (match_maps_bool_exp | null)} }) - /** An aggregate relationship */ - match_map_lineup_2_aggregate?: (match_maps_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_maps_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?: (match_maps_order_by[] | null), - /** filter the rows returned */ - where?: (match_maps_bool_exp | null)} }) - value?: boolean | number +/** aggregate stddev on columns */ +export interface gamedata_signature_validations_stddev_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_sides" */ -export interface e_sides_aggregateGenqlSelection{ - aggregate?: e_sides_aggregate_fieldsGenqlSelection - nodes?: e_sidesGenqlSelection +/** aggregate stddev_pop on columns */ +export interface gamedata_signature_validations_stddev_pop_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_sides" */ -export interface e_sides_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_sides_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_sides_max_fieldsGenqlSelection - min?: e_sides_min_fieldsGenqlSelection +/** aggregate stddev_samp on columns */ +export interface gamedata_signature_validations_stddev_samp_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_sides". All fields are combined with a logical 'AND'. */ -export interface e_sides_bool_exp {_and?: (e_sides_bool_exp[] | null),_not?: (e_sides_bool_exp | null),_or?: (e_sides_bool_exp[] | null),description?: (String_comparison_exp | null),match_map_lineup_1?: (match_maps_bool_exp | null),match_map_lineup_1_aggregate?: (match_maps_aggregate_bool_exp | null),match_map_lineup_2?: (match_maps_bool_exp | null),match_map_lineup_2_aggregate?: (match_maps_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} - - -/** Boolean expression to compare columns of type "e_sides_enum". All fields are combined with logical 'AND'. */ -export interface e_sides_enum_comparison_exp {_eq?: (e_sides_enum | null),_in?: (e_sides_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_sides_enum | null),_nin?: (e_sides_enum[] | null)} +/** Streaming cursor of the table "gamedata_signature_validations" */ +export interface gamedata_signature_validations_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: gamedata_signature_validations_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** input type for inserting data into table "e_sides" */ -export interface e_sides_insert_input {description?: (Scalars['String'] | null),match_map_lineup_1?: (match_maps_arr_rel_insert_input | null),match_map_lineup_2?: (match_maps_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** Initial value of the column from where the streaming should start */ +export interface gamedata_signature_validations_stream_cursor_value_input {branch?: (Scalars['String'] | null),build_id?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),results?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),validated_at?: (Scalars['timestamptz'] | null)} -/** aggregate max on columns */ -export interface e_sides_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate sum on columns */ +export interface gamedata_signature_validations_sum_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +export interface gamedata_signature_validations_updates { +/** append existing jsonb value of filtered columns with new jsonb value */ +_append?: (gamedata_signature_validations_append_input | null), +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +_delete_at_path?: (gamedata_signature_validations_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?: (gamedata_signature_validations_delete_elem_input | null), +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +_delete_key?: (gamedata_signature_validations_delete_key_input | null), +/** increments the numeric columns with given value of the filtered values */ +_inc?: (gamedata_signature_validations_inc_input | null), +/** prepend existing jsonb value of filtered columns with new jsonb value */ +_prepend?: (gamedata_signature_validations_prepend_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (gamedata_signature_validations_set_input | null), +/** filter the rows which have to be updated */ +where: gamedata_signature_validations_bool_exp} + -/** aggregate min on columns */ -export interface e_sides_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate var_pop on columns */ +export interface gamedata_signature_validations_var_pop_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_sides" */ -export interface e_sides_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_sidesGenqlSelection +/** aggregate var_samp on columns */ +export interface gamedata_signature_validations_var_samp_fieldsGenqlSelection{ + build_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_sides" */ -export interface e_sides_on_conflict {constraint: e_sides_constraint,update_columns?: e_sides_update_column[],where?: (e_sides_bool_exp | null)} - +/** aggregate variance on columns */ +export interface gamedata_signature_validations_variance_fieldsGenqlSelection{ + build_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Ordering options when selecting data from "e_sides". */ -export interface e_sides_order_by {description?: (order_by | null),match_map_lineup_1_aggregate?: (match_maps_aggregate_order_by | null),match_map_lineup_2_aggregate?: (match_maps_aggregate_order_by | null),value?: (order_by | null)} +export interface get_leaderboard_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_role?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_window_days?: (Scalars['Int'] | null)} +export interface get_league_season_leaderboard_args {_category?: (Scalars['String'] | null),_league_season_id?: (Scalars['uuid'] | null),_role?: (Scalars['String'] | null)} -/** primary key columns input for table: e_sides */ -export interface e_sides_pk_columns_input {value: Scalars['String']} +export interface get_player_leaderboard_rank_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_player_steam_id?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_window_days?: (Scalars['Int'] | null)} -/** input type for updating data in table "e_sides" */ -export interface e_sides_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** Boolean expression to compare columns of type "inet". All fields are combined with logical 'AND'. */ +export interface inet_comparison_exp {_eq?: (Scalars['inet'] | null),_gt?: (Scalars['inet'] | null),_gte?: (Scalars['inet'] | null),_in?: (Scalars['inet'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['inet'] | null),_lte?: (Scalars['inet'] | null),_neq?: (Scalars['inet'] | null),_nin?: (Scalars['inet'][] | null)} -/** Streaming cursor of the table "e_sides" */ -export interface e_sides_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_sides_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** Boolean expression to compare columns of type "json". All fields are combined with logical 'AND'. */ +export interface json_comparison_exp {_eq?: (Scalars['json'] | null),_gt?: (Scalars['json'] | null),_gte?: (Scalars['json'] | null),_in?: (Scalars['json'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['json'] | null),_lte?: (Scalars['json'] | null),_neq?: (Scalars['json'] | null),_nin?: (Scalars['json'][] | null)} +export interface jsonb_cast_exp {String?: (String_comparison_exp | null)} -/** Initial value of the column from where the streaming should start */ -export interface e_sides_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_sides_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_sides_set_input | null), -/** filter the rows which have to be updated */ -where: e_sides_bool_exp} +/** Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'. */ +export interface jsonb_comparison_exp {_cast?: (jsonb_cast_exp | null), +/** is the column contained in the given json value */ +_contained_in?: (Scalars['jsonb'] | null), +/** does the column contain the given json value at the top level */ +_contains?: (Scalars['jsonb'] | null),_eq?: (Scalars['jsonb'] | null),_gt?: (Scalars['jsonb'] | null),_gte?: (Scalars['jsonb'] | null), +/** does the string exist as a top-level key in the column */ +_has_key?: (Scalars['String'] | null), +/** do all of these strings exist as top-level keys in the column */ +_has_keys_all?: (Scalars['String'][] | null), +/** do any of these strings exist as top-level keys in the column */ +_has_keys_any?: (Scalars['String'][] | null),_in?: (Scalars['jsonb'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['jsonb'] | null),_lte?: (Scalars['jsonb'] | null),_neq?: (Scalars['jsonb'] | null),_nin?: (Scalars['jsonb'][] | null)} -/** columns and relationships of "e_system_alert_types" */ -export interface e_system_alert_typesGenqlSelection{ - description?: boolean | number +/** columns and relationships of "leaderboard_entries" */ +export interface leaderboard_entriesGenqlSelection{ + matches_played?: boolean | number + player_avatar_url?: boolean | number + player_country?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +export interface leaderboard_entries_aggregateGenqlSelection{ + aggregate?: leaderboard_entries_aggregate_fieldsGenqlSelection + nodes?: leaderboard_entriesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + -/** aggregated selection of "e_system_alert_types" */ -export interface e_system_alert_types_aggregateGenqlSelection{ - aggregate?: e_system_alert_types_aggregate_fieldsGenqlSelection - nodes?: e_system_alert_typesGenqlSelection +/** aggregate fields of "leaderboard_entries" */ +export interface leaderboard_entries_aggregate_fieldsGenqlSelection{ + avg?: leaderboard_entries_avg_fieldsGenqlSelection + count?: { __args: {columns?: (leaderboard_entries_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: leaderboard_entries_max_fieldsGenqlSelection + min?: leaderboard_entries_min_fieldsGenqlSelection + stddev?: leaderboard_entries_stddev_fieldsGenqlSelection + stddev_pop?: leaderboard_entries_stddev_pop_fieldsGenqlSelection + stddev_samp?: leaderboard_entries_stddev_samp_fieldsGenqlSelection + sum?: leaderboard_entries_sum_fieldsGenqlSelection + var_pop?: leaderboard_entries_var_pop_fieldsGenqlSelection + var_samp?: leaderboard_entries_var_samp_fieldsGenqlSelection + variance?: leaderboard_entries_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_system_alert_types" */ -export interface e_system_alert_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_system_alert_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_system_alert_types_max_fieldsGenqlSelection - min?: e_system_alert_types_min_fieldsGenqlSelection +/** aggregate avg on columns */ +export interface leaderboard_entries_avg_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_system_alert_types". All fields are combined with a logical 'AND'. */ -export interface e_system_alert_types_bool_exp {_and?: (e_system_alert_types_bool_exp[] | null),_not?: (e_system_alert_types_bool_exp | null),_or?: (e_system_alert_types_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "leaderboard_entries". All fields are combined with a logical 'AND'. */ +export interface leaderboard_entries_bool_exp {_and?: (leaderboard_entries_bool_exp[] | null),_not?: (leaderboard_entries_bool_exp | null),_or?: (leaderboard_entries_bool_exp[] | null),matches_played?: (Int_comparison_exp | null),player_avatar_url?: (String_comparison_exp | null),player_country?: (String_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (String_comparison_exp | null),secondary_value?: (float8_comparison_exp | null),tertiary_value?: (float8_comparison_exp | null),value?: (float8_comparison_exp | null)} -/** Boolean expression to compare columns of type "e_system_alert_types_enum". All fields are combined with logical 'AND'. */ -export interface e_system_alert_types_enum_comparison_exp {_eq?: (e_system_alert_types_enum | null),_in?: (e_system_alert_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_system_alert_types_enum | null),_nin?: (e_system_alert_types_enum[] | null)} +/** input type for incrementing numeric columns in table "leaderboard_entries" */ +export interface leaderboard_entries_inc_input {matches_played?: (Scalars['Int'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} -/** input type for inserting data into table "e_system_alert_types" */ -export interface e_system_alert_types_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for inserting data into table "leaderboard_entries" */ +export interface leaderboard_entries_insert_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} /** aggregate max on columns */ -export interface e_system_alert_types_max_fieldsGenqlSelection{ - description?: boolean | number +export interface leaderboard_entries_max_fieldsGenqlSelection{ + matches_played?: boolean | number + player_avatar_url?: boolean | number + player_country?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number value?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -35254,2441 +40992,2880 @@ export interface e_system_alert_types_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface e_system_alert_types_min_fieldsGenqlSelection{ - description?: boolean | number +export interface leaderboard_entries_min_fieldsGenqlSelection{ + matches_played?: boolean | number + player_avatar_url?: boolean | number + player_country?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number value?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_system_alert_types" */ -export interface e_system_alert_types_mutation_responseGenqlSelection{ +/** response of any mutation on the table "leaderboard_entries" */ +export interface leaderboard_entries_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_system_alert_typesGenqlSelection + returning?: leaderboard_entriesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_system_alert_types" */ -export interface e_system_alert_types_on_conflict {constraint: e_system_alert_types_constraint,update_columns?: e_system_alert_types_update_column[],where?: (e_system_alert_types_bool_exp | null)} +/** Ordering options when selecting data from "leaderboard_entries". */ +export interface leaderboard_entries_order_by {matches_played?: (order_by | null),player_avatar_url?: (order_by | null),player_country?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),secondary_value?: (order_by | null),tertiary_value?: (order_by | null),value?: (order_by | null)} -/** Ordering options when selecting data from "e_system_alert_types". */ -export interface e_system_alert_types_order_by {description?: (order_by | null),value?: (order_by | null)} +/** input type for updating data in table "leaderboard_entries" */ +export interface leaderboard_entries_set_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} -/** primary key columns input for table: e_system_alert_types */ -export interface e_system_alert_types_pk_columns_input {value: Scalars['String']} +/** aggregate stddev on columns */ +export interface leaderboard_entries_stddev_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for updating data in table "e_system_alert_types" */ -export interface e_system_alert_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** aggregate stddev_pop on columns */ +export interface leaderboard_entries_stddev_pop_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Streaming cursor of the table "e_system_alert_types" */ -export interface e_system_alert_types_stream_cursor_input { +/** aggregate stddev_samp on columns */ +export interface leaderboard_entries_stddev_samp_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "leaderboard_entries" */ +export interface leaderboard_entries_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_system_alert_types_stream_cursor_value_input, +initial_value: leaderboard_entries_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_system_alert_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface leaderboard_entries_stream_cursor_value_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} -export interface e_system_alert_types_updates { + +/** aggregate sum on columns */ +export interface leaderboard_entries_sum_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface leaderboard_entries_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (leaderboard_entries_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (e_system_alert_types_set_input | null), +_set?: (leaderboard_entries_set_input | null), /** filter the rows which have to be updated */ -where: e_system_alert_types_bool_exp} +where: leaderboard_entries_bool_exp} -/** columns and relationships of "e_team_roles" */ -export interface e_team_rolesGenqlSelection{ - description?: boolean | number - /** An array relationship */ - team_rosters?: (team_rosterGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_roster_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?: (team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (team_roster_bool_exp | null)} }) - /** An aggregate relationship */ - team_rosters_aggregate?: (team_roster_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_roster_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?: (team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (team_roster_bool_exp | null)} }) +/** aggregate var_pop on columns */ +export interface leaderboard_entries_var_pop_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface leaderboard_entries_var_samp_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface leaderboard_entries_variance_fieldsGenqlSelection{ + matches_played?: boolean | number + secondary_value?: boolean | number + tertiary_value?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface league_award_forfeit_args {_tournament_bracket_id?: (Scalars['uuid'] | null),_winning_tournament_team_id?: (Scalars['uuid'] | null)} + + +/** columns and relationships of "league_divisions" */ +export interface league_divisionsGenqlSelection{ + active?: boolean | number + created_at?: boolean | number + id?: boolean | number + name?: boolean | number /** An array relationship */ - tournament_team_rosters?: (tournament_team_rosterGenqlSelection & { __args?: { + season_divisions?: (league_season_divisionsGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (tournament_team_roster_select_column[] | null), + distinct_on?: (league_season_divisions_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_team_roster_order_by[] | null), + order_by?: (league_season_divisions_order_by[] | null), /** filter the rows returned */ - where?: (tournament_team_roster_bool_exp | null)} }) + where?: (league_season_divisions_bool_exp | null)} }) /** An aggregate relationship */ - tournament_team_rosters_aggregate?: (tournament_team_roster_aggregateGenqlSelection & { __args?: { + season_divisions_aggregate?: (league_season_divisions_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (tournament_team_roster_select_column[] | null), + distinct_on?: (league_season_divisions_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_team_roster_order_by[] | null), + order_by?: (league_season_divisions_order_by[] | null), /** filter the rows returned */ - where?: (tournament_team_roster_bool_exp | null)} }) - value?: boolean | number + where?: (league_season_divisions_bool_exp | null)} }) + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_team_roles" */ -export interface e_team_roles_aggregateGenqlSelection{ - aggregate?: e_team_roles_aggregate_fieldsGenqlSelection - nodes?: e_team_rolesGenqlSelection +/** aggregated selection of "league_divisions" */ +export interface league_divisions_aggregateGenqlSelection{ + aggregate?: league_divisions_aggregate_fieldsGenqlSelection + nodes?: league_divisionsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_team_roles" */ -export interface e_team_roles_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_team_roles_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_team_roles_max_fieldsGenqlSelection - min?: e_team_roles_min_fieldsGenqlSelection +/** aggregate fields of "league_divisions" */ +export interface league_divisions_aggregate_fieldsGenqlSelection{ + avg?: league_divisions_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_divisions_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_divisions_max_fieldsGenqlSelection + min?: league_divisions_min_fieldsGenqlSelection + stddev?: league_divisions_stddev_fieldsGenqlSelection + stddev_pop?: league_divisions_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_divisions_stddev_samp_fieldsGenqlSelection + sum?: league_divisions_sum_fieldsGenqlSelection + var_pop?: league_divisions_var_pop_fieldsGenqlSelection + var_samp?: league_divisions_var_samp_fieldsGenqlSelection + variance?: league_divisions_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_team_roles". All fields are combined with a logical 'AND'. */ -export interface e_team_roles_bool_exp {_and?: (e_team_roles_bool_exp[] | null),_not?: (e_team_roles_bool_exp | null),_or?: (e_team_roles_bool_exp[] | null),description?: (String_comparison_exp | null),team_rosters?: (team_roster_bool_exp | null),team_rosters_aggregate?: (team_roster_aggregate_bool_exp | null),tournament_team_rosters?: (tournament_team_roster_bool_exp | null),tournament_team_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** aggregate avg on columns */ +export interface league_divisions_avg_fieldsGenqlSelection{ + tier?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Boolean expression to compare columns of type "e_team_roles_enum". All fields are combined with logical 'AND'. */ -export interface e_team_roles_enum_comparison_exp {_eq?: (e_team_roles_enum | null),_in?: (e_team_roles_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_team_roles_enum | null),_nin?: (e_team_roles_enum[] | null)} +/** Boolean expression to filter rows from the table "league_divisions". All fields are combined with a logical 'AND'. */ +export interface league_divisions_bool_exp {_and?: (league_divisions_bool_exp[] | null),_not?: (league_divisions_bool_exp | null),_or?: (league_divisions_bool_exp[] | null),active?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),name?: (String_comparison_exp | null),season_divisions?: (league_season_divisions_bool_exp | null),season_divisions_aggregate?: (league_season_divisions_aggregate_bool_exp | null),tier?: (smallint_comparison_exp | null)} -/** input type for inserting data into table "e_team_roles" */ -export interface e_team_roles_insert_input {description?: (Scalars['String'] | null),team_rosters?: (team_roster_arr_rel_insert_input | null),tournament_team_rosters?: (tournament_team_roster_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** input type for incrementing numeric columns in table "league_divisions" */ +export interface league_divisions_inc_input {tier?: (Scalars['smallint'] | null)} + + +/** input type for inserting data into table "league_divisions" */ +export interface league_divisions_insert_input {active?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),season_divisions?: (league_season_divisions_arr_rel_insert_input | null),tier?: (Scalars['smallint'] | null)} /** aggregate max on columns */ -export interface e_team_roles_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_divisions_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + name?: boolean | number + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface e_team_roles_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_divisions_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + name?: boolean | number + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_team_roles" */ -export interface e_team_roles_mutation_responseGenqlSelection{ +/** response of any mutation on the table "league_divisions" */ +export interface league_divisions_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_team_rolesGenqlSelection + returning?: league_divisionsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_team_roles" */ -export interface e_team_roles_obj_rel_insert_input {data: e_team_roles_insert_input, +/** input type for inserting object relation for remote table "league_divisions" */ +export interface league_divisions_obj_rel_insert_input {data: league_divisions_insert_input, /** upsert condition */ -on_conflict?: (e_team_roles_on_conflict | null)} - - -/** on_conflict condition type for table "e_team_roles" */ -export interface e_team_roles_on_conflict {constraint: e_team_roles_constraint,update_columns?: e_team_roles_update_column[],where?: (e_team_roles_bool_exp | null)} - - -/** Ordering options when selecting data from "e_team_roles". */ -export interface e_team_roles_order_by {description?: (order_by | null),team_rosters_aggregate?: (team_roster_aggregate_order_by | null),tournament_team_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),value?: (order_by | null)} - +on_conflict?: (league_divisions_on_conflict | null)} -/** primary key columns input for table: e_team_roles */ -export interface e_team_roles_pk_columns_input {value: Scalars['String']} +/** on_conflict condition type for table "league_divisions" */ +export interface league_divisions_on_conflict {constraint: league_divisions_constraint,update_columns?: league_divisions_update_column[],where?: (league_divisions_bool_exp | null)} -/** input type for updating data in table "e_team_roles" */ -export interface e_team_roles_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** Ordering options when selecting data from "league_divisions". */ +export interface league_divisions_order_by {active?: (order_by | null),created_at?: (order_by | null),id?: (order_by | null),name?: (order_by | null),season_divisions_aggregate?: (league_season_divisions_aggregate_order_by | null),tier?: (order_by | null)} -/** Streaming cursor of the table "e_team_roles" */ -export interface e_team_roles_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_team_roles_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** primary key columns input for table: league_divisions */ +export interface league_divisions_pk_columns_input {id: Scalars['uuid']} -/** Initial value of the column from where the streaming should start */ -export interface e_team_roles_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_team_roles_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_team_roles_set_input | null), -/** filter the rows which have to be updated */ -where: e_team_roles_bool_exp} +/** input type for updating data in table "league_divisions" */ +export interface league_divisions_set_input {active?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),tier?: (Scalars['smallint'] | null)} -/** columns and relationships of "e_team_roster_statuses" */ -export interface e_team_roster_statusesGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate stddev on columns */ +export interface league_divisions_stddev_fieldsGenqlSelection{ + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_team_roster_statuses" */ -export interface e_team_roster_statuses_aggregateGenqlSelection{ - aggregate?: e_team_roster_statuses_aggregate_fieldsGenqlSelection - nodes?: e_team_roster_statusesGenqlSelection +/** aggregate stddev_pop on columns */ +export interface league_divisions_stddev_pop_fieldsGenqlSelection{ + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_team_roster_statuses" */ -export interface e_team_roster_statuses_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_team_roster_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_team_roster_statuses_max_fieldsGenqlSelection - min?: e_team_roster_statuses_min_fieldsGenqlSelection +/** aggregate stddev_samp on columns */ +export interface league_divisions_stddev_samp_fieldsGenqlSelection{ + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_team_roster_statuses". All fields are combined with a logical 'AND'. */ -export interface e_team_roster_statuses_bool_exp {_and?: (e_team_roster_statuses_bool_exp[] | null),_not?: (e_team_roster_statuses_bool_exp | null),_or?: (e_team_roster_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} - - -/** Boolean expression to compare columns of type "e_team_roster_statuses_enum". All fields are combined with logical 'AND'. */ -export interface e_team_roster_statuses_enum_comparison_exp {_eq?: (e_team_roster_statuses_enum | null),_in?: (e_team_roster_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_team_roster_statuses_enum | null),_nin?: (e_team_roster_statuses_enum[] | null)} +/** Streaming cursor of the table "league_divisions" */ +export interface league_divisions_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: league_divisions_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** input type for inserting data into table "e_team_roster_statuses" */ -export interface e_team_roster_statuses_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** Initial value of the column from where the streaming should start */ +export interface league_divisions_stream_cursor_value_input {active?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),tier?: (Scalars['smallint'] | null)} -/** aggregate max on columns */ -export interface e_team_roster_statuses_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate sum on columns */ +export interface league_divisions_sum_fieldsGenqlSelection{ + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +export interface league_divisions_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (league_divisions_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (league_divisions_set_input | null), +/** filter the rows which have to be updated */ +where: league_divisions_bool_exp} -/** aggregate min on columns */ -export interface e_team_roster_statuses_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number + +/** aggregate var_pop on columns */ +export interface league_divisions_var_pop_fieldsGenqlSelection{ + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_team_roster_statuses" */ -export interface e_team_roster_statuses_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_team_roster_statusesGenqlSelection +/** aggregate var_samp on columns */ +export interface league_divisions_var_samp_fieldsGenqlSelection{ + tier?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_team_roster_statuses" */ -export interface e_team_roster_statuses_on_conflict {constraint: e_team_roster_statuses_constraint,update_columns?: e_team_roster_statuses_update_column[],where?: (e_team_roster_statuses_bool_exp | null)} - - -/** Ordering options when selecting data from "e_team_roster_statuses". */ -export interface e_team_roster_statuses_order_by {description?: (order_by | null),value?: (order_by | null)} - - -/** primary key columns input for table: e_team_roster_statuses */ -export interface e_team_roster_statuses_pk_columns_input {value: Scalars['String']} - +/** aggregate variance on columns */ +export interface league_divisions_variance_fieldsGenqlSelection{ + tier?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for updating data in table "e_team_roster_statuses" */ -export interface e_team_roster_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** columns and relationships of "league_match_weeks" */ +export interface league_match_weeksGenqlSelection{ + closes_at?: boolean | number + created_at?: boolean | number + default_match_at?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + opens_at?: boolean | number + /** An object relationship */ + season?: league_seasonsGenqlSelection + week_number?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Streaming cursor of the table "e_team_roster_statuses" */ -export interface e_team_roster_statuses_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_team_roster_statuses_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** aggregated selection of "league_match_weeks" */ +export interface league_match_weeks_aggregateGenqlSelection{ + aggregate?: league_match_weeks_aggregate_fieldsGenqlSelection + nodes?: league_match_weeksGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** Initial value of the column from where the streaming should start */ -export interface e_team_roster_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface league_match_weeks_aggregate_bool_exp {count?: (league_match_weeks_aggregate_bool_exp_count | null)} -export interface e_team_roster_statuses_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_team_roster_statuses_set_input | null), -/** filter the rows which have to be updated */ -where: e_team_roster_statuses_bool_exp} +export interface league_match_weeks_aggregate_bool_exp_count {arguments?: (league_match_weeks_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (league_match_weeks_bool_exp | null),predicate: Int_comparison_exp} -/** columns and relationships of "e_timeout_settings" */ -export interface e_timeout_settingsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate fields of "league_match_weeks" */ +export interface league_match_weeks_aggregate_fieldsGenqlSelection{ + avg?: league_match_weeks_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_match_weeks_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_match_weeks_max_fieldsGenqlSelection + min?: league_match_weeks_min_fieldsGenqlSelection + stddev?: league_match_weeks_stddev_fieldsGenqlSelection + stddev_pop?: league_match_weeks_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_match_weeks_stddev_samp_fieldsGenqlSelection + sum?: league_match_weeks_sum_fieldsGenqlSelection + var_pop?: league_match_weeks_var_pop_fieldsGenqlSelection + var_samp?: league_match_weeks_var_samp_fieldsGenqlSelection + variance?: league_match_weeks_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_timeout_settings" */ -export interface e_timeout_settings_aggregateGenqlSelection{ - aggregate?: e_timeout_settings_aggregate_fieldsGenqlSelection - nodes?: e_timeout_settingsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by aggregate values of table "league_match_weeks" */ +export interface league_match_weeks_aggregate_order_by {avg?: (league_match_weeks_avg_order_by | null),count?: (order_by | null),max?: (league_match_weeks_max_order_by | null),min?: (league_match_weeks_min_order_by | null),stddev?: (league_match_weeks_stddev_order_by | null),stddev_pop?: (league_match_weeks_stddev_pop_order_by | null),stddev_samp?: (league_match_weeks_stddev_samp_order_by | null),sum?: (league_match_weeks_sum_order_by | null),var_pop?: (league_match_weeks_var_pop_order_by | null),var_samp?: (league_match_weeks_var_samp_order_by | null),variance?: (league_match_weeks_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "league_match_weeks" */ +export interface league_match_weeks_arr_rel_insert_input {data: league_match_weeks_insert_input[], +/** upsert condition */ +on_conflict?: (league_match_weeks_on_conflict | null)} -/** aggregate fields of "e_timeout_settings" */ -export interface e_timeout_settings_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_timeout_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_timeout_settings_max_fieldsGenqlSelection - min?: e_timeout_settings_min_fieldsGenqlSelection +/** aggregate avg on columns */ +export interface league_match_weeks_avg_fieldsGenqlSelection{ + week_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_timeout_settings". All fields are combined with a logical 'AND'. */ -export interface e_timeout_settings_bool_exp {_and?: (e_timeout_settings_bool_exp[] | null),_not?: (e_timeout_settings_bool_exp | null),_or?: (e_timeout_settings_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** order by avg() on columns of table "league_match_weeks" */ +export interface league_match_weeks_avg_order_by {week_number?: (order_by | null)} -/** Boolean expression to compare columns of type "e_timeout_settings_enum". All fields are combined with logical 'AND'. */ -export interface e_timeout_settings_enum_comparison_exp {_eq?: (e_timeout_settings_enum | null),_in?: (e_timeout_settings_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_timeout_settings_enum | null),_nin?: (e_timeout_settings_enum[] | null)} +/** Boolean expression to filter rows from the table "league_match_weeks". All fields are combined with a logical 'AND'. */ +export interface league_match_weeks_bool_exp {_and?: (league_match_weeks_bool_exp[] | null),_not?: (league_match_weeks_bool_exp | null),_or?: (league_match_weeks_bool_exp[] | null),closes_at?: (timestamptz_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),default_match_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),league_season_id?: (uuid_comparison_exp | null),opens_at?: (timestamptz_comparison_exp | null),season?: (league_seasons_bool_exp | null),week_number?: (Int_comparison_exp | null)} -/** input type for inserting data into table "e_timeout_settings" */ -export interface e_timeout_settings_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for incrementing numeric columns in table "league_match_weeks" */ +export interface league_match_weeks_inc_input {week_number?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "league_match_weeks" */ +export interface league_match_weeks_insert_input {closes_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),default_match_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),opens_at?: (Scalars['timestamptz'] | null),season?: (league_seasons_obj_rel_insert_input | null),week_number?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface e_timeout_settings_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_match_weeks_max_fieldsGenqlSelection{ + closes_at?: boolean | number + created_at?: boolean | number + default_match_at?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + opens_at?: boolean | number + week_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "league_match_weeks" */ +export interface league_match_weeks_max_order_by {closes_at?: (order_by | null),created_at?: (order_by | null),default_match_at?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),opens_at?: (order_by | null),week_number?: (order_by | null)} + + /** aggregate min on columns */ -export interface e_timeout_settings_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_match_weeks_min_fieldsGenqlSelection{ + closes_at?: boolean | number + created_at?: boolean | number + default_match_at?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + opens_at?: boolean | number + week_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_timeout_settings" */ -export interface e_timeout_settings_mutation_responseGenqlSelection{ +/** order by min() on columns of table "league_match_weeks" */ +export interface league_match_weeks_min_order_by {closes_at?: (order_by | null),created_at?: (order_by | null),default_match_at?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),opens_at?: (order_by | null),week_number?: (order_by | null)} + + +/** response of any mutation on the table "league_match_weeks" */ +export interface league_match_weeks_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_timeout_settingsGenqlSelection + returning?: league_match_weeksGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_timeout_settings" */ -export interface e_timeout_settings_on_conflict {constraint: e_timeout_settings_constraint,update_columns?: e_timeout_settings_update_column[],where?: (e_timeout_settings_bool_exp | null)} +/** on_conflict condition type for table "league_match_weeks" */ +export interface league_match_weeks_on_conflict {constraint: league_match_weeks_constraint,update_columns?: league_match_weeks_update_column[],where?: (league_match_weeks_bool_exp | null)} -/** Ordering options when selecting data from "e_timeout_settings". */ -export interface e_timeout_settings_order_by {description?: (order_by | null),value?: (order_by | null)} - +/** Ordering options when selecting data from "league_match_weeks". */ +export interface league_match_weeks_order_by {closes_at?: (order_by | null),created_at?: (order_by | null),default_match_at?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),opens_at?: (order_by | null),season?: (league_seasons_order_by | null),week_number?: (order_by | null)} -/** primary key columns input for table: e_timeout_settings */ -export interface e_timeout_settings_pk_columns_input {value: Scalars['String']} +/** primary key columns input for table: league_match_weeks */ +export interface league_match_weeks_pk_columns_input {id: Scalars['uuid']} -/** input type for updating data in table "e_timeout_settings" */ -export interface e_timeout_settings_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for updating data in table "league_match_weeks" */ +export interface league_match_weeks_set_input {closes_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),default_match_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),opens_at?: (Scalars['timestamptz'] | null),week_number?: (Scalars['Int'] | null)} -/** Streaming cursor of the table "e_timeout_settings" */ -export interface e_timeout_settings_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_timeout_settings_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** aggregate stddev on columns */ +export interface league_match_weeks_stddev_fieldsGenqlSelection{ + week_number?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Initial value of the column from where the streaming should start */ -export interface e_timeout_settings_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_timeout_settings_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_timeout_settings_set_input | null), -/** filter the rows which have to be updated */ -where: e_timeout_settings_bool_exp} +/** order by stddev() on columns of table "league_match_weeks" */ +export interface league_match_weeks_stddev_order_by {week_number?: (order_by | null)} -/** columns and relationships of "e_tournament_stage_types" */ -export interface e_tournament_stage_typesGenqlSelection{ - description?: boolean | number - /** An array relationship */ - tournament_stages?: (tournament_stagesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_stages_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_stages_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_stages_bool_exp | null)} }) - /** An aggregate relationship */ - tournament_stages_aggregate?: (tournament_stages_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_stages_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_stages_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_stages_bool_exp | null)} }) - value?: boolean | number +/** aggregate stddev_pop on columns */ +export interface league_match_weeks_stddev_pop_fieldsGenqlSelection{ + week_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_tournament_stage_types" */ -export interface e_tournament_stage_types_aggregateGenqlSelection{ - aggregate?: e_tournament_stage_types_aggregate_fieldsGenqlSelection - nodes?: e_tournament_stage_typesGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by stddev_pop() on columns of table "league_match_weeks" */ +export interface league_match_weeks_stddev_pop_order_by {week_number?: (order_by | null)} -/** aggregate fields of "e_tournament_stage_types" */ -export interface e_tournament_stage_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_tournament_stage_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_tournament_stage_types_max_fieldsGenqlSelection - min?: e_tournament_stage_types_min_fieldsGenqlSelection +/** aggregate stddev_samp on columns */ +export interface league_match_weeks_stddev_samp_fieldsGenqlSelection{ + week_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_tournament_stage_types". All fields are combined with a logical 'AND'. */ -export interface e_tournament_stage_types_bool_exp {_and?: (e_tournament_stage_types_bool_exp[] | null),_not?: (e_tournament_stage_types_bool_exp | null),_or?: (e_tournament_stage_types_bool_exp[] | null),description?: (String_comparison_exp | null),tournament_stages?: (tournament_stages_bool_exp | null),tournament_stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** order by stddev_samp() on columns of table "league_match_weeks" */ +export interface league_match_weeks_stddev_samp_order_by {week_number?: (order_by | null)} -/** Boolean expression to compare columns of type "e_tournament_stage_types_enum". All fields are combined with logical 'AND'. */ -export interface e_tournament_stage_types_enum_comparison_exp {_eq?: (e_tournament_stage_types_enum | null),_in?: (e_tournament_stage_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_tournament_stage_types_enum | null),_nin?: (e_tournament_stage_types_enum[] | null)} +/** Streaming cursor of the table "league_match_weeks" */ +export interface league_match_weeks_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: league_match_weeks_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} -/** input type for inserting data into table "e_tournament_stage_types" */ -export interface e_tournament_stage_types_insert_input {description?: (Scalars['String'] | null),tournament_stages?: (tournament_stages_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** Initial value of the column from where the streaming should start */ +export interface league_match_weeks_stream_cursor_value_input {closes_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),default_match_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),opens_at?: (Scalars['timestamptz'] | null),week_number?: (Scalars['Int'] | null)} -/** aggregate max on columns */ -export interface e_tournament_stage_types_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregate sum on columns */ +export interface league_match_weeks_sum_fieldsGenqlSelection{ + week_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate min on columns */ -export interface e_tournament_stage_types_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by sum() on columns of table "league_match_weeks" */ +export interface league_match_weeks_sum_order_by {week_number?: (order_by | null)} +export interface league_match_weeks_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (league_match_weeks_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (league_match_weeks_set_input | null), +/** filter the rows which have to be updated */ +where: league_match_weeks_bool_exp} -/** response of any mutation on the table "e_tournament_stage_types" */ -export interface e_tournament_stage_types_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_tournament_stage_typesGenqlSelection + +/** aggregate var_pop on columns */ +export interface league_match_weeks_var_pop_fieldsGenqlSelection{ + week_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_tournament_stage_types" */ -export interface e_tournament_stage_types_obj_rel_insert_input {data: e_tournament_stage_types_insert_input, -/** upsert condition */ -on_conflict?: (e_tournament_stage_types_on_conflict | null)} - - -/** on_conflict condition type for table "e_tournament_stage_types" */ -export interface e_tournament_stage_types_on_conflict {constraint: e_tournament_stage_types_constraint,update_columns?: e_tournament_stage_types_update_column[],where?: (e_tournament_stage_types_bool_exp | null)} - +/** order by var_pop() on columns of table "league_match_weeks" */ +export interface league_match_weeks_var_pop_order_by {week_number?: (order_by | null)} -/** Ordering options when selecting data from "e_tournament_stage_types". */ -export interface e_tournament_stage_types_order_by {description?: (order_by | null),tournament_stages_aggregate?: (tournament_stages_aggregate_order_by | null),value?: (order_by | null)} +/** aggregate var_samp on columns */ +export interface league_match_weeks_var_samp_fieldsGenqlSelection{ + week_number?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** primary key columns input for table: e_tournament_stage_types */ -export interface e_tournament_stage_types_pk_columns_input {value: Scalars['String']} +/** order by var_samp() on columns of table "league_match_weeks" */ +export interface league_match_weeks_var_samp_order_by {week_number?: (order_by | null)} -/** input type for updating data in table "e_tournament_stage_types" */ -export interface e_tournament_stage_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** aggregate variance on columns */ +export interface league_match_weeks_variance_fieldsGenqlSelection{ + week_number?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Streaming cursor of the table "e_tournament_stage_types" */ -export interface e_tournament_stage_types_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_tournament_stage_types_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** order by variance() on columns of table "league_match_weeks" */ +export interface league_match_weeks_variance_order_by {week_number?: (order_by | null)} -/** Initial value of the column from where the streaming should start */ -export interface e_tournament_stage_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_tournament_stage_types_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_tournament_stage_types_set_input | null), -/** filter the rows which have to be updated */ -where: e_tournament_stage_types_bool_exp} +/** columns and relationships of "league_relegation_playoffs" */ +export interface league_relegation_playoffsGenqlSelection{ + created_at?: boolean | number + /** An object relationship */ + higher_division?: league_divisionsGenqlSelection + higher_division_id?: boolean | number + higher_slots?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + /** An object relationship */ + lower_division?: league_divisionsGenqlSelection + lower_division_id?: boolean | number + resolved_at?: boolean | number + /** An object relationship */ + season?: league_seasonsGenqlSelection + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** columns and relationships of "e_tournament_status" */ -export interface e_tournament_statusGenqlSelection{ - description?: boolean | number - /** An array relationship */ - tournaments?: (tournamentsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournaments_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?: (tournaments_order_by[] | null), - /** filter the rows returned */ - where?: (tournaments_bool_exp | null)} }) - /** An aggregate relationship */ - tournaments_aggregate?: (tournaments_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournaments_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?: (tournaments_order_by[] | null), - /** filter the rows returned */ - where?: (tournaments_bool_exp | null)} }) - value?: boolean | number +/** aggregated selection of "league_relegation_playoffs" */ +export interface league_relegation_playoffs_aggregateGenqlSelection{ + aggregate?: league_relegation_playoffs_aggregate_fieldsGenqlSelection + nodes?: league_relegation_playoffsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface league_relegation_playoffs_aggregate_bool_exp {count?: (league_relegation_playoffs_aggregate_bool_exp_count | null)} -/** aggregated selection of "e_tournament_status" */ -export interface e_tournament_status_aggregateGenqlSelection{ - aggregate?: e_tournament_status_aggregate_fieldsGenqlSelection - nodes?: e_tournament_statusGenqlSelection +export interface league_relegation_playoffs_aggregate_bool_exp_count {arguments?: (league_relegation_playoffs_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (league_relegation_playoffs_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "league_relegation_playoffs" */ +export interface league_relegation_playoffs_aggregate_fieldsGenqlSelection{ + avg?: league_relegation_playoffs_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_relegation_playoffs_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_relegation_playoffs_max_fieldsGenqlSelection + min?: league_relegation_playoffs_min_fieldsGenqlSelection + stddev?: league_relegation_playoffs_stddev_fieldsGenqlSelection + stddev_pop?: league_relegation_playoffs_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_relegation_playoffs_stddev_samp_fieldsGenqlSelection + sum?: league_relegation_playoffs_sum_fieldsGenqlSelection + var_pop?: league_relegation_playoffs_var_pop_fieldsGenqlSelection + var_samp?: league_relegation_playoffs_var_samp_fieldsGenqlSelection + variance?: league_relegation_playoffs_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_tournament_status" */ -export interface e_tournament_status_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_tournament_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_tournament_status_max_fieldsGenqlSelection - min?: e_tournament_status_min_fieldsGenqlSelection +/** order by aggregate values of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_aggregate_order_by {avg?: (league_relegation_playoffs_avg_order_by | null),count?: (order_by | null),max?: (league_relegation_playoffs_max_order_by | null),min?: (league_relegation_playoffs_min_order_by | null),stddev?: (league_relegation_playoffs_stddev_order_by | null),stddev_pop?: (league_relegation_playoffs_stddev_pop_order_by | null),stddev_samp?: (league_relegation_playoffs_stddev_samp_order_by | null),sum?: (league_relegation_playoffs_sum_order_by | null),var_pop?: (league_relegation_playoffs_var_pop_order_by | null),var_samp?: (league_relegation_playoffs_var_samp_order_by | null),variance?: (league_relegation_playoffs_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_arr_rel_insert_input {data: league_relegation_playoffs_insert_input[], +/** upsert condition */ +on_conflict?: (league_relegation_playoffs_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface league_relegation_playoffs_avg_fieldsGenqlSelection{ + higher_slots?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_tournament_status". All fields are combined with a logical 'AND'. */ -export interface e_tournament_status_bool_exp {_and?: (e_tournament_status_bool_exp[] | null),_not?: (e_tournament_status_bool_exp | null),_or?: (e_tournament_status_bool_exp[] | null),description?: (String_comparison_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** order by avg() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_avg_order_by {higher_slots?: (order_by | null)} -/** Boolean expression to compare columns of type "e_tournament_status_enum". All fields are combined with logical 'AND'. */ -export interface e_tournament_status_enum_comparison_exp {_eq?: (e_tournament_status_enum | null),_in?: (e_tournament_status_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_tournament_status_enum | null),_nin?: (e_tournament_status_enum[] | null)} +/** Boolean expression to filter rows from the table "league_relegation_playoffs". All fields are combined with a logical 'AND'. */ +export interface league_relegation_playoffs_bool_exp {_and?: (league_relegation_playoffs_bool_exp[] | null),_not?: (league_relegation_playoffs_bool_exp | null),_or?: (league_relegation_playoffs_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),higher_division?: (league_divisions_bool_exp | null),higher_division_id?: (uuid_comparison_exp | null),higher_slots?: (Int_comparison_exp | null),id?: (uuid_comparison_exp | null),league_season_id?: (uuid_comparison_exp | null),lower_division?: (league_divisions_bool_exp | null),lower_division_id?: (uuid_comparison_exp | null),resolved_at?: (timestamptz_comparison_exp | null),season?: (league_seasons_bool_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} -/** input type for inserting data into table "e_tournament_status" */ -export interface e_tournament_status_insert_input {description?: (Scalars['String'] | null),tournaments?: (tournaments_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** input type for incrementing numeric columns in table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_inc_input {higher_slots?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_insert_input {created_at?: (Scalars['timestamptz'] | null),higher_division?: (league_divisions_obj_rel_insert_input | null),higher_division_id?: (Scalars['uuid'] | null),higher_slots?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),lower_division?: (league_divisions_obj_rel_insert_input | null),lower_division_id?: (Scalars['uuid'] | null),resolved_at?: (Scalars['timestamptz'] | null),season?: (league_seasons_obj_rel_insert_input | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface e_tournament_status_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_relegation_playoffs_max_fieldsGenqlSelection{ + created_at?: boolean | number + higher_division_id?: boolean | number + higher_slots?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + lower_division_id?: boolean | number + resolved_at?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_max_order_by {created_at?: (order_by | null),higher_division_id?: (order_by | null),higher_slots?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),lower_division_id?: (order_by | null),resolved_at?: (order_by | null),tournament_id?: (order_by | null)} + + /** aggregate min on columns */ -export interface e_tournament_status_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_relegation_playoffs_min_fieldsGenqlSelection{ + created_at?: boolean | number + higher_division_id?: boolean | number + higher_slots?: boolean | number + id?: boolean | number + league_season_id?: boolean | number + lower_division_id?: boolean | number + resolved_at?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_tournament_status" */ -export interface e_tournament_status_mutation_responseGenqlSelection{ +/** order by min() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_min_order_by {created_at?: (order_by | null),higher_division_id?: (order_by | null),higher_slots?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),lower_division_id?: (order_by | null),resolved_at?: (order_by | null),tournament_id?: (order_by | null)} + + +/** response of any mutation on the table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_tournament_statusGenqlSelection + returning?: league_relegation_playoffsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "e_tournament_status" */ -export interface e_tournament_status_obj_rel_insert_input {data: e_tournament_status_insert_input, -/** upsert condition */ -on_conflict?: (e_tournament_status_on_conflict | null)} +/** on_conflict condition type for table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_on_conflict {constraint: league_relegation_playoffs_constraint,update_columns?: league_relegation_playoffs_update_column[],where?: (league_relegation_playoffs_bool_exp | null)} -/** on_conflict condition type for table "e_tournament_status" */ -export interface e_tournament_status_on_conflict {constraint: e_tournament_status_constraint,update_columns?: e_tournament_status_update_column[],where?: (e_tournament_status_bool_exp | null)} +/** Ordering options when selecting data from "league_relegation_playoffs". */ +export interface league_relegation_playoffs_order_by {created_at?: (order_by | null),higher_division?: (league_divisions_order_by | null),higher_division_id?: (order_by | null),higher_slots?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),lower_division?: (league_divisions_order_by | null),lower_division_id?: (order_by | null),resolved_at?: (order_by | null),season?: (league_seasons_order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} -/** Ordering options when selecting data from "e_tournament_status". */ -export interface e_tournament_status_order_by {description?: (order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),value?: (order_by | null)} +/** primary key columns input for table: league_relegation_playoffs */ +export interface league_relegation_playoffs_pk_columns_input {id: Scalars['uuid']} -/** primary key columns input for table: e_tournament_status */ -export interface e_tournament_status_pk_columns_input {value: Scalars['String']} +/** input type for updating data in table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_set_input {created_at?: (Scalars['timestamptz'] | null),higher_division_id?: (Scalars['uuid'] | null),higher_slots?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),lower_division_id?: (Scalars['uuid'] | null),resolved_at?: (Scalars['timestamptz'] | null),tournament_id?: (Scalars['uuid'] | null)} -/** input type for updating data in table "e_tournament_status" */ -export interface e_tournament_status_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** aggregate stddev on columns */ +export interface league_relegation_playoffs_stddev_fieldsGenqlSelection{ + higher_slots?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Streaming cursor of the table "e_tournament_status" */ -export interface e_tournament_status_stream_cursor_input { +/** order by stddev() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_stddev_order_by {higher_slots?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface league_relegation_playoffs_stddev_pop_fieldsGenqlSelection{ + higher_slots?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_stddev_pop_order_by {higher_slots?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface league_relegation_playoffs_stddev_samp_fieldsGenqlSelection{ + higher_slots?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_stddev_samp_order_by {higher_slots?: (order_by | null)} + + +/** Streaming cursor of the table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_tournament_status_stream_cursor_value_input, +initial_value: league_relegation_playoffs_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_tournament_status_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} - -export interface e_tournament_status_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_tournament_status_set_input | null), -/** filter the rows which have to be updated */ -where: e_tournament_status_bool_exp} +export interface league_relegation_playoffs_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),higher_division_id?: (Scalars['uuid'] | null),higher_slots?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),lower_division_id?: (Scalars['uuid'] | null),resolved_at?: (Scalars['timestamptz'] | null),tournament_id?: (Scalars['uuid'] | null)} -/** columns and relationships of "e_utility_types" */ -export interface e_utility_typesGenqlSelection{ - description?: boolean | number - /** An array relationship */ - player_utilities?: (player_utilityGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (player_utility_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?: (player_utility_order_by[] | null), - /** filter the rows returned */ - where?: (player_utility_bool_exp | null)} }) - /** An aggregate relationship */ - player_utilities_aggregate?: (player_utility_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (player_utility_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?: (player_utility_order_by[] | null), - /** filter the rows returned */ - where?: (player_utility_bool_exp | null)} }) - value?: boolean | number +/** aggregate sum on columns */ +export interface league_relegation_playoffs_sum_fieldsGenqlSelection{ + higher_slots?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_utility_types" */ -export interface e_utility_types_aggregateGenqlSelection{ - aggregate?: e_utility_types_aggregate_fieldsGenqlSelection - nodes?: e_utility_typesGenqlSelection +/** order by sum() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_sum_order_by {higher_slots?: (order_by | null)} + +export interface league_relegation_playoffs_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (league_relegation_playoffs_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (league_relegation_playoffs_set_input | null), +/** filter the rows which have to be updated */ +where: league_relegation_playoffs_bool_exp} + + +/** aggregate var_pop on columns */ +export interface league_relegation_playoffs_var_pop_fieldsGenqlSelection{ + higher_slots?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_utility_types" */ -export interface e_utility_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_utility_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_utility_types_max_fieldsGenqlSelection - min?: e_utility_types_min_fieldsGenqlSelection +/** order by var_pop() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_var_pop_order_by {higher_slots?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface league_relegation_playoffs_var_samp_fieldsGenqlSelection{ + higher_slots?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_utility_types". All fields are combined with a logical 'AND'. */ -export interface e_utility_types_bool_exp {_and?: (e_utility_types_bool_exp[] | null),_not?: (e_utility_types_bool_exp | null),_or?: (e_utility_types_bool_exp[] | null),description?: (String_comparison_exp | null),player_utilities?: (player_utility_bool_exp | null),player_utilities_aggregate?: (player_utility_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** order by var_samp() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_var_samp_order_by {higher_slots?: (order_by | null)} -/** Boolean expression to compare columns of type "e_utility_types_enum". All fields are combined with logical 'AND'. */ -export interface e_utility_types_enum_comparison_exp {_eq?: (e_utility_types_enum | null),_in?: (e_utility_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_utility_types_enum | null),_nin?: (e_utility_types_enum[] | null)} +/** aggregate variance on columns */ +export interface league_relegation_playoffs_variance_fieldsGenqlSelection{ + higher_slots?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for inserting data into table "e_utility_types" */ -export interface e_utility_types_insert_input {description?: (Scalars['String'] | null),player_utilities?: (player_utility_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** order by variance() on columns of table "league_relegation_playoffs" */ +export interface league_relegation_playoffs_variance_order_by {higher_slots?: (order_by | null)} -/** aggregate max on columns */ -export interface e_utility_types_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** columns and relationships of "league_scheduling_proposals" */ +export interface league_scheduling_proposalsGenqlSelection{ + /** An object relationship */ + bracket?: tournament_bracketsGenqlSelection + created_at?: boolean | number + /** An object relationship */ + e_proposal_status?: e_league_proposal_statusesGenqlSelection + id?: boolean | number + message?: boolean | number + /** An object relationship */ + proposed_by?: playersGenqlSelection + proposed_by_league_team_season_id?: boolean | number + proposed_by_steam_id?: boolean | number + proposed_time?: boolean | number + /** An object relationship */ + responded_by?: playersGenqlSelection + responded_by_steam_id?: boolean | number + status?: boolean | number + /** An object relationship */ + team_season?: league_team_seasonsGenqlSelection + tournament_bracket_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate min on columns */ -export interface e_utility_types_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** aggregated selection of "league_scheduling_proposals" */ +export interface league_scheduling_proposals_aggregateGenqlSelection{ + aggregate?: league_scheduling_proposals_aggregate_fieldsGenqlSelection + nodes?: league_scheduling_proposalsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface league_scheduling_proposals_aggregate_bool_exp {count?: (league_scheduling_proposals_aggregate_bool_exp_count | null)} -/** response of any mutation on the table "e_utility_types" */ -export interface e_utility_types_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_utility_typesGenqlSelection +export interface league_scheduling_proposals_aggregate_bool_exp_count {arguments?: (league_scheduling_proposals_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (league_scheduling_proposals_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "league_scheduling_proposals" */ +export interface league_scheduling_proposals_aggregate_fieldsGenqlSelection{ + avg?: league_scheduling_proposals_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_scheduling_proposals_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_scheduling_proposals_max_fieldsGenqlSelection + min?: league_scheduling_proposals_min_fieldsGenqlSelection + stddev?: league_scheduling_proposals_stddev_fieldsGenqlSelection + stddev_pop?: league_scheduling_proposals_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_scheduling_proposals_stddev_samp_fieldsGenqlSelection + sum?: league_scheduling_proposals_sum_fieldsGenqlSelection + var_pop?: league_scheduling_proposals_var_pop_fieldsGenqlSelection + var_samp?: league_scheduling_proposals_var_samp_fieldsGenqlSelection + variance?: league_scheduling_proposals_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_utility_types" */ -export interface e_utility_types_on_conflict {constraint: e_utility_types_constraint,update_columns?: e_utility_types_update_column[],where?: (e_utility_types_bool_exp | null)} +/** order by aggregate values of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_aggregate_order_by {avg?: (league_scheduling_proposals_avg_order_by | null),count?: (order_by | null),max?: (league_scheduling_proposals_max_order_by | null),min?: (league_scheduling_proposals_min_order_by | null),stddev?: (league_scheduling_proposals_stddev_order_by | null),stddev_pop?: (league_scheduling_proposals_stddev_pop_order_by | null),stddev_samp?: (league_scheduling_proposals_stddev_samp_order_by | null),sum?: (league_scheduling_proposals_sum_order_by | null),var_pop?: (league_scheduling_proposals_var_pop_order_by | null),var_samp?: (league_scheduling_proposals_var_samp_order_by | null),variance?: (league_scheduling_proposals_variance_order_by | null)} -/** Ordering options when selecting data from "e_utility_types". */ -export interface e_utility_types_order_by {description?: (order_by | null),player_utilities_aggregate?: (player_utility_aggregate_order_by | null),value?: (order_by | null)} +/** input type for inserting array relation for remote table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_arr_rel_insert_input {data: league_scheduling_proposals_insert_input[], +/** upsert condition */ +on_conflict?: (league_scheduling_proposals_on_conflict | null)} -/** primary key columns input for table: e_utility_types */ -export interface e_utility_types_pk_columns_input {value: Scalars['String']} +/** aggregate avg on columns */ +export interface league_scheduling_proposals_avg_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for updating data in table "e_utility_types" */ -export interface e_utility_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** order by avg() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_avg_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} -/** Streaming cursor of the table "e_utility_types" */ -export interface e_utility_types_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_utility_types_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** Boolean expression to filter rows from the table "league_scheduling_proposals". All fields are combined with a logical 'AND'. */ +export interface league_scheduling_proposals_bool_exp {_and?: (league_scheduling_proposals_bool_exp[] | null),_not?: (league_scheduling_proposals_bool_exp | null),_or?: (league_scheduling_proposals_bool_exp[] | null),bracket?: (tournament_brackets_bool_exp | null),created_at?: (timestamptz_comparison_exp | null),e_proposal_status?: (e_league_proposal_statuses_bool_exp | null),id?: (uuid_comparison_exp | null),message?: (String_comparison_exp | null),proposed_by?: (players_bool_exp | null),proposed_by_league_team_season_id?: (uuid_comparison_exp | null),proposed_by_steam_id?: (bigint_comparison_exp | null),proposed_time?: (timestamptz_comparison_exp | null),responded_by?: (players_bool_exp | null),responded_by_steam_id?: (bigint_comparison_exp | null),status?: (e_league_proposal_statuses_enum_comparison_exp | null),team_season?: (league_team_seasons_bool_exp | null),tournament_bracket_id?: (uuid_comparison_exp | null)} -/** Initial value of the column from where the streaming should start */ -export interface e_utility_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** input type for incrementing numeric columns in table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_inc_input {proposed_by_steam_id?: (Scalars['bigint'] | null),responded_by_steam_id?: (Scalars['bigint'] | null)} -export interface e_utility_types_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_utility_types_set_input | null), -/** filter the rows which have to be updated */ -where: e_utility_types_bool_exp} +/** input type for inserting data into table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_insert_input {bracket?: (tournament_brackets_obj_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),e_proposal_status?: (e_league_proposal_statuses_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),message?: (Scalars['String'] | null),proposed_by?: (players_obj_rel_insert_input | null),proposed_by_league_team_season_id?: (Scalars['uuid'] | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_time?: (Scalars['timestamptz'] | null),responded_by?: (players_obj_rel_insert_input | null),responded_by_steam_id?: (Scalars['bigint'] | null),status?: (e_league_proposal_statuses_enum | null),team_season?: (league_team_seasons_obj_rel_insert_input | null),tournament_bracket_id?: (Scalars['uuid'] | null)} -/** columns and relationships of "e_veto_pick_types" */ -export interface e_veto_pick_typesGenqlSelection{ - description?: boolean | number - /** An array relationship */ - match_veto_picks?: (match_map_veto_picksGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_map_veto_picks_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?: (match_map_veto_picks_order_by[] | null), - /** filter the rows returned */ - where?: (match_map_veto_picks_bool_exp | null)} }) - /** An aggregate relationship */ - match_veto_picks_aggregate?: (match_map_veto_picks_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_map_veto_picks_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?: (match_map_veto_picks_order_by[] | null), - /** filter the rows returned */ - where?: (match_map_veto_picks_bool_exp | null)} }) - value?: boolean | number + +/** aggregate max on columns */ +export interface league_scheduling_proposals_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + message?: boolean | number + proposed_by_league_team_season_id?: boolean | number + proposed_by_steam_id?: boolean | number + proposed_time?: boolean | number + responded_by_steam_id?: boolean | number + tournament_bracket_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_veto_pick_types" */ -export interface e_veto_pick_types_aggregateGenqlSelection{ - aggregate?: e_veto_pick_types_aggregate_fieldsGenqlSelection - nodes?: e_veto_pick_typesGenqlSelection +/** order by max() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_max_order_by {created_at?: (order_by | null),id?: (order_by | null),message?: (order_by | null),proposed_by_league_team_season_id?: (order_by | null),proposed_by_steam_id?: (order_by | null),proposed_time?: (order_by | null),responded_by_steam_id?: (order_by | null),tournament_bracket_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface league_scheduling_proposals_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + message?: boolean | number + proposed_by_league_team_season_id?: boolean | number + proposed_by_steam_id?: boolean | number + proposed_time?: boolean | number + responded_by_steam_id?: boolean | number + tournament_bracket_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "e_veto_pick_types" */ -export interface e_veto_pick_types_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_veto_pick_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_veto_pick_types_max_fieldsGenqlSelection - min?: e_veto_pick_types_min_fieldsGenqlSelection +/** order by min() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_min_order_by {created_at?: (order_by | null),id?: (order_by | null),message?: (order_by | null),proposed_by_league_team_season_id?: (order_by | null),proposed_by_steam_id?: (order_by | null),proposed_time?: (order_by | null),responded_by_steam_id?: (order_by | null),tournament_bracket_id?: (order_by | null)} + + +/** response of any mutation on the table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: league_scheduling_proposalsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_veto_pick_types". All fields are combined with a logical 'AND'. */ -export interface e_veto_pick_types_bool_exp {_and?: (e_veto_pick_types_bool_exp[] | null),_not?: (e_veto_pick_types_bool_exp | null),_or?: (e_veto_pick_types_bool_exp[] | null),description?: (String_comparison_exp | null),match_veto_picks?: (match_map_veto_picks_bool_exp | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} +/** on_conflict condition type for table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_on_conflict {constraint: league_scheduling_proposals_constraint,update_columns?: league_scheduling_proposals_update_column[],where?: (league_scheduling_proposals_bool_exp | null)} -/** Boolean expression to compare columns of type "e_veto_pick_types_enum". All fields are combined with logical 'AND'. */ -export interface e_veto_pick_types_enum_comparison_exp {_eq?: (e_veto_pick_types_enum | null),_in?: (e_veto_pick_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_veto_pick_types_enum | null),_nin?: (e_veto_pick_types_enum[] | null)} +/** Ordering options when selecting data from "league_scheduling_proposals". */ +export interface league_scheduling_proposals_order_by {bracket?: (tournament_brackets_order_by | null),created_at?: (order_by | null),e_proposal_status?: (e_league_proposal_statuses_order_by | null),id?: (order_by | null),message?: (order_by | null),proposed_by?: (players_order_by | null),proposed_by_league_team_season_id?: (order_by | null),proposed_by_steam_id?: (order_by | null),proposed_time?: (order_by | null),responded_by?: (players_order_by | null),responded_by_steam_id?: (order_by | null),status?: (order_by | null),team_season?: (league_team_seasons_order_by | null),tournament_bracket_id?: (order_by | null)} -/** input type for inserting data into table "e_veto_pick_types" */ -export interface e_veto_pick_types_insert_input {description?: (Scalars['String'] | null),match_veto_picks?: (match_map_veto_picks_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} +/** primary key columns input for table: league_scheduling_proposals */ +export interface league_scheduling_proposals_pk_columns_input {id: Scalars['uuid']} -/** aggregate max on columns */ -export interface e_veto_pick_types_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** input type for updating data in table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),message?: (Scalars['String'] | null),proposed_by_league_team_season_id?: (Scalars['uuid'] | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_time?: (Scalars['timestamptz'] | null),responded_by_steam_id?: (Scalars['bigint'] | null),status?: (e_league_proposal_statuses_enum | null),tournament_bracket_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface league_scheduling_proposals_stddev_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate min on columns */ -export interface e_veto_pick_types_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** order by stddev() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_stddev_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface league_scheduling_proposals_stddev_pop_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_veto_pick_types" */ -export interface e_veto_pick_types_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: e_veto_pick_typesGenqlSelection +/** order by stddev_pop() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_stddev_pop_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface league_scheduling_proposals_stddev_samp_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_stddev_samp_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: league_scheduling_proposals_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface league_scheduling_proposals_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),message?: (Scalars['String'] | null),proposed_by_league_team_season_id?: (Scalars['uuid'] | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_time?: (Scalars['timestamptz'] | null),responded_by_steam_id?: (Scalars['bigint'] | null),status?: (e_league_proposal_statuses_enum | null),tournament_bracket_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface league_scheduling_proposals_sum_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_veto_pick_types" */ -export interface e_veto_pick_types_on_conflict {constraint: e_veto_pick_types_constraint,update_columns?: e_veto_pick_types_update_column[],where?: (e_veto_pick_types_bool_exp | null)} +/** order by sum() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_sum_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} +export interface league_scheduling_proposals_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (league_scheduling_proposals_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (league_scheduling_proposals_set_input | null), +/** filter the rows which have to be updated */ +where: league_scheduling_proposals_bool_exp} -/** Ordering options when selecting data from "e_veto_pick_types". */ -export interface e_veto_pick_types_order_by {description?: (order_by | null),match_veto_picks_aggregate?: (match_map_veto_picks_aggregate_order_by | null),value?: (order_by | null)} +/** aggregate var_pop on columns */ +export interface league_scheduling_proposals_var_pop_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** primary key columns input for table: e_veto_pick_types */ -export interface e_veto_pick_types_pk_columns_input {value: Scalars['String']} +/** order by var_pop() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_var_pop_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} -/** input type for updating data in table "e_veto_pick_types" */ -export interface e_veto_pick_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** aggregate var_samp on columns */ +export interface league_scheduling_proposals_var_samp_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Streaming cursor of the table "e_veto_pick_types" */ -export interface e_veto_pick_types_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: e_veto_pick_types_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +/** order by var_samp() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_var_samp_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} -/** Initial value of the column from where the streaming should start */ -export interface e_veto_pick_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} -export interface e_veto_pick_types_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (e_veto_pick_types_set_input | null), -/** filter the rows which have to be updated */ -where: e_veto_pick_types_bool_exp} +/** aggregate variance on columns */ +export interface league_scheduling_proposals_variance_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + responded_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** columns and relationships of "e_winning_reasons" */ -export interface e_winning_reasonsGenqlSelection{ - description?: boolean | number - value?: boolean | number +/** order by variance() on columns of table "league_scheduling_proposals" */ +export interface league_scheduling_proposals_variance_order_by {proposed_by_steam_id?: (order_by | null),responded_by_steam_id?: (order_by | null)} + + +/** columns and relationships of "league_season_divisions" */ +export interface league_season_divisionsGenqlSelection{ + created_at?: boolean | number + /** An object relationship */ + division?: league_divisionsGenqlSelection + id?: boolean | number + league_division_id?: boolean | number + league_season_id?: boolean | number + /** An object relationship */ + season?: league_seasonsGenqlSelection + /** An array relationship */ + standings?: (v_league_division_standingsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** An aggregate relationship */ + standings_aggregate?: (v_league_division_standings_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "e_winning_reasons" */ -export interface e_winning_reasons_aggregateGenqlSelection{ - aggregate?: e_winning_reasons_aggregate_fieldsGenqlSelection - nodes?: e_winning_reasonsGenqlSelection +/** aggregated selection of "league_season_divisions" */ +export interface league_season_divisions_aggregateGenqlSelection{ + aggregate?: league_season_divisions_aggregate_fieldsGenqlSelection + nodes?: league_season_divisionsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface league_season_divisions_aggregate_bool_exp {count?: (league_season_divisions_aggregate_bool_exp_count | null)} -/** aggregate fields of "e_winning_reasons" */ -export interface e_winning_reasons_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (e_winning_reasons_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: e_winning_reasons_max_fieldsGenqlSelection - min?: e_winning_reasons_min_fieldsGenqlSelection +export interface league_season_divisions_aggregate_bool_exp_count {arguments?: (league_season_divisions_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (league_season_divisions_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "league_season_divisions" */ +export interface league_season_divisions_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (league_season_divisions_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_season_divisions_max_fieldsGenqlSelection + min?: league_season_divisions_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "e_winning_reasons". All fields are combined with a logical 'AND'. */ -export interface e_winning_reasons_bool_exp {_and?: (e_winning_reasons_bool_exp[] | null),_not?: (e_winning_reasons_bool_exp | null),_or?: (e_winning_reasons_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} +/** order by aggregate values of table "league_season_divisions" */ +export interface league_season_divisions_aggregate_order_by {count?: (order_by | null),max?: (league_season_divisions_max_order_by | null),min?: (league_season_divisions_min_order_by | null)} -/** Boolean expression to compare columns of type "e_winning_reasons_enum". All fields are combined with logical 'AND'. */ -export interface e_winning_reasons_enum_comparison_exp {_eq?: (e_winning_reasons_enum | null),_in?: (e_winning_reasons_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_winning_reasons_enum | null),_nin?: (e_winning_reasons_enum[] | null)} +/** input type for inserting array relation for remote table "league_season_divisions" */ +export interface league_season_divisions_arr_rel_insert_input {data: league_season_divisions_insert_input[], +/** upsert condition */ +on_conflict?: (league_season_divisions_on_conflict | null)} -/** input type for inserting data into table "e_winning_reasons" */ -export interface e_winning_reasons_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** Boolean expression to filter rows from the table "league_season_divisions". All fields are combined with a logical 'AND'. */ +export interface league_season_divisions_bool_exp {_and?: (league_season_divisions_bool_exp[] | null),_not?: (league_season_divisions_bool_exp | null),_or?: (league_season_divisions_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),division?: (league_divisions_bool_exp | null),id?: (uuid_comparison_exp | null),league_division_id?: (uuid_comparison_exp | null),league_season_id?: (uuid_comparison_exp | null),season?: (league_seasons_bool_exp | null),standings?: (v_league_division_standings_bool_exp | null),standings_aggregate?: (v_league_division_standings_aggregate_bool_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} + + +/** input type for inserting data into table "league_season_divisions" */ +export interface league_season_divisions_insert_input {created_at?: (Scalars['timestamptz'] | null),division?: (league_divisions_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),league_division_id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),season?: (league_seasons_obj_rel_insert_input | null),standings?: (v_league_division_standings_arr_rel_insert_input | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface e_winning_reasons_max_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_season_divisions_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + league_division_id?: boolean | number + league_season_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "league_season_divisions" */ +export interface league_season_divisions_max_order_by {created_at?: (order_by | null),id?: (order_by | null),league_division_id?: (order_by | null),league_season_id?: (order_by | null),tournament_id?: (order_by | null)} + + /** aggregate min on columns */ -export interface e_winning_reasons_min_fieldsGenqlSelection{ - description?: boolean | number - value?: boolean | number +export interface league_season_divisions_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + league_division_id?: boolean | number + league_season_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "e_winning_reasons" */ -export interface e_winning_reasons_mutation_responseGenqlSelection{ +/** order by min() on columns of table "league_season_divisions" */ +export interface league_season_divisions_min_order_by {created_at?: (order_by | null),id?: (order_by | null),league_division_id?: (order_by | null),league_season_id?: (order_by | null),tournament_id?: (order_by | null)} + + +/** response of any mutation on the table "league_season_divisions" */ +export interface league_season_divisions_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: e_winning_reasonsGenqlSelection + returning?: league_season_divisionsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "e_winning_reasons" */ -export interface e_winning_reasons_on_conflict {constraint: e_winning_reasons_constraint,update_columns?: e_winning_reasons_update_column[],where?: (e_winning_reasons_bool_exp | null)} +/** input type for inserting object relation for remote table "league_season_divisions" */ +export interface league_season_divisions_obj_rel_insert_input {data: league_season_divisions_insert_input, +/** upsert condition */ +on_conflict?: (league_season_divisions_on_conflict | null)} -/** Ordering options when selecting data from "e_winning_reasons". */ -export interface e_winning_reasons_order_by {description?: (order_by | null),value?: (order_by | null)} +/** on_conflict condition type for table "league_season_divisions" */ +export interface league_season_divisions_on_conflict {constraint: league_season_divisions_constraint,update_columns?: league_season_divisions_update_column[],where?: (league_season_divisions_bool_exp | null)} -/** primary key columns input for table: e_winning_reasons */ -export interface e_winning_reasons_pk_columns_input {value: Scalars['String']} +/** Ordering options when selecting data from "league_season_divisions". */ +export interface league_season_divisions_order_by {created_at?: (order_by | null),division?: (league_divisions_order_by | null),id?: (order_by | null),league_division_id?: (order_by | null),league_season_id?: (order_by | null),season?: (league_seasons_order_by | null),standings_aggregate?: (v_league_division_standings_aggregate_order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} -/** input type for updating data in table "e_winning_reasons" */ -export interface e_winning_reasons_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +/** primary key columns input for table: league_season_divisions */ +export interface league_season_divisions_pk_columns_input {id: Scalars['uuid']} -/** Streaming cursor of the table "e_winning_reasons" */ -export interface e_winning_reasons_stream_cursor_input { +/** input type for updating data in table "league_season_divisions" */ +export interface league_season_divisions_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),league_division_id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} + + +/** Streaming cursor of the table "league_season_divisions" */ +export interface league_season_divisions_stream_cursor_input { /** Stream column input with initial value */ -initial_value: e_winning_reasons_stream_cursor_value_input, +initial_value: league_season_divisions_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface e_winning_reasons_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} +export interface league_season_divisions_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),league_division_id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} -export interface e_winning_reasons_updates { +export interface league_season_divisions_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (e_winning_reasons_set_input | null), +_set?: (league_season_divisions_set_input | null), /** filter the rows which have to be updated */ -where: e_winning_reasons_bool_exp} - - -/** Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. */ -export interface float8_comparison_exp {_eq?: (Scalars['float8'] | null),_gt?: (Scalars['float8'] | null),_gte?: (Scalars['float8'] | null),_in?: (Scalars['float8'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['float8'] | null),_lte?: (Scalars['float8'] | null),_neq?: (Scalars['float8'] | null),_nin?: (Scalars['float8'][] | null)} +where: league_season_divisions_bool_exp} -/** columns and relationships of "friends" */ -export interface friendsGenqlSelection{ +/** columns and relationships of "league_seasons" */ +export interface league_seasonsGenqlSelection{ + auto_regular_season_format?: boolean | number + /** A computed field, executes function "can_register_for_league_season" */ + can_register?: boolean | number + created_at?: boolean | number + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number /** An object relationship */ - e_status?: e_friend_statusGenqlSelection - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number + e_league_season_status?: e_league_season_statusesGenqlSelection + games_per_week?: boolean | number + id?: boolean | number + /** A computed field, executes function "is_league_season_admin" */ + is_league_admin?: boolean | number + /** A computed field, executes function "league_season_is_roster_locked" */ + is_roster_locked?: boolean | number + match_options_id?: boolean | number + /** An array relationship */ + match_weeks?: (league_match_weeksGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_match_weeks_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?: (league_match_weeks_order_by[] | null), + /** filter the rows returned */ + where?: (league_match_weeks_bool_exp | null)} }) + /** An aggregate relationship */ + match_weeks_aggregate?: (league_match_weeks_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_match_weeks_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?: (league_match_weeks_order_by[] | null), + /** filter the rows returned */ + where?: (league_match_weeks_bool_exp | null)} }) + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + /** An array relationship */ + movements?: (league_team_movementsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** An aggregate relationship */ + movements_aggregate?: (league_team_movements_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** A computed field, executes function "league_season_my_registration" */ + my_registration?: (league_team_seasonsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + name?: boolean | number + /** An object relationship */ + options?: match_optionsGenqlSelection + /** An array relationship */ + player_stats?: (v_league_season_player_statsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_season_player_stats_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?: (v_league_season_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_season_player_stats_bool_exp | null)} }) + /** An aggregate relationship */ + player_stats_aggregate?: (v_league_season_player_stats_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_season_player_stats_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?: (v_league_season_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_season_player_stats_bool_exp | null)} }) + playoff_best_of?: boolean | number + playoff_round_best_of?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + playoff_seats?: boolean | number + playoff_stage_type?: boolean | number + playoff_third_place_match?: boolean | number + promote_count?: boolean | number + regular_season_stage_type?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + /** An array relationship */ + relegation_playoffs?: (league_relegation_playoffsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_relegation_playoffs_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?: (league_relegation_playoffs_order_by[] | null), + /** filter the rows returned */ + where?: (league_relegation_playoffs_bool_exp | null)} }) + /** An aggregate relationship */ + relegation_playoffs_aggregate?: (league_relegation_playoffs_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_relegation_playoffs_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?: (league_relegation_playoffs_order_by[] | null), + /** filter the rows returned */ + where?: (league_relegation_playoffs_bool_exp | null)} }) + relegation_up_count?: boolean | number + roster_lock_at?: boolean | number + /** An array relationship */ + season_divisions?: (league_season_divisionsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_season_divisions_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?: (league_season_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_season_divisions_bool_exp | null)} }) + /** An aggregate relationship */ + season_divisions_aggregate?: (league_season_divisions_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_season_divisions_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?: (league_season_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_season_divisions_bool_exp | null)} }) + season_number?: boolean | number + signup_closes_at?: boolean | number + signup_opens_at?: boolean | number + /** An array relationship */ + standings?: (v_league_division_standingsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** An aggregate relationship */ + standings_aggregate?: (v_league_division_standings_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + starts_at?: boolean | number status?: boolean | number + /** An array relationship */ + team_seasons?: (league_team_seasonsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + /** An aggregate relationship */ + team_seasons_aggregate?: (league_team_seasons_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + week_best_of?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "friends" */ -export interface friends_aggregateGenqlSelection{ - aggregate?: friends_aggregate_fieldsGenqlSelection - nodes?: friendsGenqlSelection +/** aggregated selection of "league_seasons" */ +export interface league_seasons_aggregateGenqlSelection{ + aggregate?: league_seasons_aggregate_fieldsGenqlSelection + nodes?: league_seasonsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "friends" */ -export interface friends_aggregate_fieldsGenqlSelection{ - avg?: friends_avg_fieldsGenqlSelection - count?: { __args: {columns?: (friends_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: friends_max_fieldsGenqlSelection - min?: friends_min_fieldsGenqlSelection - stddev?: friends_stddev_fieldsGenqlSelection - stddev_pop?: friends_stddev_pop_fieldsGenqlSelection - stddev_samp?: friends_stddev_samp_fieldsGenqlSelection - sum?: friends_sum_fieldsGenqlSelection - var_pop?: friends_var_pop_fieldsGenqlSelection - var_samp?: friends_var_samp_fieldsGenqlSelection - variance?: friends_variance_fieldsGenqlSelection +/** aggregate fields of "league_seasons" */ +export interface league_seasons_aggregate_fieldsGenqlSelection{ + avg?: league_seasons_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_seasons_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_seasons_max_fieldsGenqlSelection + min?: league_seasons_min_fieldsGenqlSelection + stddev?: league_seasons_stddev_fieldsGenqlSelection + stddev_pop?: league_seasons_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_seasons_stddev_samp_fieldsGenqlSelection + sum?: league_seasons_sum_fieldsGenqlSelection + var_pop?: league_seasons_var_pop_fieldsGenqlSelection + var_samp?: league_seasons_var_samp_fieldsGenqlSelection + variance?: league_seasons_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** append existing jsonb value of filtered columns with new jsonb value */ +export interface league_seasons_append_input {playoff_round_best_of?: (Scalars['jsonb'] | null),week_best_of?: (Scalars['jsonb'] | null)} + + /** aggregate avg on columns */ -export interface friends_avg_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_avg_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "friends". All fields are combined with a logical 'AND'. */ -export interface friends_bool_exp {_and?: (friends_bool_exp[] | null),_not?: (friends_bool_exp | null),_or?: (friends_bool_exp[] | null),e_status?: (e_friend_status_bool_exp | null),other_player_steam_id?: (bigint_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),status?: (e_friend_status_enum_comparison_exp | null)} +/** 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)} -/** input type for incrementing numeric columns in table "friends" */ -export interface friends_inc_input {other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null)} +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +export interface league_seasons_delete_at_path_input {playoff_round_best_of?: (Scalars['String'][] | null),week_best_of?: (Scalars['String'][] | null)} -/** input type for inserting data into table "friends" */ -export interface friends_insert_input {e_status?: (e_friend_status_obj_rel_insert_input | null),other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_friend_status_enum | 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 league_seasons_delete_elem_input {playoff_round_best_of?: (Scalars['Int'] | null),week_best_of?: (Scalars['Int'] | null)} + + +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +export interface league_seasons_delete_key_input {playoff_round_best_of?: (Scalars['String'] | null),week_best_of?: (Scalars['String'] | null)} + + +/** input type for incrementing numeric columns in table "league_seasons" */ +export interface league_seasons_inc_input {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),games_per_week?: (Scalars['Int'] | null),match_weeks_count?: (Scalars['Int'] | null),max_roster_size?: (Scalars['Int'] | null),min_roster_size?: (Scalars['Int'] | null),playoff_best_of?: (Scalars['Int'] | null),playoff_seats?: (Scalars['Int'] | null),promote_count?: (Scalars['Int'] | null),relegate_count?: (Scalars['Int'] | null),relegation_down_count?: (Scalars['Int'] | null),relegation_up_count?: (Scalars['Int'] | null),season_number?: (Scalars['Int'] | null)} + + +/** 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)} /** aggregate max on columns */ -export interface friends_max_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_max_fieldsGenqlSelection{ + created_at?: boolean | number + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + id?: boolean | number + match_options_id?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + name?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + roster_lock_at?: boolean | number + season_number?: boolean | number + signup_closes_at?: boolean | number + signup_opens_at?: boolean | number + starts_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface friends_min_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_min_fieldsGenqlSelection{ + created_at?: boolean | number + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + id?: boolean | number + match_options_id?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + name?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + roster_lock_at?: boolean | number + season_number?: boolean | number + signup_closes_at?: boolean | number + signup_opens_at?: boolean | number + starts_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "friends" */ -export interface friends_mutation_responseGenqlSelection{ +/** response of any mutation on the table "league_seasons" */ +export interface league_seasons_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: friendsGenqlSelection + returning?: league_seasonsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "friends" */ -export interface friends_on_conflict {constraint: friends_constraint,update_columns?: friends_update_column[],where?: (friends_bool_exp | null)} +/** input type for inserting object relation for remote table "league_seasons" */ +export interface league_seasons_obj_rel_insert_input {data: league_seasons_insert_input, +/** upsert condition */ +on_conflict?: (league_seasons_on_conflict | null)} -/** Ordering options when selecting data from "friends". */ -export interface friends_order_by {e_status?: (e_friend_status_order_by | null),other_player_steam_id?: (order_by | null),player_steam_id?: (order_by | null),status?: (order_by | null)} +/** on_conflict condition type for table "league_seasons" */ +export interface league_seasons_on_conflict {constraint: league_seasons_constraint,update_columns?: league_seasons_update_column[],where?: (league_seasons_bool_exp | null)} -/** primary key columns input for table: friends */ -export interface friends_pk_columns_input {other_player_steam_id: Scalars['bigint'],player_steam_id: Scalars['bigint']} +/** 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)} -/** input type for updating data in table "friends" */ -export interface friends_set_input {other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_friend_status_enum | null)} +/** primary key columns input for table: league_seasons */ +export interface league_seasons_pk_columns_input {id: Scalars['uuid']} + + +/** prepend existing jsonb value of filtered columns with new jsonb value */ +export interface league_seasons_prepend_input {playoff_round_best_of?: (Scalars['jsonb'] | null),week_best_of?: (Scalars['jsonb'] | null)} + + +/** input type for updating data in table "league_seasons" */ +export interface league_seasons_set_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),games_per_week?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),match_weeks_count?: (Scalars['Int'] | null),max_roster_size?: (Scalars['Int'] | null),min_roster_size?: (Scalars['Int'] | null),name?: (Scalars['String'] | 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_up_count?: (Scalars['Int'] | null),roster_lock_at?: (Scalars['timestamptz'] | null),season_number?: (Scalars['Int'] | null),signup_closes_at?: (Scalars['timestamptz'] | null),signup_opens_at?: (Scalars['timestamptz'] | null),starts_at?: (Scalars['timestamptz'] | null),status?: (e_league_season_statuses_enum | null),week_best_of?: (Scalars['jsonb'] | null)} /** aggregate stddev on columns */ -export interface friends_stddev_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_stddev_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface friends_stddev_pop_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_stddev_pop_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface friends_stddev_samp_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_stddev_samp_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "friends" */ -export interface friends_stream_cursor_input { +/** Streaming cursor of the table "league_seasons" */ +export interface league_seasons_stream_cursor_input { /** Stream column input with initial value */ -initial_value: friends_stream_cursor_value_input, +initial_value: league_seasons_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface friends_stream_cursor_value_input {other_player_steam_id?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_friend_status_enum | null)} +export interface league_seasons_stream_cursor_value_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),games_per_week?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),match_weeks_count?: (Scalars['Int'] | null),max_roster_size?: (Scalars['Int'] | null),min_roster_size?: (Scalars['Int'] | null),name?: (Scalars['String'] | 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_up_count?: (Scalars['Int'] | null),roster_lock_at?: (Scalars['timestamptz'] | null),season_number?: (Scalars['Int'] | null),signup_closes_at?: (Scalars['timestamptz'] | null),signup_opens_at?: (Scalars['timestamptz'] | null),starts_at?: (Scalars['timestamptz'] | null),status?: (e_league_season_statuses_enum | null),week_best_of?: (Scalars['jsonb'] | null)} /** aggregate sum on columns */ -export interface friends_sum_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_sum_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface friends_updates { +export interface league_seasons_updates { +/** append existing jsonb value of filtered columns with new jsonb value */ +_append?: (league_seasons_append_input | null), +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +_delete_at_path?: (league_seasons_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?: (league_seasons_delete_elem_input | null), +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +_delete_key?: (league_seasons_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ -_inc?: (friends_inc_input | null), +_inc?: (league_seasons_inc_input | null), +/** prepend existing jsonb value of filtered columns with new jsonb value */ +_prepend?: (league_seasons_prepend_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (friends_set_input | null), +_set?: (league_seasons_set_input | null), /** filter the rows which have to be updated */ -where: friends_bool_exp} +where: league_seasons_bool_exp} /** aggregate var_pop on columns */ -export interface friends_var_pop_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_var_pop_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface friends_var_samp_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_var_samp_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface friends_variance_fieldsGenqlSelection{ - other_player_steam_id?: boolean | number - player_steam_id?: boolean | number +export interface league_seasons_variance_fieldsGenqlSelection{ + created_by_steam_id?: boolean | number + default_best_of?: boolean | number + direct_promote_count?: boolean | number + direct_relegate_count?: boolean | number + games_per_week?: boolean | number + match_weeks_count?: boolean | number + max_roster_size?: boolean | number + min_roster_size?: boolean | number + playoff_best_of?: boolean | number + playoff_seats?: boolean | number + promote_count?: boolean | number + relegate_count?: boolean | number + relegation_down_count?: boolean | number + relegation_up_count?: boolean | number + season_number?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "game_server_nodes" */ -export interface game_server_nodesGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_frequency_info?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - cpu_governor_info?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - cs2_launch_options?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - cs2_video_settings?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number +/** columns and relationships of "league_team_movements" */ +export interface league_team_movementsGenqlSelection{ + approved_at?: boolean | number /** An object relationship */ - e_region?: server_regionsGenqlSelection + approved_by?: playersGenqlSelection + approved_by_steam_id?: boolean | number /** An object relationship */ - e_status?: e_game_server_node_statusesGenqlSelection - enabled?: boolean | number - enabled_for_match_making?: boolean | number - end_port_range?: boolean | number - gpu?: boolean | number - gpu_demos_enabled?: boolean | number - gpu_info?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - gpu_rendering_enabled?: boolean | number - gpu_streaming_enabled?: boolean | number + computed_to_division?: league_divisionsGenqlSelection + computed_to_division_id?: boolean | number + created_at?: boolean | number + /** An object relationship */ + e_movement_type?: e_league_movement_typesGenqlSelection + final_rank?: boolean | number + /** An object relationship */ + final_to_division?: league_divisionsGenqlSelection + final_to_division_id?: boolean | number + /** An object relationship */ + from_division?: league_divisionsGenqlSelection + from_division_id?: boolean | number id?: boolean | number - label?: boolean | number - lan_ip?: boolean | number - node_ip?: boolean | number - offline_at?: boolean | number - pin_build_id?: boolean | number - pin_plugin_version?: boolean | number + league_season_id?: boolean | number /** An object relationship */ - pinned_version?: game_versionsGenqlSelection - /** A computed field, executes function "game_server_node_plugin_supported" */ - plugin_supported?: boolean | number - public_ip?: boolean | number - region?: boolean | number - /** An array relationship */ - servers?: (serversGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (servers_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?: (servers_order_by[] | null), - /** filter the rows returned */ - where?: (servers_bool_exp | null)} }) - /** An aggregate relationship */ - servers_aggregate?: (servers_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (servers_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?: (servers_order_by[] | null), - /** filter the rows returned */ - where?: (servers_bool_exp | null)} }) - shader_bake_progress?: boolean | number - shader_bake_progress_stage?: boolean | number - shader_bake_status?: boolean | number - shader_bake_status_history?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - start_port_range?: boolean | number - status?: boolean | number - supports_cpu_pinning?: boolean | number - supports_low_latency?: boolean | number - token?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number - update_status?: boolean | number + league_team?: league_teamsGenqlSelection + league_team_id?: boolean | number /** An object relationship */ - version?: game_versionsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregated selection of "game_server_nodes" */ -export interface game_server_nodes_aggregateGenqlSelection{ - aggregate?: game_server_nodes_aggregate_fieldsGenqlSelection - nodes?: game_server_nodesGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - -export interface game_server_nodes_aggregate_bool_exp {bool_and?: (game_server_nodes_aggregate_bool_exp_bool_and | null),bool_or?: (game_server_nodes_aggregate_bool_exp_bool_or | null),count?: (game_server_nodes_aggregate_bool_exp_count | null)} - -export interface game_server_nodes_aggregate_bool_exp_bool_and {arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (game_server_nodes_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface game_server_nodes_aggregate_bool_exp_bool_or {arguments: game_server_nodes_select_column_game_server_nodes_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (game_server_nodes_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface game_server_nodes_aggregate_bool_exp_count {arguments?: (game_server_nodes_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (game_server_nodes_bool_exp | null),predicate: Int_comparison_exp} - - -/** aggregate fields of "game_server_nodes" */ -export interface game_server_nodes_aggregate_fieldsGenqlSelection{ - avg?: game_server_nodes_avg_fieldsGenqlSelection - count?: { __args: {columns?: (game_server_nodes_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: game_server_nodes_max_fieldsGenqlSelection - min?: game_server_nodes_min_fieldsGenqlSelection - stddev?: game_server_nodes_stddev_fieldsGenqlSelection - stddev_pop?: game_server_nodes_stddev_pop_fieldsGenqlSelection - stddev_samp?: game_server_nodes_stddev_samp_fieldsGenqlSelection - sum?: game_server_nodes_sum_fieldsGenqlSelection - var_pop?: game_server_nodes_var_pop_fieldsGenqlSelection - var_samp?: game_server_nodes_var_samp_fieldsGenqlSelection - variance?: game_server_nodes_variance_fieldsGenqlSelection + season?: league_seasonsGenqlSelection + type?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "game_server_nodes" */ -export interface game_server_nodes_aggregate_order_by {avg?: (game_server_nodes_avg_order_by | null),count?: (order_by | null),max?: (game_server_nodes_max_order_by | null),min?: (game_server_nodes_min_order_by | null),stddev?: (game_server_nodes_stddev_order_by | null),stddev_pop?: (game_server_nodes_stddev_pop_order_by | null),stddev_samp?: (game_server_nodes_stddev_samp_order_by | null),sum?: (game_server_nodes_sum_order_by | null),var_pop?: (game_server_nodes_var_pop_order_by | null),var_samp?: (game_server_nodes_var_samp_order_by | null),variance?: (game_server_nodes_variance_order_by | null)} - - -/** append existing jsonb value of filtered columns with new jsonb value */ -export interface game_server_nodes_append_input {cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),gpu_info?: (Scalars['jsonb'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null)} +/** aggregated selection of "league_team_movements" */ +export interface league_team_movements_aggregateGenqlSelection{ + aggregate?: league_team_movements_aggregate_fieldsGenqlSelection + nodes?: league_team_movementsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} +export interface league_team_movements_aggregate_bool_exp {count?: (league_team_movements_aggregate_bool_exp_count | null)} -/** input type for inserting array relation for remote table "game_server_nodes" */ -export interface game_server_nodes_arr_rel_insert_input {data: game_server_nodes_insert_input[], -/** upsert condition */ -on_conflict?: (game_server_nodes_on_conflict | null)} +export interface league_team_movements_aggregate_bool_exp_count {arguments?: (league_team_movements_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (league_team_movements_bool_exp | null),predicate: Int_comparison_exp} -/** aggregate avg on columns */ -export interface game_server_nodes_avg_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +/** aggregate fields of "league_team_movements" */ +export interface league_team_movements_aggregate_fieldsGenqlSelection{ + avg?: league_team_movements_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_team_movements_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_team_movements_max_fieldsGenqlSelection + min?: league_team_movements_min_fieldsGenqlSelection + stddev?: league_team_movements_stddev_fieldsGenqlSelection + stddev_pop?: league_team_movements_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_team_movements_stddev_samp_fieldsGenqlSelection + sum?: league_team_movements_sum_fieldsGenqlSelection + var_pop?: league_team_movements_var_pop_fieldsGenqlSelection + var_samp?: league_team_movements_var_samp_fieldsGenqlSelection + variance?: league_team_movements_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "game_server_nodes" */ -export interface game_server_nodes_avg_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by aggregate values of table "league_team_movements" */ +export interface league_team_movements_aggregate_order_by {avg?: (league_team_movements_avg_order_by | null),count?: (order_by | null),max?: (league_team_movements_max_order_by | null),min?: (league_team_movements_min_order_by | null),stddev?: (league_team_movements_stddev_order_by | null),stddev_pop?: (league_team_movements_stddev_pop_order_by | null),stddev_samp?: (league_team_movements_stddev_samp_order_by | null),sum?: (league_team_movements_sum_order_by | null),var_pop?: (league_team_movements_var_pop_order_by | null),var_samp?: (league_team_movements_var_samp_order_by | null),variance?: (league_team_movements_variance_order_by | null)} -/** Boolean expression to filter rows from the table "game_server_nodes". All fields are combined with a logical 'AND'. */ -export interface game_server_nodes_bool_exp {_and?: (game_server_nodes_bool_exp[] | null),_not?: (game_server_nodes_bool_exp | null),_or?: (game_server_nodes_bool_exp[] | null),available_server_count?: (Int_comparison_exp | null),build_id?: (Int_comparison_exp | null),cpu_cores_per_socket?: (Int_comparison_exp | null),cpu_frequency_info?: (jsonb_comparison_exp | null),cpu_governor_info?: (jsonb_comparison_exp | null),cpu_sockets?: (Int_comparison_exp | null),cpu_threads_per_core?: (Int_comparison_exp | null),cs2_launch_options?: (jsonb_comparison_exp | null),cs2_video_settings?: (jsonb_comparison_exp | null),csgo_build_id?: (Int_comparison_exp | null),demo_network_limiter?: (Int_comparison_exp | null),disk_available_gb?: (Int_comparison_exp | null),disk_used_percent?: (Int_comparison_exp | null),e_region?: (server_regions_bool_exp | null),e_status?: (e_game_server_node_statuses_bool_exp | null),enabled?: (Boolean_comparison_exp | null),enabled_for_match_making?: (Boolean_comparison_exp | null),end_port_range?: (Int_comparison_exp | null),gpu?: (Boolean_comparison_exp | null),gpu_demos_enabled?: (Boolean_comparison_exp | null),gpu_info?: (jsonb_comparison_exp | null),gpu_rendering_enabled?: (Boolean_comparison_exp | null),gpu_streaming_enabled?: (Boolean_comparison_exp | null),id?: (String_comparison_exp | null),label?: (String_comparison_exp | null),lan_ip?: (inet_comparison_exp | null),node_ip?: (inet_comparison_exp | null),offline_at?: (timestamptz_comparison_exp | null),pin_build_id?: (Int_comparison_exp | null),pin_plugin_version?: (String_comparison_exp | null),pinned_version?: (game_versions_bool_exp | null),plugin_supported?: (Boolean_comparison_exp | null),public_ip?: (inet_comparison_exp | null),region?: (String_comparison_exp | null),servers?: (servers_bool_exp | null),servers_aggregate?: (servers_aggregate_bool_exp | null),shader_bake_progress?: (numeric_comparison_exp | null),shader_bake_progress_stage?: (String_comparison_exp | null),shader_bake_status?: (String_comparison_exp | null),shader_bake_status_history?: (jsonb_comparison_exp | null),start_port_range?: (Int_comparison_exp | null),status?: (e_game_server_node_statuses_enum_comparison_exp | null),supports_cpu_pinning?: (Boolean_comparison_exp | null),supports_low_latency?: (Boolean_comparison_exp | null),token?: (String_comparison_exp | null),total_server_count?: (Int_comparison_exp | null),update_status?: (String_comparison_exp | null),version?: (game_versions_bool_exp | null)} +/** input type for inserting array relation for remote table "league_team_movements" */ +export interface league_team_movements_arr_rel_insert_input {data: league_team_movements_insert_input[], +/** upsert condition */ +on_conflict?: (league_team_movements_on_conflict | null)} -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -export interface game_server_nodes_delete_at_path_input {cpu_frequency_info?: (Scalars['String'][] | null),cpu_governor_info?: (Scalars['String'][] | null),cs2_launch_options?: (Scalars['String'][] | null),cs2_video_settings?: (Scalars['String'][] | null),gpu_info?: (Scalars['String'][] | null),shader_bake_status_history?: (Scalars['String'][] | null)} +/** aggregate avg on columns */ +export interface league_team_movements_avg_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** 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 game_server_nodes_delete_elem_input {cpu_frequency_info?: (Scalars['Int'] | null),cpu_governor_info?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['Int'] | null),cs2_video_settings?: (Scalars['Int'] | null),gpu_info?: (Scalars['Int'] | null),shader_bake_status_history?: (Scalars['Int'] | null)} +/** order by avg() on columns of table "league_team_movements" */ +export interface league_team_movements_avg_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -export interface game_server_nodes_delete_key_input {cpu_frequency_info?: (Scalars['String'] | null),cpu_governor_info?: (Scalars['String'] | null),cs2_launch_options?: (Scalars['String'] | null),cs2_video_settings?: (Scalars['String'] | null),gpu_info?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['String'] | null)} +/** Boolean expression to filter rows from the table "league_team_movements". All fields are combined with a logical 'AND'. */ +export interface league_team_movements_bool_exp {_and?: (league_team_movements_bool_exp[] | null),_not?: (league_team_movements_bool_exp | null),_or?: (league_team_movements_bool_exp[] | null),approved_at?: (timestamptz_comparison_exp | null),approved_by?: (players_bool_exp | null),approved_by_steam_id?: (bigint_comparison_exp | null),computed_to_division?: (league_divisions_bool_exp | null),computed_to_division_id?: (uuid_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),e_movement_type?: (e_league_movement_types_bool_exp | null),final_rank?: (Int_comparison_exp | null),final_to_division?: (league_divisions_bool_exp | null),final_to_division_id?: (uuid_comparison_exp | null),from_division?: (league_divisions_bool_exp | null),from_division_id?: (uuid_comparison_exp | null),id?: (uuid_comparison_exp | null),league_season_id?: (uuid_comparison_exp | null),league_team?: (league_teams_bool_exp | null),league_team_id?: (uuid_comparison_exp | null),season?: (league_seasons_bool_exp | null),type?: (e_league_movement_types_enum_comparison_exp | null)} -/** input type for incrementing numeric columns in table "game_server_nodes" */ -export interface game_server_nodes_inc_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),end_port_range?: (Scalars['Int'] | null),pin_build_id?: (Scalars['Int'] | null),shader_bake_progress?: (Scalars['numeric'] | null),start_port_range?: (Scalars['Int'] | null)} +/** input type for incrementing numeric columns in table "league_team_movements" */ +export interface league_team_movements_inc_input {approved_by_steam_id?: (Scalars['bigint'] | null),final_rank?: (Scalars['Int'] | null)} -/** input type for inserting data into table "game_server_nodes" */ -export interface game_server_nodes_insert_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),e_region?: (server_regions_obj_rel_insert_input | null),e_status?: (e_game_server_node_statuses_obj_rel_insert_input | null),enabled?: (Scalars['Boolean'] | null),enabled_for_match_making?: (Scalars['Boolean'] | null),end_port_range?: (Scalars['Int'] | null),gpu?: (Scalars['Boolean'] | null),gpu_demos_enabled?: (Scalars['Boolean'] | null),gpu_info?: (Scalars['jsonb'] | null),gpu_rendering_enabled?: (Scalars['Boolean'] | null),gpu_streaming_enabled?: (Scalars['Boolean'] | null),id?: (Scalars['String'] | null),label?: (Scalars['String'] | null),lan_ip?: (Scalars['inet'] | null),node_ip?: (Scalars['inet'] | null),offline_at?: (Scalars['timestamptz'] | null),pin_build_id?: (Scalars['Int'] | null),pin_plugin_version?: (Scalars['String'] | null),pinned_version?: (game_versions_obj_rel_insert_input | null),public_ip?: (Scalars['inet'] | null),region?: (Scalars['String'] | null),servers?: (servers_arr_rel_insert_input | null),shader_bake_progress?: (Scalars['numeric'] | null),shader_bake_progress_stage?: (Scalars['String'] | null),shader_bake_status?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null),start_port_range?: (Scalars['Int'] | null),status?: (e_game_server_node_statuses_enum | null),supports_cpu_pinning?: (Scalars['Boolean'] | null),supports_low_latency?: (Scalars['Boolean'] | null),token?: (Scalars['String'] | null),update_status?: (Scalars['String'] | null),version?: (game_versions_obj_rel_insert_input | null)} +/** input type for inserting data into table "league_team_movements" */ +export interface league_team_movements_insert_input {approved_at?: (Scalars['timestamptz'] | null),approved_by?: (players_obj_rel_insert_input | null),approved_by_steam_id?: (Scalars['bigint'] | null),computed_to_division?: (league_divisions_obj_rel_insert_input | null),computed_to_division_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),e_movement_type?: (e_league_movement_types_obj_rel_insert_input | null),final_rank?: (Scalars['Int'] | null),final_to_division?: (league_divisions_obj_rel_insert_input | null),final_to_division_id?: (Scalars['uuid'] | null),from_division?: (league_divisions_obj_rel_insert_input | null),from_division_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team?: (league_teams_obj_rel_insert_input | null),league_team_id?: (Scalars['uuid'] | null),season?: (league_seasons_obj_rel_insert_input | null),type?: (e_league_movement_types_enum | null)} /** aggregate max on columns */ -export interface game_server_nodes_max_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number +export interface league_team_movements_max_fieldsGenqlSelection{ + approved_at?: boolean | number + approved_by_steam_id?: boolean | number + computed_to_division_id?: boolean | number + created_at?: boolean | number + final_rank?: boolean | number + final_to_division_id?: boolean | number + from_division_id?: boolean | number id?: boolean | number - label?: boolean | number - offline_at?: boolean | number - pin_build_id?: boolean | number - pin_plugin_version?: boolean | number - region?: boolean | number - shader_bake_progress?: boolean | number - shader_bake_progress_stage?: boolean | number - shader_bake_status?: boolean | number - start_port_range?: boolean | number - token?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number - update_status?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "game_server_nodes" */ -export interface game_server_nodes_max_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),id?: (order_by | null),label?: (order_by | null),offline_at?: (order_by | null),pin_build_id?: (order_by | null),pin_plugin_version?: (order_by | null),region?: (order_by | null),shader_bake_progress?: (order_by | null),shader_bake_progress_stage?: (order_by | null),shader_bake_status?: (order_by | null),start_port_range?: (order_by | null),token?: (order_by | null),update_status?: (order_by | null)} +/** order by max() on columns of table "league_team_movements" */ +export interface league_team_movements_max_order_by {approved_at?: (order_by | null),approved_by_steam_id?: (order_by | null),computed_to_division_id?: (order_by | null),created_at?: (order_by | null),final_rank?: (order_by | null),final_to_division_id?: (order_by | null),from_division_id?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null)} /** aggregate min on columns */ -export interface game_server_nodes_min_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number +export interface league_team_movements_min_fieldsGenqlSelection{ + approved_at?: boolean | number + approved_by_steam_id?: boolean | number + computed_to_division_id?: boolean | number + created_at?: boolean | number + final_rank?: boolean | number + final_to_division_id?: boolean | number + from_division_id?: boolean | number id?: boolean | number - label?: boolean | number - offline_at?: boolean | number - pin_build_id?: boolean | number - pin_plugin_version?: boolean | number - region?: boolean | number - shader_bake_progress?: boolean | number - shader_bake_progress_stage?: boolean | number - shader_bake_status?: boolean | number - start_port_range?: boolean | number - token?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number - update_status?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "game_server_nodes" */ -export interface game_server_nodes_min_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),id?: (order_by | null),label?: (order_by | null),offline_at?: (order_by | null),pin_build_id?: (order_by | null),pin_plugin_version?: (order_by | null),region?: (order_by | null),shader_bake_progress?: (order_by | null),shader_bake_progress_stage?: (order_by | null),shader_bake_status?: (order_by | null),start_port_range?: (order_by | null),token?: (order_by | null),update_status?: (order_by | null)} +/** order by min() on columns of table "league_team_movements" */ +export interface league_team_movements_min_order_by {approved_at?: (order_by | null),approved_by_steam_id?: (order_by | null),computed_to_division_id?: (order_by | null),created_at?: (order_by | null),final_rank?: (order_by | null),final_to_division_id?: (order_by | null),from_division_id?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null)} -/** response of any mutation on the table "game_server_nodes" */ -export interface game_server_nodes_mutation_responseGenqlSelection{ +/** response of any mutation on the table "league_team_movements" */ +export interface league_team_movements_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: game_server_nodesGenqlSelection + returning?: league_team_movementsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "game_server_nodes" */ -export interface game_server_nodes_obj_rel_insert_input {data: game_server_nodes_insert_input, -/** upsert condition */ -on_conflict?: (game_server_nodes_on_conflict | null)} - - -/** on_conflict condition type for table "game_server_nodes" */ -export interface game_server_nodes_on_conflict {constraint: game_server_nodes_constraint,update_columns?: game_server_nodes_update_column[],where?: (game_server_nodes_bool_exp | null)} - - -/** Ordering options when selecting data from "game_server_nodes". */ -export interface game_server_nodes_order_by {available_server_count?: (order_by | null),build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_frequency_info?: (order_by | null),cpu_governor_info?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),cs2_launch_options?: (order_by | null),cs2_video_settings?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),e_region?: (server_regions_order_by | null),e_status?: (e_game_server_node_statuses_order_by | null),enabled?: (order_by | null),enabled_for_match_making?: (order_by | null),end_port_range?: (order_by | null),gpu?: (order_by | null),gpu_demos_enabled?: (order_by | null),gpu_info?: (order_by | null),gpu_rendering_enabled?: (order_by | null),gpu_streaming_enabled?: (order_by | null),id?: (order_by | null),label?: (order_by | null),lan_ip?: (order_by | null),node_ip?: (order_by | null),offline_at?: (order_by | null),pin_build_id?: (order_by | null),pin_plugin_version?: (order_by | null),pinned_version?: (game_versions_order_by | null),plugin_supported?: (order_by | null),public_ip?: (order_by | null),region?: (order_by | null),servers_aggregate?: (servers_aggregate_order_by | null),shader_bake_progress?: (order_by | null),shader_bake_progress_stage?: (order_by | null),shader_bake_status?: (order_by | null),shader_bake_status_history?: (order_by | null),start_port_range?: (order_by | null),status?: (order_by | null),supports_cpu_pinning?: (order_by | null),supports_low_latency?: (order_by | null),token?: (order_by | null),total_server_count?: (order_by | null),update_status?: (order_by | null),version?: (game_versions_order_by | null)} +/** on_conflict condition type for table "league_team_movements" */ +export interface league_team_movements_on_conflict {constraint: league_team_movements_constraint,update_columns?: league_team_movements_update_column[],where?: (league_team_movements_bool_exp | null)} -/** primary key columns input for table: game_server_nodes */ -export interface game_server_nodes_pk_columns_input {id: Scalars['String']} +/** Ordering options when selecting data from "league_team_movements". */ +export interface league_team_movements_order_by {approved_at?: (order_by | null),approved_by?: (players_order_by | null),approved_by_steam_id?: (order_by | null),computed_to_division?: (league_divisions_order_by | null),computed_to_division_id?: (order_by | null),created_at?: (order_by | null),e_movement_type?: (e_league_movement_types_order_by | null),final_rank?: (order_by | null),final_to_division?: (league_divisions_order_by | null),final_to_division_id?: (order_by | null),from_division?: (league_divisions_order_by | null),from_division_id?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),league_team?: (league_teams_order_by | null),league_team_id?: (order_by | null),season?: (league_seasons_order_by | null),type?: (order_by | null)} -/** prepend existing jsonb value of filtered columns with new jsonb value */ -export interface game_server_nodes_prepend_input {cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),gpu_info?: (Scalars['jsonb'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null)} +/** primary key columns input for table: league_team_movements */ +export interface league_team_movements_pk_columns_input {id: Scalars['uuid']} -/** input type for updating data in table "game_server_nodes" */ -export interface game_server_nodes_set_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),enabled_for_match_making?: (Scalars['Boolean'] | null),end_port_range?: (Scalars['Int'] | null),gpu?: (Scalars['Boolean'] | null),gpu_demos_enabled?: (Scalars['Boolean'] | null),gpu_info?: (Scalars['jsonb'] | null),gpu_rendering_enabled?: (Scalars['Boolean'] | null),gpu_streaming_enabled?: (Scalars['Boolean'] | null),id?: (Scalars['String'] | null),label?: (Scalars['String'] | null),lan_ip?: (Scalars['inet'] | null),node_ip?: (Scalars['inet'] | null),offline_at?: (Scalars['timestamptz'] | null),pin_build_id?: (Scalars['Int'] | null),pin_plugin_version?: (Scalars['String'] | null),public_ip?: (Scalars['inet'] | null),region?: (Scalars['String'] | null),shader_bake_progress?: (Scalars['numeric'] | null),shader_bake_progress_stage?: (Scalars['String'] | null),shader_bake_status?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null),start_port_range?: (Scalars['Int'] | null),status?: (e_game_server_node_statuses_enum | null),supports_cpu_pinning?: (Scalars['Boolean'] | null),supports_low_latency?: (Scalars['Boolean'] | null),token?: (Scalars['String'] | null),update_status?: (Scalars['String'] | null)} +/** input type for updating data in table "league_team_movements" */ +export interface league_team_movements_set_input {approved_at?: (Scalars['timestamptz'] | null),approved_by_steam_id?: (Scalars['bigint'] | null),computed_to_division_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),final_rank?: (Scalars['Int'] | null),final_to_division_id?: (Scalars['uuid'] | null),from_division_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team_id?: (Scalars['uuid'] | null),type?: (e_league_movement_types_enum | null)} /** aggregate stddev on columns */ -export interface game_server_nodes_stddev_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +export interface league_team_movements_stddev_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "game_server_nodes" */ -export interface game_server_nodes_stddev_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by stddev() on columns of table "league_team_movements" */ +export interface league_team_movements_stddev_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface game_server_nodes_stddev_pop_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +export interface league_team_movements_stddev_pop_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "game_server_nodes" */ -export interface game_server_nodes_stddev_pop_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by stddev_pop() on columns of table "league_team_movements" */ +export interface league_team_movements_stddev_pop_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface game_server_nodes_stddev_samp_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +export interface league_team_movements_stddev_samp_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "game_server_nodes" */ -export interface game_server_nodes_stddev_samp_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by stddev_samp() on columns of table "league_team_movements" */ +export interface league_team_movements_stddev_samp_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} -/** Streaming cursor of the table "game_server_nodes" */ -export interface game_server_nodes_stream_cursor_input { +/** Streaming cursor of the table "league_team_movements" */ +export interface league_team_movements_stream_cursor_input { /** Stream column input with initial value */ -initial_value: game_server_nodes_stream_cursor_value_input, +initial_value: league_team_movements_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface game_server_nodes_stream_cursor_value_input {build_id?: (Scalars['Int'] | null),cpu_cores_per_socket?: (Scalars['Int'] | null),cpu_frequency_info?: (Scalars['jsonb'] | null),cpu_governor_info?: (Scalars['jsonb'] | null),cpu_sockets?: (Scalars['Int'] | null),cpu_threads_per_core?: (Scalars['Int'] | null),cs2_launch_options?: (Scalars['jsonb'] | null),cs2_video_settings?: (Scalars['jsonb'] | null),csgo_build_id?: (Scalars['Int'] | null),demo_network_limiter?: (Scalars['Int'] | null),disk_available_gb?: (Scalars['Int'] | null),disk_used_percent?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),enabled_for_match_making?: (Scalars['Boolean'] | null),end_port_range?: (Scalars['Int'] | null),gpu?: (Scalars['Boolean'] | null),gpu_demos_enabled?: (Scalars['Boolean'] | null),gpu_info?: (Scalars['jsonb'] | null),gpu_rendering_enabled?: (Scalars['Boolean'] | null),gpu_streaming_enabled?: (Scalars['Boolean'] | null),id?: (Scalars['String'] | null),label?: (Scalars['String'] | null),lan_ip?: (Scalars['inet'] | null),node_ip?: (Scalars['inet'] | null),offline_at?: (Scalars['timestamptz'] | null),pin_build_id?: (Scalars['Int'] | null),pin_plugin_version?: (Scalars['String'] | null),public_ip?: (Scalars['inet'] | null),region?: (Scalars['String'] | null),shader_bake_progress?: (Scalars['numeric'] | null),shader_bake_progress_stage?: (Scalars['String'] | null),shader_bake_status?: (Scalars['String'] | null),shader_bake_status_history?: (Scalars['jsonb'] | null),start_port_range?: (Scalars['Int'] | null),status?: (e_game_server_node_statuses_enum | null),supports_cpu_pinning?: (Scalars['Boolean'] | null),supports_low_latency?: (Scalars['Boolean'] | null),token?: (Scalars['String'] | null),update_status?: (Scalars['String'] | null)} +export interface league_team_movements_stream_cursor_value_input {approved_at?: (Scalars['timestamptz'] | null),approved_by_steam_id?: (Scalars['bigint'] | null),computed_to_division_id?: (Scalars['uuid'] | null),created_at?: (Scalars['timestamptz'] | null),final_rank?: (Scalars['Int'] | null),final_to_division_id?: (Scalars['uuid'] | null),from_division_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team_id?: (Scalars['uuid'] | null),type?: (e_league_movement_types_enum | null)} /** aggregate sum on columns */ -export interface game_server_nodes_sum_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +export interface league_team_movements_sum_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "game_server_nodes" */ -export interface game_server_nodes_sum_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by sum() on columns of table "league_team_movements" */ +export interface league_team_movements_sum_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} -export interface game_server_nodes_updates { -/** append existing jsonb value of filtered columns with new jsonb value */ -_append?: (game_server_nodes_append_input | null), -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -_delete_at_path?: (game_server_nodes_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?: (game_server_nodes_delete_elem_input | null), -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -_delete_key?: (game_server_nodes_delete_key_input | null), +export interface league_team_movements_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (game_server_nodes_inc_input | null), -/** prepend existing jsonb value of filtered columns with new jsonb value */ -_prepend?: (game_server_nodes_prepend_input | null), +_inc?: (league_team_movements_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (game_server_nodes_set_input | null), +_set?: (league_team_movements_set_input | null), /** filter the rows which have to be updated */ -where: game_server_nodes_bool_exp} +where: league_team_movements_bool_exp} /** aggregate var_pop on columns */ -export interface game_server_nodes_var_pop_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +export interface league_team_movements_var_pop_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "game_server_nodes" */ -export interface game_server_nodes_var_pop_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by var_pop() on columns of table "league_team_movements" */ +export interface league_team_movements_var_pop_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} /** aggregate var_samp on columns */ -export interface game_server_nodes_var_samp_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +export interface league_team_movements_var_samp_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "game_server_nodes" */ -export interface game_server_nodes_var_samp_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by var_samp() on columns of table "league_team_movements" */ +export interface league_team_movements_var_samp_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} /** aggregate variance on columns */ -export interface game_server_nodes_variance_fieldsGenqlSelection{ - /** A computed field, executes function "available_node_server_count" */ - available_server_count?: boolean | number - build_id?: boolean | number - cpu_cores_per_socket?: boolean | number - cpu_sockets?: boolean | number - cpu_threads_per_core?: boolean | number - csgo_build_id?: boolean | number - demo_network_limiter?: boolean | number - disk_available_gb?: boolean | number - disk_used_percent?: boolean | number - end_port_range?: boolean | number - pin_build_id?: boolean | number - shader_bake_progress?: boolean | number - start_port_range?: boolean | number - /** A computed field, executes function "total_node_server_count" */ - total_server_count?: boolean | number +export interface league_team_movements_variance_fieldsGenqlSelection{ + approved_by_steam_id?: boolean | number + final_rank?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "game_server_nodes" */ -export interface game_server_nodes_variance_order_by {build_id?: (order_by | null),cpu_cores_per_socket?: (order_by | null),cpu_sockets?: (order_by | null),cpu_threads_per_core?: (order_by | null),csgo_build_id?: (order_by | null),demo_network_limiter?: (order_by | null),disk_available_gb?: (order_by | null),disk_used_percent?: (order_by | null),end_port_range?: (order_by | null),pin_build_id?: (order_by | null),shader_bake_progress?: (order_by | null),start_port_range?: (order_by | null)} +/** order by variance() on columns of table "league_team_movements" */ +export interface league_team_movements_variance_order_by {approved_by_steam_id?: (order_by | null),final_rank?: (order_by | null)} -/** columns and relationships of "game_versions" */ -export interface game_versionsGenqlSelection{ - build_id?: boolean | number - current?: boolean | number - cvars?: boolean | number - description?: boolean | number - downloads?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - updated_at?: boolean | number - version?: boolean | number +/** columns and relationships of "league_team_rosters" */ +export interface league_team_rostersGenqlSelection{ + added_at?: boolean | number + league_team_season_id?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: boolean | number + removed_at?: boolean | number + removed_reason?: boolean | number + status?: boolean | number + /** An object relationship */ + team_season?: league_team_seasonsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "game_versions" */ -export interface game_versions_aggregateGenqlSelection{ - aggregate?: game_versions_aggregate_fieldsGenqlSelection - nodes?: game_versionsGenqlSelection +/** aggregated selection of "league_team_rosters" */ +export interface league_team_rosters_aggregateGenqlSelection{ + aggregate?: league_team_rosters_aggregate_fieldsGenqlSelection + nodes?: league_team_rostersGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface league_team_rosters_aggregate_bool_exp {count?: (league_team_rosters_aggregate_bool_exp_count | null)} -/** aggregate fields of "game_versions" */ -export interface game_versions_aggregate_fieldsGenqlSelection{ - avg?: game_versions_avg_fieldsGenqlSelection - count?: { __args: {columns?: (game_versions_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: game_versions_max_fieldsGenqlSelection - min?: game_versions_min_fieldsGenqlSelection - stddev?: game_versions_stddev_fieldsGenqlSelection - stddev_pop?: game_versions_stddev_pop_fieldsGenqlSelection - stddev_samp?: game_versions_stddev_samp_fieldsGenqlSelection - sum?: game_versions_sum_fieldsGenqlSelection - var_pop?: game_versions_var_pop_fieldsGenqlSelection - var_samp?: game_versions_var_samp_fieldsGenqlSelection - variance?: game_versions_variance_fieldsGenqlSelection +export interface league_team_rosters_aggregate_bool_exp_count {arguments?: (league_team_rosters_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (league_team_rosters_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "league_team_rosters" */ +export interface league_team_rosters_aggregate_fieldsGenqlSelection{ + avg?: league_team_rosters_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_team_rosters_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_team_rosters_max_fieldsGenqlSelection + min?: league_team_rosters_min_fieldsGenqlSelection + stddev?: league_team_rosters_stddev_fieldsGenqlSelection + stddev_pop?: league_team_rosters_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_team_rosters_stddev_samp_fieldsGenqlSelection + sum?: league_team_rosters_sum_fieldsGenqlSelection + var_pop?: league_team_rosters_var_pop_fieldsGenqlSelection + var_samp?: league_team_rosters_var_samp_fieldsGenqlSelection + variance?: league_team_rosters_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** append existing jsonb value of filtered columns with new jsonb value */ -export interface game_versions_append_input {downloads?: (Scalars['jsonb'] | null)} +/** order by aggregate values of table "league_team_rosters" */ +export interface league_team_rosters_aggregate_order_by {avg?: (league_team_rosters_avg_order_by | null),count?: (order_by | null),max?: (league_team_rosters_max_order_by | null),min?: (league_team_rosters_min_order_by | null),stddev?: (league_team_rosters_stddev_order_by | null),stddev_pop?: (league_team_rosters_stddev_pop_order_by | null),stddev_samp?: (league_team_rosters_stddev_samp_order_by | null),sum?: (league_team_rosters_sum_order_by | null),var_pop?: (league_team_rosters_var_pop_order_by | null),var_samp?: (league_team_rosters_var_samp_order_by | null),variance?: (league_team_rosters_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "league_team_rosters" */ +export interface league_team_rosters_arr_rel_insert_input {data: league_team_rosters_insert_input[], +/** upsert condition */ +on_conflict?: (league_team_rosters_on_conflict | null)} /** aggregate avg on columns */ -export interface game_versions_avg_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_avg_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "game_versions". All fields are combined with a logical 'AND'. */ -export interface game_versions_bool_exp {_and?: (game_versions_bool_exp[] | null),_not?: (game_versions_bool_exp | null),_or?: (game_versions_bool_exp[] | null),build_id?: (Int_comparison_exp | null),current?: (Boolean_comparison_exp | null),cvars?: (Boolean_comparison_exp | null),description?: (String_comparison_exp | null),downloads?: (jsonb_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null),version?: (String_comparison_exp | null)} - - -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -export interface game_versions_delete_at_path_input {downloads?: (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 game_versions_delete_elem_input {downloads?: (Scalars['Int'] | null)} +/** order by avg() on columns of table "league_team_rosters" */ +export interface league_team_rosters_avg_order_by {player_steam_id?: (order_by | null)} -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -export interface game_versions_delete_key_input {downloads?: (Scalars['String'] | null)} +/** Boolean expression to filter rows from the table "league_team_rosters". All fields are combined with a logical 'AND'. */ +export interface league_team_rosters_bool_exp {_and?: (league_team_rosters_bool_exp[] | null),_not?: (league_team_rosters_bool_exp | null),_or?: (league_team_rosters_bool_exp[] | null),added_at?: (timestamptz_comparison_exp | null),league_team_season_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),removed_at?: (timestamptz_comparison_exp | null),removed_reason?: (String_comparison_exp | null),status?: (e_team_roster_statuses_enum_comparison_exp | null),team_season?: (league_team_seasons_bool_exp | null)} -/** input type for incrementing numeric columns in table "game_versions" */ -export interface game_versions_inc_input {build_id?: (Scalars['Int'] | null)} +/** input type for incrementing numeric columns in table "league_team_rosters" */ +export interface league_team_rosters_inc_input {player_steam_id?: (Scalars['bigint'] | null)} -/** input type for inserting data into table "game_versions" */ -export interface game_versions_insert_input {build_id?: (Scalars['Int'] | null),current?: (Scalars['Boolean'] | null),cvars?: (Scalars['Boolean'] | null),description?: (Scalars['String'] | null),downloads?: (Scalars['jsonb'] | null),updated_at?: (Scalars['timestamptz'] | null),version?: (Scalars['String'] | null)} +/** input type for inserting data into table "league_team_rosters" */ +export interface league_team_rosters_insert_input {added_at?: (Scalars['timestamptz'] | null),league_team_season_id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),removed_at?: (Scalars['timestamptz'] | null),removed_reason?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null),team_season?: (league_team_seasons_obj_rel_insert_input | null)} /** aggregate max on columns */ -export interface game_versions_max_fieldsGenqlSelection{ - build_id?: boolean | number - description?: boolean | number - updated_at?: boolean | number - version?: boolean | number +export interface league_team_rosters_max_fieldsGenqlSelection{ + added_at?: boolean | number + league_team_season_id?: boolean | number + player_steam_id?: boolean | number + removed_at?: boolean | number + removed_reason?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "league_team_rosters" */ +export interface league_team_rosters_max_order_by {added_at?: (order_by | null),league_team_season_id?: (order_by | null),player_steam_id?: (order_by | null),removed_at?: (order_by | null),removed_reason?: (order_by | null)} + + /** aggregate min on columns */ -export interface game_versions_min_fieldsGenqlSelection{ - build_id?: boolean | number - description?: boolean | number - updated_at?: boolean | number - version?: boolean | number +export interface league_team_rosters_min_fieldsGenqlSelection{ + added_at?: boolean | number + league_team_season_id?: boolean | number + player_steam_id?: boolean | number + removed_at?: boolean | number + removed_reason?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "game_versions" */ -export interface game_versions_mutation_responseGenqlSelection{ +/** order by min() on columns of table "league_team_rosters" */ +export interface league_team_rosters_min_order_by {added_at?: (order_by | null),league_team_season_id?: (order_by | null),player_steam_id?: (order_by | null),removed_at?: (order_by | null),removed_reason?: (order_by | null)} + + +/** response of any mutation on the table "league_team_rosters" */ +export interface league_team_rosters_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: game_versionsGenqlSelection + returning?: league_team_rostersGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "game_versions" */ -export interface game_versions_obj_rel_insert_input {data: game_versions_insert_input, -/** upsert condition */ -on_conflict?: (game_versions_on_conflict | null)} - - -/** on_conflict condition type for table "game_versions" */ -export interface game_versions_on_conflict {constraint: game_versions_constraint,update_columns?: game_versions_update_column[],where?: (game_versions_bool_exp | null)} - - -/** Ordering options when selecting data from "game_versions". */ -export interface game_versions_order_by {build_id?: (order_by | null),current?: (order_by | null),cvars?: (order_by | null),description?: (order_by | null),downloads?: (order_by | null),updated_at?: (order_by | null),version?: (order_by | null)} +/** on_conflict condition type for table "league_team_rosters" */ +export interface league_team_rosters_on_conflict {constraint: league_team_rosters_constraint,update_columns?: league_team_rosters_update_column[],where?: (league_team_rosters_bool_exp | null)} -/** primary key columns input for table: game_versions */ -export interface game_versions_pk_columns_input {build_id: Scalars['Int']} +/** Ordering options when selecting data from "league_team_rosters". */ +export interface league_team_rosters_order_by {added_at?: (order_by | null),league_team_season_id?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),removed_at?: (order_by | null),removed_reason?: (order_by | null),status?: (order_by | null),team_season?: (league_team_seasons_order_by | null)} -/** prepend existing jsonb value of filtered columns with new jsonb value */ -export interface game_versions_prepend_input {downloads?: (Scalars['jsonb'] | null)} +/** primary key columns input for table: league_team_rosters */ +export interface league_team_rosters_pk_columns_input {league_team_season_id: Scalars['uuid'],player_steam_id: Scalars['bigint']} -/** input type for updating data in table "game_versions" */ -export interface game_versions_set_input {build_id?: (Scalars['Int'] | null),current?: (Scalars['Boolean'] | null),cvars?: (Scalars['Boolean'] | null),description?: (Scalars['String'] | null),downloads?: (Scalars['jsonb'] | null),updated_at?: (Scalars['timestamptz'] | null),version?: (Scalars['String'] | null)} +/** input type for updating data in table "league_team_rosters" */ +export interface league_team_rosters_set_input {added_at?: (Scalars['timestamptz'] | null),league_team_season_id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),removed_at?: (Scalars['timestamptz'] | null),removed_reason?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null)} /** aggregate stddev on columns */ -export interface game_versions_stddev_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_stddev_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "league_team_rosters" */ +export interface league_team_rosters_stddev_order_by {player_steam_id?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface game_versions_stddev_pop_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_stddev_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "league_team_rosters" */ +export interface league_team_rosters_stddev_pop_order_by {player_steam_id?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface game_versions_stddev_samp_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_stddev_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "game_versions" */ -export interface game_versions_stream_cursor_input { +/** order by stddev_samp() on columns of table "league_team_rosters" */ +export interface league_team_rosters_stddev_samp_order_by {player_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "league_team_rosters" */ +export interface league_team_rosters_stream_cursor_input { /** Stream column input with initial value */ -initial_value: game_versions_stream_cursor_value_input, +initial_value: league_team_rosters_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface game_versions_stream_cursor_value_input {build_id?: (Scalars['Int'] | null),current?: (Scalars['Boolean'] | null),cvars?: (Scalars['Boolean'] | null),description?: (Scalars['String'] | null),downloads?: (Scalars['jsonb'] | null),updated_at?: (Scalars['timestamptz'] | null),version?: (Scalars['String'] | null)} +export interface league_team_rosters_stream_cursor_value_input {added_at?: (Scalars['timestamptz'] | null),league_team_season_id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),removed_at?: (Scalars['timestamptz'] | null),removed_reason?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null)} /** aggregate sum on columns */ -export interface game_versions_sum_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_sum_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface game_versions_updates { -/** append existing jsonb value of filtered columns with new jsonb value */ -_append?: (game_versions_append_input | null), -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -_delete_at_path?: (game_versions_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?: (game_versions_delete_elem_input | null), -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -_delete_key?: (game_versions_delete_key_input | null), + +/** order by sum() on columns of table "league_team_rosters" */ +export interface league_team_rosters_sum_order_by {player_steam_id?: (order_by | null)} + +export interface league_team_rosters_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (game_versions_inc_input | null), -/** prepend existing jsonb value of filtered columns with new jsonb value */ -_prepend?: (game_versions_prepend_input | null), +_inc?: (league_team_rosters_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (game_versions_set_input | null), +_set?: (league_team_rosters_set_input | null), /** filter the rows which have to be updated */ -where: game_versions_bool_exp} +where: league_team_rosters_bool_exp} /** aggregate var_pop on columns */ -export interface game_versions_var_pop_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_var_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "league_team_rosters" */ +export interface league_team_rosters_var_pop_order_by {player_steam_id?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface game_versions_var_samp_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_var_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "league_team_rosters" */ +export interface league_team_rosters_var_samp_order_by {player_steam_id?: (order_by | null)} + + /** aggregate variance on columns */ -export interface game_versions_variance_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_rosters_variance_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "gamedata_signature_validations" */ -export interface gamedata_signature_validationsGenqlSelection{ - branch?: boolean | number - build_id?: boolean | number +/** order by variance() on columns of table "league_team_rosters" */ +export interface league_team_rosters_variance_order_by {player_steam_id?: (order_by | null)} + + +/** columns and relationships of "league_team_seasons" */ +export interface league_team_seasonsGenqlSelection{ /** An object relationship */ - game_version?: game_versionsGenqlSelection + assigned_division?: league_divisionsGenqlSelection + assigned_division_id?: boolean | number + /** An object relationship */ + captain?: playersGenqlSelection + captain_steam_id?: boolean | number + created_at?: boolean | number + decline_reason?: boolean | number + /** An object relationship */ + e_registration_status?: e_league_registration_statusesGenqlSelection id?: boolean | number - results?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number + league_season_id?: boolean | number + /** An object relationship */ + league_team?: league_teamsGenqlSelection + league_team_id?: boolean | number + /** An object relationship */ + registered_by?: playersGenqlSelection + registered_by_steam_id?: boolean | number + /** An object relationship */ + requested_division?: league_divisionsGenqlSelection + requested_division_id?: boolean | number + /** An array relationship */ + roster?: (league_team_rostersGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_rosters_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?: (league_team_rosters_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_rosters_bool_exp | null)} }) + /** An aggregate relationship */ + roster_aggregate?: (league_team_rosters_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_rosters_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?: (league_team_rosters_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_rosters_bool_exp | null)} }) + /** An object relationship */ + season?: league_seasonsGenqlSelection + seed?: boolean | number status?: boolean | number - validated_at?: boolean | number + /** An object relationship */ + tournament_team?: tournament_teamsGenqlSelection + tournament_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "gamedata_signature_validations" */ -export interface gamedata_signature_validations_aggregateGenqlSelection{ - aggregate?: gamedata_signature_validations_aggregate_fieldsGenqlSelection - nodes?: gamedata_signature_validationsGenqlSelection +/** aggregated selection of "league_team_seasons" */ +export interface league_team_seasons_aggregateGenqlSelection{ + aggregate?: league_team_seasons_aggregate_fieldsGenqlSelection + nodes?: league_team_seasonsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface league_team_seasons_aggregate_bool_exp {count?: (league_team_seasons_aggregate_bool_exp_count | null)} -/** aggregate fields of "gamedata_signature_validations" */ -export interface gamedata_signature_validations_aggregate_fieldsGenqlSelection{ - avg?: gamedata_signature_validations_avg_fieldsGenqlSelection - count?: { __args: {columns?: (gamedata_signature_validations_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: gamedata_signature_validations_max_fieldsGenqlSelection - min?: gamedata_signature_validations_min_fieldsGenqlSelection - stddev?: gamedata_signature_validations_stddev_fieldsGenqlSelection - stddev_pop?: gamedata_signature_validations_stddev_pop_fieldsGenqlSelection - stddev_samp?: gamedata_signature_validations_stddev_samp_fieldsGenqlSelection - sum?: gamedata_signature_validations_sum_fieldsGenqlSelection - var_pop?: gamedata_signature_validations_var_pop_fieldsGenqlSelection - var_samp?: gamedata_signature_validations_var_samp_fieldsGenqlSelection - variance?: gamedata_signature_validations_variance_fieldsGenqlSelection +export interface league_team_seasons_aggregate_bool_exp_count {arguments?: (league_team_seasons_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (league_team_seasons_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "league_team_seasons" */ +export interface league_team_seasons_aggregate_fieldsGenqlSelection{ + avg?: league_team_seasons_avg_fieldsGenqlSelection + count?: { __args: {columns?: (league_team_seasons_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_team_seasons_max_fieldsGenqlSelection + min?: league_team_seasons_min_fieldsGenqlSelection + stddev?: league_team_seasons_stddev_fieldsGenqlSelection + stddev_pop?: league_team_seasons_stddev_pop_fieldsGenqlSelection + stddev_samp?: league_team_seasons_stddev_samp_fieldsGenqlSelection + sum?: league_team_seasons_sum_fieldsGenqlSelection + var_pop?: league_team_seasons_var_pop_fieldsGenqlSelection + var_samp?: league_team_seasons_var_samp_fieldsGenqlSelection + variance?: league_team_seasons_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** append existing jsonb value of filtered columns with new jsonb value */ -export interface gamedata_signature_validations_append_input {results?: (Scalars['jsonb'] | null)} +/** order by aggregate values of table "league_team_seasons" */ +export interface league_team_seasons_aggregate_order_by {avg?: (league_team_seasons_avg_order_by | null),count?: (order_by | null),max?: (league_team_seasons_max_order_by | null),min?: (league_team_seasons_min_order_by | null),stddev?: (league_team_seasons_stddev_order_by | null),stddev_pop?: (league_team_seasons_stddev_pop_order_by | null),stddev_samp?: (league_team_seasons_stddev_samp_order_by | null),sum?: (league_team_seasons_sum_order_by | null),var_pop?: (league_team_seasons_var_pop_order_by | null),var_samp?: (league_team_seasons_var_samp_order_by | null),variance?: (league_team_seasons_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "league_team_seasons" */ +export interface league_team_seasons_arr_rel_insert_input {data: league_team_seasons_insert_input[], +/** upsert condition */ +on_conflict?: (league_team_seasons_on_conflict | null)} /** aggregate avg on columns */ -export interface gamedata_signature_validations_avg_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_avg_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "gamedata_signature_validations". All fields are combined with a logical 'AND'. */ -export interface gamedata_signature_validations_bool_exp {_and?: (gamedata_signature_validations_bool_exp[] | null),_not?: (gamedata_signature_validations_bool_exp | null),_or?: (gamedata_signature_validations_bool_exp[] | null),branch?: (String_comparison_exp | null),build_id?: (Int_comparison_exp | null),game_version?: (game_versions_bool_exp | null),id?: (uuid_comparison_exp | null),results?: (jsonb_comparison_exp | null),status?: (String_comparison_exp | null),validated_at?: (timestamptz_comparison_exp | null)} - - -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -export interface gamedata_signature_validations_delete_at_path_input {results?: (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 gamedata_signature_validations_delete_elem_input {results?: (Scalars['Int'] | null)} +/** order by avg() on columns of table "league_team_seasons" */ +export interface league_team_seasons_avg_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -export interface gamedata_signature_validations_delete_key_input {results?: (Scalars['String'] | null)} +/** Boolean expression to filter rows from the table "league_team_seasons". All fields are combined with a logical 'AND'. */ +export interface league_team_seasons_bool_exp {_and?: (league_team_seasons_bool_exp[] | null),_not?: (league_team_seasons_bool_exp | null),_or?: (league_team_seasons_bool_exp[] | null),assigned_division?: (league_divisions_bool_exp | null),assigned_division_id?: (uuid_comparison_exp | null),captain?: (players_bool_exp | null),captain_steam_id?: (bigint_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),decline_reason?: (String_comparison_exp | null),e_registration_status?: (e_league_registration_statuses_bool_exp | null),id?: (uuid_comparison_exp | null),league_season_id?: (uuid_comparison_exp | null),league_team?: (league_teams_bool_exp | null),league_team_id?: (uuid_comparison_exp | null),registered_by?: (players_bool_exp | null),registered_by_steam_id?: (bigint_comparison_exp | null),requested_division?: (league_divisions_bool_exp | null),requested_division_id?: (uuid_comparison_exp | null),roster?: (league_team_rosters_bool_exp | null),roster_aggregate?: (league_team_rosters_aggregate_bool_exp | null),season?: (league_seasons_bool_exp | null),seed?: (Int_comparison_exp | null),status?: (e_league_registration_statuses_enum_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 "gamedata_signature_validations" */ -export interface gamedata_signature_validations_inc_input {build_id?: (Scalars['Int'] | null)} +/** input type for incrementing numeric columns in table "league_team_seasons" */ +export interface league_team_seasons_inc_input {captain_steam_id?: (Scalars['bigint'] | null),registered_by_steam_id?: (Scalars['bigint'] | null),seed?: (Scalars['Int'] | null)} -/** input type for inserting data into table "gamedata_signature_validations" */ -export interface gamedata_signature_validations_insert_input {branch?: (Scalars['String'] | null),build_id?: (Scalars['Int'] | null),game_version?: (game_versions_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),results?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),validated_at?: (Scalars['timestamptz'] | null)} +/** input type for inserting data into table "league_team_seasons" */ +export interface league_team_seasons_insert_input {assigned_division?: (league_divisions_obj_rel_insert_input | null),assigned_division_id?: (Scalars['uuid'] | null),captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),decline_reason?: (Scalars['String'] | null),e_registration_status?: (e_league_registration_statuses_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team?: (league_teams_obj_rel_insert_input | null),league_team_id?: (Scalars['uuid'] | null),registered_by?: (players_obj_rel_insert_input | null),registered_by_steam_id?: (Scalars['bigint'] | null),requested_division?: (league_divisions_obj_rel_insert_input | null),requested_division_id?: (Scalars['uuid'] | null),roster?: (league_team_rosters_arr_rel_insert_input | null),season?: (league_seasons_obj_rel_insert_input | null),seed?: (Scalars['Int'] | null),status?: (e_league_registration_statuses_enum | null),tournament_team?: (tournament_teams_obj_rel_insert_input | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface gamedata_signature_validations_max_fieldsGenqlSelection{ - branch?: boolean | number - build_id?: boolean | number +export interface league_team_seasons_max_fieldsGenqlSelection{ + assigned_division_id?: boolean | number + captain_steam_id?: boolean | number + created_at?: boolean | number + decline_reason?: boolean | number id?: boolean | number - status?: boolean | number - validated_at?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number + registered_by_steam_id?: boolean | number + requested_division_id?: boolean | number + seed?: boolean | number + tournament_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "league_team_seasons" */ +export interface league_team_seasons_max_order_by {assigned_division_id?: (order_by | null),captain_steam_id?: (order_by | null),created_at?: (order_by | null),decline_reason?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null),registered_by_steam_id?: (order_by | null),requested_division_id?: (order_by | null),seed?: (order_by | null),tournament_team_id?: (order_by | null)} + + /** aggregate min on columns */ -export interface gamedata_signature_validations_min_fieldsGenqlSelection{ - branch?: boolean | number - build_id?: boolean | number +export interface league_team_seasons_min_fieldsGenqlSelection{ + assigned_division_id?: boolean | number + captain_steam_id?: boolean | number + created_at?: boolean | number + decline_reason?: boolean | number id?: boolean | number - status?: boolean | number - validated_at?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number + registered_by_steam_id?: boolean | number + requested_division_id?: boolean | number + seed?: boolean | number + tournament_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "gamedata_signature_validations" */ -export interface gamedata_signature_validations_mutation_responseGenqlSelection{ +/** order by min() on columns of table "league_team_seasons" */ +export interface league_team_seasons_min_order_by {assigned_division_id?: (order_by | null),captain_steam_id?: (order_by | null),created_at?: (order_by | null),decline_reason?: (order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null),registered_by_steam_id?: (order_by | null),requested_division_id?: (order_by | null),seed?: (order_by | null),tournament_team_id?: (order_by | null)} + + +/** response of any mutation on the table "league_team_seasons" */ +export interface league_team_seasons_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: gamedata_signature_validationsGenqlSelection + returning?: league_team_seasonsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "gamedata_signature_validations" */ -export interface gamedata_signature_validations_on_conflict {constraint: gamedata_signature_validations_constraint,update_columns?: gamedata_signature_validations_update_column[],where?: (gamedata_signature_validations_bool_exp | null)} +/** input type for inserting object relation for remote table "league_team_seasons" */ +export interface league_team_seasons_obj_rel_insert_input {data: league_team_seasons_insert_input, +/** upsert condition */ +on_conflict?: (league_team_seasons_on_conflict | null)} -/** Ordering options when selecting data from "gamedata_signature_validations". */ -export interface gamedata_signature_validations_order_by {branch?: (order_by | null),build_id?: (order_by | null),game_version?: (game_versions_order_by | null),id?: (order_by | null),results?: (order_by | null),status?: (order_by | null),validated_at?: (order_by | null)} +/** on_conflict condition type for table "league_team_seasons" */ +export interface league_team_seasons_on_conflict {constraint: league_team_seasons_constraint,update_columns?: league_team_seasons_update_column[],where?: (league_team_seasons_bool_exp | null)} -/** primary key columns input for table: gamedata_signature_validations */ -export interface gamedata_signature_validations_pk_columns_input {id: Scalars['uuid']} +/** Ordering options when selecting data from "league_team_seasons". */ +export interface league_team_seasons_order_by {assigned_division?: (league_divisions_order_by | null),assigned_division_id?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),created_at?: (order_by | null),decline_reason?: (order_by | null),e_registration_status?: (e_league_registration_statuses_order_by | null),id?: (order_by | null),league_season_id?: (order_by | null),league_team?: (league_teams_order_by | null),league_team_id?: (order_by | null),registered_by?: (players_order_by | null),registered_by_steam_id?: (order_by | null),requested_division?: (league_divisions_order_by | null),requested_division_id?: (order_by | null),roster_aggregate?: (league_team_rosters_aggregate_order_by | null),season?: (league_seasons_order_by | null),seed?: (order_by | null),status?: (order_by | null),tournament_team?: (tournament_teams_order_by | null),tournament_team_id?: (order_by | null)} -/** prepend existing jsonb value of filtered columns with new jsonb value */ -export interface gamedata_signature_validations_prepend_input {results?: (Scalars['jsonb'] | null)} +/** primary key columns input for table: league_team_seasons */ +export interface league_team_seasons_pk_columns_input {id: Scalars['uuid']} -/** input type for updating data in table "gamedata_signature_validations" */ -export interface gamedata_signature_validations_set_input {branch?: (Scalars['String'] | null),build_id?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),results?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),validated_at?: (Scalars['timestamptz'] | null)} +/** input type for updating data in table "league_team_seasons" */ +export interface league_team_seasons_set_input {assigned_division_id?: (Scalars['uuid'] | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),decline_reason?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team_id?: (Scalars['uuid'] | null),registered_by_steam_id?: (Scalars['bigint'] | null),requested_division_id?: (Scalars['uuid'] | null),seed?: (Scalars['Int'] | null),status?: (e_league_registration_statuses_enum | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ -export interface gamedata_signature_validations_stddev_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_stddev_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "league_team_seasons" */ +export interface league_team_seasons_stddev_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface gamedata_signature_validations_stddev_pop_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_stddev_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "league_team_seasons" */ +export interface league_team_seasons_stddev_pop_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface gamedata_signature_validations_stddev_samp_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_stddev_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "gamedata_signature_validations" */ -export interface gamedata_signature_validations_stream_cursor_input { +/** order by stddev_samp() on columns of table "league_team_seasons" */ +export interface league_team_seasons_stddev_samp_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} + + +/** Streaming cursor of the table "league_team_seasons" */ +export interface league_team_seasons_stream_cursor_input { /** Stream column input with initial value */ -initial_value: gamedata_signature_validations_stream_cursor_value_input, +initial_value: league_team_seasons_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface gamedata_signature_validations_stream_cursor_value_input {branch?: (Scalars['String'] | null),build_id?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),results?: (Scalars['jsonb'] | null),status?: (Scalars['String'] | null),validated_at?: (Scalars['timestamptz'] | null)} +export interface league_team_seasons_stream_cursor_value_input {assigned_division_id?: (Scalars['uuid'] | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),decline_reason?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team_id?: (Scalars['uuid'] | null),registered_by_steam_id?: (Scalars['bigint'] | null),requested_division_id?: (Scalars['uuid'] | null),seed?: (Scalars['Int'] | null),status?: (e_league_registration_statuses_enum | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface gamedata_signature_validations_sum_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_sum_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface gamedata_signature_validations_updates { -/** append existing jsonb value of filtered columns with new jsonb value */ -_append?: (gamedata_signature_validations_append_input | null), -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -_delete_at_path?: (gamedata_signature_validations_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?: (gamedata_signature_validations_delete_elem_input | null), -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -_delete_key?: (gamedata_signature_validations_delete_key_input | null), + +/** order by sum() on columns of table "league_team_seasons" */ +export interface league_team_seasons_sum_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} + +export interface league_team_seasons_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (gamedata_signature_validations_inc_input | null), -/** prepend existing jsonb value of filtered columns with new jsonb value */ -_prepend?: (gamedata_signature_validations_prepend_input | null), +_inc?: (league_team_seasons_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (gamedata_signature_validations_set_input | null), +_set?: (league_team_seasons_set_input | null), /** filter the rows which have to be updated */ -where: gamedata_signature_validations_bool_exp} +where: league_team_seasons_bool_exp} /** aggregate var_pop on columns */ -export interface gamedata_signature_validations_var_pop_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_var_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "league_team_seasons" */ +export interface league_team_seasons_var_pop_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface gamedata_signature_validations_var_samp_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_var_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "league_team_seasons" */ +export interface league_team_seasons_var_samp_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate variance on columns */ -export interface gamedata_signature_validations_variance_fieldsGenqlSelection{ - build_id?: boolean | number +export interface league_team_seasons_variance_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + registered_by_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface get_leaderboard_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_role?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_window_days?: (Scalars['Int'] | null)} - -export interface get_player_leaderboard_rank_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_player_steam_id?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_window_days?: (Scalars['Int'] | null)} - - -/** Boolean expression to compare columns of type "inet". All fields are combined with logical 'AND'. */ -export interface inet_comparison_exp {_eq?: (Scalars['inet'] | null),_gt?: (Scalars['inet'] | null),_gte?: (Scalars['inet'] | null),_in?: (Scalars['inet'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['inet'] | null),_lte?: (Scalars['inet'] | null),_neq?: (Scalars['inet'] | null),_nin?: (Scalars['inet'][] | null)} - - -/** Boolean expression to compare columns of type "json". All fields are combined with logical 'AND'. */ -export interface json_comparison_exp {_eq?: (Scalars['json'] | null),_gt?: (Scalars['json'] | null),_gte?: (Scalars['json'] | null),_in?: (Scalars['json'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['json'] | null),_lte?: (Scalars['json'] | null),_neq?: (Scalars['json'] | null),_nin?: (Scalars['json'][] | null)} - -export interface jsonb_cast_exp {String?: (String_comparison_exp | null)} - - -/** Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'. */ -export interface jsonb_comparison_exp {_cast?: (jsonb_cast_exp | null), -/** is the column contained in the given json value */ -_contained_in?: (Scalars['jsonb'] | null), -/** does the column contain the given json value at the top level */ -_contains?: (Scalars['jsonb'] | null),_eq?: (Scalars['jsonb'] | null),_gt?: (Scalars['jsonb'] | null),_gte?: (Scalars['jsonb'] | null), -/** does the string exist as a top-level key in the column */ -_has_key?: (Scalars['String'] | null), -/** do all of these strings exist as top-level keys in the column */ -_has_keys_all?: (Scalars['String'][] | null), -/** do any of these strings exist as top-level keys in the column */ -_has_keys_any?: (Scalars['String'][] | null),_in?: (Scalars['jsonb'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['jsonb'] | null),_lte?: (Scalars['jsonb'] | null),_neq?: (Scalars['jsonb'] | null),_nin?: (Scalars['jsonb'][] | null)} +/** order by variance() on columns of table "league_team_seasons" */ +export interface league_team_seasons_variance_order_by {captain_steam_id?: (order_by | null),registered_by_steam_id?: (order_by | null),seed?: (order_by | null)} -/** columns and relationships of "leaderboard_entries" */ -export interface leaderboard_entriesGenqlSelection{ - matches_played?: boolean | number - player_avatar_url?: boolean | number - player_country?: boolean | number - player_name?: boolean | number - player_steam_id?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} -export interface leaderboard_entries_aggregateGenqlSelection{ - aggregate?: leaderboard_entries_aggregate_fieldsGenqlSelection - nodes?: leaderboard_entriesGenqlSelection +/** columns and relationships of "league_teams" */ +export interface league_teamsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + /** An array relationship */ + movements?: (league_team_movementsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** An aggregate relationship */ + movements_aggregate?: (league_team_movements_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + /** An array relationship */ + team_seasons?: (league_team_seasonsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + /** An aggregate relationship */ + team_seasons_aggregate?: (league_team_seasons_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "leaderboard_entries" */ -export interface leaderboard_entries_aggregate_fieldsGenqlSelection{ - avg?: leaderboard_entries_avg_fieldsGenqlSelection - count?: { __args: {columns?: (leaderboard_entries_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: leaderboard_entries_max_fieldsGenqlSelection - min?: leaderboard_entries_min_fieldsGenqlSelection - stddev?: leaderboard_entries_stddev_fieldsGenqlSelection - stddev_pop?: leaderboard_entries_stddev_pop_fieldsGenqlSelection - stddev_samp?: leaderboard_entries_stddev_samp_fieldsGenqlSelection - sum?: leaderboard_entries_sum_fieldsGenqlSelection - var_pop?: leaderboard_entries_var_pop_fieldsGenqlSelection - var_samp?: leaderboard_entries_var_samp_fieldsGenqlSelection - variance?: leaderboard_entries_variance_fieldsGenqlSelection +/** aggregated selection of "league_teams" */ +export interface league_teams_aggregateGenqlSelection{ + aggregate?: league_teams_aggregate_fieldsGenqlSelection + nodes?: league_teamsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate avg on columns */ -export interface leaderboard_entries_avg_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number +/** aggregate fields of "league_teams" */ +export interface league_teams_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (league_teams_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: league_teams_max_fieldsGenqlSelection + min?: league_teams_min_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "leaderboard_entries". All fields are combined with a logical 'AND'. */ -export interface leaderboard_entries_bool_exp {_and?: (leaderboard_entries_bool_exp[] | null),_not?: (leaderboard_entries_bool_exp | null),_or?: (leaderboard_entries_bool_exp[] | null),matches_played?: (Int_comparison_exp | null),player_avatar_url?: (String_comparison_exp | null),player_country?: (String_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (String_comparison_exp | null),secondary_value?: (float8_comparison_exp | null),tertiary_value?: (float8_comparison_exp | null),value?: (float8_comparison_exp | null)} - - -/** input type for incrementing numeric columns in table "leaderboard_entries" */ -export interface leaderboard_entries_inc_input {matches_played?: (Scalars['Int'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} +/** Boolean expression to filter rows from the table "league_teams". All fields are combined with a logical 'AND'. */ +export interface league_teams_bool_exp {_and?: (league_teams_bool_exp[] | null),_not?: (league_teams_bool_exp | null),_or?: (league_teams_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),movements?: (league_team_movements_bool_exp | null),movements_aggregate?: (league_team_movements_aggregate_bool_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null),team_seasons?: (league_team_seasons_bool_exp | null),team_seasons_aggregate?: (league_team_seasons_aggregate_bool_exp | null)} -/** input type for inserting data into table "leaderboard_entries" */ -export interface leaderboard_entries_insert_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} +/** input type for inserting data into table "league_teams" */ +export interface league_teams_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),movements?: (league_team_movements_arr_rel_insert_input | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null),team_seasons?: (league_team_seasons_arr_rel_insert_input | null)} /** aggregate max on columns */ -export interface leaderboard_entries_max_fieldsGenqlSelection{ - matches_played?: boolean | number - player_avatar_url?: boolean | number - player_country?: boolean | number - player_name?: boolean | number - player_steam_id?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number +export interface league_teams_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface leaderboard_entries_min_fieldsGenqlSelection{ - matches_played?: boolean | number - player_avatar_url?: boolean | number - player_country?: boolean | number - player_name?: boolean | number - player_steam_id?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number +export interface league_teams_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "leaderboard_entries" */ -export interface leaderboard_entries_mutation_responseGenqlSelection{ +/** response of any mutation on the table "league_teams" */ +export interface league_teams_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: leaderboard_entriesGenqlSelection + returning?: league_teamsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "leaderboard_entries". */ -export interface leaderboard_entries_order_by {matches_played?: (order_by | null),player_avatar_url?: (order_by | null),player_country?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),secondary_value?: (order_by | null),tertiary_value?: (order_by | null),value?: (order_by | null)} +/** input type for inserting object relation for remote table "league_teams" */ +export interface league_teams_obj_rel_insert_input {data: league_teams_insert_input, +/** upsert condition */ +on_conflict?: (league_teams_on_conflict | null)} -/** input type for updating data in table "leaderboard_entries" */ -export interface leaderboard_entries_set_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} +/** on_conflict condition type for table "league_teams" */ +export interface league_teams_on_conflict {constraint: league_teams_constraint,update_columns?: league_teams_update_column[],where?: (league_teams_bool_exp | null)} -/** aggregate stddev on columns */ -export interface leaderboard_entries_stddev_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** Ordering options when selecting data from "league_teams". */ +export interface league_teams_order_by {created_at?: (order_by | null),id?: (order_by | null),movements_aggregate?: (league_team_movements_aggregate_order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),team_seasons_aggregate?: (league_team_seasons_aggregate_order_by | null)} -/** aggregate stddev_pop on columns */ -export interface leaderboard_entries_stddev_pop_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** primary key columns input for table: league_teams */ +export interface league_teams_pk_columns_input {id: Scalars['uuid']} -/** aggregate stddev_samp on columns */ -export interface leaderboard_entries_stddev_samp_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for updating data in table "league_teams" */ +export interface league_teams_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),team_id?: (Scalars['uuid'] | null)} -/** Streaming cursor of the table "leaderboard_entries" */ -export interface leaderboard_entries_stream_cursor_input { +/** Streaming cursor of the table "league_teams" */ +export interface league_teams_stream_cursor_input { /** Stream column input with initial value */ -initial_value: leaderboard_entries_stream_cursor_value_input, +initial_value: league_teams_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface leaderboard_entries_stream_cursor_value_input {matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),secondary_value?: (Scalars['float8'] | null),tertiary_value?: (Scalars['float8'] | null),value?: (Scalars['float8'] | null)} - +export interface league_teams_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),team_id?: (Scalars['uuid'] | null)} -/** aggregate sum on columns */ -export interface leaderboard_entries_sum_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - -export interface leaderboard_entries_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (leaderboard_entries_inc_input | null), +export interface league_teams_updates { /** sets the columns of the filtered rows to the given values */ -_set?: (leaderboard_entries_set_input | null), +_set?: (league_teams_set_input | null), /** filter the rows which have to be updated */ -where: leaderboard_entries_bool_exp} - - -/** aggregate var_pop on columns */ -export interface leaderboard_entries_var_pop_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate var_samp on columns */ -export interface leaderboard_entries_var_samp_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate variance on columns */ -export interface leaderboard_entries_variance_fieldsGenqlSelection{ - matches_played?: boolean | number - secondary_value?: boolean | number - tertiary_value?: boolean | number - value?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +where: league_teams_bool_exp} /** columns and relationships of "lobbies" */ @@ -43061,6 +49238,20 @@ export interface mutation_rootGenqlSelection{ /** Add a friends-role presence bot account to the pool */ addSteamPresenceBotAccount?: (SuccessOutputGenqlSelection & { __args: {bot_secret: Scalars['String'], friend_capacity?: (Scalars['Int'] | null), username: Scalars['String']} }) approveNameChange?: (SuccessOutputGenqlSelection & { __args: {name: Scalars['String'], steam_id: Scalars['bigint']} }) + /** execute VOLATILE function "approve_league_season_movements" which returns "league_team_movements" */ + approve_league_season_movements?: (league_team_movementsGenqlSelection & { __args: { + /** input parameters for function "approve_league_season_movements" */ + args: approve_league_season_movements_args, + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) /** Assign the presence bot a user should add as a friend */ assignSteamPresenceBot?: SteamPresenceBotAssignmentGenqlSelection /** Dev-only — attach the demo player to a standing dev game-streamer pod (no Job boot) */ @@ -43098,6 +49289,20 @@ export interface mutation_rootGenqlSelection{ /** Delete all terminal-state clip_render_jobs rows platform-wide. */ clearFinishedClipRenders?: SuccessOutputGenqlSelection clearPendingMatchImport?: (PendingMatchImportActionOutputGenqlSelection & { __args: {valve_match_id: Scalars['String']} }) + /** execute VOLATILE function "clone_league_season" which returns "league_seasons" */ + clone_league_season?: (league_seasonsGenqlSelection & { __args: { + /** input parameters for function "clone_league_season" */ + args: clone_league_season_args, + /** distinct select on columns */ + distinct_on?: (league_seasons_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?: (league_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_seasons_bool_exp | null)} }) /** counterScrimRequest */ counterScrimRequest?: (SuccessOutputGenqlSelection & { __args: {proposed_scheduled_at: Scalars['timestamptz'], request_id: Scalars['uuid']} }) createApiKey?: (ApiKeyResponseGenqlSelection & { __args: {label: Scalars['String']} }) @@ -43225,6 +49430,30 @@ export interface mutation_rootGenqlSelection{ where: e_game_server_node_statuses_bool_exp} }) /** delete single row from the table: "e_game_server_node_statuses" */ delete_e_game_server_node_statuses_by_pk?: (e_game_server_node_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_league_movement_types" */ + delete_e_league_movement_types?: (e_league_movement_types_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_league_movement_types_bool_exp} }) + /** delete single row from the table: "e_league_movement_types" */ + delete_e_league_movement_types_by_pk?: (e_league_movement_typesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_league_proposal_statuses" */ + delete_e_league_proposal_statuses?: (e_league_proposal_statuses_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_league_proposal_statuses_bool_exp} }) + /** delete single row from the table: "e_league_proposal_statuses" */ + delete_e_league_proposal_statuses_by_pk?: (e_league_proposal_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_league_registration_statuses" */ + delete_e_league_registration_statuses?: (e_league_registration_statuses_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_league_registration_statuses_bool_exp} }) + /** delete single row from the table: "e_league_registration_statuses" */ + delete_e_league_registration_statuses_by_pk?: (e_league_registration_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_league_season_statuses" */ + delete_e_league_season_statuses?: (e_league_season_statuses_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_league_season_statuses_bool_exp} }) + /** delete single row from the table: "e_league_season_statuses" */ + delete_e_league_season_statuses_by_pk?: (e_league_season_statusesGenqlSelection & { __args: {value: Scalars['String']} }) /** delete data from the table: "e_lobby_access" */ delete_e_lobby_access?: (e_lobby_access_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -43403,6 +49632,66 @@ export interface mutation_rootGenqlSelection{ delete_leaderboard_entries?: (leaderboard_entries_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ where: leaderboard_entries_bool_exp} }) + /** delete data from the table: "league_divisions" */ + delete_league_divisions?: (league_divisions_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_divisions_bool_exp} }) + /** delete single row from the table: "league_divisions" */ + delete_league_divisions_by_pk?: (league_divisionsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_match_weeks" */ + delete_league_match_weeks?: (league_match_weeks_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_match_weeks_bool_exp} }) + /** delete single row from the table: "league_match_weeks" */ + delete_league_match_weeks_by_pk?: (league_match_weeksGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_relegation_playoffs" */ + delete_league_relegation_playoffs?: (league_relegation_playoffs_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_relegation_playoffs_bool_exp} }) + /** delete single row from the table: "league_relegation_playoffs" */ + delete_league_relegation_playoffs_by_pk?: (league_relegation_playoffsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_scheduling_proposals" */ + delete_league_scheduling_proposals?: (league_scheduling_proposals_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_scheduling_proposals_bool_exp} }) + /** delete single row from the table: "league_scheduling_proposals" */ + delete_league_scheduling_proposals_by_pk?: (league_scheduling_proposalsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_season_divisions" */ + delete_league_season_divisions?: (league_season_divisions_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_season_divisions_bool_exp} }) + /** delete single row from the table: "league_season_divisions" */ + delete_league_season_divisions_by_pk?: (league_season_divisionsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_seasons" */ + delete_league_seasons?: (league_seasons_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_seasons_bool_exp} }) + /** delete single row from the table: "league_seasons" */ + delete_league_seasons_by_pk?: (league_seasonsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_team_movements" */ + delete_league_team_movements?: (league_team_movements_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_team_movements_bool_exp} }) + /** delete single row from the table: "league_team_movements" */ + delete_league_team_movements_by_pk?: (league_team_movementsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_team_rosters" */ + delete_league_team_rosters?: (league_team_rosters_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_team_rosters_bool_exp} }) + /** delete single row from the table: "league_team_rosters" */ + delete_league_team_rosters_by_pk?: (league_team_rostersGenqlSelection & { __args: {league_team_season_id: Scalars['uuid'], player_steam_id: Scalars['bigint']} }) + /** delete data from the table: "league_team_seasons" */ + delete_league_team_seasons?: (league_team_seasons_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_team_seasons_bool_exp} }) + /** delete single row from the table: "league_team_seasons" */ + delete_league_team_seasons_by_pk?: (league_team_seasonsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "league_teams" */ + delete_league_teams?: (league_teams_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: league_teams_bool_exp} }) + /** delete single row from the table: "league_teams" */ + delete_league_teams_by_pk?: (league_teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "lobbies" */ delete_lobbies?: (lobbies_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -43777,6 +50066,12 @@ export interface mutation_rootGenqlSelection{ where: tournament_organizers_bool_exp} }) /** delete single row from the table: "tournament_organizers" */ delete_tournament_organizers_by_pk?: (tournament_organizersGenqlSelection & { __args: {steam_id: Scalars['bigint'], tournament_id: Scalars['uuid']} }) + /** delete data from the table: "tournament_stage_windows" */ + delete_tournament_stage_windows?: (tournament_stage_windows_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_stage_windows_bool_exp} }) + /** delete single row from the table: "tournament_stage_windows" */ + delete_tournament_stage_windows_by_pk?: (tournament_stage_windowsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "tournament_stages" */ delete_tournament_stages?: (tournament_stages_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -44050,6 +50345,54 @@ export interface mutation_rootGenqlSelection{ object: e_game_server_node_statuses_insert_input, /** upsert condition */ on_conflict?: (e_game_server_node_statuses_on_conflict | null)} }) + /** insert data into the table: "e_league_movement_types" */ + insert_e_league_movement_types?: (e_league_movement_types_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_league_movement_types_insert_input[], + /** upsert condition */ + on_conflict?: (e_league_movement_types_on_conflict | null)} }) + /** insert a single row into the table: "e_league_movement_types" */ + insert_e_league_movement_types_one?: (e_league_movement_typesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_league_movement_types_insert_input, + /** upsert condition */ + on_conflict?: (e_league_movement_types_on_conflict | null)} }) + /** insert data into the table: "e_league_proposal_statuses" */ + insert_e_league_proposal_statuses?: (e_league_proposal_statuses_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_league_proposal_statuses_insert_input[], + /** upsert condition */ + on_conflict?: (e_league_proposal_statuses_on_conflict | null)} }) + /** insert a single row into the table: "e_league_proposal_statuses" */ + insert_e_league_proposal_statuses_one?: (e_league_proposal_statusesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_league_proposal_statuses_insert_input, + /** upsert condition */ + on_conflict?: (e_league_proposal_statuses_on_conflict | null)} }) + /** insert data into the table: "e_league_registration_statuses" */ + insert_e_league_registration_statuses?: (e_league_registration_statuses_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_league_registration_statuses_insert_input[], + /** upsert condition */ + on_conflict?: (e_league_registration_statuses_on_conflict | null)} }) + /** insert a single row into the table: "e_league_registration_statuses" */ + insert_e_league_registration_statuses_one?: (e_league_registration_statusesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_league_registration_statuses_insert_input, + /** upsert condition */ + on_conflict?: (e_league_registration_statuses_on_conflict | null)} }) + /** insert data into the table: "e_league_season_statuses" */ + insert_e_league_season_statuses?: (e_league_season_statuses_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_league_season_statuses_insert_input[], + /** upsert condition */ + on_conflict?: (e_league_season_statuses_on_conflict | null)} }) + /** insert a single row into the table: "e_league_season_statuses" */ + insert_e_league_season_statuses_one?: (e_league_season_statusesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_league_season_statuses_insert_input, + /** upsert condition */ + on_conflict?: (e_league_season_statuses_on_conflict | null)} }) /** insert data into the table: "e_lobby_access" */ insert_e_lobby_access?: (e_lobby_access_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -44406,6 +50749,126 @@ export interface mutation_rootGenqlSelection{ insert_leaderboard_entries_one?: (leaderboard_entriesGenqlSelection & { __args: { /** the row to be inserted */ object: leaderboard_entries_insert_input} }) + /** insert data into the table: "league_divisions" */ + insert_league_divisions?: (league_divisions_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_divisions_insert_input[], + /** upsert condition */ + on_conflict?: (league_divisions_on_conflict | null)} }) + /** insert a single row into the table: "league_divisions" */ + insert_league_divisions_one?: (league_divisionsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_divisions_insert_input, + /** upsert condition */ + on_conflict?: (league_divisions_on_conflict | null)} }) + /** insert data into the table: "league_match_weeks" */ + insert_league_match_weeks?: (league_match_weeks_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_match_weeks_insert_input[], + /** upsert condition */ + on_conflict?: (league_match_weeks_on_conflict | null)} }) + /** insert a single row into the table: "league_match_weeks" */ + insert_league_match_weeks_one?: (league_match_weeksGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_match_weeks_insert_input, + /** upsert condition */ + on_conflict?: (league_match_weeks_on_conflict | null)} }) + /** insert data into the table: "league_relegation_playoffs" */ + insert_league_relegation_playoffs?: (league_relegation_playoffs_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_relegation_playoffs_insert_input[], + /** upsert condition */ + on_conflict?: (league_relegation_playoffs_on_conflict | null)} }) + /** insert a single row into the table: "league_relegation_playoffs" */ + insert_league_relegation_playoffs_one?: (league_relegation_playoffsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_relegation_playoffs_insert_input, + /** upsert condition */ + on_conflict?: (league_relegation_playoffs_on_conflict | null)} }) + /** insert data into the table: "league_scheduling_proposals" */ + insert_league_scheduling_proposals?: (league_scheduling_proposals_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_scheduling_proposals_insert_input[], + /** upsert condition */ + on_conflict?: (league_scheduling_proposals_on_conflict | null)} }) + /** insert a single row into the table: "league_scheduling_proposals" */ + insert_league_scheduling_proposals_one?: (league_scheduling_proposalsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_scheduling_proposals_insert_input, + /** upsert condition */ + on_conflict?: (league_scheduling_proposals_on_conflict | null)} }) + /** insert data into the table: "league_season_divisions" */ + insert_league_season_divisions?: (league_season_divisions_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_season_divisions_insert_input[], + /** upsert condition */ + on_conflict?: (league_season_divisions_on_conflict | null)} }) + /** insert a single row into the table: "league_season_divisions" */ + insert_league_season_divisions_one?: (league_season_divisionsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_season_divisions_insert_input, + /** upsert condition */ + on_conflict?: (league_season_divisions_on_conflict | null)} }) + /** insert data into the table: "league_seasons" */ + insert_league_seasons?: (league_seasons_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_seasons_insert_input[], + /** upsert condition */ + on_conflict?: (league_seasons_on_conflict | null)} }) + /** insert a single row into the table: "league_seasons" */ + insert_league_seasons_one?: (league_seasonsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_seasons_insert_input, + /** upsert condition */ + on_conflict?: (league_seasons_on_conflict | null)} }) + /** insert data into the table: "league_team_movements" */ + insert_league_team_movements?: (league_team_movements_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_team_movements_insert_input[], + /** upsert condition */ + on_conflict?: (league_team_movements_on_conflict | null)} }) + /** insert a single row into the table: "league_team_movements" */ + insert_league_team_movements_one?: (league_team_movementsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_team_movements_insert_input, + /** upsert condition */ + on_conflict?: (league_team_movements_on_conflict | null)} }) + /** insert data into the table: "league_team_rosters" */ + insert_league_team_rosters?: (league_team_rosters_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_team_rosters_insert_input[], + /** upsert condition */ + on_conflict?: (league_team_rosters_on_conflict | null)} }) + /** insert a single row into the table: "league_team_rosters" */ + insert_league_team_rosters_one?: (league_team_rostersGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_team_rosters_insert_input, + /** upsert condition */ + on_conflict?: (league_team_rosters_on_conflict | null)} }) + /** insert data into the table: "league_team_seasons" */ + insert_league_team_seasons?: (league_team_seasons_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_team_seasons_insert_input[], + /** upsert condition */ + on_conflict?: (league_team_seasons_on_conflict | null)} }) + /** insert a single row into the table: "league_team_seasons" */ + insert_league_team_seasons_one?: (league_team_seasonsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_team_seasons_insert_input, + /** upsert condition */ + on_conflict?: (league_team_seasons_on_conflict | null)} }) + /** insert data into the table: "league_teams" */ + insert_league_teams?: (league_teams_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: league_teams_insert_input[], + /** upsert condition */ + on_conflict?: (league_teams_on_conflict | null)} }) + /** insert a single row into the table: "league_teams" */ + insert_league_teams_one?: (league_teamsGenqlSelection & { __args: { + /** the row to be inserted */ + object: league_teams_insert_input, + /** upsert condition */ + on_conflict?: (league_teams_on_conflict | null)} }) /** insert data into the table: "lobbies" */ insert_lobbies?: (lobbies_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -45154,6 +51617,18 @@ export interface mutation_rootGenqlSelection{ object: tournament_organizers_insert_input, /** upsert condition */ on_conflict?: (tournament_organizers_on_conflict | null)} }) + /** insert data into the table: "tournament_stage_windows" */ + insert_tournament_stage_windows?: (tournament_stage_windows_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_stage_windows_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_stage_windows_on_conflict | null)} }) + /** insert a single row into the table: "tournament_stage_windows" */ + insert_tournament_stage_windows_one?: (tournament_stage_windowsGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_stage_windows_insert_input, + /** upsert condition */ + on_conflict?: (tournament_stage_windows_on_conflict | null)} }) /** insert data into the table: "tournament_stages" */ insert_tournament_stages?: (tournament_stages_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -45287,6 +51762,20 @@ export interface mutation_rootGenqlSelection{ /** joinDraftGameAsParty */ joinDraftGameAsParty?: (SuccessOutputGenqlSelection & { __args: {draftGameId: Scalars['uuid'], inviteCode?: (Scalars['String'] | null)} }) kickServerPlayer?: (KickResultGenqlSelection & { __args: {reason?: (Scalars['String'] | null), serverId: Scalars['String'], steam_id: Scalars['String']} }) + /** execute VOLATILE function "league_award_forfeit" which returns "matches" */ + league_award_forfeit?: (matchesGenqlSelection & { __args: { + /** input parameters for function "league_award_forfeit" */ + args: league_award_forfeit_args, + /** distinct select on columns */ + distinct_on?: (matches_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?: (matches_order_by[] | null), + /** filter the rows returned */ + where?: (matches_bool_exp | null)} }) leaveLineup?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['String']} }) linkSteamMatchHistory?: (SteamMatchHistoryLinkOutputGenqlSelection & { __args: {auth_code: Scalars['String'], share_code: Scalars['String']} }) /** Load dev fixture data (dev only) */ @@ -45336,8 +51825,36 @@ export interface mutation_rootGenqlSelection{ removeFixtures?: SuccessOutputGenqlSelection /** Remove a friends-role presence bot account */ removeSteamPresenceBotAccount?: (SuccessOutputGenqlSelection & { __args: {account_id: Scalars['String']} }) + /** execute VOLATILE function "remove_league_team_from_season" which returns "league_team_seasons" */ + remove_league_team_from_season?: (league_team_seasonsGenqlSelection & { __args: { + /** input parameters for function "remove_league_team_from_season" */ + args: remove_league_team_from_season_args, + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) /** Rename file or directory on game server */ renameServerItem?: (SuccessOutputGenqlSelection & { __args: {new_path: Scalars['String'], node_id: Scalars['String'], old_path: Scalars['String'], server_id?: (Scalars['String'] | null)} }) + /** execute VOLATILE function "reorder_league_divisions" which returns "league_divisions" */ + reorder_league_divisions?: (league_divisionsGenqlSelection & { __args: { + /** input parameters for function "reorder_league_divisions" */ + args: reorder_league_divisions_args, + /** distinct select on columns */ + distinct_on?: (league_divisions_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?: (league_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_divisions_bool_exp | null)} }) /** Re-parse every demo in the system (admin only). Runs one demo at a time in the background; this can take a very long time. Track via reparseAllDemosStatus. */ reparseAllDemos?: ReparseAllStartedOutputGenqlSelection /** Return the progress of the reparse-all-demos run (admin only). */ @@ -45354,6 +51871,20 @@ export interface mutation_rootGenqlSelection{ /** respondToScrimRequest */ respondToScrimRequest?: (SuccessOutputGenqlSelection & { __args: {accept: Scalars['Boolean'], request_id: Scalars['uuid']} }) restartService?: (SuccessOutputGenqlSelection & { __args: {service: Scalars['String']} }) + /** execute VOLATILE function "restart_league_season" which returns "league_seasons" */ + restart_league_season?: (league_seasonsGenqlSelection & { __args: { + /** input parameters for function "restart_league_season" */ + args: restart_league_season_args, + /** distinct select on columns */ + distinct_on?: (league_seasons_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?: (league_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_seasons_bool_exp | null)} }) /** Clear paused flag and re-enqueue remaining queued clip_render_jobs. */ resumeClipRenderBatch?: (SuccessOutputGenqlSelection & { __args: {match_map_id: Scalars['uuid']} }) /** Delete terminal clip_render_jobs rows for a match_map (all or only failed/cancelled) and re-create them from their saved specs. */ @@ -45699,6 +52230,62 @@ export interface mutation_rootGenqlSelection{ update_e_game_server_node_statuses_many?: (e_game_server_node_statuses_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: e_game_server_node_statuses_updates[]} }) + /** update data of the table: "e_league_movement_types" */ + update_e_league_movement_types?: (e_league_movement_types_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_movement_types_set_input | null), + /** filter the rows which have to be updated */ + where: e_league_movement_types_bool_exp} }) + /** update single row of the table: "e_league_movement_types" */ + update_e_league_movement_types_by_pk?: (e_league_movement_typesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_movement_types_set_input | null), pk_columns: e_league_movement_types_pk_columns_input} }) + /** update multiples rows of table: "e_league_movement_types" */ + update_e_league_movement_types_many?: (e_league_movement_types_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_league_movement_types_updates[]} }) + /** update data of the table: "e_league_proposal_statuses" */ + update_e_league_proposal_statuses?: (e_league_proposal_statuses_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_proposal_statuses_set_input | null), + /** filter the rows which have to be updated */ + where: e_league_proposal_statuses_bool_exp} }) + /** update single row of the table: "e_league_proposal_statuses" */ + update_e_league_proposal_statuses_by_pk?: (e_league_proposal_statusesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_proposal_statuses_set_input | null), pk_columns: e_league_proposal_statuses_pk_columns_input} }) + /** update multiples rows of table: "e_league_proposal_statuses" */ + update_e_league_proposal_statuses_many?: (e_league_proposal_statuses_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_league_proposal_statuses_updates[]} }) + /** update data of the table: "e_league_registration_statuses" */ + update_e_league_registration_statuses?: (e_league_registration_statuses_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_registration_statuses_set_input | null), + /** filter the rows which have to be updated */ + where: e_league_registration_statuses_bool_exp} }) + /** update single row of the table: "e_league_registration_statuses" */ + update_e_league_registration_statuses_by_pk?: (e_league_registration_statusesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_registration_statuses_set_input | null), pk_columns: e_league_registration_statuses_pk_columns_input} }) + /** update multiples rows of table: "e_league_registration_statuses" */ + update_e_league_registration_statuses_many?: (e_league_registration_statuses_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_league_registration_statuses_updates[]} }) + /** update data of the table: "e_league_season_statuses" */ + update_e_league_season_statuses?: (e_league_season_statuses_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_season_statuses_set_input | null), + /** filter the rows which have to be updated */ + where: e_league_season_statuses_bool_exp} }) + /** update single row of the table: "e_league_season_statuses" */ + update_e_league_season_statuses_by_pk?: (e_league_season_statusesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_league_season_statuses_set_input | null), pk_columns: e_league_season_statuses_pk_columns_input} }) + /** update multiples rows of table: "e_league_season_statuses" */ + update_e_league_season_statuses_many?: (e_league_season_statuses_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_league_season_statuses_updates[]} }) /** update data of the table: "e_lobby_access" */ update_e_lobby_access?: (e_lobby_access_mutation_responseGenqlSelection & { __args: { /** sets the columns of the filtered rows to the given values */ @@ -46193,6 +52780,198 @@ export interface mutation_rootGenqlSelection{ update_leaderboard_entries_many?: (leaderboard_entries_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: leaderboard_entries_updates[]} }) + /** update data of the table: "league_divisions" */ + update_league_divisions?: (league_divisions_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_divisions_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_divisions_set_input | null), + /** filter the rows which have to be updated */ + where: league_divisions_bool_exp} }) + /** update single row of the table: "league_divisions" */ + update_league_divisions_by_pk?: (league_divisionsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_divisions_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_divisions_set_input | null), pk_columns: league_divisions_pk_columns_input} }) + /** update multiples rows of table: "league_divisions" */ + update_league_divisions_many?: (league_divisions_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_divisions_updates[]} }) + /** update data of the table: "league_match_weeks" */ + update_league_match_weeks?: (league_match_weeks_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_match_weeks_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_match_weeks_set_input | null), + /** filter the rows which have to be updated */ + where: league_match_weeks_bool_exp} }) + /** update single row of the table: "league_match_weeks" */ + update_league_match_weeks_by_pk?: (league_match_weeksGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_match_weeks_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_match_weeks_set_input | null), pk_columns: league_match_weeks_pk_columns_input} }) + /** update multiples rows of table: "league_match_weeks" */ + update_league_match_weeks_many?: (league_match_weeks_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_match_weeks_updates[]} }) + /** update data of the table: "league_relegation_playoffs" */ + update_league_relegation_playoffs?: (league_relegation_playoffs_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_relegation_playoffs_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_relegation_playoffs_set_input | null), + /** filter the rows which have to be updated */ + where: league_relegation_playoffs_bool_exp} }) + /** update single row of the table: "league_relegation_playoffs" */ + update_league_relegation_playoffs_by_pk?: (league_relegation_playoffsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_relegation_playoffs_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_relegation_playoffs_set_input | null), pk_columns: league_relegation_playoffs_pk_columns_input} }) + /** update multiples rows of table: "league_relegation_playoffs" */ + update_league_relegation_playoffs_many?: (league_relegation_playoffs_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_relegation_playoffs_updates[]} }) + /** update data of the table: "league_scheduling_proposals" */ + update_league_scheduling_proposals?: (league_scheduling_proposals_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_scheduling_proposals_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_scheduling_proposals_set_input | null), + /** filter the rows which have to be updated */ + where: league_scheduling_proposals_bool_exp} }) + /** update single row of the table: "league_scheduling_proposals" */ + update_league_scheduling_proposals_by_pk?: (league_scheduling_proposalsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_scheduling_proposals_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_scheduling_proposals_set_input | null), pk_columns: league_scheduling_proposals_pk_columns_input} }) + /** update multiples rows of table: "league_scheduling_proposals" */ + update_league_scheduling_proposals_many?: (league_scheduling_proposals_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_scheduling_proposals_updates[]} }) + /** update data of the table: "league_season_divisions" */ + update_league_season_divisions?: (league_season_divisions_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (league_season_divisions_set_input | null), + /** filter the rows which have to be updated */ + where: league_season_divisions_bool_exp} }) + /** update single row of the table: "league_season_divisions" */ + update_league_season_divisions_by_pk?: (league_season_divisionsGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (league_season_divisions_set_input | null), pk_columns: league_season_divisions_pk_columns_input} }) + /** update multiples rows of table: "league_season_divisions" */ + update_league_season_divisions_many?: (league_season_divisions_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_season_divisions_updates[]} }) + /** update data of the table: "league_seasons" */ + update_league_seasons?: (league_seasons_mutation_responseGenqlSelection & { __args: { + /** append existing jsonb value of filtered columns with new jsonb value */ + _append?: (league_seasons_append_input | null), + /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ + _delete_at_path?: (league_seasons_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?: (league_seasons_delete_elem_input | null), + /** delete key/value pair or string element. key/value pairs are matched based on their key value */ + _delete_key?: (league_seasons_delete_key_input | null), + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_seasons_inc_input | null), + /** prepend existing jsonb value of filtered columns with new jsonb value */ + _prepend?: (league_seasons_prepend_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_seasons_set_input | null), + /** filter the rows which have to be updated */ + where: league_seasons_bool_exp} }) + /** update single row of the table: "league_seasons" */ + update_league_seasons_by_pk?: (league_seasonsGenqlSelection & { __args: { + /** append existing jsonb value of filtered columns with new jsonb value */ + _append?: (league_seasons_append_input | null), + /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ + _delete_at_path?: (league_seasons_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?: (league_seasons_delete_elem_input | null), + /** delete key/value pair or string element. key/value pairs are matched based on their key value */ + _delete_key?: (league_seasons_delete_key_input | null), + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_seasons_inc_input | null), + /** prepend existing jsonb value of filtered columns with new jsonb value */ + _prepend?: (league_seasons_prepend_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_seasons_set_input | null), pk_columns: league_seasons_pk_columns_input} }) + /** update multiples rows of table: "league_seasons" */ + update_league_seasons_many?: (league_seasons_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_seasons_updates[]} }) + /** update data of the table: "league_team_movements" */ + update_league_team_movements?: (league_team_movements_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_team_movements_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_team_movements_set_input | null), + /** filter the rows which have to be updated */ + where: league_team_movements_bool_exp} }) + /** update single row of the table: "league_team_movements" */ + update_league_team_movements_by_pk?: (league_team_movementsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_team_movements_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_team_movements_set_input | null), pk_columns: league_team_movements_pk_columns_input} }) + /** update multiples rows of table: "league_team_movements" */ + update_league_team_movements_many?: (league_team_movements_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_team_movements_updates[]} }) + /** update data of the table: "league_team_rosters" */ + update_league_team_rosters?: (league_team_rosters_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_team_rosters_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_team_rosters_set_input | null), + /** filter the rows which have to be updated */ + where: league_team_rosters_bool_exp} }) + /** update single row of the table: "league_team_rosters" */ + update_league_team_rosters_by_pk?: (league_team_rostersGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_team_rosters_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_team_rosters_set_input | null), pk_columns: league_team_rosters_pk_columns_input} }) + /** update multiples rows of table: "league_team_rosters" */ + update_league_team_rosters_many?: (league_team_rosters_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_team_rosters_updates[]} }) + /** update data of the table: "league_team_seasons" */ + update_league_team_seasons?: (league_team_seasons_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_team_seasons_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_team_seasons_set_input | null), + /** filter the rows which have to be updated */ + where: league_team_seasons_bool_exp} }) + /** update single row of the table: "league_team_seasons" */ + update_league_team_seasons_by_pk?: (league_team_seasonsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (league_team_seasons_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (league_team_seasons_set_input | null), pk_columns: league_team_seasons_pk_columns_input} }) + /** update multiples rows of table: "league_team_seasons" */ + update_league_team_seasons_many?: (league_team_seasons_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_team_seasons_updates[]} }) + /** update data of the table: "league_teams" */ + update_league_teams?: (league_teams_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (league_teams_set_input | null), + /** filter the rows which have to be updated */ + where: league_teams_bool_exp} }) + /** update single row of the table: "league_teams" */ + update_league_teams_by_pk?: (league_teamsGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (league_teams_set_input | null), pk_columns: league_teams_pk_columns_input} }) + /** update multiples rows of table: "league_teams" */ + update_league_teams_many?: (league_teams_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: league_teams_updates[]} }) /** update data of the table: "lobbies" */ update_lobbies?: (lobbies_mutation_responseGenqlSelection & { __args: { /** sets the columns of the filtered rows to the given values */ @@ -47381,6 +54160,24 @@ export interface mutation_rootGenqlSelection{ update_tournament_organizers_many?: (tournament_organizers_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: tournament_organizers_updates[]} }) + /** update data of the table: "tournament_stage_windows" */ + update_tournament_stage_windows?: (tournament_stage_windows_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_stage_windows_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_stage_windows_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_stage_windows_bool_exp} }) + /** update single row of the table: "tournament_stage_windows" */ + update_tournament_stage_windows_by_pk?: (tournament_stage_windowsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_stage_windows_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_stage_windows_set_input | null), pk_columns: tournament_stage_windows_pk_columns_input} }) + /** update multiples rows of table: "tournament_stage_windows" */ + update_tournament_stage_windows_many?: (tournament_stage_windows_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_stage_windows_updates[]} }) /** update data of the table: "tournament_stages" */ update_tournament_stages?: (tournament_stages_mutation_responseGenqlSelection & { __args: { /** append existing jsonb value of filtered columns with new jsonb value */ @@ -59593,6 +66390,110 @@ export interface query_rootGenqlSelection{ where?: (e_game_server_node_statuses_bool_exp | null)} }) /** fetch data from the table: "e_game_server_node_statuses" using primary key columns */ e_game_server_node_statuses_by_pk?: (e_game_server_node_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_league_movement_types" */ + e_league_movement_types?: (e_league_movement_typesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_movement_types_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_league_movement_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_movement_types_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_movement_types" */ + e_league_movement_types_aggregate?: (e_league_movement_types_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_movement_types_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_league_movement_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_movement_types_bool_exp | null)} }) + /** fetch data from the table: "e_league_movement_types" using primary key columns */ + e_league_movement_types_by_pk?: (e_league_movement_typesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses?: (e_league_proposal_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_proposal_statuses_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_league_proposal_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_proposal_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses_aggregate?: (e_league_proposal_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_proposal_statuses_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_league_proposal_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_proposal_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_proposal_statuses" using primary key columns */ + e_league_proposal_statuses_by_pk?: (e_league_proposal_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_league_registration_statuses" */ + e_league_registration_statuses?: (e_league_registration_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_registration_statuses_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_league_registration_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_registration_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_registration_statuses" */ + e_league_registration_statuses_aggregate?: (e_league_registration_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_registration_statuses_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_league_registration_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_registration_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_registration_statuses" using primary key columns */ + e_league_registration_statuses_by_pk?: (e_league_registration_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_league_season_statuses" */ + e_league_season_statuses?: (e_league_season_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_season_statuses_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_league_season_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_season_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_season_statuses" */ + e_league_season_statuses_aggregate?: (e_league_season_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_season_statuses_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_league_season_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_season_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_season_statuses" using primary key columns */ + e_league_season_statuses_by_pk?: (e_league_season_statusesGenqlSelection & { __args: {value: Scalars['String']} }) /** fetch data from the table: "e_lobby_access" */ e_lobby_access?: (e_lobby_accessGenqlSelection & { __args?: { /** distinct select on columns */ @@ -60409,6 +67310,34 @@ export interface query_rootGenqlSelection{ order_by?: (leaderboard_entries_order_by[] | null), /** filter the rows returned */ where?: (leaderboard_entries_bool_exp | null)} }) + /** execute function "get_league_season_leaderboard" which returns "leaderboard_entries" */ + get_league_season_leaderboard?: (leaderboard_entriesGenqlSelection & { __args: { + /** input parameters for function "get_league_season_leaderboard" */ + args: get_league_season_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (leaderboard_entries_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?: (leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (leaderboard_entries_bool_exp | null)} }) + /** execute function "get_league_season_leaderboard" and query aggregates on result of table type "leaderboard_entries" */ + get_league_season_leaderboard_aggregate?: (leaderboard_entries_aggregateGenqlSelection & { __args: { + /** input parameters for function "get_league_season_leaderboard_aggregate" */ + args: get_league_season_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (leaderboard_entries_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?: (leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (leaderboard_entries_bool_exp | null)} }) /** execute function "get_player_leaderboard_rank" which returns "player_leaderboard_rank" */ get_player_leaderboard_rank?: (player_leaderboard_rankGenqlSelection & { __args: { /** input parameters for function "get_player_leaderboard_rank" */ @@ -60461,6 +67390,266 @@ export interface query_rootGenqlSelection{ order_by?: (leaderboard_entries_order_by[] | null), /** filter the rows returned */ where?: (leaderboard_entries_bool_exp | null)} }) + /** fetch data from the table: "league_divisions" */ + league_divisions?: (league_divisionsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_divisions_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?: (league_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_divisions_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_divisions" */ + league_divisions_aggregate?: (league_divisions_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_divisions_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?: (league_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_divisions_bool_exp | null)} }) + /** fetch data from the table: "league_divisions" using primary key columns */ + league_divisions_by_pk?: (league_divisionsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_match_weeks" */ + league_match_weeks?: (league_match_weeksGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_match_weeks_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?: (league_match_weeks_order_by[] | null), + /** filter the rows returned */ + where?: (league_match_weeks_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_match_weeks" */ + league_match_weeks_aggregate?: (league_match_weeks_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_match_weeks_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?: (league_match_weeks_order_by[] | null), + /** filter the rows returned */ + where?: (league_match_weeks_bool_exp | null)} }) + /** fetch data from the table: "league_match_weeks" using primary key columns */ + league_match_weeks_by_pk?: (league_match_weeksGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_relegation_playoffs" */ + league_relegation_playoffs?: (league_relegation_playoffsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_relegation_playoffs_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?: (league_relegation_playoffs_order_by[] | null), + /** filter the rows returned */ + where?: (league_relegation_playoffs_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_relegation_playoffs" */ + league_relegation_playoffs_aggregate?: (league_relegation_playoffs_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_relegation_playoffs_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?: (league_relegation_playoffs_order_by[] | null), + /** filter the rows returned */ + where?: (league_relegation_playoffs_bool_exp | null)} }) + /** fetch data from the table: "league_relegation_playoffs" using primary key columns */ + league_relegation_playoffs_by_pk?: (league_relegation_playoffsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_scheduling_proposals" */ + league_scheduling_proposals?: (league_scheduling_proposalsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_scheduling_proposals_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?: (league_scheduling_proposals_order_by[] | null), + /** filter the rows returned */ + where?: (league_scheduling_proposals_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_scheduling_proposals" */ + league_scheduling_proposals_aggregate?: (league_scheduling_proposals_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_scheduling_proposals_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?: (league_scheduling_proposals_order_by[] | null), + /** filter the rows returned */ + where?: (league_scheduling_proposals_bool_exp | null)} }) + /** fetch data from the table: "league_scheduling_proposals" using primary key columns */ + league_scheduling_proposals_by_pk?: (league_scheduling_proposalsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_season_divisions" */ + league_season_divisions?: (league_season_divisionsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_season_divisions_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?: (league_season_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_season_divisions_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_season_divisions" */ + league_season_divisions_aggregate?: (league_season_divisions_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_season_divisions_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?: (league_season_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_season_divisions_bool_exp | null)} }) + /** fetch data from the table: "league_season_divisions" using primary key columns */ + league_season_divisions_by_pk?: (league_season_divisionsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_seasons" */ + league_seasons?: (league_seasonsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_seasons_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?: (league_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_seasons_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_seasons" */ + league_seasons_aggregate?: (league_seasons_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_seasons_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?: (league_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_seasons_bool_exp | null)} }) + /** fetch data from the table: "league_seasons" using primary key columns */ + league_seasons_by_pk?: (league_seasonsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_team_movements" */ + league_team_movements?: (league_team_movementsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_team_movements" */ + league_team_movements_aggregate?: (league_team_movements_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** fetch data from the table: "league_team_movements" using primary key columns */ + league_team_movements_by_pk?: (league_team_movementsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_team_rosters" */ + league_team_rosters?: (league_team_rostersGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_rosters_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?: (league_team_rosters_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_rosters_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_team_rosters" */ + league_team_rosters_aggregate?: (league_team_rosters_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_rosters_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?: (league_team_rosters_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_rosters_bool_exp | null)} }) + /** fetch data from the table: "league_team_rosters" using primary key columns */ + league_team_rosters_by_pk?: (league_team_rostersGenqlSelection & { __args: {league_team_season_id: Scalars['uuid'], player_steam_id: Scalars['bigint']} }) + /** fetch data from the table: "league_team_seasons" */ + league_team_seasons?: (league_team_seasonsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_team_seasons" */ + league_team_seasons_aggregate?: (league_team_seasons_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + /** fetch data from the table: "league_team_seasons" using primary key columns */ + league_team_seasons_by_pk?: (league_team_seasonsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "league_teams" */ + league_teams?: (league_teamsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_teams_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?: (league_teams_order_by[] | null), + /** filter the rows returned */ + where?: (league_teams_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_teams" */ + league_teams_aggregate?: (league_teams_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_teams_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?: (league_teams_order_by[] | null), + /** filter the rows returned */ + where?: (league_teams_bool_exp | null)} }) + /** fetch data from the table: "league_teams" using primary key columns */ + league_teams_by_pk?: (league_teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** List files in game server directory */ listServerFiles?: (FileListResponseGenqlSelection & { __args: {node_id: Scalars['String'], path?: (Scalars['String'] | null), server_id?: (Scalars['String'] | null)} }) /** fetch data from the table: "lobbies" */ @@ -61757,8 +68946,6 @@ export interface query_rootGenqlSelection{ plugin_versions_by_pk?: (plugin_versionsGenqlSelection & { __args: {version: Scalars['String']} }) /** Read file content from game server */ readServerFile?: (FileContentResponseGenqlSelection & { __args: {file_path: Scalars['String'], node_id: Scalars['String'], server_id?: (Scalars['String'] | null)} }) - /** scrimCalendarUrl */ - scrimCalendarUrl?: (ScrimCalendarOutputGenqlSelection & { __args: {team_id: Scalars['uuid']} }) /** fetch data from the table: "seasons" */ seasons?: (seasonsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -61943,6 +69130,8 @@ export interface query_rootGenqlSelection{ where?: (system_alerts_bool_exp | null)} }) /** fetch data from the table: "system_alerts" using primary key columns */ system_alerts_by_pk?: (system_alertsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** teamCalendarUrl */ + teamCalendarUrl?: (TeamCalendarOutputGenqlSelection & { __args: {team_id: Scalars['uuid']} }) /** An array relationship */ team_invites?: (team_invitesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -62230,6 +69419,32 @@ export interface query_rootGenqlSelection{ where?: (tournament_organizers_bool_exp | null)} }) /** fetch data from the table: "tournament_organizers" using primary key columns */ tournament_organizers_by_pk?: (tournament_organizersGenqlSelection & { __args: {steam_id: Scalars['bigint'], tournament_id: Scalars['uuid']} }) + /** fetch data from the table: "tournament_stage_windows" */ + tournament_stage_windows?: (tournament_stage_windowsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stage_windows_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_stage_windows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stage_windows_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_stage_windows" */ + tournament_stage_windows_aggregate?: (tournament_stage_windows_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stage_windows_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_stage_windows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stage_windows_bool_exp | null)} }) + /** fetch data from the table: "tournament_stage_windows" using primary key columns */ + tournament_stage_windows_by_pk?: (tournament_stage_windowsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** An array relationship */ tournament_stages?: (tournament_stagesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -62436,6 +69651,54 @@ export interface query_rootGenqlSelection{ order_by?: (v_gpu_pool_status_order_by[] | null), /** filter the rows returned */ where?: (v_gpu_pool_status_bool_exp | null)} }) + /** fetch data from the table: "v_league_division_standings" */ + v_league_division_standings?: (v_league_division_standingsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_league_division_standings" */ + v_league_division_standings_aggregate?: (v_league_division_standings_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** fetch data from the table: "v_league_season_player_stats" */ + v_league_season_player_stats?: (v_league_season_player_statsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_season_player_stats_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?: (v_league_season_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_season_player_stats_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_league_season_player_stats" */ + v_league_season_player_stats_aggregate?: (v_league_season_player_stats_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_season_player_stats_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?: (v_league_season_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_season_player_stats_bool_exp | null)} }) /** fetch data from the table: "v_match_captains" */ v_match_captains?: (v_match_captainsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -63116,6 +70379,12 @@ export interface query_rootGenqlSelection{ export interface recalculate_tournament_trophies_args {_tournament_id?: (Scalars['uuid'] | null)} +export interface remove_league_team_from_season_args {_league_team_season_id?: (Scalars['uuid'] | null)} + +export interface reorder_league_divisions_args {_division_ids?: (Scalars['_uuid'] | null)} + +export interface restart_league_season_args {_league_season_id?: (Scalars['uuid'] | null)} + /** columns and relationships of "seasons" */ export interface seasonsGenqlSelection{ @@ -64036,6 +71305,10 @@ _set?: (settings_set_input | null), where: settings_bool_exp} +/** Boolean expression to compare columns of type "smallint". All fields are combined with logical 'AND'. */ +export interface smallint_comparison_exp {_eq?: (Scalars['smallint'] | null),_gt?: (Scalars['smallint'] | null),_gte?: (Scalars['smallint'] | null),_in?: (Scalars['smallint'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['smallint'] | null),_lte?: (Scalars['smallint'] | null),_neq?: (Scalars['smallint'] | null),_nin?: (Scalars['smallint'][] | null)} + + /** columns and relationships of "steam_account_claims" */ export interface steam_account_claimsGenqlSelection{ created_at?: boolean | number @@ -65000,6 +72273,142 @@ export interface subscription_rootGenqlSelection{ cursor: (e_game_server_node_statuses_stream_cursor_input | null)[], /** filter the rows returned */ where?: (e_game_server_node_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_movement_types" */ + e_league_movement_types?: (e_league_movement_typesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_movement_types_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_league_movement_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_movement_types_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_movement_types" */ + e_league_movement_types_aggregate?: (e_league_movement_types_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_movement_types_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_league_movement_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_movement_types_bool_exp | null)} }) + /** fetch data from the table: "e_league_movement_types" using primary key columns */ + e_league_movement_types_by_pk?: (e_league_movement_typesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_league_movement_types" */ + e_league_movement_types_stream?: (e_league_movement_typesGenqlSelection & { __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_league_movement_types_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_league_movement_types_bool_exp | null)} }) + /** fetch data from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses?: (e_league_proposal_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_proposal_statuses_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_league_proposal_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_proposal_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_proposal_statuses" */ + e_league_proposal_statuses_aggregate?: (e_league_proposal_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_proposal_statuses_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_league_proposal_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_proposal_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_proposal_statuses" using primary key columns */ + e_league_proposal_statuses_by_pk?: (e_league_proposal_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_league_proposal_statuses" */ + e_league_proposal_statuses_stream?: (e_league_proposal_statusesGenqlSelection & { __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_league_proposal_statuses_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_league_proposal_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_registration_statuses" */ + e_league_registration_statuses?: (e_league_registration_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_registration_statuses_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_league_registration_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_registration_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_registration_statuses" */ + e_league_registration_statuses_aggregate?: (e_league_registration_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_registration_statuses_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_league_registration_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_registration_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_registration_statuses" using primary key columns */ + e_league_registration_statuses_by_pk?: (e_league_registration_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_league_registration_statuses" */ + e_league_registration_statuses_stream?: (e_league_registration_statusesGenqlSelection & { __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_league_registration_statuses_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_league_registration_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_season_statuses" */ + e_league_season_statuses?: (e_league_season_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_season_statuses_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_league_season_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_season_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_league_season_statuses" */ + e_league_season_statuses_aggregate?: (e_league_season_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_league_season_statuses_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_league_season_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_league_season_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_league_season_statuses" using primary key columns */ + e_league_season_statuses_by_pk?: (e_league_season_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_league_season_statuses" */ + e_league_season_statuses_stream?: (e_league_season_statusesGenqlSelection & { __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_league_season_statuses_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_league_season_statuses_bool_exp | null)} }) /** fetch data from the table: "e_lobby_access" */ e_lobby_access?: (e_lobby_accessGenqlSelection & { __args?: { /** distinct select on columns */ @@ -66014,6 +73423,34 @@ export interface subscription_rootGenqlSelection{ order_by?: (leaderboard_entries_order_by[] | null), /** filter the rows returned */ where?: (leaderboard_entries_bool_exp | null)} }) + /** execute function "get_league_season_leaderboard" which returns "leaderboard_entries" */ + get_league_season_leaderboard?: (leaderboard_entriesGenqlSelection & { __args: { + /** input parameters for function "get_league_season_leaderboard" */ + args: get_league_season_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (leaderboard_entries_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?: (leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (leaderboard_entries_bool_exp | null)} }) + /** execute function "get_league_season_leaderboard" and query aggregates on result of table type "leaderboard_entries" */ + get_league_season_leaderboard_aggregate?: (leaderboard_entries_aggregateGenqlSelection & { __args: { + /** input parameters for function "get_league_season_leaderboard_aggregate" */ + args: get_league_season_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (leaderboard_entries_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?: (leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (leaderboard_entries_bool_exp | null)} }) /** execute function "get_player_leaderboard_rank" which returns "player_leaderboard_rank" */ get_player_leaderboard_rank?: (player_leaderboard_rankGenqlSelection & { __args: { /** input parameters for function "get_player_leaderboard_rank" */ @@ -66074,6 +73511,346 @@ export interface subscription_rootGenqlSelection{ cursor: (leaderboard_entries_stream_cursor_input | null)[], /** filter the rows returned */ where?: (leaderboard_entries_bool_exp | null)} }) + /** fetch data from the table: "league_divisions" */ + league_divisions?: (league_divisionsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_divisions_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?: (league_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_divisions_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_divisions" */ + league_divisions_aggregate?: (league_divisions_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_divisions_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?: (league_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_divisions_bool_exp | null)} }) + /** fetch data from the table: "league_divisions" using primary key columns */ + league_divisions_by_pk?: (league_divisionsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_divisions" */ + league_divisions_stream?: (league_divisionsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_divisions_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_divisions_bool_exp | null)} }) + /** fetch data from the table: "league_match_weeks" */ + league_match_weeks?: (league_match_weeksGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_match_weeks_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?: (league_match_weeks_order_by[] | null), + /** filter the rows returned */ + where?: (league_match_weeks_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_match_weeks" */ + league_match_weeks_aggregate?: (league_match_weeks_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_match_weeks_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?: (league_match_weeks_order_by[] | null), + /** filter the rows returned */ + where?: (league_match_weeks_bool_exp | null)} }) + /** fetch data from the table: "league_match_weeks" using primary key columns */ + league_match_weeks_by_pk?: (league_match_weeksGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_match_weeks" */ + league_match_weeks_stream?: (league_match_weeksGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_match_weeks_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_match_weeks_bool_exp | null)} }) + /** fetch data from the table: "league_relegation_playoffs" */ + league_relegation_playoffs?: (league_relegation_playoffsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_relegation_playoffs_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?: (league_relegation_playoffs_order_by[] | null), + /** filter the rows returned */ + where?: (league_relegation_playoffs_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_relegation_playoffs" */ + league_relegation_playoffs_aggregate?: (league_relegation_playoffs_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_relegation_playoffs_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?: (league_relegation_playoffs_order_by[] | null), + /** filter the rows returned */ + where?: (league_relegation_playoffs_bool_exp | null)} }) + /** fetch data from the table: "league_relegation_playoffs" using primary key columns */ + league_relegation_playoffs_by_pk?: (league_relegation_playoffsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_relegation_playoffs" */ + league_relegation_playoffs_stream?: (league_relegation_playoffsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_relegation_playoffs_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_relegation_playoffs_bool_exp | null)} }) + /** fetch data from the table: "league_scheduling_proposals" */ + league_scheduling_proposals?: (league_scheduling_proposalsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_scheduling_proposals_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?: (league_scheduling_proposals_order_by[] | null), + /** filter the rows returned */ + where?: (league_scheduling_proposals_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_scheduling_proposals" */ + league_scheduling_proposals_aggregate?: (league_scheduling_proposals_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_scheduling_proposals_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?: (league_scheduling_proposals_order_by[] | null), + /** filter the rows returned */ + where?: (league_scheduling_proposals_bool_exp | null)} }) + /** fetch data from the table: "league_scheduling_proposals" using primary key columns */ + league_scheduling_proposals_by_pk?: (league_scheduling_proposalsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_scheduling_proposals" */ + league_scheduling_proposals_stream?: (league_scheduling_proposalsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_scheduling_proposals_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_scheduling_proposals_bool_exp | null)} }) + /** fetch data from the table: "league_season_divisions" */ + league_season_divisions?: (league_season_divisionsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_season_divisions_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?: (league_season_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_season_divisions_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_season_divisions" */ + league_season_divisions_aggregate?: (league_season_divisions_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_season_divisions_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?: (league_season_divisions_order_by[] | null), + /** filter the rows returned */ + where?: (league_season_divisions_bool_exp | null)} }) + /** fetch data from the table: "league_season_divisions" using primary key columns */ + league_season_divisions_by_pk?: (league_season_divisionsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_season_divisions" */ + league_season_divisions_stream?: (league_season_divisionsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_season_divisions_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_season_divisions_bool_exp | null)} }) + /** fetch data from the table: "league_seasons" */ + league_seasons?: (league_seasonsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_seasons_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?: (league_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_seasons_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_seasons" */ + league_seasons_aggregate?: (league_seasons_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_seasons_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?: (league_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_seasons_bool_exp | null)} }) + /** fetch data from the table: "league_seasons" using primary key columns */ + league_seasons_by_pk?: (league_seasonsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_seasons" */ + league_seasons_stream?: (league_seasonsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_seasons_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_seasons_bool_exp | null)} }) + /** fetch data from the table: "league_team_movements" */ + league_team_movements?: (league_team_movementsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_team_movements" */ + league_team_movements_aggregate?: (league_team_movements_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_movements_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?: (league_team_movements_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** fetch data from the table: "league_team_movements" using primary key columns */ + league_team_movements_by_pk?: (league_team_movementsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_team_movements" */ + league_team_movements_stream?: (league_team_movementsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_team_movements_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_team_movements_bool_exp | null)} }) + /** fetch data from the table: "league_team_rosters" */ + league_team_rosters?: (league_team_rostersGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_rosters_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?: (league_team_rosters_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_rosters_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_team_rosters" */ + league_team_rosters_aggregate?: (league_team_rosters_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_rosters_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?: (league_team_rosters_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_rosters_bool_exp | null)} }) + /** fetch data from the table: "league_team_rosters" using primary key columns */ + league_team_rosters_by_pk?: (league_team_rostersGenqlSelection & { __args: {league_team_season_id: Scalars['uuid'], player_steam_id: Scalars['bigint']} }) + /** fetch data from the table in a streaming manner: "league_team_rosters" */ + league_team_rosters_stream?: (league_team_rostersGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_team_rosters_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_team_rosters_bool_exp | null)} }) + /** fetch data from the table: "league_team_seasons" */ + league_team_seasons?: (league_team_seasonsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_team_seasons" */ + league_team_seasons_aggregate?: (league_team_seasons_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_team_seasons_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?: (league_team_seasons_order_by[] | null), + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + /** fetch data from the table: "league_team_seasons" using primary key columns */ + league_team_seasons_by_pk?: (league_team_seasonsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_team_seasons" */ + league_team_seasons_stream?: (league_team_seasonsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_team_seasons_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_team_seasons_bool_exp | null)} }) + /** fetch data from the table: "league_teams" */ + league_teams?: (league_teamsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_teams_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?: (league_teams_order_by[] | null), + /** filter the rows returned */ + where?: (league_teams_bool_exp | null)} }) + /** fetch aggregated fields from the table: "league_teams" */ + league_teams_aggregate?: (league_teams_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_teams_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?: (league_teams_order_by[] | null), + /** filter the rows returned */ + where?: (league_teams_bool_exp | null)} }) + /** fetch data from the table: "league_teams" using primary key columns */ + league_teams_by_pk?: (league_teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "league_teams" */ + league_teams_stream?: (league_teamsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (league_teams_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (league_teams_bool_exp | null)} }) /** fetch data from the table: "lobbies" */ lobbies?: (lobbiesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -68372,6 +76149,40 @@ export interface subscription_rootGenqlSelection{ cursor: (tournament_organizers_stream_cursor_input | null)[], /** filter the rows returned */ where?: (tournament_organizers_bool_exp | null)} }) + /** fetch data from the table: "tournament_stage_windows" */ + tournament_stage_windows?: (tournament_stage_windowsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stage_windows_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_stage_windows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stage_windows_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_stage_windows" */ + tournament_stage_windows_aggregate?: (tournament_stage_windows_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stage_windows_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_stage_windows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stage_windows_bool_exp | null)} }) + /** fetch data from the table: "tournament_stage_windows" using primary key columns */ + tournament_stage_windows_by_pk?: (tournament_stage_windowsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "tournament_stage_windows" */ + tournament_stage_windows_stream?: (tournament_stage_windowsGenqlSelection & { __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_stage_windows_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_stage_windows_bool_exp | null)} }) /** An array relationship */ tournament_stages?: (tournament_stagesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -68642,6 +76453,70 @@ export interface subscription_rootGenqlSelection{ cursor: (v_gpu_pool_status_stream_cursor_input | null)[], /** filter the rows returned */ where?: (v_gpu_pool_status_bool_exp | null)} }) + /** fetch data from the table: "v_league_division_standings" */ + v_league_division_standings?: (v_league_division_standingsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_league_division_standings" */ + v_league_division_standings_aggregate?: (v_league_division_standings_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_division_standings_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?: (v_league_division_standings_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_league_division_standings" */ + v_league_division_standings_stream?: (v_league_division_standingsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_league_division_standings_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_league_division_standings_bool_exp | null)} }) + /** fetch data from the table: "v_league_season_player_stats" */ + v_league_season_player_stats?: (v_league_season_player_statsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_season_player_stats_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?: (v_league_season_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_season_player_stats_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_league_season_player_stats" */ + v_league_season_player_stats_aggregate?: (v_league_season_player_stats_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_league_season_player_stats_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?: (v_league_season_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_league_season_player_stats_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_league_season_player_stats" */ + v_league_season_player_stats_stream?: (v_league_season_player_statsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_league_season_player_stats_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_league_season_player_stats_bool_exp | null)} }) /** fetch data from the table: "v_match_captains" */ v_match_captains?: (v_match_captainsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -69329,5994 +77204,8004 @@ export interface subscription_rootGenqlSelection{ /** fetch aggregated fields from the table: "v_pool_maps" */ v_pool_maps_aggregate?: (v_pool_maps_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_pool_maps_select_column[] | null), + distinct_on?: (v_pool_maps_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?: (v_pool_maps_order_by[] | null), + /** filter the rows returned */ + where?: (v_pool_maps_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_pool_maps" */ + v_pool_maps_stream?: (v_pool_mapsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_pool_maps_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_pool_maps_bool_exp | null)} }) + /** fetch data from the table: "v_steam_account_pool_status" */ + v_steam_account_pool_status?: (v_steam_account_pool_statusGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_steam_account_pool_status_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?: (v_steam_account_pool_status_order_by[] | null), + /** filter the rows returned */ + where?: (v_steam_account_pool_status_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_steam_account_pool_status" */ + v_steam_account_pool_status_aggregate?: (v_steam_account_pool_status_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_steam_account_pool_status_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?: (v_steam_account_pool_status_order_by[] | null), + /** filter the rows returned */ + where?: (v_steam_account_pool_status_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_steam_account_pool_status" */ + v_steam_account_pool_status_stream?: (v_steam_account_pool_statusGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_steam_account_pool_status_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_steam_account_pool_status_bool_exp | null)} }) + /** fetch data from the table: "v_team_ranks" */ + v_team_ranks?: (v_team_ranksGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_ranks_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?: (v_team_ranks_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_ranks_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_team_ranks" */ + v_team_ranks_aggregate?: (v_team_ranks_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_ranks_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?: (v_team_ranks_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_ranks_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_team_ranks" */ + v_team_ranks_stream?: (v_team_ranksGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_team_ranks_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_team_ranks_bool_exp | null)} }) + /** fetch data from the table: "v_team_reputation" */ + v_team_reputation?: (v_team_reputationGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_reputation_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?: (v_team_reputation_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_reputation_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_team_reputation" */ + v_team_reputation_aggregate?: (v_team_reputation_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_reputation_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?: (v_team_reputation_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_reputation_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_team_reputation" */ + v_team_reputation_stream?: (v_team_reputationGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_team_reputation_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_team_reputation_bool_exp | null)} }) + /** fetch data from the table: "v_team_stage_results" */ + v_team_stage_results?: (v_team_stage_resultsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_stage_results_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?: (v_team_stage_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_stage_results_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_team_stage_results" */ + v_team_stage_results_aggregate?: (v_team_stage_results_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_stage_results_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?: (v_team_stage_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_stage_results_bool_exp | null)} }) + /** fetch data from the table: "v_team_stage_results" using primary key columns */ + v_team_stage_results_by_pk?: (v_team_stage_resultsGenqlSelection & { __args: {tournament_stage_id: Scalars['uuid'], tournament_team_id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "v_team_stage_results" */ + v_team_stage_results_stream?: (v_team_stage_resultsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_team_stage_results_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_team_stage_results_bool_exp | null)} }) + /** fetch data from the table: "v_team_tournament_results" */ + v_team_tournament_results?: (v_team_tournament_resultsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_tournament_results_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?: (v_team_tournament_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_tournament_results_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_team_tournament_results" */ + v_team_tournament_results_aggregate?: (v_team_tournament_results_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_tournament_results_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?: (v_team_tournament_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_tournament_results_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_team_tournament_results" */ + v_team_tournament_results_stream?: (v_team_tournament_resultsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_team_tournament_results_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_team_tournament_results_bool_exp | null)} }) + /** fetch data from the table: "v_tournament_player_stats" */ + v_tournament_player_stats?: (v_tournament_player_statsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_tournament_player_stats_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?: (v_tournament_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_tournament_player_stats_bool_exp | null)} }) + /** fetch aggregated fields from the table: "v_tournament_player_stats" */ + v_tournament_player_stats_aggregate?: (v_tournament_player_stats_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_tournament_player_stats_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?: (v_tournament_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_tournament_player_stats_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "v_tournament_player_stats" */ + v_tournament_player_stats_stream?: (v_tournament_player_statsGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (v_tournament_player_stats_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (v_tournament_player_stats_bool_exp | null)} }) + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "system_alerts" */ +export interface system_alertsGenqlSelection{ + created_at?: boolean | number + created_by?: boolean | number + dismissible?: boolean | number + expires_at?: boolean | number + id?: boolean | number + is_active?: boolean | number + message?: boolean | number + title?: boolean | number + type?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "system_alerts" */ +export interface system_alerts_aggregateGenqlSelection{ + aggregate?: system_alerts_aggregate_fieldsGenqlSelection + nodes?: system_alertsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "system_alerts" */ +export interface system_alerts_aggregate_fieldsGenqlSelection{ + avg?: system_alerts_avg_fieldsGenqlSelection + count?: { __args: {columns?: (system_alerts_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: system_alerts_max_fieldsGenqlSelection + min?: system_alerts_min_fieldsGenqlSelection + stddev?: system_alerts_stddev_fieldsGenqlSelection + stddev_pop?: system_alerts_stddev_pop_fieldsGenqlSelection + stddev_samp?: system_alerts_stddev_samp_fieldsGenqlSelection + sum?: system_alerts_sum_fieldsGenqlSelection + var_pop?: system_alerts_var_pop_fieldsGenqlSelection + var_samp?: system_alerts_var_samp_fieldsGenqlSelection + variance?: system_alerts_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface system_alerts_avg_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "system_alerts". All fields are combined with a logical 'AND'. */ +export interface system_alerts_bool_exp {_and?: (system_alerts_bool_exp[] | null),_not?: (system_alerts_bool_exp | null),_or?: (system_alerts_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),created_by?: (bigint_comparison_exp | null),dismissible?: (Boolean_comparison_exp | null),expires_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),is_active?: (Boolean_comparison_exp | null),message?: (String_comparison_exp | null),title?: (String_comparison_exp | null),type?: (e_system_alert_types_enum_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "system_alerts" */ +export interface system_alerts_inc_input {created_by?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "system_alerts" */ +export interface system_alerts_insert_input {created_at?: (Scalars['timestamptz'] | null),created_by?: (Scalars['bigint'] | null),dismissible?: (Scalars['Boolean'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),is_active?: (Scalars['Boolean'] | null),message?: (Scalars['String'] | null),title?: (Scalars['String'] | null),type?: (e_system_alert_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate max on columns */ +export interface system_alerts_max_fieldsGenqlSelection{ + created_at?: boolean | number + created_by?: boolean | number + expires_at?: boolean | number + id?: boolean | number + message?: boolean | number + title?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface system_alerts_min_fieldsGenqlSelection{ + created_at?: boolean | number + created_by?: boolean | number + expires_at?: boolean | number + id?: boolean | number + message?: boolean | number + title?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "system_alerts" */ +export interface system_alerts_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: system_alertsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "system_alerts" */ +export interface system_alerts_on_conflict {constraint: system_alerts_constraint,update_columns?: system_alerts_update_column[],where?: (system_alerts_bool_exp | null)} + + +/** Ordering options when selecting data from "system_alerts". */ +export interface system_alerts_order_by {created_at?: (order_by | null),created_by?: (order_by | null),dismissible?: (order_by | null),expires_at?: (order_by | null),id?: (order_by | null),is_active?: (order_by | null),message?: (order_by | null),title?: (order_by | null),type?: (order_by | null),updated_at?: (order_by | null)} + + +/** primary key columns input for table: system_alerts */ +export interface system_alerts_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "system_alerts" */ +export interface system_alerts_set_input {created_at?: (Scalars['timestamptz'] | null),created_by?: (Scalars['bigint'] | null),dismissible?: (Scalars['Boolean'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),is_active?: (Scalars['Boolean'] | null),message?: (Scalars['String'] | null),title?: (Scalars['String'] | null),type?: (e_system_alert_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate stddev on columns */ +export interface system_alerts_stddev_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface system_alerts_stddev_pop_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface system_alerts_stddev_samp_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "system_alerts" */ +export interface system_alerts_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: system_alerts_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface system_alerts_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),created_by?: (Scalars['bigint'] | null),dismissible?: (Scalars['Boolean'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),is_active?: (Scalars['Boolean'] | null),message?: (Scalars['String'] | null),title?: (Scalars['String'] | null),type?: (e_system_alert_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate sum on columns */ +export interface system_alerts_sum_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface system_alerts_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (system_alerts_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (system_alerts_set_input | null), +/** filter the rows which have to be updated */ +where: system_alerts_bool_exp} + + +/** aggregate var_pop on columns */ +export interface system_alerts_var_pop_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface system_alerts_var_samp_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface system_alerts_variance_fieldsGenqlSelection{ + created_by?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "team_invites" */ +export interface team_invitesGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + /** An object relationship */ + invited_by?: playersGenqlSelection + invited_by_player_steam_id?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + steam_id?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_invites" */ +export interface team_invites_aggregateGenqlSelection{ + aggregate?: team_invites_aggregate_fieldsGenqlSelection + nodes?: team_invitesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_invites_aggregate_bool_exp {count?: (team_invites_aggregate_bool_exp_count | null)} + +export interface team_invites_aggregate_bool_exp_count {arguments?: (team_invites_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_invites_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "team_invites" */ +export interface team_invites_aggregate_fieldsGenqlSelection{ + avg?: team_invites_avg_fieldsGenqlSelection + count?: { __args: {columns?: (team_invites_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_invites_max_fieldsGenqlSelection + min?: team_invites_min_fieldsGenqlSelection + stddev?: team_invites_stddev_fieldsGenqlSelection + stddev_pop?: team_invites_stddev_pop_fieldsGenqlSelection + stddev_samp?: team_invites_stddev_samp_fieldsGenqlSelection + sum?: team_invites_sum_fieldsGenqlSelection + var_pop?: team_invites_var_pop_fieldsGenqlSelection + var_samp?: team_invites_var_samp_fieldsGenqlSelection + variance?: team_invites_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "team_invites" */ +export interface team_invites_aggregate_order_by {avg?: (team_invites_avg_order_by | null),count?: (order_by | null),max?: (team_invites_max_order_by | null),min?: (team_invites_min_order_by | null),stddev?: (team_invites_stddev_order_by | null),stddev_pop?: (team_invites_stddev_pop_order_by | null),stddev_samp?: (team_invites_stddev_samp_order_by | null),sum?: (team_invites_sum_order_by | null),var_pop?: (team_invites_var_pop_order_by | null),var_samp?: (team_invites_var_samp_order_by | null),variance?: (team_invites_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "team_invites" */ +export interface team_invites_arr_rel_insert_input {data: team_invites_insert_input[], +/** upsert condition */ +on_conflict?: (team_invites_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface team_invites_avg_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "team_invites" */ +export interface team_invites_avg_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "team_invites". All fields are combined with a logical 'AND'. */ +export interface team_invites_bool_exp {_and?: (team_invites_bool_exp[] | null),_not?: (team_invites_bool_exp | null),_or?: (team_invites_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),invited_by?: (players_bool_exp | null),invited_by_player_steam_id?: (bigint_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "team_invites" */ +export interface team_invites_inc_input {invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "team_invites" */ +export interface team_invites_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by?: (players_obj_rel_insert_input | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface team_invites_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "team_invites" */ +export interface team_invites_max_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),team_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface team_invites_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "team_invites" */ +export interface team_invites_min_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),team_id?: (order_by | null)} + + +/** response of any mutation on the table "team_invites" */ +export interface team_invites_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_invitesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "team_invites" */ +export interface team_invites_on_conflict {constraint: team_invites_constraint,update_columns?: team_invites_update_column[],where?: (team_invites_bool_exp | null)} + + +/** Ordering options when selecting data from "team_invites". */ +export interface team_invites_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by?: (players_order_by | null),invited_by_player_steam_id?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} + + +/** primary key columns input for table: team_invites */ +export interface team_invites_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "team_invites" */ +export interface team_invites_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface team_invites_stddev_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "team_invites" */ +export interface team_invites_stddev_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface team_invites_stddev_pop_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "team_invites" */ +export interface team_invites_stddev_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface team_invites_stddev_samp_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "team_invites" */ +export interface team_invites_stddev_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "team_invites" */ +export interface team_invites_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_invites_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_invites_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface team_invites_sum_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "team_invites" */ +export interface team_invites_sum_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + +export interface team_invites_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (team_invites_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (team_invites_set_input | null), +/** filter the rows which have to be updated */ +where: team_invites_bool_exp} + + +/** aggregate var_pop on columns */ +export interface team_invites_var_pop_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "team_invites" */ +export interface team_invites_var_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface team_invites_var_samp_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "team_invites" */ +export interface team_invites_var_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface team_invites_variance_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "team_invites" */ +export interface team_invites_variance_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} + + +/** columns and relationships of "team_roster" */ +export interface team_rosterGenqlSelection{ + coach?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: boolean | number + role?: boolean | number + roster_image_url?: boolean | number + status?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_roster" */ +export interface team_roster_aggregateGenqlSelection{ + aggregate?: team_roster_aggregate_fieldsGenqlSelection + nodes?: team_rosterGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_roster_aggregate_bool_exp {bool_and?: (team_roster_aggregate_bool_exp_bool_and | null),bool_or?: (team_roster_aggregate_bool_exp_bool_or | null),count?: (team_roster_aggregate_bool_exp_count | null)} + +export interface team_roster_aggregate_bool_exp_bool_and {arguments: team_roster_select_column_team_roster_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_roster_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface team_roster_aggregate_bool_exp_bool_or {arguments: team_roster_select_column_team_roster_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_roster_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface team_roster_aggregate_bool_exp_count {arguments?: (team_roster_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_roster_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "team_roster" */ +export interface team_roster_aggregate_fieldsGenqlSelection{ + avg?: team_roster_avg_fieldsGenqlSelection + count?: { __args: {columns?: (team_roster_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_roster_max_fieldsGenqlSelection + min?: team_roster_min_fieldsGenqlSelection + stddev?: team_roster_stddev_fieldsGenqlSelection + stddev_pop?: team_roster_stddev_pop_fieldsGenqlSelection + stddev_samp?: team_roster_stddev_samp_fieldsGenqlSelection + sum?: team_roster_sum_fieldsGenqlSelection + var_pop?: team_roster_var_pop_fieldsGenqlSelection + var_samp?: team_roster_var_samp_fieldsGenqlSelection + variance?: team_roster_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "team_roster" */ +export interface team_roster_aggregate_order_by {avg?: (team_roster_avg_order_by | null),count?: (order_by | null),max?: (team_roster_max_order_by | null),min?: (team_roster_min_order_by | null),stddev?: (team_roster_stddev_order_by | null),stddev_pop?: (team_roster_stddev_pop_order_by | null),stddev_samp?: (team_roster_stddev_samp_order_by | null),sum?: (team_roster_sum_order_by | null),var_pop?: (team_roster_var_pop_order_by | null),var_samp?: (team_roster_var_samp_order_by | null),variance?: (team_roster_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "team_roster" */ +export interface team_roster_arr_rel_insert_input {data: team_roster_insert_input[], +/** upsert condition */ +on_conflict?: (team_roster_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface team_roster_avg_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "team_roster" */ +export interface team_roster_avg_order_by {player_steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "team_roster". All fields are combined with a logical 'AND'. */ +export interface team_roster_bool_exp {_and?: (team_roster_bool_exp[] | null),_not?: (team_roster_bool_exp | null),_or?: (team_roster_bool_exp[] | null),coach?: (Boolean_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),role?: (e_team_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),status?: (e_team_roster_statuses_enum_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "team_roster" */ +export interface team_roster_inc_input {player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "team_roster" */ +export interface team_roster_insert_input {coach?: (Scalars['Boolean'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),roster_image_url?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface team_roster_max_fieldsGenqlSelection{ + player_steam_id?: boolean | number + roster_image_url?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "team_roster" */ +export interface team_roster_max_order_by {player_steam_id?: (order_by | null),roster_image_url?: (order_by | null),team_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface team_roster_min_fieldsGenqlSelection{ + player_steam_id?: boolean | number + roster_image_url?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "team_roster" */ +export interface team_roster_min_order_by {player_steam_id?: (order_by | null),roster_image_url?: (order_by | null),team_id?: (order_by | null)} + + +/** response of any mutation on the table "team_roster" */ +export interface team_roster_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_rosterGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "team_roster" */ +export interface team_roster_on_conflict {constraint: team_roster_constraint,update_columns?: team_roster_update_column[],where?: (team_roster_bool_exp | null)} + + +/** Ordering options when selecting data from "team_roster". */ +export interface team_roster_order_by {coach?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),status?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} + + +/** primary key columns input for table: team_roster */ +export interface team_roster_pk_columns_input {player_steam_id: Scalars['bigint'],team_id: Scalars['uuid']} + + +/** input type for updating data in table "team_roster" */ +export interface team_roster_set_input {coach?: (Scalars['Boolean'] | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),roster_image_url?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface team_roster_stddev_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "team_roster" */ +export interface team_roster_stddev_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface team_roster_stddev_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "team_roster" */ +export interface team_roster_stddev_pop_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface team_roster_stddev_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "team_roster" */ +export interface team_roster_stddev_samp_order_by {player_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "team_roster" */ +export interface team_roster_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_roster_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_roster_stream_cursor_value_input {coach?: (Scalars['Boolean'] | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),roster_image_url?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface team_roster_sum_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "team_roster" */ +export interface team_roster_sum_order_by {player_steam_id?: (order_by | null)} + +export interface team_roster_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (team_roster_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (team_roster_set_input | null), +/** filter the rows which have to be updated */ +where: team_roster_bool_exp} + + +/** aggregate var_pop on columns */ +export interface team_roster_var_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "team_roster" */ +export interface team_roster_var_pop_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface team_roster_var_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "team_roster" */ +export interface team_roster_var_samp_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface team_roster_variance_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "team_roster" */ +export interface team_roster_variance_order_by {player_steam_id?: (order_by | null)} + + +/** columns and relationships of "team_scrim_alerts" */ +export interface team_scrim_alertsGenqlSelection{ + created_at?: boolean | number + elo_max?: boolean | number + elo_min?: boolean | number + enabled?: boolean | number + id?: boolean | number + last_notified_at?: boolean | number + regions?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_scrim_alerts" */ +export interface team_scrim_alerts_aggregateGenqlSelection{ + aggregate?: team_scrim_alerts_aggregate_fieldsGenqlSelection + nodes?: team_scrim_alertsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "team_scrim_alerts" */ +export interface team_scrim_alerts_aggregate_fieldsGenqlSelection{ + avg?: team_scrim_alerts_avg_fieldsGenqlSelection + count?: { __args: {columns?: (team_scrim_alerts_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_scrim_alerts_max_fieldsGenqlSelection + min?: team_scrim_alerts_min_fieldsGenqlSelection + stddev?: team_scrim_alerts_stddev_fieldsGenqlSelection + stddev_pop?: team_scrim_alerts_stddev_pop_fieldsGenqlSelection + stddev_samp?: team_scrim_alerts_stddev_samp_fieldsGenqlSelection + sum?: team_scrim_alerts_sum_fieldsGenqlSelection + var_pop?: team_scrim_alerts_var_pop_fieldsGenqlSelection + var_samp?: team_scrim_alerts_var_samp_fieldsGenqlSelection + variance?: team_scrim_alerts_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface team_scrim_alerts_avg_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "team_scrim_alerts". All fields are combined with a logical 'AND'. */ +export interface team_scrim_alerts_bool_exp {_and?: (team_scrim_alerts_bool_exp[] | null),_not?: (team_scrim_alerts_bool_exp | null),_or?: (team_scrim_alerts_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),elo_max?: (Int_comparison_exp | null),elo_min?: (Int_comparison_exp | null),enabled?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),last_notified_at?: (timestamptz_comparison_exp | null),regions?: (String_array_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "team_scrim_alerts" */ +export interface team_scrim_alerts_inc_input {elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "team_scrim_alerts" */ +export interface team_scrim_alerts_insert_input {created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface team_scrim_alerts_max_fieldsGenqlSelection{ + created_at?: boolean | number + elo_max?: boolean | number + elo_min?: boolean | number + id?: boolean | number + last_notified_at?: boolean | number + regions?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface team_scrim_alerts_min_fieldsGenqlSelection{ + created_at?: boolean | number + elo_max?: boolean | number + elo_min?: boolean | number + id?: boolean | number + last_notified_at?: boolean | number + regions?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "team_scrim_alerts" */ +export interface team_scrim_alerts_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_scrim_alertsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "team_scrim_alerts" */ +export interface team_scrim_alerts_on_conflict {constraint: team_scrim_alerts_constraint,update_columns?: team_scrim_alerts_update_column[],where?: (team_scrim_alerts_bool_exp | null)} + + +/** Ordering options when selecting data from "team_scrim_alerts". */ +export interface team_scrim_alerts_order_by {created_at?: (order_by | null),elo_max?: (order_by | null),elo_min?: (order_by | null),enabled?: (order_by | null),id?: (order_by | null),last_notified_at?: (order_by | null),regions?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} + + +/** primary key columns input for table: team_scrim_alerts */ +export interface team_scrim_alerts_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "team_scrim_alerts" */ +export interface team_scrim_alerts_set_input {created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface team_scrim_alerts_stddev_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_alerts_stddev_pop_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_alerts_stddev_samp_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "team_scrim_alerts" */ +export interface team_scrim_alerts_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_scrim_alerts_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_scrim_alerts_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface team_scrim_alerts_sum_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_scrim_alerts_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (team_scrim_alerts_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (team_scrim_alerts_set_input | null), +/** filter the rows which have to be updated */ +where: team_scrim_alerts_bool_exp} + + +/** aggregate var_pop on columns */ +export interface team_scrim_alerts_var_pop_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface team_scrim_alerts_var_samp_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface team_scrim_alerts_variance_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "team_scrim_availability" */ +export interface team_scrim_availabilityGenqlSelection{ + created_at?: boolean | number + ends_at?: boolean | number + id?: boolean | number + recurring_weekly?: boolean | number + starts_at?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_scrim_availability" */ +export interface team_scrim_availability_aggregateGenqlSelection{ + aggregate?: team_scrim_availability_aggregate_fieldsGenqlSelection + nodes?: team_scrim_availabilityGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_scrim_availability_aggregate_bool_exp {bool_and?: (team_scrim_availability_aggregate_bool_exp_bool_and | null),bool_or?: (team_scrim_availability_aggregate_bool_exp_bool_or | null),count?: (team_scrim_availability_aggregate_bool_exp_count | null)} + +export interface team_scrim_availability_aggregate_bool_exp_bool_and {arguments: team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_availability_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface team_scrim_availability_aggregate_bool_exp_bool_or {arguments: team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_availability_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface team_scrim_availability_aggregate_bool_exp_count {arguments?: (team_scrim_availability_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_availability_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "team_scrim_availability" */ +export interface team_scrim_availability_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (team_scrim_availability_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_scrim_availability_max_fieldsGenqlSelection + min?: team_scrim_availability_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "team_scrim_availability" */ +export interface team_scrim_availability_aggregate_order_by {count?: (order_by | null),max?: (team_scrim_availability_max_order_by | null),min?: (team_scrim_availability_min_order_by | null)} + + +/** input type for inserting array relation for remote table "team_scrim_availability" */ +export interface team_scrim_availability_arr_rel_insert_input {data: team_scrim_availability_insert_input[], +/** upsert condition */ +on_conflict?: (team_scrim_availability_on_conflict | null)} + + +/** Boolean expression to filter rows from the table "team_scrim_availability". All fields are combined with a logical 'AND'. */ +export interface team_scrim_availability_bool_exp {_and?: (team_scrim_availability_bool_exp[] | null),_not?: (team_scrim_availability_bool_exp | null),_or?: (team_scrim_availability_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),ends_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),recurring_weekly?: (Boolean_comparison_exp | null),starts_at?: (timestamptz_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} + + +/** input type for inserting data into table "team_scrim_availability" */ +export interface team_scrim_availability_insert_input {created_at?: (Scalars['timestamptz'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),recurring_weekly?: (Scalars['Boolean'] | null),starts_at?: (Scalars['timestamptz'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface team_scrim_availability_max_fieldsGenqlSelection{ + created_at?: boolean | number + ends_at?: boolean | number + id?: boolean | number + starts_at?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "team_scrim_availability" */ +export interface team_scrim_availability_max_order_by {created_at?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),starts_at?: (order_by | null),team_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface team_scrim_availability_min_fieldsGenqlSelection{ + created_at?: boolean | number + ends_at?: boolean | number + id?: boolean | number + starts_at?: boolean | number + team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "team_scrim_availability" */ +export interface team_scrim_availability_min_order_by {created_at?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),starts_at?: (order_by | null),team_id?: (order_by | null)} + + +/** response of any mutation on the table "team_scrim_availability" */ +export interface team_scrim_availability_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_scrim_availabilityGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "team_scrim_availability" */ +export interface team_scrim_availability_on_conflict {constraint: team_scrim_availability_constraint,update_columns?: team_scrim_availability_update_column[],where?: (team_scrim_availability_bool_exp | null)} + + +/** Ordering options when selecting data from "team_scrim_availability". */ +export interface team_scrim_availability_order_by {created_at?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),recurring_weekly?: (order_by | null),starts_at?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} + + +/** primary key columns input for table: team_scrim_availability */ +export interface team_scrim_availability_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "team_scrim_availability" */ +export interface team_scrim_availability_set_input {created_at?: (Scalars['timestamptz'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),recurring_weekly?: (Scalars['Boolean'] | null),starts_at?: (Scalars['timestamptz'] | null),team_id?: (Scalars['uuid'] | null)} + + +/** Streaming cursor of the table "team_scrim_availability" */ +export interface team_scrim_availability_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_scrim_availability_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_scrim_availability_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),recurring_weekly?: (Scalars['Boolean'] | null),starts_at?: (Scalars['timestamptz'] | null),team_id?: (Scalars['uuid'] | null)} + +export interface team_scrim_availability_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (team_scrim_availability_set_input | null), +/** filter the rows which have to be updated */ +where: team_scrim_availability_bool_exp} + + +/** columns and relationships of "team_scrim_request_proposals" */ +export interface team_scrim_request_proposalsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + /** An object relationship */ + proposed_by?: playersGenqlSelection + proposed_by_steam_id?: boolean | number + /** An object relationship */ + proposed_by_team?: teamsGenqlSelection + proposed_by_team_id?: boolean | number + proposed_scheduled_at?: boolean | number + /** An object relationship */ + request?: team_scrim_requestsGenqlSelection + request_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_aggregateGenqlSelection{ + aggregate?: team_scrim_request_proposals_aggregate_fieldsGenqlSelection + nodes?: team_scrim_request_proposalsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_scrim_request_proposals_aggregate_bool_exp {count?: (team_scrim_request_proposals_aggregate_bool_exp_count | null)} + +export interface team_scrim_request_proposals_aggregate_bool_exp_count {arguments?: (team_scrim_request_proposals_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_request_proposals_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_aggregate_fieldsGenqlSelection{ + avg?: team_scrim_request_proposals_avg_fieldsGenqlSelection + count?: { __args: {columns?: (team_scrim_request_proposals_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_scrim_request_proposals_max_fieldsGenqlSelection + min?: team_scrim_request_proposals_min_fieldsGenqlSelection + stddev?: team_scrim_request_proposals_stddev_fieldsGenqlSelection + stddev_pop?: team_scrim_request_proposals_stddev_pop_fieldsGenqlSelection + stddev_samp?: team_scrim_request_proposals_stddev_samp_fieldsGenqlSelection + sum?: team_scrim_request_proposals_sum_fieldsGenqlSelection + var_pop?: team_scrim_request_proposals_var_pop_fieldsGenqlSelection + var_samp?: team_scrim_request_proposals_var_samp_fieldsGenqlSelection + variance?: team_scrim_request_proposals_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_aggregate_order_by {avg?: (team_scrim_request_proposals_avg_order_by | null),count?: (order_by | null),max?: (team_scrim_request_proposals_max_order_by | null),min?: (team_scrim_request_proposals_min_order_by | null),stddev?: (team_scrim_request_proposals_stddev_order_by | null),stddev_pop?: (team_scrim_request_proposals_stddev_pop_order_by | null),stddev_samp?: (team_scrim_request_proposals_stddev_samp_order_by | null),sum?: (team_scrim_request_proposals_sum_order_by | null),var_pop?: (team_scrim_request_proposals_var_pop_order_by | null),var_samp?: (team_scrim_request_proposals_var_samp_order_by | null),variance?: (team_scrim_request_proposals_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_arr_rel_insert_input {data: team_scrim_request_proposals_insert_input[], +/** upsert condition */ +on_conflict?: (team_scrim_request_proposals_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface team_scrim_request_proposals_avg_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_avg_order_by {proposed_by_steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "team_scrim_request_proposals". All fields are combined with a logical 'AND'. */ +export interface team_scrim_request_proposals_bool_exp {_and?: (team_scrim_request_proposals_bool_exp[] | null),_not?: (team_scrim_request_proposals_bool_exp | null),_or?: (team_scrim_request_proposals_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),proposed_by?: (players_bool_exp | null),proposed_by_steam_id?: (bigint_comparison_exp | null),proposed_by_team?: (teams_bool_exp | null),proposed_by_team_id?: (uuid_comparison_exp | null),proposed_scheduled_at?: (timestamptz_comparison_exp | null),request?: (team_scrim_requests_bool_exp | null),request_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_inc_input {proposed_by_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),proposed_by?: (players_obj_rel_insert_input | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_by_team?: (teams_obj_rel_insert_input | null),proposed_by_team_id?: (Scalars['uuid'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),request?: (team_scrim_requests_obj_rel_insert_input | null),request_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface team_scrim_request_proposals_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + proposed_by_steam_id?: boolean | number + proposed_by_team_id?: boolean | number + proposed_scheduled_at?: boolean | number + request_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_max_order_by {created_at?: (order_by | null),id?: (order_by | null),proposed_by_steam_id?: (order_by | null),proposed_by_team_id?: (order_by | null),proposed_scheduled_at?: (order_by | null),request_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface team_scrim_request_proposals_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + proposed_by_steam_id?: boolean | number + proposed_by_team_id?: boolean | number + proposed_scheduled_at?: boolean | number + request_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_min_order_by {created_at?: (order_by | null),id?: (order_by | null),proposed_by_steam_id?: (order_by | null),proposed_by_team_id?: (order_by | null),proposed_scheduled_at?: (order_by | null),request_id?: (order_by | null)} + + +/** response of any mutation on the table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_scrim_request_proposalsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_on_conflict {constraint: team_scrim_request_proposals_constraint,update_columns?: team_scrim_request_proposals_update_column[],where?: (team_scrim_request_proposals_bool_exp | null)} + + +/** Ordering options when selecting data from "team_scrim_request_proposals". */ +export interface team_scrim_request_proposals_order_by {created_at?: (order_by | null),id?: (order_by | null),proposed_by?: (players_order_by | null),proposed_by_steam_id?: (order_by | null),proposed_by_team?: (teams_order_by | null),proposed_by_team_id?: (order_by | null),proposed_scheduled_at?: (order_by | null),request?: (team_scrim_requests_order_by | null),request_id?: (order_by | null)} + + +/** primary key columns input for table: team_scrim_request_proposals */ +export interface team_scrim_request_proposals_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_by_team_id?: (Scalars['uuid'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),request_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface team_scrim_request_proposals_stddev_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_stddev_order_by {proposed_by_steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_request_proposals_stddev_pop_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_stddev_pop_order_by {proposed_by_steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_request_proposals_stddev_samp_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_stddev_samp_order_by {proposed_by_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_scrim_request_proposals_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_scrim_request_proposals_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_by_team_id?: (Scalars['uuid'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),request_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface team_scrim_request_proposals_sum_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_sum_order_by {proposed_by_steam_id?: (order_by | null)} + +export interface team_scrim_request_proposals_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (team_scrim_request_proposals_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (team_scrim_request_proposals_set_input | null), +/** filter the rows which have to be updated */ +where: team_scrim_request_proposals_bool_exp} + + +/** aggregate var_pop on columns */ +export interface team_scrim_request_proposals_var_pop_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_var_pop_order_by {proposed_by_steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface team_scrim_request_proposals_var_samp_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_var_samp_order_by {proposed_by_steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface team_scrim_request_proposals_variance_fieldsGenqlSelection{ + proposed_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "team_scrim_request_proposals" */ +export interface team_scrim_request_proposals_variance_order_by {proposed_by_steam_id?: (order_by | null)} + + +/** columns and relationships of "team_scrim_requests" */ +export interface team_scrim_requestsGenqlSelection{ + auto_generated?: boolean | number + /** An object relationship */ + awaiting_team?: teamsGenqlSelection + awaiting_team_id?: boolean | number + canceled_by_team_id?: boolean | number + canceled_late?: boolean | number + created_at?: boolean | number + expires_at?: boolean | number + /** An object relationship */ + from_team?: teamsGenqlSelection + from_team_checked_in?: boolean | number + from_team_id?: boolean | number + id?: boolean | number + /** An object relationship */ + match?: matchesGenqlSelection + match_id?: boolean | number + /** An object relationship */ + match_options?: match_optionsGenqlSelection + match_options_id?: boolean | number + /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ + match_outcome?: boolean | number + /** An array relationship */ + proposals?: (team_scrim_request_proposalsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (team_scrim_request_proposals_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?: (v_pool_maps_order_by[] | null), - /** filter the rows returned */ - where?: (v_pool_maps_bool_exp | null)} }) - /** fetch data from the table in a streaming manner: "v_pool_maps" */ - v_pool_maps_stream?: (v_pool_mapsGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (v_pool_maps_stream_cursor_input | null)[], + order_by?: (team_scrim_request_proposals_order_by[] | null), /** filter the rows returned */ - where?: (v_pool_maps_bool_exp | null)} }) - /** fetch data from the table: "v_steam_account_pool_status" */ - v_steam_account_pool_status?: (v_steam_account_pool_statusGenqlSelection & { __args?: { + where?: (team_scrim_request_proposals_bool_exp | null)} }) + /** An aggregate relationship */ + proposals_aggregate?: (team_scrim_request_proposals_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_steam_account_pool_status_select_column[] | null), + distinct_on?: (team_scrim_request_proposals_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?: (v_steam_account_pool_status_order_by[] | null), + order_by?: (team_scrim_request_proposals_order_by[] | null), /** filter the rows returned */ - where?: (v_steam_account_pool_status_bool_exp | null)} }) - /** fetch aggregated fields from the table: "v_steam_account_pool_status" */ - v_steam_account_pool_status_aggregate?: (v_steam_account_pool_status_aggregateGenqlSelection & { __args?: { + where?: (team_scrim_request_proposals_bool_exp | null)} }) + proposed_scheduled_at?: boolean | number + region?: boolean | number + /** An object relationship */ + requested_by?: playersGenqlSelection + requested_by_steam_id?: boolean | number + responded_at?: boolean | number + status?: boolean | number + /** An object relationship */ + to_team?: teamsGenqlSelection + to_team_checked_in?: boolean | number + to_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_scrim_requests" */ +export interface team_scrim_requests_aggregateGenqlSelection{ + aggregate?: team_scrim_requests_aggregate_fieldsGenqlSelection + nodes?: team_scrim_requestsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_scrim_requests_aggregate_bool_exp {bool_and?: (team_scrim_requests_aggregate_bool_exp_bool_and | null),bool_or?: (team_scrim_requests_aggregate_bool_exp_bool_or | null),count?: (team_scrim_requests_aggregate_bool_exp_count | null)} + +export interface team_scrim_requests_aggregate_bool_exp_bool_and {arguments: team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_requests_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface team_scrim_requests_aggregate_bool_exp_bool_or {arguments: team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_requests_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface team_scrim_requests_aggregate_bool_exp_count {arguments?: (team_scrim_requests_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_requests_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "team_scrim_requests" */ +export interface team_scrim_requests_aggregate_fieldsGenqlSelection{ + avg?: team_scrim_requests_avg_fieldsGenqlSelection + count?: { __args: {columns?: (team_scrim_requests_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_scrim_requests_max_fieldsGenqlSelection + min?: team_scrim_requests_min_fieldsGenqlSelection + stddev?: team_scrim_requests_stddev_fieldsGenqlSelection + stddev_pop?: team_scrim_requests_stddev_pop_fieldsGenqlSelection + stddev_samp?: team_scrim_requests_stddev_samp_fieldsGenqlSelection + sum?: team_scrim_requests_sum_fieldsGenqlSelection + var_pop?: team_scrim_requests_var_pop_fieldsGenqlSelection + var_samp?: team_scrim_requests_var_samp_fieldsGenqlSelection + variance?: team_scrim_requests_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "team_scrim_requests" */ +export interface team_scrim_requests_aggregate_order_by {avg?: (team_scrim_requests_avg_order_by | null),count?: (order_by | null),max?: (team_scrim_requests_max_order_by | null),min?: (team_scrim_requests_min_order_by | null),stddev?: (team_scrim_requests_stddev_order_by | null),stddev_pop?: (team_scrim_requests_stddev_pop_order_by | null),stddev_samp?: (team_scrim_requests_stddev_samp_order_by | null),sum?: (team_scrim_requests_sum_order_by | null),var_pop?: (team_scrim_requests_var_pop_order_by | null),var_samp?: (team_scrim_requests_var_samp_order_by | null),variance?: (team_scrim_requests_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "team_scrim_requests" */ +export interface team_scrim_requests_arr_rel_insert_input {data: team_scrim_requests_insert_input[], +/** upsert condition */ +on_conflict?: (team_scrim_requests_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface team_scrim_requests_avg_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_avg_order_by {requested_by_steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "team_scrim_requests". All fields are combined with a logical 'AND'. */ +export interface team_scrim_requests_bool_exp {_and?: (team_scrim_requests_bool_exp[] | null),_not?: (team_scrim_requests_bool_exp | null),_or?: (team_scrim_requests_bool_exp[] | null),auto_generated?: (Boolean_comparison_exp | null),awaiting_team?: (teams_bool_exp | null),awaiting_team_id?: (uuid_comparison_exp | null),canceled_by_team_id?: (uuid_comparison_exp | null),canceled_late?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),expires_at?: (timestamptz_comparison_exp | null),from_team?: (teams_bool_exp | null),from_team_checked_in?: (Boolean_comparison_exp | null),from_team_id?: (uuid_comparison_exp | null),id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_options?: (match_options_bool_exp | null),match_options_id?: (uuid_comparison_exp | null),match_outcome?: (String_comparison_exp | null),proposals?: (team_scrim_request_proposals_bool_exp | null),proposals_aggregate?: (team_scrim_request_proposals_aggregate_bool_exp | null),proposed_scheduled_at?: (timestamptz_comparison_exp | null),region?: (String_comparison_exp | null),requested_by?: (players_bool_exp | null),requested_by_steam_id?: (bigint_comparison_exp | null),responded_at?: (timestamptz_comparison_exp | null),status?: (e_scrim_request_statuses_enum_comparison_exp | null),to_team?: (teams_bool_exp | null),to_team_checked_in?: (Boolean_comparison_exp | null),to_team_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "team_scrim_requests" */ +export interface team_scrim_requests_inc_input {requested_by_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "team_scrim_requests" */ +export interface team_scrim_requests_insert_input {auto_generated?: (Scalars['Boolean'] | null),awaiting_team?: (teams_obj_rel_insert_input | null),awaiting_team_id?: (Scalars['uuid'] | null),canceled_by_team_id?: (Scalars['uuid'] | null),canceled_late?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),expires_at?: (Scalars['timestamptz'] | null),from_team?: (teams_obj_rel_insert_input | null),from_team_checked_in?: (Scalars['Boolean'] | null),from_team_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_options?: (match_options_obj_rel_insert_input | null),match_options_id?: (Scalars['uuid'] | null), +/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ +match_outcome?: (Scalars['String'] | null),proposals?: (team_scrim_request_proposals_arr_rel_insert_input | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),region?: (Scalars['String'] | null),requested_by?: (players_obj_rel_insert_input | null),requested_by_steam_id?: (Scalars['bigint'] | null),responded_at?: (Scalars['timestamptz'] | null),status?: (e_scrim_request_statuses_enum | null),to_team?: (teams_obj_rel_insert_input | null),to_team_checked_in?: (Scalars['Boolean'] | null),to_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface team_scrim_requests_max_fieldsGenqlSelection{ + awaiting_team_id?: boolean | number + canceled_by_team_id?: boolean | number + created_at?: boolean | number + expires_at?: boolean | number + from_team_id?: boolean | number + id?: boolean | number + match_id?: boolean | number + match_options_id?: boolean | number + /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ + match_outcome?: boolean | number + proposed_scheduled_at?: boolean | number + region?: boolean | number + requested_by_steam_id?: boolean | number + responded_at?: boolean | number + to_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_max_order_by {awaiting_team_id?: (order_by | null),canceled_by_team_id?: (order_by | null),created_at?: (order_by | null),expires_at?: (order_by | null),from_team_id?: (order_by | null),id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null), +/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ +match_outcome?: (order_by | null),proposed_scheduled_at?: (order_by | null),region?: (order_by | null),requested_by_steam_id?: (order_by | null),responded_at?: (order_by | null),to_team_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface team_scrim_requests_min_fieldsGenqlSelection{ + awaiting_team_id?: boolean | number + canceled_by_team_id?: boolean | number + created_at?: boolean | number + expires_at?: boolean | number + from_team_id?: boolean | number + id?: boolean | number + match_id?: boolean | number + match_options_id?: boolean | number + /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ + match_outcome?: boolean | number + proposed_scheduled_at?: boolean | number + region?: boolean | number + requested_by_steam_id?: boolean | number + responded_at?: boolean | number + to_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_min_order_by {awaiting_team_id?: (order_by | null),canceled_by_team_id?: (order_by | null),created_at?: (order_by | null),expires_at?: (order_by | null),from_team_id?: (order_by | null),id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null), +/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ +match_outcome?: (order_by | null),proposed_scheduled_at?: (order_by | null),region?: (order_by | null),requested_by_steam_id?: (order_by | null),responded_at?: (order_by | null),to_team_id?: (order_by | null)} + + +/** response of any mutation on the table "team_scrim_requests" */ +export interface team_scrim_requests_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_scrim_requestsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "team_scrim_requests" */ +export interface team_scrim_requests_obj_rel_insert_input {data: team_scrim_requests_insert_input, +/** upsert condition */ +on_conflict?: (team_scrim_requests_on_conflict | null)} + + +/** on_conflict condition type for table "team_scrim_requests" */ +export interface team_scrim_requests_on_conflict {constraint: team_scrim_requests_constraint,update_columns?: team_scrim_requests_update_column[],where?: (team_scrim_requests_bool_exp | null)} + + +/** Ordering options when selecting data from "team_scrim_requests". */ +export interface team_scrim_requests_order_by {auto_generated?: (order_by | null),awaiting_team?: (teams_order_by | null),awaiting_team_id?: (order_by | null),canceled_by_team_id?: (order_by | null),canceled_late?: (order_by | null),created_at?: (order_by | null),expires_at?: (order_by | null),from_team?: (teams_order_by | null),from_team_checked_in?: (order_by | null),from_team_id?: (order_by | null),id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_options?: (match_options_order_by | null),match_options_id?: (order_by | null),match_outcome?: (order_by | null),proposals_aggregate?: (team_scrim_request_proposals_aggregate_order_by | null),proposed_scheduled_at?: (order_by | null),region?: (order_by | null),requested_by?: (players_order_by | null),requested_by_steam_id?: (order_by | null),responded_at?: (order_by | null),status?: (order_by | null),to_team?: (teams_order_by | null),to_team_checked_in?: (order_by | null),to_team_id?: (order_by | null)} + + +/** primary key columns input for table: team_scrim_requests */ +export interface team_scrim_requests_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "team_scrim_requests" */ +export interface team_scrim_requests_set_input {auto_generated?: (Scalars['Boolean'] | null),awaiting_team_id?: (Scalars['uuid'] | null),canceled_by_team_id?: (Scalars['uuid'] | null),canceled_late?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),expires_at?: (Scalars['timestamptz'] | null),from_team_checked_in?: (Scalars['Boolean'] | null),from_team_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null), +/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ +match_outcome?: (Scalars['String'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),region?: (Scalars['String'] | null),requested_by_steam_id?: (Scalars['bigint'] | null),responded_at?: (Scalars['timestamptz'] | null),status?: (e_scrim_request_statuses_enum | null),to_team_checked_in?: (Scalars['Boolean'] | null),to_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface team_scrim_requests_stddev_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_stddev_order_by {requested_by_steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_requests_stddev_pop_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_stddev_pop_order_by {requested_by_steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_requests_stddev_samp_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_stddev_samp_order_by {requested_by_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "team_scrim_requests" */ +export interface team_scrim_requests_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_scrim_requests_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_scrim_requests_stream_cursor_value_input {auto_generated?: (Scalars['Boolean'] | null),awaiting_team_id?: (Scalars['uuid'] | null),canceled_by_team_id?: (Scalars['uuid'] | null),canceled_late?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),expires_at?: (Scalars['timestamptz'] | null),from_team_checked_in?: (Scalars['Boolean'] | null),from_team_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null), +/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ +match_outcome?: (Scalars['String'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),region?: (Scalars['String'] | null),requested_by_steam_id?: (Scalars['bigint'] | null),responded_at?: (Scalars['timestamptz'] | null),status?: (e_scrim_request_statuses_enum | null),to_team_checked_in?: (Scalars['Boolean'] | null),to_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface team_scrim_requests_sum_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_sum_order_by {requested_by_steam_id?: (order_by | null)} + +export interface team_scrim_requests_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (team_scrim_requests_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (team_scrim_requests_set_input | null), +/** filter the rows which have to be updated */ +where: team_scrim_requests_bool_exp} + + +/** aggregate var_pop on columns */ +export interface team_scrim_requests_var_pop_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_var_pop_order_by {requested_by_steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface team_scrim_requests_var_samp_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_var_samp_order_by {requested_by_steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface team_scrim_requests_variance_fieldsGenqlSelection{ + requested_by_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "team_scrim_requests" */ +export interface team_scrim_requests_variance_order_by {requested_by_steam_id?: (order_by | null)} + + +/** columns and relationships of "team_scrim_settings" */ +export interface team_scrim_settingsGenqlSelection{ + allow_outside_availability?: boolean | number + created_at?: boolean | number + elo_max?: boolean | number + elo_min?: boolean | number + enabled?: boolean | number + id?: boolean | number + map_ids?: boolean | number + notes?: boolean | number + regions?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_scrim_settings" */ +export interface team_scrim_settings_aggregateGenqlSelection{ + aggregate?: team_scrim_settings_aggregate_fieldsGenqlSelection + nodes?: team_scrim_settingsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "team_scrim_settings" */ +export interface team_scrim_settings_aggregate_fieldsGenqlSelection{ + avg?: team_scrim_settings_avg_fieldsGenqlSelection + count?: { __args: {columns?: (team_scrim_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_scrim_settings_max_fieldsGenqlSelection + min?: team_scrim_settings_min_fieldsGenqlSelection + stddev?: team_scrim_settings_stddev_fieldsGenqlSelection + stddev_pop?: team_scrim_settings_stddev_pop_fieldsGenqlSelection + stddev_samp?: team_scrim_settings_stddev_samp_fieldsGenqlSelection + sum?: team_scrim_settings_sum_fieldsGenqlSelection + var_pop?: team_scrim_settings_var_pop_fieldsGenqlSelection + var_samp?: team_scrim_settings_var_samp_fieldsGenqlSelection + variance?: team_scrim_settings_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface team_scrim_settings_avg_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "team_scrim_settings". All fields are combined with a logical 'AND'. */ +export interface team_scrim_settings_bool_exp {_and?: (team_scrim_settings_bool_exp[] | null),_not?: (team_scrim_settings_bool_exp | null),_or?: (team_scrim_settings_bool_exp[] | null),allow_outside_availability?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),elo_max?: (Int_comparison_exp | null),elo_min?: (Int_comparison_exp | null),enabled?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),map_ids?: (uuid_array_comparison_exp | null),notes?: (String_comparison_exp | null),regions?: (String_array_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "team_scrim_settings" */ +export interface team_scrim_settings_inc_input {elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "team_scrim_settings" */ +export interface team_scrim_settings_insert_input {allow_outside_availability?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),map_ids?: (Scalars['uuid'][] | null),notes?: (Scalars['String'] | null),regions?: (Scalars['String'][] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate max on columns */ +export interface team_scrim_settings_max_fieldsGenqlSelection{ + created_at?: boolean | number + elo_max?: boolean | number + elo_min?: boolean | number + id?: boolean | number + map_ids?: boolean | number + notes?: boolean | number + regions?: boolean | number + team_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface team_scrim_settings_min_fieldsGenqlSelection{ + created_at?: boolean | number + elo_max?: boolean | number + elo_min?: boolean | number + id?: boolean | number + map_ids?: boolean | number + notes?: boolean | number + regions?: boolean | number + team_id?: boolean | number + updated_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "team_scrim_settings" */ +export interface team_scrim_settings_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_scrim_settingsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "team_scrim_settings" */ +export interface team_scrim_settings_obj_rel_insert_input {data: team_scrim_settings_insert_input, +/** upsert condition */ +on_conflict?: (team_scrim_settings_on_conflict | null)} + + +/** on_conflict condition type for table "team_scrim_settings" */ +export interface team_scrim_settings_on_conflict {constraint: team_scrim_settings_constraint,update_columns?: team_scrim_settings_update_column[],where?: (team_scrim_settings_bool_exp | null)} + + +/** Ordering options when selecting data from "team_scrim_settings". */ +export interface team_scrim_settings_order_by {allow_outside_availability?: (order_by | null),created_at?: (order_by | null),elo_max?: (order_by | null),elo_min?: (order_by | null),enabled?: (order_by | null),id?: (order_by | null),map_ids?: (order_by | null),notes?: (order_by | null),regions?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),updated_at?: (order_by | null)} + + +/** primary key columns input for table: team_scrim_settings */ +export interface team_scrim_settings_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "team_scrim_settings" */ +export interface team_scrim_settings_set_input {allow_outside_availability?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),map_ids?: (Scalars['uuid'][] | null),notes?: (Scalars['String'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate stddev on columns */ +export interface team_scrim_settings_stddev_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface team_scrim_settings_stddev_pop_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface team_scrim_settings_stddev_samp_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "team_scrim_settings" */ +export interface team_scrim_settings_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_scrim_settings_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_scrim_settings_stream_cursor_value_input {allow_outside_availability?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),map_ids?: (Scalars['uuid'][] | null),notes?: (Scalars['String'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate sum on columns */ +export interface team_scrim_settings_sum_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_scrim_settings_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (team_scrim_settings_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (team_scrim_settings_set_input | null), +/** filter the rows which have to be updated */ +where: team_scrim_settings_bool_exp} + + +/** aggregate var_pop on columns */ +export interface team_scrim_settings_var_pop_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface team_scrim_settings_var_samp_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface team_scrim_settings_variance_fieldsGenqlSelection{ + elo_max?: boolean | number + elo_min?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "team_suggestions" */ +export interface team_suggestionsGenqlSelection{ + created_at?: boolean | number + group_hash?: boolean | number + id?: boolean | number + last_notified_at?: boolean | number + member_steam_ids?: boolean | number + status?: boolean | number + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "team_suggestions" */ +export interface team_suggestions_aggregateGenqlSelection{ + aggregate?: team_suggestions_aggregate_fieldsGenqlSelection + nodes?: team_suggestionsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "team_suggestions" */ +export interface team_suggestions_aggregate_fieldsGenqlSelection{ + avg?: team_suggestions_avg_fieldsGenqlSelection + count?: { __args: {columns?: (team_suggestions_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: team_suggestions_max_fieldsGenqlSelection + min?: team_suggestions_min_fieldsGenqlSelection + stddev?: team_suggestions_stddev_fieldsGenqlSelection + stddev_pop?: team_suggestions_stddev_pop_fieldsGenqlSelection + stddev_samp?: team_suggestions_stddev_samp_fieldsGenqlSelection + sum?: team_suggestions_sum_fieldsGenqlSelection + var_pop?: team_suggestions_var_pop_fieldsGenqlSelection + var_samp?: team_suggestions_var_samp_fieldsGenqlSelection + variance?: team_suggestions_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface team_suggestions_avg_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "team_suggestions". All fields are combined with a logical 'AND'. */ +export interface team_suggestions_bool_exp {_and?: (team_suggestions_bool_exp[] | null),_not?: (team_suggestions_bool_exp | null),_or?: (team_suggestions_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),group_hash?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),last_notified_at?: (timestamptz_comparison_exp | null),member_steam_ids?: (bigint_array_comparison_exp | null),status?: (String_comparison_exp | null),together_count?: (Int_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "team_suggestions" */ +export interface team_suggestions_inc_input {together_count?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "team_suggestions" */ +export interface team_suggestions_insert_input {created_at?: (Scalars['timestamptz'] | null),group_hash?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),member_steam_ids?: (Scalars['bigint'][] | null),status?: (Scalars['String'] | null),together_count?: (Scalars['Int'] | null)} + + +/** aggregate max on columns */ +export interface team_suggestions_max_fieldsGenqlSelection{ + created_at?: boolean | number + group_hash?: boolean | number + id?: boolean | number + last_notified_at?: boolean | number + member_steam_ids?: boolean | number + status?: boolean | number + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface team_suggestions_min_fieldsGenqlSelection{ + created_at?: boolean | number + group_hash?: boolean | number + id?: boolean | number + last_notified_at?: boolean | number + member_steam_ids?: boolean | number + status?: boolean | number + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "team_suggestions" */ +export interface team_suggestions_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: team_suggestionsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "team_suggestions" */ +export interface team_suggestions_on_conflict {constraint: team_suggestions_constraint,update_columns?: team_suggestions_update_column[],where?: (team_suggestions_bool_exp | null)} + + +/** Ordering options when selecting data from "team_suggestions". */ +export interface team_suggestions_order_by {created_at?: (order_by | null),group_hash?: (order_by | null),id?: (order_by | null),last_notified_at?: (order_by | null),member_steam_ids?: (order_by | null),status?: (order_by | null),together_count?: (order_by | null)} + + +/** primary key columns input for table: team_suggestions */ +export interface team_suggestions_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "team_suggestions" */ +export interface team_suggestions_set_input {created_at?: (Scalars['timestamptz'] | null),group_hash?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),member_steam_ids?: (Scalars['bigint'][] | null),status?: (Scalars['String'] | null),together_count?: (Scalars['Int'] | null)} + + +/** aggregate stddev on columns */ +export interface team_suggestions_stddev_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface team_suggestions_stddev_pop_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface team_suggestions_stddev_samp_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "team_suggestions" */ +export interface team_suggestions_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: team_suggestions_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface team_suggestions_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),group_hash?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),member_steam_ids?: (Scalars['bigint'][] | null),status?: (Scalars['String'] | null),together_count?: (Scalars['Int'] | null)} + + +/** aggregate sum on columns */ +export interface team_suggestions_sum_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface team_suggestions_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (team_suggestions_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (team_suggestions_set_input | null), +/** filter the rows which have to be updated */ +where: team_suggestions_bool_exp} + + +/** aggregate var_pop on columns */ +export interface team_suggestions_var_pop_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface team_suggestions_var_samp_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface team_suggestions_variance_fieldsGenqlSelection{ + together_count?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "teams" */ +export interface teamsGenqlSelection{ + avatar_url?: boolean | number + /** A computed field, executes function "can_change_team_role" */ + can_change_role?: boolean | number + /** A computed field, executes function "can_invite_to_team" */ + can_invite?: boolean | number + /** A computed field, executes function "can_manage_team_scrims" */ + can_manage_scrims?: boolean | number + /** A computed field, executes function "can_remove_from_team" */ + can_remove?: boolean | number + /** An object relationship */ + captain?: playersGenqlSelection + captain_steam_id?: boolean | number + id?: boolean | number + /** An array relationship */ + invites?: (team_invitesGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_steam_account_pool_status_select_column[] | null), + distinct_on?: (team_invites_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?: (v_steam_account_pool_status_order_by[] | null), - /** filter the rows returned */ - where?: (v_steam_account_pool_status_bool_exp | null)} }) - /** fetch data from the table in a streaming manner: "v_steam_account_pool_status" */ - v_steam_account_pool_status_stream?: (v_steam_account_pool_statusGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (v_steam_account_pool_status_stream_cursor_input | null)[], + order_by?: (team_invites_order_by[] | null), /** filter the rows returned */ - where?: (v_steam_account_pool_status_bool_exp | null)} }) - /** fetch data from the table: "v_team_ranks" */ - v_team_ranks?: (v_team_ranksGenqlSelection & { __args?: { + where?: (team_invites_bool_exp | null)} }) + /** An aggregate relationship */ + invites_aggregate?: (team_invites_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_ranks_select_column[] | null), + distinct_on?: (team_invites_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?: (v_team_ranks_order_by[] | null), + order_by?: (team_invites_order_by[] | null), /** filter the rows returned */ - where?: (v_team_ranks_bool_exp | null)} }) - /** fetch aggregated fields from the table: "v_team_ranks" */ - v_team_ranks_aggregate?: (v_team_ranks_aggregateGenqlSelection & { __args?: { + where?: (team_invites_bool_exp | null)} }) + /** An array relationship */ + match_lineups?: (match_lineupsGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_ranks_select_column[] | null), + distinct_on?: (match_lineups_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?: (v_team_ranks_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_ranks_bool_exp | null)} }) - /** fetch data from the table in a streaming manner: "v_team_ranks" */ - v_team_ranks_stream?: (v_team_ranksGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (v_team_ranks_stream_cursor_input | null)[], + order_by?: (match_lineups_order_by[] | null), /** filter the rows returned */ - where?: (v_team_ranks_bool_exp | null)} }) - /** fetch data from the table: "v_team_reputation" */ - v_team_reputation?: (v_team_reputationGenqlSelection & { __args?: { + where?: (match_lineups_bool_exp | null)} }) + /** An aggregate relationship */ + match_lineups_aggregate?: (match_lineups_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_reputation_select_column[] | null), + distinct_on?: (match_lineups_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?: (v_team_reputation_order_by[] | null), + order_by?: (match_lineups_order_by[] | null), /** filter the rows returned */ - where?: (v_team_reputation_bool_exp | null)} }) - /** fetch aggregated fields from the table: "v_team_reputation" */ - v_team_reputation_aggregate?: (v_team_reputation_aggregateGenqlSelection & { __args?: { + where?: (match_lineups_bool_exp | null)} }) + /** A computed field, executes function "get_team_matches" */ + matches?: (matchesGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_reputation_select_column[] | null), + distinct_on?: (matches_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?: (v_team_reputation_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_reputation_bool_exp | null)} }) - /** fetch data from the table in a streaming manner: "v_team_reputation" */ - v_team_reputation_stream?: (v_team_reputationGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (v_team_reputation_stream_cursor_input | null)[], + order_by?: (matches_order_by[] | null), /** filter the rows returned */ - where?: (v_team_reputation_bool_exp | null)} }) - /** fetch data from the table: "v_team_stage_results" */ - v_team_stage_results?: (v_team_stage_resultsGenqlSelection & { __args?: { + where?: (matches_bool_exp | null)} }) + name?: boolean | number + /** An object relationship */ + owner?: playersGenqlSelection + owner_steam_id?: boolean | number + /** An object relationship */ + ranks?: v_team_ranksGenqlSelection + /** An object relationship */ + reputation?: v_team_reputationGenqlSelection + /** A computed field, executes function "team_role" */ + role?: boolean | number + /** An array relationship */ + roster?: (team_rosterGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_stage_results_select_column[] | null), + distinct_on?: (team_roster_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?: (v_team_stage_results_order_by[] | null), + order_by?: (team_roster_order_by[] | null), /** filter the rows returned */ - where?: (v_team_stage_results_bool_exp | null)} }) - /** fetch aggregated fields from the table: "v_team_stage_results" */ - v_team_stage_results_aggregate?: (v_team_stage_results_aggregateGenqlSelection & { __args?: { + where?: (team_roster_bool_exp | null)} }) + /** An aggregate relationship */ + roster_aggregate?: (team_roster_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_stage_results_select_column[] | null), + distinct_on?: (team_roster_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?: (v_team_stage_results_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_stage_results_bool_exp | null)} }) - /** fetch data from the table: "v_team_stage_results" using primary key columns */ - v_team_stage_results_by_pk?: (v_team_stage_resultsGenqlSelection & { __args: {tournament_stage_id: Scalars['uuid'], tournament_team_id: Scalars['uuid']} }) - /** fetch data from the table in a streaming manner: "v_team_stage_results" */ - v_team_stage_results_stream?: (v_team_stage_resultsGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (v_team_stage_results_stream_cursor_input | null)[], + order_by?: (team_roster_order_by[] | null), /** filter the rows returned */ - where?: (v_team_stage_results_bool_exp | null)} }) - /** fetch data from the table: "v_team_tournament_results" */ - v_team_tournament_results?: (v_team_tournament_resultsGenqlSelection & { __args?: { + where?: (team_roster_bool_exp | null)} }) + /** An array relationship */ + scrim_availability?: (team_scrim_availabilityGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_tournament_results_select_column[] | null), + distinct_on?: (team_scrim_availability_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?: (v_team_tournament_results_order_by[] | null), + order_by?: (team_scrim_availability_order_by[] | null), /** filter the rows returned */ - where?: (v_team_tournament_results_bool_exp | null)} }) - /** fetch aggregated fields from the table: "v_team_tournament_results" */ - v_team_tournament_results_aggregate?: (v_team_tournament_results_aggregateGenqlSelection & { __args?: { + where?: (team_scrim_availability_bool_exp | null)} }) + /** An aggregate relationship */ + scrim_availability_aggregate?: (team_scrim_availability_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_team_tournament_results_select_column[] | null), + distinct_on?: (team_scrim_availability_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?: (v_team_tournament_results_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_tournament_results_bool_exp | null)} }) - /** fetch data from the table in a streaming manner: "v_team_tournament_results" */ - v_team_tournament_results_stream?: (v_team_tournament_resultsGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (v_team_tournament_results_stream_cursor_input | null)[], + order_by?: (team_scrim_availability_order_by[] | null), /** filter the rows returned */ - where?: (v_team_tournament_results_bool_exp | null)} }) - /** fetch data from the table: "v_tournament_player_stats" */ - v_tournament_player_stats?: (v_tournament_player_statsGenqlSelection & { __args?: { + where?: (team_scrim_availability_bool_exp | null)} }) + /** An object relationship */ + scrim_settings?: team_scrim_settingsGenqlSelection + short_name?: boolean | number + /** An array relationship */ + tournament_teams?: (tournament_teamsGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_tournament_player_stats_select_column[] | null), + distinct_on?: (tournament_teams_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?: (v_tournament_player_stats_order_by[] | null), + order_by?: (tournament_teams_order_by[] | null), /** filter the rows returned */ - where?: (v_tournament_player_stats_bool_exp | null)} }) - /** fetch aggregated fields from the table: "v_tournament_player_stats" */ - v_tournament_player_stats_aggregate?: (v_tournament_player_stats_aggregateGenqlSelection & { __args?: { + where?: (tournament_teams_bool_exp | null)} }) + /** An aggregate relationship */ + tournament_teams_aggregate?: (tournament_teams_aggregateGenqlSelection & { __args?: { /** distinct select on columns */ - distinct_on?: (v_tournament_player_stats_select_column[] | null), + distinct_on?: (tournament_teams_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?: (v_tournament_player_stats_order_by[] | null), - /** filter the rows returned */ - where?: (v_tournament_player_stats_bool_exp | null)} }) - /** fetch data from the table in a streaming manner: "v_tournament_player_stats" */ - v_tournament_player_stats_stream?: (v_tournament_player_statsGenqlSelection & { __args: { - /** maximum number of rows returned in a single batch */ - batch_size: Scalars['Int'], - /** cursor to stream the results returned by the query */ - cursor: (v_tournament_player_stats_stream_cursor_input | null)[], + order_by?: (tournament_teams_order_by[] | null), /** filter the rows returned */ - where?: (v_tournament_player_stats_bool_exp | null)} }) + where?: (tournament_teams_bool_exp | null)} }) __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "system_alerts" */ -export interface system_alertsGenqlSelection{ - created_at?: boolean | number - created_by?: boolean | number - dismissible?: boolean | number - expires_at?: boolean | number - id?: boolean | number - is_active?: boolean | number - message?: boolean | number - title?: boolean | number - type?: boolean | number - updated_at?: boolean | number +/** aggregated selection of "teams" */ +export interface teams_aggregateGenqlSelection{ + aggregate?: teams_aggregate_fieldsGenqlSelection + nodes?: teamsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface teams_aggregate_bool_exp {count?: (teams_aggregate_bool_exp_count | null)} -/** aggregated selection of "system_alerts" */ -export interface system_alerts_aggregateGenqlSelection{ - aggregate?: system_alerts_aggregate_fieldsGenqlSelection - nodes?: system_alertsGenqlSelection +export interface teams_aggregate_bool_exp_count {arguments?: (teams_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (teams_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "teams" */ +export interface teams_aggregate_fieldsGenqlSelection{ + avg?: teams_avg_fieldsGenqlSelection + count?: { __args: {columns?: (teams_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: teams_max_fieldsGenqlSelection + min?: teams_min_fieldsGenqlSelection + stddev?: teams_stddev_fieldsGenqlSelection + stddev_pop?: teams_stddev_pop_fieldsGenqlSelection + stddev_samp?: teams_stddev_samp_fieldsGenqlSelection + sum?: teams_sum_fieldsGenqlSelection + var_pop?: teams_var_pop_fieldsGenqlSelection + var_samp?: teams_var_samp_fieldsGenqlSelection + variance?: teams_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "system_alerts" */ -export interface system_alerts_aggregate_fieldsGenqlSelection{ - avg?: system_alerts_avg_fieldsGenqlSelection - count?: { __args: {columns?: (system_alerts_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: system_alerts_max_fieldsGenqlSelection - min?: system_alerts_min_fieldsGenqlSelection - stddev?: system_alerts_stddev_fieldsGenqlSelection - stddev_pop?: system_alerts_stddev_pop_fieldsGenqlSelection - stddev_samp?: system_alerts_stddev_samp_fieldsGenqlSelection - sum?: system_alerts_sum_fieldsGenqlSelection - var_pop?: system_alerts_var_pop_fieldsGenqlSelection - var_samp?: system_alerts_var_samp_fieldsGenqlSelection - variance?: system_alerts_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by aggregate values of table "teams" */ +export interface teams_aggregate_order_by {avg?: (teams_avg_order_by | null),count?: (order_by | null),max?: (teams_max_order_by | null),min?: (teams_min_order_by | null),stddev?: (teams_stddev_order_by | null),stddev_pop?: (teams_stddev_pop_order_by | null),stddev_samp?: (teams_stddev_samp_order_by | null),sum?: (teams_sum_order_by | null),var_pop?: (teams_var_pop_order_by | null),var_samp?: (teams_var_samp_order_by | null),variance?: (teams_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "teams" */ +export interface teams_arr_rel_insert_input {data: teams_insert_input[], +/** upsert condition */ +on_conflict?: (teams_on_conflict | null)} /** aggregate avg on columns */ -export interface system_alerts_avg_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_avg_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "system_alerts". All fields are combined with a logical 'AND'. */ -export interface system_alerts_bool_exp {_and?: (system_alerts_bool_exp[] | null),_not?: (system_alerts_bool_exp | null),_or?: (system_alerts_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),created_by?: (bigint_comparison_exp | null),dismissible?: (Boolean_comparison_exp | null),expires_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),is_active?: (Boolean_comparison_exp | null),message?: (String_comparison_exp | null),title?: (String_comparison_exp | null),type?: (e_system_alert_types_enum_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} +/** order by avg() on columns of table "teams" */ +export interface teams_avg_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} -/** input type for incrementing numeric columns in table "system_alerts" */ -export interface system_alerts_inc_input {created_by?: (Scalars['bigint'] | null)} +/** 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),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 inserting data into table "system_alerts" */ -export interface system_alerts_insert_input {created_at?: (Scalars['timestamptz'] | null),created_by?: (Scalars['bigint'] | null),dismissible?: (Scalars['Boolean'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),is_active?: (Scalars['Boolean'] | null),message?: (Scalars['String'] | null),title?: (Scalars['String'] | null),type?: (e_system_alert_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} +/** input type for incrementing numeric columns in table "teams" */ +export interface teams_inc_input {captain_steam_id?: (Scalars['bigint'] | null),owner_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),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 */ -export interface system_alerts_max_fieldsGenqlSelection{ - created_at?: boolean | number - created_by?: boolean | number - expires_at?: boolean | number +export interface teams_max_fieldsGenqlSelection{ + avatar_url?: boolean | number + captain_steam_id?: boolean | number id?: boolean | number - message?: boolean | number - title?: boolean | number - updated_at?: boolean | number + name?: boolean | number + owner_steam_id?: boolean | number + /** A computed field, executes function "team_role" */ + role?: boolean | number + short_name?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "teams" */ +export interface teams_max_order_by {avatar_url?: (order_by | null),captain_steam_id?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),short_name?: (order_by | null)} + + /** aggregate min on columns */ -export interface system_alerts_min_fieldsGenqlSelection{ - created_at?: boolean | number - created_by?: boolean | number - expires_at?: boolean | number +export interface teams_min_fieldsGenqlSelection{ + avatar_url?: boolean | number + captain_steam_id?: boolean | number id?: boolean | number - message?: boolean | number - title?: boolean | number - updated_at?: boolean | number + name?: boolean | number + owner_steam_id?: boolean | number + /** A computed field, executes function "team_role" */ + role?: boolean | number + short_name?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "system_alerts" */ -export interface system_alerts_mutation_responseGenqlSelection{ +/** order by min() on columns of table "teams" */ +export interface teams_min_order_by {avatar_url?: (order_by | null),captain_steam_id?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),short_name?: (order_by | null)} + + +/** response of any mutation on the table "teams" */ +export interface teams_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: system_alertsGenqlSelection + returning?: teamsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "system_alerts" */ -export interface system_alerts_on_conflict {constraint: system_alerts_constraint,update_columns?: system_alerts_update_column[],where?: (system_alerts_bool_exp | null)} +/** input type for inserting object relation for remote table "teams" */ +export interface teams_obj_rel_insert_input {data: teams_insert_input, +/** upsert condition */ +on_conflict?: (teams_on_conflict | null)} -/** Ordering options when selecting data from "system_alerts". */ -export interface system_alerts_order_by {created_at?: (order_by | null),created_by?: (order_by | null),dismissible?: (order_by | null),expires_at?: (order_by | null),id?: (order_by | null),is_active?: (order_by | null),message?: (order_by | null),title?: (order_by | null),type?: (order_by | null),updated_at?: (order_by | null)} +/** on_conflict condition type for table "teams" */ +export interface teams_on_conflict {constraint: teams_constraint,update_columns?: teams_update_column[],where?: (teams_bool_exp | null)} -/** primary key columns input for table: system_alerts */ -export interface system_alerts_pk_columns_input {id: Scalars['uuid']} +/** 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),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)} -/** input type for updating data in table "system_alerts" */ -export interface system_alerts_set_input {created_at?: (Scalars['timestamptz'] | null),created_by?: (Scalars['bigint'] | null),dismissible?: (Scalars['Boolean'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),is_active?: (Scalars['Boolean'] | null),message?: (Scalars['String'] | null),title?: (Scalars['String'] | null),type?: (e_system_alert_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} +/** primary key columns input for table: teams */ +export interface teams_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "teams" */ +export interface teams_set_input {avatar_url?: (Scalars['String'] | null),captain_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),short_name?: (Scalars['String'] | null)} /** aggregate stddev on columns */ -export interface system_alerts_stddev_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_stddev_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "teams" */ +export interface teams_stddev_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface system_alerts_stddev_pop_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_stddev_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "teams" */ +export interface teams_stddev_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface system_alerts_stddev_samp_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_stddev_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "system_alerts" */ -export interface system_alerts_stream_cursor_input { +/** order by stddev_samp() on columns of table "teams" */ +export interface teams_stddev_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "teams" */ +export interface teams_stream_cursor_input { /** Stream column input with initial value */ -initial_value: system_alerts_stream_cursor_value_input, +initial_value: teams_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface system_alerts_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),created_by?: (Scalars['bigint'] | null),dismissible?: (Scalars['Boolean'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),is_active?: (Scalars['Boolean'] | null),message?: (Scalars['String'] | null),title?: (Scalars['String'] | null),type?: (e_system_alert_types_enum | null),updated_at?: (Scalars['timestamptz'] | null)} +export interface teams_stream_cursor_value_input {avatar_url?: (Scalars['String'] | null),captain_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),short_name?: (Scalars['String'] | null)} /** aggregate sum on columns */ -export interface system_alerts_sum_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_sum_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface system_alerts_updates { + +/** order by sum() on columns of table "teams" */ +export interface teams_sum_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} + +export interface teams_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (system_alerts_inc_input | null), +_inc?: (teams_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (system_alerts_set_input | null), +_set?: (teams_set_input | null), /** filter the rows which have to be updated */ -where: system_alerts_bool_exp} +where: teams_bool_exp} /** aggregate var_pop on columns */ -export interface system_alerts_var_pop_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_var_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "teams" */ +export interface teams_var_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface system_alerts_var_samp_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_var_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "teams" */ +export interface teams_var_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} + + /** aggregate variance on columns */ -export interface system_alerts_variance_fieldsGenqlSelection{ - created_by?: boolean | number +export interface teams_variance_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "team_invites" */ -export interface team_invitesGenqlSelection{ +/** order by variance() on columns of table "teams" */ +export interface teams_variance_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} + + +/** Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. */ +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_brackets" */ +export interface tournament_bracketsGenqlSelection{ + bye?: boolean | number created_at?: boolean | number + /** A computed field, executes function "get_feeding_brackets" */ + feeding_brackets?: (tournament_bracketsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_brackets_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_brackets_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_brackets_bool_exp | null)} }) + finished?: boolean | number + group?: boolean | number id?: boolean | number /** An object relationship */ - invited_by?: playersGenqlSelection - invited_by_player_steam_id?: boolean | number + loser_bracket?: tournament_bracketsGenqlSelection + loser_parent_bracket_id?: boolean | number /** An object relationship */ - player?: playersGenqlSelection - steam_id?: boolean | number + match?: matchesGenqlSelection + match_id?: boolean | number + match_number?: boolean | number + match_options_id?: boolean | number /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number + options?: match_optionsGenqlSelection + /** An object relationship */ + parent_bracket?: tournament_bracketsGenqlSelection + parent_bracket_id?: boolean | number + path?: boolean | number + round?: boolean | number + scheduled_at?: boolean | number + scheduled_eta?: boolean | number + /** An array relationship */ + scheduling_proposals?: (league_scheduling_proposalsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_scheduling_proposals_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?: (league_scheduling_proposals_order_by[] | null), + /** filter the rows returned */ + where?: (league_scheduling_proposals_bool_exp | null)} }) + /** An aggregate relationship */ + scheduling_proposals_aggregate?: (league_scheduling_proposals_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (league_scheduling_proposals_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?: (league_scheduling_proposals_order_by[] | null), + /** filter the rows returned */ + where?: (league_scheduling_proposals_bool_exp | null)} }) + /** An object relationship */ + stage?: tournament_stagesGenqlSelection + /** An object relationship */ + team_1?: tournament_teamsGenqlSelection + team_1_seed?: boolean | number + /** An object relationship */ + team_2?: tournament_teamsGenqlSelection + team_2_seed?: boolean | number + tournament_stage_id?: boolean | number + tournament_team_id_1?: boolean | number + tournament_team_id_2?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "team_invites" */ -export interface team_invites_aggregateGenqlSelection{ - aggregate?: team_invites_aggregate_fieldsGenqlSelection - nodes?: team_invitesGenqlSelection +/** aggregated selection of "tournament_brackets" */ +export interface tournament_brackets_aggregateGenqlSelection{ + aggregate?: tournament_brackets_aggregate_fieldsGenqlSelection + nodes?: tournament_bracketsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface team_invites_aggregate_bool_exp {count?: (team_invites_aggregate_bool_exp_count | null)} +export interface tournament_brackets_aggregate_bool_exp {bool_and?: (tournament_brackets_aggregate_bool_exp_bool_and | null),bool_or?: (tournament_brackets_aggregate_bool_exp_bool_or | null),count?: (tournament_brackets_aggregate_bool_exp_count | null)} -export interface team_invites_aggregate_bool_exp_count {arguments?: (team_invites_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_invites_bool_exp | null),predicate: Int_comparison_exp} +export interface tournament_brackets_aggregate_bool_exp_bool_and {arguments: tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_brackets_bool_exp | null),predicate: Boolean_comparison_exp} +export interface tournament_brackets_aggregate_bool_exp_bool_or {arguments: tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_brackets_bool_exp | null),predicate: Boolean_comparison_exp} -/** aggregate fields of "team_invites" */ -export interface team_invites_aggregate_fieldsGenqlSelection{ - avg?: team_invites_avg_fieldsGenqlSelection - count?: { __args: {columns?: (team_invites_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_invites_max_fieldsGenqlSelection - min?: team_invites_min_fieldsGenqlSelection - stddev?: team_invites_stddev_fieldsGenqlSelection - stddev_pop?: team_invites_stddev_pop_fieldsGenqlSelection - stddev_samp?: team_invites_stddev_samp_fieldsGenqlSelection - sum?: team_invites_sum_fieldsGenqlSelection - var_pop?: team_invites_var_pop_fieldsGenqlSelection - var_samp?: team_invites_var_samp_fieldsGenqlSelection - variance?: team_invites_variance_fieldsGenqlSelection +export interface tournament_brackets_aggregate_bool_exp_count {arguments?: (tournament_brackets_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_brackets_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "tournament_brackets" */ +export interface tournament_brackets_aggregate_fieldsGenqlSelection{ + avg?: tournament_brackets_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_brackets_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_brackets_max_fieldsGenqlSelection + min?: tournament_brackets_min_fieldsGenqlSelection + stddev?: tournament_brackets_stddev_fieldsGenqlSelection + stddev_pop?: tournament_brackets_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_brackets_stddev_samp_fieldsGenqlSelection + sum?: tournament_brackets_sum_fieldsGenqlSelection + var_pop?: tournament_brackets_var_pop_fieldsGenqlSelection + var_samp?: tournament_brackets_var_samp_fieldsGenqlSelection + variance?: tournament_brackets_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "team_invites" */ -export interface team_invites_aggregate_order_by {avg?: (team_invites_avg_order_by | null),count?: (order_by | null),max?: (team_invites_max_order_by | null),min?: (team_invites_min_order_by | null),stddev?: (team_invites_stddev_order_by | null),stddev_pop?: (team_invites_stddev_pop_order_by | null),stddev_samp?: (team_invites_stddev_samp_order_by | null),sum?: (team_invites_sum_order_by | null),var_pop?: (team_invites_var_pop_order_by | null),var_samp?: (team_invites_var_samp_order_by | null),variance?: (team_invites_variance_order_by | null)} +/** order by aggregate values of table "tournament_brackets" */ +export interface tournament_brackets_aggregate_order_by {avg?: (tournament_brackets_avg_order_by | null),count?: (order_by | null),max?: (tournament_brackets_max_order_by | null),min?: (tournament_brackets_min_order_by | null),stddev?: (tournament_brackets_stddev_order_by | null),stddev_pop?: (tournament_brackets_stddev_pop_order_by | null),stddev_samp?: (tournament_brackets_stddev_samp_order_by | null),sum?: (tournament_brackets_sum_order_by | null),var_pop?: (tournament_brackets_var_pop_order_by | null),var_samp?: (tournament_brackets_var_samp_order_by | null),variance?: (tournament_brackets_variance_order_by | null)} -/** input type for inserting array relation for remote table "team_invites" */ -export interface team_invites_arr_rel_insert_input {data: team_invites_insert_input[], +/** input type for inserting array relation for remote table "tournament_brackets" */ +export interface tournament_brackets_arr_rel_insert_input {data: tournament_brackets_insert_input[], /** upsert condition */ -on_conflict?: (team_invites_on_conflict | null)} +on_conflict?: (tournament_brackets_on_conflict | null)} /** aggregate avg on columns */ -export interface team_invites_avg_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_avg_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "team_invites" */ -export interface team_invites_avg_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by avg() on columns of table "tournament_brackets" */ +export interface tournament_brackets_avg_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} -/** Boolean expression to filter rows from the table "team_invites". All fields are combined with a logical 'AND'. */ -export interface team_invites_bool_exp {_and?: (team_invites_bool_exp[] | null),_not?: (team_invites_bool_exp | null),_or?: (team_invites_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),invited_by?: (players_bool_exp | null),invited_by_player_steam_id?: (bigint_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} +/** Boolean expression to filter rows from the table "tournament_brackets". All fields are combined with a logical 'AND'. */ +export interface tournament_brackets_bool_exp {_and?: (tournament_brackets_bool_exp[] | null),_not?: (tournament_brackets_bool_exp | null),_or?: (tournament_brackets_bool_exp[] | null),bye?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),feeding_brackets?: (tournament_brackets_bool_exp | null),finished?: (Boolean_comparison_exp | null),group?: (numeric_comparison_exp | null),id?: (uuid_comparison_exp | null),loser_bracket?: (tournament_brackets_bool_exp | null),loser_parent_bracket_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_number?: (Int_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),options?: (match_options_bool_exp | null),parent_bracket?: (tournament_brackets_bool_exp | null),parent_bracket_id?: (uuid_comparison_exp | null),path?: (String_comparison_exp | null),round?: (Int_comparison_exp | null),scheduled_at?: (timestamptz_comparison_exp | null),scheduled_eta?: (timestamptz_comparison_exp | null),scheduling_proposals?: (league_scheduling_proposals_bool_exp | null),scheduling_proposals_aggregate?: (league_scheduling_proposals_aggregate_bool_exp | null),stage?: (tournament_stages_bool_exp | null),team_1?: (tournament_teams_bool_exp | null),team_1_seed?: (Int_comparison_exp | null),team_2?: (tournament_teams_bool_exp | null),team_2_seed?: (Int_comparison_exp | null),tournament_stage_id?: (uuid_comparison_exp | null),tournament_team_id_1?: (uuid_comparison_exp | null),tournament_team_id_2?: (uuid_comparison_exp | null)} -/** input type for incrementing numeric columns in table "team_invites" */ -export interface team_invites_inc_input {invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for incrementing numeric columns in table "tournament_brackets" */ +export interface tournament_brackets_inc_input {group?: (Scalars['numeric'] | null),match_number?: (Scalars['Int'] | null),round?: (Scalars['Int'] | null),team_1_seed?: (Scalars['Int'] | null),team_2_seed?: (Scalars['Int'] | null)} -/** input type for inserting data into table "team_invites" */ -export interface team_invites_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by?: (players_obj_rel_insert_input | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} +/** input type for inserting data into table "tournament_brackets" */ +export interface tournament_brackets_insert_input {bye?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),finished?: (Scalars['Boolean'] | null),group?: (Scalars['numeric'] | null),id?: (Scalars['uuid'] | null),loser_bracket?: (tournament_brackets_obj_rel_insert_input | null),loser_parent_bracket_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_number?: (Scalars['Int'] | null),match_options_id?: (Scalars['uuid'] | null),options?: (match_options_obj_rel_insert_input | null),parent_bracket?: (tournament_brackets_obj_rel_insert_input | null),parent_bracket_id?: (Scalars['uuid'] | null),path?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),scheduled_at?: (Scalars['timestamptz'] | null),scheduled_eta?: (Scalars['timestamptz'] | null),scheduling_proposals?: (league_scheduling_proposals_arr_rel_insert_input | null),stage?: (tournament_stages_obj_rel_insert_input | null),team_1?: (tournament_teams_obj_rel_insert_input | null),team_1_seed?: (Scalars['Int'] | null),team_2?: (tournament_teams_obj_rel_insert_input | null),team_2_seed?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id_1?: (Scalars['uuid'] | null),tournament_team_id_2?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface team_invites_max_fieldsGenqlSelection{ +export interface tournament_brackets_max_fieldsGenqlSelection{ created_at?: boolean | number + group?: boolean | number id?: boolean | number - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number - team_id?: boolean | number + loser_parent_bracket_id?: boolean | number + match_id?: boolean | number + match_number?: boolean | number + match_options_id?: boolean | number + parent_bracket_id?: boolean | number + path?: boolean | number + round?: boolean | number + scheduled_at?: boolean | number + scheduled_eta?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number + tournament_stage_id?: boolean | number + tournament_team_id_1?: boolean | number + tournament_team_id_2?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "team_invites" */ -export interface team_invites_max_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),team_id?: (order_by | null)} +/** order by max() on columns of table "tournament_brackets" */ +export interface tournament_brackets_max_order_by {created_at?: (order_by | null),group?: (order_by | null),id?: (order_by | null),loser_parent_bracket_id?: (order_by | null),match_id?: (order_by | null),match_number?: (order_by | null),match_options_id?: (order_by | null),parent_bracket_id?: (order_by | null),path?: (order_by | null),round?: (order_by | null),scheduled_at?: (order_by | null),scheduled_eta?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id_1?: (order_by | null),tournament_team_id_2?: (order_by | null)} /** aggregate min on columns */ -export interface team_invites_min_fieldsGenqlSelection{ +export interface tournament_brackets_min_fieldsGenqlSelection{ created_at?: boolean | number + group?: boolean | number id?: boolean | number - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number - team_id?: boolean | number + loser_parent_bracket_id?: boolean | number + match_id?: boolean | number + match_number?: boolean | number + match_options_id?: boolean | number + parent_bracket_id?: boolean | number + path?: boolean | number + round?: boolean | number + scheduled_at?: boolean | number + scheduled_eta?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number + tournament_stage_id?: boolean | number + tournament_team_id_1?: boolean | number + tournament_team_id_2?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "team_invites" */ -export interface team_invites_min_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),team_id?: (order_by | null)} +/** order by min() on columns of table "tournament_brackets" */ +export interface tournament_brackets_min_order_by {created_at?: (order_by | null),group?: (order_by | null),id?: (order_by | null),loser_parent_bracket_id?: (order_by | null),match_id?: (order_by | null),match_number?: (order_by | null),match_options_id?: (order_by | null),parent_bracket_id?: (order_by | null),path?: (order_by | null),round?: (order_by | null),scheduled_at?: (order_by | null),scheduled_eta?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id_1?: (order_by | null),tournament_team_id_2?: (order_by | null)} -/** response of any mutation on the table "team_invites" */ -export interface team_invites_mutation_responseGenqlSelection{ +/** response of any mutation on the table "tournament_brackets" */ +export interface tournament_brackets_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: team_invitesGenqlSelection + returning?: tournament_bracketsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "team_invites" */ -export interface team_invites_on_conflict {constraint: team_invites_constraint,update_columns?: team_invites_update_column[],where?: (team_invites_bool_exp | null)} +/** input type for inserting object relation for remote table "tournament_brackets" */ +export interface tournament_brackets_obj_rel_insert_input {data: tournament_brackets_insert_input, +/** upsert condition */ +on_conflict?: (tournament_brackets_on_conflict | null)} -/** Ordering options when selecting data from "team_invites". */ -export interface team_invites_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by?: (players_order_by | null),invited_by_player_steam_id?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} +/** on_conflict condition type for table "tournament_brackets" */ +export interface tournament_brackets_on_conflict {constraint: tournament_brackets_constraint,update_columns?: tournament_brackets_update_column[],where?: (tournament_brackets_bool_exp | null)} -/** primary key columns input for table: team_invites */ -export interface team_invites_pk_columns_input {id: Scalars['uuid']} +/** Ordering options when selecting data from "tournament_brackets". */ +export interface tournament_brackets_order_by {bye?: (order_by | null),created_at?: (order_by | null),feeding_brackets_aggregate?: (tournament_brackets_aggregate_order_by | null),finished?: (order_by | null),group?: (order_by | null),id?: (order_by | null),loser_bracket?: (tournament_brackets_order_by | null),loser_parent_bracket_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_number?: (order_by | null),match_options_id?: (order_by | null),options?: (match_options_order_by | null),parent_bracket?: (tournament_brackets_order_by | null),parent_bracket_id?: (order_by | null),path?: (order_by | null),round?: (order_by | null),scheduled_at?: (order_by | null),scheduled_eta?: (order_by | null),scheduling_proposals_aggregate?: (league_scheduling_proposals_aggregate_order_by | null),stage?: (tournament_stages_order_by | null),team_1?: (tournament_teams_order_by | null),team_1_seed?: (order_by | null),team_2?: (tournament_teams_order_by | null),team_2_seed?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id_1?: (order_by | null),tournament_team_id_2?: (order_by | null)} -/** input type for updating data in table "team_invites" */ -export interface team_invites_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} +/** primary key columns input for table: tournament_brackets */ +export interface tournament_brackets_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_brackets" */ +export interface tournament_brackets_set_input {bye?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),finished?: (Scalars['Boolean'] | null),group?: (Scalars['numeric'] | null),id?: (Scalars['uuid'] | null),loser_parent_bracket_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_number?: (Scalars['Int'] | null),match_options_id?: (Scalars['uuid'] | null),parent_bracket_id?: (Scalars['uuid'] | null),path?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),scheduled_at?: (Scalars['timestamptz'] | null),scheduled_eta?: (Scalars['timestamptz'] | null),team_1_seed?: (Scalars['Int'] | null),team_2_seed?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id_1?: (Scalars['uuid'] | null),tournament_team_id_2?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ -export interface team_invites_stddev_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_stddev_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "team_invites" */ -export interface team_invites_stddev_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by stddev() on columns of table "tournament_brackets" */ +export interface tournament_brackets_stddev_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface team_invites_stddev_pop_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_stddev_pop_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "team_invites" */ -export interface team_invites_stddev_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by stddev_pop() on columns of table "tournament_brackets" */ +export interface tournament_brackets_stddev_pop_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface team_invites_stddev_samp_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_stddev_samp_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "team_invites" */ -export interface team_invites_stddev_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by stddev_samp() on columns of table "tournament_brackets" */ +export interface tournament_brackets_stddev_samp_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} -/** Streaming cursor of the table "team_invites" */ -export interface team_invites_stream_cursor_input { +/** Streaming cursor of the table "tournament_brackets" */ +export interface tournament_brackets_stream_cursor_input { /** Stream column input with initial value */ -initial_value: team_invites_stream_cursor_value_input, +initial_value: tournament_brackets_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface team_invites_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} +export interface tournament_brackets_stream_cursor_value_input {bye?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),finished?: (Scalars['Boolean'] | null),group?: (Scalars['numeric'] | null),id?: (Scalars['uuid'] | null),loser_parent_bracket_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_number?: (Scalars['Int'] | null),match_options_id?: (Scalars['uuid'] | null),parent_bracket_id?: (Scalars['uuid'] | null),path?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),scheduled_at?: (Scalars['timestamptz'] | null),scheduled_eta?: (Scalars['timestamptz'] | null),team_1_seed?: (Scalars['Int'] | null),team_2_seed?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id_1?: (Scalars['uuid'] | null),tournament_team_id_2?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface team_invites_sum_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_sum_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "team_invites" */ -export interface team_invites_sum_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by sum() on columns of table "tournament_brackets" */ +export interface tournament_brackets_sum_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} -export interface team_invites_updates { +export interface tournament_brackets_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (team_invites_inc_input | null), +_inc?: (tournament_brackets_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (team_invites_set_input | null), +_set?: (tournament_brackets_set_input | null), /** filter the rows which have to be updated */ -where: team_invites_bool_exp} +where: tournament_brackets_bool_exp} /** aggregate var_pop on columns */ -export interface team_invites_var_pop_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_var_pop_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "team_invites" */ -export interface team_invites_var_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by var_pop() on columns of table "tournament_brackets" */ +export interface tournament_brackets_var_pop_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} /** aggregate var_samp on columns */ -export interface team_invites_var_samp_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_var_samp_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "team_invites" */ -export interface team_invites_var_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by var_samp() on columns of table "tournament_brackets" */ +export interface tournament_brackets_var_samp_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} /** aggregate variance on columns */ -export interface team_invites_variance_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface tournament_brackets_variance_fieldsGenqlSelection{ + group?: boolean | number + match_number?: boolean | number + round?: boolean | number + team_1_seed?: boolean | number + team_2_seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "team_invites" */ -export interface team_invites_variance_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by variance() on columns of table "tournament_brackets" */ +export interface tournament_brackets_variance_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} -/** columns and relationships of "team_roster" */ -export interface team_rosterGenqlSelection{ - coach?: boolean | number +/** columns and relationships of "tournament_organizers" */ +export interface tournament_organizersGenqlSelection{ /** An object relationship */ - player?: playersGenqlSelection - player_steam_id?: boolean | number - role?: boolean | number - roster_image_url?: boolean | number - status?: boolean | number + organizer?: playersGenqlSelection + steam_id?: boolean | number /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "team_roster" */ -export interface team_roster_aggregateGenqlSelection{ - aggregate?: team_roster_aggregate_fieldsGenqlSelection - nodes?: team_rosterGenqlSelection +/** aggregated selection of "tournament_organizers" */ +export interface tournament_organizers_aggregateGenqlSelection{ + aggregate?: tournament_organizers_aggregate_fieldsGenqlSelection + nodes?: tournament_organizersGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface team_roster_aggregate_bool_exp {bool_and?: (team_roster_aggregate_bool_exp_bool_and | null),bool_or?: (team_roster_aggregate_bool_exp_bool_or | null),count?: (team_roster_aggregate_bool_exp_count | null)} - -export interface team_roster_aggregate_bool_exp_bool_and {arguments: team_roster_select_column_team_roster_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_roster_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface team_roster_aggregate_bool_exp_bool_or {arguments: team_roster_select_column_team_roster_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_roster_bool_exp | null),predicate: Boolean_comparison_exp} +export interface tournament_organizers_aggregate_bool_exp {count?: (tournament_organizers_aggregate_bool_exp_count | null)} -export interface team_roster_aggregate_bool_exp_count {arguments?: (team_roster_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_roster_bool_exp | null),predicate: Int_comparison_exp} +export interface tournament_organizers_aggregate_bool_exp_count {arguments?: (tournament_organizers_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_organizers_bool_exp | null),predicate: Int_comparison_exp} -/** aggregate fields of "team_roster" */ -export interface team_roster_aggregate_fieldsGenqlSelection{ - avg?: team_roster_avg_fieldsGenqlSelection - count?: { __args: {columns?: (team_roster_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_roster_max_fieldsGenqlSelection - min?: team_roster_min_fieldsGenqlSelection - stddev?: team_roster_stddev_fieldsGenqlSelection - stddev_pop?: team_roster_stddev_pop_fieldsGenqlSelection - stddev_samp?: team_roster_stddev_samp_fieldsGenqlSelection - sum?: team_roster_sum_fieldsGenqlSelection - var_pop?: team_roster_var_pop_fieldsGenqlSelection - var_samp?: team_roster_var_samp_fieldsGenqlSelection - variance?: team_roster_variance_fieldsGenqlSelection +/** aggregate fields of "tournament_organizers" */ +export interface tournament_organizers_aggregate_fieldsGenqlSelection{ + avg?: tournament_organizers_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_organizers_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_organizers_max_fieldsGenqlSelection + min?: tournament_organizers_min_fieldsGenqlSelection + stddev?: tournament_organizers_stddev_fieldsGenqlSelection + stddev_pop?: tournament_organizers_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_organizers_stddev_samp_fieldsGenqlSelection + sum?: tournament_organizers_sum_fieldsGenqlSelection + var_pop?: tournament_organizers_var_pop_fieldsGenqlSelection + var_samp?: tournament_organizers_var_samp_fieldsGenqlSelection + variance?: tournament_organizers_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "team_roster" */ -export interface team_roster_aggregate_order_by {avg?: (team_roster_avg_order_by | null),count?: (order_by | null),max?: (team_roster_max_order_by | null),min?: (team_roster_min_order_by | null),stddev?: (team_roster_stddev_order_by | null),stddev_pop?: (team_roster_stddev_pop_order_by | null),stddev_samp?: (team_roster_stddev_samp_order_by | null),sum?: (team_roster_sum_order_by | null),var_pop?: (team_roster_var_pop_order_by | null),var_samp?: (team_roster_var_samp_order_by | null),variance?: (team_roster_variance_order_by | null)} +/** order by aggregate values of table "tournament_organizers" */ +export interface tournament_organizers_aggregate_order_by {avg?: (tournament_organizers_avg_order_by | null),count?: (order_by | null),max?: (tournament_organizers_max_order_by | null),min?: (tournament_organizers_min_order_by | null),stddev?: (tournament_organizers_stddev_order_by | null),stddev_pop?: (tournament_organizers_stddev_pop_order_by | null),stddev_samp?: (tournament_organizers_stddev_samp_order_by | null),sum?: (tournament_organizers_sum_order_by | null),var_pop?: (tournament_organizers_var_pop_order_by | null),var_samp?: (tournament_organizers_var_samp_order_by | null),variance?: (tournament_organizers_variance_order_by | null)} -/** input type for inserting array relation for remote table "team_roster" */ -export interface team_roster_arr_rel_insert_input {data: team_roster_insert_input[], +/** input type for inserting array relation for remote table "tournament_organizers" */ +export interface tournament_organizers_arr_rel_insert_input {data: tournament_organizers_insert_input[], /** upsert condition */ -on_conflict?: (team_roster_on_conflict | null)} +on_conflict?: (tournament_organizers_on_conflict | null)} /** aggregate avg on columns */ -export interface team_roster_avg_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_avg_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "team_roster" */ -export interface team_roster_avg_order_by {player_steam_id?: (order_by | null)} +/** order by avg() on columns of table "tournament_organizers" */ +export interface tournament_organizers_avg_order_by {steam_id?: (order_by | null)} -/** Boolean expression to filter rows from the table "team_roster". All fields are combined with a logical 'AND'. */ -export interface team_roster_bool_exp {_and?: (team_roster_bool_exp[] | null),_not?: (team_roster_bool_exp | null),_or?: (team_roster_bool_exp[] | null),coach?: (Boolean_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),role?: (e_team_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),status?: (e_team_roster_statuses_enum_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} +/** Boolean expression to filter rows from the table "tournament_organizers". All fields are combined with a logical 'AND'. */ +export interface tournament_organizers_bool_exp {_and?: (tournament_organizers_bool_exp[] | null),_not?: (tournament_organizers_bool_exp | null),_or?: (tournament_organizers_bool_exp[] | null),organizer?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} -/** input type for incrementing numeric columns in table "team_roster" */ -export interface team_roster_inc_input {player_steam_id?: (Scalars['bigint'] | null)} +/** input type for incrementing numeric columns in table "tournament_organizers" */ +export interface tournament_organizers_inc_input {steam_id?: (Scalars['bigint'] | null)} -/** input type for inserting data into table "team_roster" */ -export interface team_roster_insert_input {coach?: (Scalars['Boolean'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),roster_image_url?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} +/** input type for inserting data into table "tournament_organizers" */ +export interface tournament_organizers_insert_input {organizer?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface team_roster_max_fieldsGenqlSelection{ - player_steam_id?: boolean | number - roster_image_url?: boolean | number - team_id?: boolean | number +export interface tournament_organizers_max_fieldsGenqlSelection{ + steam_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "team_roster" */ -export interface team_roster_max_order_by {player_steam_id?: (order_by | null),roster_image_url?: (order_by | null),team_id?: (order_by | null)} +/** order by max() on columns of table "tournament_organizers" */ +export interface tournament_organizers_max_order_by {steam_id?: (order_by | null),tournament_id?: (order_by | null)} /** aggregate min on columns */ -export interface team_roster_min_fieldsGenqlSelection{ - player_steam_id?: boolean | number - roster_image_url?: boolean | number - team_id?: boolean | number +export interface tournament_organizers_min_fieldsGenqlSelection{ + steam_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "team_roster" */ -export interface team_roster_min_order_by {player_steam_id?: (order_by | null),roster_image_url?: (order_by | null),team_id?: (order_by | null)} +/** order by min() on columns of table "tournament_organizers" */ +export interface tournament_organizers_min_order_by {steam_id?: (order_by | null),tournament_id?: (order_by | null)} -/** response of any mutation on the table "team_roster" */ -export interface team_roster_mutation_responseGenqlSelection{ +/** response of any mutation on the table "tournament_organizers" */ +export interface tournament_organizers_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: team_rosterGenqlSelection + returning?: tournament_organizersGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "team_roster" */ -export interface team_roster_on_conflict {constraint: team_roster_constraint,update_columns?: team_roster_update_column[],where?: (team_roster_bool_exp | null)} +/** on_conflict condition type for table "tournament_organizers" */ +export interface tournament_organizers_on_conflict {constraint: tournament_organizers_constraint,update_columns?: tournament_organizers_update_column[],where?: (tournament_organizers_bool_exp | null)} -/** Ordering options when selecting data from "team_roster". */ -export interface team_roster_order_by {coach?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),status?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} +/** Ordering options when selecting data from "tournament_organizers". */ +export interface tournament_organizers_order_by {organizer?: (players_order_by | null),steam_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} -/** primary key columns input for table: team_roster */ -export interface team_roster_pk_columns_input {player_steam_id: Scalars['bigint'],team_id: Scalars['uuid']} +/** primary key columns input for table: tournament_organizers */ +export interface tournament_organizers_pk_columns_input {steam_id: Scalars['bigint'],tournament_id: Scalars['uuid']} -/** input type for updating data in table "team_roster" */ -export interface team_roster_set_input {coach?: (Scalars['Boolean'] | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),roster_image_url?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null),team_id?: (Scalars['uuid'] | null)} +/** input type for updating data in table "tournament_organizers" */ +export interface tournament_organizers_set_input {steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ -export interface team_roster_stddev_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_stddev_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "team_roster" */ -export interface team_roster_stddev_order_by {player_steam_id?: (order_by | null)} +/** order by stddev() on columns of table "tournament_organizers" */ +export interface tournament_organizers_stddev_order_by {steam_id?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface team_roster_stddev_pop_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_stddev_pop_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "team_roster" */ -export interface team_roster_stddev_pop_order_by {player_steam_id?: (order_by | null)} +/** order by stddev_pop() on columns of table "tournament_organizers" */ +export interface tournament_organizers_stddev_pop_order_by {steam_id?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface team_roster_stddev_samp_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_stddev_samp_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "team_roster" */ -export interface team_roster_stddev_samp_order_by {player_steam_id?: (order_by | null)} +/** order by stddev_samp() on columns of table "tournament_organizers" */ +export interface tournament_organizers_stddev_samp_order_by {steam_id?: (order_by | null)} -/** Streaming cursor of the table "team_roster" */ -export interface team_roster_stream_cursor_input { +/** Streaming cursor of the table "tournament_organizers" */ +export interface tournament_organizers_stream_cursor_input { /** Stream column input with initial value */ -initial_value: team_roster_stream_cursor_value_input, +initial_value: tournament_organizers_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface team_roster_stream_cursor_value_input {coach?: (Scalars['Boolean'] | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),roster_image_url?: (Scalars['String'] | null),status?: (e_team_roster_statuses_enum | null),team_id?: (Scalars['uuid'] | null)} +export interface tournament_organizers_stream_cursor_value_input {steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface team_roster_sum_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_sum_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "team_roster" */ -export interface team_roster_sum_order_by {player_steam_id?: (order_by | null)} +/** order by sum() on columns of table "tournament_organizers" */ +export interface tournament_organizers_sum_order_by {steam_id?: (order_by | null)} -export interface team_roster_updates { +export interface tournament_organizers_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (team_roster_inc_input | null), +_inc?: (tournament_organizers_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (team_roster_set_input | null), +_set?: (tournament_organizers_set_input | null), /** filter the rows which have to be updated */ -where: team_roster_bool_exp} +where: tournament_organizers_bool_exp} /** aggregate var_pop on columns */ -export interface team_roster_var_pop_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_var_pop_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "team_roster" */ -export interface team_roster_var_pop_order_by {player_steam_id?: (order_by | null)} +/** order by var_pop() on columns of table "tournament_organizers" */ +export interface tournament_organizers_var_pop_order_by {steam_id?: (order_by | null)} /** aggregate var_samp on columns */ -export interface team_roster_var_samp_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_var_samp_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "team_roster" */ -export interface team_roster_var_samp_order_by {player_steam_id?: (order_by | null)} +/** order by var_samp() on columns of table "tournament_organizers" */ +export interface tournament_organizers_var_samp_order_by {steam_id?: (order_by | null)} /** aggregate variance on columns */ -export interface team_roster_variance_fieldsGenqlSelection{ - player_steam_id?: boolean | number +export interface tournament_organizers_variance_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "team_roster" */ -export interface team_roster_variance_order_by {player_steam_id?: (order_by | null)} +/** order by variance() on columns of table "tournament_organizers" */ +export interface tournament_organizers_variance_order_by {steam_id?: (order_by | null)} -/** columns and relationships of "team_scrim_alerts" */ -export interface team_scrim_alertsGenqlSelection{ +/** columns and relationships of "tournament_stage_windows" */ +export interface tournament_stage_windowsGenqlSelection{ + closes_at?: boolean | number created_at?: boolean | number - elo_max?: boolean | number - elo_min?: boolean | number - enabled?: boolean | number + default_match_at?: boolean | number id?: boolean | number - last_notified_at?: boolean | number - regions?: boolean | number + opens_at?: boolean | number + round?: boolean | number /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number + stage?: tournament_stagesGenqlSelection + tournament_stage_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "team_scrim_alerts" */ -export interface team_scrim_alerts_aggregateGenqlSelection{ - aggregate?: team_scrim_alerts_aggregate_fieldsGenqlSelection - nodes?: team_scrim_alertsGenqlSelection +/** aggregated selection of "tournament_stage_windows" */ +export interface tournament_stage_windows_aggregateGenqlSelection{ + aggregate?: tournament_stage_windows_aggregate_fieldsGenqlSelection + nodes?: tournament_stage_windowsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface tournament_stage_windows_aggregate_bool_exp {count?: (tournament_stage_windows_aggregate_bool_exp_count | null)} -/** aggregate fields of "team_scrim_alerts" */ -export interface team_scrim_alerts_aggregate_fieldsGenqlSelection{ - avg?: team_scrim_alerts_avg_fieldsGenqlSelection - count?: { __args: {columns?: (team_scrim_alerts_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_scrim_alerts_max_fieldsGenqlSelection - min?: team_scrim_alerts_min_fieldsGenqlSelection - stddev?: team_scrim_alerts_stddev_fieldsGenqlSelection - stddev_pop?: team_scrim_alerts_stddev_pop_fieldsGenqlSelection - stddev_samp?: team_scrim_alerts_stddev_samp_fieldsGenqlSelection - sum?: team_scrim_alerts_sum_fieldsGenqlSelection - var_pop?: team_scrim_alerts_var_pop_fieldsGenqlSelection - var_samp?: team_scrim_alerts_var_samp_fieldsGenqlSelection - variance?: team_scrim_alerts_variance_fieldsGenqlSelection +export interface tournament_stage_windows_aggregate_bool_exp_count {arguments?: (tournament_stage_windows_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_stage_windows_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "tournament_stage_windows" */ +export interface tournament_stage_windows_aggregate_fieldsGenqlSelection{ + avg?: tournament_stage_windows_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_stage_windows_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_stage_windows_max_fieldsGenqlSelection + min?: tournament_stage_windows_min_fieldsGenqlSelection + stddev?: tournament_stage_windows_stddev_fieldsGenqlSelection + stddev_pop?: tournament_stage_windows_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_stage_windows_stddev_samp_fieldsGenqlSelection + sum?: tournament_stage_windows_sum_fieldsGenqlSelection + var_pop?: tournament_stage_windows_var_pop_fieldsGenqlSelection + var_samp?: tournament_stage_windows_var_samp_fieldsGenqlSelection + variance?: tournament_stage_windows_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "tournament_stage_windows" */ +export interface tournament_stage_windows_aggregate_order_by {avg?: (tournament_stage_windows_avg_order_by | null),count?: (order_by | null),max?: (tournament_stage_windows_max_order_by | null),min?: (tournament_stage_windows_min_order_by | null),stddev?: (tournament_stage_windows_stddev_order_by | null),stddev_pop?: (tournament_stage_windows_stddev_pop_order_by | null),stddev_samp?: (tournament_stage_windows_stddev_samp_order_by | null),sum?: (tournament_stage_windows_sum_order_by | null),var_pop?: (tournament_stage_windows_var_pop_order_by | null),var_samp?: (tournament_stage_windows_var_samp_order_by | null),variance?: (tournament_stage_windows_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "tournament_stage_windows" */ +export interface tournament_stage_windows_arr_rel_insert_input {data: tournament_stage_windows_insert_input[], +/** upsert condition */ +on_conflict?: (tournament_stage_windows_on_conflict | null)} + + /** aggregate avg on columns */ -export interface team_scrim_alerts_avg_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_stage_windows_avg_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "team_scrim_alerts". All fields are combined with a logical 'AND'. */ -export interface team_scrim_alerts_bool_exp {_and?: (team_scrim_alerts_bool_exp[] | null),_not?: (team_scrim_alerts_bool_exp | null),_or?: (team_scrim_alerts_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),elo_max?: (Int_comparison_exp | null),elo_min?: (Int_comparison_exp | null),enabled?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),last_notified_at?: (timestamptz_comparison_exp | null),regions?: (String_array_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} +/** order by avg() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_avg_order_by {round?: (order_by | null)} -/** input type for incrementing numeric columns in table "team_scrim_alerts" */ -export interface team_scrim_alerts_inc_input {elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null)} +/** Boolean expression to filter rows from the table "tournament_stage_windows". All fields are combined with a logical 'AND'. */ +export interface tournament_stage_windows_bool_exp {_and?: (tournament_stage_windows_bool_exp[] | null),_not?: (tournament_stage_windows_bool_exp | null),_or?: (tournament_stage_windows_bool_exp[] | null),closes_at?: (timestamptz_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),default_match_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),opens_at?: (timestamptz_comparison_exp | null),round?: (Int_comparison_exp | null),stage?: (tournament_stages_bool_exp | null),tournament_stage_id?: (uuid_comparison_exp | null)} -/** input type for inserting data into table "team_scrim_alerts" */ -export interface team_scrim_alerts_insert_input {created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} +/** input type for incrementing numeric columns in table "tournament_stage_windows" */ +export interface tournament_stage_windows_inc_input {round?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "tournament_stage_windows" */ +export interface tournament_stage_windows_insert_input {closes_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),default_match_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),opens_at?: (Scalars['timestamptz'] | null),round?: (Scalars['Int'] | null),stage?: (tournament_stages_obj_rel_insert_input | null),tournament_stage_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface team_scrim_alerts_max_fieldsGenqlSelection{ +export interface tournament_stage_windows_max_fieldsGenqlSelection{ + closes_at?: boolean | number created_at?: boolean | number - elo_max?: boolean | number - elo_min?: boolean | number + default_match_at?: boolean | number id?: boolean | number - last_notified_at?: boolean | number - regions?: boolean | number - team_id?: boolean | number + opens_at?: boolean | number + round?: boolean | number + tournament_stage_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_max_order_by {closes_at?: (order_by | null),created_at?: (order_by | null),default_match_at?: (order_by | null),id?: (order_by | null),opens_at?: (order_by | null),round?: (order_by | null),tournament_stage_id?: (order_by | null)} + + /** aggregate min on columns */ -export interface team_scrim_alerts_min_fieldsGenqlSelection{ +export interface tournament_stage_windows_min_fieldsGenqlSelection{ + closes_at?: boolean | number created_at?: boolean | number - elo_max?: boolean | number - elo_min?: boolean | number + default_match_at?: boolean | number id?: boolean | number - last_notified_at?: boolean | number - regions?: boolean | number - team_id?: boolean | number + opens_at?: boolean | number + round?: boolean | number + tournament_stage_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "team_scrim_alerts" */ -export interface team_scrim_alerts_mutation_responseGenqlSelection{ +/** order by min() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_min_order_by {closes_at?: (order_by | null),created_at?: (order_by | null),default_match_at?: (order_by | null),id?: (order_by | null),opens_at?: (order_by | null),round?: (order_by | null),tournament_stage_id?: (order_by | null)} + + +/** response of any mutation on the table "tournament_stage_windows" */ +export interface tournament_stage_windows_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: team_scrim_alertsGenqlSelection + returning?: tournament_stage_windowsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "team_scrim_alerts" */ -export interface team_scrim_alerts_on_conflict {constraint: team_scrim_alerts_constraint,update_columns?: team_scrim_alerts_update_column[],where?: (team_scrim_alerts_bool_exp | null)} +/** on_conflict condition type for table "tournament_stage_windows" */ +export interface tournament_stage_windows_on_conflict {constraint: tournament_stage_windows_constraint,update_columns?: tournament_stage_windows_update_column[],where?: (tournament_stage_windows_bool_exp | null)} -/** Ordering options when selecting data from "team_scrim_alerts". */ -export interface team_scrim_alerts_order_by {created_at?: (order_by | null),elo_max?: (order_by | null),elo_min?: (order_by | null),enabled?: (order_by | null),id?: (order_by | null),last_notified_at?: (order_by | null),regions?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} +/** Ordering options when selecting data from "tournament_stage_windows". */ +export interface tournament_stage_windows_order_by {closes_at?: (order_by | null),created_at?: (order_by | null),default_match_at?: (order_by | null),id?: (order_by | null),opens_at?: (order_by | null),round?: (order_by | null),stage?: (tournament_stages_order_by | null),tournament_stage_id?: (order_by | null)} -/** primary key columns input for table: team_scrim_alerts */ -export interface team_scrim_alerts_pk_columns_input {id: Scalars['uuid']} +/** primary key columns input for table: tournament_stage_windows */ +export interface tournament_stage_windows_pk_columns_input {id: Scalars['uuid']} -/** input type for updating data in table "team_scrim_alerts" */ -export interface team_scrim_alerts_set_input {created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null)} +/** input type for updating data in table "tournament_stage_windows" */ +export interface tournament_stage_windows_set_input {closes_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),default_match_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),opens_at?: (Scalars['timestamptz'] | null),round?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ -export interface team_scrim_alerts_stddev_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_stage_windows_stddev_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_stddev_order_by {round?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface team_scrim_alerts_stddev_pop_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_stage_windows_stddev_pop_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_stddev_pop_order_by {round?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface team_scrim_alerts_stddev_samp_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_stage_windows_stddev_samp_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "team_scrim_alerts" */ -export interface team_scrim_alerts_stream_cursor_input { +/** order by stddev_samp() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_stddev_samp_order_by {round?: (order_by | null)} + + +/** Streaming cursor of the table "tournament_stage_windows" */ +export interface tournament_stage_windows_stream_cursor_input { /** Stream column input with initial value */ -initial_value: team_scrim_alerts_stream_cursor_value_input, +initial_value: tournament_stage_windows_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface team_scrim_alerts_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null)} +export interface tournament_stage_windows_stream_cursor_value_input {closes_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),default_match_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),opens_at?: (Scalars['timestamptz'] | null),round?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface team_scrim_alerts_sum_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_stage_windows_sum_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface team_scrim_alerts_updates { + +/** order by sum() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_sum_order_by {round?: (order_by | null)} + +export interface tournament_stage_windows_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (team_scrim_alerts_inc_input | null), +_inc?: (tournament_stage_windows_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (team_scrim_alerts_set_input | null), +_set?: (tournament_stage_windows_set_input | null), /** filter the rows which have to be updated */ -where: team_scrim_alerts_bool_exp} +where: tournament_stage_windows_bool_exp} /** aggregate var_pop on columns */ -export interface team_scrim_alerts_var_pop_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate var_samp on columns */ -export interface team_scrim_alerts_var_samp_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate variance on columns */ -export interface team_scrim_alerts_variance_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** columns and relationships of "team_scrim_availability" */ -export interface team_scrim_availabilityGenqlSelection{ - created_at?: boolean | number - ends_at?: boolean | number - id?: boolean | number - recurring_weekly?: boolean | number - starts_at?: boolean | number - /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregated selection of "team_scrim_availability" */ -export interface team_scrim_availability_aggregateGenqlSelection{ - aggregate?: team_scrim_availability_aggregate_fieldsGenqlSelection - nodes?: team_scrim_availabilityGenqlSelection +export interface tournament_stage_windows_var_pop_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface team_scrim_availability_aggregate_bool_exp {bool_and?: (team_scrim_availability_aggregate_bool_exp_bool_and | null),bool_or?: (team_scrim_availability_aggregate_bool_exp_bool_or | null),count?: (team_scrim_availability_aggregate_bool_exp_count | null)} - -export interface team_scrim_availability_aggregate_bool_exp_bool_and {arguments: team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_availability_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface team_scrim_availability_aggregate_bool_exp_bool_or {arguments: team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_availability_bool_exp | null),predicate: Boolean_comparison_exp} -export interface team_scrim_availability_aggregate_bool_exp_count {arguments?: (team_scrim_availability_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_availability_bool_exp | null),predicate: Int_comparison_exp} +/** order by var_pop() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_var_pop_order_by {round?: (order_by | null)} -/** aggregate fields of "team_scrim_availability" */ -export interface team_scrim_availability_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (team_scrim_availability_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_scrim_availability_max_fieldsGenqlSelection - min?: team_scrim_availability_min_fieldsGenqlSelection +/** aggregate var_samp on columns */ +export interface tournament_stage_windows_var_samp_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "team_scrim_availability" */ -export interface team_scrim_availability_aggregate_order_by {count?: (order_by | null),max?: (team_scrim_availability_max_order_by | null),min?: (team_scrim_availability_min_order_by | null)} - - -/** input type for inserting array relation for remote table "team_scrim_availability" */ -export interface team_scrim_availability_arr_rel_insert_input {data: team_scrim_availability_insert_input[], -/** upsert condition */ -on_conflict?: (team_scrim_availability_on_conflict | null)} - - -/** Boolean expression to filter rows from the table "team_scrim_availability". All fields are combined with a logical 'AND'. */ -export interface team_scrim_availability_bool_exp {_and?: (team_scrim_availability_bool_exp[] | null),_not?: (team_scrim_availability_bool_exp | null),_or?: (team_scrim_availability_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),ends_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),recurring_weekly?: (Boolean_comparison_exp | null),starts_at?: (timestamptz_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} - - -/** input type for inserting data into table "team_scrim_availability" */ -export interface team_scrim_availability_insert_input {created_at?: (Scalars['timestamptz'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),recurring_weekly?: (Scalars['Boolean'] | null),starts_at?: (Scalars['timestamptz'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} +/** order by var_samp() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_var_samp_order_by {round?: (order_by | null)} -/** aggregate max on columns */ -export interface team_scrim_availability_max_fieldsGenqlSelection{ - created_at?: boolean | number - ends_at?: boolean | number - id?: boolean | number - starts_at?: boolean | number - team_id?: boolean | number +/** aggregate variance on columns */ +export interface tournament_stage_windows_variance_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "team_scrim_availability" */ -export interface team_scrim_availability_max_order_by {created_at?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),starts_at?: (order_by | null),team_id?: (order_by | null)} +/** order by variance() on columns of table "tournament_stage_windows" */ +export interface tournament_stage_windows_variance_order_by {round?: (order_by | null)} -/** aggregate min on columns */ -export interface team_scrim_availability_min_fieldsGenqlSelection{ - created_at?: boolean | number - ends_at?: boolean | number +/** columns and relationships of "tournament_stages" */ +export interface tournament_stagesGenqlSelection{ + /** An array relationship */ + brackets?: (tournament_bracketsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_brackets_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_brackets_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_brackets_bool_exp | null)} }) + /** An aggregate relationship */ + brackets_aggregate?: (tournament_brackets_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_brackets_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_brackets_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_brackets_bool_exp | null)} }) + decider_best_of?: boolean | number + default_best_of?: boolean | number + /** An object relationship */ + e_tournament_stage_type?: e_tournament_stage_typesGenqlSelection + groups?: boolean | number id?: boolean | number - starts_at?: boolean | number - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by min() on columns of table "team_scrim_availability" */ -export interface team_scrim_availability_min_order_by {created_at?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),starts_at?: (order_by | null),team_id?: (order_by | null)} - - -/** response of any mutation on the table "team_scrim_availability" */ -export interface team_scrim_availability_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: team_scrim_availabilityGenqlSelection + match_options_id?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + /** An object relationship */ + options?: match_optionsGenqlSelection + order?: boolean | number + /** An array relationship */ + results?: (v_team_stage_resultsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_stage_results_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?: (v_team_stage_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_stage_results_bool_exp | null)} }) + /** An aggregate relationship */ + results_aggregate?: (v_team_stage_results_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_stage_results_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?: (v_team_stage_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_stage_results_bool_exp | null)} }) + settings?: { __args: { + /** JSON select path */ + path?: (Scalars['String'] | null)} } | boolean | number + swiss_no_elimination?: boolean | number + third_place_match?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number + type?: boolean | number + /** An array relationship */ + windows?: (tournament_stage_windowsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stage_windows_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_stage_windows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stage_windows_bool_exp | null)} }) + /** An aggregate relationship */ + windows_aggregate?: (tournament_stage_windows_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stage_windows_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_stage_windows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stage_windows_bool_exp | null)} }) __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "team_scrim_availability" */ -export interface team_scrim_availability_on_conflict {constraint: team_scrim_availability_constraint,update_columns?: team_scrim_availability_update_column[],where?: (team_scrim_availability_bool_exp | null)} - - -/** Ordering options when selecting data from "team_scrim_availability". */ -export interface team_scrim_availability_order_by {created_at?: (order_by | null),ends_at?: (order_by | null),id?: (order_by | null),recurring_weekly?: (order_by | null),starts_at?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} - - -/** primary key columns input for table: team_scrim_availability */ -export interface team_scrim_availability_pk_columns_input {id: Scalars['uuid']} - - -/** input type for updating data in table "team_scrim_availability" */ -export interface team_scrim_availability_set_input {created_at?: (Scalars['timestamptz'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),recurring_weekly?: (Scalars['Boolean'] | null),starts_at?: (Scalars['timestamptz'] | null),team_id?: (Scalars['uuid'] | null)} - +/** aggregated selection of "tournament_stages" */ +export interface tournament_stages_aggregateGenqlSelection{ + aggregate?: tournament_stages_aggregate_fieldsGenqlSelection + nodes?: tournament_stagesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** Streaming cursor of the table "team_scrim_availability" */ -export interface team_scrim_availability_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: team_scrim_availability_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +export interface tournament_stages_aggregate_bool_exp {bool_and?: (tournament_stages_aggregate_bool_exp_bool_and | null),bool_or?: (tournament_stages_aggregate_bool_exp_bool_or | null),count?: (tournament_stages_aggregate_bool_exp_count | null)} +export interface tournament_stages_aggregate_bool_exp_bool_and {arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_stages_bool_exp | null),predicate: Boolean_comparison_exp} -/** Initial value of the column from where the streaming should start */ -export interface team_scrim_availability_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),ends_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),recurring_weekly?: (Scalars['Boolean'] | null),starts_at?: (Scalars['timestamptz'] | null),team_id?: (Scalars['uuid'] | null)} +export interface tournament_stages_aggregate_bool_exp_bool_or {arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_stages_bool_exp | null),predicate: Boolean_comparison_exp} -export interface team_scrim_availability_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (team_scrim_availability_set_input | null), -/** filter the rows which have to be updated */ -where: team_scrim_availability_bool_exp} +export interface tournament_stages_aggregate_bool_exp_count {arguments?: (tournament_stages_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_stages_bool_exp | null),predicate: Int_comparison_exp} -/** columns and relationships of "team_scrim_request_proposals" */ -export interface team_scrim_request_proposalsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - /** An object relationship */ - proposed_by?: playersGenqlSelection - proposed_by_steam_id?: boolean | number - /** An object relationship */ - proposed_by_team?: teamsGenqlSelection - proposed_by_team_id?: boolean | number - proposed_scheduled_at?: boolean | number - /** An object relationship */ - request?: team_scrim_requestsGenqlSelection - request_id?: boolean | number +/** aggregate fields of "tournament_stages" */ +export interface tournament_stages_aggregate_fieldsGenqlSelection{ + avg?: tournament_stages_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_stages_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_stages_max_fieldsGenqlSelection + min?: tournament_stages_min_fieldsGenqlSelection + stddev?: tournament_stages_stddev_fieldsGenqlSelection + stddev_pop?: tournament_stages_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_stages_stddev_samp_fieldsGenqlSelection + sum?: tournament_stages_sum_fieldsGenqlSelection + var_pop?: tournament_stages_var_pop_fieldsGenqlSelection + var_samp?: tournament_stages_var_samp_fieldsGenqlSelection + variance?: tournament_stages_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_aggregateGenqlSelection{ - aggregate?: team_scrim_request_proposals_aggregate_fieldsGenqlSelection - nodes?: team_scrim_request_proposalsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by aggregate values of table "tournament_stages" */ +export interface tournament_stages_aggregate_order_by {avg?: (tournament_stages_avg_order_by | null),count?: (order_by | null),max?: (tournament_stages_max_order_by | null),min?: (tournament_stages_min_order_by | null),stddev?: (tournament_stages_stddev_order_by | null),stddev_pop?: (tournament_stages_stddev_pop_order_by | null),stddev_samp?: (tournament_stages_stddev_samp_order_by | null),sum?: (tournament_stages_sum_order_by | null),var_pop?: (tournament_stages_var_pop_order_by | null),var_samp?: (tournament_stages_var_samp_order_by | null),variance?: (tournament_stages_variance_order_by | null)} -export interface team_scrim_request_proposals_aggregate_bool_exp {count?: (team_scrim_request_proposals_aggregate_bool_exp_count | null)} -export interface team_scrim_request_proposals_aggregate_bool_exp_count {arguments?: (team_scrim_request_proposals_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_request_proposals_bool_exp | null),predicate: Int_comparison_exp} +/** append existing jsonb value of filtered columns with new jsonb value */ +export interface tournament_stages_append_input {settings?: (Scalars['jsonb'] | null)} -/** aggregate fields of "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_aggregate_fieldsGenqlSelection{ - avg?: team_scrim_request_proposals_avg_fieldsGenqlSelection - count?: { __args: {columns?: (team_scrim_request_proposals_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_scrim_request_proposals_max_fieldsGenqlSelection - min?: team_scrim_request_proposals_min_fieldsGenqlSelection - stddev?: team_scrim_request_proposals_stddev_fieldsGenqlSelection - stddev_pop?: team_scrim_request_proposals_stddev_pop_fieldsGenqlSelection - stddev_samp?: team_scrim_request_proposals_stddev_samp_fieldsGenqlSelection - sum?: team_scrim_request_proposals_sum_fieldsGenqlSelection - var_pop?: team_scrim_request_proposals_var_pop_fieldsGenqlSelection - var_samp?: team_scrim_request_proposals_var_samp_fieldsGenqlSelection - variance?: team_scrim_request_proposals_variance_fieldsGenqlSelection +/** input type for inserting array relation for remote table "tournament_stages" */ +export interface tournament_stages_arr_rel_insert_input {data: tournament_stages_insert_input[], +/** upsert condition */ +on_conflict?: (tournament_stages_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface tournament_stages_avg_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_aggregate_order_by {avg?: (team_scrim_request_proposals_avg_order_by | null),count?: (order_by | null),max?: (team_scrim_request_proposals_max_order_by | null),min?: (team_scrim_request_proposals_min_order_by | null),stddev?: (team_scrim_request_proposals_stddev_order_by | null),stddev_pop?: (team_scrim_request_proposals_stddev_pop_order_by | null),stddev_samp?: (team_scrim_request_proposals_stddev_samp_order_by | null),sum?: (team_scrim_request_proposals_sum_order_by | null),var_pop?: (team_scrim_request_proposals_var_pop_order_by | null),var_samp?: (team_scrim_request_proposals_var_samp_order_by | null),variance?: (team_scrim_request_proposals_variance_order_by | null)} +/** order by avg() on columns of table "tournament_stages" */ +export interface tournament_stages_avg_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} -/** input type for inserting array relation for remote table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_arr_rel_insert_input {data: team_scrim_request_proposals_insert_input[], -/** upsert condition */ -on_conflict?: (team_scrim_request_proposals_on_conflict | null)} +/** Boolean expression to filter rows from the table "tournament_stages". All fields are combined with a logical 'AND'. */ +export interface tournament_stages_bool_exp {_and?: (tournament_stages_bool_exp[] | null),_not?: (tournament_stages_bool_exp | null),_or?: (tournament_stages_bool_exp[] | null),brackets?: (tournament_brackets_bool_exp | null),brackets_aggregate?: (tournament_brackets_aggregate_bool_exp | null),decider_best_of?: (Int_comparison_exp | null),default_best_of?: (Int_comparison_exp | null),e_tournament_stage_type?: (e_tournament_stage_types_bool_exp | null),groups?: (Int_comparison_exp | null),id?: (uuid_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_rounds?: (Int_comparison_exp | null),max_teams?: (Int_comparison_exp | null),min_teams?: (Int_comparison_exp | null),options?: (match_options_bool_exp | null),order?: (Int_comparison_exp | null),results?: (v_team_stage_results_bool_exp | null),results_aggregate?: (v_team_stage_results_aggregate_bool_exp | null),settings?: (jsonb_comparison_exp | null),swiss_no_elimination?: (Boolean_comparison_exp | null),third_place_match?: (Boolean_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),type?: (e_tournament_stage_types_enum_comparison_exp | null),windows?: (tournament_stage_windows_bool_exp | null),windows_aggregate?: (tournament_stage_windows_aggregate_bool_exp | null)} -/** aggregate avg on columns */ -export interface team_scrim_request_proposals_avg_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ +export interface tournament_stages_delete_at_path_input {settings?: (Scalars['String'][] | null)} -/** order by avg() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_avg_order_by {proposed_by_steam_id?: (order_by | 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 tournament_stages_delete_elem_input {settings?: (Scalars['Int'] | null)} -/** Boolean expression to filter rows from the table "team_scrim_request_proposals". All fields are combined with a logical 'AND'. */ -export interface team_scrim_request_proposals_bool_exp {_and?: (team_scrim_request_proposals_bool_exp[] | null),_not?: (team_scrim_request_proposals_bool_exp | null),_or?: (team_scrim_request_proposals_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),proposed_by?: (players_bool_exp | null),proposed_by_steam_id?: (bigint_comparison_exp | null),proposed_by_team?: (teams_bool_exp | null),proposed_by_team_id?: (uuid_comparison_exp | null),proposed_scheduled_at?: (timestamptz_comparison_exp | null),request?: (team_scrim_requests_bool_exp | null),request_id?: (uuid_comparison_exp | null)} +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +export interface tournament_stages_delete_key_input {settings?: (Scalars['String'] | null)} -/** input type for incrementing numeric columns in table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_inc_input {proposed_by_steam_id?: (Scalars['bigint'] | null)} +/** input type for incrementing numeric columns in table "tournament_stages" */ +export interface tournament_stages_inc_input {decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),groups?: (Scalars['Int'] | null),max_rounds?: (Scalars['Int'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),order?: (Scalars['Int'] | null)} -/** input type for inserting data into table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),proposed_by?: (players_obj_rel_insert_input | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_by_team?: (teams_obj_rel_insert_input | null),proposed_by_team_id?: (Scalars['uuid'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),request?: (team_scrim_requests_obj_rel_insert_input | null),request_id?: (Scalars['uuid'] | null)} +/** input type for inserting data into table "tournament_stages" */ +export interface tournament_stages_insert_input {brackets?: (tournament_brackets_arr_rel_insert_input | null),decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),e_tournament_stage_type?: (e_tournament_stage_types_obj_rel_insert_input | null),groups?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_rounds?: (Scalars['Int'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),options?: (match_options_obj_rel_insert_input | null),order?: (Scalars['Int'] | null),results?: (v_team_stage_results_arr_rel_insert_input | null),settings?: (Scalars['jsonb'] | null),swiss_no_elimination?: (Scalars['Boolean'] | null),third_place_match?: (Scalars['Boolean'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),type?: (e_tournament_stage_types_enum | null),windows?: (tournament_stage_windows_arr_rel_insert_input | null)} /** aggregate max on columns */ -export interface team_scrim_request_proposals_max_fieldsGenqlSelection{ - created_at?: boolean | number +export interface tournament_stages_max_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number id?: boolean | number - proposed_by_steam_id?: boolean | number - proposed_by_team_id?: boolean | number - proposed_scheduled_at?: boolean | number - request_id?: boolean | number + match_options_id?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_max_order_by {created_at?: (order_by | null),id?: (order_by | null),proposed_by_steam_id?: (order_by | null),proposed_by_team_id?: (order_by | null),proposed_scheduled_at?: (order_by | null),request_id?: (order_by | null)} +/** order by max() on columns of table "tournament_stages" */ +export interface tournament_stages_max_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null),tournament_id?: (order_by | null)} /** aggregate min on columns */ -export interface team_scrim_request_proposals_min_fieldsGenqlSelection{ - created_at?: boolean | number +export interface tournament_stages_min_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number id?: boolean | number - proposed_by_steam_id?: boolean | number - proposed_by_team_id?: boolean | number - proposed_scheduled_at?: boolean | number - request_id?: boolean | number + match_options_id?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_min_order_by {created_at?: (order_by | null),id?: (order_by | null),proposed_by_steam_id?: (order_by | null),proposed_by_team_id?: (order_by | null),proposed_scheduled_at?: (order_by | null),request_id?: (order_by | null)} +/** order by min() on columns of table "tournament_stages" */ +export interface tournament_stages_min_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null),tournament_id?: (order_by | null)} -/** response of any mutation on the table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_mutation_responseGenqlSelection{ +/** response of any mutation on the table "tournament_stages" */ +export interface tournament_stages_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: team_scrim_request_proposalsGenqlSelection + returning?: tournament_stagesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_on_conflict {constraint: team_scrim_request_proposals_constraint,update_columns?: team_scrim_request_proposals_update_column[],where?: (team_scrim_request_proposals_bool_exp | null)} +/** input type for inserting object relation for remote table "tournament_stages" */ +export interface tournament_stages_obj_rel_insert_input {data: tournament_stages_insert_input, +/** upsert condition */ +on_conflict?: (tournament_stages_on_conflict | null)} -/** Ordering options when selecting data from "team_scrim_request_proposals". */ -export interface team_scrim_request_proposals_order_by {created_at?: (order_by | null),id?: (order_by | null),proposed_by?: (players_order_by | null),proposed_by_steam_id?: (order_by | null),proposed_by_team?: (teams_order_by | null),proposed_by_team_id?: (order_by | null),proposed_scheduled_at?: (order_by | null),request?: (team_scrim_requests_order_by | null),request_id?: (order_by | null)} +/** on_conflict condition type for table "tournament_stages" */ +export interface tournament_stages_on_conflict {constraint: tournament_stages_constraint,update_columns?: tournament_stages_update_column[],where?: (tournament_stages_bool_exp | null)} -/** primary key columns input for table: team_scrim_request_proposals */ -export interface team_scrim_request_proposals_pk_columns_input {id: Scalars['uuid']} +/** Ordering options when selecting data from "tournament_stages". */ +export interface tournament_stages_order_by {brackets_aggregate?: (tournament_brackets_aggregate_order_by | null),decider_best_of?: (order_by | null),default_best_of?: (order_by | null),e_tournament_stage_type?: (e_tournament_stage_types_order_by | null),groups?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),options?: (match_options_order_by | null),order?: (order_by | null),results_aggregate?: (v_team_stage_results_aggregate_order_by | null),settings?: (order_by | null),swiss_no_elimination?: (order_by | null),third_place_match?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),type?: (order_by | null),windows_aggregate?: (tournament_stage_windows_aggregate_order_by | null)} -/** input type for updating data in table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_by_team_id?: (Scalars['uuid'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),request_id?: (Scalars['uuid'] | null)} +/** primary key columns input for table: tournament_stages */ +export interface tournament_stages_pk_columns_input {id: Scalars['uuid']} + + +/** prepend existing jsonb value of filtered columns with new jsonb value */ +export interface tournament_stages_prepend_input {settings?: (Scalars['jsonb'] | null)} + + +/** input type for updating data in table "tournament_stages" */ +export interface tournament_stages_set_input {decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),groups?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_rounds?: (Scalars['Int'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),order?: (Scalars['Int'] | null),settings?: (Scalars['jsonb'] | null),swiss_no_elimination?: (Scalars['Boolean'] | null),third_place_match?: (Scalars['Boolean'] | null),tournament_id?: (Scalars['uuid'] | null),type?: (e_tournament_stage_types_enum | null)} /** aggregate stddev on columns */ -export interface team_scrim_request_proposals_stddev_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number +export interface tournament_stages_stddev_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_stddev_order_by {proposed_by_steam_id?: (order_by | null)} +/** order by stddev() on columns of table "tournament_stages" */ +export interface tournament_stages_stddev_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface team_scrim_request_proposals_stddev_pop_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number +export interface tournament_stages_stddev_pop_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_stddev_pop_order_by {proposed_by_steam_id?: (order_by | null)} +/** order by stddev_pop() on columns of table "tournament_stages" */ +export interface tournament_stages_stddev_pop_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface team_scrim_request_proposals_stddev_samp_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number +export interface tournament_stages_stddev_samp_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_stddev_samp_order_by {proposed_by_steam_id?: (order_by | null)} +/** order by stddev_samp() on columns of table "tournament_stages" */ +export interface tournament_stages_stddev_samp_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} -/** Streaming cursor of the table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_stream_cursor_input { +/** Streaming cursor of the table "tournament_stages" */ +export interface tournament_stages_stream_cursor_input { /** Stream column input with initial value */ -initial_value: team_scrim_request_proposals_stream_cursor_value_input, +initial_value: tournament_stages_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface team_scrim_request_proposals_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),proposed_by_steam_id?: (Scalars['bigint'] | null),proposed_by_team_id?: (Scalars['uuid'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),request_id?: (Scalars['uuid'] | null)} +export interface tournament_stages_stream_cursor_value_input {decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),groups?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_rounds?: (Scalars['Int'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),order?: (Scalars['Int'] | null),settings?: (Scalars['jsonb'] | null),swiss_no_elimination?: (Scalars['Boolean'] | null),third_place_match?: (Scalars['Boolean'] | null),tournament_id?: (Scalars['uuid'] | null),type?: (e_tournament_stage_types_enum | null)} /** aggregate sum on columns */ -export interface team_scrim_request_proposals_sum_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number +export interface tournament_stages_sum_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_sum_order_by {proposed_by_steam_id?: (order_by | null)} +/** order by sum() on columns of table "tournament_stages" */ +export interface tournament_stages_sum_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} -export interface team_scrim_request_proposals_updates { +export interface tournament_stages_updates { +/** append existing jsonb value of filtered columns with new jsonb value */ +_append?: (tournament_stages_append_input | null), +/** 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 | 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?: (tournament_stages_delete_elem_input | null), +/** delete key/value pair or string element. key/value pairs are matched based on their key value */ +_delete_key?: (tournament_stages_delete_key_input | null), /** increments the numeric columns with given value of the filtered values */ -_inc?: (team_scrim_request_proposals_inc_input | null), +_inc?: (tournament_stages_inc_input | null), +/** prepend existing jsonb value of filtered columns with new jsonb value */ +_prepend?: (tournament_stages_prepend_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (team_scrim_request_proposals_set_input | null), +_set?: (tournament_stages_set_input | null), /** filter the rows which have to be updated */ -where: team_scrim_request_proposals_bool_exp} +where: tournament_stages_bool_exp} /** aggregate var_pop on columns */ -export interface team_scrim_request_proposals_var_pop_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number +export interface tournament_stages_var_pop_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_var_pop_order_by {proposed_by_steam_id?: (order_by | null)} +/** order by var_pop() on columns of table "tournament_stages" */ +export interface tournament_stages_var_pop_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} /** aggregate var_samp on columns */ -export interface team_scrim_request_proposals_var_samp_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number +export interface tournament_stages_var_samp_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_var_samp_order_by {proposed_by_steam_id?: (order_by | null)} +/** order by var_samp() on columns of table "tournament_stages" */ +export interface tournament_stages_var_samp_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} /** aggregate variance on columns */ -export interface team_scrim_request_proposals_variance_fieldsGenqlSelection{ - proposed_by_steam_id?: boolean | number +export interface tournament_stages_variance_fieldsGenqlSelection{ + decider_best_of?: boolean | number + default_best_of?: boolean | number + groups?: boolean | number + max_rounds?: boolean | number + max_teams?: boolean | number + min_teams?: boolean | number + order?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "team_scrim_request_proposals" */ -export interface team_scrim_request_proposals_variance_order_by {proposed_by_steam_id?: (order_by | null)} +/** order by variance() on columns of table "tournament_stages" */ +export interface tournament_stages_variance_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_rounds?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} -/** columns and relationships of "team_scrim_requests" */ -export interface team_scrim_requestsGenqlSelection{ - auto_generated?: boolean | number - /** An object relationship */ - awaiting_team?: teamsGenqlSelection - awaiting_team_id?: boolean | number - canceled_by_team_id?: boolean | number - canceled_late?: boolean | number +/** columns and relationships of "tournament_team_invites" */ +export interface tournament_team_invitesGenqlSelection{ created_at?: boolean | number - expires_at?: boolean | number - /** An object relationship */ - from_team?: teamsGenqlSelection - from_team_checked_in?: boolean | number - from_team_id?: boolean | number id?: boolean | number /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number - /** An object relationship */ - match_options?: match_optionsGenqlSelection - match_options_id?: boolean | number - /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ - match_outcome?: boolean | number - /** An array relationship */ - proposals?: (team_scrim_request_proposalsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_scrim_request_proposals_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?: (team_scrim_request_proposals_order_by[] | null), - /** filter the rows returned */ - where?: (team_scrim_request_proposals_bool_exp | null)} }) - /** An aggregate relationship */ - proposals_aggregate?: (team_scrim_request_proposals_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_scrim_request_proposals_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?: (team_scrim_request_proposals_order_by[] | null), - /** filter the rows returned */ - where?: (team_scrim_request_proposals_bool_exp | null)} }) - proposed_scheduled_at?: boolean | number - region?: boolean | number + invited_by?: playersGenqlSelection + invited_by_player_steam_id?: boolean | number /** An object relationship */ - requested_by?: playersGenqlSelection - requested_by_steam_id?: boolean | number - responded_at?: boolean | number - status?: boolean | number + player?: playersGenqlSelection + steam_id?: boolean | number /** An object relationship */ - to_team?: teamsGenqlSelection - to_team_checked_in?: boolean | number - to_team_id?: boolean | number + team?: tournament_teamsGenqlSelection + tournament_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "team_scrim_requests" */ -export interface team_scrim_requests_aggregateGenqlSelection{ - aggregate?: team_scrim_requests_aggregate_fieldsGenqlSelection - nodes?: team_scrim_requestsGenqlSelection +/** aggregated selection of "tournament_team_invites" */ +export interface tournament_team_invites_aggregateGenqlSelection{ + aggregate?: tournament_team_invites_aggregate_fieldsGenqlSelection + nodes?: tournament_team_invitesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface team_scrim_requests_aggregate_bool_exp {bool_and?: (team_scrim_requests_aggregate_bool_exp_bool_and | null),bool_or?: (team_scrim_requests_aggregate_bool_exp_bool_or | null),count?: (team_scrim_requests_aggregate_bool_exp_count | null)} - -export interface team_scrim_requests_aggregate_bool_exp_bool_and {arguments: team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_requests_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface team_scrim_requests_aggregate_bool_exp_bool_or {arguments: team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_requests_bool_exp | null),predicate: Boolean_comparison_exp} +export interface tournament_team_invites_aggregate_bool_exp {count?: (tournament_team_invites_aggregate_bool_exp_count | null)} -export interface team_scrim_requests_aggregate_bool_exp_count {arguments?: (team_scrim_requests_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (team_scrim_requests_bool_exp | null),predicate: Int_comparison_exp} +export interface tournament_team_invites_aggregate_bool_exp_count {arguments?: (tournament_team_invites_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_team_invites_bool_exp | null),predicate: Int_comparison_exp} -/** aggregate fields of "team_scrim_requests" */ -export interface team_scrim_requests_aggregate_fieldsGenqlSelection{ - avg?: team_scrim_requests_avg_fieldsGenqlSelection - count?: { __args: {columns?: (team_scrim_requests_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_scrim_requests_max_fieldsGenqlSelection - min?: team_scrim_requests_min_fieldsGenqlSelection - stddev?: team_scrim_requests_stddev_fieldsGenqlSelection - stddev_pop?: team_scrim_requests_stddev_pop_fieldsGenqlSelection - stddev_samp?: team_scrim_requests_stddev_samp_fieldsGenqlSelection - sum?: team_scrim_requests_sum_fieldsGenqlSelection - var_pop?: team_scrim_requests_var_pop_fieldsGenqlSelection - var_samp?: team_scrim_requests_var_samp_fieldsGenqlSelection - variance?: team_scrim_requests_variance_fieldsGenqlSelection +/** aggregate fields of "tournament_team_invites" */ +export interface tournament_team_invites_aggregate_fieldsGenqlSelection{ + avg?: tournament_team_invites_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_team_invites_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_team_invites_max_fieldsGenqlSelection + min?: tournament_team_invites_min_fieldsGenqlSelection + stddev?: tournament_team_invites_stddev_fieldsGenqlSelection + stddev_pop?: tournament_team_invites_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_team_invites_stddev_samp_fieldsGenqlSelection + sum?: tournament_team_invites_sum_fieldsGenqlSelection + var_pop?: tournament_team_invites_var_pop_fieldsGenqlSelection + var_samp?: tournament_team_invites_var_samp_fieldsGenqlSelection + variance?: tournament_team_invites_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "team_scrim_requests" */ -export interface team_scrim_requests_aggregate_order_by {avg?: (team_scrim_requests_avg_order_by | null),count?: (order_by | null),max?: (team_scrim_requests_max_order_by | null),min?: (team_scrim_requests_min_order_by | null),stddev?: (team_scrim_requests_stddev_order_by | null),stddev_pop?: (team_scrim_requests_stddev_pop_order_by | null),stddev_samp?: (team_scrim_requests_stddev_samp_order_by | null),sum?: (team_scrim_requests_sum_order_by | null),var_pop?: (team_scrim_requests_var_pop_order_by | null),var_samp?: (team_scrim_requests_var_samp_order_by | null),variance?: (team_scrim_requests_variance_order_by | null)} +/** order by aggregate values of table "tournament_team_invites" */ +export interface tournament_team_invites_aggregate_order_by {avg?: (tournament_team_invites_avg_order_by | null),count?: (order_by | null),max?: (tournament_team_invites_max_order_by | null),min?: (tournament_team_invites_min_order_by | null),stddev?: (tournament_team_invites_stddev_order_by | null),stddev_pop?: (tournament_team_invites_stddev_pop_order_by | null),stddev_samp?: (tournament_team_invites_stddev_samp_order_by | null),sum?: (tournament_team_invites_sum_order_by | null),var_pop?: (tournament_team_invites_var_pop_order_by | null),var_samp?: (tournament_team_invites_var_samp_order_by | null),variance?: (tournament_team_invites_variance_order_by | null)} -/** input type for inserting array relation for remote table "team_scrim_requests" */ -export interface team_scrim_requests_arr_rel_insert_input {data: team_scrim_requests_insert_input[], +/** input type for inserting array relation for remote table "tournament_team_invites" */ +export interface tournament_team_invites_arr_rel_insert_input {data: tournament_team_invites_insert_input[], /** upsert condition */ -on_conflict?: (team_scrim_requests_on_conflict | null)} +on_conflict?: (tournament_team_invites_on_conflict | null)} /** aggregate avg on columns */ -export interface team_scrim_requests_avg_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_avg_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_avg_order_by {requested_by_steam_id?: (order_by | null)} +/** order by avg() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_avg_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} -/** Boolean expression to filter rows from the table "team_scrim_requests". All fields are combined with a logical 'AND'. */ -export interface team_scrim_requests_bool_exp {_and?: (team_scrim_requests_bool_exp[] | null),_not?: (team_scrim_requests_bool_exp | null),_or?: (team_scrim_requests_bool_exp[] | null),auto_generated?: (Boolean_comparison_exp | null),awaiting_team?: (teams_bool_exp | null),awaiting_team_id?: (uuid_comparison_exp | null),canceled_by_team_id?: (uuid_comparison_exp | null),canceled_late?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),expires_at?: (timestamptz_comparison_exp | null),from_team?: (teams_bool_exp | null),from_team_checked_in?: (Boolean_comparison_exp | null),from_team_id?: (uuid_comparison_exp | null),id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_options?: (match_options_bool_exp | null),match_options_id?: (uuid_comparison_exp | null),match_outcome?: (String_comparison_exp | null),proposals?: (team_scrim_request_proposals_bool_exp | null),proposals_aggregate?: (team_scrim_request_proposals_aggregate_bool_exp | null),proposed_scheduled_at?: (timestamptz_comparison_exp | null),region?: (String_comparison_exp | null),requested_by?: (players_bool_exp | null),requested_by_steam_id?: (bigint_comparison_exp | null),responded_at?: (timestamptz_comparison_exp | null),status?: (e_scrim_request_statuses_enum_comparison_exp | null),to_team?: (teams_bool_exp | null),to_team_checked_in?: (Boolean_comparison_exp | null),to_team_id?: (uuid_comparison_exp | null)} +/** Boolean expression to filter rows from the table "tournament_team_invites". All fields are combined with a logical 'AND'. */ +export interface tournament_team_invites_bool_exp {_and?: (tournament_team_invites_bool_exp[] | null),_not?: (tournament_team_invites_bool_exp | null),_or?: (tournament_team_invites_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),invited_by?: (players_bool_exp | null),invited_by_player_steam_id?: (bigint_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null),team?: (tournament_teams_bool_exp | null),tournament_team_id?: (uuid_comparison_exp | null)} -/** input type for incrementing numeric columns in table "team_scrim_requests" */ -export interface team_scrim_requests_inc_input {requested_by_steam_id?: (Scalars['bigint'] | null)} +/** input type for incrementing numeric columns in table "tournament_team_invites" */ +export interface tournament_team_invites_inc_input {invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null)} -/** input type for inserting data into table "team_scrim_requests" */ -export interface team_scrim_requests_insert_input {auto_generated?: (Scalars['Boolean'] | null),awaiting_team?: (teams_obj_rel_insert_input | null),awaiting_team_id?: (Scalars['uuid'] | null),canceled_by_team_id?: (Scalars['uuid'] | null),canceled_late?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),expires_at?: (Scalars['timestamptz'] | null),from_team?: (teams_obj_rel_insert_input | null),from_team_checked_in?: (Scalars['Boolean'] | null),from_team_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_options?: (match_options_obj_rel_insert_input | null),match_options_id?: (Scalars['uuid'] | null), -/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ -match_outcome?: (Scalars['String'] | null),proposals?: (team_scrim_request_proposals_arr_rel_insert_input | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),region?: (Scalars['String'] | null),requested_by?: (players_obj_rel_insert_input | null),requested_by_steam_id?: (Scalars['bigint'] | null),responded_at?: (Scalars['timestamptz'] | null),status?: (e_scrim_request_statuses_enum | null),to_team?: (teams_obj_rel_insert_input | null),to_team_checked_in?: (Scalars['Boolean'] | null),to_team_id?: (Scalars['uuid'] | null)} +/** input type for inserting data into table "tournament_team_invites" */ +export interface tournament_team_invites_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by?: (players_obj_rel_insert_input | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null),team?: (tournament_teams_obj_rel_insert_input | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface team_scrim_requests_max_fieldsGenqlSelection{ - awaiting_team_id?: boolean | number - canceled_by_team_id?: boolean | number +export interface tournament_team_invites_max_fieldsGenqlSelection{ created_at?: boolean | number - expires_at?: boolean | number - from_team_id?: boolean | number id?: boolean | number - match_id?: boolean | number - match_options_id?: boolean | number - /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ - match_outcome?: boolean | number - proposed_scheduled_at?: boolean | number - region?: boolean | number - requested_by_steam_id?: boolean | number - responded_at?: boolean | number - to_team_id?: boolean | number + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + tournament_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_max_order_by {awaiting_team_id?: (order_by | null),canceled_by_team_id?: (order_by | null),created_at?: (order_by | null),expires_at?: (order_by | null),from_team_id?: (order_by | null),id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null), -/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ -match_outcome?: (order_by | null),proposed_scheduled_at?: (order_by | null),region?: (order_by | null),requested_by_steam_id?: (order_by | null),responded_at?: (order_by | null),to_team_id?: (order_by | null)} +/** order by max() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_max_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),tournament_team_id?: (order_by | null)} /** aggregate min on columns */ -export interface team_scrim_requests_min_fieldsGenqlSelection{ - awaiting_team_id?: boolean | number - canceled_by_team_id?: boolean | number +export interface tournament_team_invites_min_fieldsGenqlSelection{ created_at?: boolean | number - expires_at?: boolean | number - from_team_id?: boolean | number id?: boolean | number - match_id?: boolean | number - match_options_id?: boolean | number - /** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ - match_outcome?: boolean | number - proposed_scheduled_at?: boolean | number - region?: boolean | number - requested_by_steam_id?: boolean | number - responded_at?: boolean | number - to_team_id?: boolean | number + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + tournament_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_min_order_by {awaiting_team_id?: (order_by | null),canceled_by_team_id?: (order_by | null),created_at?: (order_by | null),expires_at?: (order_by | null),from_team_id?: (order_by | null),id?: (order_by | null),match_id?: (order_by | null),match_options_id?: (order_by | null), -/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ -match_outcome?: (order_by | null),proposed_scheduled_at?: (order_by | null),region?: (order_by | null),requested_by_steam_id?: (order_by | null),responded_at?: (order_by | null),to_team_id?: (order_by | null)} +/** order by min() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_min_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),tournament_team_id?: (order_by | null)} -/** response of any mutation on the table "team_scrim_requests" */ -export interface team_scrim_requests_mutation_responseGenqlSelection{ +/** response of any mutation on the table "tournament_team_invites" */ +export interface tournament_team_invites_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: team_scrim_requestsGenqlSelection + returning?: tournament_team_invitesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "team_scrim_requests" */ -export interface team_scrim_requests_obj_rel_insert_input {data: team_scrim_requests_insert_input, -/** upsert condition */ -on_conflict?: (team_scrim_requests_on_conflict | null)} - - -/** on_conflict condition type for table "team_scrim_requests" */ -export interface team_scrim_requests_on_conflict {constraint: team_scrim_requests_constraint,update_columns?: team_scrim_requests_update_column[],where?: (team_scrim_requests_bool_exp | null)} +/** on_conflict condition type for table "tournament_team_invites" */ +export interface tournament_team_invites_on_conflict {constraint: tournament_team_invites_constraint,update_columns?: tournament_team_invites_update_column[],where?: (tournament_team_invites_bool_exp | null)} -/** Ordering options when selecting data from "team_scrim_requests". */ -export interface team_scrim_requests_order_by {auto_generated?: (order_by | null),awaiting_team?: (teams_order_by | null),awaiting_team_id?: (order_by | null),canceled_by_team_id?: (order_by | null),canceled_late?: (order_by | null),created_at?: (order_by | null),expires_at?: (order_by | null),from_team?: (teams_order_by | null),from_team_checked_in?: (order_by | null),from_team_id?: (order_by | null),id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_options?: (match_options_order_by | null),match_options_id?: (order_by | null),match_outcome?: (order_by | null),proposals_aggregate?: (team_scrim_request_proposals_aggregate_order_by | null),proposed_scheduled_at?: (order_by | null),region?: (order_by | null),requested_by?: (players_order_by | null),requested_by_steam_id?: (order_by | null),responded_at?: (order_by | null),status?: (order_by | null),to_team?: (teams_order_by | null),to_team_checked_in?: (order_by | null),to_team_id?: (order_by | null)} +/** Ordering options when selecting data from "tournament_team_invites". */ +export interface tournament_team_invites_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by?: (players_order_by | null),invited_by_player_steam_id?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null),team?: (tournament_teams_order_by | null),tournament_team_id?: (order_by | null)} -/** primary key columns input for table: team_scrim_requests */ -export interface team_scrim_requests_pk_columns_input {id: Scalars['uuid']} +/** primary key columns input for table: tournament_team_invites */ +export interface tournament_team_invites_pk_columns_input {id: Scalars['uuid']} -/** input type for updating data in table "team_scrim_requests" */ -export interface team_scrim_requests_set_input {auto_generated?: (Scalars['Boolean'] | null),awaiting_team_id?: (Scalars['uuid'] | null),canceled_by_team_id?: (Scalars['uuid'] | null),canceled_late?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),expires_at?: (Scalars['timestamptz'] | null),from_team_checked_in?: (Scalars['Boolean'] | null),from_team_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null), -/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ -match_outcome?: (Scalars['String'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),region?: (Scalars['String'] | null),requested_by_steam_id?: (Scalars['bigint'] | null),responded_at?: (Scalars['timestamptz'] | null),status?: (e_scrim_request_statuses_enum | null),to_team_checked_in?: (Scalars['Boolean'] | null),to_team_id?: (Scalars['uuid'] | null)} +/** input type for updating data in table "tournament_team_invites" */ +export interface tournament_team_invites_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ -export interface team_scrim_requests_stddev_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_stddev_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_stddev_order_by {requested_by_steam_id?: (order_by | null)} +/** order by stddev() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_stddev_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface team_scrim_requests_stddev_pop_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_stddev_pop_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_stddev_pop_order_by {requested_by_steam_id?: (order_by | null)} +/** order by stddev_pop() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_stddev_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface team_scrim_requests_stddev_samp_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_stddev_samp_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_stddev_samp_order_by {requested_by_steam_id?: (order_by | null)} +/** order by stddev_samp() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_stddev_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} -/** Streaming cursor of the table "team_scrim_requests" */ -export interface team_scrim_requests_stream_cursor_input { +/** Streaming cursor of the table "tournament_team_invites" */ +export interface tournament_team_invites_stream_cursor_input { /** Stream column input with initial value */ -initial_value: team_scrim_requests_stream_cursor_value_input, +initial_value: tournament_team_invites_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface team_scrim_requests_stream_cursor_value_input {auto_generated?: (Scalars['Boolean'] | null),awaiting_team_id?: (Scalars['uuid'] | null),canceled_by_team_id?: (Scalars['uuid'] | null),canceled_late?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),expires_at?: (Scalars['timestamptz'] | null),from_team_checked_in?: (Scalars['Boolean'] | null),from_team_id?: (Scalars['uuid'] | null),id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null), -/** Terminal match status captured by tbd_match_cancel_scrim before the match row is deleted, so v_team_reputation survives canceled-match GC. */ -match_outcome?: (Scalars['String'] | null),proposed_scheduled_at?: (Scalars['timestamptz'] | null),region?: (Scalars['String'] | null),requested_by_steam_id?: (Scalars['bigint'] | null),responded_at?: (Scalars['timestamptz'] | null),status?: (e_scrim_request_statuses_enum | null),to_team_checked_in?: (Scalars['Boolean'] | null),to_team_id?: (Scalars['uuid'] | null)} +export interface tournament_team_invites_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface team_scrim_requests_sum_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_sum_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_sum_order_by {requested_by_steam_id?: (order_by | null)} +/** order by sum() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_sum_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} -export interface team_scrim_requests_updates { +export interface tournament_team_invites_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (team_scrim_requests_inc_input | null), +_inc?: (tournament_team_invites_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (team_scrim_requests_set_input | null), +_set?: (tournament_team_invites_set_input | null), /** filter the rows which have to be updated */ -where: team_scrim_requests_bool_exp} +where: tournament_team_invites_bool_exp} /** aggregate var_pop on columns */ -export interface team_scrim_requests_var_pop_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_var_pop_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_var_pop_order_by {requested_by_steam_id?: (order_by | null)} +/** order by var_pop() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_var_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} /** aggregate var_samp on columns */ -export interface team_scrim_requests_var_samp_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_var_samp_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_var_samp_order_by {requested_by_steam_id?: (order_by | null)} +/** order by var_samp() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_var_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} /** aggregate variance on columns */ -export interface team_scrim_requests_variance_fieldsGenqlSelection{ - requested_by_steam_id?: boolean | number +export interface tournament_team_invites_variance_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "team_scrim_requests" */ -export interface team_scrim_requests_variance_order_by {requested_by_steam_id?: (order_by | null)} +/** order by variance() on columns of table "tournament_team_invites" */ +export interface tournament_team_invites_variance_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} -/** columns and relationships of "team_scrim_settings" */ -export interface team_scrim_settingsGenqlSelection{ - allow_outside_availability?: boolean | number - created_at?: boolean | number - elo_max?: boolean | number - elo_min?: boolean | number - enabled?: boolean | number - id?: boolean | number - map_ids?: boolean | number - notes?: boolean | number - regions?: boolean | number +/** columns and relationships of "tournament_team_roster" */ +export interface tournament_team_rosterGenqlSelection{ /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number - updated_at?: boolean | number + e_team_role?: e_team_rolesGenqlSelection + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: boolean | number + role?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + 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 "team_scrim_settings" */ -export interface team_scrim_settings_aggregateGenqlSelection{ - aggregate?: team_scrim_settings_aggregate_fieldsGenqlSelection - nodes?: team_scrim_settingsGenqlSelection +/** aggregated selection of "tournament_team_roster" */ +export interface tournament_team_roster_aggregateGenqlSelection{ + aggregate?: tournament_team_roster_aggregate_fieldsGenqlSelection + nodes?: tournament_team_rosterGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface tournament_team_roster_aggregate_bool_exp {count?: (tournament_team_roster_aggregate_bool_exp_count | null)} -/** aggregate fields of "team_scrim_settings" */ -export interface team_scrim_settings_aggregate_fieldsGenqlSelection{ - avg?: team_scrim_settings_avg_fieldsGenqlSelection - count?: { __args: {columns?: (team_scrim_settings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_scrim_settings_max_fieldsGenqlSelection - min?: team_scrim_settings_min_fieldsGenqlSelection - stddev?: team_scrim_settings_stddev_fieldsGenqlSelection - stddev_pop?: team_scrim_settings_stddev_pop_fieldsGenqlSelection - stddev_samp?: team_scrim_settings_stddev_samp_fieldsGenqlSelection - sum?: team_scrim_settings_sum_fieldsGenqlSelection - var_pop?: team_scrim_settings_var_pop_fieldsGenqlSelection - var_samp?: team_scrim_settings_var_samp_fieldsGenqlSelection - variance?: team_scrim_settings_variance_fieldsGenqlSelection +export interface tournament_team_roster_aggregate_bool_exp_count {arguments?: (tournament_team_roster_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_team_roster_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "tournament_team_roster" */ +export interface tournament_team_roster_aggregate_fieldsGenqlSelection{ + avg?: tournament_team_roster_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_team_roster_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_team_roster_max_fieldsGenqlSelection + min?: tournament_team_roster_min_fieldsGenqlSelection + stddev?: tournament_team_roster_stddev_fieldsGenqlSelection + stddev_pop?: tournament_team_roster_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_team_roster_stddev_samp_fieldsGenqlSelection + sum?: tournament_team_roster_sum_fieldsGenqlSelection + var_pop?: tournament_team_roster_var_pop_fieldsGenqlSelection + var_samp?: tournament_team_roster_var_samp_fieldsGenqlSelection + variance?: tournament_team_roster_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "tournament_team_roster" */ +export interface tournament_team_roster_aggregate_order_by {avg?: (tournament_team_roster_avg_order_by | null),count?: (order_by | null),max?: (tournament_team_roster_max_order_by | null),min?: (tournament_team_roster_min_order_by | null),stddev?: (tournament_team_roster_stddev_order_by | null),stddev_pop?: (tournament_team_roster_stddev_pop_order_by | null),stddev_samp?: (tournament_team_roster_stddev_samp_order_by | null),sum?: (tournament_team_roster_sum_order_by | null),var_pop?: (tournament_team_roster_var_pop_order_by | null),var_samp?: (tournament_team_roster_var_samp_order_by | null),variance?: (tournament_team_roster_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "tournament_team_roster" */ +export interface tournament_team_roster_arr_rel_insert_input {data: tournament_team_roster_insert_input[], +/** upsert condition */ +on_conflict?: (tournament_team_roster_on_conflict | null)} + + /** aggregate avg on columns */ -export interface team_scrim_settings_avg_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_avg_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "team_scrim_settings". All fields are combined with a logical 'AND'. */ -export interface team_scrim_settings_bool_exp {_and?: (team_scrim_settings_bool_exp[] | null),_not?: (team_scrim_settings_bool_exp | null),_or?: (team_scrim_settings_bool_exp[] | null),allow_outside_availability?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),elo_max?: (Int_comparison_exp | null),elo_min?: (Int_comparison_exp | null),enabled?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),map_ids?: (uuid_array_comparison_exp | null),notes?: (String_comparison_exp | null),regions?: (String_array_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null),updated_at?: (timestamptz_comparison_exp | null)} +/** order by avg() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_avg_order_by {player_steam_id?: (order_by | null)} -/** input type for incrementing numeric columns in table "team_scrim_settings" */ -export interface team_scrim_settings_inc_input {elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null)} +/** Boolean expression to filter rows from the table "tournament_team_roster". All fields are combined with a logical 'AND'. */ +export interface tournament_team_roster_bool_exp {_and?: (tournament_team_roster_bool_exp[] | null),_not?: (tournament_team_roster_bool_exp | null),_or?: (tournament_team_roster_bool_exp[] | null),e_team_role?: (e_team_roles_bool_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),role?: (e_team_roles_enum_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)} -/** input type for inserting data into table "team_scrim_settings" */ -export interface team_scrim_settings_insert_input {allow_outside_availability?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),map_ids?: (Scalars['uuid'][] | null),notes?: (Scalars['String'] | null),regions?: (Scalars['String'][] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} +/** input type for incrementing numeric columns in table "tournament_team_roster" */ +export interface tournament_team_roster_inc_input {player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "tournament_team_roster" */ +export interface tournament_team_roster_insert_input {e_team_role?: (e_team_roles_obj_rel_insert_input | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | 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)} /** aggregate max on columns */ -export interface team_scrim_settings_max_fieldsGenqlSelection{ - created_at?: boolean | number - elo_max?: boolean | number - elo_min?: boolean | number - id?: boolean | number - map_ids?: boolean | number - notes?: boolean | number - regions?: boolean | number - team_id?: boolean | number - updated_at?: boolean | number +export interface tournament_team_roster_max_fieldsGenqlSelection{ + player_steam_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_team_roster" */ +export interface tournament_team_roster_max_order_by {player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} + + /** aggregate min on columns */ -export interface team_scrim_settings_min_fieldsGenqlSelection{ - created_at?: boolean | number - elo_max?: boolean | number - elo_min?: boolean | number - id?: boolean | number - map_ids?: boolean | number - notes?: boolean | number - regions?: boolean | number - team_id?: boolean | number - updated_at?: boolean | number +export interface tournament_team_roster_min_fieldsGenqlSelection{ + player_steam_id?: boolean | number + tournament_id?: boolean | number + tournament_team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "team_scrim_settings" */ -export interface team_scrim_settings_mutation_responseGenqlSelection{ +/** order by min() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_min_order_by {player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} + + +/** response of any mutation on the table "tournament_team_roster" */ +export interface tournament_team_roster_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: team_scrim_settingsGenqlSelection + returning?: tournament_team_rosterGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "team_scrim_settings" */ -export interface team_scrim_settings_obj_rel_insert_input {data: team_scrim_settings_insert_input, -/** upsert condition */ -on_conflict?: (team_scrim_settings_on_conflict | null)} - - -/** on_conflict condition type for table "team_scrim_settings" */ -export interface team_scrim_settings_on_conflict {constraint: team_scrim_settings_constraint,update_columns?: team_scrim_settings_update_column[],where?: (team_scrim_settings_bool_exp | null)} +/** on_conflict condition type for table "tournament_team_roster" */ +export interface tournament_team_roster_on_conflict {constraint: tournament_team_roster_constraint,update_columns?: tournament_team_roster_update_column[],where?: (tournament_team_roster_bool_exp | null)} -/** Ordering options when selecting data from "team_scrim_settings". */ -export interface team_scrim_settings_order_by {allow_outside_availability?: (order_by | null),created_at?: (order_by | null),elo_max?: (order_by | null),elo_min?: (order_by | null),enabled?: (order_by | null),id?: (order_by | null),map_ids?: (order_by | null),notes?: (order_by | null),regions?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),updated_at?: (order_by | null)} +/** Ordering options when selecting data from "tournament_team_roster". */ +export interface tournament_team_roster_order_by {e_team_role?: (e_team_roles_order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),role?: (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)} -/** primary key columns input for table: team_scrim_settings */ -export interface team_scrim_settings_pk_columns_input {id: Scalars['uuid']} +/** primary key columns input for table: tournament_team_roster */ +export interface tournament_team_roster_pk_columns_input {player_steam_id: Scalars['bigint'],tournament_id: Scalars['uuid']} -/** input type for updating data in table "team_scrim_settings" */ -export interface team_scrim_settings_set_input {allow_outside_availability?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),map_ids?: (Scalars['uuid'][] | null),notes?: (Scalars['String'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} +/** input type for updating data in table "tournament_team_roster" */ +export interface tournament_team_roster_set_input {player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ -export interface team_scrim_settings_stddev_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_stddev_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_stddev_order_by {player_steam_id?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface team_scrim_settings_stddev_pop_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_stddev_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_stddev_pop_order_by {player_steam_id?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface team_scrim_settings_stddev_samp_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_stddev_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "team_scrim_settings" */ -export interface team_scrim_settings_stream_cursor_input { +/** order by stddev_samp() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_stddev_samp_order_by {player_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "tournament_team_roster" */ +export interface tournament_team_roster_stream_cursor_input { /** Stream column input with initial value */ -initial_value: team_scrim_settings_stream_cursor_value_input, +initial_value: tournament_team_roster_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface team_scrim_settings_stream_cursor_value_input {allow_outside_availability?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),elo_max?: (Scalars['Int'] | null),elo_min?: (Scalars['Int'] | null),enabled?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),map_ids?: (Scalars['uuid'][] | null),notes?: (Scalars['String'] | null),regions?: (Scalars['String'][] | null),team_id?: (Scalars['uuid'] | null),updated_at?: (Scalars['timestamptz'] | null)} +export interface tournament_team_roster_stream_cursor_value_input {player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface team_scrim_settings_sum_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_sum_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface team_scrim_settings_updates { + +/** order by sum() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_sum_order_by {player_steam_id?: (order_by | null)} + +export interface tournament_team_roster_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (team_scrim_settings_inc_input | null), +_inc?: (tournament_team_roster_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (team_scrim_settings_set_input | null), +_set?: (tournament_team_roster_set_input | null), /** filter the rows which have to be updated */ -where: team_scrim_settings_bool_exp} +where: tournament_team_roster_bool_exp} /** aggregate var_pop on columns */ -export interface team_scrim_settings_var_pop_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_var_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_var_pop_order_by {player_steam_id?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface team_scrim_settings_var_samp_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_var_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_var_samp_order_by {player_steam_id?: (order_by | null)} + + /** aggregate variance on columns */ -export interface team_scrim_settings_variance_fieldsGenqlSelection{ - elo_max?: boolean | number - elo_min?: boolean | number +export interface tournament_team_roster_variance_fieldsGenqlSelection{ + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "team_suggestions" */ -export interface team_suggestionsGenqlSelection{ +/** order by variance() on columns of table "tournament_team_roster" */ +export interface tournament_team_roster_variance_order_by {player_steam_id?: (order_by | null)} + + +/** columns and relationships of "tournament_teams" */ +export interface tournament_teamsGenqlSelection{ + /** A computed field, executes function "can_manage_tournament_team" */ + can_manage?: boolean | number + /** An object relationship */ + captain?: playersGenqlSelection + captain_steam_id?: boolean | number created_at?: boolean | number - group_hash?: boolean | number + /** An object relationship */ + creator?: playersGenqlSelection + eligible_at?: boolean | number id?: boolean | number - last_notified_at?: boolean | number - member_steam_ids?: boolean | number - status?: boolean | number - together_count?: boolean | number + /** An array relationship */ + invites?: (tournament_team_invitesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_invites_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_team_invites_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_invites_bool_exp | null)} }) + /** An aggregate relationship */ + invites_aggregate?: (tournament_team_invites_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_invites_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_team_invites_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_invites_bool_exp | null)} }) + name?: boolean | number + owner_steam_id?: boolean | number + /** An object relationship */ + results?: v_team_stage_resultsGenqlSelection + /** An array relationship */ + roster?: (tournament_team_rosterGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_roster_bool_exp | null)} }) + /** An aggregate relationship */ + roster_aggregate?: (tournament_team_roster_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_roster_bool_exp | null)} }) + seed?: boolean | number + short_name?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "team_suggestions" */ -export interface team_suggestions_aggregateGenqlSelection{ - aggregate?: team_suggestions_aggregate_fieldsGenqlSelection - nodes?: team_suggestionsGenqlSelection +/** aggregated selection of "tournament_teams" */ +export interface tournament_teams_aggregateGenqlSelection{ + aggregate?: tournament_teams_aggregate_fieldsGenqlSelection + nodes?: tournament_teamsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface tournament_teams_aggregate_bool_exp {count?: (tournament_teams_aggregate_bool_exp_count | null)} -/** aggregate fields of "team_suggestions" */ -export interface team_suggestions_aggregate_fieldsGenqlSelection{ - avg?: team_suggestions_avg_fieldsGenqlSelection - count?: { __args: {columns?: (team_suggestions_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: team_suggestions_max_fieldsGenqlSelection - min?: team_suggestions_min_fieldsGenqlSelection - stddev?: team_suggestions_stddev_fieldsGenqlSelection - stddev_pop?: team_suggestions_stddev_pop_fieldsGenqlSelection - stddev_samp?: team_suggestions_stddev_samp_fieldsGenqlSelection - sum?: team_suggestions_sum_fieldsGenqlSelection - var_pop?: team_suggestions_var_pop_fieldsGenqlSelection - var_samp?: team_suggestions_var_samp_fieldsGenqlSelection - variance?: team_suggestions_variance_fieldsGenqlSelection +export interface tournament_teams_aggregate_bool_exp_count {arguments?: (tournament_teams_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_teams_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "tournament_teams" */ +export interface tournament_teams_aggregate_fieldsGenqlSelection{ + avg?: tournament_teams_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_teams_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_teams_max_fieldsGenqlSelection + min?: tournament_teams_min_fieldsGenqlSelection + stddev?: tournament_teams_stddev_fieldsGenqlSelection + stddev_pop?: tournament_teams_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_teams_stddev_samp_fieldsGenqlSelection + sum?: tournament_teams_sum_fieldsGenqlSelection + var_pop?: tournament_teams_var_pop_fieldsGenqlSelection + var_samp?: tournament_teams_var_samp_fieldsGenqlSelection + variance?: tournament_teams_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "tournament_teams" */ +export interface tournament_teams_aggregate_order_by {avg?: (tournament_teams_avg_order_by | null),count?: (order_by | null),max?: (tournament_teams_max_order_by | null),min?: (tournament_teams_min_order_by | null),stddev?: (tournament_teams_stddev_order_by | null),stddev_pop?: (tournament_teams_stddev_pop_order_by | null),stddev_samp?: (tournament_teams_stddev_samp_order_by | null),sum?: (tournament_teams_sum_order_by | null),var_pop?: (tournament_teams_var_pop_order_by | null),var_samp?: (tournament_teams_var_samp_order_by | null),variance?: (tournament_teams_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "tournament_teams" */ +export interface tournament_teams_arr_rel_insert_input {data: tournament_teams_insert_input[], +/** upsert condition */ +on_conflict?: (tournament_teams_on_conflict | null)} + + /** aggregate avg on columns */ -export interface team_suggestions_avg_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_avg_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "team_suggestions". All fields are combined with a logical 'AND'. */ -export interface team_suggestions_bool_exp {_and?: (team_suggestions_bool_exp[] | null),_not?: (team_suggestions_bool_exp | null),_or?: (team_suggestions_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),group_hash?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),last_notified_at?: (timestamptz_comparison_exp | null),member_steam_ids?: (bigint_array_comparison_exp | null),status?: (String_comparison_exp | null),together_count?: (Int_comparison_exp | null)} +/** order by avg() on columns of table "tournament_teams" */ +export interface tournament_teams_avg_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} -/** input type for incrementing numeric columns in table "team_suggestions" */ -export interface team_suggestions_inc_input {together_count?: (Scalars['Int'] | null)} +/** Boolean expression to filter rows from the table "tournament_teams". All fields are combined with a logical 'AND'. */ +export interface tournament_teams_bool_exp {_and?: (tournament_teams_bool_exp[] | null),_not?: (tournament_teams_bool_exp | null),_or?: (tournament_teams_bool_exp[] | null),can_manage?: (Boolean_comparison_exp | null),captain?: (players_bool_exp | null),captain_steam_id?: (bigint_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),creator?: (players_bool_exp | null),eligible_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),invites?: (tournament_team_invites_bool_exp | null),invites_aggregate?: (tournament_team_invites_aggregate_bool_exp | null),name?: (String_comparison_exp | null),owner_steam_id?: (bigint_comparison_exp | null),results?: (v_team_stage_results_bool_exp | null),roster?: (tournament_team_roster_bool_exp | null),roster_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),seed?: (Int_comparison_exp | null),short_name?: (String_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)} -/** input type for inserting data into table "team_suggestions" */ -export interface team_suggestions_insert_input {created_at?: (Scalars['timestamptz'] | null),group_hash?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),member_steam_ids?: (Scalars['bigint'][] | null),status?: (Scalars['String'] | null),together_count?: (Scalars['Int'] | null)} +/** input type for incrementing numeric columns in table "tournament_teams" */ +export interface tournament_teams_inc_input {captain_steam_id?: (Scalars['bigint'] | null),owner_steam_id?: (Scalars['bigint'] | null),seed?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "tournament_teams" */ +export interface tournament_teams_insert_input {captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),creator?: (players_obj_rel_insert_input | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invites?: (tournament_team_invites_arr_rel_insert_input | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),results?: (v_team_stage_results_obj_rel_insert_input | null),roster?: (tournament_team_roster_arr_rel_insert_input | null),seed?: (Scalars['Int'] | null),short_name?: (Scalars['String'] | 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)} /** aggregate max on columns */ -export interface team_suggestions_max_fieldsGenqlSelection{ +export interface tournament_teams_max_fieldsGenqlSelection{ + captain_steam_id?: boolean | number created_at?: boolean | number - group_hash?: boolean | number + eligible_at?: boolean | number id?: boolean | number - last_notified_at?: boolean | number - member_steam_ids?: boolean | number - status?: boolean | number - together_count?: boolean | number + name?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number + short_name?: boolean | number + team_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "tournament_teams" */ +export interface tournament_teams_max_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),eligible_at?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null),short_name?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null)} + + /** aggregate min on columns */ -export interface team_suggestions_min_fieldsGenqlSelection{ - created_at?: boolean | number - group_hash?: boolean | number - id?: boolean | number - last_notified_at?: boolean | number - member_steam_ids?: boolean | number - status?: boolean | number - together_count?: boolean | number +export interface tournament_teams_min_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + created_at?: boolean | number + eligible_at?: boolean | number + id?: boolean | number + name?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number + short_name?: boolean | number + team_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "team_suggestions" */ -export interface team_suggestions_mutation_responseGenqlSelection{ +/** order by min() on columns of table "tournament_teams" */ +export interface tournament_teams_min_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),eligible_at?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null),short_name?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null)} + + +/** response of any mutation on the table "tournament_teams" */ +export interface tournament_teams_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: team_suggestionsGenqlSelection + returning?: tournament_teamsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "team_suggestions" */ -export interface team_suggestions_on_conflict {constraint: team_suggestions_constraint,update_columns?: team_suggestions_update_column[],where?: (team_suggestions_bool_exp | null)} +/** input type for inserting object relation for remote table "tournament_teams" */ +export interface tournament_teams_obj_rel_insert_input {data: tournament_teams_insert_input, +/** upsert condition */ +on_conflict?: (tournament_teams_on_conflict | null)} -/** Ordering options when selecting data from "team_suggestions". */ -export interface team_suggestions_order_by {created_at?: (order_by | null),group_hash?: (order_by | null),id?: (order_by | null),last_notified_at?: (order_by | null),member_steam_ids?: (order_by | null),status?: (order_by | null),together_count?: (order_by | null)} +/** on_conflict condition type for table "tournament_teams" */ +export interface tournament_teams_on_conflict {constraint: tournament_teams_constraint,update_columns?: tournament_teams_update_column[],where?: (tournament_teams_bool_exp | null)} -/** primary key columns input for table: team_suggestions */ -export interface team_suggestions_pk_columns_input {id: Scalars['uuid']} +/** Ordering options when selecting data from "tournament_teams". */ +export interface tournament_teams_order_by {can_manage?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),created_at?: (order_by | null),creator?: (players_order_by | null),eligible_at?: (order_by | null),id?: (order_by | null),invites_aggregate?: (tournament_team_invites_aggregate_order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),results?: (v_team_stage_results_order_by | null),roster_aggregate?: (tournament_team_roster_aggregate_order_by | null),seed?: (order_by | null),short_name?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} -/** input type for updating data in table "team_suggestions" */ -export interface team_suggestions_set_input {created_at?: (Scalars['timestamptz'] | null),group_hash?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),member_steam_ids?: (Scalars['bigint'][] | null),status?: (Scalars['String'] | null),together_count?: (Scalars['Int'] | null)} +/** primary key columns input for table: tournament_teams */ +export interface tournament_teams_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_teams" */ +export interface tournament_teams_set_input {captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),seed?: (Scalars['Int'] | null),short_name?: (Scalars['String'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ -export interface team_suggestions_stddev_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_stddev_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "tournament_teams" */ +export interface tournament_teams_stddev_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface team_suggestions_stddev_pop_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_stddev_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "tournament_teams" */ +export interface tournament_teams_stddev_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface team_suggestions_stddev_samp_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_stddev_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "team_suggestions" */ -export interface team_suggestions_stream_cursor_input { +/** order by stddev_samp() on columns of table "tournament_teams" */ +export interface tournament_teams_stddev_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} + + +/** Streaming cursor of the table "tournament_teams" */ +export interface tournament_teams_stream_cursor_input { /** Stream column input with initial value */ -initial_value: team_suggestions_stream_cursor_value_input, +initial_value: tournament_teams_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface team_suggestions_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),group_hash?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),last_notified_at?: (Scalars['timestamptz'] | null),member_steam_ids?: (Scalars['bigint'][] | null),status?: (Scalars['String'] | null),together_count?: (Scalars['Int'] | null)} +export interface tournament_teams_stream_cursor_value_input {captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),seed?: (Scalars['Int'] | null),short_name?: (Scalars['String'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface team_suggestions_sum_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_sum_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface team_suggestions_updates { + +/** order by sum() on columns of table "tournament_teams" */ +export interface tournament_teams_sum_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} + +export interface tournament_teams_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (team_suggestions_inc_input | null), +_inc?: (tournament_teams_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (team_suggestions_set_input | null), +_set?: (tournament_teams_set_input | null), /** filter the rows which have to be updated */ -where: team_suggestions_bool_exp} +where: tournament_teams_bool_exp} /** aggregate var_pop on columns */ -export interface team_suggestions_var_pop_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_var_pop_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "tournament_teams" */ +export interface tournament_teams_var_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface team_suggestions_var_samp_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_var_samp_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "tournament_teams" */ +export interface tournament_teams_var_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} + + /** aggregate variance on columns */ -export interface team_suggestions_variance_fieldsGenqlSelection{ - together_count?: boolean | number +export interface tournament_teams_variance_fieldsGenqlSelection{ + captain_steam_id?: boolean | number + owner_steam_id?: boolean | number + seed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "teams" */ -export interface teamsGenqlSelection{ - avatar_url?: boolean | number - /** A computed field, executes function "can_change_team_role" */ - can_change_role?: boolean | number - /** A computed field, executes function "can_invite_to_team" */ - can_invite?: boolean | number - /** A computed field, executes function "can_manage_team_scrims" */ - can_manage_scrims?: boolean | number - /** A computed field, executes function "can_remove_from_team" */ - can_remove?: boolean | number - /** An object relationship */ - captain?: playersGenqlSelection - captain_steam_id?: boolean | number +/** order by variance() on columns of table "tournament_teams" */ +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 - /** An array relationship */ - invites?: (team_invitesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_invites_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?: (team_invites_order_by[] | null), - /** filter the rows returned */ - where?: (team_invites_bool_exp | null)} }) - /** An aggregate relationship */ - invites_aggregate?: (team_invites_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_invites_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?: (team_invites_order_by[] | null), - /** filter the rows returned */ - where?: (team_invites_bool_exp | null)} }) - /** An array relationship */ - match_lineups?: (match_lineupsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_lineups_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?: (match_lineups_order_by[] | null), - /** filter the rows returned */ - where?: (match_lineups_bool_exp | null)} }) - /** An aggregate relationship */ - match_lineups_aggregate?: (match_lineups_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (match_lineups_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?: (match_lineups_order_by[] | null), - /** filter the rows returned */ - where?: (match_lineups_bool_exp | null)} }) - /** A computed field, executes function "get_team_matches" */ - matches?: (matchesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (matches_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?: (matches_order_by[] | null), - /** filter the rows returned */ - where?: (matches_bool_exp | null)} }) - name?: boolean | number + manual?: boolean | number + placement?: boolean | number + placement_tier?: boolean | number /** An object relationship */ - owner?: playersGenqlSelection - owner_steam_id?: boolean | number + player?: playersGenqlSelection + player_steam_id?: boolean | number /** An object relationship */ - ranks?: v_team_ranksGenqlSelection + team?: teamsGenqlSelection + team_id?: boolean | number /** An object relationship */ - reputation?: v_team_reputationGenqlSelection - /** A computed field, executes function "team_role" */ - role?: boolean | number - /** An array relationship */ - roster?: (team_rosterGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_roster_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?: (team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (team_roster_bool_exp | null)} }) - /** An aggregate relationship */ - roster_aggregate?: (team_roster_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_roster_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?: (team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (team_roster_bool_exp | null)} }) - /** An array relationship */ - scrim_availability?: (team_scrim_availabilityGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_scrim_availability_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?: (team_scrim_availability_order_by[] | null), - /** filter the rows returned */ - where?: (team_scrim_availability_bool_exp | null)} }) - /** An aggregate relationship */ - scrim_availability_aggregate?: (team_scrim_availability_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (team_scrim_availability_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?: (team_scrim_availability_order_by[] | null), - /** filter the rows returned */ - where?: (team_scrim_availability_bool_exp | null)} }) + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number /** An object relationship */ - scrim_settings?: team_scrim_settingsGenqlSelection - short_name?: boolean | number - /** An array relationship */ - tournament_teams?: (tournament_teamsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_teams_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_teams_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_teams_bool_exp | null)} }) - /** An aggregate relationship */ - tournament_teams_aggregate?: (tournament_teams_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_teams_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_teams_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_teams_bool_exp | null)} }) + 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 "teams" */ -export interface teams_aggregateGenqlSelection{ - aggregate?: teams_aggregate_fieldsGenqlSelection - nodes?: teamsGenqlSelection +/** 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 teams_aggregate_bool_exp {count?: (teams_aggregate_bool_exp_count | null)} +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 teams_aggregate_bool_exp_count {arguments?: (teams_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (teams_bool_exp | null),predicate: Int_comparison_exp} +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} -/** aggregate fields of "teams" */ -export interface teams_aggregate_fieldsGenqlSelection{ - avg?: teams_avg_fieldsGenqlSelection - count?: { __args: {columns?: (teams_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: teams_max_fieldsGenqlSelection - min?: teams_min_fieldsGenqlSelection - stddev?: teams_stddev_fieldsGenqlSelection - stddev_pop?: teams_stddev_pop_fieldsGenqlSelection - stddev_samp?: teams_stddev_samp_fieldsGenqlSelection - sum?: teams_sum_fieldsGenqlSelection - var_pop?: teams_var_pop_fieldsGenqlSelection - var_samp?: teams_var_samp_fieldsGenqlSelection - variance?: teams_variance_fieldsGenqlSelection +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 "teams" */ -export interface teams_aggregate_order_by {avg?: (teams_avg_order_by | null),count?: (order_by | null),max?: (teams_max_order_by | null),min?: (teams_min_order_by | null),stddev?: (teams_stddev_order_by | null),stddev_pop?: (teams_stddev_pop_order_by | null),stddev_samp?: (teams_stddev_samp_order_by | null),sum?: (teams_sum_order_by | null),var_pop?: (teams_var_pop_order_by | null),var_samp?: (teams_var_samp_order_by | null),variance?: (teams_variance_order_by | null)} +/** 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 "teams" */ -export interface teams_arr_rel_insert_input {data: teams_insert_input[], +/** 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?: (teams_on_conflict | null)} +on_conflict?: (tournament_trophies_on_conflict | null)} /** aggregate avg on columns */ -export interface teams_avg_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_avg_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} +/** 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 "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),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)} +/** 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 "teams" */ -export interface teams_inc_input {captain_steam_id?: (Scalars['bigint'] | null),owner_steam_id?: (Scalars['bigint'] | 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 "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),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)} +/** 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 teams_max_fieldsGenqlSelection{ - avatar_url?: boolean | number - captain_steam_id?: boolean | number +export interface tournament_trophies_max_fieldsGenqlSelection{ + created_at?: boolean | number id?: boolean | number - name?: boolean | number - owner_steam_id?: boolean | number - /** A computed field, executes function "team_role" */ - role?: boolean | number - short_name?: 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 "teams" */ -export interface teams_max_order_by {avatar_url?: (order_by | null),captain_steam_id?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),short_name?: (order_by | null)} +/** 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 teams_min_fieldsGenqlSelection{ - avatar_url?: boolean | number - captain_steam_id?: boolean | number +export interface tournament_trophies_min_fieldsGenqlSelection{ + created_at?: boolean | number id?: boolean | number - name?: boolean | number - owner_steam_id?: boolean | number - /** A computed field, executes function "team_role" */ - role?: boolean | number - short_name?: 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 "teams" */ -export interface teams_min_order_by {avatar_url?: (order_by | null),captain_steam_id?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),short_name?: (order_by | null)} +/** 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 "teams" */ -export interface teams_mutation_responseGenqlSelection{ +/** 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?: teamsGenqlSelection + returning?: tournament_trophiesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "teams" */ -export interface teams_obj_rel_insert_input {data: teams_insert_input, -/** upsert condition */ -on_conflict?: (teams_on_conflict | null)} - - -/** on_conflict condition type for table "teams" */ -export interface teams_on_conflict {constraint: teams_constraint,update_columns?: teams_update_column[],where?: (teams_bool_exp | null)} +/** 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 "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),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)} +/** 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: teams */ -export interface teams_pk_columns_input {id: Scalars['uuid']} +/** 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 "teams" */ -export interface teams_set_input {avatar_url?: (Scalars['String'] | null),captain_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),short_name?: (Scalars['String'] | null)} +/** 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 teams_stddev_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_stddev_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} +/** 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 teams_stddev_pop_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_stddev_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} +/** 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 teams_stddev_samp_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_stddev_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} +/** 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 "teams" */ -export interface teams_stream_cursor_input { +/** Streaming cursor of the table "tournament_trophies" */ +export interface tournament_trophies_stream_cursor_input { /** Stream column input with initial value */ -initial_value: teams_stream_cursor_value_input, +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 teams_stream_cursor_value_input {avatar_url?: (Scalars['String'] | null),captain_steam_id?: (Scalars['bigint'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),short_name?: (Scalars['String'] | null)} +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 teams_sum_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_sum_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} +/** 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 teams_updates { +export interface tournament_trophies_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (teams_inc_input | null), +_inc?: (tournament_trophies_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (teams_set_input | null), +_set?: (tournament_trophies_set_input | null), /** filter the rows which have to be updated */ -where: teams_bool_exp} +where: tournament_trophies_bool_exp} /** aggregate var_pop on columns */ -export interface teams_var_pop_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_var_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} +/** 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 teams_var_samp_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_var_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} +/** 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 teams_variance_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number +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 "teams" */ -export interface teams_variance_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null)} - - -/** Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. */ -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)} +/** 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_brackets" */ -export interface tournament_bracketsGenqlSelection{ - bye?: boolean | number +/** columns and relationships of "tournament_trophy_configs" */ +export interface tournament_trophy_configsGenqlSelection{ created_at?: boolean | number - /** A computed field, executes function "get_feeding_brackets" */ - feeding_brackets?: (tournament_bracketsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_brackets_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_brackets_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_brackets_bool_exp | null)} }) - finished?: boolean | number - group?: boolean | number + custom_name?: boolean | number id?: boolean | number + image_url?: boolean | number + placement?: boolean | number + silhouette?: boolean | number /** An object relationship */ - loser_bracket?: tournament_bracketsGenqlSelection - loser_parent_bracket_id?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number - match_number?: boolean | number - match_options_id?: boolean | number - /** An object relationship */ - options?: match_optionsGenqlSelection - /** An object relationship */ - parent_bracket?: tournament_bracketsGenqlSelection - parent_bracket_id?: boolean | number - path?: boolean | number - round?: boolean | number - scheduled_at?: boolean | number - scheduled_eta?: boolean | number - /** An object relationship */ - stage?: tournament_stagesGenqlSelection - /** An object relationship */ - team_1?: tournament_teamsGenqlSelection - team_1_seed?: boolean | number - /** An object relationship */ - team_2?: tournament_teamsGenqlSelection - team_2_seed?: boolean | number - tournament_stage_id?: boolean | number - tournament_team_id_1?: boolean | number - tournament_team_id_2?: boolean | number + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number + updated_at?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "tournament_brackets" */ -export interface tournament_brackets_aggregateGenqlSelection{ - aggregate?: tournament_brackets_aggregate_fieldsGenqlSelection - nodes?: tournament_bracketsGenqlSelection +/** 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_brackets_aggregate_bool_exp {bool_and?: (tournament_brackets_aggregate_bool_exp_bool_and | null),bool_or?: (tournament_brackets_aggregate_bool_exp_bool_or | null),count?: (tournament_brackets_aggregate_bool_exp_count | null)} - -export interface tournament_brackets_aggregate_bool_exp_bool_and {arguments: tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_brackets_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface tournament_brackets_aggregate_bool_exp_bool_or {arguments: tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_brackets_bool_exp | null),predicate: Boolean_comparison_exp} +export interface tournament_trophy_configs_aggregate_bool_exp {count?: (tournament_trophy_configs_aggregate_bool_exp_count | null)} -export interface tournament_brackets_aggregate_bool_exp_count {arguments?: (tournament_brackets_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_brackets_bool_exp | null),predicate: Int_comparison_exp} +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_brackets" */ -export interface tournament_brackets_aggregate_fieldsGenqlSelection{ - avg?: tournament_brackets_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_brackets_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_brackets_max_fieldsGenqlSelection - min?: tournament_brackets_min_fieldsGenqlSelection - stddev?: tournament_brackets_stddev_fieldsGenqlSelection - stddev_pop?: tournament_brackets_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_brackets_stddev_samp_fieldsGenqlSelection - sum?: tournament_brackets_sum_fieldsGenqlSelection - var_pop?: tournament_brackets_var_pop_fieldsGenqlSelection - var_samp?: tournament_brackets_var_samp_fieldsGenqlSelection - variance?: tournament_brackets_variance_fieldsGenqlSelection +/** 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_brackets" */ -export interface tournament_brackets_aggregate_order_by {avg?: (tournament_brackets_avg_order_by | null),count?: (order_by | null),max?: (tournament_brackets_max_order_by | null),min?: (tournament_brackets_min_order_by | null),stddev?: (tournament_brackets_stddev_order_by | null),stddev_pop?: (tournament_brackets_stddev_pop_order_by | null),stddev_samp?: (tournament_brackets_stddev_samp_order_by | null),sum?: (tournament_brackets_sum_order_by | null),var_pop?: (tournament_brackets_var_pop_order_by | null),var_samp?: (tournament_brackets_var_samp_order_by | null),variance?: (tournament_brackets_variance_order_by | null)} +/** 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_brackets" */ -export interface tournament_brackets_arr_rel_insert_input {data: tournament_brackets_insert_input[], +/** 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_brackets_on_conflict | null)} +on_conflict?: (tournament_trophy_configs_on_conflict | null)} /** aggregate avg on columns */ -export interface tournament_brackets_avg_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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_brackets" */ -export interface tournament_brackets_avg_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} +/** 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_brackets". All fields are combined with a logical 'AND'. */ -export interface tournament_brackets_bool_exp {_and?: (tournament_brackets_bool_exp[] | null),_not?: (tournament_brackets_bool_exp | null),_or?: (tournament_brackets_bool_exp[] | null),bye?: (Boolean_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),feeding_brackets?: (tournament_brackets_bool_exp | null),finished?: (Boolean_comparison_exp | null),group?: (numeric_comparison_exp | null),id?: (uuid_comparison_exp | null),loser_bracket?: (tournament_brackets_bool_exp | null),loser_parent_bracket_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_number?: (Int_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),options?: (match_options_bool_exp | null),parent_bracket?: (tournament_brackets_bool_exp | null),parent_bracket_id?: (uuid_comparison_exp | null),path?: (String_comparison_exp | null),round?: (Int_comparison_exp | null),scheduled_at?: (timestamptz_comparison_exp | null),scheduled_eta?: (timestamptz_comparison_exp | null),stage?: (tournament_stages_bool_exp | null),team_1?: (tournament_teams_bool_exp | null),team_1_seed?: (Int_comparison_exp | null),team_2?: (tournament_teams_bool_exp | null),team_2_seed?: (Int_comparison_exp | null),tournament_stage_id?: (uuid_comparison_exp | null),tournament_team_id_1?: (uuid_comparison_exp | null),tournament_team_id_2?: (uuid_comparison_exp | 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_brackets" */ -export interface tournament_brackets_inc_input {group?: (Scalars['numeric'] | null),match_number?: (Scalars['Int'] | null),round?: (Scalars['Int'] | null),team_1_seed?: (Scalars['Int'] | null),team_2_seed?: (Scalars['Int'] | 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_brackets" */ -export interface tournament_brackets_insert_input {bye?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),finished?: (Scalars['Boolean'] | null),group?: (Scalars['numeric'] | null),id?: (Scalars['uuid'] | null),loser_bracket?: (tournament_brackets_obj_rel_insert_input | null),loser_parent_bracket_id?: (Scalars['uuid'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_number?: (Scalars['Int'] | null),match_options_id?: (Scalars['uuid'] | null),options?: (match_options_obj_rel_insert_input | null),parent_bracket?: (tournament_brackets_obj_rel_insert_input | null),parent_bracket_id?: (Scalars['uuid'] | null),path?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),scheduled_at?: (Scalars['timestamptz'] | null),scheduled_eta?: (Scalars['timestamptz'] | null),stage?: (tournament_stages_obj_rel_insert_input | null),team_1?: (tournament_teams_obj_rel_insert_input | null),team_1_seed?: (Scalars['Int'] | null),team_2?: (tournament_teams_obj_rel_insert_input | null),team_2_seed?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id_1?: (Scalars['uuid'] | null),tournament_team_id_2?: (Scalars['uuid'] | 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_brackets_max_fieldsGenqlSelection{ +export interface tournament_trophy_configs_max_fieldsGenqlSelection{ created_at?: boolean | number - group?: boolean | number + custom_name?: boolean | number id?: boolean | number - loser_parent_bracket_id?: boolean | number - match_id?: boolean | number - match_number?: boolean | number - match_options_id?: boolean | number - parent_bracket_id?: boolean | number - path?: boolean | number - round?: boolean | number - scheduled_at?: boolean | number - scheduled_eta?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number - tournament_stage_id?: boolean | number - tournament_team_id_1?: boolean | number - tournament_team_id_2?: 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_brackets" */ -export interface tournament_brackets_max_order_by {created_at?: (order_by | null),group?: (order_by | null),id?: (order_by | null),loser_parent_bracket_id?: (order_by | null),match_id?: (order_by | null),match_number?: (order_by | null),match_options_id?: (order_by | null),parent_bracket_id?: (order_by | null),path?: (order_by | null),round?: (order_by | null),scheduled_at?: (order_by | null),scheduled_eta?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id_1?: (order_by | null),tournament_team_id_2?: (order_by | null)} +/** 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_brackets_min_fieldsGenqlSelection{ +export interface tournament_trophy_configs_min_fieldsGenqlSelection{ created_at?: boolean | number - group?: boolean | number + custom_name?: boolean | number id?: boolean | number - loser_parent_bracket_id?: boolean | number - match_id?: boolean | number - match_number?: boolean | number - match_options_id?: boolean | number - parent_bracket_id?: boolean | number - path?: boolean | number - round?: boolean | number - scheduled_at?: boolean | number - scheduled_eta?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number - tournament_stage_id?: boolean | number - tournament_team_id_1?: boolean | number - tournament_team_id_2?: 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_brackets" */ -export interface tournament_brackets_min_order_by {created_at?: (order_by | null),group?: (order_by | null),id?: (order_by | null),loser_parent_bracket_id?: (order_by | null),match_id?: (order_by | null),match_number?: (order_by | null),match_options_id?: (order_by | null),parent_bracket_id?: (order_by | null),path?: (order_by | null),round?: (order_by | null),scheduled_at?: (order_by | null),scheduled_eta?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id_1?: (order_by | null),tournament_team_id_2?: (order_by | null)} +/** 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_brackets" */ -export interface tournament_brackets_mutation_responseGenqlSelection{ +/** 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_bracketsGenqlSelection + returning?: tournament_trophy_configsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "tournament_brackets" */ -export interface tournament_brackets_obj_rel_insert_input {data: tournament_brackets_insert_input, +/** 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_brackets_on_conflict | null)} +on_conflict?: (tournament_trophy_configs_on_conflict | null)} -/** on_conflict condition type for table "tournament_brackets" */ -export interface tournament_brackets_on_conflict {constraint: tournament_brackets_constraint,update_columns?: tournament_brackets_update_column[],where?: (tournament_brackets_bool_exp | 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_brackets". */ -export interface tournament_brackets_order_by {bye?: (order_by | null),created_at?: (order_by | null),feeding_brackets_aggregate?: (tournament_brackets_aggregate_order_by | null),finished?: (order_by | null),group?: (order_by | null),id?: (order_by | null),loser_bracket?: (tournament_brackets_order_by | null),loser_parent_bracket_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_number?: (order_by | null),match_options_id?: (order_by | null),options?: (match_options_order_by | null),parent_bracket?: (tournament_brackets_order_by | null),parent_bracket_id?: (order_by | null),path?: (order_by | null),round?: (order_by | null),scheduled_at?: (order_by | null),scheduled_eta?: (order_by | null),stage?: (tournament_stages_order_by | null),team_1?: (tournament_teams_order_by | null),team_1_seed?: (order_by | null),team_2?: (tournament_teams_order_by | null),team_2_seed?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id_1?: (order_by | null),tournament_team_id_2?: (order_by | 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_brackets */ -export interface tournament_brackets_pk_columns_input {id: Scalars['uuid']} +/** 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_brackets" */ -export interface tournament_brackets_set_input {bye?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),finished?: (Scalars['Boolean'] | null),group?: (Scalars['numeric'] | null),id?: (Scalars['uuid'] | null),loser_parent_bracket_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_number?: (Scalars['Int'] | null),match_options_id?: (Scalars['uuid'] | null),parent_bracket_id?: (Scalars['uuid'] | null),path?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),scheduled_at?: (Scalars['timestamptz'] | null),scheduled_eta?: (Scalars['timestamptz'] | null),team_1_seed?: (Scalars['Int'] | null),team_2_seed?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id_1?: (Scalars['uuid'] | null),tournament_team_id_2?: (Scalars['uuid'] | null)} +/** 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_brackets_stddev_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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_brackets" */ -export interface tournament_brackets_stddev_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} +/** 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_brackets_stddev_pop_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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_brackets" */ -export interface tournament_brackets_stddev_pop_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} +/** 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_brackets_stddev_samp_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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_brackets" */ -export interface tournament_brackets_stddev_samp_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} +/** 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_brackets" */ -export interface tournament_brackets_stream_cursor_input { +/** 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_brackets_stream_cursor_value_input, +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_brackets_stream_cursor_value_input {bye?: (Scalars['Boolean'] | null),created_at?: (Scalars['timestamptz'] | null),finished?: (Scalars['Boolean'] | null),group?: (Scalars['numeric'] | null),id?: (Scalars['uuid'] | null),loser_parent_bracket_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_number?: (Scalars['Int'] | null),match_options_id?: (Scalars['uuid'] | null),parent_bracket_id?: (Scalars['uuid'] | null),path?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),scheduled_at?: (Scalars['timestamptz'] | null),scheduled_eta?: (Scalars['timestamptz'] | null),team_1_seed?: (Scalars['Int'] | null),team_2_seed?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id_1?: (Scalars['uuid'] | null),tournament_team_id_2?: (Scalars['uuid'] | null)} +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_brackets_sum_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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_brackets" */ -export interface tournament_brackets_sum_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} +/** 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_brackets_updates { +export interface tournament_trophy_configs_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_brackets_inc_input | null), +_inc?: (tournament_trophy_configs_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (tournament_brackets_set_input | null), +_set?: (tournament_trophy_configs_set_input | null), /** filter the rows which have to be updated */ -where: tournament_brackets_bool_exp} +where: tournament_trophy_configs_bool_exp} /** aggregate var_pop on columns */ -export interface tournament_brackets_var_pop_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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_brackets" */ -export interface tournament_brackets_var_pop_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} +/** 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_brackets_var_samp_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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_brackets" */ -export interface tournament_brackets_var_samp_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} +/** 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_brackets_variance_fieldsGenqlSelection{ - group?: boolean | number - match_number?: boolean | number - round?: boolean | number - team_1_seed?: boolean | number - team_2_seed?: boolean | number +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 + /** A computed field, executes function "can_cancel_tournament" */ + can_cancel?: boolean | number + /** A computed field, executes function "can_close_tournament_registration" */ + can_close_registration?: boolean | number + /** A computed field, executes function "can_join_tournament" */ + can_join?: boolean | number + /** A computed field, executes function "can_open_tournament_registration" */ + can_open_registration?: boolean | number + /** A computed field, executes function "can_pause_tournament" */ + can_pause?: boolean | number + /** A computed field, executes function "can_resume_tournament" */ + can_resume?: boolean | number + /** A computed field, executes function "can_setup_tournament" */ + can_setup?: boolean | number + /** A computed field, executes function "can_start_tournament" */ + can_start?: boolean | number + created_at?: boolean | number + description?: boolean | number + discord_guild_id?: boolean | number + discord_notifications_enabled?: boolean | number + discord_notify_Canceled?: boolean | number + discord_notify_Finished?: boolean | number + discord_notify_Forfeit?: boolean | number + discord_notify_Live?: boolean | number + discord_notify_MapPaused?: boolean | number + discord_notify_PickingPlayers?: boolean | number + discord_notify_Scheduled?: boolean | number + discord_notify_Surrendered?: boolean | number + discord_notify_Tie?: boolean | number + discord_notify_Veto?: boolean | number + discord_notify_WaitingForCheckIn?: boolean | number + discord_notify_WaitingForServer?: boolean | number + discord_role_id?: boolean | number + discord_voice_enabled?: boolean | number + discord_webhook?: boolean | number + /** An object relationship */ + e_tournament_status?: e_tournament_statusGenqlSelection + /** A computed field, executes function "tournament_has_min_teams" */ + has_min_teams?: boolean | number + id?: boolean | number + is_league?: boolean | number + /** A computed field, executes function "is_tournament_organizer" */ + is_organizer?: boolean | number + /** A computed field, executes function "joined_tournament" */ + joined_tournament?: boolean | number + /** An object relationship */ + league_season_division?: league_season_divisionsGenqlSelection + match_options_id?: boolean | number + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + name?: boolean | number + /** An object relationship */ + options?: match_optionsGenqlSelection + organizer_steam_id?: boolean | number + /** An array relationship */ + organizers?: (tournament_organizersGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_organizers_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_organizers_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_organizers_bool_exp | null)} }) + /** An aggregate relationship */ + organizers_aggregate?: (tournament_organizers_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_organizers_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_organizers_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_organizers_bool_exp | null)} }) + /** An array relationship */ + player_stats?: (v_tournament_player_statsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_tournament_player_stats_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?: (v_tournament_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_tournament_player_stats_bool_exp | null)} }) + /** An aggregate relationship */ + player_stats_aggregate?: (v_tournament_player_stats_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_tournament_player_stats_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?: (v_tournament_player_stats_order_by[] | null), + /** filter the rows returned */ + where?: (v_tournament_player_stats_bool_exp | null)} }) + /** An array relationship */ + results?: (v_team_tournament_resultsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_tournament_results_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?: (v_team_tournament_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_tournament_results_bool_exp | null)} }) + /** An aggregate relationship */ + results_aggregate?: (v_team_tournament_results_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (v_team_tournament_results_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?: (v_team_tournament_results_order_by[] | null), + /** filter the rows returned */ + where?: (v_team_tournament_results_bool_exp | null)} }) + /** An array relationship */ + rosters?: (tournament_team_rosterGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_roster_bool_exp | null)} }) + /** An aggregate relationship */ + rosters_aggregate?: (tournament_team_roster_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_team_roster_bool_exp | null)} }) + scheduling_mode?: boolean | number + /** An array relationship */ + stages?: (tournament_stagesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stages_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_stages_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stages_bool_exp | null)} }) + /** An aggregate relationship */ + stages_aggregate?: (tournament_stages_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_stages_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_stages_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_stages_bool_exp | null)} }) + start?: boolean | number + status?: boolean | number + /** An array relationship */ + teams?: (tournament_teamsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_teams_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_teams_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_teams_bool_exp | null)} }) + /** An aggregate relationship */ + teams_aggregate?: (tournament_teams_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_teams_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_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 } -/** order by variance() on columns of table "tournament_brackets" */ -export interface tournament_brackets_variance_order_by {group?: (order_by | null),match_number?: (order_by | null),round?: (order_by | null),team_1_seed?: (order_by | null),team_2_seed?: (order_by | null)} - - -/** columns and relationships of "tournament_organizers" */ -export interface tournament_organizersGenqlSelection{ - /** An object relationship */ - organizer?: playersGenqlSelection - steam_id?: boolean | number - /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number +/** aggregated selection of "tournaments" */ +export interface tournaments_aggregateGenqlSelection{ + aggregate?: tournaments_aggregate_fieldsGenqlSelection + nodes?: tournamentsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface tournaments_aggregate_bool_exp {bool_and?: (tournaments_aggregate_bool_exp_bool_and | null),bool_or?: (tournaments_aggregate_bool_exp_bool_or | null),count?: (tournaments_aggregate_bool_exp_count | null)} -/** aggregated selection of "tournament_organizers" */ -export interface tournament_organizers_aggregateGenqlSelection{ - aggregate?: tournament_organizers_aggregate_fieldsGenqlSelection - nodes?: tournament_organizersGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +export interface tournaments_aggregate_bool_exp_bool_and {arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournaments_bool_exp | null),predicate: Boolean_comparison_exp} -export interface tournament_organizers_aggregate_bool_exp {count?: (tournament_organizers_aggregate_bool_exp_count | null)} +export interface tournaments_aggregate_bool_exp_bool_or {arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournaments_bool_exp | null),predicate: Boolean_comparison_exp} -export interface tournament_organizers_aggregate_bool_exp_count {arguments?: (tournament_organizers_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_organizers_bool_exp | null),predicate: Int_comparison_exp} +export interface tournaments_aggregate_bool_exp_count {arguments?: (tournaments_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournaments_bool_exp | null),predicate: Int_comparison_exp} -/** aggregate fields of "tournament_organizers" */ -export interface tournament_organizers_aggregate_fieldsGenqlSelection{ - avg?: tournament_organizers_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_organizers_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_organizers_max_fieldsGenqlSelection - min?: tournament_organizers_min_fieldsGenqlSelection - stddev?: tournament_organizers_stddev_fieldsGenqlSelection - stddev_pop?: tournament_organizers_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_organizers_stddev_samp_fieldsGenqlSelection - sum?: tournament_organizers_sum_fieldsGenqlSelection - var_pop?: tournament_organizers_var_pop_fieldsGenqlSelection - var_samp?: tournament_organizers_var_samp_fieldsGenqlSelection - variance?: tournament_organizers_variance_fieldsGenqlSelection +/** aggregate fields of "tournaments" */ +export interface tournaments_aggregate_fieldsGenqlSelection{ + avg?: tournaments_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournaments_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournaments_max_fieldsGenqlSelection + min?: tournaments_min_fieldsGenqlSelection + stddev?: tournaments_stddev_fieldsGenqlSelection + stddev_pop?: tournaments_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournaments_stddev_samp_fieldsGenqlSelection + sum?: tournaments_sum_fieldsGenqlSelection + var_pop?: tournaments_var_pop_fieldsGenqlSelection + var_samp?: tournaments_var_samp_fieldsGenqlSelection + variance?: tournaments_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "tournament_organizers" */ -export interface tournament_organizers_aggregate_order_by {avg?: (tournament_organizers_avg_order_by | null),count?: (order_by | null),max?: (tournament_organizers_max_order_by | null),min?: (tournament_organizers_min_order_by | null),stddev?: (tournament_organizers_stddev_order_by | null),stddev_pop?: (tournament_organizers_stddev_pop_order_by | null),stddev_samp?: (tournament_organizers_stddev_samp_order_by | null),sum?: (tournament_organizers_sum_order_by | null),var_pop?: (tournament_organizers_var_pop_order_by | null),var_samp?: (tournament_organizers_var_samp_order_by | null),variance?: (tournament_organizers_variance_order_by | null)} +/** order by aggregate values of table "tournaments" */ +export interface tournaments_aggregate_order_by {avg?: (tournaments_avg_order_by | null),count?: (order_by | null),max?: (tournaments_max_order_by | null),min?: (tournaments_min_order_by | null),stddev?: (tournaments_stddev_order_by | null),stddev_pop?: (tournaments_stddev_pop_order_by | null),stddev_samp?: (tournaments_stddev_samp_order_by | null),sum?: (tournaments_sum_order_by | null),var_pop?: (tournaments_var_pop_order_by | null),var_samp?: (tournaments_var_samp_order_by | null),variance?: (tournaments_variance_order_by | null)} -/** input type for inserting array relation for remote table "tournament_organizers" */ -export interface tournament_organizers_arr_rel_insert_input {data: tournament_organizers_insert_input[], +/** input type for inserting array relation for remote table "tournaments" */ +export interface tournaments_arr_rel_insert_input {data: tournaments_insert_input[], /** upsert condition */ -on_conflict?: (tournament_organizers_on_conflict | null)} +on_conflict?: (tournaments_on_conflict | null)} /** aggregate avg on columns */ -export interface tournament_organizers_avg_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface tournaments_avg_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "tournament_organizers" */ -export interface tournament_organizers_avg_order_by {steam_id?: (order_by | null)} +/** order by avg() on columns of table "tournaments" */ +export interface tournaments_avg_order_by {organizer_steam_id?: (order_by | null)} -/** Boolean expression to filter rows from the table "tournament_organizers". All fields are combined with a logical 'AND'. */ -export interface tournament_organizers_bool_exp {_and?: (tournament_organizers_bool_exp[] | null),_not?: (tournament_organizers_bool_exp | null),_or?: (tournament_organizers_bool_exp[] | null),organizer?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} +/** 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),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),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),id?: (uuid_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),match_options_id?: (uuid_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_steam_id?: (bigint_comparison_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),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)} -/** input type for incrementing numeric columns in table "tournament_organizers" */ -export interface tournament_organizers_inc_input {steam_id?: (Scalars['bigint'] | null)} +/** input type for incrementing numeric columns in table "tournaments" */ +export interface tournaments_inc_input {organizer_steam_id?: (Scalars['bigint'] | null)} -/** input type for inserting data into table "tournament_organizers" */ -export interface tournament_organizers_insert_input {organizer?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} +/** 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),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),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),league_season_division?: (league_season_divisions_obj_rel_insert_input | 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),organizers?: (tournament_organizers_arr_rel_insert_input | null),player_stats?: (v_tournament_player_stats_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)} /** aggregate max on columns */ -export interface tournament_organizers_max_fieldsGenqlSelection{ - steam_id?: boolean | number - tournament_id?: boolean | number +export interface tournaments_max_fieldsGenqlSelection{ + created_at?: boolean | number + description?: boolean | number + discord_guild_id?: boolean | number + discord_role_id?: boolean | number + discord_webhook?: boolean | number + id?: boolean | number + match_options_id?: boolean | number + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + name?: boolean | number + organizer_steam_id?: boolean | number + scheduling_mode?: boolean | number + start?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "tournament_organizers" */ -export interface tournament_organizers_max_order_by {steam_id?: (order_by | null),tournament_id?: (order_by | null)} +/** order by max() on columns of table "tournaments" */ +export interface tournaments_max_order_by {created_at?: (order_by | null),description?: (order_by | null),discord_guild_id?: (order_by | null),discord_role_id?: (order_by | null),discord_webhook?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} /** aggregate min on columns */ -export interface tournament_organizers_min_fieldsGenqlSelection{ - steam_id?: boolean | number - tournament_id?: boolean | number +export interface tournaments_min_fieldsGenqlSelection{ + created_at?: boolean | number + description?: boolean | number + discord_guild_id?: boolean | number + discord_role_id?: boolean | number + discord_webhook?: boolean | number + id?: boolean | number + match_options_id?: boolean | number + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + name?: boolean | number + organizer_steam_id?: boolean | number + scheduling_mode?: boolean | number + start?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "tournament_organizers" */ -export interface tournament_organizers_min_order_by {steam_id?: (order_by | null),tournament_id?: (order_by | null)} +/** order by min() on columns of table "tournaments" */ +export interface tournaments_min_order_by {created_at?: (order_by | null),description?: (order_by | null),discord_guild_id?: (order_by | null),discord_role_id?: (order_by | null),discord_webhook?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} -/** response of any mutation on the table "tournament_organizers" */ -export interface tournament_organizers_mutation_responseGenqlSelection{ +/** response of any mutation on the table "tournaments" */ +export interface tournaments_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: tournament_organizersGenqlSelection + returning?: tournamentsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "tournament_organizers" */ -export interface tournament_organizers_on_conflict {constraint: tournament_organizers_constraint,update_columns?: tournament_organizers_update_column[],where?: (tournament_organizers_bool_exp | null)} +/** input type for inserting object relation for remote table "tournaments" */ +export interface tournaments_obj_rel_insert_input {data: tournaments_insert_input, +/** upsert condition */ +on_conflict?: (tournaments_on_conflict | null)} -/** Ordering options when selecting data from "tournament_organizers". */ -export interface tournament_organizers_order_by {organizer?: (players_order_by | null),steam_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} +/** on_conflict condition type for table "tournaments" */ +export interface tournaments_on_conflict {constraint: tournaments_constraint,update_columns?: tournaments_update_column[],where?: (tournaments_bool_exp | null)} -/** primary key columns input for table: tournament_organizers */ -export interface tournament_organizers_pk_columns_input {steam_id: Scalars['bigint'],tournament_id: Scalars['uuid']} +/** Ordering options when selecting data from "tournaments". */ +export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (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),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),id?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),league_season_division?: (league_season_divisions_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),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_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)} -/** input type for updating data in table "tournament_organizers" */ -export interface tournament_organizers_set_input {steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} +/** primary key columns input for table: tournaments */ +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),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),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | 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)} /** aggregate stddev on columns */ -export interface tournament_organizers_stddev_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface tournaments_stddev_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "tournament_organizers" */ -export interface tournament_organizers_stddev_order_by {steam_id?: (order_by | null)} +/** order by stddev() on columns of table "tournaments" */ +export interface tournaments_stddev_order_by {organizer_steam_id?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface tournament_organizers_stddev_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface tournaments_stddev_pop_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "tournament_organizers" */ -export interface tournament_organizers_stddev_pop_order_by {steam_id?: (order_by | null)} +/** order by stddev_pop() on columns of table "tournaments" */ +export interface tournaments_stddev_pop_order_by {organizer_steam_id?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface tournament_organizers_stddev_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface tournaments_stddev_samp_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "tournament_organizers" */ -export interface tournament_organizers_stddev_samp_order_by {steam_id?: (order_by | null)} +/** order by stddev_samp() on columns of table "tournaments" */ +export interface tournaments_stddev_samp_order_by {organizer_steam_id?: (order_by | null)} -/** Streaming cursor of the table "tournament_organizers" */ -export interface tournament_organizers_stream_cursor_input { +/** Streaming cursor of the table "tournaments" */ +export interface tournaments_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournament_organizers_stream_cursor_value_input, +initial_value: tournaments_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournament_organizers_stream_cursor_value_input {steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} +export interface tournaments_stream_cursor_value_input {auto_start?: (Scalars['Boolean'] | 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),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | 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)} /** aggregate sum on columns */ -export interface tournament_organizers_sum_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface tournaments_sum_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "tournament_organizers" */ -export interface tournament_organizers_sum_order_by {steam_id?: (order_by | null)} +/** order by sum() on columns of table "tournaments" */ +export interface tournaments_sum_order_by {organizer_steam_id?: (order_by | null)} -export interface tournament_organizers_updates { +export interface tournaments_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_organizers_inc_input | null), +_inc?: (tournaments_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (tournament_organizers_set_input | null), +_set?: (tournaments_set_input | null), /** filter the rows which have to be updated */ -where: tournament_organizers_bool_exp} +where: tournaments_bool_exp} /** aggregate var_pop on columns */ -export interface tournament_organizers_var_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface tournaments_var_pop_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "tournament_organizers" */ -export interface tournament_organizers_var_pop_order_by {steam_id?: (order_by | null)} +/** order by var_pop() on columns of table "tournaments" */ +export interface tournaments_var_pop_order_by {organizer_steam_id?: (order_by | null)} /** aggregate var_samp on columns */ -export interface tournament_organizers_var_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface tournaments_var_samp_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "tournament_organizers" */ -export interface tournament_organizers_var_samp_order_by {steam_id?: (order_by | null)} +/** order by var_samp() on columns of table "tournaments" */ +export interface tournaments_var_samp_order_by {organizer_steam_id?: (order_by | null)} /** aggregate variance on columns */ -export interface tournament_organizers_variance_fieldsGenqlSelection{ - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by variance() on columns of table "tournament_organizers" */ -export interface tournament_organizers_variance_order_by {steam_id?: (order_by | null)} - - -/** columns and relationships of "tournament_stages" */ -export interface tournament_stagesGenqlSelection{ - /** An array relationship */ - brackets?: (tournament_bracketsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_brackets_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_brackets_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_brackets_bool_exp | null)} }) - /** An aggregate relationship */ - brackets_aggregate?: (tournament_brackets_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_brackets_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_brackets_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_brackets_bool_exp | null)} }) - decider_best_of?: boolean | number - default_best_of?: boolean | number - /** An object relationship */ - e_tournament_stage_type?: e_tournament_stage_typesGenqlSelection - groups?: boolean | number - id?: boolean | number - match_options_id?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - /** An object relationship */ - options?: match_optionsGenqlSelection - order?: boolean | number - /** An array relationship */ - results?: (v_team_stage_resultsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (v_team_stage_results_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?: (v_team_stage_results_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_stage_results_bool_exp | null)} }) - /** An aggregate relationship */ - results_aggregate?: (v_team_stage_results_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (v_team_stage_results_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?: (v_team_stage_results_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_stage_results_bool_exp | null)} }) - settings?: { __args: { - /** JSON select path */ - path?: (Scalars['String'] | null)} } | boolean | number - third_place_match?: boolean | number - /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number - type?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregated selection of "tournament_stages" */ -export interface tournament_stages_aggregateGenqlSelection{ - aggregate?: tournament_stages_aggregate_fieldsGenqlSelection - nodes?: tournament_stagesGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - -export interface tournament_stages_aggregate_bool_exp {bool_and?: (tournament_stages_aggregate_bool_exp_bool_and | null),bool_or?: (tournament_stages_aggregate_bool_exp_bool_or | null),count?: (tournament_stages_aggregate_bool_exp_count | null)} - -export interface tournament_stages_aggregate_bool_exp_bool_and {arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_stages_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface tournament_stages_aggregate_bool_exp_bool_or {arguments: tournament_stages_select_column_tournament_stages_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_stages_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface tournament_stages_aggregate_bool_exp_count {arguments?: (tournament_stages_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_stages_bool_exp | null),predicate: Int_comparison_exp} - - -/** aggregate fields of "tournament_stages" */ -export interface tournament_stages_aggregate_fieldsGenqlSelection{ - avg?: tournament_stages_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_stages_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_stages_max_fieldsGenqlSelection - min?: tournament_stages_min_fieldsGenqlSelection - stddev?: tournament_stages_stddev_fieldsGenqlSelection - stddev_pop?: tournament_stages_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_stages_stddev_samp_fieldsGenqlSelection - sum?: tournament_stages_sum_fieldsGenqlSelection - var_pop?: tournament_stages_var_pop_fieldsGenqlSelection - var_samp?: tournament_stages_var_samp_fieldsGenqlSelection - variance?: tournament_stages_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by aggregate values of table "tournament_stages" */ -export interface tournament_stages_aggregate_order_by {avg?: (tournament_stages_avg_order_by | null),count?: (order_by | null),max?: (tournament_stages_max_order_by | null),min?: (tournament_stages_min_order_by | null),stddev?: (tournament_stages_stddev_order_by | null),stddev_pop?: (tournament_stages_stddev_pop_order_by | null),stddev_samp?: (tournament_stages_stddev_samp_order_by | null),sum?: (tournament_stages_sum_order_by | null),var_pop?: (tournament_stages_var_pop_order_by | null),var_samp?: (tournament_stages_var_samp_order_by | null),variance?: (tournament_stages_variance_order_by | null)} - - -/** append existing jsonb value of filtered columns with new jsonb value */ -export interface tournament_stages_append_input {settings?: (Scalars['jsonb'] | null)} - - -/** input type for inserting array relation for remote table "tournament_stages" */ -export interface tournament_stages_arr_rel_insert_input {data: tournament_stages_insert_input[], -/** upsert condition */ -on_conflict?: (tournament_stages_on_conflict | null)} - - -/** aggregate avg on columns */ -export interface tournament_stages_avg_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by avg() on columns of table "tournament_stages" */ -export interface tournament_stages_avg_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "tournament_stages". All fields are combined with a logical 'AND'. */ -export interface tournament_stages_bool_exp {_and?: (tournament_stages_bool_exp[] | null),_not?: (tournament_stages_bool_exp | null),_or?: (tournament_stages_bool_exp[] | null),brackets?: (tournament_brackets_bool_exp | null),brackets_aggregate?: (tournament_brackets_aggregate_bool_exp | null),decider_best_of?: (Int_comparison_exp | null),default_best_of?: (Int_comparison_exp | null),e_tournament_stage_type?: (e_tournament_stage_types_bool_exp | null),groups?: (Int_comparison_exp | null),id?: (uuid_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_teams?: (Int_comparison_exp | null),min_teams?: (Int_comparison_exp | null),options?: (match_options_bool_exp | null),order?: (Int_comparison_exp | null),results?: (v_team_stage_results_bool_exp | null),results_aggregate?: (v_team_stage_results_aggregate_bool_exp | null),settings?: (jsonb_comparison_exp | null),third_place_match?: (Boolean_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),type?: (e_tournament_stage_types_enum_comparison_exp | null)} - - -/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */ -export interface tournament_stages_delete_at_path_input {settings?: (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 tournament_stages_delete_elem_input {settings?: (Scalars['Int'] | null)} - - -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -export interface tournament_stages_delete_key_input {settings?: (Scalars['String'] | null)} - - -/** input type for incrementing numeric columns in table "tournament_stages" */ -export interface tournament_stages_inc_input {decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),groups?: (Scalars['Int'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),order?: (Scalars['Int'] | null)} - - -/** input type for inserting data into table "tournament_stages" */ -export interface tournament_stages_insert_input {brackets?: (tournament_brackets_arr_rel_insert_input | null),decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),e_tournament_stage_type?: (e_tournament_stage_types_obj_rel_insert_input | null),groups?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),options?: (match_options_obj_rel_insert_input | null),order?: (Scalars['Int'] | null),results?: (v_team_stage_results_arr_rel_insert_input | null),settings?: (Scalars['jsonb'] | null),third_place_match?: (Scalars['Boolean'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),type?: (e_tournament_stage_types_enum | null)} - - -/** aggregate max on columns */ -export interface tournament_stages_max_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - id?: boolean | number - match_options_id?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number - tournament_id?: boolean | number +export interface tournaments_variance_fieldsGenqlSelection{ + /** A computed field, executes function "tournament_max_players_per_lineup" */ + max_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_min_players_per_lineup" */ + min_players_per_lineup?: boolean | number + organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "tournament_stages" */ -export interface tournament_stages_max_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null),tournament_id?: (order_by | null)} +/** order by variance() on columns of table "tournaments" */ +export interface tournaments_variance_order_by {organizer_steam_id?: (order_by | null)} -/** aggregate min on columns */ -export interface tournament_stages_min_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number +/** Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. */ +export interface uuid_array_comparison_exp { +/** is the array contained in the given array value */ +_contained_in?: (Scalars['uuid'][] | null), +/** does the array contain the given value */ +_contains?: (Scalars['uuid'][] | null),_eq?: (Scalars['uuid'][] | null),_gt?: (Scalars['uuid'][] | null),_gte?: (Scalars['uuid'][] | null),_in?: (Scalars['uuid'][][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['uuid'][] | null),_lte?: (Scalars['uuid'][] | null),_neq?: (Scalars['uuid'][] | null),_nin?: (Scalars['uuid'][][] | null)} + + +/** Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. */ +export interface uuid_comparison_exp {_eq?: (Scalars['uuid'] | null),_gt?: (Scalars['uuid'] | null),_gte?: (Scalars['uuid'] | null),_in?: (Scalars['uuid'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['uuid'] | null),_lte?: (Scalars['uuid'] | null),_neq?: (Scalars['uuid'] | null),_nin?: (Scalars['uuid'][] | null)} + + +/** columns and relationships of "v_gpu_pool_status" */ +export interface v_gpu_pool_statusGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_in_progress?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + highlights_in_progress?: boolean | number id?: boolean | number - match_options_id?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number - tournament_id?: boolean | number + live_in_progress?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + renders_paused_for_active_match?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "tournament_stages" */ -export interface tournament_stages_min_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null),tournament_id?: (order_by | null)} - - -/** response of any mutation on the table "tournament_stages" */ -export interface tournament_stages_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: tournament_stagesGenqlSelection +/** aggregated selection of "v_gpu_pool_status" */ +export interface v_gpu_pool_status_aggregateGenqlSelection{ + aggregate?: v_gpu_pool_status_aggregate_fieldsGenqlSelection + nodes?: v_gpu_pool_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "tournament_stages" */ -export interface tournament_stages_obj_rel_insert_input {data: tournament_stages_insert_input, -/** upsert condition */ -on_conflict?: (tournament_stages_on_conflict | null)} +/** aggregate fields of "v_gpu_pool_status" */ +export interface v_gpu_pool_status_aggregate_fieldsGenqlSelection{ + avg?: v_gpu_pool_status_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_gpu_pool_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_gpu_pool_status_max_fieldsGenqlSelection + min?: v_gpu_pool_status_min_fieldsGenqlSelection + stddev?: v_gpu_pool_status_stddev_fieldsGenqlSelection + stddev_pop?: v_gpu_pool_status_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_gpu_pool_status_stddev_samp_fieldsGenqlSelection + sum?: v_gpu_pool_status_sum_fieldsGenqlSelection + var_pop?: v_gpu_pool_status_var_pop_fieldsGenqlSelection + var_samp?: v_gpu_pool_status_var_samp_fieldsGenqlSelection + variance?: v_gpu_pool_status_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} -/** on_conflict condition type for table "tournament_stages" */ -export interface tournament_stages_on_conflict {constraint: tournament_stages_constraint,update_columns?: tournament_stages_update_column[],where?: (tournament_stages_bool_exp | null)} +/** aggregate avg on columns */ +export interface v_gpu_pool_status_avg_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Ordering options when selecting data from "tournament_stages". */ -export interface tournament_stages_order_by {brackets_aggregate?: (tournament_brackets_aggregate_order_by | null),decider_best_of?: (order_by | null),default_best_of?: (order_by | null),e_tournament_stage_type?: (e_tournament_stage_types_order_by | null),groups?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),options?: (match_options_order_by | null),order?: (order_by | null),results_aggregate?: (v_team_stage_results_aggregate_order_by | null),settings?: (order_by | null),third_place_match?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),type?: (order_by | null)} +/** Boolean expression to filter rows from the table "v_gpu_pool_status". All fields are combined with a logical 'AND'. */ +export interface v_gpu_pool_status_bool_exp {_and?: (v_gpu_pool_status_bool_exp[] | null),_not?: (v_gpu_pool_status_bool_exp | null),_or?: (v_gpu_pool_status_bool_exp[] | null),demo_free_gpu_nodes?: (Int_comparison_exp | null),demo_in_progress?: (Boolean_comparison_exp | null),demo_total_gpu_nodes?: (Int_comparison_exp | null),free_gpu_nodes?: (Int_comparison_exp | null),free_gpu_nodes_for_batch?: (Int_comparison_exp | null),highlights_in_progress?: (Boolean_comparison_exp | null),id?: (Int_comparison_exp | null),live_in_progress?: (Boolean_comparison_exp | null),registered_gpu_nodes?: (Int_comparison_exp | null),rendering_total_gpu_nodes?: (Int_comparison_exp | null),renders_paused_for_active_match?: (Boolean_comparison_exp | null),streaming_free_gpu_nodes?: (Int_comparison_exp | null),streaming_total_gpu_nodes?: (Int_comparison_exp | null),total_gpu_nodes?: (Int_comparison_exp | null)} -/** primary key columns input for table: tournament_stages */ -export interface tournament_stages_pk_columns_input {id: Scalars['uuid']} +/** aggregate max on columns */ +export interface v_gpu_pool_status_max_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** prepend existing jsonb value of filtered columns with new jsonb value */ -export interface tournament_stages_prepend_input {settings?: (Scalars['jsonb'] | null)} +/** aggregate min on columns */ +export interface v_gpu_pool_status_min_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** input type for updating data in table "tournament_stages" */ -export interface tournament_stages_set_input {decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),groups?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),order?: (Scalars['Int'] | null),settings?: (Scalars['jsonb'] | null),third_place_match?: (Scalars['Boolean'] | null),tournament_id?: (Scalars['uuid'] | null),type?: (e_tournament_stage_types_enum | null)} +/** Ordering options when selecting data from "v_gpu_pool_status". */ +export interface v_gpu_pool_status_order_by {demo_free_gpu_nodes?: (order_by | null),demo_in_progress?: (order_by | null),demo_total_gpu_nodes?: (order_by | null),free_gpu_nodes?: (order_by | null),free_gpu_nodes_for_batch?: (order_by | null),highlights_in_progress?: (order_by | null),id?: (order_by | null),live_in_progress?: (order_by | null),registered_gpu_nodes?: (order_by | null),rendering_total_gpu_nodes?: (order_by | null),renders_paused_for_active_match?: (order_by | null),streaming_free_gpu_nodes?: (order_by | null),streaming_total_gpu_nodes?: (order_by | null),total_gpu_nodes?: (order_by | null)} /** aggregate stddev on columns */ -export interface tournament_stages_stddev_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number +export interface v_gpu_pool_status_stddev_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "tournament_stages" */ -export interface tournament_stages_stddev_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - - /** aggregate stddev_pop on columns */ -export interface tournament_stages_stddev_pop_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number +export interface v_gpu_pool_status_stddev_pop_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "tournament_stages" */ -export interface tournament_stages_stddev_pop_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - - /** aggregate stddev_samp on columns */ -export interface tournament_stages_stddev_samp_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number +export interface v_gpu_pool_status_stddev_samp_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "tournament_stages" */ -export interface tournament_stages_stddev_samp_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - - -/** Streaming cursor of the table "tournament_stages" */ -export interface tournament_stages_stream_cursor_input { +/** Streaming cursor of the table "v_gpu_pool_status" */ +export interface v_gpu_pool_status_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournament_stages_stream_cursor_value_input, +initial_value: v_gpu_pool_status_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournament_stages_stream_cursor_value_input {decider_best_of?: (Scalars['Int'] | null),default_best_of?: (Scalars['Int'] | null),groups?: (Scalars['Int'] | null),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),max_teams?: (Scalars['Int'] | null),min_teams?: (Scalars['Int'] | null),order?: (Scalars['Int'] | null),settings?: (Scalars['jsonb'] | null),third_place_match?: (Scalars['Boolean'] | null),tournament_id?: (Scalars['uuid'] | null),type?: (e_tournament_stage_types_enum | null)} +export interface v_gpu_pool_status_stream_cursor_value_input {demo_free_gpu_nodes?: (Scalars['Int'] | null),demo_in_progress?: (Scalars['Boolean'] | null),demo_total_gpu_nodes?: (Scalars['Int'] | null),free_gpu_nodes?: (Scalars['Int'] | null),free_gpu_nodes_for_batch?: (Scalars['Int'] | null),highlights_in_progress?: (Scalars['Boolean'] | null),id?: (Scalars['Int'] | null),live_in_progress?: (Scalars['Boolean'] | null),registered_gpu_nodes?: (Scalars['Int'] | null),rendering_total_gpu_nodes?: (Scalars['Int'] | null),renders_paused_for_active_match?: (Scalars['Boolean'] | null),streaming_free_gpu_nodes?: (Scalars['Int'] | null),streaming_total_gpu_nodes?: (Scalars['Int'] | null),total_gpu_nodes?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface tournament_stages_sum_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number +export interface v_gpu_pool_status_sum_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "tournament_stages" */ -export interface tournament_stages_sum_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - -export interface tournament_stages_updates { -/** append existing jsonb value of filtered columns with new jsonb value */ -_append?: (tournament_stages_append_input | null), -/** 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 | 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?: (tournament_stages_delete_elem_input | null), -/** delete key/value pair or string element. key/value pairs are matched based on their key value */ -_delete_key?: (tournament_stages_delete_key_input | null), -/** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_stages_inc_input | null), -/** prepend existing jsonb value of filtered columns with new jsonb value */ -_prepend?: (tournament_stages_prepend_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (tournament_stages_set_input | null), -/** filter the rows which have to be updated */ -where: tournament_stages_bool_exp} - - /** aggregate var_pop on columns */ -export interface tournament_stages_var_pop_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number +export interface v_gpu_pool_status_var_pop_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "tournament_stages" */ -export interface tournament_stages_var_pop_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface tournament_stages_var_samp_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number +export interface v_gpu_pool_status_var_samp_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "tournament_stages" */ -export interface tournament_stages_var_samp_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - - /** aggregate variance on columns */ -export interface tournament_stages_variance_fieldsGenqlSelection{ - decider_best_of?: boolean | number - default_best_of?: boolean | number - groups?: boolean | number - max_teams?: boolean | number - min_teams?: boolean | number - order?: boolean | number +export interface v_gpu_pool_status_variance_fieldsGenqlSelection{ + demo_free_gpu_nodes?: boolean | number + demo_total_gpu_nodes?: boolean | number + free_gpu_nodes?: boolean | number + free_gpu_nodes_for_batch?: boolean | number + id?: boolean | number + registered_gpu_nodes?: boolean | number + rendering_total_gpu_nodes?: boolean | number + streaming_free_gpu_nodes?: boolean | number + streaming_total_gpu_nodes?: boolean | number + total_gpu_nodes?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "tournament_stages" */ -export interface tournament_stages_variance_order_by {decider_best_of?: (order_by | null),default_best_of?: (order_by | null),groups?: (order_by | null),max_teams?: (order_by | null),min_teams?: (order_by | null),order?: (order_by | null)} - - -/** columns and relationships of "tournament_team_invites" */ -export interface tournament_team_invitesGenqlSelection{ - created_at?: boolean | number - id?: boolean | number +/** columns and relationships of "v_league_division_standings" */ +export interface v_league_division_standingsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + league_division_id?: boolean | number + league_season_division_id?: boolean | number + league_season_id?: boolean | number /** An object relationship */ - invited_by?: playersGenqlSelection - invited_by_player_steam_id?: boolean | number + league_team?: league_teamsGenqlSelection + league_team_id?: boolean | number + league_team_season_id?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number /** An object relationship */ - player?: playersGenqlSelection - steam_id?: boolean | number + season_division?: league_season_divisionsGenqlSelection /** An object relationship */ - team?: tournament_teamsGenqlSelection + team_season?: league_team_seasonsGenqlSelection tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "tournament_team_invites" */ -export interface tournament_team_invites_aggregateGenqlSelection{ - aggregate?: tournament_team_invites_aggregate_fieldsGenqlSelection - nodes?: tournament_team_invitesGenqlSelection +/** aggregated selection of "v_league_division_standings" */ +export interface v_league_division_standings_aggregateGenqlSelection{ + aggregate?: v_league_division_standings_aggregate_fieldsGenqlSelection + nodes?: v_league_division_standingsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface tournament_team_invites_aggregate_bool_exp {count?: (tournament_team_invites_aggregate_bool_exp_count | null)} +export interface v_league_division_standings_aggregate_bool_exp {count?: (v_league_division_standings_aggregate_bool_exp_count | null)} -export interface tournament_team_invites_aggregate_bool_exp_count {arguments?: (tournament_team_invites_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_team_invites_bool_exp | null),predicate: Int_comparison_exp} +export interface v_league_division_standings_aggregate_bool_exp_count {arguments?: (v_league_division_standings_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_league_division_standings_bool_exp | null),predicate: Int_comparison_exp} -/** aggregate fields of "tournament_team_invites" */ -export interface tournament_team_invites_aggregate_fieldsGenqlSelection{ - avg?: tournament_team_invites_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_team_invites_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_team_invites_max_fieldsGenqlSelection - min?: tournament_team_invites_min_fieldsGenqlSelection - stddev?: tournament_team_invites_stddev_fieldsGenqlSelection - stddev_pop?: tournament_team_invites_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_team_invites_stddev_samp_fieldsGenqlSelection - sum?: tournament_team_invites_sum_fieldsGenqlSelection - var_pop?: tournament_team_invites_var_pop_fieldsGenqlSelection - var_samp?: tournament_team_invites_var_samp_fieldsGenqlSelection - variance?: tournament_team_invites_variance_fieldsGenqlSelection +/** aggregate fields of "v_league_division_standings" */ +export interface v_league_division_standings_aggregate_fieldsGenqlSelection{ + avg?: v_league_division_standings_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_league_division_standings_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_league_division_standings_max_fieldsGenqlSelection + min?: v_league_division_standings_min_fieldsGenqlSelection + stddev?: v_league_division_standings_stddev_fieldsGenqlSelection + stddev_pop?: v_league_division_standings_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_league_division_standings_stddev_samp_fieldsGenqlSelection + sum?: v_league_division_standings_sum_fieldsGenqlSelection + var_pop?: v_league_division_standings_var_pop_fieldsGenqlSelection + var_samp?: v_league_division_standings_var_samp_fieldsGenqlSelection + variance?: v_league_division_standings_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "tournament_team_invites" */ -export interface tournament_team_invites_aggregate_order_by {avg?: (tournament_team_invites_avg_order_by | null),count?: (order_by | null),max?: (tournament_team_invites_max_order_by | null),min?: (tournament_team_invites_min_order_by | null),stddev?: (tournament_team_invites_stddev_order_by | null),stddev_pop?: (tournament_team_invites_stddev_pop_order_by | null),stddev_samp?: (tournament_team_invites_stddev_samp_order_by | null),sum?: (tournament_team_invites_sum_order_by | null),var_pop?: (tournament_team_invites_var_pop_order_by | null),var_samp?: (tournament_team_invites_var_samp_order_by | null),variance?: (tournament_team_invites_variance_order_by | null)} +/** order by aggregate values of table "v_league_division_standings" */ +export interface v_league_division_standings_aggregate_order_by {avg?: (v_league_division_standings_avg_order_by | null),count?: (order_by | null),max?: (v_league_division_standings_max_order_by | null),min?: (v_league_division_standings_min_order_by | null),stddev?: (v_league_division_standings_stddev_order_by | null),stddev_pop?: (v_league_division_standings_stddev_pop_order_by | null),stddev_samp?: (v_league_division_standings_stddev_samp_order_by | null),sum?: (v_league_division_standings_sum_order_by | null),var_pop?: (v_league_division_standings_var_pop_order_by | null),var_samp?: (v_league_division_standings_var_samp_order_by | null),variance?: (v_league_division_standings_variance_order_by | null)} -/** input type for inserting array relation for remote table "tournament_team_invites" */ -export interface tournament_team_invites_arr_rel_insert_input {data: tournament_team_invites_insert_input[], -/** upsert condition */ -on_conflict?: (tournament_team_invites_on_conflict | null)} +/** input type for inserting array relation for remote table "v_league_division_standings" */ +export interface v_league_division_standings_arr_rel_insert_input {data: v_league_division_standings_insert_input[]} /** aggregate avg on columns */ -export interface tournament_team_invites_avg_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_avg_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_avg_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "tournament_team_invites". All fields are combined with a logical 'AND'. */ -export interface tournament_team_invites_bool_exp {_and?: (tournament_team_invites_bool_exp[] | null),_not?: (tournament_team_invites_bool_exp | null),_or?: (tournament_team_invites_bool_exp[] | null),created_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),invited_by?: (players_bool_exp | null),invited_by_player_steam_id?: (bigint_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null),team?: (tournament_teams_bool_exp | null),tournament_team_id?: (uuid_comparison_exp | null)} +/** order by avg() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_avg_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} -/** input type for incrementing numeric columns in table "tournament_team_invites" */ -export interface tournament_team_invites_inc_input {invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to filter rows from the table "v_league_division_standings". All fields are combined with a logical 'AND'. */ +export interface v_league_division_standings_bool_exp {_and?: (v_league_division_standings_bool_exp[] | null),_not?: (v_league_division_standings_bool_exp | null),_or?: (v_league_division_standings_bool_exp[] | null),head_to_head_match_wins?: (Int_comparison_exp | null),head_to_head_rounds_won?: (Int_comparison_exp | null),league_division_id?: (uuid_comparison_exp | null),league_season_division_id?: (uuid_comparison_exp | null),league_season_id?: (uuid_comparison_exp | null),league_team?: (league_teams_bool_exp | null),league_team_id?: (uuid_comparison_exp | null),league_team_season_id?: (uuid_comparison_exp | null),losses?: (Int_comparison_exp | null),maps_lost?: (Int_comparison_exp | null),maps_won?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),matches_remaining?: (Int_comparison_exp | null),rank?: (Int_comparison_exp | null),round_diff?: (Int_comparison_exp | null),rounds_lost?: (Int_comparison_exp | null),rounds_won?: (Int_comparison_exp | null),season_division?: (league_season_divisions_bool_exp | null),team_season?: (league_team_seasons_bool_exp | null),tournament_team_id?: (uuid_comparison_exp | null),wins?: (Int_comparison_exp | null)} -/** input type for inserting data into table "tournament_team_invites" */ -export interface tournament_team_invites_insert_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by?: (players_obj_rel_insert_input | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null),team?: (tournament_teams_obj_rel_insert_input | null),tournament_team_id?: (Scalars['uuid'] | null)} +/** input type for inserting data into table "v_league_division_standings" */ +export interface v_league_division_standings_insert_input {head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),league_division_id?: (Scalars['uuid'] | null),league_season_division_id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team?: (league_teams_obj_rel_insert_input | null),league_team_id?: (Scalars['uuid'] | null),league_team_season_id?: (Scalars['uuid'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),round_diff?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),season_division?: (league_season_divisions_obj_rel_insert_input | null),team_season?: (league_team_seasons_obj_rel_insert_input | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface tournament_team_invites_max_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_max_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + league_division_id?: boolean | number + league_season_division_id?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number + league_team_season_id?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_max_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),tournament_team_id?: (order_by | null)} +/** order by max() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_max_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),league_division_id?: (order_by | null),league_season_division_id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null),league_team_season_id?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} /** aggregate min on columns */ -export interface tournament_team_invites_min_fieldsGenqlSelection{ - created_at?: boolean | number - id?: boolean | number - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_min_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + league_division_id?: boolean | number + league_season_division_id?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number + league_team_season_id?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_min_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null),tournament_team_id?: (order_by | null)} - - -/** response of any mutation on the table "tournament_team_invites" */ -export interface tournament_team_invites_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: tournament_team_invitesGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** on_conflict condition type for table "tournament_team_invites" */ -export interface tournament_team_invites_on_conflict {constraint: tournament_team_invites_constraint,update_columns?: tournament_team_invites_update_column[],where?: (tournament_team_invites_bool_exp | null)} - - -/** Ordering options when selecting data from "tournament_team_invites". */ -export interface tournament_team_invites_order_by {created_at?: (order_by | null),id?: (order_by | null),invited_by?: (players_order_by | null),invited_by_player_steam_id?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null),team?: (tournament_teams_order_by | null),tournament_team_id?: (order_by | null)} - - -/** primary key columns input for table: tournament_team_invites */ -export interface tournament_team_invites_pk_columns_input {id: Scalars['uuid']} +/** order by min() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_min_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),league_division_id?: (order_by | null),league_season_division_id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null),league_team_season_id?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} -/** input type for updating data in table "tournament_team_invites" */ -export interface tournament_team_invites_set_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),tournament_team_id?: (Scalars['uuid'] | null)} +/** Ordering options when selecting data from "v_league_division_standings". */ +export interface v_league_division_standings_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),league_division_id?: (order_by | null),league_season_division_id?: (order_by | null),league_season_id?: (order_by | null),league_team?: (league_teams_order_by | null),league_team_id?: (order_by | null),league_team_season_id?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),season_division?: (league_season_divisions_order_by | null),team_season?: (league_team_seasons_order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} /** aggregate stddev on columns */ -export interface tournament_team_invites_stddev_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_stddev_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_stddev_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by stddev() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_stddev_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface tournament_team_invites_stddev_pop_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_stddev_pop_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_stddev_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by stddev_pop() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_stddev_pop_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface tournament_team_invites_stddev_samp_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_stddev_samp_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_stddev_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by stddev_samp() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_stddev_samp_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} -/** Streaming cursor of the table "tournament_team_invites" */ -export interface tournament_team_invites_stream_cursor_input { +/** Streaming cursor of the table "v_league_division_standings" */ +export interface v_league_division_standings_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournament_team_invites_stream_cursor_value_input, +initial_value: v_league_division_standings_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournament_team_invites_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null),tournament_team_id?: (Scalars['uuid'] | null)} +export interface v_league_division_standings_stream_cursor_value_input {head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),league_division_id?: (Scalars['uuid'] | null),league_season_division_id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team_id?: (Scalars['uuid'] | null),league_team_season_id?: (Scalars['uuid'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),round_diff?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface tournament_team_invites_sum_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_sum_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_sum_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} - -export interface tournament_team_invites_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_team_invites_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (tournament_team_invites_set_input | null), -/** filter the rows which have to be updated */ -where: tournament_team_invites_bool_exp} +/** order by sum() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_sum_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} /** aggregate var_pop on columns */ -export interface tournament_team_invites_var_pop_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_var_pop_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_var_pop_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by var_pop() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_var_pop_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} /** aggregate var_samp on columns */ -export interface tournament_team_invites_var_samp_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_var_samp_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_var_samp_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by var_samp() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_var_samp_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} /** aggregate variance on columns */ -export interface tournament_team_invites_variance_fieldsGenqlSelection{ - invited_by_player_steam_id?: boolean | number - steam_id?: boolean | number +export interface v_league_division_standings_variance_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rank?: boolean | number + round_diff?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "tournament_team_invites" */ -export interface tournament_team_invites_variance_order_by {invited_by_player_steam_id?: (order_by | null),steam_id?: (order_by | null)} +/** order by variance() on columns of table "v_league_division_standings" */ +export interface v_league_division_standings_variance_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rank?: (order_by | null),round_diff?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),wins?: (order_by | null)} -/** columns and relationships of "tournament_team_roster" */ -export interface tournament_team_rosterGenqlSelection{ +/** columns and relationships of "v_league_season_player_stats" */ +export interface v_league_season_player_statsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + league_division_id?: boolean | number + league_season_division_id?: boolean | number + league_season_id?: boolean | number /** An object relationship */ - e_team_role?: e_team_rolesGenqlSelection + league_team?: league_teamsGenqlSelection + league_team_id?: boolean | number + league_team_season_id?: boolean | number + matches_played?: boolean | number /** An object relationship */ player?: playersGenqlSelection player_steam_id?: boolean | number - role?: boolean | number - /** An object relationship */ - tournament?: tournamentsGenqlSelection - 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 "tournament_team_roster" */ -export interface tournament_team_roster_aggregateGenqlSelection{ - aggregate?: tournament_team_roster_aggregate_fieldsGenqlSelection - nodes?: tournament_team_rosterGenqlSelection +/** aggregated selection of "v_league_season_player_stats" */ +export interface v_league_season_player_stats_aggregateGenqlSelection{ + aggregate?: v_league_season_player_stats_aggregate_fieldsGenqlSelection + nodes?: v_league_season_player_statsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface tournament_team_roster_aggregate_bool_exp {count?: (tournament_team_roster_aggregate_bool_exp_count | null)} +export interface v_league_season_player_stats_aggregate_bool_exp {avg?: (v_league_season_player_stats_aggregate_bool_exp_avg | null),corr?: (v_league_season_player_stats_aggregate_bool_exp_corr | null),count?: (v_league_season_player_stats_aggregate_bool_exp_count | null),covar_samp?: (v_league_season_player_stats_aggregate_bool_exp_covar_samp | null),max?: (v_league_season_player_stats_aggregate_bool_exp_max | null),min?: (v_league_season_player_stats_aggregate_bool_exp_min | null),stddev_samp?: (v_league_season_player_stats_aggregate_bool_exp_stddev_samp | null),sum?: (v_league_season_player_stats_aggregate_bool_exp_sum | null),var_samp?: (v_league_season_player_stats_aggregate_bool_exp_var_samp | null)} -export interface tournament_team_roster_aggregate_bool_exp_count {arguments?: (tournament_team_roster_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_team_roster_bool_exp | null),predicate: Int_comparison_exp} +export interface v_league_season_player_stats_aggregate_bool_exp_avg {arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} +export interface v_league_season_player_stats_aggregate_bool_exp_corr {arguments: v_league_season_player_stats_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} -/** aggregate fields of "tournament_team_roster" */ -export interface tournament_team_roster_aggregate_fieldsGenqlSelection{ - avg?: tournament_team_roster_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_team_roster_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_team_roster_max_fieldsGenqlSelection - min?: tournament_team_roster_min_fieldsGenqlSelection - stddev?: tournament_team_roster_stddev_fieldsGenqlSelection - stddev_pop?: tournament_team_roster_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_team_roster_stddev_samp_fieldsGenqlSelection - sum?: tournament_team_roster_sum_fieldsGenqlSelection - var_pop?: tournament_team_roster_var_pop_fieldsGenqlSelection - var_samp?: tournament_team_roster_var_samp_fieldsGenqlSelection - variance?: tournament_team_roster_variance_fieldsGenqlSelection +export interface v_league_season_player_stats_aggregate_bool_exp_corr_arguments {X: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns,Y: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns} + +export interface v_league_season_player_stats_aggregate_bool_exp_count {arguments?: (v_league_season_player_stats_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: Int_comparison_exp} + +export interface v_league_season_player_stats_aggregate_bool_exp_covar_samp {arguments: v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments {X: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns} + +export interface v_league_season_player_stats_aggregate_bool_exp_max {arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_league_season_player_stats_aggregate_bool_exp_min {arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_league_season_player_stats_aggregate_bool_exp_stddev_samp {arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_league_season_player_stats_aggregate_bool_exp_sum {arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_league_season_player_stats_aggregate_bool_exp_var_samp {arguments: v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_league_season_player_stats_bool_exp | null),predicate: float8_comparison_exp} + + +/** aggregate fields of "v_league_season_player_stats" */ +export interface v_league_season_player_stats_aggregate_fieldsGenqlSelection{ + avg?: v_league_season_player_stats_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_league_season_player_stats_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_league_season_player_stats_max_fieldsGenqlSelection + min?: v_league_season_player_stats_min_fieldsGenqlSelection + stddev?: v_league_season_player_stats_stddev_fieldsGenqlSelection + stddev_pop?: v_league_season_player_stats_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_league_season_player_stats_stddev_samp_fieldsGenqlSelection + sum?: v_league_season_player_stats_sum_fieldsGenqlSelection + var_pop?: v_league_season_player_stats_var_pop_fieldsGenqlSelection + var_samp?: v_league_season_player_stats_var_samp_fieldsGenqlSelection + variance?: v_league_season_player_stats_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "tournament_team_roster" */ -export interface tournament_team_roster_aggregate_order_by {avg?: (tournament_team_roster_avg_order_by | null),count?: (order_by | null),max?: (tournament_team_roster_max_order_by | null),min?: (tournament_team_roster_min_order_by | null),stddev?: (tournament_team_roster_stddev_order_by | null),stddev_pop?: (tournament_team_roster_stddev_pop_order_by | null),stddev_samp?: (tournament_team_roster_stddev_samp_order_by | null),sum?: (tournament_team_roster_sum_order_by | null),var_pop?: (tournament_team_roster_var_pop_order_by | null),var_samp?: (tournament_team_roster_var_samp_order_by | null),variance?: (tournament_team_roster_variance_order_by | null)} +/** order by aggregate values of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_aggregate_order_by {avg?: (v_league_season_player_stats_avg_order_by | null),count?: (order_by | null),max?: (v_league_season_player_stats_max_order_by | null),min?: (v_league_season_player_stats_min_order_by | null),stddev?: (v_league_season_player_stats_stddev_order_by | null),stddev_pop?: (v_league_season_player_stats_stddev_pop_order_by | null),stddev_samp?: (v_league_season_player_stats_stddev_samp_order_by | null),sum?: (v_league_season_player_stats_sum_order_by | null),var_pop?: (v_league_season_player_stats_var_pop_order_by | null),var_samp?: (v_league_season_player_stats_var_samp_order_by | null),variance?: (v_league_season_player_stats_variance_order_by | null)} -/** input type for inserting array relation for remote table "tournament_team_roster" */ -export interface tournament_team_roster_arr_rel_insert_input {data: tournament_team_roster_insert_input[], -/** upsert condition */ -on_conflict?: (tournament_team_roster_on_conflict | null)} +/** input type for inserting array relation for remote table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_arr_rel_insert_input {data: v_league_season_player_stats_insert_input[]} /** aggregate avg on columns */ -export interface tournament_team_roster_avg_fieldsGenqlSelection{ +export interface v_league_season_player_stats_avg_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_avg_order_by {player_steam_id?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "tournament_team_roster". All fields are combined with a logical 'AND'. */ -export interface tournament_team_roster_bool_exp {_and?: (tournament_team_roster_bool_exp[] | null),_not?: (tournament_team_roster_bool_exp | null),_or?: (tournament_team_roster_bool_exp[] | null),e_team_role?: (e_team_roles_bool_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),role?: (e_team_roles_enum_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)} +/** order by avg() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_avg_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** input type for incrementing numeric columns in table "tournament_team_roster" */ -export interface tournament_team_roster_inc_input {player_steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to filter rows from the table "v_league_season_player_stats". All fields are combined with a logical 'AND'. */ +export interface v_league_season_player_stats_bool_exp {_and?: (v_league_season_player_stats_bool_exp[] | null),_not?: (v_league_season_player_stats_bool_exp | null),_or?: (v_league_season_player_stats_bool_exp[] | null),assists?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),headshot_percentage?: (float8_comparison_exp | null),headshots?: (Int_comparison_exp | null),kdr?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),league_division_id?: (uuid_comparison_exp | null),league_season_division_id?: (uuid_comparison_exp | null),league_season_id?: (uuid_comparison_exp | null),league_team?: (league_teams_bool_exp | null),league_team_id?: (uuid_comparison_exp | null),league_team_season_id?: (uuid_comparison_exp | null),matches_played?: (Int_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null)} -/** input type for inserting data into table "tournament_team_roster" */ -export interface tournament_team_roster_insert_input {e_team_role?: (e_team_roles_obj_rel_insert_input | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | 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)} +/** input type for inserting data into table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_insert_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),headshots?: (Scalars['Int'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),league_division_id?: (Scalars['uuid'] | null),league_season_division_id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team?: (league_teams_obj_rel_insert_input | null),league_team_id?: (Scalars['uuid'] | null),league_team_season_id?: (Scalars['uuid'] | null),matches_played?: (Scalars['Int'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null)} /** aggregate max on columns */ -export interface tournament_team_roster_max_fieldsGenqlSelection{ +export interface v_league_season_player_stats_max_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + league_division_id?: boolean | number + league_season_division_id?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number + league_team_season_id?: boolean | number + matches_played?: boolean | number player_steam_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_team_roster" */ -export interface tournament_team_roster_max_order_by {player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} +/** order by max() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_max_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),league_division_id?: (order_by | null),league_season_division_id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null),league_team_season_id?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} /** aggregate min on columns */ -export interface tournament_team_roster_min_fieldsGenqlSelection{ +export interface v_league_season_player_stats_min_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + league_division_id?: boolean | number + league_season_division_id?: boolean | number + league_season_id?: boolean | number + league_team_id?: boolean | number + league_team_season_id?: boolean | number + matches_played?: boolean | number player_steam_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_team_roster" */ -export interface tournament_team_roster_min_order_by {player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} - - -/** response of any mutation on the table "tournament_team_roster" */ -export interface tournament_team_roster_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: tournament_team_rosterGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** on_conflict condition type for table "tournament_team_roster" */ -export interface tournament_team_roster_on_conflict {constraint: tournament_team_roster_constraint,update_columns?: tournament_team_roster_update_column[],where?: (tournament_team_roster_bool_exp | null)} - - -/** Ordering options when selecting data from "tournament_team_roster". */ -export interface tournament_team_roster_order_by {e_team_role?: (e_team_roles_order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),role?: (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)} - - -/** primary key columns input for table: tournament_team_roster */ -export interface tournament_team_roster_pk_columns_input {player_steam_id: Scalars['bigint'],tournament_id: Scalars['uuid']} +/** order by min() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_min_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),league_division_id?: (order_by | null),league_season_division_id?: (order_by | null),league_season_id?: (order_by | null),league_team_id?: (order_by | null),league_team_season_id?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** input type for updating data in table "tournament_team_roster" */ -export interface tournament_team_roster_set_input {player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} +/** Ordering options when selecting data from "v_league_season_player_stats". */ +export interface v_league_season_player_stats_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),league_division_id?: (order_by | null),league_season_division_id?: (order_by | null),league_season_id?: (order_by | null),league_team?: (league_teams_order_by | null),league_team_id?: (order_by | null),league_team_season_id?: (order_by | null),matches_played?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface tournament_team_roster_stddev_fieldsGenqlSelection{ +export interface v_league_season_player_stats_stddev_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_stddev_order_by {player_steam_id?: (order_by | null)} +/** order by stddev() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_stddev_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface tournament_team_roster_stddev_pop_fieldsGenqlSelection{ +export interface v_league_season_player_stats_stddev_pop_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_stddev_pop_order_by {player_steam_id?: (order_by | null)} +/** order by stddev_pop() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_stddev_pop_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface tournament_team_roster_stddev_samp_fieldsGenqlSelection{ +export interface v_league_season_player_stats_stddev_samp_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_stddev_samp_order_by {player_steam_id?: (order_by | null)} +/** order by stddev_samp() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_stddev_samp_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** Streaming cursor of the table "tournament_team_roster" */ -export interface tournament_team_roster_stream_cursor_input { +/** Streaming cursor of the table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournament_team_roster_stream_cursor_value_input, +initial_value: v_league_season_player_stats_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournament_team_roster_stream_cursor_value_input {player_steam_id?: (Scalars['bigint'] | null),role?: (e_team_roles_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} +export interface v_league_season_player_stats_stream_cursor_value_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),headshots?: (Scalars['Int'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),league_division_id?: (Scalars['uuid'] | null),league_season_division_id?: (Scalars['uuid'] | null),league_season_id?: (Scalars['uuid'] | null),league_team_id?: (Scalars['uuid'] | null),league_team_season_id?: (Scalars['uuid'] | null),matches_played?: (Scalars['Int'] | null),player_steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface tournament_team_roster_sum_fieldsGenqlSelection{ +export interface v_league_season_player_stats_sum_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_sum_order_by {player_steam_id?: (order_by | null)} - -export interface tournament_team_roster_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_team_roster_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (tournament_team_roster_set_input | null), -/** filter the rows which have to be updated */ -where: tournament_team_roster_bool_exp} +/** order by sum() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_sum_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} /** aggregate var_pop on columns */ -export interface tournament_team_roster_var_pop_fieldsGenqlSelection{ +export interface v_league_season_player_stats_var_pop_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_var_pop_order_by {player_steam_id?: (order_by | null)} +/** order by var_pop() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_var_pop_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} /** aggregate var_samp on columns */ -export interface tournament_team_roster_var_samp_fieldsGenqlSelection{ +export interface v_league_season_player_stats_var_samp_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_var_samp_order_by {player_steam_id?: (order_by | null)} +/** order by var_samp() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_var_samp_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} /** aggregate variance on columns */ -export interface tournament_team_roster_variance_fieldsGenqlSelection{ +export interface v_league_season_player_stats_variance_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "tournament_team_roster" */ -export interface tournament_team_roster_variance_order_by {player_steam_id?: (order_by | null)} +/** order by variance() on columns of table "v_league_season_player_stats" */ +export interface v_league_season_player_stats_variance_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** columns and relationships of "tournament_teams" */ -export interface tournament_teamsGenqlSelection{ - /** A computed field, executes function "can_manage_tournament_team" */ - can_manage?: boolean | number - /** An object relationship */ - captain?: playersGenqlSelection - captain_steam_id?: boolean | number - created_at?: boolean | number - /** An object relationship */ - creator?: playersGenqlSelection - eligible_at?: boolean | number +/** columns and relationships of "v_match_captains" */ +export interface v_match_captainsGenqlSelection{ + captain?: boolean | number + discord_id?: boolean | number id?: boolean | number - /** An array relationship */ - invites?: (tournament_team_invitesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_team_invites_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_team_invites_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_team_invites_bool_exp | null)} }) - /** An aggregate relationship */ - invites_aggregate?: (tournament_team_invites_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_team_invites_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_team_invites_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_team_invites_bool_exp | null)} }) - name?: boolean | number - owner_steam_id?: boolean | number - /** An object relationship */ - results?: v_team_stage_resultsGenqlSelection - /** An array relationship */ - roster?: (tournament_team_rosterGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_team_roster_bool_exp | null)} }) - /** An aggregate relationship */ - roster_aggregate?: (tournament_team_roster_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_team_roster_bool_exp | null)} }) - seed?: boolean | number - short_name?: boolean | number /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number + lineup?: match_lineupsGenqlSelection + match_lineup_id?: boolean | number + placeholder_name?: boolean | number /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number + player?: playersGenqlSelection + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "tournament_teams" */ -export interface tournament_teams_aggregateGenqlSelection{ - aggregate?: tournament_teams_aggregate_fieldsGenqlSelection - nodes?: tournament_teamsGenqlSelection +/** aggregated selection of "v_match_captains" */ +export interface v_match_captains_aggregateGenqlSelection{ + aggregate?: v_match_captains_aggregate_fieldsGenqlSelection + nodes?: v_match_captainsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface tournament_teams_aggregate_bool_exp {count?: (tournament_teams_aggregate_bool_exp_count | null)} - -export interface tournament_teams_aggregate_bool_exp_count {arguments?: (tournament_teams_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_teams_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "tournament_teams" */ -export interface tournament_teams_aggregate_fieldsGenqlSelection{ - avg?: tournament_teams_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournament_teams_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournament_teams_max_fieldsGenqlSelection - min?: tournament_teams_min_fieldsGenqlSelection - stddev?: tournament_teams_stddev_fieldsGenqlSelection - stddev_pop?: tournament_teams_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournament_teams_stddev_samp_fieldsGenqlSelection - sum?: tournament_teams_sum_fieldsGenqlSelection - var_pop?: tournament_teams_var_pop_fieldsGenqlSelection - var_samp?: tournament_teams_var_samp_fieldsGenqlSelection - variance?: tournament_teams_variance_fieldsGenqlSelection +/** aggregate fields of "v_match_captains" */ +export interface v_match_captains_aggregate_fieldsGenqlSelection{ + avg?: v_match_captains_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_captains_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_captains_max_fieldsGenqlSelection + min?: v_match_captains_min_fieldsGenqlSelection + stddev?: v_match_captains_stddev_fieldsGenqlSelection + stddev_pop?: v_match_captains_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_captains_stddev_samp_fieldsGenqlSelection + sum?: v_match_captains_sum_fieldsGenqlSelection + var_pop?: v_match_captains_var_pop_fieldsGenqlSelection + var_samp?: v_match_captains_var_samp_fieldsGenqlSelection + variance?: v_match_captains_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "tournament_teams" */ -export interface tournament_teams_aggregate_order_by {avg?: (tournament_teams_avg_order_by | null),count?: (order_by | null),max?: (tournament_teams_max_order_by | null),min?: (tournament_teams_min_order_by | null),stddev?: (tournament_teams_stddev_order_by | null),stddev_pop?: (tournament_teams_stddev_pop_order_by | null),stddev_samp?: (tournament_teams_stddev_samp_order_by | null),sum?: (tournament_teams_sum_order_by | null),var_pop?: (tournament_teams_var_pop_order_by | null),var_samp?: (tournament_teams_var_samp_order_by | null),variance?: (tournament_teams_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "tournament_teams" */ -export interface tournament_teams_arr_rel_insert_input {data: tournament_teams_insert_input[], -/** upsert condition */ -on_conflict?: (tournament_teams_on_conflict | null)} - - /** aggregate avg on columns */ -export interface tournament_teams_avg_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_avg_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "tournament_teams" */ -export interface tournament_teams_avg_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "tournament_teams". All fields are combined with a logical 'AND'. */ -export interface tournament_teams_bool_exp {_and?: (tournament_teams_bool_exp[] | null),_not?: (tournament_teams_bool_exp | null),_or?: (tournament_teams_bool_exp[] | null),can_manage?: (Boolean_comparison_exp | null),captain?: (players_bool_exp | null),captain_steam_id?: (bigint_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),creator?: (players_bool_exp | null),eligible_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),invites?: (tournament_team_invites_bool_exp | null),invites_aggregate?: (tournament_team_invites_aggregate_bool_exp | null),name?: (String_comparison_exp | null),owner_steam_id?: (bigint_comparison_exp | null),results?: (v_team_stage_results_bool_exp | null),roster?: (tournament_team_roster_bool_exp | null),roster_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),seed?: (Int_comparison_exp | null),short_name?: (String_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)} +/** Boolean expression to filter rows from the table "v_match_captains". All fields are combined with a logical 'AND'. */ +export interface v_match_captains_bool_exp {_and?: (v_match_captains_bool_exp[] | null),_not?: (v_match_captains_bool_exp | null),_or?: (v_match_captains_bool_exp[] | null),captain?: (Boolean_comparison_exp | null),discord_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),placeholder_name?: (String_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null)} -/** input type for incrementing numeric columns in table "tournament_teams" */ -export interface tournament_teams_inc_input {captain_steam_id?: (Scalars['bigint'] | null),owner_steam_id?: (Scalars['bigint'] | null),seed?: (Scalars['Int'] | null)} +/** input type for incrementing numeric columns in table "v_match_captains" */ +export interface v_match_captains_inc_input {steam_id?: (Scalars['bigint'] | null)} -/** input type for inserting data into table "tournament_teams" */ -export interface tournament_teams_insert_input {captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),creator?: (players_obj_rel_insert_input | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),invites?: (tournament_team_invites_arr_rel_insert_input | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),results?: (v_team_stage_results_obj_rel_insert_input | null),roster?: (tournament_team_roster_arr_rel_insert_input | null),seed?: (Scalars['Int'] | null),short_name?: (Scalars['String'] | 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)} +/** input type for inserting data into table "v_match_captains" */ +export interface v_match_captains_insert_input {captain?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),placeholder_name?: (Scalars['String'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate max on columns */ -export interface tournament_teams_max_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - created_at?: boolean | number - eligible_at?: boolean | number +export interface v_match_captains_max_fieldsGenqlSelection{ + discord_id?: boolean | number id?: boolean | number - name?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number - short_name?: boolean | number - team_id?: boolean | number - tournament_id?: boolean | number + match_lineup_id?: boolean | number + placeholder_name?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "tournament_teams" */ -export interface tournament_teams_max_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),eligible_at?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null),short_name?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null)} - - /** aggregate min on columns */ -export interface tournament_teams_min_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - created_at?: boolean | number - eligible_at?: boolean | number +export interface v_match_captains_min_fieldsGenqlSelection{ + discord_id?: boolean | number id?: boolean | number - name?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number - short_name?: boolean | number - team_id?: boolean | number - tournament_id?: boolean | number + match_lineup_id?: boolean | number + placeholder_name?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "tournament_teams" */ -export interface tournament_teams_min_order_by {captain_steam_id?: (order_by | null),created_at?: (order_by | null),eligible_at?: (order_by | null),id?: (order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null),short_name?: (order_by | null),team_id?: (order_by | null),tournament_id?: (order_by | null)} - - -/** response of any mutation on the table "tournament_teams" */ -export interface tournament_teams_mutation_responseGenqlSelection{ +/** response of any mutation on the table "v_match_captains" */ +export interface v_match_captains_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: tournament_teamsGenqlSelection + returning?: v_match_captainsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "tournament_teams" */ -export interface tournament_teams_obj_rel_insert_input {data: tournament_teams_insert_input, -/** upsert condition */ -on_conflict?: (tournament_teams_on_conflict | null)} - - -/** on_conflict condition type for table "tournament_teams" */ -export interface tournament_teams_on_conflict {constraint: tournament_teams_constraint,update_columns?: tournament_teams_update_column[],where?: (tournament_teams_bool_exp | null)} - - -/** Ordering options when selecting data from "tournament_teams". */ -export interface tournament_teams_order_by {can_manage?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),created_at?: (order_by | null),creator?: (players_order_by | null),eligible_at?: (order_by | null),id?: (order_by | null),invites_aggregate?: (tournament_team_invites_aggregate_order_by | null),name?: (order_by | null),owner_steam_id?: (order_by | null),results?: (v_team_stage_results_order_by | null),roster_aggregate?: (tournament_team_roster_aggregate_order_by | null),seed?: (order_by | null),short_name?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} +/** input type for inserting object relation for remote table "v_match_captains" */ +export interface v_match_captains_obj_rel_insert_input {data: v_match_captains_insert_input} -/** primary key columns input for table: tournament_teams */ -export interface tournament_teams_pk_columns_input {id: Scalars['uuid']} +/** Ordering options when selecting data from "v_match_captains". */ +export interface v_match_captains_order_by {captain?: (order_by | null),discord_id?: (order_by | null),id?: (order_by | null),lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),placeholder_name?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null)} -/** input type for updating data in table "tournament_teams" */ -export interface tournament_teams_set_input {captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),seed?: (Scalars['Int'] | null),short_name?: (Scalars['String'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} +/** input type for updating data in table "v_match_captains" */ +export interface v_match_captains_set_input {captain?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate stddev on columns */ -export interface tournament_teams_stddev_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_stddev_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "tournament_teams" */ -export interface tournament_teams_stddev_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} - - /** aggregate stddev_pop on columns */ -export interface tournament_teams_stddev_pop_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_stddev_pop_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "tournament_teams" */ -export interface tournament_teams_stddev_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} - - /** aggregate stddev_samp on columns */ -export interface tournament_teams_stddev_samp_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_stddev_samp_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "tournament_teams" */ -export interface tournament_teams_stddev_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} - - -/** Streaming cursor of the table "tournament_teams" */ -export interface tournament_teams_stream_cursor_input { +/** Streaming cursor of the table "v_match_captains" */ +export interface v_match_captains_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournament_teams_stream_cursor_value_input, +initial_value: v_match_captains_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournament_teams_stream_cursor_value_input {captain_steam_id?: (Scalars['bigint'] | null),created_at?: (Scalars['timestamptz'] | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),owner_steam_id?: (Scalars['bigint'] | null),seed?: (Scalars['Int'] | null),short_name?: (Scalars['String'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} +export interface v_match_captains_stream_cursor_value_input {captain?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface tournament_teams_sum_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_sum_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } - -/** order by sum() on columns of table "tournament_teams" */ -export interface tournament_teams_sum_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} - -export interface tournament_teams_updates { +export interface v_match_captains_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (tournament_teams_inc_input | null), +_inc?: (v_match_captains_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (tournament_teams_set_input | null), +_set?: (v_match_captains_set_input | null), /** filter the rows which have to be updated */ -where: tournament_teams_bool_exp} +where: v_match_captains_bool_exp} /** aggregate var_pop on columns */ -export interface tournament_teams_var_pop_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_var_pop_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "tournament_teams" */ -export interface tournament_teams_var_pop_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface tournament_teams_var_samp_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_var_samp_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "tournament_teams" */ -export interface tournament_teams_var_samp_order_by {captain_steam_id?: (order_by | null),owner_steam_id?: (order_by | null),seed?: (order_by | null)} - - /** aggregate variance on columns */ -export interface tournament_teams_variance_fieldsGenqlSelection{ - captain_steam_id?: boolean | number - owner_steam_id?: boolean | number - seed?: boolean | number +export interface v_match_captains_variance_fieldsGenqlSelection{ + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "tournament_teams" */ -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 +/** columns and relationships of "v_match_clutches" */ +export interface v_match_clutchesGenqlSelection{ + against_count?: boolean | number /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number + clutcher?: playersGenqlSelection + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number + match?: matchesGenqlSelection + match_id?: boolean | number /** An object relationship */ - tournament_team?: tournament_teamsGenqlSelection - tournament_team_id?: boolean | number + match_lineup?: match_lineupsGenqlSelection + match_lineup_id?: boolean | number /** An object relationship */ - trophy_config?: tournament_trophy_configsGenqlSelection + match_map?: match_mapsGenqlSelection + match_map_id?: boolean | number + outcome?: boolean | number + round?: boolean | number + side?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "tournament_trophies" */ -export interface tournament_trophies_aggregateGenqlSelection{ - aggregate?: tournament_trophies_aggregate_fieldsGenqlSelection - nodes?: tournament_trophiesGenqlSelection +/** aggregated selection of "v_match_clutches" */ +export interface v_match_clutches_aggregateGenqlSelection{ + aggregate?: v_match_clutches_aggregate_fieldsGenqlSelection + nodes?: v_match_clutchesGenqlSelection __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 v_match_clutches_aggregate_bool_exp {count?: (v_match_clutches_aggregate_bool_exp_count | null)} -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} +export interface v_match_clutches_aggregate_bool_exp_count {arguments?: (v_match_clutches_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_match_clutches_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 +/** aggregate fields of "v_match_clutches" */ +export interface v_match_clutches_aggregate_fieldsGenqlSelection{ + avg?: v_match_clutches_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_clutches_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_clutches_max_fieldsGenqlSelection + min?: v_match_clutches_min_fieldsGenqlSelection + stddev?: v_match_clutches_stddev_fieldsGenqlSelection + stddev_pop?: v_match_clutches_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_clutches_stddev_samp_fieldsGenqlSelection + sum?: v_match_clutches_sum_fieldsGenqlSelection + var_pop?: v_match_clutches_var_pop_fieldsGenqlSelection + var_samp?: v_match_clutches_var_samp_fieldsGenqlSelection + variance?: v_match_clutches_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)} +/** order by aggregate values of table "v_match_clutches" */ +export interface v_match_clutches_aggregate_order_by {avg?: (v_match_clutches_avg_order_by | null),count?: (order_by | null),max?: (v_match_clutches_max_order_by | null),min?: (v_match_clutches_min_order_by | null),stddev?: (v_match_clutches_stddev_order_by | null),stddev_pop?: (v_match_clutches_stddev_pop_order_by | null),stddev_samp?: (v_match_clutches_stddev_samp_order_by | null),sum?: (v_match_clutches_sum_order_by | null),var_pop?: (v_match_clutches_var_pop_order_by | null),var_samp?: (v_match_clutches_var_samp_order_by | null),variance?: (v_match_clutches_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)} +/** input type for inserting array relation for remote table "v_match_clutches" */ +export interface v_match_clutches_arr_rel_insert_input {data: v_match_clutches_insert_input[]} /** aggregate avg on columns */ -export interface tournament_trophies_avg_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_avg_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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)} +/** order by avg() on columns of table "v_match_clutches" */ +export interface v_match_clutches_avg_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | 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)} +/** Boolean expression to filter rows from the table "v_match_clutches". All fields are combined with a logical 'AND'. */ +export interface v_match_clutches_bool_exp {_and?: (v_match_clutches_bool_exp[] | null),_not?: (v_match_clutches_bool_exp | null),_or?: (v_match_clutches_bool_exp[] | null),against_count?: (Int_comparison_exp | null),clutcher?: (players_bool_exp | null),clutcher_steam_id?: (bigint_comparison_exp | null),kills_in_clutch?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),outcome?: (String_comparison_exp | null),round?: (Int_comparison_exp | null),side?: (String_comparison_exp | 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)} +/** input type for inserting data into table "v_match_clutches" */ +export interface v_match_clutches_insert_input {against_count?: (Scalars['Int'] | null),clutcher?: (players_obj_rel_insert_input | null),clutcher_steam_id?: (Scalars['bigint'] | null),kills_in_clutch?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_id?: (Scalars['uuid'] | null),outcome?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),side?: (Scalars['String'] | 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 +export interface v_match_clutches_max_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + match_id?: boolean | number + match_lineup_id?: boolean | number + match_map_id?: boolean | number + outcome?: boolean | number + round?: boolean | number + side?: 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)} +/** order by max() on columns of table "v_match_clutches" */ +export interface v_match_clutches_max_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),outcome?: (order_by | null),round?: (order_by | null),side?: (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 +export interface v_match_clutches_min_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + match_id?: boolean | number + match_lineup_id?: boolean | number + match_map_id?: boolean | number + outcome?: boolean | number + round?: boolean | number + side?: boolean | number __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']} +/** order by min() on columns of table "v_match_clutches" */ +export interface v_match_clutches_min_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),outcome?: (order_by | null),round?: (order_by | null),side?: (order_by | null)} -/** 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)} +/** Ordering options when selecting data from "v_match_clutches". */ +export interface v_match_clutches_order_by {against_count?: (order_by | null),clutcher?: (players_order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),outcome?: (order_by | null),round?: (order_by | null),side?: (order_by | null)} /** aggregate stddev on columns */ -export interface tournament_trophies_stddev_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_stddev_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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)} +/** order by stddev() on columns of table "v_match_clutches" */ +export interface v_match_clutches_stddev_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} /** aggregate stddev_pop on columns */ -export interface tournament_trophies_stddev_pop_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_stddev_pop_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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)} +/** order by stddev_pop() on columns of table "v_match_clutches" */ +export interface v_match_clutches_stddev_pop_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} /** aggregate stddev_samp on columns */ -export interface tournament_trophies_stddev_samp_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_stddev_samp_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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)} +/** order by stddev_samp() on columns of table "v_match_clutches" */ +export interface v_match_clutches_stddev_samp_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} -/** Streaming cursor of the table "tournament_trophies" */ -export interface tournament_trophies_stream_cursor_input { +/** Streaming cursor of the table "v_match_clutches" */ +export interface v_match_clutches_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournament_trophies_stream_cursor_value_input, +initial_value: v_match_clutches_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)} +export interface v_match_clutches_stream_cursor_value_input {against_count?: (Scalars['Int'] | null),clutcher_steam_id?: (Scalars['bigint'] | null),kills_in_clutch?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),outcome?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),side?: (Scalars['String'] | null)} /** aggregate sum on columns */ -export interface tournament_trophies_sum_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_sum_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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} +/** order by sum() on columns of table "v_match_clutches" */ +export interface v_match_clutches_sum_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} /** aggregate var_pop on columns */ -export interface tournament_trophies_var_pop_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_var_pop_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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)} +/** order by var_pop() on columns of table "v_match_clutches" */ +export interface v_match_clutches_var_pop_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} /** aggregate var_samp on columns */ -export interface tournament_trophies_var_samp_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_var_samp_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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)} +/** order by var_samp() on columns of table "v_match_clutches" */ +export interface v_match_clutches_var_samp_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} /** aggregate variance on columns */ -export interface tournament_trophies_variance_fieldsGenqlSelection{ - placement?: boolean | number - player_steam_id?: boolean | number +export interface v_match_clutches_variance_fieldsGenqlSelection{ + against_count?: boolean | number + clutcher_steam_id?: boolean | number + kills_in_clutch?: boolean | number + round?: 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)} +/** order by variance() on columns of table "v_match_clutches" */ +export interface v_match_clutches_variance_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (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 +/** columns and relationships of "v_match_kill_pairs" */ +export interface v_match_kill_pairsGenqlSelection{ + killer_side?: boolean | number + killer_steam_id?: boolean | number + kills?: boolean | number /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number - updated_at?: boolean | number + match?: matchesGenqlSelection + match_id?: boolean | number + /** An object relationship */ + match_map?: match_mapsGenqlSelection + match_map_id?: boolean | number + victim_side?: boolean | number + victim_steam_id?: boolean | number + weapon?: 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 +/** aggregated selection of "v_match_kill_pairs" */ +export interface v_match_kill_pairs_aggregateGenqlSelection{ + aggregate?: v_match_kill_pairs_aggregate_fieldsGenqlSelection + nodes?: v_match_kill_pairsGenqlSelection __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 +/** aggregate fields of "v_match_kill_pairs" */ +export interface v_match_kill_pairs_aggregate_fieldsGenqlSelection{ + avg?: v_match_kill_pairs_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_kill_pairs_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_kill_pairs_max_fieldsGenqlSelection + min?: v_match_kill_pairs_min_fieldsGenqlSelection + stddev?: v_match_kill_pairs_stddev_fieldsGenqlSelection + stddev_pop?: v_match_kill_pairs_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_kill_pairs_stddev_samp_fieldsGenqlSelection + sum?: v_match_kill_pairs_sum_fieldsGenqlSelection + var_pop?: v_match_kill_pairs_var_pop_fieldsGenqlSelection + var_samp?: v_match_kill_pairs_var_samp_fieldsGenqlSelection + variance?: v_match_kill_pairs_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 +export interface v_match_kill_pairs_avg_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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)} +/** Boolean expression to filter rows from the table "v_match_kill_pairs". All fields are combined with a logical 'AND'. */ +export interface v_match_kill_pairs_bool_exp {_and?: (v_match_kill_pairs_bool_exp[] | null),_not?: (v_match_kill_pairs_bool_exp | null),_or?: (v_match_kill_pairs_bool_exp[] | null),killer_side?: (String_comparison_exp | null),killer_steam_id?: (bigint_comparison_exp | null),kills?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),victim_side?: (String_comparison_exp | null),victim_steam_id?: (bigint_comparison_exp | null),weapon?: (String_comparison_exp | 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 +export interface v_match_kill_pairs_max_fieldsGenqlSelection{ + killer_side?: boolean | number + killer_steam_id?: boolean | number + kills?: boolean | number + match_id?: boolean | number + match_map_id?: boolean | number + victim_side?: boolean | number + victim_steam_id?: boolean | number + weapon?: 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 +export interface v_match_kill_pairs_min_fieldsGenqlSelection{ + killer_side?: boolean | number + killer_steam_id?: boolean | number + kills?: boolean | number + match_id?: boolean | number + match_map_id?: boolean | number + victim_side?: boolean | number + victim_steam_id?: boolean | number + weapon?: boolean | number __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)} +/** Ordering options when selecting data from "v_match_kill_pairs". */ +export interface v_match_kill_pairs_order_by {killer_side?: (order_by | null),killer_steam_id?: (order_by | null),kills?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),victim_side?: (order_by | null),victim_steam_id?: (order_by | null),weapon?: (order_by | null)} /** aggregate stddev on columns */ -export interface tournament_trophy_configs_stddev_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number +export interface v_match_kill_pairs_stddev_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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 +export interface v_match_kill_pairs_stddev_pop_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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 +/** aggregate stddev_samp on columns */ +export interface v_match_kill_pairs_stddev_samp_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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 { +/** Streaming cursor of the table "v_match_kill_pairs" */ +export interface v_match_kill_pairs_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournament_trophy_configs_stream_cursor_value_input, +initial_value: v_match_kill_pairs_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)} +export interface v_match_kill_pairs_stream_cursor_value_input {killer_side?: (Scalars['String'] | null),killer_steam_id?: (Scalars['bigint'] | null),kills?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),victim_side?: (Scalars['String'] | null),victim_steam_id?: (Scalars['bigint'] | null),weapon?: (Scalars['String'] | null)} /** aggregate sum on columns */ -export interface tournament_trophy_configs_sum_fieldsGenqlSelection{ - placement?: boolean | number - silhouette?: boolean | number +export interface v_match_kill_pairs_sum_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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 +export interface v_match_kill_pairs_var_pop_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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 +export interface v_match_kill_pairs_var_samp_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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 +export interface v_match_kill_pairs_variance_fieldsGenqlSelection{ + killer_steam_id?: boolean | number + kills?: boolean | number + victim_steam_id?: 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{ +/** columns and relationships of "v_match_lineup_buy_types" */ +export interface v_match_lineup_buy_typesGenqlSelection{ /** An object relationship */ - admin?: playersGenqlSelection - auto_start?: boolean | number - /** A computed field, executes function "can_cancel_tournament" */ - can_cancel?: boolean | number - /** A computed field, executes function "can_close_tournament_registration" */ - can_close_registration?: boolean | number - /** A computed field, executes function "can_join_tournament" */ - can_join?: boolean | number - /** A computed field, executes function "can_open_tournament_registration" */ - can_open_registration?: boolean | number - /** A computed field, executes function "can_pause_tournament" */ - can_pause?: boolean | number - /** A computed field, executes function "can_resume_tournament" */ - can_resume?: boolean | number - /** A computed field, executes function "can_setup_tournament" */ - can_setup?: boolean | number - /** A computed field, executes function "can_start_tournament" */ - can_start?: boolean | number - created_at?: boolean | number - description?: boolean | number - discord_guild_id?: boolean | number - discord_notifications_enabled?: boolean | number - discord_notify_Canceled?: boolean | number - discord_notify_Finished?: boolean | number - discord_notify_Forfeit?: boolean | number - discord_notify_Live?: boolean | number - discord_notify_MapPaused?: boolean | number - discord_notify_PickingPlayers?: boolean | number - discord_notify_Scheduled?: boolean | number - discord_notify_Surrendered?: boolean | number - discord_notify_Tie?: boolean | number - discord_notify_Veto?: boolean | number - discord_notify_WaitingForCheckIn?: boolean | number - discord_notify_WaitingForServer?: boolean | number - discord_role_id?: boolean | number - discord_voice_enabled?: boolean | number - discord_webhook?: boolean | number + match?: matchesGenqlSelection + match_id?: boolean | number /** An object relationship */ - e_tournament_status?: e_tournament_statusGenqlSelection - /** A computed field, executes function "tournament_has_min_teams" */ - has_min_teams?: boolean | number - id?: boolean | number - /** A computed field, executes function "is_tournament_organizer" */ - is_organizer?: boolean | number - /** A computed field, executes function "joined_tournament" */ - joined_tournament?: boolean | number - match_options_id?: boolean | number - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - name?: boolean | number + match_lineup?: match_lineupsGenqlSelection + match_lineup_id?: boolean | number /** An object relationship */ - options?: match_optionsGenqlSelection - organizer_steam_id?: boolean | number - /** An array relationship */ - organizers?: (tournament_organizersGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_organizers_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_organizers_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_organizers_bool_exp | null)} }) - /** An aggregate relationship */ - organizers_aggregate?: (tournament_organizers_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_organizers_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_organizers_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_organizers_bool_exp | null)} }) - /** An array relationship */ - player_stats?: (v_tournament_player_statsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (v_tournament_player_stats_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?: (v_tournament_player_stats_order_by[] | null), - /** filter the rows returned */ - where?: (v_tournament_player_stats_bool_exp | null)} }) - /** An aggregate relationship */ - player_stats_aggregate?: (v_tournament_player_stats_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (v_tournament_player_stats_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?: (v_tournament_player_stats_order_by[] | null), - /** filter the rows returned */ - where?: (v_tournament_player_stats_bool_exp | null)} }) - /** An array relationship */ - results?: (v_team_tournament_resultsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (v_team_tournament_results_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?: (v_team_tournament_results_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_tournament_results_bool_exp | null)} }) - /** An aggregate relationship */ - results_aggregate?: (v_team_tournament_results_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (v_team_tournament_results_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?: (v_team_tournament_results_order_by[] | null), - /** filter the rows returned */ - where?: (v_team_tournament_results_bool_exp | null)} }) - /** An array relationship */ - rosters?: (tournament_team_rosterGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_team_roster_bool_exp | null)} }) - /** An aggregate relationship */ - rosters_aggregate?: (tournament_team_roster_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_team_roster_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_team_roster_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_team_roster_bool_exp | null)} }) - /** An array relationship */ - stages?: (tournament_stagesGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_stages_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_stages_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_stages_bool_exp | null)} }) - /** An aggregate relationship */ - stages_aggregate?: (tournament_stages_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_stages_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_stages_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_stages_bool_exp | null)} }) - start?: boolean | number - status?: boolean | number - /** An array relationship */ - teams?: (tournament_teamsGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_teams_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_teams_order_by[] | null), - /** filter the rows returned */ - where?: (tournament_teams_bool_exp | null)} }) - /** An aggregate relationship */ - teams_aggregate?: (tournament_teams_aggregateGenqlSelection & { __args?: { - /** distinct select on columns */ - distinct_on?: (tournament_teams_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_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)} }) + match_map?: match_mapsGenqlSelection + match_map_id?: boolean | number + matchup?: boolean | number + rounds?: boolean | number + side?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "tournaments" */ -export interface tournaments_aggregateGenqlSelection{ - aggregate?: tournaments_aggregate_fieldsGenqlSelection - nodes?: tournamentsGenqlSelection +/** aggregated selection of "v_match_lineup_buy_types" */ +export interface v_match_lineup_buy_types_aggregateGenqlSelection{ + aggregate?: v_match_lineup_buy_types_aggregate_fieldsGenqlSelection + nodes?: v_match_lineup_buy_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface tournaments_aggregate_bool_exp {bool_and?: (tournaments_aggregate_bool_exp_bool_and | null),bool_or?: (tournaments_aggregate_bool_exp_bool_or | null),count?: (tournaments_aggregate_bool_exp_count | null)} - -export interface tournaments_aggregate_bool_exp_bool_and {arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournaments_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface tournaments_aggregate_bool_exp_bool_or {arguments: tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournaments_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface tournaments_aggregate_bool_exp_count {arguments?: (tournaments_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournaments_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "tournaments" */ -export interface tournaments_aggregate_fieldsGenqlSelection{ - avg?: tournaments_avg_fieldsGenqlSelection - count?: { __args: {columns?: (tournaments_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: tournaments_max_fieldsGenqlSelection - min?: tournaments_min_fieldsGenqlSelection - stddev?: tournaments_stddev_fieldsGenqlSelection - stddev_pop?: tournaments_stddev_pop_fieldsGenqlSelection - stddev_samp?: tournaments_stddev_samp_fieldsGenqlSelection - sum?: tournaments_sum_fieldsGenqlSelection - var_pop?: tournaments_var_pop_fieldsGenqlSelection - var_samp?: tournaments_var_samp_fieldsGenqlSelection - variance?: tournaments_variance_fieldsGenqlSelection +/** aggregate fields of "v_match_lineup_buy_types" */ +export interface v_match_lineup_buy_types_aggregate_fieldsGenqlSelection{ + avg?: v_match_lineup_buy_types_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_lineup_buy_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_lineup_buy_types_max_fieldsGenqlSelection + min?: v_match_lineup_buy_types_min_fieldsGenqlSelection + stddev?: v_match_lineup_buy_types_stddev_fieldsGenqlSelection + stddev_pop?: v_match_lineup_buy_types_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_lineup_buy_types_stddev_samp_fieldsGenqlSelection + sum?: v_match_lineup_buy_types_sum_fieldsGenqlSelection + var_pop?: v_match_lineup_buy_types_var_pop_fieldsGenqlSelection + var_samp?: v_match_lineup_buy_types_var_samp_fieldsGenqlSelection + variance?: v_match_lineup_buy_types_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "tournaments" */ -export interface tournaments_aggregate_order_by {avg?: (tournaments_avg_order_by | null),count?: (order_by | null),max?: (tournaments_max_order_by | null),min?: (tournaments_min_order_by | null),stddev?: (tournaments_stddev_order_by | null),stddev_pop?: (tournaments_stddev_pop_order_by | null),stddev_samp?: (tournaments_stddev_samp_order_by | null),sum?: (tournaments_sum_order_by | null),var_pop?: (tournaments_var_pop_order_by | null),var_samp?: (tournaments_var_samp_order_by | null),variance?: (tournaments_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "tournaments" */ -export interface tournaments_arr_rel_insert_input {data: tournaments_insert_input[], -/** upsert condition */ -on_conflict?: (tournaments_on_conflict | null)} - - /** aggregate avg on columns */ -export interface tournaments_avg_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number +export interface v_match_lineup_buy_types_avg_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "tournaments" */ -export interface tournaments_avg_order_by {organizer_steam_id?: (order_by | null)} - - -/** 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),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),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),id?: (uuid_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_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),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),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),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)} - - -/** input type for incrementing numeric columns in table "tournaments" */ -export interface tournaments_inc_input {organizer_steam_id?: (Scalars['bigint'] | null)} - - -/** 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),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),id?: (Scalars['uuid'] | 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),organizers?: (tournament_organizers_arr_rel_insert_input | null),player_stats?: (v_tournament_player_stats_arr_rel_insert_input | null),results?: (v_team_tournament_results_arr_rel_insert_input | null),rosters?: (tournament_team_roster_arr_rel_insert_input | 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)} +/** Boolean expression to filter rows from the table "v_match_lineup_buy_types". All fields are combined with a logical 'AND'. */ +export interface v_match_lineup_buy_types_bool_exp {_and?: (v_match_lineup_buy_types_bool_exp[] | null),_not?: (v_match_lineup_buy_types_bool_exp | null),_or?: (v_match_lineup_buy_types_bool_exp[] | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),matchup?: (String_comparison_exp | null),rounds?: (Int_comparison_exp | null),side?: (String_comparison_exp | null),wins?: (Int_comparison_exp | null)} /** aggregate max on columns */ -export interface tournaments_max_fieldsGenqlSelection{ - created_at?: boolean | number - description?: boolean | number - discord_guild_id?: boolean | number - discord_role_id?: boolean | number - discord_webhook?: boolean | number - id?: boolean | number - match_options_id?: boolean | number - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - name?: boolean | number - organizer_steam_id?: boolean | number - start?: boolean | number +export interface v_match_lineup_buy_types_max_fieldsGenqlSelection{ + match_id?: boolean | number + match_lineup_id?: boolean | number + match_map_id?: boolean | number + matchup?: boolean | number + rounds?: boolean | number + side?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "tournaments" */ -export interface tournaments_max_order_by {created_at?: (order_by | null),description?: (order_by | null),discord_guild_id?: (order_by | null),discord_role_id?: (order_by | null),discord_webhook?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null),start?: (order_by | null)} - - /** aggregate min on columns */ -export interface tournaments_min_fieldsGenqlSelection{ - created_at?: boolean | number - description?: boolean | number - discord_guild_id?: boolean | number - discord_role_id?: boolean | number - discord_webhook?: boolean | number - id?: boolean | number - match_options_id?: boolean | number - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - name?: boolean | number - organizer_steam_id?: boolean | number - start?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by min() on columns of table "tournaments" */ -export interface tournaments_min_order_by {created_at?: (order_by | null),description?: (order_by | null),discord_guild_id?: (order_by | null),discord_role_id?: (order_by | null),discord_webhook?: (order_by | null),id?: (order_by | null),match_options_id?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null),start?: (order_by | null)} - - -/** response of any mutation on the table "tournaments" */ -export interface tournaments_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: tournamentsGenqlSelection +export interface v_match_lineup_buy_types_min_fieldsGenqlSelection{ + match_id?: boolean | number + match_lineup_id?: boolean | number + match_map_id?: boolean | number + matchup?: boolean | number + rounds?: boolean | number + side?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "tournaments" */ -export interface tournaments_obj_rel_insert_input {data: tournaments_insert_input, -/** upsert condition */ -on_conflict?: (tournaments_on_conflict | null)} - - -/** on_conflict condition type for table "tournaments" */ -export interface tournaments_on_conflict {constraint: tournaments_constraint,update_columns?: tournaments_update_column[],where?: (tournaments_bool_exp | null)} - - -/** Ordering options when selecting data from "tournaments". */ -export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (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),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),id?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (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),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),results_aggregate?: (v_team_tournament_results_aggregate_order_by | null),rosters_aggregate?: (tournament_team_roster_aggregate_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)} - - -/** primary key columns input for table: tournaments */ -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),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),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),trophies_enabled?: (Scalars['Boolean'] | null)} +/** Ordering options when selecting data from "v_match_lineup_buy_types". */ +export interface v_match_lineup_buy_types_order_by {match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),matchup?: (order_by | null),rounds?: (order_by | null),side?: (order_by | null),wins?: (order_by | null)} /** aggregate stddev on columns */ -export interface tournaments_stddev_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by stddev() on columns of table "tournaments" */ -export interface tournaments_stddev_order_by {organizer_steam_id?: (order_by | null)} - - -/** aggregate stddev_pop on columns */ -export interface tournaments_stddev_pop_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number +export interface v_match_lineup_buy_types_stddev_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "tournaments" */ -export interface tournaments_stddev_pop_order_by {organizer_steam_id?: (order_by | null)} +/** aggregate stddev_pop on columns */ +export interface v_match_lineup_buy_types_stddev_pop_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} /** aggregate stddev_samp on columns */ -export interface tournaments_stddev_samp_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number +export interface v_match_lineup_buy_types_stddev_samp_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "tournaments" */ -export interface tournaments_stddev_samp_order_by {organizer_steam_id?: (order_by | null)} - - -/** Streaming cursor of the table "tournaments" */ -export interface tournaments_stream_cursor_input { +/** Streaming cursor of the table "v_match_lineup_buy_types" */ +export interface v_match_lineup_buy_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: tournaments_stream_cursor_value_input, +initial_value: v_match_lineup_buy_types_stream_cursor_value_input, /** cursor ordering */ 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),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),id?: (Scalars['uuid'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),trophies_enabled?: (Scalars['Boolean'] | null)} +export interface v_match_lineup_buy_types_stream_cursor_value_input {match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),matchup?: (Scalars['String'] | null),rounds?: (Scalars['Int'] | null),side?: (Scalars['String'] | null),wins?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface tournaments_sum_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number +export interface v_match_lineup_buy_types_sum_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "tournaments" */ -export interface tournaments_sum_order_by {organizer_steam_id?: (order_by | null)} - -export interface tournaments_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (tournaments_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (tournaments_set_input | null), -/** filter the rows which have to be updated */ -where: tournaments_bool_exp} - - /** aggregate var_pop on columns */ -export interface tournaments_var_pop_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number +export interface v_match_lineup_buy_types_var_pop_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "tournaments" */ -export interface tournaments_var_pop_order_by {organizer_steam_id?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface tournaments_var_samp_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number +export interface v_match_lineup_buy_types_var_samp_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "tournaments" */ -export interface tournaments_var_samp_order_by {organizer_steam_id?: (order_by | null)} - - /** aggregate variance on columns */ -export interface tournaments_variance_fieldsGenqlSelection{ - /** A computed field, executes function "tournament_max_players_per_lineup" */ - max_players_per_lineup?: boolean | number - /** A computed field, executes function "tournament_min_players_per_lineup" */ - min_players_per_lineup?: boolean | number - organizer_steam_id?: boolean | number +export interface v_match_lineup_buy_types_variance_fieldsGenqlSelection{ + rounds?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "tournaments" */ -export interface tournaments_variance_order_by {organizer_steam_id?: (order_by | null)} - - -/** Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. */ -export interface uuid_array_comparison_exp { -/** is the array contained in the given array value */ -_contained_in?: (Scalars['uuid'][] | null), -/** does the array contain the given value */ -_contains?: (Scalars['uuid'][] | null),_eq?: (Scalars['uuid'][] | null),_gt?: (Scalars['uuid'][] | null),_gte?: (Scalars['uuid'][] | null),_in?: (Scalars['uuid'][][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['uuid'][] | null),_lte?: (Scalars['uuid'][] | null),_neq?: (Scalars['uuid'][] | null),_nin?: (Scalars['uuid'][][] | null)} - - -/** Boolean expression to compare columns of type "uuid". All fields are combined with logical 'AND'. */ -export interface uuid_comparison_exp {_eq?: (Scalars['uuid'] | null),_gt?: (Scalars['uuid'] | null),_gte?: (Scalars['uuid'] | null),_in?: (Scalars['uuid'][] | null),_is_null?: (Scalars['Boolean'] | null),_lt?: (Scalars['uuid'] | null),_lte?: (Scalars['uuid'] | null),_neq?: (Scalars['uuid'] | null),_nin?: (Scalars['uuid'][] | null)} - - -/** columns and relationships of "v_gpu_pool_status" */ -export interface v_gpu_pool_statusGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_in_progress?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - highlights_in_progress?: boolean | number - id?: boolean | number - live_in_progress?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - renders_paused_for_active_match?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +/** columns and relationships of "v_match_lineup_map_stats" */ +export interface v_match_lineup_map_statsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + /** An object relationship */ + match?: matchesGenqlSelection + match_id?: boolean | number + /** An object relationship */ + match_lineup?: match_lineupsGenqlSelection + match_lineup_id?: boolean | number + /** An object relationship */ + match_map?: match_mapsGenqlSelection + match_map_id?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + side?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_gpu_pool_status" */ -export interface v_gpu_pool_status_aggregateGenqlSelection{ - aggregate?: v_gpu_pool_status_aggregate_fieldsGenqlSelection - nodes?: v_gpu_pool_statusGenqlSelection +/** aggregated selection of "v_match_lineup_map_stats" */ +export interface v_match_lineup_map_stats_aggregateGenqlSelection{ + aggregate?: v_match_lineup_map_stats_aggregate_fieldsGenqlSelection + nodes?: v_match_lineup_map_statsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_gpu_pool_status" */ -export interface v_gpu_pool_status_aggregate_fieldsGenqlSelection{ - avg?: v_gpu_pool_status_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_gpu_pool_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_gpu_pool_status_max_fieldsGenqlSelection - min?: v_gpu_pool_status_min_fieldsGenqlSelection - stddev?: v_gpu_pool_status_stddev_fieldsGenqlSelection - stddev_pop?: v_gpu_pool_status_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_gpu_pool_status_stddev_samp_fieldsGenqlSelection - sum?: v_gpu_pool_status_sum_fieldsGenqlSelection - var_pop?: v_gpu_pool_status_var_pop_fieldsGenqlSelection - var_samp?: v_gpu_pool_status_var_samp_fieldsGenqlSelection - variance?: v_gpu_pool_status_variance_fieldsGenqlSelection +/** aggregate fields of "v_match_lineup_map_stats" */ +export interface v_match_lineup_map_stats_aggregate_fieldsGenqlSelection{ + avg?: v_match_lineup_map_stats_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_lineup_map_stats_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_lineup_map_stats_max_fieldsGenqlSelection + min?: v_match_lineup_map_stats_min_fieldsGenqlSelection + stddev?: v_match_lineup_map_stats_stddev_fieldsGenqlSelection + stddev_pop?: v_match_lineup_map_stats_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_lineup_map_stats_stddev_samp_fieldsGenqlSelection + sum?: v_match_lineup_map_stats_sum_fieldsGenqlSelection + var_pop?: v_match_lineup_map_stats_var_pop_fieldsGenqlSelection + var_samp?: v_match_lineup_map_stats_var_samp_fieldsGenqlSelection + variance?: v_match_lineup_map_stats_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_gpu_pool_status_avg_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_avg_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_gpu_pool_status". All fields are combined with a logical 'AND'. */ -export interface v_gpu_pool_status_bool_exp {_and?: (v_gpu_pool_status_bool_exp[] | null),_not?: (v_gpu_pool_status_bool_exp | null),_or?: (v_gpu_pool_status_bool_exp[] | null),demo_free_gpu_nodes?: (Int_comparison_exp | null),demo_in_progress?: (Boolean_comparison_exp | null),demo_total_gpu_nodes?: (Int_comparison_exp | null),free_gpu_nodes?: (Int_comparison_exp | null),free_gpu_nodes_for_batch?: (Int_comparison_exp | null),highlights_in_progress?: (Boolean_comparison_exp | null),id?: (Int_comparison_exp | null),live_in_progress?: (Boolean_comparison_exp | null),registered_gpu_nodes?: (Int_comparison_exp | null),rendering_total_gpu_nodes?: (Int_comparison_exp | null),renders_paused_for_active_match?: (Boolean_comparison_exp | null),streaming_free_gpu_nodes?: (Int_comparison_exp | null),streaming_total_gpu_nodes?: (Int_comparison_exp | null),total_gpu_nodes?: (Int_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_match_lineup_map_stats". All fields are combined with a logical 'AND'. */ +export interface v_match_lineup_map_stats_bool_exp {_and?: (v_match_lineup_map_stats_bool_exp[] | null),_not?: (v_match_lineup_map_stats_bool_exp | null),_or?: (v_match_lineup_map_stats_bool_exp[] | null),man_adv_rounds?: (Int_comparison_exp | null),man_adv_wins?: (Int_comparison_exp | null),man_dis_rounds?: (Int_comparison_exp | null),man_dis_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),opening_attempts?: (Int_comparison_exp | null),opening_wins?: (Int_comparison_exp | null),pistol_rounds?: (Int_comparison_exp | null),pistol_wins?: (Int_comparison_exp | null),round_wins?: (Int_comparison_exp | null),rounds?: (Int_comparison_exp | null),side?: (String_comparison_exp | null),won_buy_eco?: (Int_comparison_exp | null),won_buy_force?: (Int_comparison_exp | null),won_buy_full?: (Int_comparison_exp | null),won_buy_pistol?: (Int_comparison_exp | null)} /** aggregate max on columns */ -export interface v_gpu_pool_status_max_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_max_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + match_id?: boolean | number + match_lineup_id?: boolean | number + match_map_id?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + side?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_gpu_pool_status_min_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_min_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + match_id?: boolean | number + match_lineup_id?: boolean | number + match_map_id?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + side?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_gpu_pool_status". */ -export interface v_gpu_pool_status_order_by {demo_free_gpu_nodes?: (order_by | null),demo_in_progress?: (order_by | null),demo_total_gpu_nodes?: (order_by | null),free_gpu_nodes?: (order_by | null),free_gpu_nodes_for_batch?: (order_by | null),highlights_in_progress?: (order_by | null),id?: (order_by | null),live_in_progress?: (order_by | null),registered_gpu_nodes?: (order_by | null),rendering_total_gpu_nodes?: (order_by | null),renders_paused_for_active_match?: (order_by | null),streaming_free_gpu_nodes?: (order_by | null),streaming_total_gpu_nodes?: (order_by | null),total_gpu_nodes?: (order_by | null)} +/** Ordering options when selecting data from "v_match_lineup_map_stats". */ +export interface v_match_lineup_map_stats_order_by {man_adv_rounds?: (order_by | null),man_adv_wins?: (order_by | null),man_dis_rounds?: (order_by | null),man_dis_wins?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),opening_attempts?: (order_by | null),opening_wins?: (order_by | null),pistol_rounds?: (order_by | null),pistol_wins?: (order_by | null),round_wins?: (order_by | null),rounds?: (order_by | null),side?: (order_by | null),won_buy_eco?: (order_by | null),won_buy_force?: (order_by | null),won_buy_full?: (order_by | null),won_buy_pistol?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_gpu_pool_status_stddev_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_stddev_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_gpu_pool_status_stddev_pop_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_stddev_pop_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_gpu_pool_status_stddev_samp_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_stddev_samp_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_gpu_pool_status" */ -export interface v_gpu_pool_status_stream_cursor_input { +/** Streaming cursor of the table "v_match_lineup_map_stats" */ +export interface v_match_lineup_map_stats_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_gpu_pool_status_stream_cursor_value_input, +initial_value: v_match_lineup_map_stats_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_gpu_pool_status_stream_cursor_value_input {demo_free_gpu_nodes?: (Scalars['Int'] | null),demo_in_progress?: (Scalars['Boolean'] | null),demo_total_gpu_nodes?: (Scalars['Int'] | null),free_gpu_nodes?: (Scalars['Int'] | null),free_gpu_nodes_for_batch?: (Scalars['Int'] | null),highlights_in_progress?: (Scalars['Boolean'] | null),id?: (Scalars['Int'] | null),live_in_progress?: (Scalars['Boolean'] | null),registered_gpu_nodes?: (Scalars['Int'] | null),rendering_total_gpu_nodes?: (Scalars['Int'] | null),renders_paused_for_active_match?: (Scalars['Boolean'] | null),streaming_free_gpu_nodes?: (Scalars['Int'] | null),streaming_total_gpu_nodes?: (Scalars['Int'] | null),total_gpu_nodes?: (Scalars['Int'] | null)} +export interface v_match_lineup_map_stats_stream_cursor_value_input {man_adv_rounds?: (Scalars['Int'] | null),man_adv_wins?: (Scalars['Int'] | null),man_dis_rounds?: (Scalars['Int'] | null),man_dis_wins?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),opening_attempts?: (Scalars['Int'] | null),opening_wins?: (Scalars['Int'] | null),pistol_rounds?: (Scalars['Int'] | null),pistol_wins?: (Scalars['Int'] | null),round_wins?: (Scalars['Int'] | null),rounds?: (Scalars['Int'] | null),side?: (Scalars['String'] | null),won_buy_eco?: (Scalars['Int'] | null),won_buy_force?: (Scalars['Int'] | null),won_buy_full?: (Scalars['Int'] | null),won_buy_pistol?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_gpu_pool_status_sum_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_sum_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_gpu_pool_status_var_pop_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_var_pop_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_gpu_pool_status_var_samp_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_var_samp_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_gpu_pool_status_variance_fieldsGenqlSelection{ - demo_free_gpu_nodes?: boolean | number - demo_total_gpu_nodes?: boolean | number - free_gpu_nodes?: boolean | number - free_gpu_nodes_for_batch?: boolean | number - id?: boolean | number - registered_gpu_nodes?: boolean | number - rendering_total_gpu_nodes?: boolean | number - streaming_free_gpu_nodes?: boolean | number - streaming_total_gpu_nodes?: boolean | number - total_gpu_nodes?: boolean | number +export interface v_match_lineup_map_stats_variance_fieldsGenqlSelection{ + man_adv_rounds?: boolean | number + man_adv_wins?: boolean | number + man_dis_rounds?: boolean | number + man_dis_wins?: boolean | number + opening_attempts?: boolean | number + opening_wins?: boolean | number + pistol_rounds?: boolean | number + pistol_wins?: boolean | number + round_wins?: boolean | number + rounds?: boolean | number + won_buy_eco?: boolean | number + won_buy_force?: boolean | number + won_buy_full?: boolean | number + won_buy_pistol?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_match_captains" */ -export interface v_match_captainsGenqlSelection{ - captain?: boolean | number - discord_id?: boolean | number - id?: boolean | number - /** An object relationship */ - lineup?: match_lineupsGenqlSelection - match_lineup_id?: boolean | number - placeholder_name?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - steam_id?: boolean | number +/** columns and relationships of "v_match_map_backup_rounds" */ +export interface v_match_map_backup_roundsGenqlSelection{ + has_backup_file?: boolean | number + match_map_id?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_match_captains" */ -export interface v_match_captains_aggregateGenqlSelection{ - aggregate?: v_match_captains_aggregate_fieldsGenqlSelection - nodes?: v_match_captainsGenqlSelection +/** aggregated selection of "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_aggregateGenqlSelection{ + aggregate?: v_match_map_backup_rounds_aggregate_fieldsGenqlSelection + nodes?: v_match_map_backup_roundsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_match_captains" */ -export interface v_match_captains_aggregate_fieldsGenqlSelection{ - avg?: v_match_captains_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_captains_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_captains_max_fieldsGenqlSelection - min?: v_match_captains_min_fieldsGenqlSelection - stddev?: v_match_captains_stddev_fieldsGenqlSelection - stddev_pop?: v_match_captains_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_captains_stddev_samp_fieldsGenqlSelection - sum?: v_match_captains_sum_fieldsGenqlSelection - var_pop?: v_match_captains_var_pop_fieldsGenqlSelection - var_samp?: v_match_captains_var_samp_fieldsGenqlSelection - variance?: v_match_captains_variance_fieldsGenqlSelection +/** aggregate fields of "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_aggregate_fieldsGenqlSelection{ + avg?: v_match_map_backup_rounds_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_map_backup_rounds_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_map_backup_rounds_max_fieldsGenqlSelection + min?: v_match_map_backup_rounds_min_fieldsGenqlSelection + stddev?: v_match_map_backup_rounds_stddev_fieldsGenqlSelection + stddev_pop?: v_match_map_backup_rounds_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_map_backup_rounds_stddev_samp_fieldsGenqlSelection + sum?: v_match_map_backup_rounds_sum_fieldsGenqlSelection + var_pop?: v_match_map_backup_rounds_var_pop_fieldsGenqlSelection + var_samp?: v_match_map_backup_rounds_var_samp_fieldsGenqlSelection + variance?: v_match_map_backup_rounds_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_match_captains_avg_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_avg_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_match_captains". All fields are combined with a logical 'AND'. */ -export interface v_match_captains_bool_exp {_and?: (v_match_captains_bool_exp[] | null),_not?: (v_match_captains_bool_exp | null),_or?: (v_match_captains_bool_exp[] | null),captain?: (Boolean_comparison_exp | null),discord_id?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),placeholder_name?: (String_comparison_exp | null),player?: (players_bool_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_match_map_backup_rounds". All fields are combined with a logical 'AND'. */ +export interface v_match_map_backup_rounds_bool_exp {_and?: (v_match_map_backup_rounds_bool_exp[] | null),_not?: (v_match_map_backup_rounds_bool_exp | null),_or?: (v_match_map_backup_rounds_bool_exp[] | null),has_backup_file?: (Boolean_comparison_exp | null),match_map_id?: (uuid_comparison_exp | null),round?: (Int_comparison_exp | null)} -/** input type for incrementing numeric columns in table "v_match_captains" */ -export interface v_match_captains_inc_input {steam_id?: (Scalars['bigint'] | null)} +/** input type for incrementing numeric columns in table "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_inc_input {round?: (Scalars['Int'] | null)} -/** input type for inserting data into table "v_match_captains" */ -export interface v_match_captains_insert_input {captain?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),placeholder_name?: (Scalars['String'] | null),player?: (players_obj_rel_insert_input | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for inserting data into table "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_insert_input {has_backup_file?: (Scalars['Boolean'] | null),match_map_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface v_match_captains_max_fieldsGenqlSelection{ - discord_id?: boolean | number - id?: boolean | number - match_lineup_id?: boolean | number - placeholder_name?: boolean | number - steam_id?: boolean | number +export interface v_match_map_backup_rounds_max_fieldsGenqlSelection{ + match_map_id?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_match_captains_min_fieldsGenqlSelection{ - discord_id?: boolean | number - id?: boolean | number - match_lineup_id?: boolean | number - placeholder_name?: boolean | number - steam_id?: boolean | number +export interface v_match_map_backup_rounds_min_fieldsGenqlSelection{ + match_map_id?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** response of any mutation on the table "v_match_captains" */ -export interface v_match_captains_mutation_responseGenqlSelection{ +/** response of any mutation on the table "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_mutation_responseGenqlSelection{ /** number of rows affected by the mutation */ affected_rows?: boolean | number /** data from the rows affected by the mutation */ - returning?: v_match_captainsGenqlSelection + returning?: v_match_map_backup_roundsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** input type for inserting object relation for remote table "v_match_captains" */ -export interface v_match_captains_obj_rel_insert_input {data: v_match_captains_insert_input} - - -/** Ordering options when selecting data from "v_match_captains". */ -export interface v_match_captains_order_by {captain?: (order_by | null),discord_id?: (order_by | null),id?: (order_by | null),lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),placeholder_name?: (order_by | null),player?: (players_order_by | null),steam_id?: (order_by | null)} +/** Ordering options when selecting data from "v_match_map_backup_rounds". */ +export interface v_match_map_backup_rounds_order_by {has_backup_file?: (order_by | null),match_map_id?: (order_by | null),round?: (order_by | null)} -/** input type for updating data in table "v_match_captains" */ -export interface v_match_captains_set_input {captain?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} +/** input type for updating data in table "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_set_input {has_backup_file?: (Scalars['Boolean'] | null),match_map_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} /** aggregate stddev on columns */ -export interface v_match_captains_stddev_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_stddev_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_match_captains_stddev_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_stddev_pop_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_match_captains_stddev_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_stddev_samp_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_match_captains" */ -export interface v_match_captains_stream_cursor_input { +/** Streaming cursor of the table "v_match_map_backup_rounds" */ +export interface v_match_map_backup_rounds_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_captains_stream_cursor_value_input, +initial_value: v_match_map_backup_rounds_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_captains_stream_cursor_value_input {captain?: (Scalars['Boolean'] | null),discord_id?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),placeholder_name?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface v_match_map_backup_rounds_stream_cursor_value_input {has_backup_file?: (Scalars['Boolean'] | null),match_map_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_match_captains_sum_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_sum_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface v_match_captains_updates { +export interface v_match_map_backup_rounds_updates { /** increments the numeric columns with given value of the filtered values */ -_inc?: (v_match_captains_inc_input | null), +_inc?: (v_match_map_backup_rounds_inc_input | null), /** sets the columns of the filtered rows to the given values */ -_set?: (v_match_captains_set_input | null), +_set?: (v_match_map_backup_rounds_set_input | null), /** filter the rows which have to be updated */ -where: v_match_captains_bool_exp} +where: v_match_map_backup_rounds_bool_exp} /** aggregate var_pop on columns */ -export interface v_match_captains_var_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_var_pop_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_match_captains_var_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_var_samp_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_match_captains_variance_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_match_map_backup_rounds_variance_fieldsGenqlSelection{ + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_match_clutches" */ -export interface v_match_clutchesGenqlSelection{ - against_count?: boolean | number - /** An object relationship */ - clutcher?: playersGenqlSelection - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number +/** columns and relationships of "v_match_player_buy_types" */ +export interface v_match_player_buy_typesGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number /** An object relationship */ match?: matchesGenqlSelection match_id?: boolean | number @@ -75326,1122 +85211,1280 @@ export interface v_match_clutchesGenqlSelection{ /** An object relationship */ match_map?: match_mapsGenqlSelection match_map_id?: boolean | number - outcome?: boolean | number - round?: boolean | number + matchup?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + rounds?: boolean | number side?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_match_clutches" */ -export interface v_match_clutches_aggregateGenqlSelection{ - aggregate?: v_match_clutches_aggregate_fieldsGenqlSelection - nodes?: v_match_clutchesGenqlSelection +/** aggregated selection of "v_match_player_buy_types" */ +export interface v_match_player_buy_types_aggregateGenqlSelection{ + aggregate?: v_match_player_buy_types_aggregate_fieldsGenqlSelection + nodes?: v_match_player_buy_typesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface v_match_clutches_aggregate_bool_exp {count?: (v_match_clutches_aggregate_bool_exp_count | null)} - -export interface v_match_clutches_aggregate_bool_exp_count {arguments?: (v_match_clutches_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_match_clutches_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "v_match_clutches" */ -export interface v_match_clutches_aggregate_fieldsGenqlSelection{ - avg?: v_match_clutches_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_clutches_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_clutches_max_fieldsGenqlSelection - min?: v_match_clutches_min_fieldsGenqlSelection - stddev?: v_match_clutches_stddev_fieldsGenqlSelection - stddev_pop?: v_match_clutches_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_clutches_stddev_samp_fieldsGenqlSelection - sum?: v_match_clutches_sum_fieldsGenqlSelection - var_pop?: v_match_clutches_var_pop_fieldsGenqlSelection - var_samp?: v_match_clutches_var_samp_fieldsGenqlSelection - variance?: v_match_clutches_variance_fieldsGenqlSelection +/** aggregate fields of "v_match_player_buy_types" */ +export interface v_match_player_buy_types_aggregate_fieldsGenqlSelection{ + avg?: v_match_player_buy_types_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_player_buy_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_player_buy_types_max_fieldsGenqlSelection + min?: v_match_player_buy_types_min_fieldsGenqlSelection + stddev?: v_match_player_buy_types_stddev_fieldsGenqlSelection + stddev_pop?: v_match_player_buy_types_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_player_buy_types_stddev_samp_fieldsGenqlSelection + sum?: v_match_player_buy_types_sum_fieldsGenqlSelection + var_pop?: v_match_player_buy_types_var_pop_fieldsGenqlSelection + var_samp?: v_match_player_buy_types_var_samp_fieldsGenqlSelection + variance?: v_match_player_buy_types_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "v_match_clutches" */ -export interface v_match_clutches_aggregate_order_by {avg?: (v_match_clutches_avg_order_by | null),count?: (order_by | null),max?: (v_match_clutches_max_order_by | null),min?: (v_match_clutches_min_order_by | null),stddev?: (v_match_clutches_stddev_order_by | null),stddev_pop?: (v_match_clutches_stddev_pop_order_by | null),stddev_samp?: (v_match_clutches_stddev_samp_order_by | null),sum?: (v_match_clutches_sum_order_by | null),var_pop?: (v_match_clutches_var_pop_order_by | null),var_samp?: (v_match_clutches_var_samp_order_by | null),variance?: (v_match_clutches_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "v_match_clutches" */ -export interface v_match_clutches_arr_rel_insert_input {data: v_match_clutches_insert_input[]} - - /** aggregate avg on columns */ -export interface v_match_clutches_avg_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_avg_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "v_match_clutches" */ -export interface v_match_clutches_avg_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "v_match_clutches". All fields are combined with a logical 'AND'. */ -export interface v_match_clutches_bool_exp {_and?: (v_match_clutches_bool_exp[] | null),_not?: (v_match_clutches_bool_exp | null),_or?: (v_match_clutches_bool_exp[] | null),against_count?: (Int_comparison_exp | null),clutcher?: (players_bool_exp | null),clutcher_steam_id?: (bigint_comparison_exp | null),kills_in_clutch?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),outcome?: (String_comparison_exp | null),round?: (Int_comparison_exp | null),side?: (String_comparison_exp | null)} - - -/** input type for inserting data into table "v_match_clutches" */ -export interface v_match_clutches_insert_input {against_count?: (Scalars['Int'] | null),clutcher?: (players_obj_rel_insert_input | null),clutcher_steam_id?: (Scalars['bigint'] | null),kills_in_clutch?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_id?: (Scalars['uuid'] | null),outcome?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),side?: (Scalars['String'] | null)} +/** Boolean expression to filter rows from the table "v_match_player_buy_types". All fields are combined with a logical 'AND'. */ +export interface v_match_player_buy_types_bool_exp {_and?: (v_match_player_buy_types_bool_exp[] | null),_not?: (v_match_player_buy_types_bool_exp | null),_or?: (v_match_player_buy_types_bool_exp[] | null),deaths?: (Int_comparison_exp | null),kills?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),matchup?: (String_comparison_exp | null),player?: (players_bool_exp | null),rounds?: (Int_comparison_exp | null),side?: (String_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} /** aggregate max on columns */ -export interface v_match_clutches_max_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number +export interface v_match_player_buy_types_max_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number match_id?: boolean | number match_lineup_id?: boolean | number match_map_id?: boolean | number - outcome?: boolean | number - round?: boolean | number + matchup?: boolean | number + rounds?: boolean | number side?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "v_match_clutches" */ -export interface v_match_clutches_max_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),outcome?: (order_by | null),round?: (order_by | null),side?: (order_by | null)} - - /** aggregate min on columns */ -export interface v_match_clutches_min_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number +export interface v_match_player_buy_types_min_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number match_id?: boolean | number match_lineup_id?: boolean | number match_map_id?: boolean | number - outcome?: boolean | number - round?: boolean | number + matchup?: boolean | number + rounds?: boolean | number side?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "v_match_clutches" */ -export interface v_match_clutches_min_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),outcome?: (order_by | null),round?: (order_by | null),side?: (order_by | null)} - - -/** Ordering options when selecting data from "v_match_clutches". */ -export interface v_match_clutches_order_by {against_count?: (order_by | null),clutcher?: (players_order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),outcome?: (order_by | null),round?: (order_by | null),side?: (order_by | null)} +/** Ordering options when selecting data from "v_match_player_buy_types". */ +export interface v_match_player_buy_types_order_by {deaths?: (order_by | null),kills?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),matchup?: (order_by | null),player?: (players_order_by | null),rounds?: (order_by | null),side?: (order_by | null),steam_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_match_clutches_stddev_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_stddev_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "v_match_clutches" */ -export interface v_match_clutches_stddev_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - /** aggregate stddev_pop on columns */ -export interface v_match_clutches_stddev_pop_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_stddev_pop_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "v_match_clutches" */ -export interface v_match_clutches_stddev_pop_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - /** aggregate stddev_samp on columns */ -export interface v_match_clutches_stddev_samp_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_stddev_samp_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "v_match_clutches" */ -export interface v_match_clutches_stddev_samp_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - -/** Streaming cursor of the table "v_match_clutches" */ -export interface v_match_clutches_stream_cursor_input { +/** Streaming cursor of the table "v_match_player_buy_types" */ +export interface v_match_player_buy_types_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_clutches_stream_cursor_value_input, +initial_value: v_match_player_buy_types_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_clutches_stream_cursor_value_input {against_count?: (Scalars['Int'] | null),clutcher_steam_id?: (Scalars['bigint'] | null),kills_in_clutch?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),outcome?: (Scalars['String'] | null),round?: (Scalars['Int'] | null),side?: (Scalars['String'] | null)} +export interface v_match_player_buy_types_stream_cursor_value_input {deaths?: (Scalars['Int'] | null),kills?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),matchup?: (Scalars['String'] | null),rounds?: (Scalars['Int'] | null),side?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_match_clutches_sum_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_sum_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "v_match_clutches" */ -export interface v_match_clutches_sum_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - /** aggregate var_pop on columns */ -export interface v_match_clutches_var_pop_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_var_pop_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "v_match_clutches" */ -export interface v_match_clutches_var_pop_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface v_match_clutches_var_samp_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_var_samp_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "v_match_clutches" */ -export interface v_match_clutches_var_samp_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - /** aggregate variance on columns */ -export interface v_match_clutches_variance_fieldsGenqlSelection{ - against_count?: boolean | number - clutcher_steam_id?: boolean | number - kills_in_clutch?: boolean | number - round?: boolean | number +export interface v_match_player_buy_types_variance_fieldsGenqlSelection{ + deaths?: boolean | number + kills?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "v_match_clutches" */ -export interface v_match_clutches_variance_order_by {against_count?: (order_by | null),clutcher_steam_id?: (order_by | null),kills_in_clutch?: (order_by | null),round?: (order_by | null)} - - -/** columns and relationships of "v_match_kill_pairs" */ -export interface v_match_kill_pairsGenqlSelection{ - killer_side?: boolean | number - killer_steam_id?: boolean | number - kills?: boolean | number +/** columns and relationships of "v_match_player_opening_duels" */ +export interface v_match_player_opening_duelsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number /** An object relationship */ match?: matchesGenqlSelection match_id?: boolean | number /** An object relationship */ + match_lineup?: match_lineupsGenqlSelection + match_lineup_id?: boolean | number + /** An object relationship */ match_map?: match_mapsGenqlSelection match_map_id?: boolean | number - victim_side?: boolean | number - victim_steam_id?: boolean | number - weapon?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + side?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_match_kill_pairs" */ -export interface v_match_kill_pairs_aggregateGenqlSelection{ - aggregate?: v_match_kill_pairs_aggregate_fieldsGenqlSelection - nodes?: v_match_kill_pairsGenqlSelection +/** aggregated selection of "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_aggregateGenqlSelection{ + aggregate?: v_match_player_opening_duels_aggregate_fieldsGenqlSelection + nodes?: v_match_player_opening_duelsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface v_match_player_opening_duels_aggregate_bool_exp {count?: (v_match_player_opening_duels_aggregate_bool_exp_count | null)} -/** aggregate fields of "v_match_kill_pairs" */ -export interface v_match_kill_pairs_aggregate_fieldsGenqlSelection{ - avg?: v_match_kill_pairs_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_kill_pairs_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_kill_pairs_max_fieldsGenqlSelection - min?: v_match_kill_pairs_min_fieldsGenqlSelection - stddev?: v_match_kill_pairs_stddev_fieldsGenqlSelection - stddev_pop?: v_match_kill_pairs_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_kill_pairs_stddev_samp_fieldsGenqlSelection - sum?: v_match_kill_pairs_sum_fieldsGenqlSelection - var_pop?: v_match_kill_pairs_var_pop_fieldsGenqlSelection - var_samp?: v_match_kill_pairs_var_samp_fieldsGenqlSelection - variance?: v_match_kill_pairs_variance_fieldsGenqlSelection +export interface v_match_player_opening_duels_aggregate_bool_exp_count {arguments?: (v_match_player_opening_duels_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_match_player_opening_duels_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_aggregate_fieldsGenqlSelection{ + avg?: v_match_player_opening_duels_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_match_player_opening_duels_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_match_player_opening_duels_max_fieldsGenqlSelection + min?: v_match_player_opening_duels_min_fieldsGenqlSelection + stddev?: v_match_player_opening_duels_stddev_fieldsGenqlSelection + stddev_pop?: v_match_player_opening_duels_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_match_player_opening_duels_stddev_samp_fieldsGenqlSelection + sum?: v_match_player_opening_duels_sum_fieldsGenqlSelection + var_pop?: v_match_player_opening_duels_var_pop_fieldsGenqlSelection + var_samp?: v_match_player_opening_duels_var_samp_fieldsGenqlSelection + variance?: v_match_player_opening_duels_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_aggregate_order_by {avg?: (v_match_player_opening_duels_avg_order_by | null),count?: (order_by | null),max?: (v_match_player_opening_duels_max_order_by | null),min?: (v_match_player_opening_duels_min_order_by | null),stddev?: (v_match_player_opening_duels_stddev_order_by | null),stddev_pop?: (v_match_player_opening_duels_stddev_pop_order_by | null),stddev_samp?: (v_match_player_opening_duels_stddev_samp_order_by | null),sum?: (v_match_player_opening_duels_sum_order_by | null),var_pop?: (v_match_player_opening_duels_var_pop_order_by | null),var_samp?: (v_match_player_opening_duels_var_samp_order_by | null),variance?: (v_match_player_opening_duels_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_arr_rel_insert_input {data: v_match_player_opening_duels_insert_input[]} + + /** aggregate avg on columns */ -export interface v_match_kill_pairs_avg_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +export interface v_match_player_opening_duels_avg_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_match_kill_pairs". All fields are combined with a logical 'AND'. */ -export interface v_match_kill_pairs_bool_exp {_and?: (v_match_kill_pairs_bool_exp[] | null),_not?: (v_match_kill_pairs_bool_exp | null),_or?: (v_match_kill_pairs_bool_exp[] | null),killer_side?: (String_comparison_exp | null),killer_steam_id?: (bigint_comparison_exp | null),kills?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),victim_side?: (String_comparison_exp | null),victim_steam_id?: (bigint_comparison_exp | null),weapon?: (String_comparison_exp | null)} +/** order by avg() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_avg_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "v_match_player_opening_duels". All fields are combined with a logical 'AND'. */ +export interface v_match_player_opening_duels_bool_exp {_and?: (v_match_player_opening_duels_bool_exp[] | null),_not?: (v_match_player_opening_duels_bool_exp | null),_or?: (v_match_player_opening_duels_bool_exp[] | null),attempts?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),side?: (String_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),traded_deaths?: (Int_comparison_exp | null),wins?: (Int_comparison_exp | null)} + + +/** input type for inserting data into table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_insert_input {attempts?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),side?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null),traded_deaths?: (Scalars['Int'] | null),wins?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface v_match_kill_pairs_max_fieldsGenqlSelection{ - killer_side?: boolean | number - killer_steam_id?: boolean | number - kills?: boolean | number +export interface v_match_player_opening_duels_max_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number match_id?: boolean | number + match_lineup_id?: boolean | number match_map_id?: boolean | number - victim_side?: boolean | number - victim_steam_id?: boolean | number - weapon?: boolean | number + side?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_max_order_by {attempts?: (order_by | null),deaths?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),side?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + /** aggregate min on columns */ -export interface v_match_kill_pairs_min_fieldsGenqlSelection{ - killer_side?: boolean | number - killer_steam_id?: boolean | number - kills?: boolean | number +export interface v_match_player_opening_duels_min_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number match_id?: boolean | number + match_lineup_id?: boolean | number match_map_id?: boolean | number - victim_side?: boolean | number - victim_steam_id?: boolean | number - weapon?: boolean | number + side?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_match_kill_pairs". */ -export interface v_match_kill_pairs_order_by {killer_side?: (order_by | null),killer_steam_id?: (order_by | null),kills?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),victim_side?: (order_by | null),victim_steam_id?: (order_by | null),weapon?: (order_by | null)} +/** order by min() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_min_order_by {attempts?: (order_by | null),deaths?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),side?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + +/** Ordering options when selecting data from "v_match_player_opening_duels". */ +export interface v_match_player_opening_duels_order_by {attempts?: (order_by | null),deaths?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),player?: (players_order_by | null),side?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_match_kill_pairs_stddev_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +export interface v_match_player_opening_duels_stddev_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_stddev_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_match_kill_pairs_stddev_pop_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +export interface v_match_player_opening_duels_stddev_pop_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_stddev_pop_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_match_kill_pairs_stddev_samp_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +export interface v_match_player_opening_duels_stddev_samp_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_match_kill_pairs" */ -export interface v_match_kill_pairs_stream_cursor_input { +/** order by stddev_samp() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_stddev_samp_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + +/** Streaming cursor of the table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_kill_pairs_stream_cursor_value_input, +initial_value: v_match_player_opening_duels_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_kill_pairs_stream_cursor_value_input {killer_side?: (Scalars['String'] | null),killer_steam_id?: (Scalars['bigint'] | null),kills?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),victim_side?: (Scalars['String'] | null),victim_steam_id?: (Scalars['bigint'] | null),weapon?: (Scalars['String'] | null)} +export interface v_match_player_opening_duels_stream_cursor_value_input {attempts?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null),traded_deaths?: (Scalars['Int'] | null),wins?: (Scalars['Int'] | null)} -/** aggregate sum on columns */ -export interface v_match_kill_pairs_sum_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +/** aggregate sum on columns */ +export interface v_match_player_opening_duels_sum_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by sum() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_sum_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + /** aggregate var_pop on columns */ -export interface v_match_kill_pairs_var_pop_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +export interface v_match_player_opening_duels_var_pop_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_var_pop_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_match_kill_pairs_var_samp_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +export interface v_match_player_opening_duels_var_samp_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_var_samp_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + /** aggregate variance on columns */ -export interface v_match_kill_pairs_variance_fieldsGenqlSelection{ - killer_steam_id?: boolean | number - kills?: boolean | number - victim_steam_id?: boolean | number +export interface v_match_player_opening_duels_variance_fieldsGenqlSelection{ + attempts?: boolean | number + deaths?: boolean | number + steam_id?: boolean | number + traded_deaths?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_match_lineup_buy_types" */ -export interface v_match_lineup_buy_typesGenqlSelection{ - /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number +/** order by variance() on columns of table "v_match_player_opening_duels" */ +export interface v_match_player_opening_duels_variance_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} + + +/** columns and relationships of "v_player_arch_nemesis" */ +export interface v_player_arch_nemesisGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number /** An object relationship */ - match_lineup?: match_lineupsGenqlSelection - match_lineup_id?: boolean | number + nemsis?: playersGenqlSelection /** An object relationship */ - match_map?: match_mapsGenqlSelection - match_map_id?: boolean | number - matchup?: boolean | number - rounds?: boolean | number - side?: boolean | number - wins?: boolean | number + player?: playersGenqlSelection + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_match_lineup_buy_types" */ -export interface v_match_lineup_buy_types_aggregateGenqlSelection{ - aggregate?: v_match_lineup_buy_types_aggregate_fieldsGenqlSelection - nodes?: v_match_lineup_buy_typesGenqlSelection +/** aggregated selection of "v_player_arch_nemesis" */ +export interface v_player_arch_nemesis_aggregateGenqlSelection{ + aggregate?: v_player_arch_nemesis_aggregate_fieldsGenqlSelection + nodes?: v_player_arch_nemesisGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_match_lineup_buy_types" */ -export interface v_match_lineup_buy_types_aggregate_fieldsGenqlSelection{ - avg?: v_match_lineup_buy_types_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_lineup_buy_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_lineup_buy_types_max_fieldsGenqlSelection - min?: v_match_lineup_buy_types_min_fieldsGenqlSelection - stddev?: v_match_lineup_buy_types_stddev_fieldsGenqlSelection - stddev_pop?: v_match_lineup_buy_types_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_lineup_buy_types_stddev_samp_fieldsGenqlSelection - sum?: v_match_lineup_buy_types_sum_fieldsGenqlSelection - var_pop?: v_match_lineup_buy_types_var_pop_fieldsGenqlSelection - var_samp?: v_match_lineup_buy_types_var_samp_fieldsGenqlSelection - variance?: v_match_lineup_buy_types_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_arch_nemesis" */ +export interface v_player_arch_nemesis_aggregate_fieldsGenqlSelection{ + avg?: v_player_arch_nemesis_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_arch_nemesis_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_arch_nemesis_max_fieldsGenqlSelection + min?: v_player_arch_nemesis_min_fieldsGenqlSelection + stddev?: v_player_arch_nemesis_stddev_fieldsGenqlSelection + stddev_pop?: v_player_arch_nemesis_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_arch_nemesis_stddev_samp_fieldsGenqlSelection + sum?: v_player_arch_nemesis_sum_fieldsGenqlSelection + var_pop?: v_player_arch_nemesis_var_pop_fieldsGenqlSelection + var_samp?: v_player_arch_nemesis_var_samp_fieldsGenqlSelection + variance?: v_player_arch_nemesis_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_match_lineup_buy_types_avg_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_avg_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_match_lineup_buy_types". All fields are combined with a logical 'AND'. */ -export interface v_match_lineup_buy_types_bool_exp {_and?: (v_match_lineup_buy_types_bool_exp[] | null),_not?: (v_match_lineup_buy_types_bool_exp | null),_or?: (v_match_lineup_buy_types_bool_exp[] | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),matchup?: (String_comparison_exp | null),rounds?: (Int_comparison_exp | null),side?: (String_comparison_exp | null),wins?: (Int_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_player_arch_nemesis". All fields are combined with a logical 'AND'. */ +export interface v_player_arch_nemesis_bool_exp {_and?: (v_player_arch_nemesis_bool_exp[] | null),_not?: (v_player_arch_nemesis_bool_exp | null),_or?: (v_player_arch_nemesis_bool_exp[] | null),attacker_id?: (bigint_comparison_exp | null),kill_count?: (bigint_comparison_exp | null),nemsis?: (players_bool_exp | null),player?: (players_bool_exp | null),victim_id?: (bigint_comparison_exp | null)} /** aggregate max on columns */ -export interface v_match_lineup_buy_types_max_fieldsGenqlSelection{ - match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - matchup?: boolean | number - rounds?: boolean | number - side?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_max_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_match_lineup_buy_types_min_fieldsGenqlSelection{ - match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - matchup?: boolean | number - rounds?: boolean | number - side?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_min_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_match_lineup_buy_types". */ -export interface v_match_lineup_buy_types_order_by {match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),matchup?: (order_by | null),rounds?: (order_by | null),side?: (order_by | null),wins?: (order_by | null)} +/** Ordering options when selecting data from "v_player_arch_nemesis". */ +export interface v_player_arch_nemesis_order_by {attacker_id?: (order_by | null),kill_count?: (order_by | null),nemsis?: (players_order_by | null),player?: (players_order_by | null),victim_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_match_lineup_buy_types_stddev_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_stddev_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_match_lineup_buy_types_stddev_pop_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_stddev_pop_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_match_lineup_buy_types_stddev_samp_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_stddev_samp_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_match_lineup_buy_types" */ -export interface v_match_lineup_buy_types_stream_cursor_input { +/** Streaming cursor of the table "v_player_arch_nemesis" */ +export interface v_player_arch_nemesis_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_lineup_buy_types_stream_cursor_value_input, +initial_value: v_player_arch_nemesis_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_lineup_buy_types_stream_cursor_value_input {match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),matchup?: (Scalars['String'] | null),rounds?: (Scalars['Int'] | null),side?: (Scalars['String'] | null),wins?: (Scalars['Int'] | null)} +export interface v_player_arch_nemesis_stream_cursor_value_input {attacker_id?: (Scalars['bigint'] | null),kill_count?: (Scalars['bigint'] | null),victim_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_match_lineup_buy_types_sum_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_sum_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_match_lineup_buy_types_var_pop_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_var_pop_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_match_lineup_buy_types_var_samp_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_var_samp_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_match_lineup_buy_types_variance_fieldsGenqlSelection{ - rounds?: boolean | number - wins?: boolean | number +export interface v_player_arch_nemesis_variance_fieldsGenqlSelection{ + attacker_id?: boolean | number + kill_count?: boolean | number + victim_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_match_lineup_map_stats" */ -export interface v_match_lineup_map_statsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number - /** An object relationship */ - match_lineup?: match_lineupsGenqlSelection - match_lineup_id?: boolean | number +/** columns and relationships of "v_player_damage" */ +export interface v_player_damageGenqlSelection{ + avg_damage_per_round?: boolean | number /** An object relationship */ - match_map?: match_mapsGenqlSelection - match_map_id?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - side?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number + player?: playersGenqlSelection + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_match_lineup_map_stats" */ -export interface v_match_lineup_map_stats_aggregateGenqlSelection{ - aggregate?: v_match_lineup_map_stats_aggregate_fieldsGenqlSelection - nodes?: v_match_lineup_map_statsGenqlSelection +/** aggregated selection of "v_player_damage" */ +export interface v_player_damage_aggregateGenqlSelection{ + aggregate?: v_player_damage_aggregate_fieldsGenqlSelection + nodes?: v_player_damageGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_match_lineup_map_stats" */ -export interface v_match_lineup_map_stats_aggregate_fieldsGenqlSelection{ - avg?: v_match_lineup_map_stats_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_lineup_map_stats_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_lineup_map_stats_max_fieldsGenqlSelection - min?: v_match_lineup_map_stats_min_fieldsGenqlSelection - stddev?: v_match_lineup_map_stats_stddev_fieldsGenqlSelection - stddev_pop?: v_match_lineup_map_stats_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_lineup_map_stats_stddev_samp_fieldsGenqlSelection - sum?: v_match_lineup_map_stats_sum_fieldsGenqlSelection - var_pop?: v_match_lineup_map_stats_var_pop_fieldsGenqlSelection - var_samp?: v_match_lineup_map_stats_var_samp_fieldsGenqlSelection - variance?: v_match_lineup_map_stats_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_damage" */ +export interface v_player_damage_aggregate_fieldsGenqlSelection{ + avg?: v_player_damage_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_damage_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_damage_max_fieldsGenqlSelection + min?: v_player_damage_min_fieldsGenqlSelection + stddev?: v_player_damage_stddev_fieldsGenqlSelection + stddev_pop?: v_player_damage_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_damage_stddev_samp_fieldsGenqlSelection + sum?: v_player_damage_sum_fieldsGenqlSelection + var_pop?: v_player_damage_var_pop_fieldsGenqlSelection + var_samp?: v_player_damage_var_samp_fieldsGenqlSelection + variance?: v_player_damage_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_match_lineup_map_stats_avg_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_avg_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_match_lineup_map_stats". All fields are combined with a logical 'AND'. */ -export interface v_match_lineup_map_stats_bool_exp {_and?: (v_match_lineup_map_stats_bool_exp[] | null),_not?: (v_match_lineup_map_stats_bool_exp | null),_or?: (v_match_lineup_map_stats_bool_exp[] | null),man_adv_rounds?: (Int_comparison_exp | null),man_adv_wins?: (Int_comparison_exp | null),man_dis_rounds?: (Int_comparison_exp | null),man_dis_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),opening_attempts?: (Int_comparison_exp | null),opening_wins?: (Int_comparison_exp | null),pistol_rounds?: (Int_comparison_exp | null),pistol_wins?: (Int_comparison_exp | null),round_wins?: (Int_comparison_exp | null),rounds?: (Int_comparison_exp | null),side?: (String_comparison_exp | null),won_buy_eco?: (Int_comparison_exp | null),won_buy_force?: (Int_comparison_exp | null),won_buy_full?: (Int_comparison_exp | null),won_buy_pistol?: (Int_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_player_damage". All fields are combined with a logical 'AND'. */ +export interface v_player_damage_bool_exp {_and?: (v_player_damage_bool_exp[] | null),_not?: (v_player_damage_bool_exp | null),_or?: (v_player_damage_bool_exp[] | null),avg_damage_per_round?: (bigint_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),total_damage?: (bigint_comparison_exp | null),total_rounds?: (bigint_comparison_exp | null)} /** aggregate max on columns */ -export interface v_match_lineup_map_stats_max_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - side?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_max_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_match_lineup_map_stats_min_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - side?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_min_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_match_lineup_map_stats". */ -export interface v_match_lineup_map_stats_order_by {man_adv_rounds?: (order_by | null),man_adv_wins?: (order_by | null),man_dis_rounds?: (order_by | null),man_dis_wins?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),opening_attempts?: (order_by | null),opening_wins?: (order_by | null),pistol_rounds?: (order_by | null),pistol_wins?: (order_by | null),round_wins?: (order_by | null),rounds?: (order_by | null),side?: (order_by | null),won_buy_eco?: (order_by | null),won_buy_force?: (order_by | null),won_buy_full?: (order_by | null),won_buy_pistol?: (order_by | null)} +/** Ordering options when selecting data from "v_player_damage". */ +export interface v_player_damage_order_by {avg_damage_per_round?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),total_damage?: (order_by | null),total_rounds?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_match_lineup_map_stats_stddev_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_stddev_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_match_lineup_map_stats_stddev_pop_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_stddev_pop_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_match_lineup_map_stats_stddev_samp_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_stddev_samp_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_match_lineup_map_stats" */ -export interface v_match_lineup_map_stats_stream_cursor_input { +/** Streaming cursor of the table "v_player_damage" */ +export interface v_player_damage_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_lineup_map_stats_stream_cursor_value_input, +initial_value: v_player_damage_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_lineup_map_stats_stream_cursor_value_input {man_adv_rounds?: (Scalars['Int'] | null),man_adv_wins?: (Scalars['Int'] | null),man_dis_rounds?: (Scalars['Int'] | null),man_dis_wins?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),opening_attempts?: (Scalars['Int'] | null),opening_wins?: (Scalars['Int'] | null),pistol_rounds?: (Scalars['Int'] | null),pistol_wins?: (Scalars['Int'] | null),round_wins?: (Scalars['Int'] | null),rounds?: (Scalars['Int'] | null),side?: (Scalars['String'] | null),won_buy_eco?: (Scalars['Int'] | null),won_buy_force?: (Scalars['Int'] | null),won_buy_full?: (Scalars['Int'] | null),won_buy_pistol?: (Scalars['Int'] | null)} +export interface v_player_damage_stream_cursor_value_input {avg_damage_per_round?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),total_damage?: (Scalars['bigint'] | null),total_rounds?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_match_lineup_map_stats_sum_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_sum_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_match_lineup_map_stats_var_pop_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_var_pop_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_match_lineup_map_stats_var_samp_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +export interface v_player_damage_var_samp_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface v_player_damage_variance_fieldsGenqlSelection{ + avg_damage_per_round?: boolean | number + player_steam_id?: boolean | number + total_damage?: boolean | number + total_rounds?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "v_player_elo" */ +export interface v_player_eloGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + /** An object relationship */ + match?: matchesGenqlSelection + match_created_at?: boolean | number + match_id?: boolean | number + match_result?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + season_id?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + type?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate variance on columns */ -export interface v_match_lineup_map_stats_variance_fieldsGenqlSelection{ - man_adv_rounds?: boolean | number - man_adv_wins?: boolean | number - man_dis_rounds?: boolean | number - man_dis_wins?: boolean | number - opening_attempts?: boolean | number - opening_wins?: boolean | number - pistol_rounds?: boolean | number - pistol_wins?: boolean | number - round_wins?: boolean | number - rounds?: boolean | number - won_buy_eco?: boolean | number - won_buy_force?: boolean | number - won_buy_full?: boolean | number - won_buy_pistol?: boolean | number +/** aggregated selection of "v_player_elo" */ +export interface v_player_elo_aggregateGenqlSelection{ + aggregate?: v_player_elo_aggregate_fieldsGenqlSelection + nodes?: v_player_eloGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface v_player_elo_aggregate_bool_exp {avg?: (v_player_elo_aggregate_bool_exp_avg | null),corr?: (v_player_elo_aggregate_bool_exp_corr | null),count?: (v_player_elo_aggregate_bool_exp_count | null),covar_samp?: (v_player_elo_aggregate_bool_exp_covar_samp | null),max?: (v_player_elo_aggregate_bool_exp_max | null),min?: (v_player_elo_aggregate_bool_exp_min | null),stddev_samp?: (v_player_elo_aggregate_bool_exp_stddev_samp | null),sum?: (v_player_elo_aggregate_bool_exp_sum | null),var_samp?: (v_player_elo_aggregate_bool_exp_var_samp | null)} -/** columns and relationships of "v_match_map_backup_rounds" */ -export interface v_match_map_backup_roundsGenqlSelection{ - has_backup_file?: boolean | number - match_map_id?: boolean | number - round?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +export interface v_player_elo_aggregate_bool_exp_avg {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} +export interface v_player_elo_aggregate_bool_exp_corr {arguments: v_player_elo_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} -/** aggregated selection of "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_aggregateGenqlSelection{ - aggregate?: v_match_map_backup_rounds_aggregate_fieldsGenqlSelection - nodes?: v_match_map_backup_roundsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +export interface v_player_elo_aggregate_bool_exp_corr_arguments {X: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns,Y: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns} + +export interface v_player_elo_aggregate_bool_exp_count {arguments?: (v_player_elo_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: Int_comparison_exp} +export interface v_player_elo_aggregate_bool_exp_covar_samp {arguments: v_player_elo_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} -/** aggregate fields of "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_aggregate_fieldsGenqlSelection{ - avg?: v_match_map_backup_rounds_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_map_backup_rounds_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_map_backup_rounds_max_fieldsGenqlSelection - min?: v_match_map_backup_rounds_min_fieldsGenqlSelection - stddev?: v_match_map_backup_rounds_stddev_fieldsGenqlSelection - stddev_pop?: v_match_map_backup_rounds_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_map_backup_rounds_stddev_samp_fieldsGenqlSelection - sum?: v_match_map_backup_rounds_sum_fieldsGenqlSelection - var_pop?: v_match_map_backup_rounds_var_pop_fieldsGenqlSelection - var_samp?: v_match_map_backup_rounds_var_samp_fieldsGenqlSelection - variance?: v_match_map_backup_rounds_variance_fieldsGenqlSelection +export interface v_player_elo_aggregate_bool_exp_covar_samp_arguments {X: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns} + +export interface v_player_elo_aggregate_bool_exp_max {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_player_elo_aggregate_bool_exp_min {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_player_elo_aggregate_bool_exp_stddev_samp {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_player_elo_aggregate_bool_exp_sum {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_player_elo_aggregate_bool_exp_var_samp {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} + + +/** aggregate fields of "v_player_elo" */ +export interface v_player_elo_aggregate_fieldsGenqlSelection{ + avg?: v_player_elo_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_elo_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_elo_max_fieldsGenqlSelection + min?: v_player_elo_min_fieldsGenqlSelection + stddev?: v_player_elo_stddev_fieldsGenqlSelection + stddev_pop?: v_player_elo_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_elo_stddev_samp_fieldsGenqlSelection + sum?: v_player_elo_sum_fieldsGenqlSelection + var_pop?: v_player_elo_var_pop_fieldsGenqlSelection + var_samp?: v_player_elo_var_samp_fieldsGenqlSelection + variance?: v_player_elo_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "v_player_elo" */ +export interface v_player_elo_aggregate_order_by {avg?: (v_player_elo_avg_order_by | null),count?: (order_by | null),max?: (v_player_elo_max_order_by | null),min?: (v_player_elo_min_order_by | null),stddev?: (v_player_elo_stddev_order_by | null),stddev_pop?: (v_player_elo_stddev_pop_order_by | null),stddev_samp?: (v_player_elo_stddev_samp_order_by | null),sum?: (v_player_elo_sum_order_by | null),var_pop?: (v_player_elo_var_pop_order_by | null),var_samp?: (v_player_elo_var_samp_order_by | null),variance?: (v_player_elo_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "v_player_elo" */ +export interface v_player_elo_arr_rel_insert_input {data: v_player_elo_insert_input[]} + + /** aggregate avg on columns */ -export interface v_match_map_backup_rounds_avg_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_avg_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_match_map_backup_rounds". All fields are combined with a logical 'AND'. */ -export interface v_match_map_backup_rounds_bool_exp {_and?: (v_match_map_backup_rounds_bool_exp[] | null),_not?: (v_match_map_backup_rounds_bool_exp | null),_or?: (v_match_map_backup_rounds_bool_exp[] | null),has_backup_file?: (Boolean_comparison_exp | null),match_map_id?: (uuid_comparison_exp | null),round?: (Int_comparison_exp | null)} +/** order by avg() on columns of table "v_player_elo" */ +export interface v_player_elo_avg_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} -/** input type for incrementing numeric columns in table "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_inc_input {round?: (Scalars['Int'] | null)} +/** Boolean expression to filter rows from the table "v_player_elo". All fields are combined with a logical 'AND'. */ +export interface v_player_elo_bool_exp {_and?: (v_player_elo_bool_exp[] | null),_not?: (v_player_elo_bool_exp | null),_or?: (v_player_elo_bool_exp[] | null),actual_score?: (float8_comparison_exp | null),assists?: (Int_comparison_exp | null),current_elo?: (Int_comparison_exp | null),damage?: (Int_comparison_exp | null),damage_percent?: (float8_comparison_exp | null),deaths?: (Int_comparison_exp | null),elo_change?: (Int_comparison_exp | null),expected_score?: (float8_comparison_exp | null),impact?: (float8_comparison_exp | null),k_factor?: (Int_comparison_exp | null),kda?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),map_losses?: (Int_comparison_exp | null),map_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_created_at?: (timestamptz_comparison_exp | null),match_id?: (uuid_comparison_exp | null),match_result?: (String_comparison_exp | null),opponent_team_elo_avg?: (float8_comparison_exp | null),performance_multiplier?: (float8_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),player_team_elo_avg?: (float8_comparison_exp | null),season_id?: (uuid_comparison_exp | null),series_multiplier?: (Int_comparison_exp | null),team_avg_kda?: (float8_comparison_exp | null),type?: (String_comparison_exp | null),updated_elo?: (Int_comparison_exp | null)} -/** input type for inserting data into table "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_insert_input {has_backup_file?: (Scalars['Boolean'] | null),match_map_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} +/** input type for inserting data into table "v_player_elo" */ +export interface v_player_elo_insert_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface v_match_map_backup_rounds_max_fieldsGenqlSelection{ - match_map_id?: boolean | number - round?: boolean | number +export interface v_player_elo_max_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + match_created_at?: boolean | number + match_id?: boolean | number + match_result?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + season_id?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + type?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate min on columns */ -export interface v_match_map_backup_rounds_min_fieldsGenqlSelection{ - match_map_id?: boolean | number - round?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by max() on columns of table "v_player_elo" */ +export interface v_player_elo_max_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} -/** response of any mutation on the table "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: v_match_map_backup_roundsGenqlSelection +/** aggregate min on columns */ +export interface v_player_elo_min_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + match_created_at?: boolean | number + match_id?: boolean | number + match_result?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + season_id?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + type?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_match_map_backup_rounds". */ -export interface v_match_map_backup_rounds_order_by {has_backup_file?: (order_by | null),match_map_id?: (order_by | null),round?: (order_by | null)} +/** order by min() on columns of table "v_player_elo" */ +export interface v_player_elo_min_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} -/** input type for updating data in table "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_set_input {has_backup_file?: (Scalars['Boolean'] | null),match_map_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} +/** Ordering options when selecting data from "v_player_elo". */ +export interface v_player_elo_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match?: (matches_order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_match_map_backup_rounds_stddev_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_stddev_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "v_player_elo" */ +export interface v_player_elo_stddev_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_match_map_backup_rounds_stddev_pop_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_stddev_pop_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "v_player_elo" */ +export interface v_player_elo_stddev_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_match_map_backup_rounds_stddev_samp_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_stddev_samp_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_match_map_backup_rounds" */ -export interface v_match_map_backup_rounds_stream_cursor_input { +/** order by stddev_samp() on columns of table "v_player_elo" */ +export interface v_player_elo_stddev_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} + + +/** Streaming cursor of the table "v_player_elo" */ +export interface v_player_elo_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_map_backup_rounds_stream_cursor_value_input, +initial_value: v_player_elo_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_map_backup_rounds_stream_cursor_value_input {has_backup_file?: (Scalars['Boolean'] | null),match_map_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} +export interface v_player_elo_stream_cursor_value_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_match_map_backup_rounds_sum_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_sum_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface v_match_map_backup_rounds_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (v_match_map_backup_rounds_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (v_match_map_backup_rounds_set_input | null), -/** filter the rows which have to be updated */ -where: v_match_map_backup_rounds_bool_exp} + +/** order by sum() on columns of table "v_player_elo" */ +export interface v_player_elo_sum_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} /** aggregate var_pop on columns */ -export interface v_match_map_backup_rounds_var_pop_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_var_pop_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "v_player_elo" */ +export interface v_player_elo_var_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_match_map_backup_rounds_var_samp_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_var_samp_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "v_player_elo" */ +export interface v_player_elo_var_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} + + /** aggregate variance on columns */ -export interface v_match_map_backup_rounds_variance_fieldsGenqlSelection{ - round?: boolean | number +export interface v_player_elo_variance_fieldsGenqlSelection{ + actual_score?: boolean | number + assists?: boolean | number + current_elo?: boolean | number + damage?: boolean | number + damage_percent?: boolean | number + deaths?: boolean | number + elo_change?: boolean | number + expected_score?: boolean | number + impact?: boolean | number + k_factor?: boolean | number + kda?: boolean | number + kills?: boolean | number + map_losses?: boolean | number + map_wins?: boolean | number + opponent_team_elo_avg?: boolean | number + performance_multiplier?: boolean | number + player_steam_id?: boolean | number + player_team_elo_avg?: boolean | number + series_multiplier?: boolean | number + team_avg_kda?: boolean | number + updated_elo?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_match_player_buy_types" */ -export interface v_match_player_buy_typesGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number +/** order by variance() on columns of table "v_player_elo" */ +export interface v_player_elo_variance_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} + + +/** columns and relationships of "v_player_map_losses" */ +export interface v_player_map_lossesGenqlSelection{ + /** An object relationship */ + map?: mapsGenqlSelection + map_id?: boolean | number /** An object relationship */ match?: matchesGenqlSelection match_id?: boolean | number - /** An object relationship */ - match_lineup?: match_lineupsGenqlSelection - match_lineup_id?: boolean | number - /** An object relationship */ - match_map?: match_mapsGenqlSelection - match_map_id?: boolean | number - matchup?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - rounds?: boolean | number - side?: boolean | number + started_at?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_match_player_buy_types" */ -export interface v_match_player_buy_types_aggregateGenqlSelection{ - aggregate?: v_match_player_buy_types_aggregate_fieldsGenqlSelection - nodes?: v_match_player_buy_typesGenqlSelection +/** aggregated selection of "v_player_map_losses" */ +export interface v_player_map_losses_aggregateGenqlSelection{ + aggregate?: v_player_map_losses_aggregate_fieldsGenqlSelection + nodes?: v_player_map_lossesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_match_player_buy_types" */ -export interface v_match_player_buy_types_aggregate_fieldsGenqlSelection{ - avg?: v_match_player_buy_types_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_player_buy_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_player_buy_types_max_fieldsGenqlSelection - min?: v_match_player_buy_types_min_fieldsGenqlSelection - stddev?: v_match_player_buy_types_stddev_fieldsGenqlSelection - stddev_pop?: v_match_player_buy_types_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_player_buy_types_stddev_samp_fieldsGenqlSelection - sum?: v_match_player_buy_types_sum_fieldsGenqlSelection - var_pop?: v_match_player_buy_types_var_pop_fieldsGenqlSelection - var_samp?: v_match_player_buy_types_var_samp_fieldsGenqlSelection - variance?: v_match_player_buy_types_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_map_losses" */ +export interface v_player_map_losses_aggregate_fieldsGenqlSelection{ + avg?: v_player_map_losses_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_map_losses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_map_losses_max_fieldsGenqlSelection + min?: v_player_map_losses_min_fieldsGenqlSelection + stddev?: v_player_map_losses_stddev_fieldsGenqlSelection + stddev_pop?: v_player_map_losses_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_map_losses_stddev_samp_fieldsGenqlSelection + sum?: v_player_map_losses_sum_fieldsGenqlSelection + var_pop?: v_player_map_losses_var_pop_fieldsGenqlSelection + var_samp?: v_player_map_losses_var_samp_fieldsGenqlSelection + variance?: v_player_map_losses_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_match_player_buy_types_avg_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_avg_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_match_player_buy_types". All fields are combined with a logical 'AND'. */ -export interface v_match_player_buy_types_bool_exp {_and?: (v_match_player_buy_types_bool_exp[] | null),_not?: (v_match_player_buy_types_bool_exp | null),_or?: (v_match_player_buy_types_bool_exp[] | null),deaths?: (Int_comparison_exp | null),kills?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),matchup?: (String_comparison_exp | null),player?: (players_bool_exp | null),rounds?: (Int_comparison_exp | null),side?: (String_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_player_map_losses". All fields are combined with a logical 'AND'. */ +export interface v_player_map_losses_bool_exp {_and?: (v_player_map_losses_bool_exp[] | null),_not?: (v_player_map_losses_bool_exp | null),_or?: (v_player_map_losses_bool_exp[] | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),started_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} /** aggregate max on columns */ -export interface v_match_player_buy_types_max_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number +export interface v_player_map_losses_max_fieldsGenqlSelection{ + map_id?: boolean | number match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - matchup?: boolean | number - rounds?: boolean | number - side?: boolean | number + started_at?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -76449,30 +86492,22 @@ export interface v_match_player_buy_types_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface v_match_player_buy_types_min_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - matchup?: boolean | number - rounds?: boolean | number - side?: boolean | number +export interface v_player_map_losses_min_fieldsGenqlSelection{ + map_id?: boolean | number + match_id?: boolean | number + started_at?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_match_player_buy_types". */ -export interface v_match_player_buy_types_order_by {deaths?: (order_by | null),kills?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),matchup?: (order_by | null),player?: (players_order_by | null),rounds?: (order_by | null),side?: (order_by | null),steam_id?: (order_by | null)} +/** Ordering options when selecting data from "v_player_map_losses". */ +export interface v_player_map_losses_order_by {map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),started_at?: (order_by | null),steam_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_match_player_buy_types_stddev_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_stddev_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -76480,10 +86515,7 @@ export interface v_match_player_buy_types_stddev_fieldsGenqlSelection{ /** aggregate stddev_pop on columns */ -export interface v_match_player_buy_types_stddev_pop_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_stddev_pop_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -76491,33 +86523,27 @@ export interface v_match_player_buy_types_stddev_pop_fieldsGenqlSelection{ /** aggregate stddev_samp on columns */ -export interface v_match_player_buy_types_stddev_samp_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_stddev_samp_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_match_player_buy_types" */ -export interface v_match_player_buy_types_stream_cursor_input { +/** Streaming cursor of the table "v_player_map_losses" */ +export interface v_player_map_losses_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_player_buy_types_stream_cursor_value_input, +initial_value: v_player_map_losses_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_player_buy_types_stream_cursor_value_input {deaths?: (Scalars['Int'] | null),kills?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),matchup?: (Scalars['String'] | null),rounds?: (Scalars['Int'] | null),side?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface v_player_map_losses_stream_cursor_value_input {map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),started_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_match_player_buy_types_sum_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_sum_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -76525,10 +86551,7 @@ export interface v_match_player_buy_types_sum_fieldsGenqlSelection{ /** aggregate var_pop on columns */ -export interface v_match_player_buy_types_var_pop_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_var_pop_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -76536,10 +86559,7 @@ export interface v_match_player_buy_types_var_pop_fieldsGenqlSelection{ /** aggregate var_samp on columns */ -export interface v_match_player_buy_types_var_samp_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_var_samp_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -76547,1260 +86567,1314 @@ export interface v_match_player_buy_types_var_samp_fieldsGenqlSelection{ /** aggregate variance on columns */ -export interface v_match_player_buy_types_variance_fieldsGenqlSelection{ - deaths?: boolean | number - kills?: boolean | number - rounds?: boolean | number +export interface v_player_map_losses_variance_fieldsGenqlSelection{ steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_match_player_opening_duels" */ -export interface v_match_player_opening_duelsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +/** columns and relationships of "v_player_map_wins" */ +export interface v_player_map_winsGenqlSelection{ + /** An object relationship */ + map?: mapsGenqlSelection + map_id?: boolean | number /** An object relationship */ match?: matchesGenqlSelection match_id?: boolean | number - /** An object relationship */ - match_lineup?: match_lineupsGenqlSelection - match_lineup_id?: boolean | number - /** An object relationship */ - match_map?: match_mapsGenqlSelection - match_map_id?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - side?: boolean | number + started_at?: boolean | number steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_aggregateGenqlSelection{ - aggregate?: v_match_player_opening_duels_aggregate_fieldsGenqlSelection - nodes?: v_match_player_opening_duelsGenqlSelection +/** aggregated selection of "v_player_map_wins" */ +export interface v_player_map_wins_aggregateGenqlSelection{ + aggregate?: v_player_map_wins_aggregate_fieldsGenqlSelection + nodes?: v_player_map_winsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface v_match_player_opening_duels_aggregate_bool_exp {count?: (v_match_player_opening_duels_aggregate_bool_exp_count | null)} - -export interface v_match_player_opening_duels_aggregate_bool_exp_count {arguments?: (v_match_player_opening_duels_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_match_player_opening_duels_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_aggregate_fieldsGenqlSelection{ - avg?: v_match_player_opening_duels_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_match_player_opening_duels_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_match_player_opening_duels_max_fieldsGenqlSelection - min?: v_match_player_opening_duels_min_fieldsGenqlSelection - stddev?: v_match_player_opening_duels_stddev_fieldsGenqlSelection - stddev_pop?: v_match_player_opening_duels_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_match_player_opening_duels_stddev_samp_fieldsGenqlSelection - sum?: v_match_player_opening_duels_sum_fieldsGenqlSelection - var_pop?: v_match_player_opening_duels_var_pop_fieldsGenqlSelection - var_samp?: v_match_player_opening_duels_var_samp_fieldsGenqlSelection - variance?: v_match_player_opening_duels_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_map_wins" */ +export interface v_player_map_wins_aggregate_fieldsGenqlSelection{ + avg?: v_player_map_wins_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_map_wins_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_map_wins_max_fieldsGenqlSelection + min?: v_player_map_wins_min_fieldsGenqlSelection + stddev?: v_player_map_wins_stddev_fieldsGenqlSelection + stddev_pop?: v_player_map_wins_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_map_wins_stddev_samp_fieldsGenqlSelection + sum?: v_player_map_wins_sum_fieldsGenqlSelection + var_pop?: v_player_map_wins_var_pop_fieldsGenqlSelection + var_samp?: v_player_map_wins_var_samp_fieldsGenqlSelection + variance?: v_player_map_wins_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_aggregate_order_by {avg?: (v_match_player_opening_duels_avg_order_by | null),count?: (order_by | null),max?: (v_match_player_opening_duels_max_order_by | null),min?: (v_match_player_opening_duels_min_order_by | null),stddev?: (v_match_player_opening_duels_stddev_order_by | null),stddev_pop?: (v_match_player_opening_duels_stddev_pop_order_by | null),stddev_samp?: (v_match_player_opening_duels_stddev_samp_order_by | null),sum?: (v_match_player_opening_duels_sum_order_by | null),var_pop?: (v_match_player_opening_duels_var_pop_order_by | null),var_samp?: (v_match_player_opening_duels_var_samp_order_by | null),variance?: (v_match_player_opening_duels_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_arr_rel_insert_input {data: v_match_player_opening_duels_insert_input[]} - - /** aggregate avg on columns */ -export interface v_match_player_opening_duels_avg_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_avg_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_avg_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "v_match_player_opening_duels". All fields are combined with a logical 'AND'. */ -export interface v_match_player_opening_duels_bool_exp {_and?: (v_match_player_opening_duels_bool_exp[] | null),_not?: (v_match_player_opening_duels_bool_exp | null),_or?: (v_match_player_opening_duels_bool_exp[] | null),attempts?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_lineup?: (match_lineups_bool_exp | null),match_lineup_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),side?: (String_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),traded_deaths?: (Int_comparison_exp | null),wins?: (Int_comparison_exp | null)} - - -/** input type for inserting data into table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_insert_input {attempts?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_lineup?: (match_lineups_obj_rel_insert_input | null),match_lineup_id?: (Scalars['uuid'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),side?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null),traded_deaths?: (Scalars['Int'] | null),wins?: (Scalars['Int'] | null)} +/** Boolean expression to filter rows from the table "v_player_map_wins". All fields are combined with a logical 'AND'. */ +export interface v_player_map_wins_bool_exp {_and?: (v_player_map_wins_bool_exp[] | null),_not?: (v_player_map_wins_bool_exp | null),_or?: (v_player_map_wins_bool_exp[] | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),started_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} /** aggregate max on columns */ -export interface v_match_player_opening_duels_max_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_max_fieldsGenqlSelection{ + map_id?: boolean | number match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - side?: boolean | number + started_at?: boolean | number steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_max_order_by {attempts?: (order_by | null),deaths?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),side?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - /** aggregate min on columns */ -export interface v_match_player_opening_duels_min_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_min_fieldsGenqlSelection{ + map_id?: boolean | number match_id?: boolean | number - match_lineup_id?: boolean | number - match_map_id?: boolean | number - side?: boolean | number + started_at?: boolean | number steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_min_order_by {attempts?: (order_by | null),deaths?: (order_by | null),match_id?: (order_by | null),match_lineup_id?: (order_by | null),match_map_id?: (order_by | null),side?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - -/** Ordering options when selecting data from "v_match_player_opening_duels". */ -export interface v_match_player_opening_duels_order_by {attempts?: (order_by | null),deaths?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_lineup?: (match_lineups_order_by | null),match_lineup_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),player?: (players_order_by | null),side?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} +/** Ordering options when selecting data from "v_player_map_wins". */ +export interface v_player_map_wins_order_by {map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),started_at?: (order_by | null),steam_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_match_player_opening_duels_stddev_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_stddev_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_stddev_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - /** aggregate stddev_pop on columns */ -export interface v_match_player_opening_duels_stddev_pop_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_stddev_pop_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_stddev_pop_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - /** aggregate stddev_samp on columns */ -export interface v_match_player_opening_duels_stddev_samp_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_stddev_samp_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_stddev_samp_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - -/** Streaming cursor of the table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_stream_cursor_input { +/** Streaming cursor of the table "v_player_map_wins" */ +export interface v_player_map_wins_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_match_player_opening_duels_stream_cursor_value_input, +initial_value: v_player_map_wins_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_match_player_opening_duels_stream_cursor_value_input {attempts?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),match_id?: (Scalars['uuid'] | null),match_lineup_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),side?: (Scalars['String'] | null),steam_id?: (Scalars['bigint'] | null),traded_deaths?: (Scalars['Int'] | null),wins?: (Scalars['Int'] | null)} +export interface v_player_map_wins_stream_cursor_value_input {map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),started_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_match_player_opening_duels_sum_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_sum_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_sum_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - /** aggregate var_pop on columns */ -export interface v_match_player_opening_duels_var_pop_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_var_pop_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_var_pop_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface v_match_player_opening_duels_var_samp_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_var_samp_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_var_samp_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - /** aggregate variance on columns */ -export interface v_match_player_opening_duels_variance_fieldsGenqlSelection{ - attempts?: boolean | number - deaths?: boolean | number +export interface v_player_map_wins_variance_fieldsGenqlSelection{ steam_id?: boolean | number - traded_deaths?: boolean | number - wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "v_match_player_opening_duels" */ -export interface v_match_player_opening_duels_variance_order_by {attempts?: (order_by | null),deaths?: (order_by | null),steam_id?: (order_by | null),traded_deaths?: (order_by | null),wins?: (order_by | null)} - - -/** columns and relationships of "v_player_arch_nemesis" */ -export interface v_player_arch_nemesisGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number +/** columns and relationships of "v_player_match_head_to_head" */ +export interface v_player_match_head_to_headGenqlSelection{ /** An object relationship */ - nemsis?: playersGenqlSelection + attacked?: playersGenqlSelection + attacked_steam_id?: boolean | number /** An object relationship */ - player?: playersGenqlSelection - victim_id?: boolean | number + attacker?: playersGenqlSelection + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number + /** An object relationship */ + match?: matchesGenqlSelection + match_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_arch_nemesis" */ -export interface v_player_arch_nemesis_aggregateGenqlSelection{ - aggregate?: v_player_arch_nemesis_aggregate_fieldsGenqlSelection - nodes?: v_player_arch_nemesisGenqlSelection +/** aggregated selection of "v_player_match_head_to_head" */ +export interface v_player_match_head_to_head_aggregateGenqlSelection{ + aggregate?: v_player_match_head_to_head_aggregate_fieldsGenqlSelection + nodes?: v_player_match_head_to_headGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_player_arch_nemesis" */ -export interface v_player_arch_nemesis_aggregate_fieldsGenqlSelection{ - avg?: v_player_arch_nemesis_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_arch_nemesis_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_arch_nemesis_max_fieldsGenqlSelection - min?: v_player_arch_nemesis_min_fieldsGenqlSelection - stddev?: v_player_arch_nemesis_stddev_fieldsGenqlSelection - stddev_pop?: v_player_arch_nemesis_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_arch_nemesis_stddev_samp_fieldsGenqlSelection - sum?: v_player_arch_nemesis_sum_fieldsGenqlSelection - var_pop?: v_player_arch_nemesis_var_pop_fieldsGenqlSelection - var_samp?: v_player_arch_nemesis_var_samp_fieldsGenqlSelection - variance?: v_player_arch_nemesis_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_match_head_to_head" */ +export interface v_player_match_head_to_head_aggregate_fieldsGenqlSelection{ + avg?: v_player_match_head_to_head_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_match_head_to_head_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_match_head_to_head_max_fieldsGenqlSelection + min?: v_player_match_head_to_head_min_fieldsGenqlSelection + stddev?: v_player_match_head_to_head_stddev_fieldsGenqlSelection + stddev_pop?: v_player_match_head_to_head_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_match_head_to_head_stddev_samp_fieldsGenqlSelection + sum?: v_player_match_head_to_head_sum_fieldsGenqlSelection + var_pop?: v_player_match_head_to_head_var_pop_fieldsGenqlSelection + var_samp?: v_player_match_head_to_head_var_samp_fieldsGenqlSelection + variance?: v_player_match_head_to_head_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_player_arch_nemesis_avg_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_avg_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_arch_nemesis". All fields are combined with a logical 'AND'. */ -export interface v_player_arch_nemesis_bool_exp {_and?: (v_player_arch_nemesis_bool_exp[] | null),_not?: (v_player_arch_nemesis_bool_exp | null),_or?: (v_player_arch_nemesis_bool_exp[] | null),attacker_id?: (bigint_comparison_exp | null),kill_count?: (bigint_comparison_exp | null),nemsis?: (players_bool_exp | null),player?: (players_bool_exp | null),victim_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_player_match_head_to_head". All fields are combined with a logical 'AND'. */ +export interface v_player_match_head_to_head_bool_exp {_and?: (v_player_match_head_to_head_bool_exp[] | null),_not?: (v_player_match_head_to_head_bool_exp | null),_or?: (v_player_match_head_to_head_bool_exp[] | null),attacked?: (players_bool_exp | null),attacked_steam_id?: (bigint_comparison_exp | null),attacker?: (players_bool_exp | null),attacker_steam_id?: (bigint_comparison_exp | null),damage_dealt?: (Int_comparison_exp | null),flash_count?: (bigint_comparison_exp | null),headshot_kills?: (bigint_comparison_exp | null),hits?: (bigint_comparison_exp | null),kills?: (bigint_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null)} /** aggregate max on columns */ -export interface v_player_arch_nemesis_max_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_max_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number + match_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_player_arch_nemesis_min_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_min_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number + match_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_arch_nemesis". */ -export interface v_player_arch_nemesis_order_by {attacker_id?: (order_by | null),kill_count?: (order_by | null),nemsis?: (players_order_by | null),player?: (players_order_by | null),victim_id?: (order_by | null)} +/** Ordering options when selecting data from "v_player_match_head_to_head". */ +export interface v_player_match_head_to_head_order_by {attacked?: (players_order_by | null),attacked_steam_id?: (order_by | null),attacker?: (players_order_by | null),attacker_steam_id?: (order_by | null),damage_dealt?: (order_by | null),flash_count?: (order_by | null),headshot_kills?: (order_by | null),hits?: (order_by | null),kills?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_arch_nemesis_stddev_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_stddev_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_player_arch_nemesis_stddev_pop_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_stddev_pop_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_player_arch_nemesis_stddev_samp_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_stddev_samp_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_arch_nemesis" */ -export interface v_player_arch_nemesis_stream_cursor_input { +/** Streaming cursor of the table "v_player_match_head_to_head" */ +export interface v_player_match_head_to_head_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_arch_nemesis_stream_cursor_value_input, +initial_value: v_player_match_head_to_head_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_arch_nemesis_stream_cursor_value_input {attacker_id?: (Scalars['bigint'] | null),kill_count?: (Scalars['bigint'] | null),victim_id?: (Scalars['bigint'] | null)} +export interface v_player_match_head_to_head_stream_cursor_value_input {attacked_steam_id?: (Scalars['bigint'] | null),attacker_steam_id?: (Scalars['bigint'] | null),damage_dealt?: (Scalars['Int'] | null),flash_count?: (Scalars['bigint'] | null),headshot_kills?: (Scalars['bigint'] | null),hits?: (Scalars['bigint'] | null),kills?: (Scalars['bigint'] | null),match_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface v_player_arch_nemesis_sum_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_sum_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_player_arch_nemesis_var_pop_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_var_pop_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_player_arch_nemesis_var_samp_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_var_samp_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_player_arch_nemesis_variance_fieldsGenqlSelection{ - attacker_id?: boolean | number - kill_count?: boolean | number - victim_id?: boolean | number +export interface v_player_match_head_to_head_variance_fieldsGenqlSelection{ + attacked_steam_id?: boolean | number + attacker_steam_id?: boolean | number + damage_dealt?: boolean | number + flash_count?: boolean | number + headshot_kills?: boolean | number + hits?: boolean | number + kills?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "v_player_match_map_hltv" */ +export interface v_player_match_map_hltvGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + /** An object relationship */ + match?: matchesGenqlSelection + match_id?: boolean | number + /** An object relationship */ + match_map?: match_mapsGenqlSelection + match_map_id?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + rounds_played?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_aggregateGenqlSelection{ + aggregate?: v_player_match_map_hltv_aggregate_fieldsGenqlSelection + nodes?: v_player_match_map_hltvGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface v_player_match_map_hltv_aggregate_bool_exp {count?: (v_player_match_map_hltv_aggregate_bool_exp_count | null)} + +export interface v_player_match_map_hltv_aggregate_bool_exp_count {arguments?: (v_player_match_map_hltv_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_player_match_map_hltv_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_aggregate_fieldsGenqlSelection{ + avg?: v_player_match_map_hltv_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_match_map_hltv_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_match_map_hltv_max_fieldsGenqlSelection + min?: v_player_match_map_hltv_min_fieldsGenqlSelection + stddev?: v_player_match_map_hltv_stddev_fieldsGenqlSelection + stddev_pop?: v_player_match_map_hltv_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_match_map_hltv_stddev_samp_fieldsGenqlSelection + sum?: v_player_match_map_hltv_sum_fieldsGenqlSelection + var_pop?: v_player_match_map_hltv_var_pop_fieldsGenqlSelection + var_samp?: v_player_match_map_hltv_var_samp_fieldsGenqlSelection + variance?: v_player_match_map_hltv_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_aggregate_order_by {avg?: (v_player_match_map_hltv_avg_order_by | null),count?: (order_by | null),max?: (v_player_match_map_hltv_max_order_by | null),min?: (v_player_match_map_hltv_min_order_by | null),stddev?: (v_player_match_map_hltv_stddev_order_by | null),stddev_pop?: (v_player_match_map_hltv_stddev_pop_order_by | null),stddev_samp?: (v_player_match_map_hltv_stddev_samp_order_by | null),sum?: (v_player_match_map_hltv_sum_order_by | null),var_pop?: (v_player_match_map_hltv_var_pop_order_by | null),var_samp?: (v_player_match_map_hltv_var_samp_order_by | null),variance?: (v_player_match_map_hltv_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_arr_rel_insert_input {data: v_player_match_map_hltv_insert_input[]} + + +/** aggregate avg on columns */ +export interface v_player_match_map_hltv_avg_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_damage" */ -export interface v_player_damageGenqlSelection{ - avg_damage_per_round?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by avg() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_avg_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} -/** aggregated selection of "v_player_damage" */ -export interface v_player_damage_aggregateGenqlSelection{ - aggregate?: v_player_damage_aggregate_fieldsGenqlSelection - nodes?: v_player_damageGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** Boolean expression to filter rows from the table "v_player_match_map_hltv". All fields are combined with a logical 'AND'. */ +export interface v_player_match_map_hltv_bool_exp {_and?: (v_player_match_map_hltv_bool_exp[] | null),_not?: (v_player_match_map_hltv_bool_exp | null),_or?: (v_player_match_map_hltv_bool_exp[] | null),adr?: (numeric_comparison_exp | null),apr?: (numeric_comparison_exp | null),dpr?: (numeric_comparison_exp | null),hltv_rating?: (numeric_comparison_exp | null),kast_pct?: (numeric_comparison_exp | null),kpr?: (numeric_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),rounds_played?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} -/** aggregate fields of "v_player_damage" */ -export interface v_player_damage_aggregate_fieldsGenqlSelection{ - avg?: v_player_damage_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_damage_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_damage_max_fieldsGenqlSelection - min?: v_player_damage_min_fieldsGenqlSelection - stddev?: v_player_damage_stddev_fieldsGenqlSelection - stddev_pop?: v_player_damage_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_damage_stddev_samp_fieldsGenqlSelection - sum?: v_player_damage_sum_fieldsGenqlSelection - var_pop?: v_player_damage_var_pop_fieldsGenqlSelection - var_samp?: v_player_damage_var_samp_fieldsGenqlSelection - variance?: v_player_damage_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** input type for incrementing numeric columns in table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_inc_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} -/** aggregate avg on columns */ -export interface v_player_damage_avg_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +/** input type for inserting data into table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_insert_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} + + +/** aggregate max on columns */ +export interface v_player_match_map_hltv_max_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + match_id?: boolean | number + match_map_id?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_damage". All fields are combined with a logical 'AND'. */ -export interface v_player_damage_bool_exp {_and?: (v_player_damage_bool_exp[] | null),_not?: (v_player_damage_bool_exp | null),_or?: (v_player_damage_bool_exp[] | null),avg_damage_per_round?: (bigint_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),total_damage?: (bigint_comparison_exp | null),total_rounds?: (bigint_comparison_exp | null)} +/** order by max() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_max_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match_id?: (order_by | null),match_map_id?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} -/** aggregate max on columns */ -export interface v_player_damage_max_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +/** aggregate min on columns */ +export interface v_player_match_map_hltv_min_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + match_id?: boolean | number + match_map_id?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate min on columns */ -export interface v_player_damage_min_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +/** order by min() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_min_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match_id?: (order_by | null),match_map_id?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + +/** response of any mutation on the table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: v_player_match_map_hltvGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_damage". */ -export interface v_player_damage_order_by {avg_damage_per_round?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),total_damage?: (order_by | null),total_rounds?: (order_by | null)} +/** Ordering options when selecting data from "v_player_match_map_hltv". */ +export interface v_player_match_map_hltv_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),player?: (players_order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + +/** input type for updating data in table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_set_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate stddev on columns */ -export interface v_player_damage_stddev_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +export interface v_player_match_map_hltv_stddev_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_stddev_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_player_damage_stddev_pop_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +export interface v_player_match_map_hltv_stddev_pop_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_stddev_pop_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_player_damage_stddev_samp_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +export interface v_player_match_map_hltv_stddev_samp_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_damage" */ -export interface v_player_damage_stream_cursor_input { +/** order by stddev_samp() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_stddev_samp_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_damage_stream_cursor_value_input, +initial_value: v_player_match_map_hltv_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_damage_stream_cursor_value_input {avg_damage_per_round?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),total_damage?: (Scalars['bigint'] | null),total_rounds?: (Scalars['bigint'] | null)} +export interface v_player_match_map_hltv_stream_cursor_value_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_player_damage_sum_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +export interface v_player_match_map_hltv_sum_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by sum() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_sum_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + +export interface v_player_match_map_hltv_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (v_player_match_map_hltv_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (v_player_match_map_hltv_set_input | null), +/** filter the rows which have to be updated */ +where: v_player_match_map_hltv_bool_exp} + + /** aggregate var_pop on columns */ -export interface v_player_damage_var_pop_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +export interface v_player_match_map_hltv_var_pop_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_var_pop_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_player_damage_var_samp_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +export interface v_player_match_map_hltv_var_samp_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_var_samp_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + /** aggregate variance on columns */ -export interface v_player_damage_variance_fieldsGenqlSelection{ - avg_damage_per_round?: boolean | number - player_steam_id?: boolean | number - total_damage?: boolean | number - total_rounds?: boolean | number +export interface v_player_match_map_hltv_variance_fieldsGenqlSelection{ + adr?: boolean | number + apr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number + steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_elo" */ -export interface v_player_eloGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +/** order by variance() on columns of table "v_player_match_map_hltv" */ +export interface v_player_match_map_hltv_variance_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} + + +/** columns and relationships of "v_player_match_map_roles" */ +export interface v_player_match_map_rolesGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number + kpr?: boolean | number + lineup_id?: boolean | number /** An object relationship */ match?: matchesGenqlSelection - match_created_at?: boolean | number match_id?: boolean | number - match_result?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_name?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - season_id?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - type?: boolean | number - updated_elo?: boolean | number + /** An object relationship */ + match_map?: match_mapsGenqlSelection + match_map_id?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + role?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_elo" */ -export interface v_player_elo_aggregateGenqlSelection{ - aggregate?: v_player_elo_aggregate_fieldsGenqlSelection - nodes?: v_player_eloGenqlSelection +/** aggregated selection of "v_player_match_map_roles" */ +export interface v_player_match_map_roles_aggregateGenqlSelection{ + aggregate?: v_player_match_map_roles_aggregate_fieldsGenqlSelection + nodes?: v_player_match_map_rolesGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface v_player_elo_aggregate_bool_exp {avg?: (v_player_elo_aggregate_bool_exp_avg | null),corr?: (v_player_elo_aggregate_bool_exp_corr | null),count?: (v_player_elo_aggregate_bool_exp_count | null),covar_samp?: (v_player_elo_aggregate_bool_exp_covar_samp | null),max?: (v_player_elo_aggregate_bool_exp_max | null),min?: (v_player_elo_aggregate_bool_exp_min | null),stddev_samp?: (v_player_elo_aggregate_bool_exp_stddev_samp | null),sum?: (v_player_elo_aggregate_bool_exp_sum | null),var_samp?: (v_player_elo_aggregate_bool_exp_var_samp | null)} - -export interface v_player_elo_aggregate_bool_exp_avg {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_corr {arguments: v_player_elo_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_corr_arguments {X: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns,Y: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_corr_arguments_columns} - -export interface v_player_elo_aggregate_bool_exp_count {arguments?: (v_player_elo_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: Int_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_covar_samp {arguments: v_player_elo_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_covar_samp_arguments {X: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_covar_samp_arguments_columns} - -export interface v_player_elo_aggregate_bool_exp_max {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_min {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_stddev_samp {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_sum {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -export interface v_player_elo_aggregate_bool_exp_var_samp {arguments: v_player_elo_select_column_v_player_elo_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_player_elo_bool_exp | null),predicate: float8_comparison_exp} - -/** aggregate fields of "v_player_elo" */ -export interface v_player_elo_aggregate_fieldsGenqlSelection{ - avg?: v_player_elo_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_elo_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_elo_max_fieldsGenqlSelection - min?: v_player_elo_min_fieldsGenqlSelection - stddev?: v_player_elo_stddev_fieldsGenqlSelection - stddev_pop?: v_player_elo_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_elo_stddev_samp_fieldsGenqlSelection - sum?: v_player_elo_sum_fieldsGenqlSelection - var_pop?: v_player_elo_var_pop_fieldsGenqlSelection - var_samp?: v_player_elo_var_samp_fieldsGenqlSelection - variance?: v_player_elo_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_match_map_roles" */ +export interface v_player_match_map_roles_aggregate_fieldsGenqlSelection{ + avg?: v_player_match_map_roles_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_match_map_roles_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_match_map_roles_max_fieldsGenqlSelection + min?: v_player_match_map_roles_min_fieldsGenqlSelection + stddev?: v_player_match_map_roles_stddev_fieldsGenqlSelection + stddev_pop?: v_player_match_map_roles_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_match_map_roles_stddev_samp_fieldsGenqlSelection + sum?: v_player_match_map_roles_sum_fieldsGenqlSelection + var_pop?: v_player_match_map_roles_var_pop_fieldsGenqlSelection + var_samp?: v_player_match_map_roles_var_samp_fieldsGenqlSelection + variance?: v_player_match_map_roles_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "v_player_elo" */ -export interface v_player_elo_aggregate_order_by {avg?: (v_player_elo_avg_order_by | null),count?: (order_by | null),max?: (v_player_elo_max_order_by | null),min?: (v_player_elo_min_order_by | null),stddev?: (v_player_elo_stddev_order_by | null),stddev_pop?: (v_player_elo_stddev_pop_order_by | null),stddev_samp?: (v_player_elo_stddev_samp_order_by | null),sum?: (v_player_elo_sum_order_by | null),var_pop?: (v_player_elo_var_pop_order_by | null),var_samp?: (v_player_elo_var_samp_order_by | null),variance?: (v_player_elo_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "v_player_elo" */ -export interface v_player_elo_arr_rel_insert_input {data: v_player_elo_insert_input[]} - - /** aggregate avg on columns */ -export interface v_player_elo_avg_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_avg_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "v_player_elo" */ -export interface v_player_elo_avg_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "v_player_elo". All fields are combined with a logical 'AND'. */ -export interface v_player_elo_bool_exp {_and?: (v_player_elo_bool_exp[] | null),_not?: (v_player_elo_bool_exp | null),_or?: (v_player_elo_bool_exp[] | null),actual_score?: (float8_comparison_exp | null),assists?: (Int_comparison_exp | null),current_elo?: (Int_comparison_exp | null),damage?: (Int_comparison_exp | null),damage_percent?: (float8_comparison_exp | null),deaths?: (Int_comparison_exp | null),elo_change?: (Int_comparison_exp | null),expected_score?: (float8_comparison_exp | null),impact?: (float8_comparison_exp | null),k_factor?: (Int_comparison_exp | null),kda?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),map_losses?: (Int_comparison_exp | null),map_wins?: (Int_comparison_exp | null),match?: (matches_bool_exp | null),match_created_at?: (timestamptz_comparison_exp | null),match_id?: (uuid_comparison_exp | null),match_result?: (String_comparison_exp | null),opponent_team_elo_avg?: (float8_comparison_exp | null),performance_multiplier?: (float8_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),player_team_elo_avg?: (float8_comparison_exp | null),season_id?: (uuid_comparison_exp | null),series_multiplier?: (Int_comparison_exp | null),team_avg_kda?: (float8_comparison_exp | null),type?: (String_comparison_exp | null),updated_elo?: (Int_comparison_exp | null)} - - -/** input type for inserting data into table "v_player_elo" */ -export interface v_player_elo_insert_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match?: (matches_obj_rel_insert_input | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} +/** Boolean expression to filter rows from the table "v_player_match_map_roles". All fields are combined with a logical 'AND'. */ +export interface v_player_match_map_roles_bool_exp {_and?: (v_player_match_map_roles_bool_exp[] | null),_not?: (v_player_match_map_roles_bool_exp | null),_or?: (v_player_match_map_roles_bool_exp[] | null),adr?: (numeric_comparison_exp | null),awp_kills?: (Int_comparison_exp | null),awp_share?: (numeric_comparison_exp | null),deaths?: (Int_comparison_exp | null),dpr?: (numeric_comparison_exp | null),entry_rate?: (numeric_comparison_exp | null),flash_assists?: (Int_comparison_exp | null),hltv_rating?: (numeric_comparison_exp | null),kast_pct?: (numeric_comparison_exp | null),kills?: (Int_comparison_exp | null),kpr?: (numeric_comparison_exp | null),lineup_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),open_deaths?: (Int_comparison_exp | null),open_kills?: (Int_comparison_exp | null),opening_attempts?: (Int_comparison_exp | null),player?: (players_bool_exp | null),role?: (String_comparison_exp | null),rounds?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),support_idx?: (numeric_comparison_exp | null),total_kills?: (Int_comparison_exp | null),trade_kill_successes?: (Int_comparison_exp | null),traded_death_successes?: (Int_comparison_exp | null),util_damage?: (Int_comparison_exp | null)} /** aggregate max on columns */ -export interface v_player_elo_max_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number - deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number - kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - match_created_at?: boolean | number - match_id?: boolean | number - match_result?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_name?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - season_id?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - type?: boolean | number - updated_elo?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by max() on columns of table "v_player_elo" */ -export interface v_player_elo_max_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} - - -/** aggregate min on columns */ -export interface v_player_elo_min_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_max_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - match_created_at?: boolean | number + kpr?: boolean | number + lineup_id?: boolean | number match_id?: boolean | number - match_result?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_name?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - season_id?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - type?: boolean | number - updated_elo?: boolean | number + match_map_id?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + role?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "v_player_elo" */ -export interface v_player_elo_min_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} +/** aggregate min on columns */ +export interface v_player_match_map_roles_min_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number + deaths?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kills?: boolean | number + kpr?: boolean | number + lineup_id?: boolean | number + match_id?: boolean | number + match_map_id?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + role?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} -/** Ordering options when selecting data from "v_player_elo". */ -export interface v_player_elo_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),match?: (matches_order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),season_id?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),type?: (order_by | null),updated_elo?: (order_by | null)} +/** Ordering options when selecting data from "v_player_match_map_roles". */ +export interface v_player_match_map_roles_order_by {adr?: (order_by | null),awp_kills?: (order_by | null),awp_share?: (order_by | null),deaths?: (order_by | null),dpr?: (order_by | null),entry_rate?: (order_by | null),flash_assists?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kills?: (order_by | null),kpr?: (order_by | null),lineup_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),open_deaths?: (order_by | null),open_kills?: (order_by | null),opening_attempts?: (order_by | null),player?: (players_order_by | null),role?: (order_by | null),rounds?: (order_by | null),steam_id?: (order_by | null),support_idx?: (order_by | null),total_kills?: (order_by | null),trade_kill_successes?: (order_by | null),traded_death_successes?: (order_by | null),util_damage?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_elo_stddev_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_stddev_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "v_player_elo" */ -export interface v_player_elo_stddev_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - /** aggregate stddev_pop on columns */ -export interface v_player_elo_stddev_pop_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_stddev_pop_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "v_player_elo" */ -export interface v_player_elo_stddev_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - /** aggregate stddev_samp on columns */ -export interface v_player_elo_stddev_samp_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_stddev_samp_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "v_player_elo" */ -export interface v_player_elo_stddev_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - -/** Streaming cursor of the table "v_player_elo" */ -export interface v_player_elo_stream_cursor_input { +/** Streaming cursor of the table "v_player_match_map_roles" */ +export interface v_player_match_map_roles_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_elo_stream_cursor_value_input, +initial_value: v_player_match_map_roles_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_elo_stream_cursor_value_input {actual_score?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),current_elo?: (Scalars['Int'] | null),damage?: (Scalars['Int'] | null),damage_percent?: (Scalars['float8'] | null),deaths?: (Scalars['Int'] | null),elo_change?: (Scalars['Int'] | null),expected_score?: (Scalars['float8'] | null),impact?: (Scalars['float8'] | null),k_factor?: (Scalars['Int'] | null),kda?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),map_losses?: (Scalars['Int'] | null),map_wins?: (Scalars['Int'] | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),opponent_team_elo_avg?: (Scalars['float8'] | null),performance_multiplier?: (Scalars['float8'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),player_team_elo_avg?: (Scalars['float8'] | null),season_id?: (Scalars['uuid'] | null),series_multiplier?: (Scalars['Int'] | null),team_avg_kda?: (Scalars['float8'] | null),type?: (Scalars['String'] | null),updated_elo?: (Scalars['Int'] | null)} +export interface v_player_match_map_roles_stream_cursor_value_input {adr?: (Scalars['numeric'] | null),awp_kills?: (Scalars['Int'] | null),awp_share?: (Scalars['numeric'] | null),deaths?: (Scalars['Int'] | null),dpr?: (Scalars['numeric'] | null),entry_rate?: (Scalars['numeric'] | null),flash_assists?: (Scalars['Int'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kills?: (Scalars['Int'] | null),kpr?: (Scalars['numeric'] | null),lineup_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),open_deaths?: (Scalars['Int'] | null),open_kills?: (Scalars['Int'] | null),opening_attempts?: (Scalars['Int'] | null),role?: (Scalars['String'] | null),rounds?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),support_idx?: (Scalars['numeric'] | null),total_kills?: (Scalars['Int'] | null),trade_kill_successes?: (Scalars['Int'] | null),traded_death_successes?: (Scalars['Int'] | null),util_damage?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_player_elo_sum_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_sum_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "v_player_elo" */ -export interface v_player_elo_sum_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - /** aggregate var_pop on columns */ -export interface v_player_elo_var_pop_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_var_pop_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "v_player_elo" */ -export interface v_player_elo_var_pop_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface v_player_elo_var_samp_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_var_samp_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "v_player_elo" */ -export interface v_player_elo_var_samp_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - /** aggregate variance on columns */ -export interface v_player_elo_variance_fieldsGenqlSelection{ - actual_score?: boolean | number - assists?: boolean | number - current_elo?: boolean | number - damage?: boolean | number - damage_percent?: boolean | number +export interface v_player_match_map_roles_variance_fieldsGenqlSelection{ + adr?: boolean | number + awp_kills?: boolean | number + awp_share?: boolean | number deaths?: boolean | number - elo_change?: boolean | number - expected_score?: boolean | number - impact?: boolean | number - k_factor?: boolean | number - kda?: boolean | number + dpr?: boolean | number + entry_rate?: boolean | number + flash_assists?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number kills?: boolean | number - map_losses?: boolean | number - map_wins?: boolean | number - opponent_team_elo_avg?: boolean | number - performance_multiplier?: boolean | number - player_steam_id?: boolean | number - player_team_elo_avg?: boolean | number - series_multiplier?: boolean | number - team_avg_kda?: boolean | number - updated_elo?: boolean | number + kpr?: boolean | number + open_deaths?: boolean | number + open_kills?: boolean | number + opening_attempts?: boolean | number + rounds?: boolean | number + steam_id?: boolean | number + support_idx?: boolean | number + total_kills?: boolean | number + trade_kill_successes?: boolean | number + traded_death_successes?: boolean | number + util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "v_player_elo" */ -export interface v_player_elo_variance_order_by {actual_score?: (order_by | null),assists?: (order_by | null),current_elo?: (order_by | null),damage?: (order_by | null),damage_percent?: (order_by | null),deaths?: (order_by | null),elo_change?: (order_by | null),expected_score?: (order_by | null),impact?: (order_by | null),k_factor?: (order_by | null),kda?: (order_by | null),kills?: (order_by | null),map_losses?: (order_by | null),map_wins?: (order_by | null),opponent_team_elo_avg?: (order_by | null),performance_multiplier?: (order_by | null),player_steam_id?: (order_by | null),player_team_elo_avg?: (order_by | null),series_multiplier?: (order_by | null),team_avg_kda?: (order_by | null),updated_elo?: (order_by | null)} - - -/** columns and relationships of "v_player_map_losses" */ -export interface v_player_map_lossesGenqlSelection{ +/** columns and relationships of "v_player_match_performance" */ +export interface v_player_match_performanceGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number /** An object relationship */ map?: mapsGenqlSelection map_id?: boolean | number /** An object relationship */ match?: matchesGenqlSelection + match_created_at?: boolean | number match_id?: boolean | number - started_at?: boolean | number - steam_id?: boolean | number + match_result?: boolean | number + player_steam_id?: boolean | number + source?: boolean | number + type?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_map_losses" */ -export interface v_player_map_losses_aggregateGenqlSelection{ - aggregate?: v_player_map_losses_aggregate_fieldsGenqlSelection - nodes?: v_player_map_lossesGenqlSelection +/** aggregated selection of "v_player_match_performance" */ +export interface v_player_match_performance_aggregateGenqlSelection{ + aggregate?: v_player_match_performance_aggregate_fieldsGenqlSelection + nodes?: v_player_match_performanceGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_player_map_losses" */ -export interface v_player_map_losses_aggregate_fieldsGenqlSelection{ - avg?: v_player_map_losses_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_map_losses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_map_losses_max_fieldsGenqlSelection - min?: v_player_map_losses_min_fieldsGenqlSelection - stddev?: v_player_map_losses_stddev_fieldsGenqlSelection - stddev_pop?: v_player_map_losses_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_map_losses_stddev_samp_fieldsGenqlSelection - sum?: v_player_map_losses_sum_fieldsGenqlSelection - var_pop?: v_player_map_losses_var_pop_fieldsGenqlSelection - var_samp?: v_player_map_losses_var_samp_fieldsGenqlSelection - variance?: v_player_map_losses_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_match_performance" */ +export interface v_player_match_performance_aggregate_fieldsGenqlSelection{ + avg?: v_player_match_performance_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_match_performance_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_match_performance_max_fieldsGenqlSelection + min?: v_player_match_performance_min_fieldsGenqlSelection + stddev?: v_player_match_performance_stddev_fieldsGenqlSelection + stddev_pop?: v_player_match_performance_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_match_performance_stddev_samp_fieldsGenqlSelection + sum?: v_player_match_performance_sum_fieldsGenqlSelection + var_pop?: v_player_match_performance_var_pop_fieldsGenqlSelection + var_samp?: v_player_match_performance_var_samp_fieldsGenqlSelection + variance?: v_player_match_performance_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_player_map_losses_avg_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_avg_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_map_losses". All fields are combined with a logical 'AND'. */ -export interface v_player_map_losses_bool_exp {_and?: (v_player_map_losses_bool_exp[] | null),_not?: (v_player_map_losses_bool_exp | null),_or?: (v_player_map_losses_bool_exp[] | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),started_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_player_match_performance". All fields are combined with a logical 'AND'. */ +export interface v_player_match_performance_bool_exp {_and?: (v_player_match_performance_bool_exp[] | null),_not?: (v_player_match_performance_bool_exp | null),_or?: (v_player_match_performance_bool_exp[] | null),assists?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),kills?: (Int_comparison_exp | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_created_at?: (timestamptz_comparison_exp | null),match_id?: (uuid_comparison_exp | null),match_result?: (String_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),source?: (String_comparison_exp | null),type?: (String_comparison_exp | null)} /** aggregate max on columns */ -export interface v_player_map_losses_max_fieldsGenqlSelection{ +export interface v_player_match_performance_max_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number map_id?: boolean | number + match_created_at?: boolean | number match_id?: boolean | number - started_at?: boolean | number - steam_id?: boolean | number + match_result?: boolean | number + player_steam_id?: boolean | number + source?: boolean | number + type?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_player_map_losses_min_fieldsGenqlSelection{ +export interface v_player_match_performance_min_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number map_id?: boolean | number + match_created_at?: boolean | number match_id?: boolean | number - started_at?: boolean | number - steam_id?: boolean | number + match_result?: boolean | number + player_steam_id?: boolean | number + source?: boolean | number + type?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_map_losses". */ -export interface v_player_map_losses_order_by {map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),started_at?: (order_by | null),steam_id?: (order_by | null)} +/** Ordering options when selecting data from "v_player_match_performance". */ +export interface v_player_match_performance_order_by {assists?: (order_by | null),deaths?: (order_by | null),kills?: (order_by | null),map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),player_steam_id?: (order_by | null),source?: (order_by | null),type?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_map_losses_stddev_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_stddev_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_player_map_losses_stddev_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_stddev_pop_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_player_map_losses_stddev_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_stddev_samp_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_map_losses" */ -export interface v_player_map_losses_stream_cursor_input { +/** Streaming cursor of the table "v_player_match_performance" */ +export interface v_player_match_performance_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_map_losses_stream_cursor_value_input, +initial_value: v_player_match_performance_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_map_losses_stream_cursor_value_input {map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),started_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface v_player_match_performance_stream_cursor_value_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),kills?: (Scalars['Int'] | null),map_id?: (Scalars['uuid'] | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),source?: (Scalars['String'] | null),type?: (Scalars['String'] | null)} /** aggregate sum on columns */ -export interface v_player_map_losses_sum_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_sum_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_player_map_losses_var_pop_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_var_pop_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_player_map_losses_var_samp_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_var_samp_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_player_map_losses_variance_fieldsGenqlSelection{ - steam_id?: boolean | number +export interface v_player_match_performance_variance_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + kills?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_map_wins" */ -export interface v_player_map_winsGenqlSelection{ - /** An object relationship */ - map?: mapsGenqlSelection - map_id?: boolean | number +/** columns and relationships of "v_player_match_rating" */ +export interface v_player_match_ratingGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number /** An object relationship */ match?: matchesGenqlSelection match_id?: boolean | number - started_at?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_map_wins" */ -export interface v_player_map_wins_aggregateGenqlSelection{ - aggregate?: v_player_map_wins_aggregate_fieldsGenqlSelection - nodes?: v_player_map_winsGenqlSelection +/** aggregated selection of "v_player_match_rating" */ +export interface v_player_match_rating_aggregateGenqlSelection{ + aggregate?: v_player_match_rating_aggregate_fieldsGenqlSelection + nodes?: v_player_match_ratingGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_player_map_wins" */ -export interface v_player_map_wins_aggregate_fieldsGenqlSelection{ - avg?: v_player_map_wins_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_map_wins_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_map_wins_max_fieldsGenqlSelection - min?: v_player_map_wins_min_fieldsGenqlSelection - stddev?: v_player_map_wins_stddev_fieldsGenqlSelection - stddev_pop?: v_player_map_wins_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_map_wins_stddev_samp_fieldsGenqlSelection - sum?: v_player_map_wins_sum_fieldsGenqlSelection - var_pop?: v_player_map_wins_var_pop_fieldsGenqlSelection - var_samp?: v_player_map_wins_var_samp_fieldsGenqlSelection - variance?: v_player_map_wins_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_match_rating" */ +export interface v_player_match_rating_aggregate_fieldsGenqlSelection{ + avg?: v_player_match_rating_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_match_rating_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_match_rating_max_fieldsGenqlSelection + min?: v_player_match_rating_min_fieldsGenqlSelection + stddev?: v_player_match_rating_stddev_fieldsGenqlSelection + stddev_pop?: v_player_match_rating_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_match_rating_stddev_samp_fieldsGenqlSelection + sum?: v_player_match_rating_sum_fieldsGenqlSelection + var_pop?: v_player_match_rating_var_pop_fieldsGenqlSelection + var_samp?: v_player_match_rating_var_samp_fieldsGenqlSelection + variance?: v_player_match_rating_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_player_map_wins_avg_fieldsGenqlSelection{ +export interface v_player_match_rating_avg_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_map_wins". All fields are combined with a logical 'AND'. */ -export interface v_player_map_wins_bool_exp {_and?: (v_player_map_wins_bool_exp[] | null),_not?: (v_player_map_wins_bool_exp | null),_or?: (v_player_map_wins_bool_exp[] | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),started_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_player_match_rating". All fields are combined with a logical 'AND'. */ +export interface v_player_match_rating_bool_exp {_and?: (v_player_match_rating_bool_exp[] | null),_not?: (v_player_match_rating_bool_exp | null),_or?: (v_player_match_rating_bool_exp[] | null),adr?: (numeric_comparison_exp | null),dpr?: (numeric_comparison_exp | null),hltv_rating?: (numeric_comparison_exp | null),kast_pct?: (numeric_comparison_exp | null),kpr?: (numeric_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),rounds_played?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} /** aggregate max on columns */ -export interface v_player_map_wins_max_fieldsGenqlSelection{ - map_id?: boolean | number +export interface v_player_match_rating_max_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number match_id?: boolean | number - started_at?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -77808,22 +87882,32 @@ export interface v_player_map_wins_max_fieldsGenqlSelection{ /** aggregate min on columns */ -export interface v_player_map_wins_min_fieldsGenqlSelection{ - map_id?: boolean | number +export interface v_player_match_rating_min_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number match_id?: boolean | number - started_at?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_map_wins". */ -export interface v_player_map_wins_order_by {map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),started_at?: (order_by | null),steam_id?: (order_by | null)} +/** Ordering options when selecting data from "v_player_match_rating". */ +export interface v_player_match_rating_order_by {adr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),player?: (players_order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_map_wins_stddev_fieldsGenqlSelection{ +export interface v_player_match_rating_stddev_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -77831,7 +87915,13 @@ export interface v_player_map_wins_stddev_fieldsGenqlSelection{ /** aggregate stddev_pop on columns */ -export interface v_player_map_wins_stddev_pop_fieldsGenqlSelection{ +export interface v_player_match_rating_stddev_pop_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -77839,27 +87929,39 @@ export interface v_player_map_wins_stddev_pop_fieldsGenqlSelection{ /** aggregate stddev_samp on columns */ -export interface v_player_map_wins_stddev_samp_fieldsGenqlSelection{ +export interface v_player_match_rating_stddev_samp_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_map_wins" */ -export interface v_player_map_wins_stream_cursor_input { +/** Streaming cursor of the table "v_player_match_rating" */ +export interface v_player_match_rating_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_map_wins_stream_cursor_value_input, +initial_value: v_player_match_rating_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_map_wins_stream_cursor_value_input {map_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),started_at?: (Scalars['timestamptz'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface v_player_match_rating_stream_cursor_value_input {adr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match_id?: (Scalars['uuid'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} /** aggregate sum on columns */ -export interface v_player_map_wins_sum_fieldsGenqlSelection{ +export interface v_player_match_rating_sum_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -77867,7 +87969,13 @@ export interface v_player_map_wins_sum_fieldsGenqlSelection{ /** aggregate var_pop on columns */ -export interface v_player_map_wins_var_pop_fieldsGenqlSelection{ +export interface v_player_match_rating_var_pop_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -77875,7 +87983,13 @@ export interface v_player_map_wins_var_pop_fieldsGenqlSelection{ /** aggregate var_samp on columns */ -export interface v_player_map_wins_var_samp_fieldsGenqlSelection{ +export interface v_player_match_rating_var_samp_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -77883,7265 +87997,7167 @@ export interface v_player_map_wins_var_samp_fieldsGenqlSelection{ /** aggregate variance on columns */ -export interface v_player_map_wins_variance_fieldsGenqlSelection{ +export interface v_player_match_rating_variance_fieldsGenqlSelection{ + adr?: boolean | number + dpr?: boolean | number + hltv_rating?: boolean | number + kast_pct?: boolean | number + kpr?: boolean | number + rounds_played?: boolean | number steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_match_head_to_head" */ -export interface v_player_match_head_to_headGenqlSelection{ - /** An object relationship */ - attacked?: playersGenqlSelection - attacked_steam_id?: boolean | number - /** An object relationship */ - attacker?: playersGenqlSelection +/** columns and relationships of "v_player_multi_kills" */ +export interface v_player_multi_killsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection match_id?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_match_head_to_head" */ -export interface v_player_match_head_to_head_aggregateGenqlSelection{ - aggregate?: v_player_match_head_to_head_aggregate_fieldsGenqlSelection - nodes?: v_player_match_head_to_headGenqlSelection +/** aggregated selection of "v_player_multi_kills" */ +export interface v_player_multi_kills_aggregateGenqlSelection{ + aggregate?: v_player_multi_kills_aggregate_fieldsGenqlSelection + nodes?: v_player_multi_killsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface v_player_multi_kills_aggregate_bool_exp {count?: (v_player_multi_kills_aggregate_bool_exp_count | null)} -/** aggregate fields of "v_player_match_head_to_head" */ -export interface v_player_match_head_to_head_aggregate_fieldsGenqlSelection{ - avg?: v_player_match_head_to_head_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_match_head_to_head_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_match_head_to_head_max_fieldsGenqlSelection - min?: v_player_match_head_to_head_min_fieldsGenqlSelection - stddev?: v_player_match_head_to_head_stddev_fieldsGenqlSelection - stddev_pop?: v_player_match_head_to_head_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_match_head_to_head_stddev_samp_fieldsGenqlSelection - sum?: v_player_match_head_to_head_sum_fieldsGenqlSelection - var_pop?: v_player_match_head_to_head_var_pop_fieldsGenqlSelection - var_samp?: v_player_match_head_to_head_var_samp_fieldsGenqlSelection - variance?: v_player_match_head_to_head_variance_fieldsGenqlSelection +export interface v_player_multi_kills_aggregate_bool_exp_count {arguments?: (v_player_multi_kills_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_player_multi_kills_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "v_player_multi_kills" */ +export interface v_player_multi_kills_aggregate_fieldsGenqlSelection{ + avg?: v_player_multi_kills_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_multi_kills_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_multi_kills_max_fieldsGenqlSelection + min?: v_player_multi_kills_min_fieldsGenqlSelection + stddev?: v_player_multi_kills_stddev_fieldsGenqlSelection + stddev_pop?: v_player_multi_kills_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_multi_kills_stddev_samp_fieldsGenqlSelection + sum?: v_player_multi_kills_sum_fieldsGenqlSelection + var_pop?: v_player_multi_kills_var_pop_fieldsGenqlSelection + var_samp?: v_player_multi_kills_var_samp_fieldsGenqlSelection + variance?: v_player_multi_kills_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "v_player_multi_kills" */ +export interface v_player_multi_kills_aggregate_order_by {avg?: (v_player_multi_kills_avg_order_by | null),count?: (order_by | null),max?: (v_player_multi_kills_max_order_by | null),min?: (v_player_multi_kills_min_order_by | null),stddev?: (v_player_multi_kills_stddev_order_by | null),stddev_pop?: (v_player_multi_kills_stddev_pop_order_by | null),stddev_samp?: (v_player_multi_kills_stddev_samp_order_by | null),sum?: (v_player_multi_kills_sum_order_by | null),var_pop?: (v_player_multi_kills_var_pop_order_by | null),var_samp?: (v_player_multi_kills_var_samp_order_by | null),variance?: (v_player_multi_kills_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "v_player_multi_kills" */ +export interface v_player_multi_kills_arr_rel_insert_input {data: v_player_multi_kills_insert_input[]} + + /** aggregate avg on columns */ -export interface v_player_match_head_to_head_avg_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_avg_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_match_head_to_head". All fields are combined with a logical 'AND'. */ -export interface v_player_match_head_to_head_bool_exp {_and?: (v_player_match_head_to_head_bool_exp[] | null),_not?: (v_player_match_head_to_head_bool_exp | null),_or?: (v_player_match_head_to_head_bool_exp[] | null),attacked?: (players_bool_exp | null),attacked_steam_id?: (bigint_comparison_exp | null),attacker?: (players_bool_exp | null),attacker_steam_id?: (bigint_comparison_exp | null),damage_dealt?: (Int_comparison_exp | null),flash_count?: (bigint_comparison_exp | null),headshot_kills?: (bigint_comparison_exp | null),hits?: (bigint_comparison_exp | null),kills?: (bigint_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null)} +/** order by avg() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_avg_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "v_player_multi_kills". All fields are combined with a logical 'AND'. */ +export interface v_player_multi_kills_bool_exp {_and?: (v_player_multi_kills_bool_exp[] | null),_not?: (v_player_multi_kills_bool_exp | null),_or?: (v_player_multi_kills_bool_exp[] | null),attacker_steam_id?: (bigint_comparison_exp | null),kills?: (bigint_comparison_exp | null),match_id?: (uuid_comparison_exp | null),round?: (Int_comparison_exp | null)} + + +/** input type for inserting data into table "v_player_multi_kills" */ +export interface v_player_multi_kills_insert_input {attacker_steam_id?: (Scalars['bigint'] | null),kills?: (Scalars['bigint'] | null),match_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface v_player_match_head_to_head_max_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_max_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number match_id?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_max_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),match_id?: (order_by | null),round?: (order_by | null)} + + /** aggregate min on columns */ -export interface v_player_match_head_to_head_min_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_min_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number match_id?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_match_head_to_head". */ -export interface v_player_match_head_to_head_order_by {attacked?: (players_order_by | null),attacked_steam_id?: (order_by | null),attacker?: (players_order_by | null),attacker_steam_id?: (order_by | null),damage_dealt?: (order_by | null),flash_count?: (order_by | null),headshot_kills?: (order_by | null),hits?: (order_by | null),kills?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null)} +/** order by min() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_min_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),match_id?: (order_by | null),round?: (order_by | null)} + + +/** Ordering options when selecting data from "v_player_multi_kills". */ +export interface v_player_multi_kills_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),match_id?: (order_by | null),round?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_match_head_to_head_stddev_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_stddev_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_stddev_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_player_match_head_to_head_stddev_pop_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_stddev_pop_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_stddev_pop_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_player_match_head_to_head_stddev_samp_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_stddev_samp_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_match_head_to_head" */ -export interface v_player_match_head_to_head_stream_cursor_input { +/** order by stddev_samp() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_stddev_samp_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + +/** Streaming cursor of the table "v_player_multi_kills" */ +export interface v_player_multi_kills_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_match_head_to_head_stream_cursor_value_input, +initial_value: v_player_multi_kills_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_match_head_to_head_stream_cursor_value_input {attacked_steam_id?: (Scalars['bigint'] | null),attacker_steam_id?: (Scalars['bigint'] | null),damage_dealt?: (Scalars['Int'] | null),flash_count?: (Scalars['bigint'] | null),headshot_kills?: (Scalars['bigint'] | null),hits?: (Scalars['bigint'] | null),kills?: (Scalars['bigint'] | null),match_id?: (Scalars['uuid'] | null)} +export interface v_player_multi_kills_stream_cursor_value_input {attacker_steam_id?: (Scalars['bigint'] | null),kills?: (Scalars['bigint'] | null),match_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_player_match_head_to_head_sum_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_sum_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by sum() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_sum_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + /** aggregate var_pop on columns */ -export interface v_player_match_head_to_head_var_pop_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_var_pop_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_var_pop_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_player_match_head_to_head_var_samp_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_var_samp_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_var_samp_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + /** aggregate variance on columns */ -export interface v_player_match_head_to_head_variance_fieldsGenqlSelection{ - attacked_steam_id?: boolean | number +export interface v_player_multi_kills_variance_fieldsGenqlSelection{ attacker_steam_id?: boolean | number - damage_dealt?: boolean | number - flash_count?: boolean | number - headshot_kills?: boolean | number - hits?: boolean | number kills?: boolean | number + round?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_match_map_hltv" */ -export interface v_player_match_map_hltvGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number - /** An object relationship */ - match_map?: match_mapsGenqlSelection - match_map_id?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - rounds_played?: boolean | number - steam_id?: boolean | number +/** order by variance() on columns of table "v_player_multi_kills" */ +export interface v_player_multi_kills_variance_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} + + +/** columns and relationships of "v_player_weapon_damage" */ +export interface v_player_weapon_damageGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number + source?: boolean | number + type?: boolean | number + with?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_aggregateGenqlSelection{ - aggregate?: v_player_match_map_hltv_aggregate_fieldsGenqlSelection - nodes?: v_player_match_map_hltvGenqlSelection +/** aggregated selection of "v_player_weapon_damage" */ +export interface v_player_weapon_damage_aggregateGenqlSelection{ + aggregate?: v_player_weapon_damage_aggregate_fieldsGenqlSelection + nodes?: v_player_weapon_damageGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface v_player_match_map_hltv_aggregate_bool_exp {count?: (v_player_match_map_hltv_aggregate_bool_exp_count | null)} - -export interface v_player_match_map_hltv_aggregate_bool_exp_count {arguments?: (v_player_match_map_hltv_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_player_match_map_hltv_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_aggregate_fieldsGenqlSelection{ - avg?: v_player_match_map_hltv_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_match_map_hltv_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_match_map_hltv_max_fieldsGenqlSelection - min?: v_player_match_map_hltv_min_fieldsGenqlSelection - stddev?: v_player_match_map_hltv_stddev_fieldsGenqlSelection - stddev_pop?: v_player_match_map_hltv_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_match_map_hltv_stddev_samp_fieldsGenqlSelection - sum?: v_player_match_map_hltv_sum_fieldsGenqlSelection - var_pop?: v_player_match_map_hltv_var_pop_fieldsGenqlSelection - var_samp?: v_player_match_map_hltv_var_samp_fieldsGenqlSelection - variance?: v_player_match_map_hltv_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_weapon_damage" */ +export interface v_player_weapon_damage_aggregate_fieldsGenqlSelection{ + avg?: v_player_weapon_damage_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_weapon_damage_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_weapon_damage_max_fieldsGenqlSelection + min?: v_player_weapon_damage_min_fieldsGenqlSelection + stddev?: v_player_weapon_damage_stddev_fieldsGenqlSelection + stddev_pop?: v_player_weapon_damage_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_weapon_damage_stddev_samp_fieldsGenqlSelection + sum?: v_player_weapon_damage_sum_fieldsGenqlSelection + var_pop?: v_player_weapon_damage_var_pop_fieldsGenqlSelection + var_samp?: v_player_weapon_damage_var_samp_fieldsGenqlSelection + variance?: v_player_weapon_damage_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_aggregate_order_by {avg?: (v_player_match_map_hltv_avg_order_by | null),count?: (order_by | null),max?: (v_player_match_map_hltv_max_order_by | null),min?: (v_player_match_map_hltv_min_order_by | null),stddev?: (v_player_match_map_hltv_stddev_order_by | null),stddev_pop?: (v_player_match_map_hltv_stddev_pop_order_by | null),stddev_samp?: (v_player_match_map_hltv_stddev_samp_order_by | null),sum?: (v_player_match_map_hltv_sum_order_by | null),var_pop?: (v_player_match_map_hltv_var_pop_order_by | null),var_samp?: (v_player_match_map_hltv_var_samp_order_by | null),variance?: (v_player_match_map_hltv_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_arr_rel_insert_input {data: v_player_match_map_hltv_insert_input[]} - - /** aggregate avg on columns */ -export interface v_player_match_map_hltv_avg_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_avg_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_avg_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "v_player_match_map_hltv". All fields are combined with a logical 'AND'. */ -export interface v_player_match_map_hltv_bool_exp {_and?: (v_player_match_map_hltv_bool_exp[] | null),_not?: (v_player_match_map_hltv_bool_exp | null),_or?: (v_player_match_map_hltv_bool_exp[] | null),adr?: (numeric_comparison_exp | null),apr?: (numeric_comparison_exp | null),dpr?: (numeric_comparison_exp | null),hltv_rating?: (numeric_comparison_exp | null),kast_pct?: (numeric_comparison_exp | null),kpr?: (numeric_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),rounds_played?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} - - -/** input type for incrementing numeric columns in table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_inc_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} - - -/** input type for inserting data into table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_insert_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match?: (matches_obj_rel_insert_input | null),match_id?: (Scalars['uuid'] | null),match_map?: (match_maps_obj_rel_insert_input | null),match_map_id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} +/** Boolean expression to filter rows from the table "v_player_weapon_damage". All fields are combined with a logical 'AND'. */ +export interface v_player_weapon_damage_bool_exp {_and?: (v_player_weapon_damage_bool_exp[] | null),_not?: (v_player_weapon_damage_bool_exp | null),_or?: (v_player_weapon_damage_bool_exp[] | null),damage?: (bigint_comparison_exp | null),hits?: (bigint_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),source?: (String_comparison_exp | null),type?: (String_comparison_exp | null),with?: (String_comparison_exp | null)} /** aggregate max on columns */ -export interface v_player_match_map_hltv_max_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - match_id?: boolean | number - match_map_id?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_max_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number + source?: boolean | number + type?: boolean | number + with?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_max_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match_id?: (order_by | null),match_map_id?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - /** aggregate min on columns */ -export interface v_player_match_map_hltv_min_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - match_id?: boolean | number - match_map_id?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** order by min() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_min_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match_id?: (order_by | null),match_map_id?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - -/** response of any mutation on the table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: v_player_match_map_hltvGenqlSelection +export interface v_player_weapon_damage_min_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number + source?: boolean | number + type?: boolean | number + with?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_match_map_hltv". */ -export interface v_player_match_map_hltv_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),player?: (players_order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - -/** input type for updating data in table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_set_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} - - -/** aggregate stddev on columns */ -export interface v_player_match_map_hltv_stddev_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +/** Ordering options when selecting data from "v_player_weapon_damage". */ +export interface v_player_weapon_damage_order_by {damage?: (order_by | null),hits?: (order_by | null),player_steam_id?: (order_by | null),source?: (order_by | null),type?: (order_by | null),with?: (order_by | null)} + + +/** aggregate stddev on columns */ +export interface v_player_weapon_damage_stddev_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_stddev_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - /** aggregate stddev_pop on columns */ -export interface v_player_match_map_hltv_stddev_pop_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_stddev_pop_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_stddev_pop_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - /** aggregate stddev_samp on columns */ -export interface v_player_match_map_hltv_stddev_samp_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_stddev_samp_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_stddev_samp_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - -/** Streaming cursor of the table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_stream_cursor_input { +/** Streaming cursor of the table "v_player_weapon_damage" */ +export interface v_player_weapon_damage_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_match_map_hltv_stream_cursor_value_input, +initial_value: v_player_weapon_damage_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_match_map_hltv_stream_cursor_value_input {adr?: (Scalars['numeric'] | null),apr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface v_player_weapon_damage_stream_cursor_value_input {damage?: (Scalars['bigint'] | null),hits?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),source?: (Scalars['String'] | null),type?: (Scalars['String'] | null),with?: (Scalars['String'] | null)} /** aggregate sum on columns */ -export interface v_player_match_map_hltv_sum_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_sum_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_sum_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - -export interface v_player_match_map_hltv_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (v_player_match_map_hltv_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (v_player_match_map_hltv_set_input | null), -/** filter the rows which have to be updated */ -where: v_player_match_map_hltv_bool_exp} - - /** aggregate var_pop on columns */ -export interface v_player_match_map_hltv_var_pop_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_var_pop_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_var_pop_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface v_player_match_map_hltv_var_samp_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_var_samp_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_var_samp_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - /** aggregate variance on columns */ -export interface v_player_match_map_hltv_variance_fieldsGenqlSelection{ - adr?: boolean | number - apr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_player_weapon_damage_variance_fieldsGenqlSelection{ + damage?: boolean | number + hits?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "v_player_match_map_hltv" */ -export interface v_player_match_map_hltv_variance_order_by {adr?: (order_by | null),apr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} - - -/** columns and relationships of "v_player_match_map_roles" */ -export interface v_player_match_map_rolesGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - lineup_id?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number - /** An object relationship */ - match_map?: match_mapsGenqlSelection - match_map_id?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - role?: boolean | number +/** columns and relationships of "v_player_weapon_kills" */ +export interface v_player_weapon_killsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number + source?: boolean | number + type?: boolean | number + with?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_match_map_roles" */ -export interface v_player_match_map_roles_aggregateGenqlSelection{ - aggregate?: v_player_match_map_roles_aggregate_fieldsGenqlSelection - nodes?: v_player_match_map_rolesGenqlSelection +/** aggregated selection of "v_player_weapon_kills" */ +export interface v_player_weapon_kills_aggregateGenqlSelection{ + aggregate?: v_player_weapon_kills_aggregate_fieldsGenqlSelection + nodes?: v_player_weapon_killsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_player_match_map_roles" */ -export interface v_player_match_map_roles_aggregate_fieldsGenqlSelection{ - avg?: v_player_match_map_roles_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_match_map_roles_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_match_map_roles_max_fieldsGenqlSelection - min?: v_player_match_map_roles_min_fieldsGenqlSelection - stddev?: v_player_match_map_roles_stddev_fieldsGenqlSelection - stddev_pop?: v_player_match_map_roles_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_match_map_roles_stddev_samp_fieldsGenqlSelection - sum?: v_player_match_map_roles_sum_fieldsGenqlSelection - var_pop?: v_player_match_map_roles_var_pop_fieldsGenqlSelection - var_samp?: v_player_match_map_roles_var_samp_fieldsGenqlSelection - variance?: v_player_match_map_roles_variance_fieldsGenqlSelection +/** aggregate fields of "v_player_weapon_kills" */ +export interface v_player_weapon_kills_aggregate_fieldsGenqlSelection{ + avg?: v_player_weapon_kills_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_player_weapon_kills_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_player_weapon_kills_max_fieldsGenqlSelection + min?: v_player_weapon_kills_min_fieldsGenqlSelection + stddev?: v_player_weapon_kills_stddev_fieldsGenqlSelection + stddev_pop?: v_player_weapon_kills_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_player_weapon_kills_stddev_samp_fieldsGenqlSelection + sum?: v_player_weapon_kills_sum_fieldsGenqlSelection + var_pop?: v_player_weapon_kills_var_pop_fieldsGenqlSelection + var_samp?: v_player_weapon_kills_var_samp_fieldsGenqlSelection + variance?: v_player_weapon_kills_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_player_match_map_roles_avg_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number +export interface v_player_weapon_kills_avg_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_match_map_roles". All fields are combined with a logical 'AND'. */ -export interface v_player_match_map_roles_bool_exp {_and?: (v_player_match_map_roles_bool_exp[] | null),_not?: (v_player_match_map_roles_bool_exp | null),_or?: (v_player_match_map_roles_bool_exp[] | null),adr?: (numeric_comparison_exp | null),awp_kills?: (Int_comparison_exp | null),awp_share?: (numeric_comparison_exp | null),deaths?: (Int_comparison_exp | null),dpr?: (numeric_comparison_exp | null),entry_rate?: (numeric_comparison_exp | null),flash_assists?: (Int_comparison_exp | null),hltv_rating?: (numeric_comparison_exp | null),kast_pct?: (numeric_comparison_exp | null),kills?: (Int_comparison_exp | null),kpr?: (numeric_comparison_exp | null),lineup_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),match_map?: (match_maps_bool_exp | null),match_map_id?: (uuid_comparison_exp | null),open_deaths?: (Int_comparison_exp | null),open_kills?: (Int_comparison_exp | null),opening_attempts?: (Int_comparison_exp | null),player?: (players_bool_exp | null),role?: (String_comparison_exp | null),rounds?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),support_idx?: (numeric_comparison_exp | null),total_kills?: (Int_comparison_exp | null),trade_kill_successes?: (Int_comparison_exp | null),traded_death_successes?: (Int_comparison_exp | null),util_damage?: (Int_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_player_weapon_kills". All fields are combined with a logical 'AND'. */ +export interface v_player_weapon_kills_bool_exp {_and?: (v_player_weapon_kills_bool_exp[] | null),_not?: (v_player_weapon_kills_bool_exp | null),_or?: (v_player_weapon_kills_bool_exp[] | null),kill_count?: (bigint_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),rounds?: (bigint_comparison_exp | null),source?: (String_comparison_exp | null),type?: (String_comparison_exp | null),with?: (String_comparison_exp | null)} /** aggregate max on columns */ -export interface v_player_match_map_roles_max_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - lineup_id?: boolean | number - match_id?: boolean | number - match_map_id?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number - role?: boolean | number +export interface v_player_weapon_kills_max_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number + source?: boolean | number + type?: boolean | number + with?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_player_match_map_roles_min_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - lineup_id?: boolean | number - match_id?: boolean | number - match_map_id?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number - role?: boolean | number +export interface v_player_weapon_kills_min_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number + source?: boolean | number + type?: boolean | number + with?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_match_map_roles". */ -export interface v_player_match_map_roles_order_by {adr?: (order_by | null),awp_kills?: (order_by | null),awp_share?: (order_by | null),deaths?: (order_by | null),dpr?: (order_by | null),entry_rate?: (order_by | null),flash_assists?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kills?: (order_by | null),kpr?: (order_by | null),lineup_id?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),match_map?: (match_maps_order_by | null),match_map_id?: (order_by | null),open_deaths?: (order_by | null),open_kills?: (order_by | null),opening_attempts?: (order_by | null),player?: (players_order_by | null),role?: (order_by | null),rounds?: (order_by | null),steam_id?: (order_by | null),support_idx?: (order_by | null),total_kills?: (order_by | null),trade_kill_successes?: (order_by | null),traded_death_successes?: (order_by | null),util_damage?: (order_by | null)} +/** Ordering options when selecting data from "v_player_weapon_kills". */ +export interface v_player_weapon_kills_order_by {kill_count?: (order_by | null),player_steam_id?: (order_by | null),rounds?: (order_by | null),source?: (order_by | null),type?: (order_by | null),with?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_match_map_roles_stddev_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number +export interface v_player_weapon_kills_stddev_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_player_match_map_roles_stddev_pop_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number +export interface v_player_weapon_kills_stddev_pop_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_player_match_map_roles_stddev_samp_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number +export interface v_player_weapon_kills_stddev_samp_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_match_map_roles" */ -export interface v_player_match_map_roles_stream_cursor_input { +/** Streaming cursor of the table "v_player_weapon_kills" */ +export interface v_player_weapon_kills_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_match_map_roles_stream_cursor_value_input, +initial_value: v_player_weapon_kills_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_match_map_roles_stream_cursor_value_input {adr?: (Scalars['numeric'] | null),awp_kills?: (Scalars['Int'] | null),awp_share?: (Scalars['numeric'] | null),deaths?: (Scalars['Int'] | null),dpr?: (Scalars['numeric'] | null),entry_rate?: (Scalars['numeric'] | null),flash_assists?: (Scalars['Int'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kills?: (Scalars['Int'] | null),kpr?: (Scalars['numeric'] | null),lineup_id?: (Scalars['uuid'] | null),match_id?: (Scalars['uuid'] | null),match_map_id?: (Scalars['uuid'] | null),open_deaths?: (Scalars['Int'] | null),open_kills?: (Scalars['Int'] | null),opening_attempts?: (Scalars['Int'] | null),role?: (Scalars['String'] | null),rounds?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null),support_idx?: (Scalars['numeric'] | null),total_kills?: (Scalars['Int'] | null),trade_kill_successes?: (Scalars['Int'] | null),traded_death_successes?: (Scalars['Int'] | null),util_damage?: (Scalars['Int'] | null)} +export interface v_player_weapon_kills_stream_cursor_value_input {kill_count?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),rounds?: (Scalars['bigint'] | null),source?: (Scalars['String'] | null),type?: (Scalars['String'] | null),with?: (Scalars['String'] | null)} /** aggregate sum on columns */ -export interface v_player_match_map_roles_sum_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number +export interface v_player_weapon_kills_sum_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_player_match_map_roles_var_pop_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number +export interface v_player_weapon_kills_var_pop_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate var_samp on columns */ -export interface v_player_match_map_roles_var_samp_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number - rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number +/** aggregate var_samp on columns */ +export interface v_player_weapon_kills_var_samp_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number + rounds?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface v_player_weapon_kills_variance_fieldsGenqlSelection{ + kill_count?: boolean | number + player_steam_id?: boolean | number + rounds?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** columns and relationships of "v_pool_maps" */ +export interface v_pool_mapsGenqlSelection{ + active_pool?: boolean | number + id?: boolean | number + label?: boolean | number + /** An object relationship */ + map_pool?: map_poolsGenqlSelection + map_pool_id?: boolean | number + name?: boolean | number + patch?: boolean | number + poster?: boolean | number + type?: boolean | number + workshop_map_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "v_pool_maps" */ +export interface v_pool_maps_aggregateGenqlSelection{ + aggregate?: v_pool_maps_aggregate_fieldsGenqlSelection + nodes?: v_pool_mapsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface v_pool_maps_aggregate_bool_exp {bool_and?: (v_pool_maps_aggregate_bool_exp_bool_and | null),bool_or?: (v_pool_maps_aggregate_bool_exp_bool_or | null),count?: (v_pool_maps_aggregate_bool_exp_count | null)} + +export interface v_pool_maps_aggregate_bool_exp_bool_and {arguments: v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_pool_maps_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface v_pool_maps_aggregate_bool_exp_bool_or {arguments: v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_pool_maps_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface v_pool_maps_aggregate_bool_exp_count {arguments?: (v_pool_maps_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_pool_maps_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "v_pool_maps" */ +export interface v_pool_maps_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (v_pool_maps_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_pool_maps_max_fieldsGenqlSelection + min?: v_pool_maps_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "v_pool_maps" */ +export interface v_pool_maps_aggregate_order_by {count?: (order_by | null),max?: (v_pool_maps_max_order_by | null),min?: (v_pool_maps_min_order_by | null)} + + +/** input type for inserting array relation for remote table "v_pool_maps" */ +export interface v_pool_maps_arr_rel_insert_input {data: v_pool_maps_insert_input[]} + + +/** Boolean expression to filter rows from the table "v_pool_maps". All fields are combined with a logical 'AND'. */ +export interface v_pool_maps_bool_exp {_and?: (v_pool_maps_bool_exp[] | null),_not?: (v_pool_maps_bool_exp | null),_or?: (v_pool_maps_bool_exp[] | null),active_pool?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),label?: (String_comparison_exp | null),map_pool?: (map_pools_bool_exp | null),map_pool_id?: (uuid_comparison_exp | null),name?: (String_comparison_exp | null),patch?: (String_comparison_exp | null),poster?: (String_comparison_exp | null),type?: (String_comparison_exp | null),workshop_map_id?: (String_comparison_exp | null)} + + +/** input type for inserting data into table "v_pool_maps" */ +export interface v_pool_maps_insert_input {active_pool?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),map_pool?: (map_pools_obj_rel_insert_input | null),map_pool_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (Scalars['String'] | null),workshop_map_id?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface v_pool_maps_max_fieldsGenqlSelection{ + id?: boolean | number + label?: boolean | number + map_pool_id?: boolean | number + name?: boolean | number + patch?: boolean | number + poster?: boolean | number + type?: boolean | number + workshop_map_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "v_pool_maps" */ +export interface v_pool_maps_max_order_by {id?: (order_by | null),label?: (order_by | null),map_pool_id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface v_pool_maps_min_fieldsGenqlSelection{ + id?: boolean | number + label?: boolean | number + map_pool_id?: boolean | number + name?: boolean | number + patch?: boolean | number + poster?: boolean | number + type?: boolean | number + workshop_map_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate variance on columns */ -export interface v_player_match_map_roles_variance_fieldsGenqlSelection{ - adr?: boolean | number - awp_kills?: boolean | number - awp_share?: boolean | number - deaths?: boolean | number - dpr?: boolean | number - entry_rate?: boolean | number - flash_assists?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kills?: boolean | number - kpr?: boolean | number - open_deaths?: boolean | number - open_kills?: boolean | number - opening_attempts?: boolean | number - rounds?: boolean | number - steam_id?: boolean | number - support_idx?: boolean | number - total_kills?: boolean | number - trade_kill_successes?: boolean | number - traded_death_successes?: boolean | number - util_damage?: boolean | number +/** order by min() on columns of table "v_pool_maps" */ +export interface v_pool_maps_min_order_by {id?: (order_by | null),label?: (order_by | null),map_pool_id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)} + + +/** response of any mutation on the table "v_pool_maps" */ +export interface v_pool_maps_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: v_pool_mapsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_match_performance" */ -export interface v_player_match_performanceGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - /** An object relationship */ - map?: mapsGenqlSelection - map_id?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection - match_created_at?: boolean | number - match_id?: boolean | number - match_result?: boolean | number - player_steam_id?: boolean | number - source?: boolean | number - type?: boolean | number +/** Ordering options when selecting data from "v_pool_maps". */ +export interface v_pool_maps_order_by {active_pool?: (order_by | null),id?: (order_by | null),label?: (order_by | null),map_pool?: (map_pools_order_by | null),map_pool_id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)} + + +/** input type for updating data in table "v_pool_maps" */ +export interface v_pool_maps_set_input {active_pool?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),map_pool_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (Scalars['String'] | null),workshop_map_id?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "v_pool_maps" */ +export interface v_pool_maps_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: v_pool_maps_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface v_pool_maps_stream_cursor_value_input {active_pool?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),map_pool_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (Scalars['String'] | null),workshop_map_id?: (Scalars['String'] | null)} + +export interface v_pool_maps_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (v_pool_maps_set_input | null), +/** filter the rows which have to be updated */ +where: v_pool_maps_bool_exp} + + +/** columns and relationships of "v_steam_account_pool_status" */ +export interface v_steam_account_pool_statusGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_match_performance" */ -export interface v_player_match_performance_aggregateGenqlSelection{ - aggregate?: v_player_match_performance_aggregate_fieldsGenqlSelection - nodes?: v_player_match_performanceGenqlSelection +/** aggregated selection of "v_steam_account_pool_status" */ +export interface v_steam_account_pool_status_aggregateGenqlSelection{ + aggregate?: v_steam_account_pool_status_aggregate_fieldsGenqlSelection + nodes?: v_steam_account_pool_statusGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_player_match_performance" */ -export interface v_player_match_performance_aggregate_fieldsGenqlSelection{ - avg?: v_player_match_performance_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_match_performance_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_match_performance_max_fieldsGenqlSelection - min?: v_player_match_performance_min_fieldsGenqlSelection - stddev?: v_player_match_performance_stddev_fieldsGenqlSelection - stddev_pop?: v_player_match_performance_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_match_performance_stddev_samp_fieldsGenqlSelection - sum?: v_player_match_performance_sum_fieldsGenqlSelection - var_pop?: v_player_match_performance_var_pop_fieldsGenqlSelection - var_samp?: v_player_match_performance_var_samp_fieldsGenqlSelection - variance?: v_player_match_performance_variance_fieldsGenqlSelection +/** aggregate fields of "v_steam_account_pool_status" */ +export interface v_steam_account_pool_status_aggregate_fieldsGenqlSelection{ + avg?: v_steam_account_pool_status_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_steam_account_pool_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_steam_account_pool_status_max_fieldsGenqlSelection + min?: v_steam_account_pool_status_min_fieldsGenqlSelection + stddev?: v_steam_account_pool_status_stddev_fieldsGenqlSelection + stddev_pop?: v_steam_account_pool_status_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_steam_account_pool_status_stddev_samp_fieldsGenqlSelection + sum?: v_steam_account_pool_status_sum_fieldsGenqlSelection + var_pop?: v_steam_account_pool_status_var_pop_fieldsGenqlSelection + var_samp?: v_steam_account_pool_status_var_samp_fieldsGenqlSelection + variance?: v_steam_account_pool_status_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_player_match_performance_avg_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_avg_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_match_performance". All fields are combined with a logical 'AND'. */ -export interface v_player_match_performance_bool_exp {_and?: (v_player_match_performance_bool_exp[] | null),_not?: (v_player_match_performance_bool_exp | null),_or?: (v_player_match_performance_bool_exp[] | null),assists?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),kills?: (Int_comparison_exp | null),map?: (maps_bool_exp | null),map_id?: (uuid_comparison_exp | null),match?: (matches_bool_exp | null),match_created_at?: (timestamptz_comparison_exp | null),match_id?: (uuid_comparison_exp | null),match_result?: (String_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),source?: (String_comparison_exp | null),type?: (String_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_steam_account_pool_status". All fields are combined with a logical 'AND'. */ +export interface v_steam_account_pool_status_bool_exp {_and?: (v_steam_account_pool_status_bool_exp[] | null),_not?: (v_steam_account_pool_status_bool_exp | null),_or?: (v_steam_account_pool_status_bool_exp[] | null),busy_accounts?: (Int_comparison_exp | null),free_accounts?: (Int_comparison_exp | null),id?: (Int_comparison_exp | null),total_accounts?: (Int_comparison_exp | null)} /** aggregate max on columns */ -export interface v_player_match_performance_max_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - map_id?: boolean | number - match_created_at?: boolean | number - match_id?: boolean | number - match_result?: boolean | number - player_steam_id?: boolean | number - source?: boolean | number - type?: boolean | number +export interface v_steam_account_pool_status_max_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_player_match_performance_min_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - map_id?: boolean | number - match_created_at?: boolean | number - match_id?: boolean | number - match_result?: boolean | number - player_steam_id?: boolean | number - source?: boolean | number - type?: boolean | number +export interface v_steam_account_pool_status_min_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_match_performance". */ -export interface v_player_match_performance_order_by {assists?: (order_by | null),deaths?: (order_by | null),kills?: (order_by | null),map?: (maps_order_by | null),map_id?: (order_by | null),match?: (matches_order_by | null),match_created_at?: (order_by | null),match_id?: (order_by | null),match_result?: (order_by | null),player_steam_id?: (order_by | null),source?: (order_by | null),type?: (order_by | null)} +/** Ordering options when selecting data from "v_steam_account_pool_status". */ +export interface v_steam_account_pool_status_order_by {busy_accounts?: (order_by | null),free_accounts?: (order_by | null),id?: (order_by | null),total_accounts?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_match_performance_stddev_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_stddev_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_player_match_performance_stddev_pop_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_stddev_pop_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_player_match_performance_stddev_samp_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_stddev_samp_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_match_performance" */ -export interface v_player_match_performance_stream_cursor_input { +/** Streaming cursor of the table "v_steam_account_pool_status" */ +export interface v_steam_account_pool_status_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_match_performance_stream_cursor_value_input, +initial_value: v_steam_account_pool_status_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_match_performance_stream_cursor_value_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),kills?: (Scalars['Int'] | null),map_id?: (Scalars['uuid'] | null),match_created_at?: (Scalars['timestamptz'] | null),match_id?: (Scalars['uuid'] | null),match_result?: (Scalars['String'] | null),player_steam_id?: (Scalars['bigint'] | null),source?: (Scalars['String'] | null),type?: (Scalars['String'] | null)} +export interface v_steam_account_pool_status_stream_cursor_value_input {busy_accounts?: (Scalars['Int'] | null),free_accounts?: (Scalars['Int'] | null),id?: (Scalars['Int'] | null),total_accounts?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_player_match_performance_sum_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_sum_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_player_match_performance_var_pop_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_var_pop_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_player_match_performance_var_samp_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_var_samp_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_player_match_performance_variance_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - kills?: boolean | number - player_steam_id?: boolean | number +export interface v_steam_account_pool_status_variance_fieldsGenqlSelection{ + busy_accounts?: boolean | number + free_accounts?: boolean | number + id?: boolean | number + total_accounts?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_match_rating" */ -export interface v_player_match_ratingGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - /** An object relationship */ - match?: matchesGenqlSelection - match_id?: boolean | number +/** columns and relationships of "v_team_ranks" */ +export interface v_team_ranksGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number /** An object relationship */ - player?: playersGenqlSelection - rounds_played?: boolean | number - steam_id?: boolean | number + team?: teamsGenqlSelection + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_match_rating" */ -export interface v_player_match_rating_aggregateGenqlSelection{ - aggregate?: v_player_match_rating_aggregate_fieldsGenqlSelection - nodes?: v_player_match_ratingGenqlSelection +/** aggregated selection of "v_team_ranks" */ +export interface v_team_ranks_aggregateGenqlSelection{ + aggregate?: v_team_ranks_aggregate_fieldsGenqlSelection + nodes?: v_team_ranksGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_player_match_rating" */ -export interface v_player_match_rating_aggregate_fieldsGenqlSelection{ - avg?: v_player_match_rating_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_match_rating_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_match_rating_max_fieldsGenqlSelection - min?: v_player_match_rating_min_fieldsGenqlSelection - stddev?: v_player_match_rating_stddev_fieldsGenqlSelection - stddev_pop?: v_player_match_rating_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_match_rating_stddev_samp_fieldsGenqlSelection - sum?: v_player_match_rating_sum_fieldsGenqlSelection - var_pop?: v_player_match_rating_var_pop_fieldsGenqlSelection - var_samp?: v_player_match_rating_var_samp_fieldsGenqlSelection - variance?: v_player_match_rating_variance_fieldsGenqlSelection +/** aggregate fields of "v_team_ranks" */ +export interface v_team_ranks_aggregate_fieldsGenqlSelection{ + avg?: v_team_ranks_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_team_ranks_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_team_ranks_max_fieldsGenqlSelection + min?: v_team_ranks_min_fieldsGenqlSelection + stddev?: v_team_ranks_stddev_fieldsGenqlSelection + stddev_pop?: v_team_ranks_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_team_ranks_stddev_samp_fieldsGenqlSelection + sum?: v_team_ranks_sum_fieldsGenqlSelection + var_pop?: v_team_ranks_var_pop_fieldsGenqlSelection + var_samp?: v_team_ranks_var_samp_fieldsGenqlSelection + variance?: v_team_ranks_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } /** aggregate avg on columns */ -export interface v_player_match_rating_avg_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_avg_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_match_rating". All fields are combined with a logical 'AND'. */ -export interface v_player_match_rating_bool_exp {_and?: (v_player_match_rating_bool_exp[] | null),_not?: (v_player_match_rating_bool_exp | null),_or?: (v_player_match_rating_bool_exp[] | null),adr?: (numeric_comparison_exp | null),dpr?: (numeric_comparison_exp | null),hltv_rating?: (numeric_comparison_exp | null),kast_pct?: (numeric_comparison_exp | null),kpr?: (numeric_comparison_exp | null),match?: (matches_bool_exp | null),match_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),rounds_played?: (Int_comparison_exp | null),steam_id?: (bigint_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_team_ranks". All fields are combined with a logical 'AND'. */ +export interface v_team_ranks_bool_exp {_and?: (v_team_ranks_bool_exp[] | null),_not?: (v_team_ranks_bool_exp | null),_or?: (v_team_ranks_bool_exp[] | null),avg_elo?: (Int_comparison_exp | null),avg_faceit_elo?: (Int_comparison_exp | null),avg_faceit_level?: (float8_comparison_exp | null),avg_premier?: (Int_comparison_exp | null),max_elo?: (Int_comparison_exp | null),min_elo?: (Int_comparison_exp | null),roster_size?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} + + +/** input type for inserting data into table "v_team_ranks" */ +export interface v_team_ranks_insert_input {avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface v_player_match_rating_max_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - match_id?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_max_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate min on columns */ -export interface v_player_match_rating_min_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - match_id?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_min_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_match_rating". */ -export interface v_player_match_rating_order_by {adr?: (order_by | null),dpr?: (order_by | null),hltv_rating?: (order_by | null),kast_pct?: (order_by | null),kpr?: (order_by | null),match?: (matches_order_by | null),match_id?: (order_by | null),player?: (players_order_by | null),rounds_played?: (order_by | null),steam_id?: (order_by | null)} +/** input type for inserting object relation for remote table "v_team_ranks" */ +export interface v_team_ranks_obj_rel_insert_input {data: v_team_ranks_insert_input} + + +/** Ordering options when selecting data from "v_team_ranks". */ +export interface v_team_ranks_order_by {avg_elo?: (order_by | null),avg_faceit_elo?: (order_by | null),avg_faceit_level?: (order_by | null),avg_premier?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),roster_size?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_match_rating_stddev_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_stddev_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_pop on columns */ -export interface v_player_match_rating_stddev_pop_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_stddev_pop_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate stddev_samp on columns */ -export interface v_player_match_rating_stddev_samp_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_stddev_samp_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_match_rating" */ -export interface v_player_match_rating_stream_cursor_input { +/** Streaming cursor of the table "v_team_ranks" */ +export interface v_team_ranks_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_match_rating_stream_cursor_value_input, +initial_value: v_team_ranks_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_match_rating_stream_cursor_value_input {adr?: (Scalars['numeric'] | null),dpr?: (Scalars['numeric'] | null),hltv_rating?: (Scalars['numeric'] | null),kast_pct?: (Scalars['numeric'] | null),kpr?: (Scalars['numeric'] | null),match_id?: (Scalars['uuid'] | null),rounds_played?: (Scalars['Int'] | null),steam_id?: (Scalars['bigint'] | null)} +export interface v_team_ranks_stream_cursor_value_input {avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface v_player_match_rating_sum_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_sum_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_pop on columns */ -export interface v_player_match_rating_var_pop_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_var_pop_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate var_samp on columns */ -export interface v_player_match_rating_var_samp_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_var_samp_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } /** aggregate variance on columns */ -export interface v_player_match_rating_variance_fieldsGenqlSelection{ - adr?: boolean | number - dpr?: boolean | number - hltv_rating?: boolean | number - kast_pct?: boolean | number - kpr?: boolean | number - rounds_played?: boolean | number - steam_id?: boolean | number +export interface v_team_ranks_variance_fieldsGenqlSelection{ + avg_elo?: boolean | number + avg_faceit_elo?: boolean | number + avg_faceit_level?: boolean | number + avg_premier?: boolean | number + max_elo?: boolean | number + min_elo?: boolean | number + roster_size?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_multi_kills" */ -export interface v_player_multi_killsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - match_id?: boolean | number - round?: boolean | number +/** columns and relationships of "v_team_reputation" */ +export interface v_team_reputationGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_multi_kills" */ -export interface v_player_multi_kills_aggregateGenqlSelection{ - aggregate?: v_player_multi_kills_aggregate_fieldsGenqlSelection - nodes?: v_player_multi_killsGenqlSelection +/** aggregated selection of "v_team_reputation" */ +export interface v_team_reputation_aggregateGenqlSelection{ + aggregate?: v_team_reputation_aggregate_fieldsGenqlSelection + nodes?: v_team_reputationGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -export interface v_player_multi_kills_aggregate_bool_exp {count?: (v_player_multi_kills_aggregate_bool_exp_count | null)} - -export interface v_player_multi_kills_aggregate_bool_exp_count {arguments?: (v_player_multi_kills_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_player_multi_kills_bool_exp | null),predicate: Int_comparison_exp} - -/** aggregate fields of "v_player_multi_kills" */ -export interface v_player_multi_kills_aggregate_fieldsGenqlSelection{ - avg?: v_player_multi_kills_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_multi_kills_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_multi_kills_max_fieldsGenqlSelection - min?: v_player_multi_kills_min_fieldsGenqlSelection - stddev?: v_player_multi_kills_stddev_fieldsGenqlSelection - stddev_pop?: v_player_multi_kills_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_multi_kills_stddev_samp_fieldsGenqlSelection - sum?: v_player_multi_kills_sum_fieldsGenqlSelection - var_pop?: v_player_multi_kills_var_pop_fieldsGenqlSelection - var_samp?: v_player_multi_kills_var_samp_fieldsGenqlSelection - variance?: v_player_multi_kills_variance_fieldsGenqlSelection +/** aggregate fields of "v_team_reputation" */ +export interface v_team_reputation_aggregate_fieldsGenqlSelection{ + avg?: v_team_reputation_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_team_reputation_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_team_reputation_max_fieldsGenqlSelection + min?: v_team_reputation_min_fieldsGenqlSelection + stddev?: v_team_reputation_stddev_fieldsGenqlSelection + stddev_pop?: v_team_reputation_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_team_reputation_stddev_samp_fieldsGenqlSelection + sum?: v_team_reputation_sum_fieldsGenqlSelection + var_pop?: v_team_reputation_var_pop_fieldsGenqlSelection + var_samp?: v_team_reputation_var_samp_fieldsGenqlSelection + variance?: v_team_reputation_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "v_player_multi_kills" */ -export interface v_player_multi_kills_aggregate_order_by {avg?: (v_player_multi_kills_avg_order_by | null),count?: (order_by | null),max?: (v_player_multi_kills_max_order_by | null),min?: (v_player_multi_kills_min_order_by | null),stddev?: (v_player_multi_kills_stddev_order_by | null),stddev_pop?: (v_player_multi_kills_stddev_pop_order_by | null),stddev_samp?: (v_player_multi_kills_stddev_samp_order_by | null),sum?: (v_player_multi_kills_sum_order_by | null),var_pop?: (v_player_multi_kills_var_pop_order_by | null),var_samp?: (v_player_multi_kills_var_samp_order_by | null),variance?: (v_player_multi_kills_variance_order_by | null)} - - -/** input type for inserting array relation for remote table "v_player_multi_kills" */ -export interface v_player_multi_kills_arr_rel_insert_input {data: v_player_multi_kills_insert_input[]} - - /** aggregate avg on columns */ -export interface v_player_multi_kills_avg_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_avg_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by avg() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_avg_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - -/** Boolean expression to filter rows from the table "v_player_multi_kills". All fields are combined with a logical 'AND'. */ -export interface v_player_multi_kills_bool_exp {_and?: (v_player_multi_kills_bool_exp[] | null),_not?: (v_player_multi_kills_bool_exp | null),_or?: (v_player_multi_kills_bool_exp[] | null),attacker_steam_id?: (bigint_comparison_exp | null),kills?: (bigint_comparison_exp | null),match_id?: (uuid_comparison_exp | null),round?: (Int_comparison_exp | null)} +/** Boolean expression to filter rows from the table "v_team_reputation". All fields are combined with a logical 'AND'. */ +export interface v_team_reputation_bool_exp {_and?: (v_team_reputation_bool_exp[] | null),_not?: (v_team_reputation_bool_exp | null),_or?: (v_team_reputation_bool_exp[] | null),late_cancels?: (bigint_comparison_exp | null),no_shows?: (bigint_comparison_exp | null),reliability_pct?: (numeric_comparison_exp | null),scrims_completed?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} -/** input type for inserting data into table "v_player_multi_kills" */ -export interface v_player_multi_kills_insert_input {attacker_steam_id?: (Scalars['bigint'] | null),kills?: (Scalars['bigint'] | null),match_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} +/** input type for inserting data into table "v_team_reputation" */ +export interface v_team_reputation_insert_input {late_cancels?: (Scalars['bigint'] | null),no_shows?: (Scalars['bigint'] | null),reliability_pct?: (Scalars['numeric'] | null),scrims_completed?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface v_player_multi_kills_max_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - match_id?: boolean | number - round?: boolean | number +export interface v_team_reputation_max_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_max_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),match_id?: (order_by | null),round?: (order_by | null)} - - /** aggregate min on columns */ -export interface v_player_multi_kills_min_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - match_id?: boolean | number - round?: boolean | number +export interface v_team_reputation_min_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number + team_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_min_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),match_id?: (order_by | null),round?: (order_by | null)} +/** input type for inserting object relation for remote table "v_team_reputation" */ +export interface v_team_reputation_obj_rel_insert_input {data: v_team_reputation_insert_input} -/** Ordering options when selecting data from "v_player_multi_kills". */ -export interface v_player_multi_kills_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),match_id?: (order_by | null),round?: (order_by | null)} +/** Ordering options when selecting data from "v_team_reputation". */ +export interface v_team_reputation_order_by {late_cancels?: (order_by | null),no_shows?: (order_by | null),reliability_pct?: (order_by | null),scrims_completed?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_multi_kills_stddev_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_stddev_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_stddev_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - /** aggregate stddev_pop on columns */ -export interface v_player_multi_kills_stddev_pop_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_stddev_pop_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_pop() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_stddev_pop_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - /** aggregate stddev_samp on columns */ -export interface v_player_multi_kills_stddev_samp_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_stddev_samp_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by stddev_samp() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_stddev_samp_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - -/** Streaming cursor of the table "v_player_multi_kills" */ -export interface v_player_multi_kills_stream_cursor_input { +/** Streaming cursor of the table "v_team_reputation" */ +export interface v_team_reputation_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_multi_kills_stream_cursor_value_input, +initial_value: v_team_reputation_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_multi_kills_stream_cursor_value_input {attacker_steam_id?: (Scalars['bigint'] | null),kills?: (Scalars['bigint'] | null),match_id?: (Scalars['uuid'] | null),round?: (Scalars['Int'] | null)} +export interface v_team_reputation_stream_cursor_value_input {late_cancels?: (Scalars['bigint'] | null),no_shows?: (Scalars['bigint'] | null),reliability_pct?: (Scalars['numeric'] | null),scrims_completed?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface v_player_multi_kills_sum_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_sum_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by sum() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_sum_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - /** aggregate var_pop on columns */ -export interface v_player_multi_kills_var_pop_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_var_pop_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_pop() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_var_pop_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - /** aggregate var_samp on columns */ -export interface v_player_multi_kills_var_samp_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_var_samp_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by var_samp() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_var_samp_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - /** aggregate variance on columns */ -export interface v_player_multi_kills_variance_fieldsGenqlSelection{ - attacker_steam_id?: boolean | number - kills?: boolean | number - round?: boolean | number +export interface v_team_reputation_variance_fieldsGenqlSelection{ + late_cancels?: boolean | number + no_shows?: boolean | number + reliability_pct?: boolean | number + scrims_completed?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by variance() on columns of table "v_player_multi_kills" */ -export interface v_player_multi_kills_variance_order_by {attacker_steam_id?: (order_by | null),kills?: (order_by | null),round?: (order_by | null)} - - -/** columns and relationships of "v_player_weapon_damage" */ -export interface v_player_weapon_damageGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number - source?: boolean | number - type?: boolean | number - with?: boolean | number +/** columns and relationships of "v_team_stage_results" */ +export interface v_team_stage_resultsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + /** An object relationship */ + stage?: tournament_stagesGenqlSelection + /** An object relationship */ + team?: tournament_teamsGenqlSelection + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + tournament_stage_id?: boolean | number + tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_weapon_damage" */ -export interface v_player_weapon_damage_aggregateGenqlSelection{ - aggregate?: v_player_weapon_damage_aggregate_fieldsGenqlSelection - nodes?: v_player_weapon_damageGenqlSelection +/** aggregated selection of "v_team_stage_results" */ +export interface v_team_stage_results_aggregateGenqlSelection{ + aggregate?: v_team_stage_results_aggregate_fieldsGenqlSelection + nodes?: v_team_stage_resultsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface v_team_stage_results_aggregate_bool_exp {avg?: (v_team_stage_results_aggregate_bool_exp_avg | null),corr?: (v_team_stage_results_aggregate_bool_exp_corr | null),count?: (v_team_stage_results_aggregate_bool_exp_count | null),covar_samp?: (v_team_stage_results_aggregate_bool_exp_covar_samp | null),max?: (v_team_stage_results_aggregate_bool_exp_max | null),min?: (v_team_stage_results_aggregate_bool_exp_min | null),stddev_samp?: (v_team_stage_results_aggregate_bool_exp_stddev_samp | null),sum?: (v_team_stage_results_aggregate_bool_exp_sum | null),var_samp?: (v_team_stage_results_aggregate_bool_exp_var_samp | null)} -/** aggregate fields of "v_player_weapon_damage" */ -export interface v_player_weapon_damage_aggregate_fieldsGenqlSelection{ - avg?: v_player_weapon_damage_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_weapon_damage_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_weapon_damage_max_fieldsGenqlSelection - min?: v_player_weapon_damage_min_fieldsGenqlSelection - stddev?: v_player_weapon_damage_stddev_fieldsGenqlSelection - stddev_pop?: v_player_weapon_damage_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_weapon_damage_stddev_samp_fieldsGenqlSelection - sum?: v_player_weapon_damage_sum_fieldsGenqlSelection - var_pop?: v_player_weapon_damage_var_pop_fieldsGenqlSelection - var_samp?: v_player_weapon_damage_var_samp_fieldsGenqlSelection - variance?: v_player_weapon_damage_variance_fieldsGenqlSelection +export interface v_team_stage_results_aggregate_bool_exp_avg {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_corr {arguments: v_team_stage_results_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_corr_arguments {X: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_corr_arguments_columns,Y: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_corr_arguments_columns} + +export interface v_team_stage_results_aggregate_bool_exp_count {arguments?: (v_team_stage_results_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: Int_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_covar_samp {arguments: v_team_stage_results_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_covar_samp_arguments {X: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns} + +export interface v_team_stage_results_aggregate_bool_exp_max {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_min {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_stddev_samp {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_sum {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_stage_results_aggregate_bool_exp_var_samp {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + + +/** aggregate fields of "v_team_stage_results" */ +export interface v_team_stage_results_aggregate_fieldsGenqlSelection{ + avg?: v_team_stage_results_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_team_stage_results_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_team_stage_results_max_fieldsGenqlSelection + min?: v_team_stage_results_min_fieldsGenqlSelection + stddev?: v_team_stage_results_stddev_fieldsGenqlSelection + stddev_pop?: v_team_stage_results_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_team_stage_results_stddev_samp_fieldsGenqlSelection + sum?: v_team_stage_results_sum_fieldsGenqlSelection + var_pop?: v_team_stage_results_var_pop_fieldsGenqlSelection + var_samp?: v_team_stage_results_var_samp_fieldsGenqlSelection + variance?: v_team_stage_results_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "v_team_stage_results" */ +export interface v_team_stage_results_aggregate_order_by {avg?: (v_team_stage_results_avg_order_by | null),count?: (order_by | null),max?: (v_team_stage_results_max_order_by | null),min?: (v_team_stage_results_min_order_by | null),stddev?: (v_team_stage_results_stddev_order_by | null),stddev_pop?: (v_team_stage_results_stddev_pop_order_by | null),stddev_samp?: (v_team_stage_results_stddev_samp_order_by | null),sum?: (v_team_stage_results_sum_order_by | null),var_pop?: (v_team_stage_results_var_pop_order_by | null),var_samp?: (v_team_stage_results_var_samp_order_by | null),variance?: (v_team_stage_results_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "v_team_stage_results" */ +export interface v_team_stage_results_arr_rel_insert_input {data: v_team_stage_results_insert_input[], +/** upsert condition */ +on_conflict?: (v_team_stage_results_on_conflict | null)} + + /** aggregate avg on columns */ -export interface v_player_weapon_damage_avg_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_avg_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_weapon_damage". All fields are combined with a logical 'AND'. */ -export interface v_player_weapon_damage_bool_exp {_and?: (v_player_weapon_damage_bool_exp[] | null),_not?: (v_player_weapon_damage_bool_exp | null),_or?: (v_player_weapon_damage_bool_exp[] | null),damage?: (bigint_comparison_exp | null),hits?: (bigint_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),source?: (String_comparison_exp | null),type?: (String_comparison_exp | null),with?: (String_comparison_exp | null)} +/** order by avg() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_avg_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "v_team_stage_results". All fields are combined with a logical 'AND'. */ +export interface v_team_stage_results_bool_exp {_and?: (v_team_stage_results_bool_exp[] | null),_not?: (v_team_stage_results_bool_exp | null),_or?: (v_team_stage_results_bool_exp[] | null),group_number?: (Int_comparison_exp | null),head_to_head_match_wins?: (Int_comparison_exp | null),head_to_head_rounds_won?: (Int_comparison_exp | null),losses?: (Int_comparison_exp | null),maps_lost?: (Int_comparison_exp | null),maps_won?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),matches_remaining?: (Int_comparison_exp | null),placement?: (Int_comparison_exp | null),rank?: (Int_comparison_exp | null),rounds_lost?: (Int_comparison_exp | null),rounds_won?: (Int_comparison_exp | null),stage?: (tournament_stages_bool_exp | null),team?: (tournament_teams_bool_exp | null),team_kdr?: (float8_comparison_exp | null),total_deaths?: (Int_comparison_exp | null),total_kills?: (Int_comparison_exp | null),tournament_stage_id?: (uuid_comparison_exp | null),tournament_team_id?: (uuid_comparison_exp | null),wins?: (Int_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "v_team_stage_results" */ +export interface v_team_stage_results_inc_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),wins?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "v_team_stage_results" */ +export interface v_team_stage_results_insert_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),stage?: (tournament_stages_obj_rel_insert_input | null),team?: (tournament_teams_obj_rel_insert_input | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface v_player_weapon_damage_max_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number - source?: boolean | number - type?: boolean | number - with?: boolean | number +export interface v_team_stage_results_max_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + tournament_stage_id?: boolean | number + tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_max_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + + /** aggregate min on columns */ -export interface v_player_weapon_damage_min_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number - source?: boolean | number - type?: boolean | number - with?: boolean | number +export interface v_team_stage_results_min_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + tournament_stage_id?: boolean | number + tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_weapon_damage". */ -export interface v_player_weapon_damage_order_by {damage?: (order_by | null),hits?: (order_by | null),player_steam_id?: (order_by | null),source?: (order_by | null),type?: (order_by | null),with?: (order_by | null)} +/** order by min() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_min_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + + +/** response of any mutation on the table "v_team_stage_results" */ +export interface v_team_stage_results_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: v_team_stage_resultsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "v_team_stage_results" */ +export interface v_team_stage_results_obj_rel_insert_input {data: v_team_stage_results_insert_input, +/** upsert condition */ +on_conflict?: (v_team_stage_results_on_conflict | null)} + + +/** on_conflict condition type for table "v_team_stage_results" */ +export interface v_team_stage_results_on_conflict {constraint: v_team_stage_results_constraint,update_columns?: v_team_stage_results_update_column[],where?: (v_team_stage_results_bool_exp | null)} + + +/** Ordering options when selecting data from "v_team_stage_results". */ +export interface v_team_stage_results_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),stage?: (tournament_stages_order_by | null),team?: (tournament_teams_order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + + +/** primary key columns input for table: v_team_stage_results */ +export interface v_team_stage_results_pk_columns_input {tournament_stage_id: Scalars['uuid'],tournament_team_id: Scalars['uuid']} + + +/** input type for updating data in table "v_team_stage_results" */ +export interface v_team_stage_results_set_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} /** aggregate stddev on columns */ -export interface v_player_weapon_damage_stddev_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_stddev_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_stddev_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_player_weapon_damage_stddev_pop_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_stddev_pop_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_stddev_pop_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_player_weapon_damage_stddev_samp_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_stddev_samp_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_weapon_damage" */ -export interface v_player_weapon_damage_stream_cursor_input { +/** order by stddev_samp() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_stddev_samp_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + +/** Streaming cursor of the table "v_team_stage_results" */ +export interface v_team_stage_results_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_weapon_damage_stream_cursor_value_input, +initial_value: v_team_stage_results_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_weapon_damage_stream_cursor_value_input {damage?: (Scalars['bigint'] | null),hits?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),source?: (Scalars['String'] | null),type?: (Scalars['String'] | null),with?: (Scalars['String'] | null)} +export interface v_team_stage_results_stream_cursor_value_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_player_weapon_damage_sum_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_sum_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by sum() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_sum_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + +export interface v_team_stage_results_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (v_team_stage_results_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (v_team_stage_results_set_input | null), +/** filter the rows which have to be updated */ +where: v_team_stage_results_bool_exp} + + /** aggregate var_pop on columns */ -export interface v_player_weapon_damage_var_pop_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_var_pop_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_pop() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_var_pop_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + /** aggregate var_samp on columns */ -export interface v_player_weapon_damage_var_samp_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_var_samp_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by var_samp() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_var_samp_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + /** aggregate variance on columns */ -export interface v_player_weapon_damage_variance_fieldsGenqlSelection{ - damage?: boolean | number - hits?: boolean | number - player_steam_id?: boolean | number +export interface v_team_stage_results_variance_fieldsGenqlSelection{ + group_number?: boolean | number + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + placement?: boolean | number + rank?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_player_weapon_kills" */ -export interface v_player_weapon_killsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number - source?: boolean | number - type?: boolean | number - with?: boolean | number +/** order by variance() on columns of table "v_team_stage_results" */ +export interface v_team_stage_results_variance_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + +/** columns and relationships of "v_team_tournament_results" */ +export interface v_team_tournament_resultsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + /** An object relationship */ + team?: tournament_teamsGenqlSelection + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number + tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregated selection of "v_player_weapon_kills" */ -export interface v_player_weapon_kills_aggregateGenqlSelection{ - aggregate?: v_player_weapon_kills_aggregate_fieldsGenqlSelection - nodes?: v_player_weapon_killsGenqlSelection +/** aggregated selection of "v_team_tournament_results" */ +export interface v_team_tournament_results_aggregateGenqlSelection{ + aggregate?: v_team_tournament_results_aggregate_fieldsGenqlSelection + nodes?: v_team_tournament_resultsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface v_team_tournament_results_aggregate_bool_exp {avg?: (v_team_tournament_results_aggregate_bool_exp_avg | null),corr?: (v_team_tournament_results_aggregate_bool_exp_corr | null),count?: (v_team_tournament_results_aggregate_bool_exp_count | null),covar_samp?: (v_team_tournament_results_aggregate_bool_exp_covar_samp | null),max?: (v_team_tournament_results_aggregate_bool_exp_max | null),min?: (v_team_tournament_results_aggregate_bool_exp_min | null),stddev_samp?: (v_team_tournament_results_aggregate_bool_exp_stddev_samp | null),sum?: (v_team_tournament_results_aggregate_bool_exp_sum | null),var_samp?: (v_team_tournament_results_aggregate_bool_exp_var_samp | null)} -/** aggregate fields of "v_player_weapon_kills" */ -export interface v_player_weapon_kills_aggregate_fieldsGenqlSelection{ - avg?: v_player_weapon_kills_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_player_weapon_kills_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_player_weapon_kills_max_fieldsGenqlSelection - min?: v_player_weapon_kills_min_fieldsGenqlSelection - stddev?: v_player_weapon_kills_stddev_fieldsGenqlSelection - stddev_pop?: v_player_weapon_kills_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_player_weapon_kills_stddev_samp_fieldsGenqlSelection - sum?: v_player_weapon_kills_sum_fieldsGenqlSelection - var_pop?: v_player_weapon_kills_var_pop_fieldsGenqlSelection - var_samp?: v_player_weapon_kills_var_samp_fieldsGenqlSelection - variance?: v_player_weapon_kills_variance_fieldsGenqlSelection +export interface v_team_tournament_results_aggregate_bool_exp_avg {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_corr {arguments: v_team_tournament_results_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_corr_arguments {X: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns,Y: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns} + +export interface v_team_tournament_results_aggregate_bool_exp_count {arguments?: (v_team_tournament_results_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: Int_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_covar_samp {arguments: v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments {X: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns} + +export interface v_team_tournament_results_aggregate_bool_exp_max {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_min {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_stddev_samp {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_sum {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + +export interface v_team_tournament_results_aggregate_bool_exp_var_samp {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + + +/** aggregate fields of "v_team_tournament_results" */ +export interface v_team_tournament_results_aggregate_fieldsGenqlSelection{ + avg?: v_team_tournament_results_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_team_tournament_results_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_team_tournament_results_max_fieldsGenqlSelection + min?: v_team_tournament_results_min_fieldsGenqlSelection + stddev?: v_team_tournament_results_stddev_fieldsGenqlSelection + stddev_pop?: v_team_tournament_results_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_team_tournament_results_stddev_samp_fieldsGenqlSelection + sum?: v_team_tournament_results_sum_fieldsGenqlSelection + var_pop?: v_team_tournament_results_var_pop_fieldsGenqlSelection + var_samp?: v_team_tournament_results_var_samp_fieldsGenqlSelection + variance?: v_team_tournament_results_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +/** order by aggregate values of table "v_team_tournament_results" */ +export interface v_team_tournament_results_aggregate_order_by {avg?: (v_team_tournament_results_avg_order_by | null),count?: (order_by | null),max?: (v_team_tournament_results_max_order_by | null),min?: (v_team_tournament_results_min_order_by | null),stddev?: (v_team_tournament_results_stddev_order_by | null),stddev_pop?: (v_team_tournament_results_stddev_pop_order_by | null),stddev_samp?: (v_team_tournament_results_stddev_samp_order_by | null),sum?: (v_team_tournament_results_sum_order_by | null),var_pop?: (v_team_tournament_results_var_pop_order_by | null),var_samp?: (v_team_tournament_results_var_samp_order_by | null),variance?: (v_team_tournament_results_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "v_team_tournament_results" */ +export interface v_team_tournament_results_arr_rel_insert_input {data: v_team_tournament_results_insert_input[]} + + /** aggregate avg on columns */ -export interface v_player_weapon_kills_avg_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number +export interface v_team_tournament_results_avg_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_player_weapon_kills". All fields are combined with a logical 'AND'. */ -export interface v_player_weapon_kills_bool_exp {_and?: (v_player_weapon_kills_bool_exp[] | null),_not?: (v_player_weapon_kills_bool_exp | null),_or?: (v_player_weapon_kills_bool_exp[] | null),kill_count?: (bigint_comparison_exp | null),player_steam_id?: (bigint_comparison_exp | null),rounds?: (bigint_comparison_exp | null),source?: (String_comparison_exp | null),type?: (String_comparison_exp | null),with?: (String_comparison_exp | null)} +/** order by avg() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_avg_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "v_team_tournament_results". All fields are combined with a logical 'AND'. */ +export interface v_team_tournament_results_bool_exp {_and?: (v_team_tournament_results_bool_exp[] | null),_not?: (v_team_tournament_results_bool_exp | null),_or?: (v_team_tournament_results_bool_exp[] | null),head_to_head_match_wins?: (Int_comparison_exp | null),head_to_head_rounds_won?: (Int_comparison_exp | null),losses?: (Int_comparison_exp | null),maps_lost?: (Int_comparison_exp | null),maps_won?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),matches_remaining?: (Int_comparison_exp | null),rounds_lost?: (Int_comparison_exp | null),rounds_won?: (Int_comparison_exp | null),team?: (tournament_teams_bool_exp | null),team_kdr?: (float8_comparison_exp | null),total_deaths?: (Int_comparison_exp | null),total_kills?: (Int_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),tournament_team_id?: (uuid_comparison_exp | null),wins?: (Int_comparison_exp | null)} + + +/** input type for inserting data into table "v_team_tournament_results" */ +export interface v_team_tournament_results_insert_input {head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team?: (tournament_teams_obj_rel_insert_input | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} /** aggregate max on columns */ -export interface v_player_weapon_kills_max_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number - source?: boolean | number - type?: boolean | number - with?: boolean | number +export interface v_team_tournament_results_max_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + tournament_id?: boolean | number + tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_max_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + + /** aggregate min on columns */ -export interface v_player_weapon_kills_min_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number - source?: boolean | number - type?: boolean | number - with?: boolean | number +export interface v_team_tournament_results_min_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + tournament_id?: boolean | number + tournament_team_id?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_player_weapon_kills". */ -export interface v_player_weapon_kills_order_by {kill_count?: (order_by | null),player_steam_id?: (order_by | null),rounds?: (order_by | null),source?: (order_by | null),type?: (order_by | null),with?: (order_by | null)} +/** order by min() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_min_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + + +/** Ordering options when selecting data from "v_team_tournament_results". */ +export interface v_team_tournament_results_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team?: (tournament_teams_order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_player_weapon_kills_stddev_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number +export interface v_team_tournament_results_stddev_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_stddev_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_player_weapon_kills_stddev_pop_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number +export interface v_team_tournament_results_stddev_pop_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_stddev_pop_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_player_weapon_kills_stddev_samp_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number +export interface v_team_tournament_results_stddev_samp_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_player_weapon_kills" */ -export interface v_player_weapon_kills_stream_cursor_input { +/** order by stddev_samp() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_stddev_samp_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + + +/** Streaming cursor of the table "v_team_tournament_results" */ +export interface v_team_tournament_results_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_player_weapon_kills_stream_cursor_value_input, +initial_value: v_team_tournament_results_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_player_weapon_kills_stream_cursor_value_input {kill_count?: (Scalars['bigint'] | null),player_steam_id?: (Scalars['bigint'] | null),rounds?: (Scalars['bigint'] | null),source?: (Scalars['String'] | null),type?: (Scalars['String'] | null),with?: (Scalars['String'] | null)} +export interface v_team_tournament_results_stream_cursor_value_input {head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} /** aggregate sum on columns */ -export interface v_player_weapon_kills_sum_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate var_pop on columns */ -export interface v_player_weapon_kills_var_pop_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate var_samp on columns */ -export interface v_player_weapon_kills_var_samp_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate variance on columns */ -export interface v_player_weapon_kills_variance_fieldsGenqlSelection{ - kill_count?: boolean | number - player_steam_id?: boolean | number - rounds?: boolean | number +export interface v_team_tournament_results_sum_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_pool_maps" */ -export interface v_pool_mapsGenqlSelection{ - active_pool?: boolean | number - id?: boolean | number - label?: boolean | number - /** An object relationship */ - map_pool?: map_poolsGenqlSelection - map_pool_id?: boolean | number - name?: boolean | number - patch?: boolean | number - poster?: boolean | number - type?: boolean | number - workshop_map_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by sum() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_sum_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} -/** aggregated selection of "v_pool_maps" */ -export interface v_pool_maps_aggregateGenqlSelection{ - aggregate?: v_pool_maps_aggregate_fieldsGenqlSelection - nodes?: v_pool_mapsGenqlSelection +/** aggregate var_pop on columns */ +export interface v_team_tournament_results_var_pop_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -export interface v_pool_maps_aggregate_bool_exp {bool_and?: (v_pool_maps_aggregate_bool_exp_bool_and | null),bool_or?: (v_pool_maps_aggregate_bool_exp_bool_or | null),count?: (v_pool_maps_aggregate_bool_exp_count | null)} - -export interface v_pool_maps_aggregate_bool_exp_bool_and {arguments: v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_pool_maps_bool_exp | null),predicate: Boolean_comparison_exp} - -export interface v_pool_maps_aggregate_bool_exp_bool_or {arguments: v_pool_maps_select_column_v_pool_maps_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_pool_maps_bool_exp | null),predicate: Boolean_comparison_exp} -export interface v_pool_maps_aggregate_bool_exp_count {arguments?: (v_pool_maps_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_pool_maps_bool_exp | null),predicate: Int_comparison_exp} +/** order by var_pop() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_var_pop_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} -/** aggregate fields of "v_pool_maps" */ -export interface v_pool_maps_aggregate_fieldsGenqlSelection{ - count?: { __args: {columns?: (v_pool_maps_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_pool_maps_max_fieldsGenqlSelection - min?: v_pool_maps_min_fieldsGenqlSelection +/** aggregate var_samp on columns */ +export interface v_team_tournament_results_var_samp_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by aggregate values of table "v_pool_maps" */ -export interface v_pool_maps_aggregate_order_by {count?: (order_by | null),max?: (v_pool_maps_max_order_by | null),min?: (v_pool_maps_min_order_by | null)} - - -/** input type for inserting array relation for remote table "v_pool_maps" */ -export interface v_pool_maps_arr_rel_insert_input {data: v_pool_maps_insert_input[]} - - -/** Boolean expression to filter rows from the table "v_pool_maps". All fields are combined with a logical 'AND'. */ -export interface v_pool_maps_bool_exp {_and?: (v_pool_maps_bool_exp[] | null),_not?: (v_pool_maps_bool_exp | null),_or?: (v_pool_maps_bool_exp[] | null),active_pool?: (Boolean_comparison_exp | null),id?: (uuid_comparison_exp | null),label?: (String_comparison_exp | null),map_pool?: (map_pools_bool_exp | null),map_pool_id?: (uuid_comparison_exp | null),name?: (String_comparison_exp | null),patch?: (String_comparison_exp | null),poster?: (String_comparison_exp | null),type?: (String_comparison_exp | null),workshop_map_id?: (String_comparison_exp | null)} - - -/** input type for inserting data into table "v_pool_maps" */ -export interface v_pool_maps_insert_input {active_pool?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),map_pool?: (map_pools_obj_rel_insert_input | null),map_pool_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (Scalars['String'] | null),workshop_map_id?: (Scalars['String'] | null)} +/** order by var_samp() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_var_samp_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} -/** aggregate max on columns */ -export interface v_pool_maps_max_fieldsGenqlSelection{ - id?: boolean | number - label?: boolean | number - map_pool_id?: boolean | number - name?: boolean | number - patch?: boolean | number - poster?: boolean | number - type?: boolean | number - workshop_map_id?: boolean | number +/** aggregate variance on columns */ +export interface v_team_tournament_results_variance_fieldsGenqlSelection{ + head_to_head_match_wins?: boolean | number + head_to_head_rounds_won?: boolean | number + losses?: boolean | number + maps_lost?: boolean | number + maps_won?: boolean | number + matches_played?: boolean | number + matches_remaining?: boolean | number + rounds_lost?: boolean | number + rounds_won?: boolean | number + team_kdr?: boolean | number + total_deaths?: boolean | number + total_kills?: boolean | number + wins?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by max() on columns of table "v_pool_maps" */ -export interface v_pool_maps_max_order_by {id?: (order_by | null),label?: (order_by | null),map_pool_id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)} +/** order by variance() on columns of table "v_team_tournament_results" */ +export interface v_team_tournament_results_variance_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} -/** aggregate min on columns */ -export interface v_pool_maps_min_fieldsGenqlSelection{ - id?: boolean | number - label?: boolean | number - map_pool_id?: boolean | number - name?: boolean | number - patch?: boolean | number - poster?: boolean | number - type?: boolean | number - workshop_map_id?: boolean | number +/** columns and relationships of "v_tournament_player_stats" */ +export interface v_tournament_player_statsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** order by min() on columns of table "v_pool_maps" */ -export interface v_pool_maps_min_order_by {id?: (order_by | null),label?: (order_by | null),map_pool_id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)} - - -/** response of any mutation on the table "v_pool_maps" */ -export interface v_pool_maps_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: v_pool_mapsGenqlSelection +/** aggregated selection of "v_tournament_player_stats" */ +export interface v_tournament_player_stats_aggregateGenqlSelection{ + aggregate?: v_tournament_player_stats_aggregate_fieldsGenqlSelection + nodes?: v_tournament_player_statsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } +export interface v_tournament_player_stats_aggregate_bool_exp {avg?: (v_tournament_player_stats_aggregate_bool_exp_avg | null),corr?: (v_tournament_player_stats_aggregate_bool_exp_corr | null),count?: (v_tournament_player_stats_aggregate_bool_exp_count | null),covar_samp?: (v_tournament_player_stats_aggregate_bool_exp_covar_samp | null),max?: (v_tournament_player_stats_aggregate_bool_exp_max | null),min?: (v_tournament_player_stats_aggregate_bool_exp_min | null),stddev_samp?: (v_tournament_player_stats_aggregate_bool_exp_stddev_samp | null),sum?: (v_tournament_player_stats_aggregate_bool_exp_sum | null),var_samp?: (v_tournament_player_stats_aggregate_bool_exp_var_samp | null)} -/** Ordering options when selecting data from "v_pool_maps". */ -export interface v_pool_maps_order_by {active_pool?: (order_by | null),id?: (order_by | null),label?: (order_by | null),map_pool?: (map_pools_order_by | null),map_pool_id?: (order_by | null),name?: (order_by | null),patch?: (order_by | null),poster?: (order_by | null),type?: (order_by | null),workshop_map_id?: (order_by | null)} +export interface v_tournament_player_stats_aggregate_bool_exp_avg {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} +export interface v_tournament_player_stats_aggregate_bool_exp_corr {arguments: v_tournament_player_stats_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -/** input type for updating data in table "v_pool_maps" */ -export interface v_pool_maps_set_input {active_pool?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),map_pool_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (Scalars['String'] | null),workshop_map_id?: (Scalars['String'] | null)} +export interface v_tournament_player_stats_aggregate_bool_exp_corr_arguments {X: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns,Y: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns} +export interface v_tournament_player_stats_aggregate_bool_exp_count {arguments?: (v_tournament_player_stats_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: Int_comparison_exp} -/** Streaming cursor of the table "v_pool_maps" */ -export interface v_pool_maps_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: v_pool_maps_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} +export interface v_tournament_player_stats_aggregate_bool_exp_covar_samp {arguments: v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} +export interface v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments {X: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns} -/** Initial value of the column from where the streaming should start */ -export interface v_pool_maps_stream_cursor_value_input {active_pool?: (Scalars['Boolean'] | null),id?: (Scalars['uuid'] | null),label?: (Scalars['String'] | null),map_pool_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),patch?: (Scalars['String'] | null),poster?: (Scalars['String'] | null),type?: (Scalars['String'] | null),workshop_map_id?: (Scalars['String'] | null)} +export interface v_tournament_player_stats_aggregate_bool_exp_max {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -export interface v_pool_maps_updates { -/** sets the columns of the filtered rows to the given values */ -_set?: (v_pool_maps_set_input | null), -/** filter the rows which have to be updated */ -where: v_pool_maps_bool_exp} +export interface v_tournament_player_stats_aggregate_bool_exp_min {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} +export interface v_tournament_player_stats_aggregate_bool_exp_stddev_samp {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -/** columns and relationships of "v_steam_account_pool_status" */ -export interface v_steam_account_pool_statusGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +export interface v_tournament_player_stats_aggregate_bool_exp_sum {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} +export interface v_tournament_player_stats_aggregate_bool_exp_var_samp {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -/** aggregated selection of "v_steam_account_pool_status" */ -export interface v_steam_account_pool_status_aggregateGenqlSelection{ - aggregate?: v_steam_account_pool_status_aggregate_fieldsGenqlSelection - nodes?: v_steam_account_pool_statusGenqlSelection + +/** aggregate fields of "v_tournament_player_stats" */ +export interface v_tournament_player_stats_aggregate_fieldsGenqlSelection{ + avg?: v_tournament_player_stats_avg_fieldsGenqlSelection + count?: { __args: {columns?: (v_tournament_player_stats_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: v_tournament_player_stats_max_fieldsGenqlSelection + min?: v_tournament_player_stats_min_fieldsGenqlSelection + stddev?: v_tournament_player_stats_stddev_fieldsGenqlSelection + stddev_pop?: v_tournament_player_stats_stddev_pop_fieldsGenqlSelection + stddev_samp?: v_tournament_player_stats_stddev_samp_fieldsGenqlSelection + sum?: v_tournament_player_stats_sum_fieldsGenqlSelection + var_pop?: v_tournament_player_stats_var_pop_fieldsGenqlSelection + var_samp?: v_tournament_player_stats_var_samp_fieldsGenqlSelection + variance?: v_tournament_player_stats_variance_fieldsGenqlSelection __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_steam_account_pool_status" */ -export interface v_steam_account_pool_status_aggregate_fieldsGenqlSelection{ - avg?: v_steam_account_pool_status_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_steam_account_pool_status_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_steam_account_pool_status_max_fieldsGenqlSelection - min?: v_steam_account_pool_status_min_fieldsGenqlSelection - stddev?: v_steam_account_pool_status_stddev_fieldsGenqlSelection - stddev_pop?: v_steam_account_pool_status_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_steam_account_pool_status_stddev_samp_fieldsGenqlSelection - sum?: v_steam_account_pool_status_sum_fieldsGenqlSelection - var_pop?: v_steam_account_pool_status_var_pop_fieldsGenqlSelection - var_samp?: v_steam_account_pool_status_var_samp_fieldsGenqlSelection - variance?: v_steam_account_pool_status_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by aggregate values of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_aggregate_order_by {avg?: (v_tournament_player_stats_avg_order_by | null),count?: (order_by | null),max?: (v_tournament_player_stats_max_order_by | null),min?: (v_tournament_player_stats_min_order_by | null),stddev?: (v_tournament_player_stats_stddev_order_by | null),stddev_pop?: (v_tournament_player_stats_stddev_pop_order_by | null),stddev_samp?: (v_tournament_player_stats_stddev_samp_order_by | null),sum?: (v_tournament_player_stats_sum_order_by | null),var_pop?: (v_tournament_player_stats_var_pop_order_by | null),var_samp?: (v_tournament_player_stats_var_samp_order_by | null),variance?: (v_tournament_player_stats_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_arr_rel_insert_input {data: v_tournament_player_stats_insert_input[]} /** aggregate avg on columns */ -export interface v_steam_account_pool_status_avg_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +export interface v_tournament_player_stats_avg_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_steam_account_pool_status". All fields are combined with a logical 'AND'. */ -export interface v_steam_account_pool_status_bool_exp {_and?: (v_steam_account_pool_status_bool_exp[] | null),_not?: (v_steam_account_pool_status_bool_exp | null),_or?: (v_steam_account_pool_status_bool_exp[] | null),busy_accounts?: (Int_comparison_exp | null),free_accounts?: (Int_comparison_exp | null),id?: (Int_comparison_exp | null),total_accounts?: (Int_comparison_exp | null)} +/** order by avg() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_avg_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "v_tournament_player_stats". All fields are combined with a logical 'AND'. */ +export interface v_tournament_player_stats_bool_exp {_and?: (v_tournament_player_stats_bool_exp[] | null),_not?: (v_tournament_player_stats_bool_exp | null),_or?: (v_tournament_player_stats_bool_exp[] | null),assists?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),headshot_percentage?: (float8_comparison_exp | null),headshots?: (Int_comparison_exp | null),kdr?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} + + +/** input type for inserting data into table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_insert_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),headshots?: (Scalars['Int'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ -export interface v_steam_account_pool_status_max_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +export interface v_tournament_player_stats_max_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by max() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_max_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null)} + + /** aggregate min on columns */ -export interface v_steam_account_pool_status_min_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +export interface v_tournament_player_stats_min_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number + tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Ordering options when selecting data from "v_steam_account_pool_status". */ -export interface v_steam_account_pool_status_order_by {busy_accounts?: (order_by | null),free_accounts?: (order_by | null),id?: (order_by | null),total_accounts?: (order_by | null)} +/** order by min() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_min_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null)} + + +/** Ordering options when selecting data from "v_tournament_player_stats". */ +export interface v_tournament_player_stats_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} /** aggregate stddev on columns */ -export interface v_steam_account_pool_status_stddev_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +export interface v_tournament_player_stats_stddev_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_stddev_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + + /** aggregate stddev_pop on columns */ -export interface v_steam_account_pool_status_stddev_pop_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +export interface v_tournament_player_stats_stddev_pop_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } +/** order by stddev_pop() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_stddev_pop_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + + /** aggregate stddev_samp on columns */ -export interface v_steam_account_pool_status_stddev_samp_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +export interface v_tournament_player_stats_stddev_samp_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Streaming cursor of the table "v_steam_account_pool_status" */ -export interface v_steam_account_pool_status_stream_cursor_input { +/** order by stddev_samp() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_stddev_samp_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_stream_cursor_input { /** Stream column input with initial value */ -initial_value: v_steam_account_pool_status_stream_cursor_value_input, +initial_value: v_tournament_player_stats_stream_cursor_value_input, /** cursor ordering */ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface v_steam_account_pool_status_stream_cursor_value_input {busy_accounts?: (Scalars['Int'] | null),free_accounts?: (Scalars['Int'] | null),id?: (Scalars['Int'] | null),total_accounts?: (Scalars['Int'] | null)} +export interface v_tournament_player_stats_stream_cursor_value_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),headshots?: (Scalars['Int'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ -export interface v_steam_account_pool_status_sum_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} - - -/** aggregate var_pop on columns */ -export interface v_steam_account_pool_status_var_pop_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +export interface v_tournament_player_stats_sum_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate var_samp on columns */ -export interface v_steam_account_pool_status_var_samp_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by sum() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_sum_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** aggregate variance on columns */ -export interface v_steam_account_pool_status_variance_fieldsGenqlSelection{ - busy_accounts?: boolean | number - free_accounts?: boolean | number - id?: boolean | number - total_accounts?: boolean | number +/** aggregate var_pop on columns */ +export interface v_tournament_player_stats_var_pop_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** columns and relationships of "v_team_ranks" */ -export interface v_team_ranksGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by var_pop() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_var_pop_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** aggregated selection of "v_team_ranks" */ -export interface v_team_ranks_aggregateGenqlSelection{ - aggregate?: v_team_ranks_aggregate_fieldsGenqlSelection - nodes?: v_team_ranksGenqlSelection +/** aggregate var_samp on columns */ +export interface v_tournament_player_stats_var_samp_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** aggregate fields of "v_team_ranks" */ -export interface v_team_ranks_aggregate_fieldsGenqlSelection{ - avg?: v_team_ranks_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_team_ranks_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_team_ranks_max_fieldsGenqlSelection - min?: v_team_ranks_min_fieldsGenqlSelection - stddev?: v_team_ranks_stddev_fieldsGenqlSelection - stddev_pop?: v_team_ranks_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_team_ranks_stddev_samp_fieldsGenqlSelection - sum?: v_team_ranks_sum_fieldsGenqlSelection - var_pop?: v_team_ranks_var_pop_fieldsGenqlSelection - var_samp?: v_team_ranks_var_samp_fieldsGenqlSelection - variance?: v_team_ranks_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} +/** order by var_samp() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_var_samp_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** aggregate avg on columns */ -export interface v_team_ranks_avg_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number +/** aggregate variance on columns */ +export interface v_tournament_player_stats_variance_fieldsGenqlSelection{ + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + headshots?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number } -/** Boolean expression to filter rows from the table "v_team_ranks". All fields are combined with a logical 'AND'. */ -export interface v_team_ranks_bool_exp {_and?: (v_team_ranks_bool_exp[] | null),_not?: (v_team_ranks_bool_exp | null),_or?: (v_team_ranks_bool_exp[] | null),avg_elo?: (Int_comparison_exp | null),avg_faceit_elo?: (Int_comparison_exp | null),avg_faceit_level?: (float8_comparison_exp | null),avg_premier?: (Int_comparison_exp | null),max_elo?: (Int_comparison_exp | null),min_elo?: (Int_comparison_exp | null),roster_size?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} - +/** order by variance() on columns of table "v_tournament_player_stats" */ +export interface v_tournament_player_stats_variance_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -/** input type for inserting data into table "v_team_ranks" */ -export interface v_team_ranks_insert_input {avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} +export type QueryGenqlSelection = query_rootGenqlSelection +export type MutationGenqlSelection = mutation_rootGenqlSelection +export type SubscriptionGenqlSelection = subscription_rootGenqlSelection -/** aggregate max on columns */ -export interface v_team_ranks_max_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const ActiveConnection_possibleTypes: string[] = ['ActiveConnection'] + export const isActiveConnection = (obj?: { __typename?: any } | null): obj is ActiveConnection => { + if (!obj?.__typename) throw new Error('__typename is missing in "isActiveConnection"') + return ActiveConnection_possibleTypes.includes(obj.__typename) + } + -/** aggregate min on columns */ -export interface v_team_ranks_min_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const ActiveQuery_possibleTypes: string[] = ['ActiveQuery'] + export const isActiveQuery = (obj?: { __typename?: any } | null): obj is ActiveQuery => { + if (!obj?.__typename) throw new Error('__typename is missing in "isActiveQuery"') + return ActiveQuery_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting object relation for remote table "v_team_ranks" */ -export interface v_team_ranks_obj_rel_insert_input {data: v_team_ranks_insert_input} + const ApiKeyResponse_possibleTypes: string[] = ['ApiKeyResponse'] + export const isApiKeyResponse = (obj?: { __typename?: any } | null): obj is ApiKeyResponse => { + if (!obj?.__typename) throw new Error('__typename is missing in "isApiKeyResponse"') + return ApiKeyResponse_possibleTypes.includes(obj.__typename) + } + -/** Ordering options when selecting data from "v_team_ranks". */ -export interface v_team_ranks_order_by {avg_elo?: (order_by | null),avg_faceit_elo?: (order_by | null),avg_faceit_level?: (order_by | null),avg_premier?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),roster_size?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} + 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"') + return ConnectionByState_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev on columns */ -export interface v_team_ranks_stddev_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const ConnectionStats_possibleTypes: string[] = ['ConnectionStats'] + export const isConnectionStats = (obj?: { __typename?: any } | null): obj is ConnectionStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isConnectionStats"') + return ConnectionStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_pop on columns */ -export interface v_team_ranks_stddev_pop_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const CpuStat_possibleTypes: string[] = ['CpuStat'] + export const isCpuStat = (obj?: { __typename?: any } | null): obj is CpuStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isCpuStat"') + return CpuStat_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_samp on columns */ -export interface v_team_ranks_stddev_samp_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const CreateClipRenderOutput_possibleTypes: string[] = ['CreateClipRenderOutput'] + export const isCreateClipRenderOutput = (obj?: { __typename?: any } | null): obj is CreateClipRenderOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isCreateClipRenderOutput"') + return CreateClipRenderOutput_possibleTypes.includes(obj.__typename) + } + -/** Streaming cursor of the table "v_team_ranks" */ -export interface v_team_ranks_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: v_team_ranks_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} + const CreateDraftGameOutput_possibleTypes: string[] = ['CreateDraftGameOutput'] + export const isCreateDraftGameOutput = (obj?: { __typename?: any } | null): obj is CreateDraftGameOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isCreateDraftGameOutput"') + return CreateDraftGameOutput_possibleTypes.includes(obj.__typename) + } + -/** Initial value of the column from where the streaming should start */ -export interface v_team_ranks_stream_cursor_value_input {avg_elo?: (Scalars['Int'] | null),avg_faceit_elo?: (Scalars['Int'] | null),avg_faceit_level?: (Scalars['float8'] | null),avg_premier?: (Scalars['Int'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),roster_size?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} + const CreateScheduledMatchOutput_possibleTypes: string[] = ['CreateScheduledMatchOutput'] + export const isCreateScheduledMatchOutput = (obj?: { __typename?: any } | null): obj is CreateScheduledMatchOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isCreateScheduledMatchOutput"') + return CreateScheduledMatchOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregate sum on columns */ -export interface v_team_ranks_sum_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const DatabaseStats_possibleTypes: string[] = ['DatabaseStats'] + export const isDatabaseStats = (obj?: { __typename?: any } | null): obj is DatabaseStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDatabaseStats"') + return DatabaseStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_pop on columns */ -export interface v_team_ranks_var_pop_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const DbStats_possibleTypes: string[] = ['DbStats'] + export const isDbStats = (obj?: { __typename?: any } | null): obj is DbStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDbStats"') + return DbStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_samp on columns */ -export interface v_team_ranks_var_samp_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const DedicatedSeverInfo_possibleTypes: string[] = ['DedicatedSeverInfo'] + export const isDedicatedSeverInfo = (obj?: { __typename?: any } | null): obj is DedicatedSeverInfo => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDedicatedSeverInfo"') + return DedicatedSeverInfo_possibleTypes.includes(obj.__typename) + } + -/** aggregate variance on columns */ -export interface v_team_ranks_variance_fieldsGenqlSelection{ - avg_elo?: boolean | number - avg_faceit_elo?: boolean | number - avg_faceit_level?: boolean | number - avg_premier?: boolean | number - max_elo?: boolean | number - min_elo?: boolean | number - roster_size?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const DeleteOrphansOutput_possibleTypes: string[] = ['DeleteOrphansOutput'] + export const isDeleteOrphansOutput = (obj?: { __typename?: any } | null): obj is DeleteOrphansOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDeleteOrphansOutput"') + return DeleteOrphansOutput_possibleTypes.includes(obj.__typename) + } + -/** columns and relationships of "v_team_reputation" */ -export interface v_team_reputationGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - /** An object relationship */ - team?: teamsGenqlSelection - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const DiskStat_possibleTypes: string[] = ['DiskStat'] + export const isDiskStat = (obj?: { __typename?: any } | null): obj is DiskStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDiskStat"') + return DiskStat_possibleTypes.includes(obj.__typename) + } + -/** aggregated selection of "v_team_reputation" */ -export interface v_team_reputation_aggregateGenqlSelection{ - aggregate?: v_team_reputation_aggregate_fieldsGenqlSelection - nodes?: v_team_reputationGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} + const DiskStats_possibleTypes: string[] = ['DiskStats'] + export const isDiskStats = (obj?: { __typename?: any } | null): obj is DiskStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDiskStats"') + return DiskStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate fields of "v_team_reputation" */ -export interface v_team_reputation_aggregate_fieldsGenqlSelection{ - avg?: v_team_reputation_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_team_reputation_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_team_reputation_max_fieldsGenqlSelection - min?: v_team_reputation_min_fieldsGenqlSelection - stddev?: v_team_reputation_stddev_fieldsGenqlSelection - stddev_pop?: v_team_reputation_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_team_reputation_stddev_samp_fieldsGenqlSelection - sum?: v_team_reputation_sum_fieldsGenqlSelection - var_pop?: v_team_reputation_var_pop_fieldsGenqlSelection - var_samp?: v_team_reputation_var_samp_fieldsGenqlSelection - variance?: v_team_reputation_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} + const DraftGamePreviewOutput_possibleTypes: string[] = ['DraftGamePreviewOutput'] + export const isDraftGamePreviewOutput = (obj?: { __typename?: any } | null): obj is DraftGamePreviewOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDraftGamePreviewOutput"') + return DraftGamePreviewOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregate avg on columns */ -export interface v_team_reputation_avg_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const DraftGamePreviewPlayer_possibleTypes: string[] = ['DraftGamePreviewPlayer'] + export const isDraftGamePreviewPlayer = (obj?: { __typename?: any } | null): obj is DraftGamePreviewPlayer => { + if (!obj?.__typename) throw new Error('__typename is missing in "isDraftGamePreviewPlayer"') + return DraftGamePreviewPlayer_possibleTypes.includes(obj.__typename) + } + -/** Boolean expression to filter rows from the table "v_team_reputation". All fields are combined with a logical 'AND'. */ -export interface v_team_reputation_bool_exp {_and?: (v_team_reputation_bool_exp[] | null),_not?: (v_team_reputation_bool_exp | null),_or?: (v_team_reputation_bool_exp[] | null),late_cancels?: (bigint_comparison_exp | null),no_shows?: (bigint_comparison_exp | null),reliability_pct?: (numeric_comparison_exp | null),scrims_completed?: (bigint_comparison_exp | null),team?: (teams_bool_exp | null),team_id?: (uuid_comparison_exp | null)} + const FaceitTestOutput_possibleTypes: string[] = ['FaceitTestOutput'] + export const isFaceitTestOutput = (obj?: { __typename?: any } | null): obj is FaceitTestOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isFaceitTestOutput"') + return FaceitTestOutput_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting data into table "v_team_reputation" */ -export interface v_team_reputation_insert_input {late_cancels?: (Scalars['bigint'] | null),no_shows?: (Scalars['bigint'] | null),reliability_pct?: (Scalars['numeric'] | null),scrims_completed?: (Scalars['bigint'] | null),team?: (teams_obj_rel_insert_input | null),team_id?: (Scalars['uuid'] | null)} + const FaceitTestResult_possibleTypes: string[] = ['FaceitTestResult'] + export const isFaceitTestResult = (obj?: { __typename?: any } | null): obj is FaceitTestResult => { + if (!obj?.__typename) throw new Error('__typename is missing in "isFaceitTestResult"') + return FaceitTestResult_possibleTypes.includes(obj.__typename) + } + -/** aggregate max on columns */ -export interface v_team_reputation_max_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const FileContentResponse_possibleTypes: string[] = ['FileContentResponse'] + export const isFileContentResponse = (obj?: { __typename?: any } | null): obj is FileContentResponse => { + if (!obj?.__typename) throw new Error('__typename is missing in "isFileContentResponse"') + return FileContentResponse_possibleTypes.includes(obj.__typename) + } + -/** aggregate min on columns */ -export interface v_team_reputation_min_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - team_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const FileItem_possibleTypes: string[] = ['FileItem'] + export const isFileItem = (obj?: { __typename?: any } | null): obj is FileItem => { + if (!obj?.__typename) throw new Error('__typename is missing in "isFileItem"') + return FileItem_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting object relation for remote table "v_team_reputation" */ -export interface v_team_reputation_obj_rel_insert_input {data: v_team_reputation_insert_input} + const FileListResponse_possibleTypes: string[] = ['FileListResponse'] + export const isFileListResponse = (obj?: { __typename?: any } | null): obj is FileListResponse => { + if (!obj?.__typename) throw new Error('__typename is missing in "isFileListResponse"') + return FileListResponse_possibleTypes.includes(obj.__typename) + } + -/** Ordering options when selecting data from "v_team_reputation". */ -export interface v_team_reputation_order_by {late_cancels?: (order_by | null),no_shows?: (order_by | null),reliability_pct?: (order_by | null),scrims_completed?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null)} + const GetTestUploadResponse_possibleTypes: string[] = ['GetTestUploadResponse'] + export const isGetTestUploadResponse = (obj?: { __typename?: any } | null): obj is GetTestUploadResponse => { + if (!obj?.__typename) throw new Error('__typename is missing in "isGetTestUploadResponse"') + return GetTestUploadResponse_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev on columns */ -export interface v_team_reputation_stddev_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const GpuDeviceStat_possibleTypes: string[] = ['GpuDeviceStat'] + export const isGpuDeviceStat = (obj?: { __typename?: any } | null): obj is GpuDeviceStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isGpuDeviceStat"') + return GpuDeviceStat_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_pop on columns */ -export interface v_team_reputation_stddev_pop_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const GpuStats_possibleTypes: string[] = ['GpuStats'] + export const isGpuStats = (obj?: { __typename?: any } | null): obj is GpuStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isGpuStats"') + return GpuStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_samp on columns */ -export interface v_team_reputation_stddev_samp_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const HighlightPresetAvailability_possibleTypes: string[] = ['HighlightPresetAvailability'] + export const isHighlightPresetAvailability = (obj?: { __typename?: any } | null): obj is HighlightPresetAvailability => { + if (!obj?.__typename) throw new Error('__typename is missing in "isHighlightPresetAvailability"') + return HighlightPresetAvailability_possibleTypes.includes(obj.__typename) + } + -/** Streaming cursor of the table "v_team_reputation" */ -export interface v_team_reputation_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: v_team_reputation_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} + const HypertableInfo_possibleTypes: string[] = ['HypertableInfo'] + export const isHypertableInfo = (obj?: { __typename?: any } | null): obj is HypertableInfo => { + if (!obj?.__typename) throw new Error('__typename is missing in "isHypertableInfo"') + return HypertableInfo_possibleTypes.includes(obj.__typename) + } + -/** Initial value of the column from where the streaming should start */ -export interface v_team_reputation_stream_cursor_value_input {late_cancels?: (Scalars['bigint'] | null),no_shows?: (Scalars['bigint'] | null),reliability_pct?: (Scalars['numeric'] | null),scrims_completed?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null)} + const IndexIOStat_possibleTypes: string[] = ['IndexIOStat'] + export const isIndexIOStat = (obj?: { __typename?: any } | null): obj is IndexIOStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isIndexIOStat"') + return IndexIOStat_possibleTypes.includes(obj.__typename) + } + -/** aggregate sum on columns */ -export interface v_team_reputation_sum_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const IndexStat_possibleTypes: string[] = ['IndexStat'] + export const isIndexStat = (obj?: { __typename?: any } | null): obj is IndexStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isIndexStat"') + return IndexStat_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_pop on columns */ -export interface v_team_reputation_var_pop_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const KickResult_possibleTypes: string[] = ['KickResult'] + export const isKickResult = (obj?: { __typename?: any } | null): obj is KickResult => { + if (!obj?.__typename) throw new Error('__typename is missing in "isKickResult"') + return KickResult_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_samp on columns */ -export interface v_team_reputation_var_samp_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const LiveSpecGsi_possibleTypes: string[] = ['LiveSpecGsi'] + export const isLiveSpecGsi = (obj?: { __typename?: any } | null): obj is LiveSpecGsi => { + if (!obj?.__typename) throw new Error('__typename is missing in "isLiveSpecGsi"') + return LiveSpecGsi_possibleTypes.includes(obj.__typename) + } + -/** aggregate variance on columns */ -export interface v_team_reputation_variance_fieldsGenqlSelection{ - late_cancels?: boolean | number - no_shows?: boolean | number - reliability_pct?: boolean | number - scrims_completed?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const LiveSpecSlot_possibleTypes: string[] = ['LiveSpecSlot'] + export const isLiveSpecSlot = (obj?: { __typename?: any } | null): obj is LiveSpecSlot => { + if (!obj?.__typename) throw new Error('__typename is missing in "isLiveSpecSlot"') + return LiveSpecSlot_possibleTypes.includes(obj.__typename) + } + -/** columns and relationships of "v_team_stage_results" */ -export interface v_team_stage_resultsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - /** An object relationship */ - stage?: tournament_stagesGenqlSelection - /** An object relationship */ - team?: tournament_teamsGenqlSelection - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - tournament_stage_id?: boolean | number - tournament_team_id?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const LiveStreamSpecState_possibleTypes: string[] = ['LiveStreamSpecState'] + export const isLiveStreamSpecState = (obj?: { __typename?: any } | null): obj is LiveStreamSpecState => { + if (!obj?.__typename) throw new Error('__typename is missing in "isLiveStreamSpecState"') + return LiveStreamSpecState_possibleTypes.includes(obj.__typename) + } + -/** aggregated selection of "v_team_stage_results" */ -export interface v_team_stage_results_aggregateGenqlSelection{ - aggregate?: v_team_stage_results_aggregate_fieldsGenqlSelection - nodes?: v_team_stage_resultsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} + const LockInfo_possibleTypes: string[] = ['LockInfo'] + export const isLockInfo = (obj?: { __typename?: any } | null): obj is LockInfo => { + if (!obj?.__typename) throw new Error('__typename is missing in "isLockInfo"') + return LockInfo_possibleTypes.includes(obj.__typename) + } + -export interface v_team_stage_results_aggregate_bool_exp {avg?: (v_team_stage_results_aggregate_bool_exp_avg | null),corr?: (v_team_stage_results_aggregate_bool_exp_corr | null),count?: (v_team_stage_results_aggregate_bool_exp_count | null),covar_samp?: (v_team_stage_results_aggregate_bool_exp_covar_samp | null),max?: (v_team_stage_results_aggregate_bool_exp_max | null),min?: (v_team_stage_results_aggregate_bool_exp_min | null),stddev_samp?: (v_team_stage_results_aggregate_bool_exp_stddev_samp | null),sum?: (v_team_stage_results_aggregate_bool_exp_sum | null),var_samp?: (v_team_stage_results_aggregate_bool_exp_var_samp | null)} -export interface v_team_stage_results_aggregate_bool_exp_avg {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + const MeResponse_possibleTypes: string[] = ['MeResponse'] + export const isMeResponse = (obj?: { __typename?: any } | null): obj is MeResponse => { + if (!obj?.__typename) throw new Error('__typename is missing in "isMeResponse"') + return MeResponse_possibleTypes.includes(obj.__typename) + } + -export interface v_team_stage_results_aggregate_bool_exp_corr {arguments: v_team_stage_results_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} -export interface v_team_stage_results_aggregate_bool_exp_corr_arguments {X: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_corr_arguments_columns,Y: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_corr_arguments_columns} + const MemoryStat_possibleTypes: string[] = ['MemoryStat'] + export const isMemoryStat = (obj?: { __typename?: any } | null): obj is MemoryStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isMemoryStat"') + return MemoryStat_possibleTypes.includes(obj.__typename) + } + -export interface v_team_stage_results_aggregate_bool_exp_count {arguments?: (v_team_stage_results_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: Int_comparison_exp} -export interface v_team_stage_results_aggregate_bool_exp_covar_samp {arguments: v_team_stage_results_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + const NetworkStats_possibleTypes: string[] = ['NetworkStats'] + export const isNetworkStats = (obj?: { __typename?: any } | null): obj is NetworkStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isNetworkStats"') + return NetworkStats_possibleTypes.includes(obj.__typename) + } + -export interface v_team_stage_results_aggregate_bool_exp_covar_samp_arguments {X: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_covar_samp_arguments_columns} -export interface v_team_stage_results_aggregate_bool_exp_max {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + const NewsPost_possibleTypes: string[] = ['NewsPost'] + export const isNewsPost = (obj?: { __typename?: any } | null): obj is NewsPost => { + if (!obj?.__typename) throw new Error('__typename is missing in "isNewsPost"') + return NewsPost_possibleTypes.includes(obj.__typename) + } + -export interface v_team_stage_results_aggregate_bool_exp_min {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} -export interface v_team_stage_results_aggregate_bool_exp_stddev_samp {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + const NicStat_possibleTypes: string[] = ['NicStat'] + export const isNicStat = (obj?: { __typename?: any } | null): obj is NicStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isNicStat"') + return NicStat_possibleTypes.includes(obj.__typename) + } + -export interface v_team_stage_results_aggregate_bool_exp_sum {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} -export interface v_team_stage_results_aggregate_bool_exp_var_samp {arguments: v_team_stage_results_select_column_v_team_stage_results_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_stage_results_bool_exp | null),predicate: float8_comparison_exp} + const NodeStats_possibleTypes: string[] = ['NodeStats'] + export const isNodeStats = (obj?: { __typename?: any } | null): obj is NodeStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isNodeStats"') + return NodeStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate fields of "v_team_stage_results" */ -export interface v_team_stage_results_aggregate_fieldsGenqlSelection{ - avg?: v_team_stage_results_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_team_stage_results_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_team_stage_results_max_fieldsGenqlSelection - min?: v_team_stage_results_min_fieldsGenqlSelection - stddev?: v_team_stage_results_stddev_fieldsGenqlSelection - stddev_pop?: v_team_stage_results_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_team_stage_results_stddev_samp_fieldsGenqlSelection - sum?: v_team_stage_results_sum_fieldsGenqlSelection - var_pop?: v_team_stage_results_var_pop_fieldsGenqlSelection - var_samp?: v_team_stage_results_var_samp_fieldsGenqlSelection - variance?: v_team_stage_results_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} + const OrphanObject_possibleTypes: string[] = ['OrphanObject'] + export const isOrphanObject = (obj?: { __typename?: any } | null): obj is OrphanObject => { + if (!obj?.__typename) throw new Error('__typename is missing in "isOrphanObject"') + return OrphanObject_possibleTypes.includes(obj.__typename) + } + -/** order by aggregate values of table "v_team_stage_results" */ -export interface v_team_stage_results_aggregate_order_by {avg?: (v_team_stage_results_avg_order_by | null),count?: (order_by | null),max?: (v_team_stage_results_max_order_by | null),min?: (v_team_stage_results_min_order_by | null),stddev?: (v_team_stage_results_stddev_order_by | null),stddev_pop?: (v_team_stage_results_stddev_pop_order_by | null),stddev_samp?: (v_team_stage_results_stddev_samp_order_by | null),sum?: (v_team_stage_results_sum_order_by | null),var_pop?: (v_team_stage_results_var_pop_order_by | null),var_samp?: (v_team_stage_results_var_samp_order_by | null),variance?: (v_team_stage_results_variance_order_by | null)} + const OrphanScanResultOutput_possibleTypes: string[] = ['OrphanScanResultOutput'] + export const isOrphanScanResultOutput = (obj?: { __typename?: any } | null): obj is OrphanScanResultOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isOrphanScanResultOutput"') + return OrphanScanResultOutput_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting array relation for remote table "v_team_stage_results" */ -export interface v_team_stage_results_arr_rel_insert_input {data: v_team_stage_results_insert_input[], -/** upsert condition */ -on_conflict?: (v_team_stage_results_on_conflict | null)} + const PendingMatchImportActionOutput_possibleTypes: string[] = ['PendingMatchImportActionOutput'] + export const isPendingMatchImportActionOutput = (obj?: { __typename?: any } | null): obj is PendingMatchImportActionOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isPendingMatchImportActionOutput"') + return PendingMatchImportActionOutput_possibleTypes.includes(obj.__typename) + } + + + + const PodStats_possibleTypes: string[] = ['PodStats'] + export const isPodStats = (obj?: { __typename?: any } | null): obj is PodStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isPodStats"') + return PodStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate avg on columns */ -export interface v_team_stage_results_avg_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const PreviewTournamentMatchResetOutput_possibleTypes: string[] = ['PreviewTournamentMatchResetOutput'] + export const isPreviewTournamentMatchResetOutput = (obj?: { __typename?: any } | null): obj is PreviewTournamentMatchResetOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isPreviewTournamentMatchResetOutput"') + return PreviewTournamentMatchResetOutput_possibleTypes.includes(obj.__typename) + } + -/** order by avg() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_avg_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const QueryDetail_possibleTypes: string[] = ['QueryDetail'] + export const isQueryDetail = (obj?: { __typename?: any } | null): obj is QueryDetail => { + if (!obj?.__typename) throw new Error('__typename is missing in "isQueryDetail"') + return QueryDetail_possibleTypes.includes(obj.__typename) + } + -/** Boolean expression to filter rows from the table "v_team_stage_results". All fields are combined with a logical 'AND'. */ -export interface v_team_stage_results_bool_exp {_and?: (v_team_stage_results_bool_exp[] | null),_not?: (v_team_stage_results_bool_exp | null),_or?: (v_team_stage_results_bool_exp[] | null),group_number?: (Int_comparison_exp | null),head_to_head_match_wins?: (Int_comparison_exp | null),head_to_head_rounds_won?: (Int_comparison_exp | null),losses?: (Int_comparison_exp | null),maps_lost?: (Int_comparison_exp | null),maps_won?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),matches_remaining?: (Int_comparison_exp | null),placement?: (Int_comparison_exp | null),rank?: (Int_comparison_exp | null),rounds_lost?: (Int_comparison_exp | null),rounds_won?: (Int_comparison_exp | null),stage?: (tournament_stages_bool_exp | null),team?: (tournament_teams_bool_exp | null),team_kdr?: (float8_comparison_exp | null),total_deaths?: (Int_comparison_exp | null),total_kills?: (Int_comparison_exp | null),tournament_stage_id?: (uuid_comparison_exp | null),tournament_team_id?: (uuid_comparison_exp | null),wins?: (Int_comparison_exp | null)} + const QueryStat_possibleTypes: string[] = ['QueryStat'] + export const isQueryStat = (obj?: { __typename?: any } | null): obj is QueryStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isQueryStat"') + return QueryStat_possibleTypes.includes(obj.__typename) + } + -/** input type for incrementing numeric columns in table "v_team_stage_results" */ -export interface v_team_stage_results_inc_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),wins?: (Scalars['Int'] | null)} + const RecomputeEloStartedOutput_possibleTypes: string[] = ['RecomputeEloStartedOutput'] + export const isRecomputeEloStartedOutput = (obj?: { __typename?: any } | null): obj is RecomputeEloStartedOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isRecomputeEloStartedOutput"') + return RecomputeEloStartedOutput_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting data into table "v_team_stage_results" */ -export interface v_team_stage_results_insert_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),stage?: (tournament_stages_obj_rel_insert_input | null),team?: (tournament_teams_obj_rel_insert_input | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} + const RecomputeEloStatusOutput_possibleTypes: string[] = ['RecomputeEloStatusOutput'] + export const isRecomputeEloStatusOutput = (obj?: { __typename?: any } | null): obj is RecomputeEloStatusOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isRecomputeEloStatusOutput"') + return RecomputeEloStatusOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregate max on columns */ -export interface v_team_stage_results_max_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - tournament_stage_id?: boolean | number - tournament_team_id?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const ReindexStartedOutput_possibleTypes: string[] = ['ReindexStartedOutput'] + export const isReindexStartedOutput = (obj?: { __typename?: any } | null): obj is ReindexStartedOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isReindexStartedOutput"') + return ReindexStartedOutput_possibleTypes.includes(obj.__typename) + } + -/** order by max() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_max_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + const ReindexStatusOutput_possibleTypes: string[] = ['ReindexStatusOutput'] + export const isReindexStatusOutput = (obj?: { __typename?: any } | null): obj is ReindexStatusOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isReindexStatusOutput"') + return ReindexStatusOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregate min on columns */ -export interface v_team_stage_results_min_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - tournament_stage_id?: boolean | number - tournament_team_id?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const ReparseAllStartedOutput_possibleTypes: string[] = ['ReparseAllStartedOutput'] + export const isReparseAllStartedOutput = (obj?: { __typename?: any } | null): obj is ReparseAllStartedOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isReparseAllStartedOutput"') + return ReparseAllStartedOutput_possibleTypes.includes(obj.__typename) + } + -/** order by min() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_min_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + const ReparseAllStatusOutput_possibleTypes: string[] = ['ReparseAllStatusOutput'] + export const isReparseAllStatusOutput = (obj?: { __typename?: any } | null): obj is ReparseAllStatusOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isReparseAllStatusOutput"') + return ReparseAllStatusOutput_possibleTypes.includes(obj.__typename) + } + -/** response of any mutation on the table "v_team_stage_results" */ -export interface v_team_stage_results_mutation_responseGenqlSelection{ - /** number of rows affected by the mutation */ - affected_rows?: boolean | number - /** data from the rows affected by the mutation */ - returning?: v_team_stage_resultsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} + const SanctionResult_possibleTypes: string[] = ['SanctionResult'] + export const isSanctionResult = (obj?: { __typename?: any } | null): obj is SanctionResult => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSanctionResult"') + return SanctionResult_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting object relation for remote table "v_team_stage_results" */ -export interface v_team_stage_results_obj_rel_insert_input {data: v_team_stage_results_insert_input, -/** upsert condition */ -on_conflict?: (v_team_stage_results_on_conflict | null)} + const ScanStartedOutput_possibleTypes: string[] = ['ScanStartedOutput'] + export const isScanStartedOutput = (obj?: { __typename?: any } | null): obj is ScanStartedOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isScanStartedOutput"') + return ScanStartedOutput_possibleTypes.includes(obj.__typename) + } + -/** on_conflict condition type for table "v_team_stage_results" */ -export interface v_team_stage_results_on_conflict {constraint: v_team_stage_results_constraint,update_columns?: v_team_stage_results_update_column[],where?: (v_team_stage_results_bool_exp | null)} + const SeasonBackfillStatusOutput_possibleTypes: string[] = ['SeasonBackfillStatusOutput'] + export const isSeasonBackfillStatusOutput = (obj?: { __typename?: any } | null): obj is SeasonBackfillStatusOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSeasonBackfillStatusOutput"') + return SeasonBackfillStatusOutput_possibleTypes.includes(obj.__typename) + } + -/** Ordering options when selecting data from "v_team_stage_results". */ -export interface v_team_stage_results_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),stage?: (tournament_stages_order_by | null),team?: (tournament_teams_order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_stage_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + const ServerPlayer_possibleTypes: string[] = ['ServerPlayer'] + export const isServerPlayer = (obj?: { __typename?: any } | null): obj is ServerPlayer => { + if (!obj?.__typename) throw new Error('__typename is missing in "isServerPlayer"') + return ServerPlayer_possibleTypes.includes(obj.__typename) + } + -/** primary key columns input for table: v_team_stage_results */ -export interface v_team_stage_results_pk_columns_input {tournament_stage_id: Scalars['uuid'],tournament_team_id: Scalars['uuid']} + const SetupGameServeOutput_possibleTypes: string[] = ['SetupGameServeOutput'] + export const isSetupGameServeOutput = (obj?: { __typename?: any } | null): obj is SetupGameServeOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSetupGameServeOutput"') + return SetupGameServeOutput_possibleTypes.includes(obj.__typename) + } + -/** input type for updating data in table "v_team_stage_results" */ -export interface v_team_stage_results_set_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} + const SteamMatchHistoryLinkOutput_possibleTypes: string[] = ['SteamMatchHistoryLinkOutput'] + export const isSteamMatchHistoryLinkOutput = (obj?: { __typename?: any } | null): obj is SteamMatchHistoryLinkOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSteamMatchHistoryLinkOutput"') + return SteamMatchHistoryLinkOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev on columns */ -export interface v_team_stage_results_stddev_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const SteamMatchHistoryPollOutput_possibleTypes: string[] = ['SteamMatchHistoryPollOutput'] + export const isSteamMatchHistoryPollOutput = (obj?: { __typename?: any } | null): obj is SteamMatchHistoryPollOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSteamMatchHistoryPollOutput"') + return SteamMatchHistoryPollOutput_possibleTypes.includes(obj.__typename) + } + -/** order by stddev() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_stddev_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const SteamPresenceAdminStatusOutput_possibleTypes: string[] = ['SteamPresenceAdminStatusOutput'] + export const isSteamPresenceAdminStatusOutput = (obj?: { __typename?: any } | null): obj is SteamPresenceAdminStatusOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresenceAdminStatusOutput"') + return SteamPresenceAdminStatusOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_pop on columns */ -export interface v_team_stage_results_stddev_pop_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const SteamPresenceBot_possibleTypes: string[] = ['SteamPresenceBot'] + export const isSteamPresenceBot = (obj?: { __typename?: any } | null): obj is SteamPresenceBot => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresenceBot"') + return SteamPresenceBot_possibleTypes.includes(obj.__typename) + } + -/** order by stddev_pop() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_stddev_pop_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const SteamPresenceBotAssignment_possibleTypes: string[] = ['SteamPresenceBotAssignment'] + export const isSteamPresenceBotAssignment = (obj?: { __typename?: any } | null): obj is SteamPresenceBotAssignment => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresenceBotAssignment"') + return SteamPresenceBotAssignment_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_samp on columns */ -export interface v_team_stage_results_stddev_samp_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const SteamPresencePool_possibleTypes: string[] = ['SteamPresencePool'] + export const isSteamPresencePool = (obj?: { __typename?: any } | null): obj is SteamPresencePool => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresencePool"') + return SteamPresencePool_possibleTypes.includes(obj.__typename) + } + -/** order by stddev_samp() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_stddev_samp_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const StorageStats_possibleTypes: string[] = ['StorageStats'] + export const isStorageStats = (obj?: { __typename?: any } | null): obj is StorageStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isStorageStats"') + return StorageStats_possibleTypes.includes(obj.__typename) + } + -/** Streaming cursor of the table "v_team_stage_results" */ -export interface v_team_stage_results_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: v_team_stage_results_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} + const StorageSummary_possibleTypes: string[] = ['StorageSummary'] + export const isStorageSummary = (obj?: { __typename?: any } | null): obj is StorageSummary => { + if (!obj?.__typename) throw new Error('__typename is missing in "isStorageSummary"') + return StorageSummary_possibleTypes.includes(obj.__typename) + } + -/** Initial value of the column from where the streaming should start */ -export interface v_team_stage_results_stream_cursor_value_input {group_number?: (Scalars['Int'] | null),head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),placement?: (Scalars['Int'] | null),rank?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_stage_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} + const SuccessOutput_possibleTypes: string[] = ['SuccessOutput'] + export const isSuccessOutput = (obj?: { __typename?: any } | null): obj is SuccessOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isSuccessOutput"') + return SuccessOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregate sum on columns */ -export interface v_team_stage_results_sum_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const TableIOStat_possibleTypes: string[] = ['TableIOStat'] + export const isTableIOStat = (obj?: { __typename?: any } | null): obj is TableIOStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTableIOStat"') + return TableIOStat_possibleTypes.includes(obj.__typename) + } + -/** order by sum() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_sum_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const TableSizeInfo_possibleTypes: string[] = ['TableSizeInfo'] + export const isTableSizeInfo = (obj?: { __typename?: any } | null): obj is TableSizeInfo => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTableSizeInfo"') + return TableSizeInfo_possibleTypes.includes(obj.__typename) + } + -export interface v_team_stage_results_updates { -/** increments the numeric columns with given value of the filtered values */ -_inc?: (v_team_stage_results_inc_input | null), -/** sets the columns of the filtered rows to the given values */ -_set?: (v_team_stage_results_set_input | null), -/** filter the rows which have to be updated */ -where: v_team_stage_results_bool_exp} + const TableStat_possibleTypes: string[] = ['TableStat'] + export const isTableStat = (obj?: { __typename?: any } | null): obj is TableStat => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTableStat"') + return TableStat_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_pop on columns */ -export interface v_team_stage_results_var_pop_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const TeamCalendarOutput_possibleTypes: string[] = ['TeamCalendarOutput'] + export const isTeamCalendarOutput = (obj?: { __typename?: any } | null): obj is TeamCalendarOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTeamCalendarOutput"') + return TeamCalendarOutput_possibleTypes.includes(obj.__typename) + } + -/** order by var_pop() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_var_pop_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + 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"') + return TelemetryStats_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_samp on columns */ -export interface v_team_stage_results_var_samp_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const TestUploadResponse_possibleTypes: string[] = ['TestUploadResponse'] + export const isTestUploadResponse = (obj?: { __typename?: any } | null): obj is TestUploadResponse => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTestUploadResponse"') + return TestUploadResponse_possibleTypes.includes(obj.__typename) + } + -/** order by var_samp() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_var_samp_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const TimescaleJob_possibleTypes: string[] = ['TimescaleJob'] + export const isTimescaleJob = (obj?: { __typename?: any } | null): obj is TimescaleJob => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTimescaleJob"') + return TimescaleJob_possibleTypes.includes(obj.__typename) + } + -/** aggregate variance on columns */ -export interface v_team_stage_results_variance_fieldsGenqlSelection{ - group_number?: boolean | number - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - placement?: boolean | number - rank?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const TimescaleStats_possibleTypes: string[] = ['TimescaleStats'] + export const isTimescaleStats = (obj?: { __typename?: any } | null): obj is TimescaleStats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTimescaleStats"') + return TimescaleStats_possibleTypes.includes(obj.__typename) + } + -/** order by variance() on columns of table "v_team_stage_results" */ -export interface v_team_stage_results_variance_order_by {group_number?: (order_by | null),head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),placement?: (order_by | null),rank?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + 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"') + return TournamentMatchResetImpact_possibleTypes.includes(obj.__typename) + } + -/** columns and relationships of "v_team_tournament_results" */ -export interface v_team_tournament_resultsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - /** An object relationship */ - team?: tournament_teamsGenqlSelection - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number - tournament_team_id?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const WatchDemoOutput_possibleTypes: string[] = ['WatchDemoOutput'] + export const isWatchDemoOutput = (obj?: { __typename?: any } | null): obj is WatchDemoOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isWatchDemoOutput"') + return WatchDemoOutput_possibleTypes.includes(obj.__typename) + } + -/** aggregated selection of "v_team_tournament_results" */ -export interface v_team_tournament_results_aggregateGenqlSelection{ - aggregate?: v_team_tournament_results_aggregate_fieldsGenqlSelection - nodes?: v_team_tournament_resultsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} -export interface v_team_tournament_results_aggregate_bool_exp {avg?: (v_team_tournament_results_aggregate_bool_exp_avg | null),corr?: (v_team_tournament_results_aggregate_bool_exp_corr | null),count?: (v_team_tournament_results_aggregate_bool_exp_count | null),covar_samp?: (v_team_tournament_results_aggregate_bool_exp_covar_samp | null),max?: (v_team_tournament_results_aggregate_bool_exp_max | null),min?: (v_team_tournament_results_aggregate_bool_exp_min | null),stddev_samp?: (v_team_tournament_results_aggregate_bool_exp_stddev_samp | null),sum?: (v_team_tournament_results_aggregate_bool_exp_sum | null),var_samp?: (v_team_tournament_results_aggregate_bool_exp_var_samp | null)} + const _map_pool_possibleTypes: string[] = ['_map_pool'] + export const is_map_pool = (obj?: { __typename?: any } | null): obj is _map_pool => { + if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool"') + return _map_pool_possibleTypes.includes(obj.__typename) + } + -export interface v_team_tournament_results_aggregate_bool_exp_avg {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} -export interface v_team_tournament_results_aggregate_bool_exp_corr {arguments: v_team_tournament_results_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + const _map_pool_aggregate_possibleTypes: string[] = ['_map_pool_aggregate'] + export const is_map_pool_aggregate = (obj?: { __typename?: any } | null): obj is _map_pool_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_aggregate"') + return _map_pool_aggregate_possibleTypes.includes(obj.__typename) + } + -export interface v_team_tournament_results_aggregate_bool_exp_corr_arguments {X: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns,Y: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_corr_arguments_columns} -export interface v_team_tournament_results_aggregate_bool_exp_count {arguments?: (v_team_tournament_results_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: Int_comparison_exp} + const _map_pool_aggregate_fields_possibleTypes: string[] = ['_map_pool_aggregate_fields'] + export const is_map_pool_aggregate_fields = (obj?: { __typename?: any } | null): obj is _map_pool_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_aggregate_fields"') + return _map_pool_aggregate_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_team_tournament_results_aggregate_bool_exp_covar_samp {arguments: v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} -export interface v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments {X: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments_columns} + const _map_pool_max_fields_possibleTypes: string[] = ['_map_pool_max_fields'] + export const is_map_pool_max_fields = (obj?: { __typename?: any } | null): obj is _map_pool_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_max_fields"') + return _map_pool_max_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_team_tournament_results_aggregate_bool_exp_max {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} -export interface v_team_tournament_results_aggregate_bool_exp_min {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + const _map_pool_min_fields_possibleTypes: string[] = ['_map_pool_min_fields'] + export const is_map_pool_min_fields = (obj?: { __typename?: any } | null): obj is _map_pool_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_min_fields"') + return _map_pool_min_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_team_tournament_results_aggregate_bool_exp_stddev_samp {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} -export interface v_team_tournament_results_aggregate_bool_exp_sum {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + const _map_pool_mutation_response_possibleTypes: string[] = ['_map_pool_mutation_response'] + export const is_map_pool_mutation_response = (obj?: { __typename?: any } | null): obj is _map_pool_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_mutation_response"') + return _map_pool_mutation_response_possibleTypes.includes(obj.__typename) + } + -export interface v_team_tournament_results_aggregate_bool_exp_var_samp {arguments: v_team_tournament_results_select_column_v_team_tournament_results_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_team_tournament_results_bool_exp | null),predicate: float8_comparison_exp} + const abandoned_matches_possibleTypes: string[] = ['abandoned_matches'] + export const isabandoned_matches = (obj?: { __typename?: any } | null): obj is abandoned_matches => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches"') + return abandoned_matches_possibleTypes.includes(obj.__typename) + } + -/** aggregate fields of "v_team_tournament_results" */ -export interface v_team_tournament_results_aggregate_fieldsGenqlSelection{ - avg?: v_team_tournament_results_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_team_tournament_results_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_team_tournament_results_max_fieldsGenqlSelection - min?: v_team_tournament_results_min_fieldsGenqlSelection - stddev?: v_team_tournament_results_stddev_fieldsGenqlSelection - stddev_pop?: v_team_tournament_results_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_team_tournament_results_stddev_samp_fieldsGenqlSelection - sum?: v_team_tournament_results_sum_fieldsGenqlSelection - var_pop?: v_team_tournament_results_var_pop_fieldsGenqlSelection - var_samp?: v_team_tournament_results_var_samp_fieldsGenqlSelection - variance?: v_team_tournament_results_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} + const abandoned_matches_aggregate_possibleTypes: string[] = ['abandoned_matches_aggregate'] + export const isabandoned_matches_aggregate = (obj?: { __typename?: any } | null): obj is abandoned_matches_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_aggregate"') + return abandoned_matches_aggregate_possibleTypes.includes(obj.__typename) + } + -/** order by aggregate values of table "v_team_tournament_results" */ -export interface v_team_tournament_results_aggregate_order_by {avg?: (v_team_tournament_results_avg_order_by | null),count?: (order_by | null),max?: (v_team_tournament_results_max_order_by | null),min?: (v_team_tournament_results_min_order_by | null),stddev?: (v_team_tournament_results_stddev_order_by | null),stddev_pop?: (v_team_tournament_results_stddev_pop_order_by | null),stddev_samp?: (v_team_tournament_results_stddev_samp_order_by | null),sum?: (v_team_tournament_results_sum_order_by | null),var_pop?: (v_team_tournament_results_var_pop_order_by | null),var_samp?: (v_team_tournament_results_var_samp_order_by | null),variance?: (v_team_tournament_results_variance_order_by | null)} + const abandoned_matches_aggregate_fields_possibleTypes: string[] = ['abandoned_matches_aggregate_fields'] + export const isabandoned_matches_aggregate_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_aggregate_fields"') + return abandoned_matches_aggregate_fields_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting array relation for remote table "v_team_tournament_results" */ -export interface v_team_tournament_results_arr_rel_insert_input {data: v_team_tournament_results_insert_input[]} + const abandoned_matches_avg_fields_possibleTypes: string[] = ['abandoned_matches_avg_fields'] + export const isabandoned_matches_avg_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_avg_fields"') + return abandoned_matches_avg_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate avg on columns */ -export interface v_team_tournament_results_avg_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const abandoned_matches_max_fields_possibleTypes: string[] = ['abandoned_matches_max_fields'] + export const isabandoned_matches_max_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_max_fields"') + return abandoned_matches_max_fields_possibleTypes.includes(obj.__typename) + } + -/** order by avg() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_avg_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const abandoned_matches_min_fields_possibleTypes: string[] = ['abandoned_matches_min_fields'] + export const isabandoned_matches_min_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_min_fields"') + return abandoned_matches_min_fields_possibleTypes.includes(obj.__typename) + } + -/** Boolean expression to filter rows from the table "v_team_tournament_results". All fields are combined with a logical 'AND'. */ -export interface v_team_tournament_results_bool_exp {_and?: (v_team_tournament_results_bool_exp[] | null),_not?: (v_team_tournament_results_bool_exp | null),_or?: (v_team_tournament_results_bool_exp[] | null),head_to_head_match_wins?: (Int_comparison_exp | null),head_to_head_rounds_won?: (Int_comparison_exp | null),losses?: (Int_comparison_exp | null),maps_lost?: (Int_comparison_exp | null),maps_won?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),matches_remaining?: (Int_comparison_exp | null),rounds_lost?: (Int_comparison_exp | null),rounds_won?: (Int_comparison_exp | null),team?: (tournament_teams_bool_exp | null),team_kdr?: (float8_comparison_exp | null),total_deaths?: (Int_comparison_exp | null),total_kills?: (Int_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),tournament_team_id?: (uuid_comparison_exp | null),wins?: (Int_comparison_exp | null)} + const abandoned_matches_mutation_response_possibleTypes: string[] = ['abandoned_matches_mutation_response'] + export const isabandoned_matches_mutation_response = (obj?: { __typename?: any } | null): obj is abandoned_matches_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_mutation_response"') + return abandoned_matches_mutation_response_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting data into table "v_team_tournament_results" */ -export interface v_team_tournament_results_insert_input {head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team?: (tournament_teams_obj_rel_insert_input | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} + const abandoned_matches_stddev_fields_possibleTypes: string[] = ['abandoned_matches_stddev_fields'] + export const isabandoned_matches_stddev_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_stddev_fields"') + return abandoned_matches_stddev_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate max on columns */ -export interface v_team_tournament_results_max_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - tournament_id?: boolean | number - tournament_team_id?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const abandoned_matches_stddev_pop_fields_possibleTypes: string[] = ['abandoned_matches_stddev_pop_fields'] + export const isabandoned_matches_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_stddev_pop_fields"') + return abandoned_matches_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** order by max() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_max_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + const abandoned_matches_stddev_samp_fields_possibleTypes: string[] = ['abandoned_matches_stddev_samp_fields'] + export const isabandoned_matches_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_stddev_samp_fields"') + return abandoned_matches_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate min on columns */ -export interface v_team_tournament_results_min_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - tournament_id?: boolean | number - tournament_team_id?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const abandoned_matches_sum_fields_possibleTypes: string[] = ['abandoned_matches_sum_fields'] + export const isabandoned_matches_sum_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_sum_fields"') + return abandoned_matches_sum_fields_possibleTypes.includes(obj.__typename) + } + -/** order by min() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_min_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + const abandoned_matches_var_pop_fields_possibleTypes: string[] = ['abandoned_matches_var_pop_fields'] + export const isabandoned_matches_var_pop_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_var_pop_fields"') + return abandoned_matches_var_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** Ordering options when selecting data from "v_team_tournament_results". */ -export interface v_team_tournament_results_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team?: (tournament_teams_order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null),wins?: (order_by | null)} + const abandoned_matches_var_samp_fields_possibleTypes: string[] = ['abandoned_matches_var_samp_fields'] + export const isabandoned_matches_var_samp_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_var_samp_fields"') + return abandoned_matches_var_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev on columns */ -export interface v_team_tournament_results_stddev_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const abandoned_matches_variance_fields_possibleTypes: string[] = ['abandoned_matches_variance_fields'] + export const isabandoned_matches_variance_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_variance_fields"') + return abandoned_matches_variance_fields_possibleTypes.includes(obj.__typename) + } + -/** order by stddev() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_stddev_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const api_keys_possibleTypes: string[] = ['api_keys'] + export const isapi_keys = (obj?: { __typename?: any } | null): obj is api_keys => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys"') + return api_keys_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_pop on columns */ -export interface v_team_tournament_results_stddev_pop_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const api_keys_aggregate_possibleTypes: string[] = ['api_keys_aggregate'] + export const isapi_keys_aggregate = (obj?: { __typename?: any } | null): obj is api_keys_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_aggregate"') + return api_keys_aggregate_possibleTypes.includes(obj.__typename) + } + -/** order by stddev_pop() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_stddev_pop_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const api_keys_aggregate_fields_possibleTypes: string[] = ['api_keys_aggregate_fields'] + export const isapi_keys_aggregate_fields = (obj?: { __typename?: any } | null): obj is api_keys_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_aggregate_fields"') + return api_keys_aggregate_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_samp on columns */ -export interface v_team_tournament_results_stddev_samp_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const api_keys_avg_fields_possibleTypes: string[] = ['api_keys_avg_fields'] + export const isapi_keys_avg_fields = (obj?: { __typename?: any } | null): obj is api_keys_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_avg_fields"') + return api_keys_avg_fields_possibleTypes.includes(obj.__typename) + } + -/** order by stddev_samp() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_stddev_samp_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const api_keys_max_fields_possibleTypes: string[] = ['api_keys_max_fields'] + export const isapi_keys_max_fields = (obj?: { __typename?: any } | null): obj is api_keys_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_max_fields"') + return api_keys_max_fields_possibleTypes.includes(obj.__typename) + } + -/** Streaming cursor of the table "v_team_tournament_results" */ -export interface v_team_tournament_results_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: v_team_tournament_results_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} + const api_keys_min_fields_possibleTypes: string[] = ['api_keys_min_fields'] + export const isapi_keys_min_fields = (obj?: { __typename?: any } | null): obj is api_keys_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_min_fields"') + return api_keys_min_fields_possibleTypes.includes(obj.__typename) + } + -/** Initial value of the column from where the streaming should start */ -export interface v_team_tournament_results_stream_cursor_value_input {head_to_head_match_wins?: (Scalars['Int'] | null),head_to_head_rounds_won?: (Scalars['Int'] | null),losses?: (Scalars['Int'] | null),maps_lost?: (Scalars['Int'] | null),maps_won?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),matches_remaining?: (Scalars['Int'] | null),rounds_lost?: (Scalars['Int'] | null),rounds_won?: (Scalars['Int'] | null),team_kdr?: (Scalars['float8'] | null),total_deaths?: (Scalars['Int'] | null),total_kills?: (Scalars['Int'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null),wins?: (Scalars['Int'] | null)} + const api_keys_mutation_response_possibleTypes: string[] = ['api_keys_mutation_response'] + export const isapi_keys_mutation_response = (obj?: { __typename?: any } | null): obj is api_keys_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_mutation_response"') + return api_keys_mutation_response_possibleTypes.includes(obj.__typename) + } + -/** aggregate sum on columns */ -export interface v_team_tournament_results_sum_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const api_keys_stddev_fields_possibleTypes: string[] = ['api_keys_stddev_fields'] + export const isapi_keys_stddev_fields = (obj?: { __typename?: any } | null): obj is api_keys_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_stddev_fields"') + return api_keys_stddev_fields_possibleTypes.includes(obj.__typename) + } + -/** order by sum() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_sum_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const api_keys_stddev_pop_fields_possibleTypes: string[] = ['api_keys_stddev_pop_fields'] + export const isapi_keys_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is api_keys_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_stddev_pop_fields"') + return api_keys_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_pop on columns */ -export interface v_team_tournament_results_var_pop_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const api_keys_stddev_samp_fields_possibleTypes: string[] = ['api_keys_stddev_samp_fields'] + export const isapi_keys_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is api_keys_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_stddev_samp_fields"') + return api_keys_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** order by var_pop() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_var_pop_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const api_keys_sum_fields_possibleTypes: string[] = ['api_keys_sum_fields'] + export const isapi_keys_sum_fields = (obj?: { __typename?: any } | null): obj is api_keys_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_sum_fields"') + return api_keys_sum_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_samp on columns */ -export interface v_team_tournament_results_var_samp_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const api_keys_var_pop_fields_possibleTypes: string[] = ['api_keys_var_pop_fields'] + export const isapi_keys_var_pop_fields = (obj?: { __typename?: any } | null): obj is api_keys_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_var_pop_fields"') + return api_keys_var_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** order by var_samp() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_var_samp_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + const api_keys_var_samp_fields_possibleTypes: string[] = ['api_keys_var_samp_fields'] + export const isapi_keys_var_samp_fields = (obj?: { __typename?: any } | null): obj is api_keys_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_var_samp_fields"') + return api_keys_var_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate variance on columns */ -export interface v_team_tournament_results_variance_fieldsGenqlSelection{ - head_to_head_match_wins?: boolean | number - head_to_head_rounds_won?: boolean | number - losses?: boolean | number - maps_lost?: boolean | number - maps_won?: boolean | number - matches_played?: boolean | number - matches_remaining?: boolean | number - rounds_lost?: boolean | number - rounds_won?: boolean | number - team_kdr?: boolean | number - total_deaths?: boolean | number - total_kills?: boolean | number - wins?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const api_keys_variance_fields_possibleTypes: string[] = ['api_keys_variance_fields'] + export const isapi_keys_variance_fields = (obj?: { __typename?: any } | null): obj is api_keys_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_variance_fields"') + return api_keys_variance_fields_possibleTypes.includes(obj.__typename) + } + -/** order by variance() on columns of table "v_team_tournament_results" */ -export interface v_team_tournament_results_variance_order_by {head_to_head_match_wins?: (order_by | null),head_to_head_rounds_won?: (order_by | null),losses?: (order_by | null),maps_lost?: (order_by | null),maps_won?: (order_by | null),matches_played?: (order_by | null),matches_remaining?: (order_by | null),rounds_lost?: (order_by | null),rounds_won?: (order_by | null),team_kdr?: (order_by | null),total_deaths?: (order_by | null),total_kills?: (order_by | null),wins?: (order_by | null)} + 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"') + return clip_render_jobs_possibleTypes.includes(obj.__typename) + } + -/** columns and relationships of "v_tournament_player_stats" */ -export interface v_tournament_player_statsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - /** An object relationship */ - player?: playersGenqlSelection - player_steam_id?: boolean | number - /** An object relationship */ - tournament?: tournamentsGenqlSelection - tournament_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const clip_render_jobs_aggregate_possibleTypes: string[] = ['clip_render_jobs_aggregate'] + export const isclip_render_jobs_aggregate = (obj?: { __typename?: any } | null): obj is clip_render_jobs_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_aggregate"') + return clip_render_jobs_aggregate_possibleTypes.includes(obj.__typename) + } + -/** aggregated selection of "v_tournament_player_stats" */ -export interface v_tournament_player_stats_aggregateGenqlSelection{ - aggregate?: v_tournament_player_stats_aggregate_fieldsGenqlSelection - nodes?: v_tournament_player_statsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} -export interface v_tournament_player_stats_aggregate_bool_exp {avg?: (v_tournament_player_stats_aggregate_bool_exp_avg | null),corr?: (v_tournament_player_stats_aggregate_bool_exp_corr | null),count?: (v_tournament_player_stats_aggregate_bool_exp_count | null),covar_samp?: (v_tournament_player_stats_aggregate_bool_exp_covar_samp | null),max?: (v_tournament_player_stats_aggregate_bool_exp_max | null),min?: (v_tournament_player_stats_aggregate_bool_exp_min | null),stddev_samp?: (v_tournament_player_stats_aggregate_bool_exp_stddev_samp | null),sum?: (v_tournament_player_stats_aggregate_bool_exp_sum | null),var_samp?: (v_tournament_player_stats_aggregate_bool_exp_var_samp | null)} + const clip_render_jobs_aggregate_fields_possibleTypes: string[] = ['clip_render_jobs_aggregate_fields'] + export const isclip_render_jobs_aggregate_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_aggregate_fields"') + return clip_render_jobs_aggregate_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_tournament_player_stats_aggregate_bool_exp_avg {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_avg_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -export interface v_tournament_player_stats_aggregate_bool_exp_corr {arguments: v_tournament_player_stats_aggregate_bool_exp_corr_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} + const clip_render_jobs_avg_fields_possibleTypes: string[] = ['clip_render_jobs_avg_fields'] + export const isclip_render_jobs_avg_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_avg_fields"') + return clip_render_jobs_avg_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_tournament_player_stats_aggregate_bool_exp_corr_arguments {X: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns,Y: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_corr_arguments_columns} -export interface v_tournament_player_stats_aggregate_bool_exp_count {arguments?: (v_tournament_player_stats_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: Int_comparison_exp} + const clip_render_jobs_max_fields_possibleTypes: string[] = ['clip_render_jobs_max_fields'] + export const isclip_render_jobs_max_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_max_fields"') + return clip_render_jobs_max_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_tournament_player_stats_aggregate_bool_exp_covar_samp {arguments: v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -export interface v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments {X: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns,Y: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments_columns} + const clip_render_jobs_min_fields_possibleTypes: string[] = ['clip_render_jobs_min_fields'] + export const isclip_render_jobs_min_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_min_fields"') + return clip_render_jobs_min_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_tournament_player_stats_aggregate_bool_exp_max {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_max_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -export interface v_tournament_player_stats_aggregate_bool_exp_min {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_min_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} + const clip_render_jobs_mutation_response_possibleTypes: string[] = ['clip_render_jobs_mutation_response'] + export const isclip_render_jobs_mutation_response = (obj?: { __typename?: any } | null): obj is clip_render_jobs_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_mutation_response"') + return clip_render_jobs_mutation_response_possibleTypes.includes(obj.__typename) + } + -export interface v_tournament_player_stats_aggregate_bool_exp_stddev_samp {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} -export interface v_tournament_player_stats_aggregate_bool_exp_sum {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_sum_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} + const clip_render_jobs_stddev_fields_possibleTypes: string[] = ['clip_render_jobs_stddev_fields'] + export const isclip_render_jobs_stddev_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_stddev_fields"') + return clip_render_jobs_stddev_fields_possibleTypes.includes(obj.__typename) + } + -export interface v_tournament_player_stats_aggregate_bool_exp_var_samp {arguments: v_tournament_player_stats_select_column_v_tournament_player_stats_aggregate_bool_exp_var_samp_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (v_tournament_player_stats_bool_exp | null),predicate: float8_comparison_exp} + const clip_render_jobs_stddev_pop_fields_possibleTypes: string[] = ['clip_render_jobs_stddev_pop_fields'] + export const isclip_render_jobs_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_stddev_pop_fields"') + return clip_render_jobs_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate fields of "v_tournament_player_stats" */ -export interface v_tournament_player_stats_aggregate_fieldsGenqlSelection{ - avg?: v_tournament_player_stats_avg_fieldsGenqlSelection - count?: { __args: {columns?: (v_tournament_player_stats_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number - max?: v_tournament_player_stats_max_fieldsGenqlSelection - min?: v_tournament_player_stats_min_fieldsGenqlSelection - stddev?: v_tournament_player_stats_stddev_fieldsGenqlSelection - stddev_pop?: v_tournament_player_stats_stddev_pop_fieldsGenqlSelection - stddev_samp?: v_tournament_player_stats_stddev_samp_fieldsGenqlSelection - sum?: v_tournament_player_stats_sum_fieldsGenqlSelection - var_pop?: v_tournament_player_stats_var_pop_fieldsGenqlSelection - var_samp?: v_tournament_player_stats_var_samp_fieldsGenqlSelection - variance?: v_tournament_player_stats_variance_fieldsGenqlSelection - __typename?: boolean | number - __scalar?: boolean | number -} + const clip_render_jobs_stddev_samp_fields_possibleTypes: string[] = ['clip_render_jobs_stddev_samp_fields'] + export const isclip_render_jobs_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_stddev_samp_fields"') + return clip_render_jobs_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** order by aggregate values of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_aggregate_order_by {avg?: (v_tournament_player_stats_avg_order_by | null),count?: (order_by | null),max?: (v_tournament_player_stats_max_order_by | null),min?: (v_tournament_player_stats_min_order_by | null),stddev?: (v_tournament_player_stats_stddev_order_by | null),stddev_pop?: (v_tournament_player_stats_stddev_pop_order_by | null),stddev_samp?: (v_tournament_player_stats_stddev_samp_order_by | null),sum?: (v_tournament_player_stats_sum_order_by | null),var_pop?: (v_tournament_player_stats_var_pop_order_by | null),var_samp?: (v_tournament_player_stats_var_samp_order_by | null),variance?: (v_tournament_player_stats_variance_order_by | null)} + const clip_render_jobs_sum_fields_possibleTypes: string[] = ['clip_render_jobs_sum_fields'] + export const isclip_render_jobs_sum_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_sum_fields"') + return clip_render_jobs_sum_fields_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting array relation for remote table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_arr_rel_insert_input {data: v_tournament_player_stats_insert_input[]} + const clip_render_jobs_var_pop_fields_possibleTypes: string[] = ['clip_render_jobs_var_pop_fields'] + export const isclip_render_jobs_var_pop_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_var_pop_fields"') + return clip_render_jobs_var_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate avg on columns */ -export interface v_tournament_player_stats_avg_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const clip_render_jobs_var_samp_fields_possibleTypes: string[] = ['clip_render_jobs_var_samp_fields'] + export const isclip_render_jobs_var_samp_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_var_samp_fields"') + return clip_render_jobs_var_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** order by avg() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_avg_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + const clip_render_jobs_variance_fields_possibleTypes: string[] = ['clip_render_jobs_variance_fields'] + export const isclip_render_jobs_variance_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_variance_fields"') + return clip_render_jobs_variance_fields_possibleTypes.includes(obj.__typename) + } + -/** Boolean expression to filter rows from the table "v_tournament_player_stats". All fields are combined with a logical 'AND'. */ -export interface v_tournament_player_stats_bool_exp {_and?: (v_tournament_player_stats_bool_exp[] | null),_not?: (v_tournament_player_stats_bool_exp | null),_or?: (v_tournament_player_stats_bool_exp[] | null),assists?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),headshot_percentage?: (float8_comparison_exp | null),headshots?: (Int_comparison_exp | null),kdr?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} + const db_backups_possibleTypes: string[] = ['db_backups'] + export const isdb_backups = (obj?: { __typename?: any } | null): obj is db_backups => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups"') + return db_backups_possibleTypes.includes(obj.__typename) + } + -/** input type for inserting data into table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_insert_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),headshots?: (Scalars['Int'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} + const db_backups_aggregate_possibleTypes: string[] = ['db_backups_aggregate'] + export const isdb_backups_aggregate = (obj?: { __typename?: any } | null): obj is db_backups_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_aggregate"') + return db_backups_aggregate_possibleTypes.includes(obj.__typename) + } + -/** aggregate max on columns */ -export interface v_tournament_player_stats_max_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - tournament_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const db_backups_aggregate_fields_possibleTypes: string[] = ['db_backups_aggregate_fields'] + export const isdb_backups_aggregate_fields = (obj?: { __typename?: any } | null): obj is db_backups_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_aggregate_fields"') + return db_backups_aggregate_fields_possibleTypes.includes(obj.__typename) + } + -/** order by max() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_max_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null)} + const db_backups_avg_fields_possibleTypes: string[] = ['db_backups_avg_fields'] + export const isdb_backups_avg_fields = (obj?: { __typename?: any } | null): obj is db_backups_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_avg_fields"') + return db_backups_avg_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate min on columns */ -export interface v_tournament_player_stats_min_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - tournament_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const db_backups_max_fields_possibleTypes: string[] = ['db_backups_max_fields'] + export const isdb_backups_max_fields = (obj?: { __typename?: any } | null): obj is db_backups_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_max_fields"') + return db_backups_max_fields_possibleTypes.includes(obj.__typename) + } + -/** order by min() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_min_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null)} + const db_backups_min_fields_possibleTypes: string[] = ['db_backups_min_fields'] + export const isdb_backups_min_fields = (obj?: { __typename?: any } | null): obj is db_backups_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_min_fields"') + return db_backups_min_fields_possibleTypes.includes(obj.__typename) + } + -/** Ordering options when selecting data from "v_tournament_player_stats". */ -export interface v_tournament_player_stats_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} + const db_backups_mutation_response_possibleTypes: string[] = ['db_backups_mutation_response'] + export const isdb_backups_mutation_response = (obj?: { __typename?: any } | null): obj is db_backups_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_mutation_response"') + return db_backups_mutation_response_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev on columns */ -export interface v_tournament_player_stats_stddev_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const db_backups_stddev_fields_possibleTypes: string[] = ['db_backups_stddev_fields'] + export const isdb_backups_stddev_fields = (obj?: { __typename?: any } | null): obj is db_backups_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_stddev_fields"') + return db_backups_stddev_fields_possibleTypes.includes(obj.__typename) + } + -/** order by stddev() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_stddev_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + const db_backups_stddev_pop_fields_possibleTypes: string[] = ['db_backups_stddev_pop_fields'] + export const isdb_backups_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is db_backups_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_stddev_pop_fields"') + return db_backups_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_pop on columns */ -export interface v_tournament_player_stats_stddev_pop_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const db_backups_stddev_samp_fields_possibleTypes: string[] = ['db_backups_stddev_samp_fields'] + export const isdb_backups_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is db_backups_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_stddev_samp_fields"') + return db_backups_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** order by stddev_pop() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_stddev_pop_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + const db_backups_sum_fields_possibleTypes: string[] = ['db_backups_sum_fields'] + export const isdb_backups_sum_fields = (obj?: { __typename?: any } | null): obj is db_backups_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_sum_fields"') + return db_backups_sum_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate stddev_samp on columns */ -export interface v_tournament_player_stats_stddev_samp_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const db_backups_var_pop_fields_possibleTypes: string[] = ['db_backups_var_pop_fields'] + export const isdb_backups_var_pop_fields = (obj?: { __typename?: any } | null): obj is db_backups_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_var_pop_fields"') + return db_backups_var_pop_fields_possibleTypes.includes(obj.__typename) + } + -/** order by stddev_samp() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_stddev_samp_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + const db_backups_var_samp_fields_possibleTypes: string[] = ['db_backups_var_samp_fields'] + export const isdb_backups_var_samp_fields = (obj?: { __typename?: any } | null): obj is db_backups_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_var_samp_fields"') + return db_backups_var_samp_fields_possibleTypes.includes(obj.__typename) + } + -/** Streaming cursor of the table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_stream_cursor_input { -/** Stream column input with initial value */ -initial_value: v_tournament_player_stats_stream_cursor_value_input, -/** cursor ordering */ -ordering?: (cursor_ordering | null)} + const db_backups_variance_fields_possibleTypes: string[] = ['db_backups_variance_fields'] + export const isdb_backups_variance_fields = (obj?: { __typename?: any } | null): obj is db_backups_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_variance_fields"') + return db_backups_variance_fields_possibleTypes.includes(obj.__typename) + } + -/** Initial value of the column from where the streaming should start */ -export interface v_tournament_player_stats_stream_cursor_value_input {assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),headshots?: (Scalars['Int'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} + const draft_game_picks_possibleTypes: string[] = ['draft_game_picks'] + export const isdraft_game_picks = (obj?: { __typename?: any } | null): obj is draft_game_picks => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks"') + return draft_game_picks_possibleTypes.includes(obj.__typename) + } + -/** aggregate sum on columns */ -export interface v_tournament_player_stats_sum_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const draft_game_picks_aggregate_possibleTypes: string[] = ['draft_game_picks_aggregate'] + export const isdraft_game_picks_aggregate = (obj?: { __typename?: any } | null): obj is draft_game_picks_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_aggregate"') + return draft_game_picks_aggregate_possibleTypes.includes(obj.__typename) + } + -/** order by sum() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_sum_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + const draft_game_picks_aggregate_fields_possibleTypes: string[] = ['draft_game_picks_aggregate_fields'] + export const isdraft_game_picks_aggregate_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_aggregate_fields"') + return draft_game_picks_aggregate_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_pop on columns */ -export interface v_tournament_player_stats_var_pop_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const draft_game_picks_avg_fields_possibleTypes: string[] = ['draft_game_picks_avg_fields'] + export const isdraft_game_picks_avg_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_avg_fields"') + return draft_game_picks_avg_fields_possibleTypes.includes(obj.__typename) + } + -/** order by var_pop() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_var_pop_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + const draft_game_picks_max_fields_possibleTypes: string[] = ['draft_game_picks_max_fields'] + export const isdraft_game_picks_max_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_max_fields"') + return draft_game_picks_max_fields_possibleTypes.includes(obj.__typename) + } + -/** aggregate var_samp on columns */ -export interface v_tournament_player_stats_var_samp_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const draft_game_picks_min_fields_possibleTypes: string[] = ['draft_game_picks_min_fields'] + export const isdraft_game_picks_min_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_min_fields"') + return draft_game_picks_min_fields_possibleTypes.includes(obj.__typename) + } + -/** order by var_samp() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_var_samp_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} + const draft_game_picks_mutation_response_possibleTypes: string[] = ['draft_game_picks_mutation_response'] + export const isdraft_game_picks_mutation_response = (obj?: { __typename?: any } | null): obj is draft_game_picks_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_mutation_response"') + return draft_game_picks_mutation_response_possibleTypes.includes(obj.__typename) + } + -/** aggregate variance on columns */ -export interface v_tournament_player_stats_variance_fieldsGenqlSelection{ - assists?: boolean | number - deaths?: boolean | number - headshot_percentage?: boolean | number - headshots?: boolean | number - kdr?: boolean | number - kills?: boolean | number - matches_played?: boolean | number - player_steam_id?: boolean | number - __typename?: boolean | number - __scalar?: boolean | number -} + const draft_game_picks_stddev_fields_possibleTypes: string[] = ['draft_game_picks_stddev_fields'] + export const isdraft_game_picks_stddev_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_stddev_fields"') + return draft_game_picks_stddev_fields_possibleTypes.includes(obj.__typename) + } + -/** order by variance() on columns of table "v_tournament_player_stats" */ -export interface v_tournament_player_stats_variance_order_by {assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),headshots?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_steam_id?: (order_by | null)} -export type QueryGenqlSelection = query_rootGenqlSelection -export type MutationGenqlSelection = mutation_rootGenqlSelection -export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const draft_game_picks_stddev_pop_fields_possibleTypes: string[] = ['draft_game_picks_stddev_pop_fields'] + export const isdraft_game_picks_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_stddev_pop_fields"') + return draft_game_picks_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + - const ActiveConnection_possibleTypes: string[] = ['ActiveConnection'] - export const isActiveConnection = (obj?: { __typename?: any } | null): obj is ActiveConnection => { - if (!obj?.__typename) throw new Error('__typename is missing in "isActiveConnection"') - return ActiveConnection_possibleTypes.includes(obj.__typename) + const draft_game_picks_stddev_samp_fields_possibleTypes: string[] = ['draft_game_picks_stddev_samp_fields'] + export const isdraft_game_picks_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_stddev_samp_fields"') + return draft_game_picks_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const ActiveQuery_possibleTypes: string[] = ['ActiveQuery'] - export const isActiveQuery = (obj?: { __typename?: any } | null): obj is ActiveQuery => { - if (!obj?.__typename) throw new Error('__typename is missing in "isActiveQuery"') - return ActiveQuery_possibleTypes.includes(obj.__typename) + const draft_game_picks_sum_fields_possibleTypes: string[] = ['draft_game_picks_sum_fields'] + export const isdraft_game_picks_sum_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_sum_fields"') + return draft_game_picks_sum_fields_possibleTypes.includes(obj.__typename) } - const ApiKeyResponse_possibleTypes: string[] = ['ApiKeyResponse'] - export const isApiKeyResponse = (obj?: { __typename?: any } | null): obj is ApiKeyResponse => { - if (!obj?.__typename) throw new Error('__typename is missing in "isApiKeyResponse"') - return ApiKeyResponse_possibleTypes.includes(obj.__typename) + const draft_game_picks_var_pop_fields_possibleTypes: string[] = ['draft_game_picks_var_pop_fields'] + export const isdraft_game_picks_var_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_var_pop_fields"') + return draft_game_picks_var_pop_fields_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"') - return ConnectionByState_possibleTypes.includes(obj.__typename) + const draft_game_picks_var_samp_fields_possibleTypes: string[] = ['draft_game_picks_var_samp_fields'] + export const isdraft_game_picks_var_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_var_samp_fields"') + return draft_game_picks_var_samp_fields_possibleTypes.includes(obj.__typename) } - const ConnectionStats_possibleTypes: string[] = ['ConnectionStats'] - export const isConnectionStats = (obj?: { __typename?: any } | null): obj is ConnectionStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isConnectionStats"') - return ConnectionStats_possibleTypes.includes(obj.__typename) + const draft_game_picks_variance_fields_possibleTypes: string[] = ['draft_game_picks_variance_fields'] + export const isdraft_game_picks_variance_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_variance_fields"') + return draft_game_picks_variance_fields_possibleTypes.includes(obj.__typename) } - const CpuStat_possibleTypes: string[] = ['CpuStat'] - export const isCpuStat = (obj?: { __typename?: any } | null): obj is CpuStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isCpuStat"') - return CpuStat_possibleTypes.includes(obj.__typename) + const draft_game_players_possibleTypes: string[] = ['draft_game_players'] + export const isdraft_game_players = (obj?: { __typename?: any } | null): obj is draft_game_players => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players"') + return draft_game_players_possibleTypes.includes(obj.__typename) } - const CreateClipRenderOutput_possibleTypes: string[] = ['CreateClipRenderOutput'] - export const isCreateClipRenderOutput = (obj?: { __typename?: any } | null): obj is CreateClipRenderOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isCreateClipRenderOutput"') - return CreateClipRenderOutput_possibleTypes.includes(obj.__typename) + const draft_game_players_aggregate_possibleTypes: string[] = ['draft_game_players_aggregate'] + export const isdraft_game_players_aggregate = (obj?: { __typename?: any } | null): obj is draft_game_players_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_aggregate"') + return draft_game_players_aggregate_possibleTypes.includes(obj.__typename) } - const CreateDraftGameOutput_possibleTypes: string[] = ['CreateDraftGameOutput'] - export const isCreateDraftGameOutput = (obj?: { __typename?: any } | null): obj is CreateDraftGameOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isCreateDraftGameOutput"') - return CreateDraftGameOutput_possibleTypes.includes(obj.__typename) + const draft_game_players_aggregate_fields_possibleTypes: string[] = ['draft_game_players_aggregate_fields'] + export const isdraft_game_players_aggregate_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_aggregate_fields"') + return draft_game_players_aggregate_fields_possibleTypes.includes(obj.__typename) } - const CreateScheduledMatchOutput_possibleTypes: string[] = ['CreateScheduledMatchOutput'] - export const isCreateScheduledMatchOutput = (obj?: { __typename?: any } | null): obj is CreateScheduledMatchOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isCreateScheduledMatchOutput"') - return CreateScheduledMatchOutput_possibleTypes.includes(obj.__typename) + const draft_game_players_avg_fields_possibleTypes: string[] = ['draft_game_players_avg_fields'] + export const isdraft_game_players_avg_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_avg_fields"') + return draft_game_players_avg_fields_possibleTypes.includes(obj.__typename) } - const DatabaseStats_possibleTypes: string[] = ['DatabaseStats'] - export const isDatabaseStats = (obj?: { __typename?: any } | null): obj is DatabaseStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDatabaseStats"') - return DatabaseStats_possibleTypes.includes(obj.__typename) + const draft_game_players_max_fields_possibleTypes: string[] = ['draft_game_players_max_fields'] + export const isdraft_game_players_max_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_max_fields"') + return draft_game_players_max_fields_possibleTypes.includes(obj.__typename) } - const DbStats_possibleTypes: string[] = ['DbStats'] - export const isDbStats = (obj?: { __typename?: any } | null): obj is DbStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDbStats"') - return DbStats_possibleTypes.includes(obj.__typename) + const draft_game_players_min_fields_possibleTypes: string[] = ['draft_game_players_min_fields'] + export const isdraft_game_players_min_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_min_fields"') + return draft_game_players_min_fields_possibleTypes.includes(obj.__typename) } - const DedicatedSeverInfo_possibleTypes: string[] = ['DedicatedSeverInfo'] - export const isDedicatedSeverInfo = (obj?: { __typename?: any } | null): obj is DedicatedSeverInfo => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDedicatedSeverInfo"') - return DedicatedSeverInfo_possibleTypes.includes(obj.__typename) + const draft_game_players_mutation_response_possibleTypes: string[] = ['draft_game_players_mutation_response'] + export const isdraft_game_players_mutation_response = (obj?: { __typename?: any } | null): obj is draft_game_players_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_mutation_response"') + return draft_game_players_mutation_response_possibleTypes.includes(obj.__typename) } - const DeleteOrphansOutput_possibleTypes: string[] = ['DeleteOrphansOutput'] - export const isDeleteOrphansOutput = (obj?: { __typename?: any } | null): obj is DeleteOrphansOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDeleteOrphansOutput"') - return DeleteOrphansOutput_possibleTypes.includes(obj.__typename) + const draft_game_players_stddev_fields_possibleTypes: string[] = ['draft_game_players_stddev_fields'] + export const isdraft_game_players_stddev_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_stddev_fields"') + return draft_game_players_stddev_fields_possibleTypes.includes(obj.__typename) } - const DiskStat_possibleTypes: string[] = ['DiskStat'] - export const isDiskStat = (obj?: { __typename?: any } | null): obj is DiskStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDiskStat"') - return DiskStat_possibleTypes.includes(obj.__typename) + const draft_game_players_stddev_pop_fields_possibleTypes: string[] = ['draft_game_players_stddev_pop_fields'] + export const isdraft_game_players_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_stddev_pop_fields"') + return draft_game_players_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const DiskStats_possibleTypes: string[] = ['DiskStats'] - export const isDiskStats = (obj?: { __typename?: any } | null): obj is DiskStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDiskStats"') - return DiskStats_possibleTypes.includes(obj.__typename) + const draft_game_players_stddev_samp_fields_possibleTypes: string[] = ['draft_game_players_stddev_samp_fields'] + export const isdraft_game_players_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_stddev_samp_fields"') + return draft_game_players_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const DraftGamePreviewOutput_possibleTypes: string[] = ['DraftGamePreviewOutput'] - export const isDraftGamePreviewOutput = (obj?: { __typename?: any } | null): obj is DraftGamePreviewOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDraftGamePreviewOutput"') - return DraftGamePreviewOutput_possibleTypes.includes(obj.__typename) + const draft_game_players_sum_fields_possibleTypes: string[] = ['draft_game_players_sum_fields'] + export const isdraft_game_players_sum_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_sum_fields"') + return draft_game_players_sum_fields_possibleTypes.includes(obj.__typename) } - const DraftGamePreviewPlayer_possibleTypes: string[] = ['DraftGamePreviewPlayer'] - export const isDraftGamePreviewPlayer = (obj?: { __typename?: any } | null): obj is DraftGamePreviewPlayer => { - if (!obj?.__typename) throw new Error('__typename is missing in "isDraftGamePreviewPlayer"') - return DraftGamePreviewPlayer_possibleTypes.includes(obj.__typename) + const draft_game_players_var_pop_fields_possibleTypes: string[] = ['draft_game_players_var_pop_fields'] + export const isdraft_game_players_var_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_var_pop_fields"') + return draft_game_players_var_pop_fields_possibleTypes.includes(obj.__typename) } - const FaceitTestOutput_possibleTypes: string[] = ['FaceitTestOutput'] - export const isFaceitTestOutput = (obj?: { __typename?: any } | null): obj is FaceitTestOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isFaceitTestOutput"') - return FaceitTestOutput_possibleTypes.includes(obj.__typename) + const draft_game_players_var_samp_fields_possibleTypes: string[] = ['draft_game_players_var_samp_fields'] + export const isdraft_game_players_var_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_var_samp_fields"') + return draft_game_players_var_samp_fields_possibleTypes.includes(obj.__typename) } - const FaceitTestResult_possibleTypes: string[] = ['FaceitTestResult'] - export const isFaceitTestResult = (obj?: { __typename?: any } | null): obj is FaceitTestResult => { - if (!obj?.__typename) throw new Error('__typename is missing in "isFaceitTestResult"') - return FaceitTestResult_possibleTypes.includes(obj.__typename) + const draft_game_players_variance_fields_possibleTypes: string[] = ['draft_game_players_variance_fields'] + export const isdraft_game_players_variance_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_variance_fields"') + return draft_game_players_variance_fields_possibleTypes.includes(obj.__typename) } - const FileContentResponse_possibleTypes: string[] = ['FileContentResponse'] - export const isFileContentResponse = (obj?: { __typename?: any } | null): obj is FileContentResponse => { - if (!obj?.__typename) throw new Error('__typename is missing in "isFileContentResponse"') - return FileContentResponse_possibleTypes.includes(obj.__typename) + const draft_games_possibleTypes: string[] = ['draft_games'] + export const isdraft_games = (obj?: { __typename?: any } | null): obj is draft_games => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games"') + return draft_games_possibleTypes.includes(obj.__typename) } - const FileItem_possibleTypes: string[] = ['FileItem'] - export const isFileItem = (obj?: { __typename?: any } | null): obj is FileItem => { - if (!obj?.__typename) throw new Error('__typename is missing in "isFileItem"') - return FileItem_possibleTypes.includes(obj.__typename) + const draft_games_aggregate_possibleTypes: string[] = ['draft_games_aggregate'] + export const isdraft_games_aggregate = (obj?: { __typename?: any } | null): obj is draft_games_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_aggregate"') + return draft_games_aggregate_possibleTypes.includes(obj.__typename) } - const FileListResponse_possibleTypes: string[] = ['FileListResponse'] - export const isFileListResponse = (obj?: { __typename?: any } | null): obj is FileListResponse => { - if (!obj?.__typename) throw new Error('__typename is missing in "isFileListResponse"') - return FileListResponse_possibleTypes.includes(obj.__typename) + const draft_games_aggregate_fields_possibleTypes: string[] = ['draft_games_aggregate_fields'] + export const isdraft_games_aggregate_fields = (obj?: { __typename?: any } | null): obj is draft_games_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_aggregate_fields"') + return draft_games_aggregate_fields_possibleTypes.includes(obj.__typename) } - const GetTestUploadResponse_possibleTypes: string[] = ['GetTestUploadResponse'] - export const isGetTestUploadResponse = (obj?: { __typename?: any } | null): obj is GetTestUploadResponse => { - if (!obj?.__typename) throw new Error('__typename is missing in "isGetTestUploadResponse"') - return GetTestUploadResponse_possibleTypes.includes(obj.__typename) + const draft_games_avg_fields_possibleTypes: string[] = ['draft_games_avg_fields'] + export const isdraft_games_avg_fields = (obj?: { __typename?: any } | null): obj is draft_games_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_avg_fields"') + return draft_games_avg_fields_possibleTypes.includes(obj.__typename) } - const GpuDeviceStat_possibleTypes: string[] = ['GpuDeviceStat'] - export const isGpuDeviceStat = (obj?: { __typename?: any } | null): obj is GpuDeviceStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isGpuDeviceStat"') - return GpuDeviceStat_possibleTypes.includes(obj.__typename) + const draft_games_max_fields_possibleTypes: string[] = ['draft_games_max_fields'] + export const isdraft_games_max_fields = (obj?: { __typename?: any } | null): obj is draft_games_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_max_fields"') + return draft_games_max_fields_possibleTypes.includes(obj.__typename) } - const GpuStats_possibleTypes: string[] = ['GpuStats'] - export const isGpuStats = (obj?: { __typename?: any } | null): obj is GpuStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isGpuStats"') - return GpuStats_possibleTypes.includes(obj.__typename) + const draft_games_min_fields_possibleTypes: string[] = ['draft_games_min_fields'] + export const isdraft_games_min_fields = (obj?: { __typename?: any } | null): obj is draft_games_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_min_fields"') + return draft_games_min_fields_possibleTypes.includes(obj.__typename) } - const HighlightPresetAvailability_possibleTypes: string[] = ['HighlightPresetAvailability'] - export const isHighlightPresetAvailability = (obj?: { __typename?: any } | null): obj is HighlightPresetAvailability => { - if (!obj?.__typename) throw new Error('__typename is missing in "isHighlightPresetAvailability"') - return HighlightPresetAvailability_possibleTypes.includes(obj.__typename) + const draft_games_mutation_response_possibleTypes: string[] = ['draft_games_mutation_response'] + export const isdraft_games_mutation_response = (obj?: { __typename?: any } | null): obj is draft_games_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_mutation_response"') + return draft_games_mutation_response_possibleTypes.includes(obj.__typename) } - const HypertableInfo_possibleTypes: string[] = ['HypertableInfo'] - export const isHypertableInfo = (obj?: { __typename?: any } | null): obj is HypertableInfo => { - if (!obj?.__typename) throw new Error('__typename is missing in "isHypertableInfo"') - return HypertableInfo_possibleTypes.includes(obj.__typename) + const draft_games_stddev_fields_possibleTypes: string[] = ['draft_games_stddev_fields'] + export const isdraft_games_stddev_fields = (obj?: { __typename?: any } | null): obj is draft_games_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_stddev_fields"') + return draft_games_stddev_fields_possibleTypes.includes(obj.__typename) } - const IndexIOStat_possibleTypes: string[] = ['IndexIOStat'] - export const isIndexIOStat = (obj?: { __typename?: any } | null): obj is IndexIOStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isIndexIOStat"') - return IndexIOStat_possibleTypes.includes(obj.__typename) + const draft_games_stddev_pop_fields_possibleTypes: string[] = ['draft_games_stddev_pop_fields'] + export const isdraft_games_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is draft_games_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_stddev_pop_fields"') + return draft_games_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const IndexStat_possibleTypes: string[] = ['IndexStat'] - export const isIndexStat = (obj?: { __typename?: any } | null): obj is IndexStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isIndexStat"') - return IndexStat_possibleTypes.includes(obj.__typename) + const draft_games_stddev_samp_fields_possibleTypes: string[] = ['draft_games_stddev_samp_fields'] + export const isdraft_games_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is draft_games_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_stddev_samp_fields"') + return draft_games_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const KickResult_possibleTypes: string[] = ['KickResult'] - export const isKickResult = (obj?: { __typename?: any } | null): obj is KickResult => { - if (!obj?.__typename) throw new Error('__typename is missing in "isKickResult"') - return KickResult_possibleTypes.includes(obj.__typename) + const draft_games_sum_fields_possibleTypes: string[] = ['draft_games_sum_fields'] + export const isdraft_games_sum_fields = (obj?: { __typename?: any } | null): obj is draft_games_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_sum_fields"') + return draft_games_sum_fields_possibleTypes.includes(obj.__typename) } - const LiveSpecGsi_possibleTypes: string[] = ['LiveSpecGsi'] - export const isLiveSpecGsi = (obj?: { __typename?: any } | null): obj is LiveSpecGsi => { - if (!obj?.__typename) throw new Error('__typename is missing in "isLiveSpecGsi"') - return LiveSpecGsi_possibleTypes.includes(obj.__typename) + const draft_games_var_pop_fields_possibleTypes: string[] = ['draft_games_var_pop_fields'] + export const isdraft_games_var_pop_fields = (obj?: { __typename?: any } | null): obj is draft_games_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_var_pop_fields"') + return draft_games_var_pop_fields_possibleTypes.includes(obj.__typename) } - const LiveSpecSlot_possibleTypes: string[] = ['LiveSpecSlot'] - export const isLiveSpecSlot = (obj?: { __typename?: any } | null): obj is LiveSpecSlot => { - if (!obj?.__typename) throw new Error('__typename is missing in "isLiveSpecSlot"') - return LiveSpecSlot_possibleTypes.includes(obj.__typename) + const draft_games_var_samp_fields_possibleTypes: string[] = ['draft_games_var_samp_fields'] + export const isdraft_games_var_samp_fields = (obj?: { __typename?: any } | null): obj is draft_games_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_var_samp_fields"') + return draft_games_var_samp_fields_possibleTypes.includes(obj.__typename) } - const LiveStreamSpecState_possibleTypes: string[] = ['LiveStreamSpecState'] - export const isLiveStreamSpecState = (obj?: { __typename?: any } | null): obj is LiveStreamSpecState => { - if (!obj?.__typename) throw new Error('__typename is missing in "isLiveStreamSpecState"') - return LiveStreamSpecState_possibleTypes.includes(obj.__typename) + const draft_games_variance_fields_possibleTypes: string[] = ['draft_games_variance_fields'] + export const isdraft_games_variance_fields = (obj?: { __typename?: any } | null): obj is draft_games_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_variance_fields"') + return draft_games_variance_fields_possibleTypes.includes(obj.__typename) } - const LockInfo_possibleTypes: string[] = ['LockInfo'] - export const isLockInfo = (obj?: { __typename?: any } | null): obj is LockInfo => { - if (!obj?.__typename) throw new Error('__typename is missing in "isLockInfo"') - return LockInfo_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"') + return e_check_in_settings_possibleTypes.includes(obj.__typename) } - const MeResponse_possibleTypes: string[] = ['MeResponse'] - export const isMeResponse = (obj?: { __typename?: any } | null): obj is MeResponse => { - if (!obj?.__typename) throw new Error('__typename is missing in "isMeResponse"') - return MeResponse_possibleTypes.includes(obj.__typename) + const e_check_in_settings_aggregate_possibleTypes: string[] = ['e_check_in_settings_aggregate'] + export const ise_check_in_settings_aggregate = (obj?: { __typename?: any } | null): obj is e_check_in_settings_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_aggregate"') + return e_check_in_settings_aggregate_possibleTypes.includes(obj.__typename) } - const MemoryStat_possibleTypes: string[] = ['MemoryStat'] - export const isMemoryStat = (obj?: { __typename?: any } | null): obj is MemoryStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isMemoryStat"') - return MemoryStat_possibleTypes.includes(obj.__typename) + const e_check_in_settings_aggregate_fields_possibleTypes: string[] = ['e_check_in_settings_aggregate_fields'] + export const ise_check_in_settings_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_check_in_settings_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_aggregate_fields"') + return e_check_in_settings_aggregate_fields_possibleTypes.includes(obj.__typename) } - const NetworkStats_possibleTypes: string[] = ['NetworkStats'] - export const isNetworkStats = (obj?: { __typename?: any } | null): obj is NetworkStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isNetworkStats"') - return NetworkStats_possibleTypes.includes(obj.__typename) + const e_check_in_settings_max_fields_possibleTypes: string[] = ['e_check_in_settings_max_fields'] + export const ise_check_in_settings_max_fields = (obj?: { __typename?: any } | null): obj is e_check_in_settings_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_max_fields"') + return e_check_in_settings_max_fields_possibleTypes.includes(obj.__typename) } - const NewsPost_possibleTypes: string[] = ['NewsPost'] - export const isNewsPost = (obj?: { __typename?: any } | null): obj is NewsPost => { - if (!obj?.__typename) throw new Error('__typename is missing in "isNewsPost"') - return NewsPost_possibleTypes.includes(obj.__typename) + const e_check_in_settings_min_fields_possibleTypes: string[] = ['e_check_in_settings_min_fields'] + export const ise_check_in_settings_min_fields = (obj?: { __typename?: any } | null): obj is e_check_in_settings_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_min_fields"') + return e_check_in_settings_min_fields_possibleTypes.includes(obj.__typename) } - const NicStat_possibleTypes: string[] = ['NicStat'] - export const isNicStat = (obj?: { __typename?: any } | null): obj is NicStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isNicStat"') - return NicStat_possibleTypes.includes(obj.__typename) + const e_check_in_settings_mutation_response_possibleTypes: string[] = ['e_check_in_settings_mutation_response'] + export const ise_check_in_settings_mutation_response = (obj?: { __typename?: any } | null): obj is e_check_in_settings_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_mutation_response"') + return e_check_in_settings_mutation_response_possibleTypes.includes(obj.__typename) } - const NodeStats_possibleTypes: string[] = ['NodeStats'] - export const isNodeStats = (obj?: { __typename?: any } | null): obj is NodeStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isNodeStats"') - return NodeStats_possibleTypes.includes(obj.__typename) + const e_draft_game_captain_selection_possibleTypes: string[] = ['e_draft_game_captain_selection'] + export const ise_draft_game_captain_selection = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection"') + return e_draft_game_captain_selection_possibleTypes.includes(obj.__typename) } - const OrphanObject_possibleTypes: string[] = ['OrphanObject'] - export const isOrphanObject = (obj?: { __typename?: any } | null): obj is OrphanObject => { - if (!obj?.__typename) throw new Error('__typename is missing in "isOrphanObject"') - return OrphanObject_possibleTypes.includes(obj.__typename) + const e_draft_game_captain_selection_aggregate_possibleTypes: string[] = ['e_draft_game_captain_selection_aggregate'] + export const ise_draft_game_captain_selection_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_aggregate"') + return e_draft_game_captain_selection_aggregate_possibleTypes.includes(obj.__typename) } - const OrphanScanResultOutput_possibleTypes: string[] = ['OrphanScanResultOutput'] - export const isOrphanScanResultOutput = (obj?: { __typename?: any } | null): obj is OrphanScanResultOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isOrphanScanResultOutput"') - return OrphanScanResultOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_captain_selection_aggregate_fields_possibleTypes: string[] = ['e_draft_game_captain_selection_aggregate_fields'] + export const ise_draft_game_captain_selection_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_aggregate_fields"') + return e_draft_game_captain_selection_aggregate_fields_possibleTypes.includes(obj.__typename) } - const PendingMatchImportActionOutput_possibleTypes: string[] = ['PendingMatchImportActionOutput'] - export const isPendingMatchImportActionOutput = (obj?: { __typename?: any } | null): obj is PendingMatchImportActionOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isPendingMatchImportActionOutput"') - return PendingMatchImportActionOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_captain_selection_max_fields_possibleTypes: string[] = ['e_draft_game_captain_selection_max_fields'] + export const ise_draft_game_captain_selection_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_max_fields"') + return e_draft_game_captain_selection_max_fields_possibleTypes.includes(obj.__typename) } - const PodStats_possibleTypes: string[] = ['PodStats'] - export const isPodStats = (obj?: { __typename?: any } | null): obj is PodStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isPodStats"') - return PodStats_possibleTypes.includes(obj.__typename) + const e_draft_game_captain_selection_min_fields_possibleTypes: string[] = ['e_draft_game_captain_selection_min_fields'] + export const ise_draft_game_captain_selection_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_min_fields"') + return e_draft_game_captain_selection_min_fields_possibleTypes.includes(obj.__typename) } - const PreviewTournamentMatchResetOutput_possibleTypes: string[] = ['PreviewTournamentMatchResetOutput'] - export const isPreviewTournamentMatchResetOutput = (obj?: { __typename?: any } | null): obj is PreviewTournamentMatchResetOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isPreviewTournamentMatchResetOutput"') - return PreviewTournamentMatchResetOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_captain_selection_mutation_response_possibleTypes: string[] = ['e_draft_game_captain_selection_mutation_response'] + export const ise_draft_game_captain_selection_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_mutation_response"') + return e_draft_game_captain_selection_mutation_response_possibleTypes.includes(obj.__typename) } - const QueryDetail_possibleTypes: string[] = ['QueryDetail'] - export const isQueryDetail = (obj?: { __typename?: any } | null): obj is QueryDetail => { - if (!obj?.__typename) throw new Error('__typename is missing in "isQueryDetail"') - return QueryDetail_possibleTypes.includes(obj.__typename) + const e_draft_game_draft_order_possibleTypes: string[] = ['e_draft_game_draft_order'] + export const ise_draft_game_draft_order = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order"') + return e_draft_game_draft_order_possibleTypes.includes(obj.__typename) } - const QueryStat_possibleTypes: string[] = ['QueryStat'] - export const isQueryStat = (obj?: { __typename?: any } | null): obj is QueryStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isQueryStat"') - return QueryStat_possibleTypes.includes(obj.__typename) + const e_draft_game_draft_order_aggregate_possibleTypes: string[] = ['e_draft_game_draft_order_aggregate'] + export const ise_draft_game_draft_order_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_aggregate"') + return e_draft_game_draft_order_aggregate_possibleTypes.includes(obj.__typename) } - const RecomputeEloStartedOutput_possibleTypes: string[] = ['RecomputeEloStartedOutput'] - export const isRecomputeEloStartedOutput = (obj?: { __typename?: any } | null): obj is RecomputeEloStartedOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isRecomputeEloStartedOutput"') - return RecomputeEloStartedOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_draft_order_aggregate_fields_possibleTypes: string[] = ['e_draft_game_draft_order_aggregate_fields'] + export const ise_draft_game_draft_order_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_aggregate_fields"') + return e_draft_game_draft_order_aggregate_fields_possibleTypes.includes(obj.__typename) } - const RecomputeEloStatusOutput_possibleTypes: string[] = ['RecomputeEloStatusOutput'] - export const isRecomputeEloStatusOutput = (obj?: { __typename?: any } | null): obj is RecomputeEloStatusOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isRecomputeEloStatusOutput"') - return RecomputeEloStatusOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_draft_order_max_fields_possibleTypes: string[] = ['e_draft_game_draft_order_max_fields'] + export const ise_draft_game_draft_order_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_max_fields"') + return e_draft_game_draft_order_max_fields_possibleTypes.includes(obj.__typename) } - const ReindexStartedOutput_possibleTypes: string[] = ['ReindexStartedOutput'] - export const isReindexStartedOutput = (obj?: { __typename?: any } | null): obj is ReindexStartedOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isReindexStartedOutput"') - return ReindexStartedOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_draft_order_min_fields_possibleTypes: string[] = ['e_draft_game_draft_order_min_fields'] + export const ise_draft_game_draft_order_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_min_fields"') + return e_draft_game_draft_order_min_fields_possibleTypes.includes(obj.__typename) } - const ReindexStatusOutput_possibleTypes: string[] = ['ReindexStatusOutput'] - export const isReindexStatusOutput = (obj?: { __typename?: any } | null): obj is ReindexStatusOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isReindexStatusOutput"') - return ReindexStatusOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_draft_order_mutation_response_possibleTypes: string[] = ['e_draft_game_draft_order_mutation_response'] + export const ise_draft_game_draft_order_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_mutation_response"') + return e_draft_game_draft_order_mutation_response_possibleTypes.includes(obj.__typename) } - const ReparseAllStartedOutput_possibleTypes: string[] = ['ReparseAllStartedOutput'] - export const isReparseAllStartedOutput = (obj?: { __typename?: any } | null): obj is ReparseAllStartedOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isReparseAllStartedOutput"') - return ReparseAllStartedOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_mode_possibleTypes: string[] = ['e_draft_game_mode'] + export const ise_draft_game_mode = (obj?: { __typename?: any } | null): obj is e_draft_game_mode => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode"') + return e_draft_game_mode_possibleTypes.includes(obj.__typename) } - const ReparseAllStatusOutput_possibleTypes: string[] = ['ReparseAllStatusOutput'] - export const isReparseAllStatusOutput = (obj?: { __typename?: any } | null): obj is ReparseAllStatusOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isReparseAllStatusOutput"') - return ReparseAllStatusOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_mode_aggregate_possibleTypes: string[] = ['e_draft_game_mode_aggregate'] + export const ise_draft_game_mode_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_aggregate"') + return e_draft_game_mode_aggregate_possibleTypes.includes(obj.__typename) } - const SanctionResult_possibleTypes: string[] = ['SanctionResult'] - export const isSanctionResult = (obj?: { __typename?: any } | null): obj is SanctionResult => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSanctionResult"') - return SanctionResult_possibleTypes.includes(obj.__typename) + const e_draft_game_mode_aggregate_fields_possibleTypes: string[] = ['e_draft_game_mode_aggregate_fields'] + export const ise_draft_game_mode_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_aggregate_fields"') + return e_draft_game_mode_aggregate_fields_possibleTypes.includes(obj.__typename) } - const ScanStartedOutput_possibleTypes: string[] = ['ScanStartedOutput'] - export const isScanStartedOutput = (obj?: { __typename?: any } | null): obj is ScanStartedOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isScanStartedOutput"') - return ScanStartedOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_mode_max_fields_possibleTypes: string[] = ['e_draft_game_mode_max_fields'] + export const ise_draft_game_mode_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_max_fields"') + return e_draft_game_mode_max_fields_possibleTypes.includes(obj.__typename) } - const ScrimCalendarOutput_possibleTypes: string[] = ['ScrimCalendarOutput'] - export const isScrimCalendarOutput = (obj?: { __typename?: any } | null): obj is ScrimCalendarOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isScrimCalendarOutput"') - return ScrimCalendarOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_mode_min_fields_possibleTypes: string[] = ['e_draft_game_mode_min_fields'] + export const ise_draft_game_mode_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_min_fields"') + return e_draft_game_mode_min_fields_possibleTypes.includes(obj.__typename) } - const SeasonBackfillStatusOutput_possibleTypes: string[] = ['SeasonBackfillStatusOutput'] - export const isSeasonBackfillStatusOutput = (obj?: { __typename?: any } | null): obj is SeasonBackfillStatusOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSeasonBackfillStatusOutput"') - return SeasonBackfillStatusOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_mode_mutation_response_possibleTypes: string[] = ['e_draft_game_mode_mutation_response'] + export const ise_draft_game_mode_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_mutation_response"') + return e_draft_game_mode_mutation_response_possibleTypes.includes(obj.__typename) } - const ServerPlayer_possibleTypes: string[] = ['ServerPlayer'] - export const isServerPlayer = (obj?: { __typename?: any } | null): obj is ServerPlayer => { - if (!obj?.__typename) throw new Error('__typename is missing in "isServerPlayer"') - return ServerPlayer_possibleTypes.includes(obj.__typename) + const e_draft_game_player_status_possibleTypes: string[] = ['e_draft_game_player_status'] + export const ise_draft_game_player_status = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status"') + return e_draft_game_player_status_possibleTypes.includes(obj.__typename) } - const SetupGameServeOutput_possibleTypes: string[] = ['SetupGameServeOutput'] - export const isSetupGameServeOutput = (obj?: { __typename?: any } | null): obj is SetupGameServeOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSetupGameServeOutput"') - return SetupGameServeOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_player_status_aggregate_possibleTypes: string[] = ['e_draft_game_player_status_aggregate'] + export const ise_draft_game_player_status_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_aggregate"') + return e_draft_game_player_status_aggregate_possibleTypes.includes(obj.__typename) } - const SteamMatchHistoryLinkOutput_possibleTypes: string[] = ['SteamMatchHistoryLinkOutput'] - export const isSteamMatchHistoryLinkOutput = (obj?: { __typename?: any } | null): obj is SteamMatchHistoryLinkOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSteamMatchHistoryLinkOutput"') - return SteamMatchHistoryLinkOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_player_status_aggregate_fields_possibleTypes: string[] = ['e_draft_game_player_status_aggregate_fields'] + export const ise_draft_game_player_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_aggregate_fields"') + return e_draft_game_player_status_aggregate_fields_possibleTypes.includes(obj.__typename) } - const SteamMatchHistoryPollOutput_possibleTypes: string[] = ['SteamMatchHistoryPollOutput'] - export const isSteamMatchHistoryPollOutput = (obj?: { __typename?: any } | null): obj is SteamMatchHistoryPollOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSteamMatchHistoryPollOutput"') - return SteamMatchHistoryPollOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_player_status_max_fields_possibleTypes: string[] = ['e_draft_game_player_status_max_fields'] + export const ise_draft_game_player_status_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_max_fields"') + return e_draft_game_player_status_max_fields_possibleTypes.includes(obj.__typename) } - const SteamPresenceAdminStatusOutput_possibleTypes: string[] = ['SteamPresenceAdminStatusOutput'] - export const isSteamPresenceAdminStatusOutput = (obj?: { __typename?: any } | null): obj is SteamPresenceAdminStatusOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresenceAdminStatusOutput"') - return SteamPresenceAdminStatusOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_player_status_min_fields_possibleTypes: string[] = ['e_draft_game_player_status_min_fields'] + export const ise_draft_game_player_status_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_min_fields"') + return e_draft_game_player_status_min_fields_possibleTypes.includes(obj.__typename) } - const SteamPresenceBot_possibleTypes: string[] = ['SteamPresenceBot'] - export const isSteamPresenceBot = (obj?: { __typename?: any } | null): obj is SteamPresenceBot => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresenceBot"') - return SteamPresenceBot_possibleTypes.includes(obj.__typename) + const e_draft_game_player_status_mutation_response_possibleTypes: string[] = ['e_draft_game_player_status_mutation_response'] + export const ise_draft_game_player_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_mutation_response"') + return e_draft_game_player_status_mutation_response_possibleTypes.includes(obj.__typename) } - const SteamPresenceBotAssignment_possibleTypes: string[] = ['SteamPresenceBotAssignment'] - export const isSteamPresenceBotAssignment = (obj?: { __typename?: any } | null): obj is SteamPresenceBotAssignment => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresenceBotAssignment"') - return SteamPresenceBotAssignment_possibleTypes.includes(obj.__typename) + const e_draft_game_status_possibleTypes: string[] = ['e_draft_game_status'] + export const ise_draft_game_status = (obj?: { __typename?: any } | null): obj is e_draft_game_status => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status"') + return e_draft_game_status_possibleTypes.includes(obj.__typename) } - const SteamPresencePool_possibleTypes: string[] = ['SteamPresencePool'] - export const isSteamPresencePool = (obj?: { __typename?: any } | null): obj is SteamPresencePool => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSteamPresencePool"') - return SteamPresencePool_possibleTypes.includes(obj.__typename) + const e_draft_game_status_aggregate_possibleTypes: string[] = ['e_draft_game_status_aggregate'] + export const ise_draft_game_status_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_status_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_aggregate"') + return e_draft_game_status_aggregate_possibleTypes.includes(obj.__typename) } - const StorageStats_possibleTypes: string[] = ['StorageStats'] - export const isStorageStats = (obj?: { __typename?: any } | null): obj is StorageStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isStorageStats"') - return StorageStats_possibleTypes.includes(obj.__typename) + const e_draft_game_status_aggregate_fields_possibleTypes: string[] = ['e_draft_game_status_aggregate_fields'] + export const ise_draft_game_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_status_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_aggregate_fields"') + return e_draft_game_status_aggregate_fields_possibleTypes.includes(obj.__typename) } - const StorageSummary_possibleTypes: string[] = ['StorageSummary'] - export const isStorageSummary = (obj?: { __typename?: any } | null): obj is StorageSummary => { - if (!obj?.__typename) throw new Error('__typename is missing in "isStorageSummary"') - return StorageSummary_possibleTypes.includes(obj.__typename) + const e_draft_game_status_max_fields_possibleTypes: string[] = ['e_draft_game_status_max_fields'] + export const ise_draft_game_status_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_status_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_max_fields"') + return e_draft_game_status_max_fields_possibleTypes.includes(obj.__typename) } - const SuccessOutput_possibleTypes: string[] = ['SuccessOutput'] - export const isSuccessOutput = (obj?: { __typename?: any } | null): obj is SuccessOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isSuccessOutput"') - return SuccessOutput_possibleTypes.includes(obj.__typename) + const e_draft_game_status_min_fields_possibleTypes: string[] = ['e_draft_game_status_min_fields'] + export const ise_draft_game_status_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_status_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_min_fields"') + return e_draft_game_status_min_fields_possibleTypes.includes(obj.__typename) } - const TableIOStat_possibleTypes: string[] = ['TableIOStat'] - export const isTableIOStat = (obj?: { __typename?: any } | null): obj is TableIOStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isTableIOStat"') - return TableIOStat_possibleTypes.includes(obj.__typename) + const e_draft_game_status_mutation_response_possibleTypes: string[] = ['e_draft_game_status_mutation_response'] + export const ise_draft_game_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_status_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_mutation_response"') + return e_draft_game_status_mutation_response_possibleTypes.includes(obj.__typename) } - const TableSizeInfo_possibleTypes: string[] = ['TableSizeInfo'] - export const isTableSizeInfo = (obj?: { __typename?: any } | null): obj is TableSizeInfo => { - if (!obj?.__typename) throw new Error('__typename is missing in "isTableSizeInfo"') - return TableSizeInfo_possibleTypes.includes(obj.__typename) + const e_friend_status_possibleTypes: string[] = ['e_friend_status'] + export const ise_friend_status = (obj?: { __typename?: any } | null): obj is e_friend_status => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status"') + return e_friend_status_possibleTypes.includes(obj.__typename) } - const TableStat_possibleTypes: string[] = ['TableStat'] - export const isTableStat = (obj?: { __typename?: any } | null): obj is TableStat => { - if (!obj?.__typename) throw new Error('__typename is missing in "isTableStat"') - return TableStat_possibleTypes.includes(obj.__typename) + const e_friend_status_aggregate_possibleTypes: string[] = ['e_friend_status_aggregate'] + export const ise_friend_status_aggregate = (obj?: { __typename?: any } | null): obj is e_friend_status_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_aggregate"') + return e_friend_status_aggregate_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"') - return TelemetryStats_possibleTypes.includes(obj.__typename) + const e_friend_status_aggregate_fields_possibleTypes: string[] = ['e_friend_status_aggregate_fields'] + export const ise_friend_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_friend_status_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_aggregate_fields"') + return e_friend_status_aggregate_fields_possibleTypes.includes(obj.__typename) } - const TestUploadResponse_possibleTypes: string[] = ['TestUploadResponse'] - export const isTestUploadResponse = (obj?: { __typename?: any } | null): obj is TestUploadResponse => { - if (!obj?.__typename) throw new Error('__typename is missing in "isTestUploadResponse"') - return TestUploadResponse_possibleTypes.includes(obj.__typename) + const e_friend_status_max_fields_possibleTypes: string[] = ['e_friend_status_max_fields'] + export const ise_friend_status_max_fields = (obj?: { __typename?: any } | null): obj is e_friend_status_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_max_fields"') + return e_friend_status_max_fields_possibleTypes.includes(obj.__typename) } - const TimescaleJob_possibleTypes: string[] = ['TimescaleJob'] - export const isTimescaleJob = (obj?: { __typename?: any } | null): obj is TimescaleJob => { - if (!obj?.__typename) throw new Error('__typename is missing in "isTimescaleJob"') - return TimescaleJob_possibleTypes.includes(obj.__typename) + const e_friend_status_min_fields_possibleTypes: string[] = ['e_friend_status_min_fields'] + export const ise_friend_status_min_fields = (obj?: { __typename?: any } | null): obj is e_friend_status_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_min_fields"') + return e_friend_status_min_fields_possibleTypes.includes(obj.__typename) } - const TimescaleStats_possibleTypes: string[] = ['TimescaleStats'] - export const isTimescaleStats = (obj?: { __typename?: any } | null): obj is TimescaleStats => { - if (!obj?.__typename) throw new Error('__typename is missing in "isTimescaleStats"') - return TimescaleStats_possibleTypes.includes(obj.__typename) + const e_friend_status_mutation_response_possibleTypes: string[] = ['e_friend_status_mutation_response'] + export const ise_friend_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_friend_status_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_mutation_response"') + return e_friend_status_mutation_response_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"') - return TournamentMatchResetImpact_possibleTypes.includes(obj.__typename) + const e_game_cfg_types_possibleTypes: string[] = ['e_game_cfg_types'] + export const ise_game_cfg_types = (obj?: { __typename?: any } | null): obj is e_game_cfg_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types"') + return e_game_cfg_types_possibleTypes.includes(obj.__typename) } - const WatchDemoOutput_possibleTypes: string[] = ['WatchDemoOutput'] - export const isWatchDemoOutput = (obj?: { __typename?: any } | null): obj is WatchDemoOutput => { - if (!obj?.__typename) throw new Error('__typename is missing in "isWatchDemoOutput"') - return WatchDemoOutput_possibleTypes.includes(obj.__typename) + const e_game_cfg_types_aggregate_possibleTypes: string[] = ['e_game_cfg_types_aggregate'] + export const ise_game_cfg_types_aggregate = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_aggregate"') + return e_game_cfg_types_aggregate_possibleTypes.includes(obj.__typename) } - const _map_pool_possibleTypes: string[] = ['_map_pool'] - export const is_map_pool = (obj?: { __typename?: any } | null): obj is _map_pool => { - if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool"') - return _map_pool_possibleTypes.includes(obj.__typename) + const e_game_cfg_types_aggregate_fields_possibleTypes: string[] = ['e_game_cfg_types_aggregate_fields'] + export const ise_game_cfg_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_aggregate_fields"') + return e_game_cfg_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const _map_pool_aggregate_possibleTypes: string[] = ['_map_pool_aggregate'] - export const is_map_pool_aggregate = (obj?: { __typename?: any } | null): obj is _map_pool_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_aggregate"') - return _map_pool_aggregate_possibleTypes.includes(obj.__typename) + const e_game_cfg_types_max_fields_possibleTypes: string[] = ['e_game_cfg_types_max_fields'] + export const ise_game_cfg_types_max_fields = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_max_fields"') + return e_game_cfg_types_max_fields_possibleTypes.includes(obj.__typename) } - const _map_pool_aggregate_fields_possibleTypes: string[] = ['_map_pool_aggregate_fields'] - export const is_map_pool_aggregate_fields = (obj?: { __typename?: any } | null): obj is _map_pool_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_aggregate_fields"') - return _map_pool_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_game_cfg_types_min_fields_possibleTypes: string[] = ['e_game_cfg_types_min_fields'] + export const ise_game_cfg_types_min_fields = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_min_fields"') + return e_game_cfg_types_min_fields_possibleTypes.includes(obj.__typename) } - const _map_pool_max_fields_possibleTypes: string[] = ['_map_pool_max_fields'] - export const is_map_pool_max_fields = (obj?: { __typename?: any } | null): obj is _map_pool_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_max_fields"') - return _map_pool_max_fields_possibleTypes.includes(obj.__typename) + const e_game_cfg_types_mutation_response_possibleTypes: string[] = ['e_game_cfg_types_mutation_response'] + export const ise_game_cfg_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_mutation_response"') + return e_game_cfg_types_mutation_response_possibleTypes.includes(obj.__typename) } - const _map_pool_min_fields_possibleTypes: string[] = ['_map_pool_min_fields'] - export const is_map_pool_min_fields = (obj?: { __typename?: any } | null): obj is _map_pool_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_min_fields"') - return _map_pool_min_fields_possibleTypes.includes(obj.__typename) + const e_game_server_node_statuses_possibleTypes: string[] = ['e_game_server_node_statuses'] + export const ise_game_server_node_statuses = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses"') + return e_game_server_node_statuses_possibleTypes.includes(obj.__typename) } - const _map_pool_mutation_response_possibleTypes: string[] = ['_map_pool_mutation_response'] - export const is_map_pool_mutation_response = (obj?: { __typename?: any } | null): obj is _map_pool_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "is_map_pool_mutation_response"') - return _map_pool_mutation_response_possibleTypes.includes(obj.__typename) + const e_game_server_node_statuses_aggregate_possibleTypes: string[] = ['e_game_server_node_statuses_aggregate'] + export const ise_game_server_node_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_aggregate"') + return e_game_server_node_statuses_aggregate_possibleTypes.includes(obj.__typename) } - const abandoned_matches_possibleTypes: string[] = ['abandoned_matches'] - export const isabandoned_matches = (obj?: { __typename?: any } | null): obj is abandoned_matches => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches"') - return abandoned_matches_possibleTypes.includes(obj.__typename) + const e_game_server_node_statuses_aggregate_fields_possibleTypes: string[] = ['e_game_server_node_statuses_aggregate_fields'] + export const ise_game_server_node_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_aggregate_fields"') + return e_game_server_node_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) } - const abandoned_matches_aggregate_possibleTypes: string[] = ['abandoned_matches_aggregate'] - export const isabandoned_matches_aggregate = (obj?: { __typename?: any } | null): obj is abandoned_matches_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_aggregate"') - return abandoned_matches_aggregate_possibleTypes.includes(obj.__typename) + const e_game_server_node_statuses_max_fields_possibleTypes: string[] = ['e_game_server_node_statuses_max_fields'] + export const ise_game_server_node_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_max_fields"') + return e_game_server_node_statuses_max_fields_possibleTypes.includes(obj.__typename) } - const abandoned_matches_aggregate_fields_possibleTypes: string[] = ['abandoned_matches_aggregate_fields'] - export const isabandoned_matches_aggregate_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_aggregate_fields"') - return abandoned_matches_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_game_server_node_statuses_min_fields_possibleTypes: string[] = ['e_game_server_node_statuses_min_fields'] + export const ise_game_server_node_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_min_fields"') + return e_game_server_node_statuses_min_fields_possibleTypes.includes(obj.__typename) } - const abandoned_matches_avg_fields_possibleTypes: string[] = ['abandoned_matches_avg_fields'] - export const isabandoned_matches_avg_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_avg_fields"') - return abandoned_matches_avg_fields_possibleTypes.includes(obj.__typename) + const e_game_server_node_statuses_mutation_response_possibleTypes: string[] = ['e_game_server_node_statuses_mutation_response'] + export const ise_game_server_node_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_mutation_response"') + return e_game_server_node_statuses_mutation_response_possibleTypes.includes(obj.__typename) } - const abandoned_matches_max_fields_possibleTypes: string[] = ['abandoned_matches_max_fields'] - export const isabandoned_matches_max_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_max_fields"') - return abandoned_matches_max_fields_possibleTypes.includes(obj.__typename) + const e_league_movement_types_possibleTypes: string[] = ['e_league_movement_types'] + export const ise_league_movement_types = (obj?: { __typename?: any } | null): obj is e_league_movement_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_movement_types"') + return e_league_movement_types_possibleTypes.includes(obj.__typename) } - const abandoned_matches_min_fields_possibleTypes: string[] = ['abandoned_matches_min_fields'] - export const isabandoned_matches_min_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_min_fields"') - return abandoned_matches_min_fields_possibleTypes.includes(obj.__typename) + const e_league_movement_types_aggregate_possibleTypes: string[] = ['e_league_movement_types_aggregate'] + export const ise_league_movement_types_aggregate = (obj?: { __typename?: any } | null): obj is e_league_movement_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_movement_types_aggregate"') + return e_league_movement_types_aggregate_possibleTypes.includes(obj.__typename) } - const abandoned_matches_mutation_response_possibleTypes: string[] = ['abandoned_matches_mutation_response'] - export const isabandoned_matches_mutation_response = (obj?: { __typename?: any } | null): obj is abandoned_matches_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_mutation_response"') - return abandoned_matches_mutation_response_possibleTypes.includes(obj.__typename) + const e_league_movement_types_aggregate_fields_possibleTypes: string[] = ['e_league_movement_types_aggregate_fields'] + export const ise_league_movement_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_league_movement_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_movement_types_aggregate_fields"') + return e_league_movement_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const abandoned_matches_stddev_fields_possibleTypes: string[] = ['abandoned_matches_stddev_fields'] - export const isabandoned_matches_stddev_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_stddev_fields"') - return abandoned_matches_stddev_fields_possibleTypes.includes(obj.__typename) + const e_league_movement_types_max_fields_possibleTypes: string[] = ['e_league_movement_types_max_fields'] + export const ise_league_movement_types_max_fields = (obj?: { __typename?: any } | null): obj is e_league_movement_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_movement_types_max_fields"') + return e_league_movement_types_max_fields_possibleTypes.includes(obj.__typename) } - const abandoned_matches_stddev_pop_fields_possibleTypes: string[] = ['abandoned_matches_stddev_pop_fields'] - export const isabandoned_matches_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_stddev_pop_fields"') - return abandoned_matches_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const e_league_movement_types_min_fields_possibleTypes: string[] = ['e_league_movement_types_min_fields'] + export const ise_league_movement_types_min_fields = (obj?: { __typename?: any } | null): obj is e_league_movement_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_movement_types_min_fields"') + return e_league_movement_types_min_fields_possibleTypes.includes(obj.__typename) } - const abandoned_matches_stddev_samp_fields_possibleTypes: string[] = ['abandoned_matches_stddev_samp_fields'] - export const isabandoned_matches_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_stddev_samp_fields"') - return abandoned_matches_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const e_league_movement_types_mutation_response_possibleTypes: string[] = ['e_league_movement_types_mutation_response'] + export const ise_league_movement_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_league_movement_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_movement_types_mutation_response"') + return e_league_movement_types_mutation_response_possibleTypes.includes(obj.__typename) } - const abandoned_matches_sum_fields_possibleTypes: string[] = ['abandoned_matches_sum_fields'] - export const isabandoned_matches_sum_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_sum_fields"') - return abandoned_matches_sum_fields_possibleTypes.includes(obj.__typename) + const e_league_proposal_statuses_possibleTypes: string[] = ['e_league_proposal_statuses'] + export const ise_league_proposal_statuses = (obj?: { __typename?: any } | null): obj is e_league_proposal_statuses => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_proposal_statuses"') + return e_league_proposal_statuses_possibleTypes.includes(obj.__typename) } - const abandoned_matches_var_pop_fields_possibleTypes: string[] = ['abandoned_matches_var_pop_fields'] - export const isabandoned_matches_var_pop_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_var_pop_fields"') - return abandoned_matches_var_pop_fields_possibleTypes.includes(obj.__typename) + const e_league_proposal_statuses_aggregate_possibleTypes: string[] = ['e_league_proposal_statuses_aggregate'] + export const ise_league_proposal_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_league_proposal_statuses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_proposal_statuses_aggregate"') + return e_league_proposal_statuses_aggregate_possibleTypes.includes(obj.__typename) } - const abandoned_matches_var_samp_fields_possibleTypes: string[] = ['abandoned_matches_var_samp_fields'] - export const isabandoned_matches_var_samp_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_var_samp_fields"') - return abandoned_matches_var_samp_fields_possibleTypes.includes(obj.__typename) + const e_league_proposal_statuses_aggregate_fields_possibleTypes: string[] = ['e_league_proposal_statuses_aggregate_fields'] + export const ise_league_proposal_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_league_proposal_statuses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_proposal_statuses_aggregate_fields"') + return e_league_proposal_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) } - const abandoned_matches_variance_fields_possibleTypes: string[] = ['abandoned_matches_variance_fields'] - export const isabandoned_matches_variance_fields = (obj?: { __typename?: any } | null): obj is abandoned_matches_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isabandoned_matches_variance_fields"') - return abandoned_matches_variance_fields_possibleTypes.includes(obj.__typename) + const e_league_proposal_statuses_max_fields_possibleTypes: string[] = ['e_league_proposal_statuses_max_fields'] + export const ise_league_proposal_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_league_proposal_statuses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_proposal_statuses_max_fields"') + return e_league_proposal_statuses_max_fields_possibleTypes.includes(obj.__typename) } - const api_keys_possibleTypes: string[] = ['api_keys'] - export const isapi_keys = (obj?: { __typename?: any } | null): obj is api_keys => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys"') - return api_keys_possibleTypes.includes(obj.__typename) + const e_league_proposal_statuses_min_fields_possibleTypes: string[] = ['e_league_proposal_statuses_min_fields'] + export const ise_league_proposal_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_league_proposal_statuses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_proposal_statuses_min_fields"') + return e_league_proposal_statuses_min_fields_possibleTypes.includes(obj.__typename) } - const api_keys_aggregate_possibleTypes: string[] = ['api_keys_aggregate'] - export const isapi_keys_aggregate = (obj?: { __typename?: any } | null): obj is api_keys_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_aggregate"') - return api_keys_aggregate_possibleTypes.includes(obj.__typename) + const e_league_proposal_statuses_mutation_response_possibleTypes: string[] = ['e_league_proposal_statuses_mutation_response'] + export const ise_league_proposal_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_league_proposal_statuses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_proposal_statuses_mutation_response"') + return e_league_proposal_statuses_mutation_response_possibleTypes.includes(obj.__typename) } - const api_keys_aggregate_fields_possibleTypes: string[] = ['api_keys_aggregate_fields'] - export const isapi_keys_aggregate_fields = (obj?: { __typename?: any } | null): obj is api_keys_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_aggregate_fields"') - return api_keys_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_league_registration_statuses_possibleTypes: string[] = ['e_league_registration_statuses'] + export const ise_league_registration_statuses = (obj?: { __typename?: any } | null): obj is e_league_registration_statuses => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_registration_statuses"') + return e_league_registration_statuses_possibleTypes.includes(obj.__typename) } - const api_keys_avg_fields_possibleTypes: string[] = ['api_keys_avg_fields'] - export const isapi_keys_avg_fields = (obj?: { __typename?: any } | null): obj is api_keys_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_avg_fields"') - return api_keys_avg_fields_possibleTypes.includes(obj.__typename) + const e_league_registration_statuses_aggregate_possibleTypes: string[] = ['e_league_registration_statuses_aggregate'] + export const ise_league_registration_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_league_registration_statuses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_registration_statuses_aggregate"') + return e_league_registration_statuses_aggregate_possibleTypes.includes(obj.__typename) } - const api_keys_max_fields_possibleTypes: string[] = ['api_keys_max_fields'] - export const isapi_keys_max_fields = (obj?: { __typename?: any } | null): obj is api_keys_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_max_fields"') - return api_keys_max_fields_possibleTypes.includes(obj.__typename) + const e_league_registration_statuses_aggregate_fields_possibleTypes: string[] = ['e_league_registration_statuses_aggregate_fields'] + export const ise_league_registration_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_league_registration_statuses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_registration_statuses_aggregate_fields"') + return e_league_registration_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) } - const api_keys_min_fields_possibleTypes: string[] = ['api_keys_min_fields'] - export const isapi_keys_min_fields = (obj?: { __typename?: any } | null): obj is api_keys_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_min_fields"') - return api_keys_min_fields_possibleTypes.includes(obj.__typename) + const e_league_registration_statuses_max_fields_possibleTypes: string[] = ['e_league_registration_statuses_max_fields'] + export const ise_league_registration_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_league_registration_statuses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_registration_statuses_max_fields"') + return e_league_registration_statuses_max_fields_possibleTypes.includes(obj.__typename) } - const api_keys_mutation_response_possibleTypes: string[] = ['api_keys_mutation_response'] - export const isapi_keys_mutation_response = (obj?: { __typename?: any } | null): obj is api_keys_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_mutation_response"') - return api_keys_mutation_response_possibleTypes.includes(obj.__typename) + const e_league_registration_statuses_min_fields_possibleTypes: string[] = ['e_league_registration_statuses_min_fields'] + export const ise_league_registration_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_league_registration_statuses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_registration_statuses_min_fields"') + return e_league_registration_statuses_min_fields_possibleTypes.includes(obj.__typename) } - const api_keys_stddev_fields_possibleTypes: string[] = ['api_keys_stddev_fields'] - export const isapi_keys_stddev_fields = (obj?: { __typename?: any } | null): obj is api_keys_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_stddev_fields"') - return api_keys_stddev_fields_possibleTypes.includes(obj.__typename) + const e_league_registration_statuses_mutation_response_possibleTypes: string[] = ['e_league_registration_statuses_mutation_response'] + export const ise_league_registration_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_league_registration_statuses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_registration_statuses_mutation_response"') + return e_league_registration_statuses_mutation_response_possibleTypes.includes(obj.__typename) } - const api_keys_stddev_pop_fields_possibleTypes: string[] = ['api_keys_stddev_pop_fields'] - export const isapi_keys_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is api_keys_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_stddev_pop_fields"') - return api_keys_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const e_league_season_statuses_possibleTypes: string[] = ['e_league_season_statuses'] + export const ise_league_season_statuses = (obj?: { __typename?: any } | null): obj is e_league_season_statuses => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_season_statuses"') + return e_league_season_statuses_possibleTypes.includes(obj.__typename) } - const api_keys_stddev_samp_fields_possibleTypes: string[] = ['api_keys_stddev_samp_fields'] - export const isapi_keys_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is api_keys_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_stddev_samp_fields"') - return api_keys_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const e_league_season_statuses_aggregate_possibleTypes: string[] = ['e_league_season_statuses_aggregate'] + export const ise_league_season_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_league_season_statuses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_season_statuses_aggregate"') + return e_league_season_statuses_aggregate_possibleTypes.includes(obj.__typename) } - const api_keys_sum_fields_possibleTypes: string[] = ['api_keys_sum_fields'] - export const isapi_keys_sum_fields = (obj?: { __typename?: any } | null): obj is api_keys_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_sum_fields"') - return api_keys_sum_fields_possibleTypes.includes(obj.__typename) + const e_league_season_statuses_aggregate_fields_possibleTypes: string[] = ['e_league_season_statuses_aggregate_fields'] + export const ise_league_season_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_league_season_statuses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_season_statuses_aggregate_fields"') + return e_league_season_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) } - const api_keys_var_pop_fields_possibleTypes: string[] = ['api_keys_var_pop_fields'] - export const isapi_keys_var_pop_fields = (obj?: { __typename?: any } | null): obj is api_keys_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_var_pop_fields"') - return api_keys_var_pop_fields_possibleTypes.includes(obj.__typename) + const e_league_season_statuses_max_fields_possibleTypes: string[] = ['e_league_season_statuses_max_fields'] + export const ise_league_season_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_league_season_statuses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_season_statuses_max_fields"') + return e_league_season_statuses_max_fields_possibleTypes.includes(obj.__typename) } - const api_keys_var_samp_fields_possibleTypes: string[] = ['api_keys_var_samp_fields'] - export const isapi_keys_var_samp_fields = (obj?: { __typename?: any } | null): obj is api_keys_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_var_samp_fields"') - return api_keys_var_samp_fields_possibleTypes.includes(obj.__typename) + const e_league_season_statuses_min_fields_possibleTypes: string[] = ['e_league_season_statuses_min_fields'] + export const ise_league_season_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_league_season_statuses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_season_statuses_min_fields"') + return e_league_season_statuses_min_fields_possibleTypes.includes(obj.__typename) } - const api_keys_variance_fields_possibleTypes: string[] = ['api_keys_variance_fields'] - export const isapi_keys_variance_fields = (obj?: { __typename?: any } | null): obj is api_keys_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isapi_keys_variance_fields"') - return api_keys_variance_fields_possibleTypes.includes(obj.__typename) + const e_league_season_statuses_mutation_response_possibleTypes: string[] = ['e_league_season_statuses_mutation_response'] + export const ise_league_season_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_league_season_statuses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_league_season_statuses_mutation_response"') + return e_league_season_statuses_mutation_response_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"') - return clip_render_jobs_possibleTypes.includes(obj.__typename) + const e_lobby_access_possibleTypes: string[] = ['e_lobby_access'] + export const ise_lobby_access = (obj?: { __typename?: any } | null): obj is e_lobby_access => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access"') + return e_lobby_access_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_aggregate_possibleTypes: string[] = ['clip_render_jobs_aggregate'] - export const isclip_render_jobs_aggregate = (obj?: { __typename?: any } | null): obj is clip_render_jobs_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_aggregate"') - return clip_render_jobs_aggregate_possibleTypes.includes(obj.__typename) + const e_lobby_access_aggregate_possibleTypes: string[] = ['e_lobby_access_aggregate'] + export const ise_lobby_access_aggregate = (obj?: { __typename?: any } | null): obj is e_lobby_access_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_aggregate"') + return e_lobby_access_aggregate_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_aggregate_fields_possibleTypes: string[] = ['clip_render_jobs_aggregate_fields'] - export const isclip_render_jobs_aggregate_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_aggregate_fields"') - return clip_render_jobs_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_lobby_access_aggregate_fields_possibleTypes: string[] = ['e_lobby_access_aggregate_fields'] + export const ise_lobby_access_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_lobby_access_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_aggregate_fields"') + return e_lobby_access_aggregate_fields_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_avg_fields_possibleTypes: string[] = ['clip_render_jobs_avg_fields'] - export const isclip_render_jobs_avg_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_avg_fields"') - return clip_render_jobs_avg_fields_possibleTypes.includes(obj.__typename) + const e_lobby_access_max_fields_possibleTypes: string[] = ['e_lobby_access_max_fields'] + export const ise_lobby_access_max_fields = (obj?: { __typename?: any } | null): obj is e_lobby_access_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_max_fields"') + return e_lobby_access_max_fields_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_max_fields_possibleTypes: string[] = ['clip_render_jobs_max_fields'] - export const isclip_render_jobs_max_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_max_fields"') - return clip_render_jobs_max_fields_possibleTypes.includes(obj.__typename) + const e_lobby_access_min_fields_possibleTypes: string[] = ['e_lobby_access_min_fields'] + export const ise_lobby_access_min_fields = (obj?: { __typename?: any } | null): obj is e_lobby_access_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_min_fields"') + return e_lobby_access_min_fields_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_min_fields_possibleTypes: string[] = ['clip_render_jobs_min_fields'] - export const isclip_render_jobs_min_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_min_fields"') - return clip_render_jobs_min_fields_possibleTypes.includes(obj.__typename) + const e_lobby_access_mutation_response_possibleTypes: string[] = ['e_lobby_access_mutation_response'] + export const ise_lobby_access_mutation_response = (obj?: { __typename?: any } | null): obj is e_lobby_access_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_mutation_response"') + return e_lobby_access_mutation_response_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_mutation_response_possibleTypes: string[] = ['clip_render_jobs_mutation_response'] - export const isclip_render_jobs_mutation_response = (obj?: { __typename?: any } | null): obj is clip_render_jobs_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_mutation_response"') - return clip_render_jobs_mutation_response_possibleTypes.includes(obj.__typename) + const e_lobby_player_status_possibleTypes: string[] = ['e_lobby_player_status'] + export const ise_lobby_player_status = (obj?: { __typename?: any } | null): obj is e_lobby_player_status => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status"') + return e_lobby_player_status_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_stddev_fields_possibleTypes: string[] = ['clip_render_jobs_stddev_fields'] - export const isclip_render_jobs_stddev_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_stddev_fields"') - return clip_render_jobs_stddev_fields_possibleTypes.includes(obj.__typename) + const e_lobby_player_status_aggregate_possibleTypes: string[] = ['e_lobby_player_status_aggregate'] + export const ise_lobby_player_status_aggregate = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_aggregate"') + return e_lobby_player_status_aggregate_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_stddev_pop_fields_possibleTypes: string[] = ['clip_render_jobs_stddev_pop_fields'] - export const isclip_render_jobs_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_stddev_pop_fields"') - return clip_render_jobs_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const e_lobby_player_status_aggregate_fields_possibleTypes: string[] = ['e_lobby_player_status_aggregate_fields'] + export const ise_lobby_player_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_aggregate_fields"') + return e_lobby_player_status_aggregate_fields_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_stddev_samp_fields_possibleTypes: string[] = ['clip_render_jobs_stddev_samp_fields'] - export const isclip_render_jobs_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_stddev_samp_fields"') - return clip_render_jobs_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const e_lobby_player_status_max_fields_possibleTypes: string[] = ['e_lobby_player_status_max_fields'] + export const ise_lobby_player_status_max_fields = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_max_fields"') + return e_lobby_player_status_max_fields_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_sum_fields_possibleTypes: string[] = ['clip_render_jobs_sum_fields'] - export const isclip_render_jobs_sum_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_sum_fields"') - return clip_render_jobs_sum_fields_possibleTypes.includes(obj.__typename) + const e_lobby_player_status_min_fields_possibleTypes: string[] = ['e_lobby_player_status_min_fields'] + export const ise_lobby_player_status_min_fields = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_min_fields"') + return e_lobby_player_status_min_fields_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_var_pop_fields_possibleTypes: string[] = ['clip_render_jobs_var_pop_fields'] - export const isclip_render_jobs_var_pop_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_var_pop_fields"') - return clip_render_jobs_var_pop_fields_possibleTypes.includes(obj.__typename) + const e_lobby_player_status_mutation_response_possibleTypes: string[] = ['e_lobby_player_status_mutation_response'] + export const ise_lobby_player_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_mutation_response"') + return e_lobby_player_status_mutation_response_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_var_samp_fields_possibleTypes: string[] = ['clip_render_jobs_var_samp_fields'] - export const isclip_render_jobs_var_samp_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_var_samp_fields"') - return clip_render_jobs_var_samp_fields_possibleTypes.includes(obj.__typename) + const e_map_pool_types_possibleTypes: string[] = ['e_map_pool_types'] + export const ise_map_pool_types = (obj?: { __typename?: any } | null): obj is e_map_pool_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types"') + return e_map_pool_types_possibleTypes.includes(obj.__typename) } - const clip_render_jobs_variance_fields_possibleTypes: string[] = ['clip_render_jobs_variance_fields'] - export const isclip_render_jobs_variance_fields = (obj?: { __typename?: any } | null): obj is clip_render_jobs_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isclip_render_jobs_variance_fields"') - return clip_render_jobs_variance_fields_possibleTypes.includes(obj.__typename) + const e_map_pool_types_aggregate_possibleTypes: string[] = ['e_map_pool_types_aggregate'] + export const ise_map_pool_types_aggregate = (obj?: { __typename?: any } | null): obj is e_map_pool_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_aggregate"') + return e_map_pool_types_aggregate_possibleTypes.includes(obj.__typename) } - const db_backups_possibleTypes: string[] = ['db_backups'] - export const isdb_backups = (obj?: { __typename?: any } | null): obj is db_backups => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups"') - return db_backups_possibleTypes.includes(obj.__typename) + const e_map_pool_types_aggregate_fields_possibleTypes: string[] = ['e_map_pool_types_aggregate_fields'] + export const ise_map_pool_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_map_pool_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_aggregate_fields"') + return e_map_pool_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const db_backups_aggregate_possibleTypes: string[] = ['db_backups_aggregate'] - export const isdb_backups_aggregate = (obj?: { __typename?: any } | null): obj is db_backups_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_aggregate"') - return db_backups_aggregate_possibleTypes.includes(obj.__typename) + const e_map_pool_types_max_fields_possibleTypes: string[] = ['e_map_pool_types_max_fields'] + export const ise_map_pool_types_max_fields = (obj?: { __typename?: any } | null): obj is e_map_pool_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_max_fields"') + return e_map_pool_types_max_fields_possibleTypes.includes(obj.__typename) } - const db_backups_aggregate_fields_possibleTypes: string[] = ['db_backups_aggregate_fields'] - export const isdb_backups_aggregate_fields = (obj?: { __typename?: any } | null): obj is db_backups_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_aggregate_fields"') - return db_backups_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_map_pool_types_min_fields_possibleTypes: string[] = ['e_map_pool_types_min_fields'] + export const ise_map_pool_types_min_fields = (obj?: { __typename?: any } | null): obj is e_map_pool_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_min_fields"') + return e_map_pool_types_min_fields_possibleTypes.includes(obj.__typename) } - const db_backups_avg_fields_possibleTypes: string[] = ['db_backups_avg_fields'] - export const isdb_backups_avg_fields = (obj?: { __typename?: any } | null): obj is db_backups_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_avg_fields"') - return db_backups_avg_fields_possibleTypes.includes(obj.__typename) + const e_map_pool_types_mutation_response_possibleTypes: string[] = ['e_map_pool_types_mutation_response'] + export const ise_map_pool_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_map_pool_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_mutation_response"') + return e_map_pool_types_mutation_response_possibleTypes.includes(obj.__typename) } - const db_backups_max_fields_possibleTypes: string[] = ['db_backups_max_fields'] - export const isdb_backups_max_fields = (obj?: { __typename?: any } | null): obj is db_backups_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_max_fields"') - return db_backups_max_fields_possibleTypes.includes(obj.__typename) + const e_match_clip_visibility_possibleTypes: string[] = ['e_match_clip_visibility'] + export const ise_match_clip_visibility = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility"') + return e_match_clip_visibility_possibleTypes.includes(obj.__typename) } - const db_backups_min_fields_possibleTypes: string[] = ['db_backups_min_fields'] - export const isdb_backups_min_fields = (obj?: { __typename?: any } | null): obj is db_backups_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_min_fields"') - return db_backups_min_fields_possibleTypes.includes(obj.__typename) + const e_match_clip_visibility_aggregate_possibleTypes: string[] = ['e_match_clip_visibility_aggregate'] + export const ise_match_clip_visibility_aggregate = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_aggregate"') + return e_match_clip_visibility_aggregate_possibleTypes.includes(obj.__typename) } - const db_backups_mutation_response_possibleTypes: string[] = ['db_backups_mutation_response'] - export const isdb_backups_mutation_response = (obj?: { __typename?: any } | null): obj is db_backups_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_mutation_response"') - return db_backups_mutation_response_possibleTypes.includes(obj.__typename) + const e_match_clip_visibility_aggregate_fields_possibleTypes: string[] = ['e_match_clip_visibility_aggregate_fields'] + export const ise_match_clip_visibility_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_aggregate_fields"') + return e_match_clip_visibility_aggregate_fields_possibleTypes.includes(obj.__typename) } - const db_backups_stddev_fields_possibleTypes: string[] = ['db_backups_stddev_fields'] - export const isdb_backups_stddev_fields = (obj?: { __typename?: any } | null): obj is db_backups_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_stddev_fields"') - return db_backups_stddev_fields_possibleTypes.includes(obj.__typename) + const e_match_clip_visibility_max_fields_possibleTypes: string[] = ['e_match_clip_visibility_max_fields'] + export const ise_match_clip_visibility_max_fields = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_max_fields"') + return e_match_clip_visibility_max_fields_possibleTypes.includes(obj.__typename) } - const db_backups_stddev_pop_fields_possibleTypes: string[] = ['db_backups_stddev_pop_fields'] - export const isdb_backups_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is db_backups_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_stddev_pop_fields"') - return db_backups_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const e_match_clip_visibility_min_fields_possibleTypes: string[] = ['e_match_clip_visibility_min_fields'] + export const ise_match_clip_visibility_min_fields = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_min_fields"') + return e_match_clip_visibility_min_fields_possibleTypes.includes(obj.__typename) } - const db_backups_stddev_samp_fields_possibleTypes: string[] = ['db_backups_stddev_samp_fields'] - export const isdb_backups_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is db_backups_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_stddev_samp_fields"') - return db_backups_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const e_match_clip_visibility_mutation_response_possibleTypes: string[] = ['e_match_clip_visibility_mutation_response'] + export const ise_match_clip_visibility_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_mutation_response"') + return e_match_clip_visibility_mutation_response_possibleTypes.includes(obj.__typename) } - const db_backups_sum_fields_possibleTypes: string[] = ['db_backups_sum_fields'] - export const isdb_backups_sum_fields = (obj?: { __typename?: any } | null): obj is db_backups_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_sum_fields"') - return db_backups_sum_fields_possibleTypes.includes(obj.__typename) + const e_match_map_status_possibleTypes: string[] = ['e_match_map_status'] + export const ise_match_map_status = (obj?: { __typename?: any } | null): obj is e_match_map_status => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status"') + return e_match_map_status_possibleTypes.includes(obj.__typename) } - const db_backups_var_pop_fields_possibleTypes: string[] = ['db_backups_var_pop_fields'] - export const isdb_backups_var_pop_fields = (obj?: { __typename?: any } | null): obj is db_backups_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_var_pop_fields"') - return db_backups_var_pop_fields_possibleTypes.includes(obj.__typename) + const e_match_map_status_aggregate_possibleTypes: string[] = ['e_match_map_status_aggregate'] + export const ise_match_map_status_aggregate = (obj?: { __typename?: any } | null): obj is e_match_map_status_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_aggregate"') + return e_match_map_status_aggregate_possibleTypes.includes(obj.__typename) } - const db_backups_var_samp_fields_possibleTypes: string[] = ['db_backups_var_samp_fields'] - export const isdb_backups_var_samp_fields = (obj?: { __typename?: any } | null): obj is db_backups_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_var_samp_fields"') - return db_backups_var_samp_fields_possibleTypes.includes(obj.__typename) + const e_match_map_status_aggregate_fields_possibleTypes: string[] = ['e_match_map_status_aggregate_fields'] + export const ise_match_map_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_map_status_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_aggregate_fields"') + return e_match_map_status_aggregate_fields_possibleTypes.includes(obj.__typename) } - const db_backups_variance_fields_possibleTypes: string[] = ['db_backups_variance_fields'] - export const isdb_backups_variance_fields = (obj?: { __typename?: any } | null): obj is db_backups_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdb_backups_variance_fields"') - return db_backups_variance_fields_possibleTypes.includes(obj.__typename) + const e_match_map_status_max_fields_possibleTypes: string[] = ['e_match_map_status_max_fields'] + export const ise_match_map_status_max_fields = (obj?: { __typename?: any } | null): obj is e_match_map_status_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_max_fields"') + return e_match_map_status_max_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_possibleTypes: string[] = ['draft_game_picks'] - export const isdraft_game_picks = (obj?: { __typename?: any } | null): obj is draft_game_picks => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks"') - return draft_game_picks_possibleTypes.includes(obj.__typename) + const e_match_map_status_min_fields_possibleTypes: string[] = ['e_match_map_status_min_fields'] + export const ise_match_map_status_min_fields = (obj?: { __typename?: any } | null): obj is e_match_map_status_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_min_fields"') + return e_match_map_status_min_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_aggregate_possibleTypes: string[] = ['draft_game_picks_aggregate'] - export const isdraft_game_picks_aggregate = (obj?: { __typename?: any } | null): obj is draft_game_picks_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_aggregate"') - return draft_game_picks_aggregate_possibleTypes.includes(obj.__typename) + const e_match_map_status_mutation_response_possibleTypes: string[] = ['e_match_map_status_mutation_response'] + export const ise_match_map_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_map_status_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_mutation_response"') + return e_match_map_status_mutation_response_possibleTypes.includes(obj.__typename) } - const draft_game_picks_aggregate_fields_possibleTypes: string[] = ['draft_game_picks_aggregate_fields'] - export const isdraft_game_picks_aggregate_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_aggregate_fields"') - return draft_game_picks_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_match_mode_possibleTypes: string[] = ['e_match_mode'] + export const ise_match_mode = (obj?: { __typename?: any } | null): obj is e_match_mode => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode"') + return e_match_mode_possibleTypes.includes(obj.__typename) } - const draft_game_picks_avg_fields_possibleTypes: string[] = ['draft_game_picks_avg_fields'] - export const isdraft_game_picks_avg_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_avg_fields"') - return draft_game_picks_avg_fields_possibleTypes.includes(obj.__typename) + const e_match_mode_aggregate_possibleTypes: string[] = ['e_match_mode_aggregate'] + export const ise_match_mode_aggregate = (obj?: { __typename?: any } | null): obj is e_match_mode_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_aggregate"') + return e_match_mode_aggregate_possibleTypes.includes(obj.__typename) } - const draft_game_picks_max_fields_possibleTypes: string[] = ['draft_game_picks_max_fields'] - export const isdraft_game_picks_max_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_max_fields"') - return draft_game_picks_max_fields_possibleTypes.includes(obj.__typename) + const e_match_mode_aggregate_fields_possibleTypes: string[] = ['e_match_mode_aggregate_fields'] + export const ise_match_mode_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_mode_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_aggregate_fields"') + return e_match_mode_aggregate_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_min_fields_possibleTypes: string[] = ['draft_game_picks_min_fields'] - export const isdraft_game_picks_min_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_min_fields"') - return draft_game_picks_min_fields_possibleTypes.includes(obj.__typename) + const e_match_mode_max_fields_possibleTypes: string[] = ['e_match_mode_max_fields'] + export const ise_match_mode_max_fields = (obj?: { __typename?: any } | null): obj is e_match_mode_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_max_fields"') + return e_match_mode_max_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_mutation_response_possibleTypes: string[] = ['draft_game_picks_mutation_response'] - export const isdraft_game_picks_mutation_response = (obj?: { __typename?: any } | null): obj is draft_game_picks_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_mutation_response"') - return draft_game_picks_mutation_response_possibleTypes.includes(obj.__typename) + const e_match_mode_min_fields_possibleTypes: string[] = ['e_match_mode_min_fields'] + export const ise_match_mode_min_fields = (obj?: { __typename?: any } | null): obj is e_match_mode_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_min_fields"') + return e_match_mode_min_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_stddev_fields_possibleTypes: string[] = ['draft_game_picks_stddev_fields'] - export const isdraft_game_picks_stddev_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_stddev_fields"') - return draft_game_picks_stddev_fields_possibleTypes.includes(obj.__typename) + const e_match_mode_mutation_response_possibleTypes: string[] = ['e_match_mode_mutation_response'] + export const ise_match_mode_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_mode_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_mutation_response"') + return e_match_mode_mutation_response_possibleTypes.includes(obj.__typename) } - const draft_game_picks_stddev_pop_fields_possibleTypes: string[] = ['draft_game_picks_stddev_pop_fields'] - export const isdraft_game_picks_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_stddev_pop_fields"') - return draft_game_picks_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const e_match_status_possibleTypes: string[] = ['e_match_status'] + export const ise_match_status = (obj?: { __typename?: any } | null): obj is e_match_status => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status"') + return e_match_status_possibleTypes.includes(obj.__typename) } - const draft_game_picks_stddev_samp_fields_possibleTypes: string[] = ['draft_game_picks_stddev_samp_fields'] - export const isdraft_game_picks_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_stddev_samp_fields"') - return draft_game_picks_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const e_match_status_aggregate_possibleTypes: string[] = ['e_match_status_aggregate'] + export const ise_match_status_aggregate = (obj?: { __typename?: any } | null): obj is e_match_status_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_aggregate"') + return e_match_status_aggregate_possibleTypes.includes(obj.__typename) } - const draft_game_picks_sum_fields_possibleTypes: string[] = ['draft_game_picks_sum_fields'] - export const isdraft_game_picks_sum_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_sum_fields"') - return draft_game_picks_sum_fields_possibleTypes.includes(obj.__typename) + const e_match_status_aggregate_fields_possibleTypes: string[] = ['e_match_status_aggregate_fields'] + export const ise_match_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_status_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_aggregate_fields"') + return e_match_status_aggregate_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_var_pop_fields_possibleTypes: string[] = ['draft_game_picks_var_pop_fields'] - export const isdraft_game_picks_var_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_var_pop_fields"') - return draft_game_picks_var_pop_fields_possibleTypes.includes(obj.__typename) + const e_match_status_max_fields_possibleTypes: string[] = ['e_match_status_max_fields'] + export const ise_match_status_max_fields = (obj?: { __typename?: any } | null): obj is e_match_status_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_max_fields"') + return e_match_status_max_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_var_samp_fields_possibleTypes: string[] = ['draft_game_picks_var_samp_fields'] - export const isdraft_game_picks_var_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_var_samp_fields"') - return draft_game_picks_var_samp_fields_possibleTypes.includes(obj.__typename) + const e_match_status_min_fields_possibleTypes: string[] = ['e_match_status_min_fields'] + export const ise_match_status_min_fields = (obj?: { __typename?: any } | null): obj is e_match_status_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_min_fields"') + return e_match_status_min_fields_possibleTypes.includes(obj.__typename) } - const draft_game_picks_variance_fields_possibleTypes: string[] = ['draft_game_picks_variance_fields'] - export const isdraft_game_picks_variance_fields = (obj?: { __typename?: any } | null): obj is draft_game_picks_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_picks_variance_fields"') - return draft_game_picks_variance_fields_possibleTypes.includes(obj.__typename) + const e_match_status_mutation_response_possibleTypes: string[] = ['e_match_status_mutation_response'] + export const ise_match_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_status_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_mutation_response"') + return e_match_status_mutation_response_possibleTypes.includes(obj.__typename) } - const draft_game_players_possibleTypes: string[] = ['draft_game_players'] - export const isdraft_game_players = (obj?: { __typename?: any } | null): obj is draft_game_players => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players"') - return draft_game_players_possibleTypes.includes(obj.__typename) + const e_match_types_possibleTypes: string[] = ['e_match_types'] + export const ise_match_types = (obj?: { __typename?: any } | null): obj is e_match_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types"') + return e_match_types_possibleTypes.includes(obj.__typename) } - const draft_game_players_aggregate_possibleTypes: string[] = ['draft_game_players_aggregate'] - export const isdraft_game_players_aggregate = (obj?: { __typename?: any } | null): obj is draft_game_players_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_aggregate"') - return draft_game_players_aggregate_possibleTypes.includes(obj.__typename) + const e_match_types_aggregate_possibleTypes: string[] = ['e_match_types_aggregate'] + export const ise_match_types_aggregate = (obj?: { __typename?: any } | null): obj is e_match_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_aggregate"') + return e_match_types_aggregate_possibleTypes.includes(obj.__typename) } - const draft_game_players_aggregate_fields_possibleTypes: string[] = ['draft_game_players_aggregate_fields'] - export const isdraft_game_players_aggregate_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_aggregate_fields"') - return draft_game_players_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_match_types_aggregate_fields_possibleTypes: string[] = ['e_match_types_aggregate_fields'] + export const ise_match_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_aggregate_fields"') + return e_match_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const draft_game_players_avg_fields_possibleTypes: string[] = ['draft_game_players_avg_fields'] - export const isdraft_game_players_avg_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_avg_fields"') - return draft_game_players_avg_fields_possibleTypes.includes(obj.__typename) + const e_match_types_max_fields_possibleTypes: string[] = ['e_match_types_max_fields'] + export const ise_match_types_max_fields = (obj?: { __typename?: any } | null): obj is e_match_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_max_fields"') + return e_match_types_max_fields_possibleTypes.includes(obj.__typename) } - const draft_game_players_max_fields_possibleTypes: string[] = ['draft_game_players_max_fields'] - export const isdraft_game_players_max_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_max_fields"') - return draft_game_players_max_fields_possibleTypes.includes(obj.__typename) + const e_match_types_min_fields_possibleTypes: string[] = ['e_match_types_min_fields'] + export const ise_match_types_min_fields = (obj?: { __typename?: any } | null): obj is e_match_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_min_fields"') + return e_match_types_min_fields_possibleTypes.includes(obj.__typename) } - const draft_game_players_min_fields_possibleTypes: string[] = ['draft_game_players_min_fields'] - export const isdraft_game_players_min_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_min_fields"') - return draft_game_players_min_fields_possibleTypes.includes(obj.__typename) + const e_match_types_mutation_response_possibleTypes: string[] = ['e_match_types_mutation_response'] + export const ise_match_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_mutation_response"') + return e_match_types_mutation_response_possibleTypes.includes(obj.__typename) } - const draft_game_players_mutation_response_possibleTypes: string[] = ['draft_game_players_mutation_response'] - export const isdraft_game_players_mutation_response = (obj?: { __typename?: any } | null): obj is draft_game_players_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_mutation_response"') - return draft_game_players_mutation_response_possibleTypes.includes(obj.__typename) + const e_notification_types_possibleTypes: string[] = ['e_notification_types'] + export const ise_notification_types = (obj?: { __typename?: any } | null): obj is e_notification_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types"') + return e_notification_types_possibleTypes.includes(obj.__typename) } - const draft_game_players_stddev_fields_possibleTypes: string[] = ['draft_game_players_stddev_fields'] - export const isdraft_game_players_stddev_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_stddev_fields"') - return draft_game_players_stddev_fields_possibleTypes.includes(obj.__typename) + const e_notification_types_aggregate_possibleTypes: string[] = ['e_notification_types_aggregate'] + export const ise_notification_types_aggregate = (obj?: { __typename?: any } | null): obj is e_notification_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_aggregate"') + return e_notification_types_aggregate_possibleTypes.includes(obj.__typename) } - const draft_game_players_stddev_pop_fields_possibleTypes: string[] = ['draft_game_players_stddev_pop_fields'] - export const isdraft_game_players_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_stddev_pop_fields"') - return draft_game_players_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const e_notification_types_aggregate_fields_possibleTypes: string[] = ['e_notification_types_aggregate_fields'] + export const ise_notification_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_notification_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_aggregate_fields"') + return e_notification_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const draft_game_players_stddev_samp_fields_possibleTypes: string[] = ['draft_game_players_stddev_samp_fields'] - export const isdraft_game_players_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_stddev_samp_fields"') - return draft_game_players_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const e_notification_types_max_fields_possibleTypes: string[] = ['e_notification_types_max_fields'] + export const ise_notification_types_max_fields = (obj?: { __typename?: any } | null): obj is e_notification_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_max_fields"') + return e_notification_types_max_fields_possibleTypes.includes(obj.__typename) } - const draft_game_players_sum_fields_possibleTypes: string[] = ['draft_game_players_sum_fields'] - export const isdraft_game_players_sum_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_sum_fields"') - return draft_game_players_sum_fields_possibleTypes.includes(obj.__typename) + const e_notification_types_min_fields_possibleTypes: string[] = ['e_notification_types_min_fields'] + export const ise_notification_types_min_fields = (obj?: { __typename?: any } | null): obj is e_notification_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_min_fields"') + return e_notification_types_min_fields_possibleTypes.includes(obj.__typename) } - const draft_game_players_var_pop_fields_possibleTypes: string[] = ['draft_game_players_var_pop_fields'] - export const isdraft_game_players_var_pop_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_var_pop_fields"') - return draft_game_players_var_pop_fields_possibleTypes.includes(obj.__typename) + const e_notification_types_mutation_response_possibleTypes: string[] = ['e_notification_types_mutation_response'] + export const ise_notification_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_notification_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_mutation_response"') + return e_notification_types_mutation_response_possibleTypes.includes(obj.__typename) } - const draft_game_players_var_samp_fields_possibleTypes: string[] = ['draft_game_players_var_samp_fields'] - export const isdraft_game_players_var_samp_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_var_samp_fields"') - return draft_game_players_var_samp_fields_possibleTypes.includes(obj.__typename) + const e_objective_types_possibleTypes: string[] = ['e_objective_types'] + export const ise_objective_types = (obj?: { __typename?: any } | null): obj is e_objective_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types"') + return e_objective_types_possibleTypes.includes(obj.__typename) } - const draft_game_players_variance_fields_possibleTypes: string[] = ['draft_game_players_variance_fields'] - export const isdraft_game_players_variance_fields = (obj?: { __typename?: any } | null): obj is draft_game_players_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_game_players_variance_fields"') - return draft_game_players_variance_fields_possibleTypes.includes(obj.__typename) + const e_objective_types_aggregate_possibleTypes: string[] = ['e_objective_types_aggregate'] + export const ise_objective_types_aggregate = (obj?: { __typename?: any } | null): obj is e_objective_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_aggregate"') + return e_objective_types_aggregate_possibleTypes.includes(obj.__typename) } - const draft_games_possibleTypes: string[] = ['draft_games'] - export const isdraft_games = (obj?: { __typename?: any } | null): obj is draft_games => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games"') - return draft_games_possibleTypes.includes(obj.__typename) + const e_objective_types_aggregate_fields_possibleTypes: string[] = ['e_objective_types_aggregate_fields'] + export const ise_objective_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_objective_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_aggregate_fields"') + return e_objective_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const draft_games_aggregate_possibleTypes: string[] = ['draft_games_aggregate'] - export const isdraft_games_aggregate = (obj?: { __typename?: any } | null): obj is draft_games_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_aggregate"') - return draft_games_aggregate_possibleTypes.includes(obj.__typename) + const e_objective_types_max_fields_possibleTypes: string[] = ['e_objective_types_max_fields'] + export const ise_objective_types_max_fields = (obj?: { __typename?: any } | null): obj is e_objective_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_max_fields"') + return e_objective_types_max_fields_possibleTypes.includes(obj.__typename) } - const draft_games_aggregate_fields_possibleTypes: string[] = ['draft_games_aggregate_fields'] - export const isdraft_games_aggregate_fields = (obj?: { __typename?: any } | null): obj is draft_games_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_aggregate_fields"') - return draft_games_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_objective_types_min_fields_possibleTypes: string[] = ['e_objective_types_min_fields'] + export const ise_objective_types_min_fields = (obj?: { __typename?: any } | null): obj is e_objective_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_min_fields"') + return e_objective_types_min_fields_possibleTypes.includes(obj.__typename) } - const draft_games_avg_fields_possibleTypes: string[] = ['draft_games_avg_fields'] - export const isdraft_games_avg_fields = (obj?: { __typename?: any } | null): obj is draft_games_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_avg_fields"') - return draft_games_avg_fields_possibleTypes.includes(obj.__typename) + const e_objective_types_mutation_response_possibleTypes: string[] = ['e_objective_types_mutation_response'] + export const ise_objective_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_objective_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_mutation_response"') + return e_objective_types_mutation_response_possibleTypes.includes(obj.__typename) } - const draft_games_max_fields_possibleTypes: string[] = ['draft_games_max_fields'] - export const isdraft_games_max_fields = (obj?: { __typename?: any } | null): obj is draft_games_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_max_fields"') - return draft_games_max_fields_possibleTypes.includes(obj.__typename) + const e_player_roles_possibleTypes: string[] = ['e_player_roles'] + export const ise_player_roles = (obj?: { __typename?: any } | null): obj is e_player_roles => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles"') + return e_player_roles_possibleTypes.includes(obj.__typename) } - const draft_games_min_fields_possibleTypes: string[] = ['draft_games_min_fields'] - export const isdraft_games_min_fields = (obj?: { __typename?: any } | null): obj is draft_games_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_min_fields"') - return draft_games_min_fields_possibleTypes.includes(obj.__typename) + const e_player_roles_aggregate_possibleTypes: string[] = ['e_player_roles_aggregate'] + export const ise_player_roles_aggregate = (obj?: { __typename?: any } | null): obj is e_player_roles_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_aggregate"') + return e_player_roles_aggregate_possibleTypes.includes(obj.__typename) } - const draft_games_mutation_response_possibleTypes: string[] = ['draft_games_mutation_response'] - export const isdraft_games_mutation_response = (obj?: { __typename?: any } | null): obj is draft_games_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_mutation_response"') - return draft_games_mutation_response_possibleTypes.includes(obj.__typename) + const e_player_roles_aggregate_fields_possibleTypes: string[] = ['e_player_roles_aggregate_fields'] + export const ise_player_roles_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_player_roles_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_aggregate_fields"') + return e_player_roles_aggregate_fields_possibleTypes.includes(obj.__typename) } - const draft_games_stddev_fields_possibleTypes: string[] = ['draft_games_stddev_fields'] - export const isdraft_games_stddev_fields = (obj?: { __typename?: any } | null): obj is draft_games_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_stddev_fields"') - return draft_games_stddev_fields_possibleTypes.includes(obj.__typename) + const e_player_roles_max_fields_possibleTypes: string[] = ['e_player_roles_max_fields'] + export const ise_player_roles_max_fields = (obj?: { __typename?: any } | null): obj is e_player_roles_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_max_fields"') + return e_player_roles_max_fields_possibleTypes.includes(obj.__typename) } - const draft_games_stddev_pop_fields_possibleTypes: string[] = ['draft_games_stddev_pop_fields'] - export const isdraft_games_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is draft_games_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_stddev_pop_fields"') - return draft_games_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const e_player_roles_min_fields_possibleTypes: string[] = ['e_player_roles_min_fields'] + export const ise_player_roles_min_fields = (obj?: { __typename?: any } | null): obj is e_player_roles_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_min_fields"') + return e_player_roles_min_fields_possibleTypes.includes(obj.__typename) } - const draft_games_stddev_samp_fields_possibleTypes: string[] = ['draft_games_stddev_samp_fields'] - export const isdraft_games_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is draft_games_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_stddev_samp_fields"') - return draft_games_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const e_player_roles_mutation_response_possibleTypes: string[] = ['e_player_roles_mutation_response'] + export const ise_player_roles_mutation_response = (obj?: { __typename?: any } | null): obj is e_player_roles_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_mutation_response"') + return e_player_roles_mutation_response_possibleTypes.includes(obj.__typename) } - const draft_games_sum_fields_possibleTypes: string[] = ['draft_games_sum_fields'] - export const isdraft_games_sum_fields = (obj?: { __typename?: any } | null): obj is draft_games_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_sum_fields"') - return draft_games_sum_fields_possibleTypes.includes(obj.__typename) + const e_ready_settings_possibleTypes: string[] = ['e_ready_settings'] + export const ise_ready_settings = (obj?: { __typename?: any } | null): obj is e_ready_settings => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings"') + return e_ready_settings_possibleTypes.includes(obj.__typename) } - const draft_games_var_pop_fields_possibleTypes: string[] = ['draft_games_var_pop_fields'] - export const isdraft_games_var_pop_fields = (obj?: { __typename?: any } | null): obj is draft_games_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_var_pop_fields"') - return draft_games_var_pop_fields_possibleTypes.includes(obj.__typename) + const e_ready_settings_aggregate_possibleTypes: string[] = ['e_ready_settings_aggregate'] + export const ise_ready_settings_aggregate = (obj?: { __typename?: any } | null): obj is e_ready_settings_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_aggregate"') + return e_ready_settings_aggregate_possibleTypes.includes(obj.__typename) } - const draft_games_var_samp_fields_possibleTypes: string[] = ['draft_games_var_samp_fields'] - export const isdraft_games_var_samp_fields = (obj?: { __typename?: any } | null): obj is draft_games_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_var_samp_fields"') - return draft_games_var_samp_fields_possibleTypes.includes(obj.__typename) + const e_ready_settings_aggregate_fields_possibleTypes: string[] = ['e_ready_settings_aggregate_fields'] + export const ise_ready_settings_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_ready_settings_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_aggregate_fields"') + return e_ready_settings_aggregate_fields_possibleTypes.includes(obj.__typename) } - const draft_games_variance_fields_possibleTypes: string[] = ['draft_games_variance_fields'] - export const isdraft_games_variance_fields = (obj?: { __typename?: any } | null): obj is draft_games_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isdraft_games_variance_fields"') - return draft_games_variance_fields_possibleTypes.includes(obj.__typename) + const e_ready_settings_max_fields_possibleTypes: string[] = ['e_ready_settings_max_fields'] + export const ise_ready_settings_max_fields = (obj?: { __typename?: any } | null): obj is e_ready_settings_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_max_fields"') + return e_ready_settings_max_fields_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"') - return e_check_in_settings_possibleTypes.includes(obj.__typename) + const e_ready_settings_min_fields_possibleTypes: string[] = ['e_ready_settings_min_fields'] + export const ise_ready_settings_min_fields = (obj?: { __typename?: any } | null): obj is e_ready_settings_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_min_fields"') + return e_ready_settings_min_fields_possibleTypes.includes(obj.__typename) } - const e_check_in_settings_aggregate_possibleTypes: string[] = ['e_check_in_settings_aggregate'] - export const ise_check_in_settings_aggregate = (obj?: { __typename?: any } | null): obj is e_check_in_settings_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_aggregate"') - return e_check_in_settings_aggregate_possibleTypes.includes(obj.__typename) + const e_ready_settings_mutation_response_possibleTypes: string[] = ['e_ready_settings_mutation_response'] + export const ise_ready_settings_mutation_response = (obj?: { __typename?: any } | null): obj is e_ready_settings_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_mutation_response"') + return e_ready_settings_mutation_response_possibleTypes.includes(obj.__typename) } - const e_check_in_settings_aggregate_fields_possibleTypes: string[] = ['e_check_in_settings_aggregate_fields'] - export const ise_check_in_settings_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_check_in_settings_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_aggregate_fields"') - return e_check_in_settings_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_sanction_types_possibleTypes: string[] = ['e_sanction_types'] + export const ise_sanction_types = (obj?: { __typename?: any } | null): obj is e_sanction_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types"') + return e_sanction_types_possibleTypes.includes(obj.__typename) } - const e_check_in_settings_max_fields_possibleTypes: string[] = ['e_check_in_settings_max_fields'] - export const ise_check_in_settings_max_fields = (obj?: { __typename?: any } | null): obj is e_check_in_settings_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_max_fields"') - return e_check_in_settings_max_fields_possibleTypes.includes(obj.__typename) + const e_sanction_types_aggregate_possibleTypes: string[] = ['e_sanction_types_aggregate'] + export const ise_sanction_types_aggregate = (obj?: { __typename?: any } | null): obj is e_sanction_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_aggregate"') + return e_sanction_types_aggregate_possibleTypes.includes(obj.__typename) } - const e_check_in_settings_min_fields_possibleTypes: string[] = ['e_check_in_settings_min_fields'] - export const ise_check_in_settings_min_fields = (obj?: { __typename?: any } | null): obj is e_check_in_settings_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_min_fields"') - return e_check_in_settings_min_fields_possibleTypes.includes(obj.__typename) + const e_sanction_types_aggregate_fields_possibleTypes: string[] = ['e_sanction_types_aggregate_fields'] + export const ise_sanction_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_sanction_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_aggregate_fields"') + return e_sanction_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_check_in_settings_mutation_response_possibleTypes: string[] = ['e_check_in_settings_mutation_response'] - export const ise_check_in_settings_mutation_response = (obj?: { __typename?: any } | null): obj is e_check_in_settings_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_check_in_settings_mutation_response"') - return e_check_in_settings_mutation_response_possibleTypes.includes(obj.__typename) + const e_sanction_types_max_fields_possibleTypes: string[] = ['e_sanction_types_max_fields'] + export const ise_sanction_types_max_fields = (obj?: { __typename?: any } | null): obj is e_sanction_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_max_fields"') + return e_sanction_types_max_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_captain_selection_possibleTypes: string[] = ['e_draft_game_captain_selection'] - export const ise_draft_game_captain_selection = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection"') - return e_draft_game_captain_selection_possibleTypes.includes(obj.__typename) + const e_sanction_types_min_fields_possibleTypes: string[] = ['e_sanction_types_min_fields'] + export const ise_sanction_types_min_fields = (obj?: { __typename?: any } | null): obj is e_sanction_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_min_fields"') + return e_sanction_types_min_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_captain_selection_aggregate_possibleTypes: string[] = ['e_draft_game_captain_selection_aggregate'] - export const ise_draft_game_captain_selection_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_aggregate"') - return e_draft_game_captain_selection_aggregate_possibleTypes.includes(obj.__typename) + const e_sanction_types_mutation_response_possibleTypes: string[] = ['e_sanction_types_mutation_response'] + export const ise_sanction_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_sanction_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_mutation_response"') + return e_sanction_types_mutation_response_possibleTypes.includes(obj.__typename) } - const e_draft_game_captain_selection_aggregate_fields_possibleTypes: string[] = ['e_draft_game_captain_selection_aggregate_fields'] - export const ise_draft_game_captain_selection_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_aggregate_fields"') - return e_draft_game_captain_selection_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_scrim_request_statuses_possibleTypes: string[] = ['e_scrim_request_statuses'] + export const ise_scrim_request_statuses = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses"') + return e_scrim_request_statuses_possibleTypes.includes(obj.__typename) } - const e_draft_game_captain_selection_max_fields_possibleTypes: string[] = ['e_draft_game_captain_selection_max_fields'] - export const ise_draft_game_captain_selection_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_max_fields"') - return e_draft_game_captain_selection_max_fields_possibleTypes.includes(obj.__typename) + const e_scrim_request_statuses_aggregate_possibleTypes: string[] = ['e_scrim_request_statuses_aggregate'] + export const ise_scrim_request_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_aggregate"') + return e_scrim_request_statuses_aggregate_possibleTypes.includes(obj.__typename) } - const e_draft_game_captain_selection_min_fields_possibleTypes: string[] = ['e_draft_game_captain_selection_min_fields'] - export const ise_draft_game_captain_selection_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_min_fields"') - return e_draft_game_captain_selection_min_fields_possibleTypes.includes(obj.__typename) + const e_scrim_request_statuses_aggregate_fields_possibleTypes: string[] = ['e_scrim_request_statuses_aggregate_fields'] + export const ise_scrim_request_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_aggregate_fields"') + return e_scrim_request_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_captain_selection_mutation_response_possibleTypes: string[] = ['e_draft_game_captain_selection_mutation_response'] - export const ise_draft_game_captain_selection_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_captain_selection_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_captain_selection_mutation_response"') - return e_draft_game_captain_selection_mutation_response_possibleTypes.includes(obj.__typename) + const e_scrim_request_statuses_max_fields_possibleTypes: string[] = ['e_scrim_request_statuses_max_fields'] + export const ise_scrim_request_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_max_fields"') + return e_scrim_request_statuses_max_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_draft_order_possibleTypes: string[] = ['e_draft_game_draft_order'] - export const ise_draft_game_draft_order = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order"') - return e_draft_game_draft_order_possibleTypes.includes(obj.__typename) + const e_scrim_request_statuses_min_fields_possibleTypes: string[] = ['e_scrim_request_statuses_min_fields'] + export const ise_scrim_request_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_min_fields"') + return e_scrim_request_statuses_min_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_draft_order_aggregate_possibleTypes: string[] = ['e_draft_game_draft_order_aggregate'] - export const ise_draft_game_draft_order_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_aggregate"') - return e_draft_game_draft_order_aggregate_possibleTypes.includes(obj.__typename) + const e_scrim_request_statuses_mutation_response_possibleTypes: string[] = ['e_scrim_request_statuses_mutation_response'] + export const ise_scrim_request_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_mutation_response"') + return e_scrim_request_statuses_mutation_response_possibleTypes.includes(obj.__typename) } - const e_draft_game_draft_order_aggregate_fields_possibleTypes: string[] = ['e_draft_game_draft_order_aggregate_fields'] - export const ise_draft_game_draft_order_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_aggregate_fields"') - return e_draft_game_draft_order_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_server_types_possibleTypes: string[] = ['e_server_types'] + export const ise_server_types = (obj?: { __typename?: any } | null): obj is e_server_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types"') + return e_server_types_possibleTypes.includes(obj.__typename) } - const e_draft_game_draft_order_max_fields_possibleTypes: string[] = ['e_draft_game_draft_order_max_fields'] - export const ise_draft_game_draft_order_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_max_fields"') - return e_draft_game_draft_order_max_fields_possibleTypes.includes(obj.__typename) + const e_server_types_aggregate_possibleTypes: string[] = ['e_server_types_aggregate'] + export const ise_server_types_aggregate = (obj?: { __typename?: any } | null): obj is e_server_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_aggregate"') + return e_server_types_aggregate_possibleTypes.includes(obj.__typename) } - const e_draft_game_draft_order_min_fields_possibleTypes: string[] = ['e_draft_game_draft_order_min_fields'] - export const ise_draft_game_draft_order_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_min_fields"') - return e_draft_game_draft_order_min_fields_possibleTypes.includes(obj.__typename) + const e_server_types_aggregate_fields_possibleTypes: string[] = ['e_server_types_aggregate_fields'] + export const ise_server_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_server_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_aggregate_fields"') + return e_server_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_draft_order_mutation_response_possibleTypes: string[] = ['e_draft_game_draft_order_mutation_response'] - export const ise_draft_game_draft_order_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_draft_order_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_draft_order_mutation_response"') - return e_draft_game_draft_order_mutation_response_possibleTypes.includes(obj.__typename) + const e_server_types_max_fields_possibleTypes: string[] = ['e_server_types_max_fields'] + export const ise_server_types_max_fields = (obj?: { __typename?: any } | null): obj is e_server_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_max_fields"') + return e_server_types_max_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_mode_possibleTypes: string[] = ['e_draft_game_mode'] - export const ise_draft_game_mode = (obj?: { __typename?: any } | null): obj is e_draft_game_mode => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode"') - return e_draft_game_mode_possibleTypes.includes(obj.__typename) + const e_server_types_min_fields_possibleTypes: string[] = ['e_server_types_min_fields'] + export const ise_server_types_min_fields = (obj?: { __typename?: any } | null): obj is e_server_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_min_fields"') + return e_server_types_min_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_mode_aggregate_possibleTypes: string[] = ['e_draft_game_mode_aggregate'] - export const ise_draft_game_mode_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_aggregate"') - return e_draft_game_mode_aggregate_possibleTypes.includes(obj.__typename) + const e_server_types_mutation_response_possibleTypes: string[] = ['e_server_types_mutation_response'] + export const ise_server_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_server_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_mutation_response"') + return e_server_types_mutation_response_possibleTypes.includes(obj.__typename) } - const e_draft_game_mode_aggregate_fields_possibleTypes: string[] = ['e_draft_game_mode_aggregate_fields'] - export const ise_draft_game_mode_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_aggregate_fields"') - return e_draft_game_mode_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_sides_possibleTypes: string[] = ['e_sides'] + export const ise_sides = (obj?: { __typename?: any } | null): obj is e_sides => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides"') + return e_sides_possibleTypes.includes(obj.__typename) } - const e_draft_game_mode_max_fields_possibleTypes: string[] = ['e_draft_game_mode_max_fields'] - export const ise_draft_game_mode_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_max_fields"') - return e_draft_game_mode_max_fields_possibleTypes.includes(obj.__typename) + const e_sides_aggregate_possibleTypes: string[] = ['e_sides_aggregate'] + export const ise_sides_aggregate = (obj?: { __typename?: any } | null): obj is e_sides_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_aggregate"') + return e_sides_aggregate_possibleTypes.includes(obj.__typename) } - const e_draft_game_mode_min_fields_possibleTypes: string[] = ['e_draft_game_mode_min_fields'] - export const ise_draft_game_mode_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_min_fields"') - return e_draft_game_mode_min_fields_possibleTypes.includes(obj.__typename) + const e_sides_aggregate_fields_possibleTypes: string[] = ['e_sides_aggregate_fields'] + export const ise_sides_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_sides_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_aggregate_fields"') + return e_sides_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_mode_mutation_response_possibleTypes: string[] = ['e_draft_game_mode_mutation_response'] - export const ise_draft_game_mode_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_mode_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_mode_mutation_response"') - return e_draft_game_mode_mutation_response_possibleTypes.includes(obj.__typename) + const e_sides_max_fields_possibleTypes: string[] = ['e_sides_max_fields'] + export const ise_sides_max_fields = (obj?: { __typename?: any } | null): obj is e_sides_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_max_fields"') + return e_sides_max_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_player_status_possibleTypes: string[] = ['e_draft_game_player_status'] - export const ise_draft_game_player_status = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status"') - return e_draft_game_player_status_possibleTypes.includes(obj.__typename) + const e_sides_min_fields_possibleTypes: string[] = ['e_sides_min_fields'] + export const ise_sides_min_fields = (obj?: { __typename?: any } | null): obj is e_sides_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_min_fields"') + return e_sides_min_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_player_status_aggregate_possibleTypes: string[] = ['e_draft_game_player_status_aggregate'] - export const ise_draft_game_player_status_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_aggregate"') - return e_draft_game_player_status_aggregate_possibleTypes.includes(obj.__typename) + const e_sides_mutation_response_possibleTypes: string[] = ['e_sides_mutation_response'] + export const ise_sides_mutation_response = (obj?: { __typename?: any } | null): obj is e_sides_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_mutation_response"') + return e_sides_mutation_response_possibleTypes.includes(obj.__typename) } - const e_draft_game_player_status_aggregate_fields_possibleTypes: string[] = ['e_draft_game_player_status_aggregate_fields'] - export const ise_draft_game_player_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_aggregate_fields"') - return e_draft_game_player_status_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_system_alert_types_possibleTypes: string[] = ['e_system_alert_types'] + export const ise_system_alert_types = (obj?: { __typename?: any } | null): obj is e_system_alert_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types"') + return e_system_alert_types_possibleTypes.includes(obj.__typename) } - const e_draft_game_player_status_max_fields_possibleTypes: string[] = ['e_draft_game_player_status_max_fields'] - export const ise_draft_game_player_status_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_max_fields"') - return e_draft_game_player_status_max_fields_possibleTypes.includes(obj.__typename) + const e_system_alert_types_aggregate_possibleTypes: string[] = ['e_system_alert_types_aggregate'] + export const ise_system_alert_types_aggregate = (obj?: { __typename?: any } | null): obj is e_system_alert_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_aggregate"') + return e_system_alert_types_aggregate_possibleTypes.includes(obj.__typename) } - const e_draft_game_player_status_min_fields_possibleTypes: string[] = ['e_draft_game_player_status_min_fields'] - export const ise_draft_game_player_status_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_min_fields"') - return e_draft_game_player_status_min_fields_possibleTypes.includes(obj.__typename) + const e_system_alert_types_aggregate_fields_possibleTypes: string[] = ['e_system_alert_types_aggregate_fields'] + export const ise_system_alert_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_system_alert_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_aggregate_fields"') + return e_system_alert_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_player_status_mutation_response_possibleTypes: string[] = ['e_draft_game_player_status_mutation_response'] - export const ise_draft_game_player_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_player_status_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_player_status_mutation_response"') - return e_draft_game_player_status_mutation_response_possibleTypes.includes(obj.__typename) + const e_system_alert_types_max_fields_possibleTypes: string[] = ['e_system_alert_types_max_fields'] + export const ise_system_alert_types_max_fields = (obj?: { __typename?: any } | null): obj is e_system_alert_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_max_fields"') + return e_system_alert_types_max_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_status_possibleTypes: string[] = ['e_draft_game_status'] - export const ise_draft_game_status = (obj?: { __typename?: any } | null): obj is e_draft_game_status => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status"') - return e_draft_game_status_possibleTypes.includes(obj.__typename) + const e_system_alert_types_min_fields_possibleTypes: string[] = ['e_system_alert_types_min_fields'] + export const ise_system_alert_types_min_fields = (obj?: { __typename?: any } | null): obj is e_system_alert_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_min_fields"') + return e_system_alert_types_min_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_status_aggregate_possibleTypes: string[] = ['e_draft_game_status_aggregate'] - export const ise_draft_game_status_aggregate = (obj?: { __typename?: any } | null): obj is e_draft_game_status_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_aggregate"') - return e_draft_game_status_aggregate_possibleTypes.includes(obj.__typename) + const e_system_alert_types_mutation_response_possibleTypes: string[] = ['e_system_alert_types_mutation_response'] + export const ise_system_alert_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_system_alert_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_mutation_response"') + return e_system_alert_types_mutation_response_possibleTypes.includes(obj.__typename) } - const e_draft_game_status_aggregate_fields_possibleTypes: string[] = ['e_draft_game_status_aggregate_fields'] - export const ise_draft_game_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_status_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_aggregate_fields"') - return e_draft_game_status_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_team_roles_possibleTypes: string[] = ['e_team_roles'] + export const ise_team_roles = (obj?: { __typename?: any } | null): obj is e_team_roles => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles"') + return e_team_roles_possibleTypes.includes(obj.__typename) } - const e_draft_game_status_max_fields_possibleTypes: string[] = ['e_draft_game_status_max_fields'] - export const ise_draft_game_status_max_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_status_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_max_fields"') - return e_draft_game_status_max_fields_possibleTypes.includes(obj.__typename) + const e_team_roles_aggregate_possibleTypes: string[] = ['e_team_roles_aggregate'] + export const ise_team_roles_aggregate = (obj?: { __typename?: any } | null): obj is e_team_roles_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_aggregate"') + return e_team_roles_aggregate_possibleTypes.includes(obj.__typename) } - const e_draft_game_status_min_fields_possibleTypes: string[] = ['e_draft_game_status_min_fields'] - export const ise_draft_game_status_min_fields = (obj?: { __typename?: any } | null): obj is e_draft_game_status_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_min_fields"') - return e_draft_game_status_min_fields_possibleTypes.includes(obj.__typename) + const e_team_roles_aggregate_fields_possibleTypes: string[] = ['e_team_roles_aggregate_fields'] + export const ise_team_roles_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_team_roles_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_aggregate_fields"') + return e_team_roles_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_draft_game_status_mutation_response_possibleTypes: string[] = ['e_draft_game_status_mutation_response'] - export const ise_draft_game_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_draft_game_status_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_draft_game_status_mutation_response"') - return e_draft_game_status_mutation_response_possibleTypes.includes(obj.__typename) + const e_team_roles_max_fields_possibleTypes: string[] = ['e_team_roles_max_fields'] + export const ise_team_roles_max_fields = (obj?: { __typename?: any } | null): obj is e_team_roles_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_max_fields"') + return e_team_roles_max_fields_possibleTypes.includes(obj.__typename) } - const e_friend_status_possibleTypes: string[] = ['e_friend_status'] - export const ise_friend_status = (obj?: { __typename?: any } | null): obj is e_friend_status => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status"') - return e_friend_status_possibleTypes.includes(obj.__typename) + const e_team_roles_min_fields_possibleTypes: string[] = ['e_team_roles_min_fields'] + export const ise_team_roles_min_fields = (obj?: { __typename?: any } | null): obj is e_team_roles_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_min_fields"') + return e_team_roles_min_fields_possibleTypes.includes(obj.__typename) } - const e_friend_status_aggregate_possibleTypes: string[] = ['e_friend_status_aggregate'] - export const ise_friend_status_aggregate = (obj?: { __typename?: any } | null): obj is e_friend_status_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_aggregate"') - return e_friend_status_aggregate_possibleTypes.includes(obj.__typename) + const e_team_roles_mutation_response_possibleTypes: string[] = ['e_team_roles_mutation_response'] + export const ise_team_roles_mutation_response = (obj?: { __typename?: any } | null): obj is e_team_roles_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_mutation_response"') + return e_team_roles_mutation_response_possibleTypes.includes(obj.__typename) } - const e_friend_status_aggregate_fields_possibleTypes: string[] = ['e_friend_status_aggregate_fields'] - export const ise_friend_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_friend_status_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_aggregate_fields"') - return e_friend_status_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_team_roster_statuses_possibleTypes: string[] = ['e_team_roster_statuses'] + export const ise_team_roster_statuses = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses"') + return e_team_roster_statuses_possibleTypes.includes(obj.__typename) } - const e_friend_status_max_fields_possibleTypes: string[] = ['e_friend_status_max_fields'] - export const ise_friend_status_max_fields = (obj?: { __typename?: any } | null): obj is e_friend_status_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_max_fields"') - return e_friend_status_max_fields_possibleTypes.includes(obj.__typename) + const e_team_roster_statuses_aggregate_possibleTypes: string[] = ['e_team_roster_statuses_aggregate'] + export const ise_team_roster_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_aggregate"') + return e_team_roster_statuses_aggregate_possibleTypes.includes(obj.__typename) } - const e_friend_status_min_fields_possibleTypes: string[] = ['e_friend_status_min_fields'] - export const ise_friend_status_min_fields = (obj?: { __typename?: any } | null): obj is e_friend_status_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_min_fields"') - return e_friend_status_min_fields_possibleTypes.includes(obj.__typename) + const e_team_roster_statuses_aggregate_fields_possibleTypes: string[] = ['e_team_roster_statuses_aggregate_fields'] + export const ise_team_roster_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_aggregate_fields"') + return e_team_roster_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_friend_status_mutation_response_possibleTypes: string[] = ['e_friend_status_mutation_response'] - export const ise_friend_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_friend_status_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_friend_status_mutation_response"') - return e_friend_status_mutation_response_possibleTypes.includes(obj.__typename) + const e_team_roster_statuses_max_fields_possibleTypes: string[] = ['e_team_roster_statuses_max_fields'] + export const ise_team_roster_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_max_fields"') + return e_team_roster_statuses_max_fields_possibleTypes.includes(obj.__typename) } - const e_game_cfg_types_possibleTypes: string[] = ['e_game_cfg_types'] - export const ise_game_cfg_types = (obj?: { __typename?: any } | null): obj is e_game_cfg_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types"') - return e_game_cfg_types_possibleTypes.includes(obj.__typename) + const e_team_roster_statuses_min_fields_possibleTypes: string[] = ['e_team_roster_statuses_min_fields'] + export const ise_team_roster_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_min_fields"') + return e_team_roster_statuses_min_fields_possibleTypes.includes(obj.__typename) } - const e_game_cfg_types_aggregate_possibleTypes: string[] = ['e_game_cfg_types_aggregate'] - export const ise_game_cfg_types_aggregate = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_aggregate"') - return e_game_cfg_types_aggregate_possibleTypes.includes(obj.__typename) + const e_team_roster_statuses_mutation_response_possibleTypes: string[] = ['e_team_roster_statuses_mutation_response'] + export const ise_team_roster_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_mutation_response"') + return e_team_roster_statuses_mutation_response_possibleTypes.includes(obj.__typename) } - const e_game_cfg_types_aggregate_fields_possibleTypes: string[] = ['e_game_cfg_types_aggregate_fields'] - export const ise_game_cfg_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_aggregate_fields"') - return e_game_cfg_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_timeout_settings_possibleTypes: string[] = ['e_timeout_settings'] + export const ise_timeout_settings = (obj?: { __typename?: any } | null): obj is e_timeout_settings => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings"') + return e_timeout_settings_possibleTypes.includes(obj.__typename) } - const e_game_cfg_types_max_fields_possibleTypes: string[] = ['e_game_cfg_types_max_fields'] - export const ise_game_cfg_types_max_fields = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_max_fields"') - return e_game_cfg_types_max_fields_possibleTypes.includes(obj.__typename) + const e_timeout_settings_aggregate_possibleTypes: string[] = ['e_timeout_settings_aggregate'] + export const ise_timeout_settings_aggregate = (obj?: { __typename?: any } | null): obj is e_timeout_settings_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_aggregate"') + return e_timeout_settings_aggregate_possibleTypes.includes(obj.__typename) } - const e_game_cfg_types_min_fields_possibleTypes: string[] = ['e_game_cfg_types_min_fields'] - export const ise_game_cfg_types_min_fields = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_min_fields"') - return e_game_cfg_types_min_fields_possibleTypes.includes(obj.__typename) + const e_timeout_settings_aggregate_fields_possibleTypes: string[] = ['e_timeout_settings_aggregate_fields'] + export const ise_timeout_settings_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_timeout_settings_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_aggregate_fields"') + return e_timeout_settings_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_game_cfg_types_mutation_response_possibleTypes: string[] = ['e_game_cfg_types_mutation_response'] - export const ise_game_cfg_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_game_cfg_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_cfg_types_mutation_response"') - return e_game_cfg_types_mutation_response_possibleTypes.includes(obj.__typename) + const e_timeout_settings_max_fields_possibleTypes: string[] = ['e_timeout_settings_max_fields'] + export const ise_timeout_settings_max_fields = (obj?: { __typename?: any } | null): obj is e_timeout_settings_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_max_fields"') + return e_timeout_settings_max_fields_possibleTypes.includes(obj.__typename) } - const e_game_server_node_statuses_possibleTypes: string[] = ['e_game_server_node_statuses'] - export const ise_game_server_node_statuses = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses"') - return e_game_server_node_statuses_possibleTypes.includes(obj.__typename) + const e_timeout_settings_min_fields_possibleTypes: string[] = ['e_timeout_settings_min_fields'] + export const ise_timeout_settings_min_fields = (obj?: { __typename?: any } | null): obj is e_timeout_settings_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_min_fields"') + return e_timeout_settings_min_fields_possibleTypes.includes(obj.__typename) } - const e_game_server_node_statuses_aggregate_possibleTypes: string[] = ['e_game_server_node_statuses_aggregate'] - export const ise_game_server_node_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_aggregate"') - return e_game_server_node_statuses_aggregate_possibleTypes.includes(obj.__typename) + const e_timeout_settings_mutation_response_possibleTypes: string[] = ['e_timeout_settings_mutation_response'] + export const ise_timeout_settings_mutation_response = (obj?: { __typename?: any } | null): obj is e_timeout_settings_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_mutation_response"') + return e_timeout_settings_mutation_response_possibleTypes.includes(obj.__typename) } - const e_game_server_node_statuses_aggregate_fields_possibleTypes: string[] = ['e_game_server_node_statuses_aggregate_fields'] - export const ise_game_server_node_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_aggregate_fields"') - return e_game_server_node_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_tournament_stage_types_possibleTypes: string[] = ['e_tournament_stage_types'] + export const ise_tournament_stage_types = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types"') + return e_tournament_stage_types_possibleTypes.includes(obj.__typename) } - const e_game_server_node_statuses_max_fields_possibleTypes: string[] = ['e_game_server_node_statuses_max_fields'] - export const ise_game_server_node_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_max_fields"') - return e_game_server_node_statuses_max_fields_possibleTypes.includes(obj.__typename) + const e_tournament_stage_types_aggregate_possibleTypes: string[] = ['e_tournament_stage_types_aggregate'] + export const ise_tournament_stage_types_aggregate = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_aggregate"') + return e_tournament_stage_types_aggregate_possibleTypes.includes(obj.__typename) } - const e_game_server_node_statuses_min_fields_possibleTypes: string[] = ['e_game_server_node_statuses_min_fields'] - export const ise_game_server_node_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_min_fields"') - return e_game_server_node_statuses_min_fields_possibleTypes.includes(obj.__typename) + const e_tournament_stage_types_aggregate_fields_possibleTypes: string[] = ['e_tournament_stage_types_aggregate_fields'] + export const ise_tournament_stage_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_aggregate_fields"') + return e_tournament_stage_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_game_server_node_statuses_mutation_response_possibleTypes: string[] = ['e_game_server_node_statuses_mutation_response'] - export const ise_game_server_node_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_game_server_node_statuses_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_game_server_node_statuses_mutation_response"') - return e_game_server_node_statuses_mutation_response_possibleTypes.includes(obj.__typename) + const e_tournament_stage_types_max_fields_possibleTypes: string[] = ['e_tournament_stage_types_max_fields'] + export const ise_tournament_stage_types_max_fields = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_max_fields"') + return e_tournament_stage_types_max_fields_possibleTypes.includes(obj.__typename) } - const e_lobby_access_possibleTypes: string[] = ['e_lobby_access'] - export const ise_lobby_access = (obj?: { __typename?: any } | null): obj is e_lobby_access => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access"') - return e_lobby_access_possibleTypes.includes(obj.__typename) + const e_tournament_stage_types_min_fields_possibleTypes: string[] = ['e_tournament_stage_types_min_fields'] + export const ise_tournament_stage_types_min_fields = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_min_fields"') + return e_tournament_stage_types_min_fields_possibleTypes.includes(obj.__typename) } - const e_lobby_access_aggregate_possibleTypes: string[] = ['e_lobby_access_aggregate'] - export const ise_lobby_access_aggregate = (obj?: { __typename?: any } | null): obj is e_lobby_access_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_aggregate"') - return e_lobby_access_aggregate_possibleTypes.includes(obj.__typename) + const e_tournament_stage_types_mutation_response_possibleTypes: string[] = ['e_tournament_stage_types_mutation_response'] + export const ise_tournament_stage_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_mutation_response"') + return e_tournament_stage_types_mutation_response_possibleTypes.includes(obj.__typename) } - const e_lobby_access_aggregate_fields_possibleTypes: string[] = ['e_lobby_access_aggregate_fields'] - export const ise_lobby_access_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_lobby_access_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_aggregate_fields"') - return e_lobby_access_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_tournament_status_possibleTypes: string[] = ['e_tournament_status'] + export const ise_tournament_status = (obj?: { __typename?: any } | null): obj is e_tournament_status => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status"') + return e_tournament_status_possibleTypes.includes(obj.__typename) } - const e_lobby_access_max_fields_possibleTypes: string[] = ['e_lobby_access_max_fields'] - export const ise_lobby_access_max_fields = (obj?: { __typename?: any } | null): obj is e_lobby_access_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_max_fields"') - return e_lobby_access_max_fields_possibleTypes.includes(obj.__typename) + const e_tournament_status_aggregate_possibleTypes: string[] = ['e_tournament_status_aggregate'] + export const ise_tournament_status_aggregate = (obj?: { __typename?: any } | null): obj is e_tournament_status_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_aggregate"') + return e_tournament_status_aggregate_possibleTypes.includes(obj.__typename) } - const e_lobby_access_min_fields_possibleTypes: string[] = ['e_lobby_access_min_fields'] - export const ise_lobby_access_min_fields = (obj?: { __typename?: any } | null): obj is e_lobby_access_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_min_fields"') - return e_lobby_access_min_fields_possibleTypes.includes(obj.__typename) + const e_tournament_status_aggregate_fields_possibleTypes: string[] = ['e_tournament_status_aggregate_fields'] + export const ise_tournament_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_tournament_status_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_aggregate_fields"') + return e_tournament_status_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_lobby_access_mutation_response_possibleTypes: string[] = ['e_lobby_access_mutation_response'] - export const ise_lobby_access_mutation_response = (obj?: { __typename?: any } | null): obj is e_lobby_access_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_access_mutation_response"') - return e_lobby_access_mutation_response_possibleTypes.includes(obj.__typename) + const e_tournament_status_max_fields_possibleTypes: string[] = ['e_tournament_status_max_fields'] + export const ise_tournament_status_max_fields = (obj?: { __typename?: any } | null): obj is e_tournament_status_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_max_fields"') + return e_tournament_status_max_fields_possibleTypes.includes(obj.__typename) } - const e_lobby_player_status_possibleTypes: string[] = ['e_lobby_player_status'] - export const ise_lobby_player_status = (obj?: { __typename?: any } | null): obj is e_lobby_player_status => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status"') - return e_lobby_player_status_possibleTypes.includes(obj.__typename) + const e_tournament_status_min_fields_possibleTypes: string[] = ['e_tournament_status_min_fields'] + export const ise_tournament_status_min_fields = (obj?: { __typename?: any } | null): obj is e_tournament_status_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_min_fields"') + return e_tournament_status_min_fields_possibleTypes.includes(obj.__typename) } - const e_lobby_player_status_aggregate_possibleTypes: string[] = ['e_lobby_player_status_aggregate'] - export const ise_lobby_player_status_aggregate = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_aggregate"') - return e_lobby_player_status_aggregate_possibleTypes.includes(obj.__typename) + const e_tournament_status_mutation_response_possibleTypes: string[] = ['e_tournament_status_mutation_response'] + export const ise_tournament_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_tournament_status_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_mutation_response"') + return e_tournament_status_mutation_response_possibleTypes.includes(obj.__typename) } - const e_lobby_player_status_aggregate_fields_possibleTypes: string[] = ['e_lobby_player_status_aggregate_fields'] - export const ise_lobby_player_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_aggregate_fields"') - return e_lobby_player_status_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_utility_types_possibleTypes: string[] = ['e_utility_types'] + export const ise_utility_types = (obj?: { __typename?: any } | null): obj is e_utility_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types"') + return e_utility_types_possibleTypes.includes(obj.__typename) } - const e_lobby_player_status_max_fields_possibleTypes: string[] = ['e_lobby_player_status_max_fields'] - export const ise_lobby_player_status_max_fields = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_max_fields"') - return e_lobby_player_status_max_fields_possibleTypes.includes(obj.__typename) + const e_utility_types_aggregate_possibleTypes: string[] = ['e_utility_types_aggregate'] + export const ise_utility_types_aggregate = (obj?: { __typename?: any } | null): obj is e_utility_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_aggregate"') + return e_utility_types_aggregate_possibleTypes.includes(obj.__typename) } - const e_lobby_player_status_min_fields_possibleTypes: string[] = ['e_lobby_player_status_min_fields'] - export const ise_lobby_player_status_min_fields = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_min_fields"') - return e_lobby_player_status_min_fields_possibleTypes.includes(obj.__typename) + const e_utility_types_aggregate_fields_possibleTypes: string[] = ['e_utility_types_aggregate_fields'] + export const ise_utility_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_utility_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_aggregate_fields"') + return e_utility_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_lobby_player_status_mutation_response_possibleTypes: string[] = ['e_lobby_player_status_mutation_response'] - export const ise_lobby_player_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_lobby_player_status_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_lobby_player_status_mutation_response"') - return e_lobby_player_status_mutation_response_possibleTypes.includes(obj.__typename) + const e_utility_types_max_fields_possibleTypes: string[] = ['e_utility_types_max_fields'] + export const ise_utility_types_max_fields = (obj?: { __typename?: any } | null): obj is e_utility_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_max_fields"') + return e_utility_types_max_fields_possibleTypes.includes(obj.__typename) } - const e_map_pool_types_possibleTypes: string[] = ['e_map_pool_types'] - export const ise_map_pool_types = (obj?: { __typename?: any } | null): obj is e_map_pool_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types"') - return e_map_pool_types_possibleTypes.includes(obj.__typename) + const e_utility_types_min_fields_possibleTypes: string[] = ['e_utility_types_min_fields'] + export const ise_utility_types_min_fields = (obj?: { __typename?: any } | null): obj is e_utility_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_min_fields"') + return e_utility_types_min_fields_possibleTypes.includes(obj.__typename) } - const e_map_pool_types_aggregate_possibleTypes: string[] = ['e_map_pool_types_aggregate'] - export const ise_map_pool_types_aggregate = (obj?: { __typename?: any } | null): obj is e_map_pool_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_aggregate"') - return e_map_pool_types_aggregate_possibleTypes.includes(obj.__typename) + const e_utility_types_mutation_response_possibleTypes: string[] = ['e_utility_types_mutation_response'] + export const ise_utility_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_utility_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_mutation_response"') + return e_utility_types_mutation_response_possibleTypes.includes(obj.__typename) } - const e_map_pool_types_aggregate_fields_possibleTypes: string[] = ['e_map_pool_types_aggregate_fields'] - export const ise_map_pool_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_map_pool_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_aggregate_fields"') - return e_map_pool_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_veto_pick_types_possibleTypes: string[] = ['e_veto_pick_types'] + export const ise_veto_pick_types = (obj?: { __typename?: any } | null): obj is e_veto_pick_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types"') + return e_veto_pick_types_possibleTypes.includes(obj.__typename) } - const e_map_pool_types_max_fields_possibleTypes: string[] = ['e_map_pool_types_max_fields'] - export const ise_map_pool_types_max_fields = (obj?: { __typename?: any } | null): obj is e_map_pool_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_max_fields"') - return e_map_pool_types_max_fields_possibleTypes.includes(obj.__typename) + const e_veto_pick_types_aggregate_possibleTypes: string[] = ['e_veto_pick_types_aggregate'] + export const ise_veto_pick_types_aggregate = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_aggregate"') + return e_veto_pick_types_aggregate_possibleTypes.includes(obj.__typename) } - const e_map_pool_types_min_fields_possibleTypes: string[] = ['e_map_pool_types_min_fields'] - export const ise_map_pool_types_min_fields = (obj?: { __typename?: any } | null): obj is e_map_pool_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_min_fields"') - return e_map_pool_types_min_fields_possibleTypes.includes(obj.__typename) + const e_veto_pick_types_aggregate_fields_possibleTypes: string[] = ['e_veto_pick_types_aggregate_fields'] + export const ise_veto_pick_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_aggregate_fields"') + return e_veto_pick_types_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_map_pool_types_mutation_response_possibleTypes: string[] = ['e_map_pool_types_mutation_response'] - export const ise_map_pool_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_map_pool_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_map_pool_types_mutation_response"') - return e_map_pool_types_mutation_response_possibleTypes.includes(obj.__typename) + const e_veto_pick_types_max_fields_possibleTypes: string[] = ['e_veto_pick_types_max_fields'] + export const ise_veto_pick_types_max_fields = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_max_fields"') + return e_veto_pick_types_max_fields_possibleTypes.includes(obj.__typename) } - const e_match_clip_visibility_possibleTypes: string[] = ['e_match_clip_visibility'] - export const ise_match_clip_visibility = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility"') - return e_match_clip_visibility_possibleTypes.includes(obj.__typename) + const e_veto_pick_types_min_fields_possibleTypes: string[] = ['e_veto_pick_types_min_fields'] + export const ise_veto_pick_types_min_fields = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_min_fields"') + return e_veto_pick_types_min_fields_possibleTypes.includes(obj.__typename) } - const e_match_clip_visibility_aggregate_possibleTypes: string[] = ['e_match_clip_visibility_aggregate'] - export const ise_match_clip_visibility_aggregate = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_aggregate"') - return e_match_clip_visibility_aggregate_possibleTypes.includes(obj.__typename) + const e_veto_pick_types_mutation_response_possibleTypes: string[] = ['e_veto_pick_types_mutation_response'] + export const ise_veto_pick_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_mutation_response"') + return e_veto_pick_types_mutation_response_possibleTypes.includes(obj.__typename) } - const e_match_clip_visibility_aggregate_fields_possibleTypes: string[] = ['e_match_clip_visibility_aggregate_fields'] - export const ise_match_clip_visibility_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_aggregate_fields"') - return e_match_clip_visibility_aggregate_fields_possibleTypes.includes(obj.__typename) + const e_winning_reasons_possibleTypes: string[] = ['e_winning_reasons'] + export const ise_winning_reasons = (obj?: { __typename?: any } | null): obj is e_winning_reasons => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons"') + return e_winning_reasons_possibleTypes.includes(obj.__typename) } - const e_match_clip_visibility_max_fields_possibleTypes: string[] = ['e_match_clip_visibility_max_fields'] - export const ise_match_clip_visibility_max_fields = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_max_fields"') - return e_match_clip_visibility_max_fields_possibleTypes.includes(obj.__typename) + const e_winning_reasons_aggregate_possibleTypes: string[] = ['e_winning_reasons_aggregate'] + export const ise_winning_reasons_aggregate = (obj?: { __typename?: any } | null): obj is e_winning_reasons_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_aggregate"') + return e_winning_reasons_aggregate_possibleTypes.includes(obj.__typename) } - const e_match_clip_visibility_min_fields_possibleTypes: string[] = ['e_match_clip_visibility_min_fields'] - export const ise_match_clip_visibility_min_fields = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_min_fields"') - return e_match_clip_visibility_min_fields_possibleTypes.includes(obj.__typename) + const e_winning_reasons_aggregate_fields_possibleTypes: string[] = ['e_winning_reasons_aggregate_fields'] + export const ise_winning_reasons_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_winning_reasons_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_aggregate_fields"') + return e_winning_reasons_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_match_clip_visibility_mutation_response_possibleTypes: string[] = ['e_match_clip_visibility_mutation_response'] - export const ise_match_clip_visibility_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_clip_visibility_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_clip_visibility_mutation_response"') - return e_match_clip_visibility_mutation_response_possibleTypes.includes(obj.__typename) + const e_winning_reasons_max_fields_possibleTypes: string[] = ['e_winning_reasons_max_fields'] + export const ise_winning_reasons_max_fields = (obj?: { __typename?: any } | null): obj is e_winning_reasons_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_max_fields"') + return e_winning_reasons_max_fields_possibleTypes.includes(obj.__typename) } - const e_match_map_status_possibleTypes: string[] = ['e_match_map_status'] - export const ise_match_map_status = (obj?: { __typename?: any } | null): obj is e_match_map_status => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status"') - return e_match_map_status_possibleTypes.includes(obj.__typename) + const e_winning_reasons_min_fields_possibleTypes: string[] = ['e_winning_reasons_min_fields'] + export const ise_winning_reasons_min_fields = (obj?: { __typename?: any } | null): obj is e_winning_reasons_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_min_fields"') + return e_winning_reasons_min_fields_possibleTypes.includes(obj.__typename) } - const e_match_map_status_aggregate_possibleTypes: string[] = ['e_match_map_status_aggregate'] - export const ise_match_map_status_aggregate = (obj?: { __typename?: any } | null): obj is e_match_map_status_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_aggregate"') - return e_match_map_status_aggregate_possibleTypes.includes(obj.__typename) + const e_winning_reasons_mutation_response_possibleTypes: string[] = ['e_winning_reasons_mutation_response'] + export const ise_winning_reasons_mutation_response = (obj?: { __typename?: any } | null): obj is e_winning_reasons_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_mutation_response"') + return e_winning_reasons_mutation_response_possibleTypes.includes(obj.__typename) } - const e_match_map_status_aggregate_fields_possibleTypes: string[] = ['e_match_map_status_aggregate_fields'] - export const ise_match_map_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_map_status_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_aggregate_fields"') - return e_match_map_status_aggregate_fields_possibleTypes.includes(obj.__typename) + const friends_possibleTypes: string[] = ['friends'] + export const isfriends = (obj?: { __typename?: any } | null): obj is friends => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends"') + return friends_possibleTypes.includes(obj.__typename) } - const e_match_map_status_max_fields_possibleTypes: string[] = ['e_match_map_status_max_fields'] - export const ise_match_map_status_max_fields = (obj?: { __typename?: any } | null): obj is e_match_map_status_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_max_fields"') - return e_match_map_status_max_fields_possibleTypes.includes(obj.__typename) + const friends_aggregate_possibleTypes: string[] = ['friends_aggregate'] + export const isfriends_aggregate = (obj?: { __typename?: any } | null): obj is friends_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_aggregate"') + return friends_aggregate_possibleTypes.includes(obj.__typename) } - const e_match_map_status_min_fields_possibleTypes: string[] = ['e_match_map_status_min_fields'] - export const ise_match_map_status_min_fields = (obj?: { __typename?: any } | null): obj is e_match_map_status_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_min_fields"') - return e_match_map_status_min_fields_possibleTypes.includes(obj.__typename) + const friends_aggregate_fields_possibleTypes: string[] = ['friends_aggregate_fields'] + export const isfriends_aggregate_fields = (obj?: { __typename?: any } | null): obj is friends_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_aggregate_fields"') + return friends_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_match_map_status_mutation_response_possibleTypes: string[] = ['e_match_map_status_mutation_response'] - export const ise_match_map_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_map_status_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_map_status_mutation_response"') - return e_match_map_status_mutation_response_possibleTypes.includes(obj.__typename) + const friends_avg_fields_possibleTypes: string[] = ['friends_avg_fields'] + export const isfriends_avg_fields = (obj?: { __typename?: any } | null): obj is friends_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_avg_fields"') + return friends_avg_fields_possibleTypes.includes(obj.__typename) } - const e_match_mode_possibleTypes: string[] = ['e_match_mode'] - export const ise_match_mode = (obj?: { __typename?: any } | null): obj is e_match_mode => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode"') - return e_match_mode_possibleTypes.includes(obj.__typename) + const friends_max_fields_possibleTypes: string[] = ['friends_max_fields'] + export const isfriends_max_fields = (obj?: { __typename?: any } | null): obj is friends_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_max_fields"') + return friends_max_fields_possibleTypes.includes(obj.__typename) } - const e_match_mode_aggregate_possibleTypes: string[] = ['e_match_mode_aggregate'] - export const ise_match_mode_aggregate = (obj?: { __typename?: any } | null): obj is e_match_mode_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_aggregate"') - return e_match_mode_aggregate_possibleTypes.includes(obj.__typename) + const friends_min_fields_possibleTypes: string[] = ['friends_min_fields'] + export const isfriends_min_fields = (obj?: { __typename?: any } | null): obj is friends_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_min_fields"') + return friends_min_fields_possibleTypes.includes(obj.__typename) } - const e_match_mode_aggregate_fields_possibleTypes: string[] = ['e_match_mode_aggregate_fields'] - export const ise_match_mode_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_mode_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_aggregate_fields"') - return e_match_mode_aggregate_fields_possibleTypes.includes(obj.__typename) + const friends_mutation_response_possibleTypes: string[] = ['friends_mutation_response'] + export const isfriends_mutation_response = (obj?: { __typename?: any } | null): obj is friends_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_mutation_response"') + return friends_mutation_response_possibleTypes.includes(obj.__typename) } - const e_match_mode_max_fields_possibleTypes: string[] = ['e_match_mode_max_fields'] - export const ise_match_mode_max_fields = (obj?: { __typename?: any } | null): obj is e_match_mode_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_max_fields"') - return e_match_mode_max_fields_possibleTypes.includes(obj.__typename) + const friends_stddev_fields_possibleTypes: string[] = ['friends_stddev_fields'] + export const isfriends_stddev_fields = (obj?: { __typename?: any } | null): obj is friends_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_stddev_fields"') + return friends_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_match_mode_min_fields_possibleTypes: string[] = ['e_match_mode_min_fields'] - export const ise_match_mode_min_fields = (obj?: { __typename?: any } | null): obj is e_match_mode_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_min_fields"') - return e_match_mode_min_fields_possibleTypes.includes(obj.__typename) + const friends_stddev_pop_fields_possibleTypes: string[] = ['friends_stddev_pop_fields'] + export const isfriends_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is friends_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_stddev_pop_fields"') + return friends_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_match_mode_mutation_response_possibleTypes: string[] = ['e_match_mode_mutation_response'] - export const ise_match_mode_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_mode_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_mode_mutation_response"') - return e_match_mode_mutation_response_possibleTypes.includes(obj.__typename) + const friends_stddev_samp_fields_possibleTypes: string[] = ['friends_stddev_samp_fields'] + export const isfriends_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is friends_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_stddev_samp_fields"') + return friends_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_match_status_possibleTypes: string[] = ['e_match_status'] - export const ise_match_status = (obj?: { __typename?: any } | null): obj is e_match_status => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status"') - return e_match_status_possibleTypes.includes(obj.__typename) + const friends_sum_fields_possibleTypes: string[] = ['friends_sum_fields'] + export const isfriends_sum_fields = (obj?: { __typename?: any } | null): obj is friends_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_sum_fields"') + return friends_sum_fields_possibleTypes.includes(obj.__typename) } - const e_match_status_aggregate_possibleTypes: string[] = ['e_match_status_aggregate'] - export const ise_match_status_aggregate = (obj?: { __typename?: any } | null): obj is e_match_status_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_aggregate"') - return e_match_status_aggregate_possibleTypes.includes(obj.__typename) + const friends_var_pop_fields_possibleTypes: string[] = ['friends_var_pop_fields'] + export const isfriends_var_pop_fields = (obj?: { __typename?: any } | null): obj is friends_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_var_pop_fields"') + return friends_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_match_status_aggregate_fields_possibleTypes: string[] = ['e_match_status_aggregate_fields'] - export const ise_match_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_status_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_aggregate_fields"') - return e_match_status_aggregate_fields_possibleTypes.includes(obj.__typename) + const friends_var_samp_fields_possibleTypes: string[] = ['friends_var_samp_fields'] + export const isfriends_var_samp_fields = (obj?: { __typename?: any } | null): obj is friends_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_var_samp_fields"') + return friends_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_match_status_max_fields_possibleTypes: string[] = ['e_match_status_max_fields'] - export const ise_match_status_max_fields = (obj?: { __typename?: any } | null): obj is e_match_status_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_max_fields"') - return e_match_status_max_fields_possibleTypes.includes(obj.__typename) + const friends_variance_fields_possibleTypes: string[] = ['friends_variance_fields'] + export const isfriends_variance_fields = (obj?: { __typename?: any } | null): obj is friends_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_variance_fields"') + return friends_variance_fields_possibleTypes.includes(obj.__typename) } - const e_match_status_min_fields_possibleTypes: string[] = ['e_match_status_min_fields'] - export const ise_match_status_min_fields = (obj?: { __typename?: any } | null): obj is e_match_status_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_min_fields"') - return e_match_status_min_fields_possibleTypes.includes(obj.__typename) + const game_server_nodes_possibleTypes: string[] = ['game_server_nodes'] + export const isgame_server_nodes = (obj?: { __typename?: any } | null): obj is game_server_nodes => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes"') + return game_server_nodes_possibleTypes.includes(obj.__typename) } - const e_match_status_mutation_response_possibleTypes: string[] = ['e_match_status_mutation_response'] - export const ise_match_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_status_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_status_mutation_response"') - return e_match_status_mutation_response_possibleTypes.includes(obj.__typename) + const game_server_nodes_aggregate_possibleTypes: string[] = ['game_server_nodes_aggregate'] + export const isgame_server_nodes_aggregate = (obj?: { __typename?: any } | null): obj is game_server_nodes_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_aggregate"') + return game_server_nodes_aggregate_possibleTypes.includes(obj.__typename) } - const e_match_types_possibleTypes: string[] = ['e_match_types'] - export const ise_match_types = (obj?: { __typename?: any } | null): obj is e_match_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types"') - return e_match_types_possibleTypes.includes(obj.__typename) + const game_server_nodes_aggregate_fields_possibleTypes: string[] = ['game_server_nodes_aggregate_fields'] + export const isgame_server_nodes_aggregate_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_aggregate_fields"') + return game_server_nodes_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_match_types_aggregate_possibleTypes: string[] = ['e_match_types_aggregate'] - export const ise_match_types_aggregate = (obj?: { __typename?: any } | null): obj is e_match_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_aggregate"') - return e_match_types_aggregate_possibleTypes.includes(obj.__typename) + const game_server_nodes_avg_fields_possibleTypes: string[] = ['game_server_nodes_avg_fields'] + export const isgame_server_nodes_avg_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_avg_fields"') + return game_server_nodes_avg_fields_possibleTypes.includes(obj.__typename) } - const e_match_types_aggregate_fields_possibleTypes: string[] = ['e_match_types_aggregate_fields'] - export const ise_match_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_match_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_aggregate_fields"') - return e_match_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const game_server_nodes_max_fields_possibleTypes: string[] = ['game_server_nodes_max_fields'] + export const isgame_server_nodes_max_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_max_fields"') + return game_server_nodes_max_fields_possibleTypes.includes(obj.__typename) } - const e_match_types_max_fields_possibleTypes: string[] = ['e_match_types_max_fields'] - export const ise_match_types_max_fields = (obj?: { __typename?: any } | null): obj is e_match_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_max_fields"') - return e_match_types_max_fields_possibleTypes.includes(obj.__typename) + const game_server_nodes_min_fields_possibleTypes: string[] = ['game_server_nodes_min_fields'] + export const isgame_server_nodes_min_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_min_fields"') + return game_server_nodes_min_fields_possibleTypes.includes(obj.__typename) } - const e_match_types_min_fields_possibleTypes: string[] = ['e_match_types_min_fields'] - export const ise_match_types_min_fields = (obj?: { __typename?: any } | null): obj is e_match_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_min_fields"') - return e_match_types_min_fields_possibleTypes.includes(obj.__typename) + const game_server_nodes_mutation_response_possibleTypes: string[] = ['game_server_nodes_mutation_response'] + export const isgame_server_nodes_mutation_response = (obj?: { __typename?: any } | null): obj is game_server_nodes_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_mutation_response"') + return game_server_nodes_mutation_response_possibleTypes.includes(obj.__typename) } - const e_match_types_mutation_response_possibleTypes: string[] = ['e_match_types_mutation_response'] - export const ise_match_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_match_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_match_types_mutation_response"') - return e_match_types_mutation_response_possibleTypes.includes(obj.__typename) + const game_server_nodes_stddev_fields_possibleTypes: string[] = ['game_server_nodes_stddev_fields'] + export const isgame_server_nodes_stddev_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_stddev_fields"') + return game_server_nodes_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_notification_types_possibleTypes: string[] = ['e_notification_types'] - export const ise_notification_types = (obj?: { __typename?: any } | null): obj is e_notification_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types"') - return e_notification_types_possibleTypes.includes(obj.__typename) + const game_server_nodes_stddev_pop_fields_possibleTypes: string[] = ['game_server_nodes_stddev_pop_fields'] + export const isgame_server_nodes_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_stddev_pop_fields"') + return game_server_nodes_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_notification_types_aggregate_possibleTypes: string[] = ['e_notification_types_aggregate'] - export const ise_notification_types_aggregate = (obj?: { __typename?: any } | null): obj is e_notification_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_aggregate"') - return e_notification_types_aggregate_possibleTypes.includes(obj.__typename) + const game_server_nodes_stddev_samp_fields_possibleTypes: string[] = ['game_server_nodes_stddev_samp_fields'] + export const isgame_server_nodes_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_stddev_samp_fields"') + return game_server_nodes_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_notification_types_aggregate_fields_possibleTypes: string[] = ['e_notification_types_aggregate_fields'] - export const ise_notification_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_notification_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_aggregate_fields"') - return e_notification_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const game_server_nodes_sum_fields_possibleTypes: string[] = ['game_server_nodes_sum_fields'] + export const isgame_server_nodes_sum_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_sum_fields"') + return game_server_nodes_sum_fields_possibleTypes.includes(obj.__typename) } - const e_notification_types_max_fields_possibleTypes: string[] = ['e_notification_types_max_fields'] - export const ise_notification_types_max_fields = (obj?: { __typename?: any } | null): obj is e_notification_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_max_fields"') - return e_notification_types_max_fields_possibleTypes.includes(obj.__typename) + const game_server_nodes_var_pop_fields_possibleTypes: string[] = ['game_server_nodes_var_pop_fields'] + export const isgame_server_nodes_var_pop_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_var_pop_fields"') + return game_server_nodes_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_notification_types_min_fields_possibleTypes: string[] = ['e_notification_types_min_fields'] - export const ise_notification_types_min_fields = (obj?: { __typename?: any } | null): obj is e_notification_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_min_fields"') - return e_notification_types_min_fields_possibleTypes.includes(obj.__typename) + const game_server_nodes_var_samp_fields_possibleTypes: string[] = ['game_server_nodes_var_samp_fields'] + export const isgame_server_nodes_var_samp_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_var_samp_fields"') + return game_server_nodes_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_notification_types_mutation_response_possibleTypes: string[] = ['e_notification_types_mutation_response'] - export const ise_notification_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_notification_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_notification_types_mutation_response"') - return e_notification_types_mutation_response_possibleTypes.includes(obj.__typename) + const game_server_nodes_variance_fields_possibleTypes: string[] = ['game_server_nodes_variance_fields'] + export const isgame_server_nodes_variance_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_variance_fields"') + return game_server_nodes_variance_fields_possibleTypes.includes(obj.__typename) } - const e_objective_types_possibleTypes: string[] = ['e_objective_types'] - export const ise_objective_types = (obj?: { __typename?: any } | null): obj is e_objective_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types"') - return e_objective_types_possibleTypes.includes(obj.__typename) + const game_versions_possibleTypes: string[] = ['game_versions'] + export const isgame_versions = (obj?: { __typename?: any } | null): obj is game_versions => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions"') + return game_versions_possibleTypes.includes(obj.__typename) } - const e_objective_types_aggregate_possibleTypes: string[] = ['e_objective_types_aggregate'] - export const ise_objective_types_aggregate = (obj?: { __typename?: any } | null): obj is e_objective_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_aggregate"') - return e_objective_types_aggregate_possibleTypes.includes(obj.__typename) + const game_versions_aggregate_possibleTypes: string[] = ['game_versions_aggregate'] + export const isgame_versions_aggregate = (obj?: { __typename?: any } | null): obj is game_versions_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_aggregate"') + return game_versions_aggregate_possibleTypes.includes(obj.__typename) } - const e_objective_types_aggregate_fields_possibleTypes: string[] = ['e_objective_types_aggregate_fields'] - export const ise_objective_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_objective_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_aggregate_fields"') - return e_objective_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const game_versions_aggregate_fields_possibleTypes: string[] = ['game_versions_aggregate_fields'] + export const isgame_versions_aggregate_fields = (obj?: { __typename?: any } | null): obj is game_versions_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_aggregate_fields"') + return game_versions_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_objective_types_max_fields_possibleTypes: string[] = ['e_objective_types_max_fields'] - export const ise_objective_types_max_fields = (obj?: { __typename?: any } | null): obj is e_objective_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_max_fields"') - return e_objective_types_max_fields_possibleTypes.includes(obj.__typename) + const game_versions_avg_fields_possibleTypes: string[] = ['game_versions_avg_fields'] + export const isgame_versions_avg_fields = (obj?: { __typename?: any } | null): obj is game_versions_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_avg_fields"') + return game_versions_avg_fields_possibleTypes.includes(obj.__typename) } - const e_objective_types_min_fields_possibleTypes: string[] = ['e_objective_types_min_fields'] - export const ise_objective_types_min_fields = (obj?: { __typename?: any } | null): obj is e_objective_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_min_fields"') - return e_objective_types_min_fields_possibleTypes.includes(obj.__typename) + const game_versions_max_fields_possibleTypes: string[] = ['game_versions_max_fields'] + export const isgame_versions_max_fields = (obj?: { __typename?: any } | null): obj is game_versions_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_max_fields"') + return game_versions_max_fields_possibleTypes.includes(obj.__typename) } - const e_objective_types_mutation_response_possibleTypes: string[] = ['e_objective_types_mutation_response'] - export const ise_objective_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_objective_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_objective_types_mutation_response"') - return e_objective_types_mutation_response_possibleTypes.includes(obj.__typename) + const game_versions_min_fields_possibleTypes: string[] = ['game_versions_min_fields'] + export const isgame_versions_min_fields = (obj?: { __typename?: any } | null): obj is game_versions_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_min_fields"') + return game_versions_min_fields_possibleTypes.includes(obj.__typename) } - const e_player_roles_possibleTypes: string[] = ['e_player_roles'] - export const ise_player_roles = (obj?: { __typename?: any } | null): obj is e_player_roles => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles"') - return e_player_roles_possibleTypes.includes(obj.__typename) + const game_versions_mutation_response_possibleTypes: string[] = ['game_versions_mutation_response'] + export const isgame_versions_mutation_response = (obj?: { __typename?: any } | null): obj is game_versions_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_mutation_response"') + return game_versions_mutation_response_possibleTypes.includes(obj.__typename) } - const e_player_roles_aggregate_possibleTypes: string[] = ['e_player_roles_aggregate'] - export const ise_player_roles_aggregate = (obj?: { __typename?: any } | null): obj is e_player_roles_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_aggregate"') - return e_player_roles_aggregate_possibleTypes.includes(obj.__typename) + const game_versions_stddev_fields_possibleTypes: string[] = ['game_versions_stddev_fields'] + export const isgame_versions_stddev_fields = (obj?: { __typename?: any } | null): obj is game_versions_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_stddev_fields"') + return game_versions_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_player_roles_aggregate_fields_possibleTypes: string[] = ['e_player_roles_aggregate_fields'] - export const ise_player_roles_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_player_roles_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_aggregate_fields"') - return e_player_roles_aggregate_fields_possibleTypes.includes(obj.__typename) + const game_versions_stddev_pop_fields_possibleTypes: string[] = ['game_versions_stddev_pop_fields'] + export const isgame_versions_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is game_versions_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_stddev_pop_fields"') + return game_versions_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_player_roles_max_fields_possibleTypes: string[] = ['e_player_roles_max_fields'] - export const ise_player_roles_max_fields = (obj?: { __typename?: any } | null): obj is e_player_roles_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_max_fields"') - return e_player_roles_max_fields_possibleTypes.includes(obj.__typename) + const game_versions_stddev_samp_fields_possibleTypes: string[] = ['game_versions_stddev_samp_fields'] + export const isgame_versions_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is game_versions_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_stddev_samp_fields"') + return game_versions_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_player_roles_min_fields_possibleTypes: string[] = ['e_player_roles_min_fields'] - export const ise_player_roles_min_fields = (obj?: { __typename?: any } | null): obj is e_player_roles_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_min_fields"') - return e_player_roles_min_fields_possibleTypes.includes(obj.__typename) + const game_versions_sum_fields_possibleTypes: string[] = ['game_versions_sum_fields'] + export const isgame_versions_sum_fields = (obj?: { __typename?: any } | null): obj is game_versions_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_sum_fields"') + return game_versions_sum_fields_possibleTypes.includes(obj.__typename) } - const e_player_roles_mutation_response_possibleTypes: string[] = ['e_player_roles_mutation_response'] - export const ise_player_roles_mutation_response = (obj?: { __typename?: any } | null): obj is e_player_roles_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_player_roles_mutation_response"') - return e_player_roles_mutation_response_possibleTypes.includes(obj.__typename) + const game_versions_var_pop_fields_possibleTypes: string[] = ['game_versions_var_pop_fields'] + export const isgame_versions_var_pop_fields = (obj?: { __typename?: any } | null): obj is game_versions_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_var_pop_fields"') + return game_versions_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_ready_settings_possibleTypes: string[] = ['e_ready_settings'] - export const ise_ready_settings = (obj?: { __typename?: any } | null): obj is e_ready_settings => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings"') - return e_ready_settings_possibleTypes.includes(obj.__typename) + const game_versions_var_samp_fields_possibleTypes: string[] = ['game_versions_var_samp_fields'] + export const isgame_versions_var_samp_fields = (obj?: { __typename?: any } | null): obj is game_versions_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_var_samp_fields"') + return game_versions_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_ready_settings_aggregate_possibleTypes: string[] = ['e_ready_settings_aggregate'] - export const ise_ready_settings_aggregate = (obj?: { __typename?: any } | null): obj is e_ready_settings_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_aggregate"') - return e_ready_settings_aggregate_possibleTypes.includes(obj.__typename) + const game_versions_variance_fields_possibleTypes: string[] = ['game_versions_variance_fields'] + export const isgame_versions_variance_fields = (obj?: { __typename?: any } | null): obj is game_versions_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_variance_fields"') + return game_versions_variance_fields_possibleTypes.includes(obj.__typename) } - const e_ready_settings_aggregate_fields_possibleTypes: string[] = ['e_ready_settings_aggregate_fields'] - export const ise_ready_settings_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_ready_settings_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_aggregate_fields"') - return e_ready_settings_aggregate_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_possibleTypes: string[] = ['gamedata_signature_validations'] + export const isgamedata_signature_validations = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations"') + return gamedata_signature_validations_possibleTypes.includes(obj.__typename) } - const e_ready_settings_max_fields_possibleTypes: string[] = ['e_ready_settings_max_fields'] - export const ise_ready_settings_max_fields = (obj?: { __typename?: any } | null): obj is e_ready_settings_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_max_fields"') - return e_ready_settings_max_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_aggregate_possibleTypes: string[] = ['gamedata_signature_validations_aggregate'] + export const isgamedata_signature_validations_aggregate = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_aggregate"') + return gamedata_signature_validations_aggregate_possibleTypes.includes(obj.__typename) } - const e_ready_settings_min_fields_possibleTypes: string[] = ['e_ready_settings_min_fields'] - export const ise_ready_settings_min_fields = (obj?: { __typename?: any } | null): obj is e_ready_settings_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_min_fields"') - return e_ready_settings_min_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_aggregate_fields_possibleTypes: string[] = ['gamedata_signature_validations_aggregate_fields'] + export const isgamedata_signature_validations_aggregate_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_aggregate_fields"') + return gamedata_signature_validations_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_ready_settings_mutation_response_possibleTypes: string[] = ['e_ready_settings_mutation_response'] - export const ise_ready_settings_mutation_response = (obj?: { __typename?: any } | null): obj is e_ready_settings_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_ready_settings_mutation_response"') - return e_ready_settings_mutation_response_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_avg_fields_possibleTypes: string[] = ['gamedata_signature_validations_avg_fields'] + export const isgamedata_signature_validations_avg_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_avg_fields"') + return gamedata_signature_validations_avg_fields_possibleTypes.includes(obj.__typename) } - const e_sanction_types_possibleTypes: string[] = ['e_sanction_types'] - export const ise_sanction_types = (obj?: { __typename?: any } | null): obj is e_sanction_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types"') - return e_sanction_types_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_max_fields_possibleTypes: string[] = ['gamedata_signature_validations_max_fields'] + export const isgamedata_signature_validations_max_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_max_fields"') + return gamedata_signature_validations_max_fields_possibleTypes.includes(obj.__typename) } - const e_sanction_types_aggregate_possibleTypes: string[] = ['e_sanction_types_aggregate'] - export const ise_sanction_types_aggregate = (obj?: { __typename?: any } | null): obj is e_sanction_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_aggregate"') - return e_sanction_types_aggregate_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_min_fields_possibleTypes: string[] = ['gamedata_signature_validations_min_fields'] + export const isgamedata_signature_validations_min_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_min_fields"') + return gamedata_signature_validations_min_fields_possibleTypes.includes(obj.__typename) } - const e_sanction_types_aggregate_fields_possibleTypes: string[] = ['e_sanction_types_aggregate_fields'] - export const ise_sanction_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_sanction_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_aggregate_fields"') - return e_sanction_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_mutation_response_possibleTypes: string[] = ['gamedata_signature_validations_mutation_response'] + export const isgamedata_signature_validations_mutation_response = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_mutation_response"') + return gamedata_signature_validations_mutation_response_possibleTypes.includes(obj.__typename) } - const e_sanction_types_max_fields_possibleTypes: string[] = ['e_sanction_types_max_fields'] - export const ise_sanction_types_max_fields = (obj?: { __typename?: any } | null): obj is e_sanction_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_max_fields"') - return e_sanction_types_max_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_stddev_fields_possibleTypes: string[] = ['gamedata_signature_validations_stddev_fields'] + export const isgamedata_signature_validations_stddev_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_stddev_fields"') + return gamedata_signature_validations_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_sanction_types_min_fields_possibleTypes: string[] = ['e_sanction_types_min_fields'] - export const ise_sanction_types_min_fields = (obj?: { __typename?: any } | null): obj is e_sanction_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_min_fields"') - return e_sanction_types_min_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_stddev_pop_fields_possibleTypes: string[] = ['gamedata_signature_validations_stddev_pop_fields'] + export const isgamedata_signature_validations_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_stddev_pop_fields"') + return gamedata_signature_validations_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_sanction_types_mutation_response_possibleTypes: string[] = ['e_sanction_types_mutation_response'] - export const ise_sanction_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_sanction_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_types_mutation_response"') - return e_sanction_types_mutation_response_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_stddev_samp_fields_possibleTypes: string[] = ['gamedata_signature_validations_stddev_samp_fields'] + export const isgamedata_signature_validations_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_stddev_samp_fields"') + return gamedata_signature_validations_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_scrim_request_statuses_possibleTypes: string[] = ['e_scrim_request_statuses'] - export const ise_scrim_request_statuses = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses"') - return e_scrim_request_statuses_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_sum_fields_possibleTypes: string[] = ['gamedata_signature_validations_sum_fields'] + export const isgamedata_signature_validations_sum_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_sum_fields"') + return gamedata_signature_validations_sum_fields_possibleTypes.includes(obj.__typename) } - const e_scrim_request_statuses_aggregate_possibleTypes: string[] = ['e_scrim_request_statuses_aggregate'] - export const ise_scrim_request_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_aggregate"') - return e_scrim_request_statuses_aggregate_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_var_pop_fields_possibleTypes: string[] = ['gamedata_signature_validations_var_pop_fields'] + export const isgamedata_signature_validations_var_pop_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_var_pop_fields"') + return gamedata_signature_validations_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_scrim_request_statuses_aggregate_fields_possibleTypes: string[] = ['e_scrim_request_statuses_aggregate_fields'] - export const ise_scrim_request_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_aggregate_fields"') - return e_scrim_request_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_var_samp_fields_possibleTypes: string[] = ['gamedata_signature_validations_var_samp_fields'] + export const isgamedata_signature_validations_var_samp_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_var_samp_fields"') + return gamedata_signature_validations_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_scrim_request_statuses_max_fields_possibleTypes: string[] = ['e_scrim_request_statuses_max_fields'] - export const ise_scrim_request_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_max_fields"') - return e_scrim_request_statuses_max_fields_possibleTypes.includes(obj.__typename) + const gamedata_signature_validations_variance_fields_possibleTypes: string[] = ['gamedata_signature_validations_variance_fields'] + export const isgamedata_signature_validations_variance_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_variance_fields"') + return gamedata_signature_validations_variance_fields_possibleTypes.includes(obj.__typename) } - const e_scrim_request_statuses_min_fields_possibleTypes: string[] = ['e_scrim_request_statuses_min_fields'] - export const ise_scrim_request_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_min_fields"') - return e_scrim_request_statuses_min_fields_possibleTypes.includes(obj.__typename) + const leaderboard_entries_possibleTypes: string[] = ['leaderboard_entries'] + export const isleaderboard_entries = (obj?: { __typename?: any } | null): obj is leaderboard_entries => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries"') + return leaderboard_entries_possibleTypes.includes(obj.__typename) } - const e_scrim_request_statuses_mutation_response_possibleTypes: string[] = ['e_scrim_request_statuses_mutation_response'] - export const ise_scrim_request_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_scrim_request_statuses_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_scrim_request_statuses_mutation_response"') - return e_scrim_request_statuses_mutation_response_possibleTypes.includes(obj.__typename) + const leaderboard_entries_aggregate_possibleTypes: string[] = ['leaderboard_entries_aggregate'] + export const isleaderboard_entries_aggregate = (obj?: { __typename?: any } | null): obj is leaderboard_entries_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_aggregate"') + return leaderboard_entries_aggregate_possibleTypes.includes(obj.__typename) } - const e_server_types_possibleTypes: string[] = ['e_server_types'] - export const ise_server_types = (obj?: { __typename?: any } | null): obj is e_server_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types"') - return e_server_types_possibleTypes.includes(obj.__typename) + const leaderboard_entries_aggregate_fields_possibleTypes: string[] = ['leaderboard_entries_aggregate_fields'] + export const isleaderboard_entries_aggregate_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_aggregate_fields"') + return leaderboard_entries_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_server_types_aggregate_possibleTypes: string[] = ['e_server_types_aggregate'] - export const ise_server_types_aggregate = (obj?: { __typename?: any } | null): obj is e_server_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_aggregate"') - return e_server_types_aggregate_possibleTypes.includes(obj.__typename) + const leaderboard_entries_avg_fields_possibleTypes: string[] = ['leaderboard_entries_avg_fields'] + export const isleaderboard_entries_avg_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_avg_fields"') + return leaderboard_entries_avg_fields_possibleTypes.includes(obj.__typename) } - const e_server_types_aggregate_fields_possibleTypes: string[] = ['e_server_types_aggregate_fields'] - export const ise_server_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_server_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_aggregate_fields"') - return e_server_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const leaderboard_entries_max_fields_possibleTypes: string[] = ['leaderboard_entries_max_fields'] + export const isleaderboard_entries_max_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_max_fields"') + return leaderboard_entries_max_fields_possibleTypes.includes(obj.__typename) } - const e_server_types_max_fields_possibleTypes: string[] = ['e_server_types_max_fields'] - export const ise_server_types_max_fields = (obj?: { __typename?: any } | null): obj is e_server_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_max_fields"') - return e_server_types_max_fields_possibleTypes.includes(obj.__typename) + const leaderboard_entries_min_fields_possibleTypes: string[] = ['leaderboard_entries_min_fields'] + export const isleaderboard_entries_min_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_min_fields"') + return leaderboard_entries_min_fields_possibleTypes.includes(obj.__typename) } - const e_server_types_min_fields_possibleTypes: string[] = ['e_server_types_min_fields'] - export const ise_server_types_min_fields = (obj?: { __typename?: any } | null): obj is e_server_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_min_fields"') - return e_server_types_min_fields_possibleTypes.includes(obj.__typename) + const leaderboard_entries_mutation_response_possibleTypes: string[] = ['leaderboard_entries_mutation_response'] + export const isleaderboard_entries_mutation_response = (obj?: { __typename?: any } | null): obj is leaderboard_entries_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_mutation_response"') + return leaderboard_entries_mutation_response_possibleTypes.includes(obj.__typename) } - const e_server_types_mutation_response_possibleTypes: string[] = ['e_server_types_mutation_response'] - export const ise_server_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_server_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_server_types_mutation_response"') - return e_server_types_mutation_response_possibleTypes.includes(obj.__typename) + const leaderboard_entries_stddev_fields_possibleTypes: string[] = ['leaderboard_entries_stddev_fields'] + export const isleaderboard_entries_stddev_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_stddev_fields"') + return leaderboard_entries_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_sides_possibleTypes: string[] = ['e_sides'] - export const ise_sides = (obj?: { __typename?: any } | null): obj is e_sides => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides"') - return e_sides_possibleTypes.includes(obj.__typename) + const leaderboard_entries_stddev_pop_fields_possibleTypes: string[] = ['leaderboard_entries_stddev_pop_fields'] + export const isleaderboard_entries_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_stddev_pop_fields"') + return leaderboard_entries_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_sides_aggregate_possibleTypes: string[] = ['e_sides_aggregate'] - export const ise_sides_aggregate = (obj?: { __typename?: any } | null): obj is e_sides_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_aggregate"') - return e_sides_aggregate_possibleTypes.includes(obj.__typename) + const leaderboard_entries_stddev_samp_fields_possibleTypes: string[] = ['leaderboard_entries_stddev_samp_fields'] + export const isleaderboard_entries_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_stddev_samp_fields"') + return leaderboard_entries_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_sides_aggregate_fields_possibleTypes: string[] = ['e_sides_aggregate_fields'] - export const ise_sides_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_sides_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_aggregate_fields"') - return e_sides_aggregate_fields_possibleTypes.includes(obj.__typename) + const leaderboard_entries_sum_fields_possibleTypes: string[] = ['leaderboard_entries_sum_fields'] + export const isleaderboard_entries_sum_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_sum_fields"') + return leaderboard_entries_sum_fields_possibleTypes.includes(obj.__typename) } - const e_sides_max_fields_possibleTypes: string[] = ['e_sides_max_fields'] - export const ise_sides_max_fields = (obj?: { __typename?: any } | null): obj is e_sides_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_max_fields"') - return e_sides_max_fields_possibleTypes.includes(obj.__typename) + const leaderboard_entries_var_pop_fields_possibleTypes: string[] = ['leaderboard_entries_var_pop_fields'] + export const isleaderboard_entries_var_pop_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_var_pop_fields"') + return leaderboard_entries_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_sides_min_fields_possibleTypes: string[] = ['e_sides_min_fields'] - export const ise_sides_min_fields = (obj?: { __typename?: any } | null): obj is e_sides_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_min_fields"') - return e_sides_min_fields_possibleTypes.includes(obj.__typename) + const leaderboard_entries_var_samp_fields_possibleTypes: string[] = ['leaderboard_entries_var_samp_fields'] + export const isleaderboard_entries_var_samp_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_var_samp_fields"') + return leaderboard_entries_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_sides_mutation_response_possibleTypes: string[] = ['e_sides_mutation_response'] - export const ise_sides_mutation_response = (obj?: { __typename?: any } | null): obj is e_sides_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_sides_mutation_response"') - return e_sides_mutation_response_possibleTypes.includes(obj.__typename) + const leaderboard_entries_variance_fields_possibleTypes: string[] = ['leaderboard_entries_variance_fields'] + export const isleaderboard_entries_variance_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_variance_fields"') + return leaderboard_entries_variance_fields_possibleTypes.includes(obj.__typename) } - const e_system_alert_types_possibleTypes: string[] = ['e_system_alert_types'] - export const ise_system_alert_types = (obj?: { __typename?: any } | null): obj is e_system_alert_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types"') - return e_system_alert_types_possibleTypes.includes(obj.__typename) + const league_divisions_possibleTypes: string[] = ['league_divisions'] + export const isleague_divisions = (obj?: { __typename?: any } | null): obj is league_divisions => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions"') + return league_divisions_possibleTypes.includes(obj.__typename) } - const e_system_alert_types_aggregate_possibleTypes: string[] = ['e_system_alert_types_aggregate'] - export const ise_system_alert_types_aggregate = (obj?: { __typename?: any } | null): obj is e_system_alert_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_aggregate"') - return e_system_alert_types_aggregate_possibleTypes.includes(obj.__typename) + const league_divisions_aggregate_possibleTypes: string[] = ['league_divisions_aggregate'] + export const isleague_divisions_aggregate = (obj?: { __typename?: any } | null): obj is league_divisions_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_aggregate"') + return league_divisions_aggregate_possibleTypes.includes(obj.__typename) } - const e_system_alert_types_aggregate_fields_possibleTypes: string[] = ['e_system_alert_types_aggregate_fields'] - export const ise_system_alert_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_system_alert_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_aggregate_fields"') - return e_system_alert_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_divisions_aggregate_fields_possibleTypes: string[] = ['league_divisions_aggregate_fields'] + export const isleague_divisions_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_divisions_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_aggregate_fields"') + return league_divisions_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_system_alert_types_max_fields_possibleTypes: string[] = ['e_system_alert_types_max_fields'] - export const ise_system_alert_types_max_fields = (obj?: { __typename?: any } | null): obj is e_system_alert_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_max_fields"') - return e_system_alert_types_max_fields_possibleTypes.includes(obj.__typename) + const league_divisions_avg_fields_possibleTypes: string[] = ['league_divisions_avg_fields'] + export const isleague_divisions_avg_fields = (obj?: { __typename?: any } | null): obj is league_divisions_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_avg_fields"') + return league_divisions_avg_fields_possibleTypes.includes(obj.__typename) } - const e_system_alert_types_min_fields_possibleTypes: string[] = ['e_system_alert_types_min_fields'] - export const ise_system_alert_types_min_fields = (obj?: { __typename?: any } | null): obj is e_system_alert_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_min_fields"') - return e_system_alert_types_min_fields_possibleTypes.includes(obj.__typename) + const league_divisions_max_fields_possibleTypes: string[] = ['league_divisions_max_fields'] + export const isleague_divisions_max_fields = (obj?: { __typename?: any } | null): obj is league_divisions_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_max_fields"') + return league_divisions_max_fields_possibleTypes.includes(obj.__typename) } - const e_system_alert_types_mutation_response_possibleTypes: string[] = ['e_system_alert_types_mutation_response'] - export const ise_system_alert_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_system_alert_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_system_alert_types_mutation_response"') - return e_system_alert_types_mutation_response_possibleTypes.includes(obj.__typename) + const league_divisions_min_fields_possibleTypes: string[] = ['league_divisions_min_fields'] + export const isleague_divisions_min_fields = (obj?: { __typename?: any } | null): obj is league_divisions_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_min_fields"') + return league_divisions_min_fields_possibleTypes.includes(obj.__typename) } - const e_team_roles_possibleTypes: string[] = ['e_team_roles'] - export const ise_team_roles = (obj?: { __typename?: any } | null): obj is e_team_roles => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles"') - return e_team_roles_possibleTypes.includes(obj.__typename) + const league_divisions_mutation_response_possibleTypes: string[] = ['league_divisions_mutation_response'] + export const isleague_divisions_mutation_response = (obj?: { __typename?: any } | null): obj is league_divisions_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_mutation_response"') + return league_divisions_mutation_response_possibleTypes.includes(obj.__typename) } - const e_team_roles_aggregate_possibleTypes: string[] = ['e_team_roles_aggregate'] - export const ise_team_roles_aggregate = (obj?: { __typename?: any } | null): obj is e_team_roles_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_aggregate"') - return e_team_roles_aggregate_possibleTypes.includes(obj.__typename) + const league_divisions_stddev_fields_possibleTypes: string[] = ['league_divisions_stddev_fields'] + export const isleague_divisions_stddev_fields = (obj?: { __typename?: any } | null): obj is league_divisions_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_stddev_fields"') + return league_divisions_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_team_roles_aggregate_fields_possibleTypes: string[] = ['e_team_roles_aggregate_fields'] - export const ise_team_roles_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_team_roles_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_aggregate_fields"') - return e_team_roles_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_divisions_stddev_pop_fields_possibleTypes: string[] = ['league_divisions_stddev_pop_fields'] + export const isleague_divisions_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_divisions_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_stddev_pop_fields"') + return league_divisions_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_team_roles_max_fields_possibleTypes: string[] = ['e_team_roles_max_fields'] - export const ise_team_roles_max_fields = (obj?: { __typename?: any } | null): obj is e_team_roles_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_max_fields"') - return e_team_roles_max_fields_possibleTypes.includes(obj.__typename) + const league_divisions_stddev_samp_fields_possibleTypes: string[] = ['league_divisions_stddev_samp_fields'] + export const isleague_divisions_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_divisions_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_stddev_samp_fields"') + return league_divisions_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_team_roles_min_fields_possibleTypes: string[] = ['e_team_roles_min_fields'] - export const ise_team_roles_min_fields = (obj?: { __typename?: any } | null): obj is e_team_roles_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_min_fields"') - return e_team_roles_min_fields_possibleTypes.includes(obj.__typename) + const league_divisions_sum_fields_possibleTypes: string[] = ['league_divisions_sum_fields'] + export const isleague_divisions_sum_fields = (obj?: { __typename?: any } | null): obj is league_divisions_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_sum_fields"') + return league_divisions_sum_fields_possibleTypes.includes(obj.__typename) } - const e_team_roles_mutation_response_possibleTypes: string[] = ['e_team_roles_mutation_response'] - export const ise_team_roles_mutation_response = (obj?: { __typename?: any } | null): obj is e_team_roles_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roles_mutation_response"') - return e_team_roles_mutation_response_possibleTypes.includes(obj.__typename) + const league_divisions_var_pop_fields_possibleTypes: string[] = ['league_divisions_var_pop_fields'] + export const isleague_divisions_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_divisions_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_var_pop_fields"') + return league_divisions_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_team_roster_statuses_possibleTypes: string[] = ['e_team_roster_statuses'] - export const ise_team_roster_statuses = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses"') - return e_team_roster_statuses_possibleTypes.includes(obj.__typename) + const league_divisions_var_samp_fields_possibleTypes: string[] = ['league_divisions_var_samp_fields'] + export const isleague_divisions_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_divisions_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_var_samp_fields"') + return league_divisions_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_team_roster_statuses_aggregate_possibleTypes: string[] = ['e_team_roster_statuses_aggregate'] - export const ise_team_roster_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_aggregate"') - return e_team_roster_statuses_aggregate_possibleTypes.includes(obj.__typename) + const league_divisions_variance_fields_possibleTypes: string[] = ['league_divisions_variance_fields'] + export const isleague_divisions_variance_fields = (obj?: { __typename?: any } | null): obj is league_divisions_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_divisions_variance_fields"') + return league_divisions_variance_fields_possibleTypes.includes(obj.__typename) } - const e_team_roster_statuses_aggregate_fields_possibleTypes: string[] = ['e_team_roster_statuses_aggregate_fields'] - export const ise_team_roster_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_aggregate_fields"') - return e_team_roster_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_possibleTypes: string[] = ['league_match_weeks'] + export const isleague_match_weeks = (obj?: { __typename?: any } | null): obj is league_match_weeks => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks"') + return league_match_weeks_possibleTypes.includes(obj.__typename) } - const e_team_roster_statuses_max_fields_possibleTypes: string[] = ['e_team_roster_statuses_max_fields'] - export const ise_team_roster_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_max_fields"') - return e_team_roster_statuses_max_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_aggregate_possibleTypes: string[] = ['league_match_weeks_aggregate'] + export const isleague_match_weeks_aggregate = (obj?: { __typename?: any } | null): obj is league_match_weeks_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_aggregate"') + return league_match_weeks_aggregate_possibleTypes.includes(obj.__typename) } - const e_team_roster_statuses_min_fields_possibleTypes: string[] = ['e_team_roster_statuses_min_fields'] - export const ise_team_roster_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_min_fields"') - return e_team_roster_statuses_min_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_aggregate_fields_possibleTypes: string[] = ['league_match_weeks_aggregate_fields'] + export const isleague_match_weeks_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_aggregate_fields"') + return league_match_weeks_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_team_roster_statuses_mutation_response_possibleTypes: string[] = ['e_team_roster_statuses_mutation_response'] - export const ise_team_roster_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_team_roster_statuses_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_team_roster_statuses_mutation_response"') - return e_team_roster_statuses_mutation_response_possibleTypes.includes(obj.__typename) + const league_match_weeks_avg_fields_possibleTypes: string[] = ['league_match_weeks_avg_fields'] + export const isleague_match_weeks_avg_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_avg_fields"') + return league_match_weeks_avg_fields_possibleTypes.includes(obj.__typename) } - const e_timeout_settings_possibleTypes: string[] = ['e_timeout_settings'] - export const ise_timeout_settings = (obj?: { __typename?: any } | null): obj is e_timeout_settings => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings"') - return e_timeout_settings_possibleTypes.includes(obj.__typename) + const league_match_weeks_max_fields_possibleTypes: string[] = ['league_match_weeks_max_fields'] + export const isleague_match_weeks_max_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_max_fields"') + return league_match_weeks_max_fields_possibleTypes.includes(obj.__typename) } - const e_timeout_settings_aggregate_possibleTypes: string[] = ['e_timeout_settings_aggregate'] - export const ise_timeout_settings_aggregate = (obj?: { __typename?: any } | null): obj is e_timeout_settings_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_aggregate"') - return e_timeout_settings_aggregate_possibleTypes.includes(obj.__typename) + const league_match_weeks_min_fields_possibleTypes: string[] = ['league_match_weeks_min_fields'] + export const isleague_match_weeks_min_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_min_fields"') + return league_match_weeks_min_fields_possibleTypes.includes(obj.__typename) } - const e_timeout_settings_aggregate_fields_possibleTypes: string[] = ['e_timeout_settings_aggregate_fields'] - export const ise_timeout_settings_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_timeout_settings_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_aggregate_fields"') - return e_timeout_settings_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_mutation_response_possibleTypes: string[] = ['league_match_weeks_mutation_response'] + export const isleague_match_weeks_mutation_response = (obj?: { __typename?: any } | null): obj is league_match_weeks_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_mutation_response"') + return league_match_weeks_mutation_response_possibleTypes.includes(obj.__typename) } - const e_timeout_settings_max_fields_possibleTypes: string[] = ['e_timeout_settings_max_fields'] - export const ise_timeout_settings_max_fields = (obj?: { __typename?: any } | null): obj is e_timeout_settings_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_max_fields"') - return e_timeout_settings_max_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_stddev_fields_possibleTypes: string[] = ['league_match_weeks_stddev_fields'] + export const isleague_match_weeks_stddev_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_stddev_fields"') + return league_match_weeks_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_timeout_settings_min_fields_possibleTypes: string[] = ['e_timeout_settings_min_fields'] - export const ise_timeout_settings_min_fields = (obj?: { __typename?: any } | null): obj is e_timeout_settings_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_min_fields"') - return e_timeout_settings_min_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_stddev_pop_fields_possibleTypes: string[] = ['league_match_weeks_stddev_pop_fields'] + export const isleague_match_weeks_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_stddev_pop_fields"') + return league_match_weeks_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_timeout_settings_mutation_response_possibleTypes: string[] = ['e_timeout_settings_mutation_response'] - export const ise_timeout_settings_mutation_response = (obj?: { __typename?: any } | null): obj is e_timeout_settings_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_timeout_settings_mutation_response"') - return e_timeout_settings_mutation_response_possibleTypes.includes(obj.__typename) + const league_match_weeks_stddev_samp_fields_possibleTypes: string[] = ['league_match_weeks_stddev_samp_fields'] + export const isleague_match_weeks_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_stddev_samp_fields"') + return league_match_weeks_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_stage_types_possibleTypes: string[] = ['e_tournament_stage_types'] - export const ise_tournament_stage_types = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types"') - return e_tournament_stage_types_possibleTypes.includes(obj.__typename) + const league_match_weeks_sum_fields_possibleTypes: string[] = ['league_match_weeks_sum_fields'] + export const isleague_match_weeks_sum_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_sum_fields"') + return league_match_weeks_sum_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_stage_types_aggregate_possibleTypes: string[] = ['e_tournament_stage_types_aggregate'] - export const ise_tournament_stage_types_aggregate = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_aggregate"') - return e_tournament_stage_types_aggregate_possibleTypes.includes(obj.__typename) + const league_match_weeks_var_pop_fields_possibleTypes: string[] = ['league_match_weeks_var_pop_fields'] + export const isleague_match_weeks_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_var_pop_fields"') + return league_match_weeks_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_stage_types_aggregate_fields_possibleTypes: string[] = ['e_tournament_stage_types_aggregate_fields'] - export const ise_tournament_stage_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_aggregate_fields"') - return e_tournament_stage_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_var_samp_fields_possibleTypes: string[] = ['league_match_weeks_var_samp_fields'] + export const isleague_match_weeks_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_var_samp_fields"') + return league_match_weeks_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_stage_types_max_fields_possibleTypes: string[] = ['e_tournament_stage_types_max_fields'] - export const ise_tournament_stage_types_max_fields = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_max_fields"') - return e_tournament_stage_types_max_fields_possibleTypes.includes(obj.__typename) + const league_match_weeks_variance_fields_possibleTypes: string[] = ['league_match_weeks_variance_fields'] + export const isleague_match_weeks_variance_fields = (obj?: { __typename?: any } | null): obj is league_match_weeks_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_match_weeks_variance_fields"') + return league_match_weeks_variance_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_stage_types_min_fields_possibleTypes: string[] = ['e_tournament_stage_types_min_fields'] - export const ise_tournament_stage_types_min_fields = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_min_fields"') - return e_tournament_stage_types_min_fields_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_possibleTypes: string[] = ['league_relegation_playoffs'] + export const isleague_relegation_playoffs = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs"') + return league_relegation_playoffs_possibleTypes.includes(obj.__typename) } - const e_tournament_stage_types_mutation_response_possibleTypes: string[] = ['e_tournament_stage_types_mutation_response'] - export const ise_tournament_stage_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_tournament_stage_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_stage_types_mutation_response"') - return e_tournament_stage_types_mutation_response_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_aggregate_possibleTypes: string[] = ['league_relegation_playoffs_aggregate'] + export const isleague_relegation_playoffs_aggregate = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_aggregate"') + return league_relegation_playoffs_aggregate_possibleTypes.includes(obj.__typename) } - const e_tournament_status_possibleTypes: string[] = ['e_tournament_status'] - export const ise_tournament_status = (obj?: { __typename?: any } | null): obj is e_tournament_status => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status"') - return e_tournament_status_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_aggregate_fields_possibleTypes: string[] = ['league_relegation_playoffs_aggregate_fields'] + export const isleague_relegation_playoffs_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_aggregate_fields"') + return league_relegation_playoffs_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_status_aggregate_possibleTypes: string[] = ['e_tournament_status_aggregate'] - export const ise_tournament_status_aggregate = (obj?: { __typename?: any } | null): obj is e_tournament_status_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_aggregate"') - return e_tournament_status_aggregate_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_avg_fields_possibleTypes: string[] = ['league_relegation_playoffs_avg_fields'] + export const isleague_relegation_playoffs_avg_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_avg_fields"') + return league_relegation_playoffs_avg_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_status_aggregate_fields_possibleTypes: string[] = ['e_tournament_status_aggregate_fields'] - export const ise_tournament_status_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_tournament_status_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_aggregate_fields"') - return e_tournament_status_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_max_fields_possibleTypes: string[] = ['league_relegation_playoffs_max_fields'] + export const isleague_relegation_playoffs_max_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_max_fields"') + return league_relegation_playoffs_max_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_status_max_fields_possibleTypes: string[] = ['e_tournament_status_max_fields'] - export const ise_tournament_status_max_fields = (obj?: { __typename?: any } | null): obj is e_tournament_status_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_max_fields"') - return e_tournament_status_max_fields_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_min_fields_possibleTypes: string[] = ['league_relegation_playoffs_min_fields'] + export const isleague_relegation_playoffs_min_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_min_fields"') + return league_relegation_playoffs_min_fields_possibleTypes.includes(obj.__typename) } - const e_tournament_status_min_fields_possibleTypes: string[] = ['e_tournament_status_min_fields'] - export const ise_tournament_status_min_fields = (obj?: { __typename?: any } | null): obj is e_tournament_status_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_min_fields"') - return e_tournament_status_min_fields_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_mutation_response_possibleTypes: string[] = ['league_relegation_playoffs_mutation_response'] + export const isleague_relegation_playoffs_mutation_response = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_mutation_response"') + return league_relegation_playoffs_mutation_response_possibleTypes.includes(obj.__typename) } - const e_tournament_status_mutation_response_possibleTypes: string[] = ['e_tournament_status_mutation_response'] - export const ise_tournament_status_mutation_response = (obj?: { __typename?: any } | null): obj is e_tournament_status_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_status_mutation_response"') - return e_tournament_status_mutation_response_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_stddev_fields_possibleTypes: string[] = ['league_relegation_playoffs_stddev_fields'] + export const isleague_relegation_playoffs_stddev_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_stddev_fields"') + return league_relegation_playoffs_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_utility_types_possibleTypes: string[] = ['e_utility_types'] - export const ise_utility_types = (obj?: { __typename?: any } | null): obj is e_utility_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types"') - return e_utility_types_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_stddev_pop_fields_possibleTypes: string[] = ['league_relegation_playoffs_stddev_pop_fields'] + export const isleague_relegation_playoffs_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_stddev_pop_fields"') + return league_relegation_playoffs_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_utility_types_aggregate_possibleTypes: string[] = ['e_utility_types_aggregate'] - export const ise_utility_types_aggregate = (obj?: { __typename?: any } | null): obj is e_utility_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_aggregate"') - return e_utility_types_aggregate_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_stddev_samp_fields_possibleTypes: string[] = ['league_relegation_playoffs_stddev_samp_fields'] + export const isleague_relegation_playoffs_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_stddev_samp_fields"') + return league_relegation_playoffs_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_utility_types_aggregate_fields_possibleTypes: string[] = ['e_utility_types_aggregate_fields'] - export const ise_utility_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_utility_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_aggregate_fields"') - return e_utility_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_sum_fields_possibleTypes: string[] = ['league_relegation_playoffs_sum_fields'] + export const isleague_relegation_playoffs_sum_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_sum_fields"') + return league_relegation_playoffs_sum_fields_possibleTypes.includes(obj.__typename) } - const e_utility_types_max_fields_possibleTypes: string[] = ['e_utility_types_max_fields'] - export const ise_utility_types_max_fields = (obj?: { __typename?: any } | null): obj is e_utility_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_max_fields"') - return e_utility_types_max_fields_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_var_pop_fields_possibleTypes: string[] = ['league_relegation_playoffs_var_pop_fields'] + export const isleague_relegation_playoffs_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_var_pop_fields"') + return league_relegation_playoffs_var_pop_fields_possibleTypes.includes(obj.__typename) } - const e_utility_types_min_fields_possibleTypes: string[] = ['e_utility_types_min_fields'] - export const ise_utility_types_min_fields = (obj?: { __typename?: any } | null): obj is e_utility_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_min_fields"') - return e_utility_types_min_fields_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_var_samp_fields_possibleTypes: string[] = ['league_relegation_playoffs_var_samp_fields'] + export const isleague_relegation_playoffs_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_var_samp_fields"') + return league_relegation_playoffs_var_samp_fields_possibleTypes.includes(obj.__typename) } - const e_utility_types_mutation_response_possibleTypes: string[] = ['e_utility_types_mutation_response'] - export const ise_utility_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_utility_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_utility_types_mutation_response"') - return e_utility_types_mutation_response_possibleTypes.includes(obj.__typename) + const league_relegation_playoffs_variance_fields_possibleTypes: string[] = ['league_relegation_playoffs_variance_fields'] + export const isleague_relegation_playoffs_variance_fields = (obj?: { __typename?: any } | null): obj is league_relegation_playoffs_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_relegation_playoffs_variance_fields"') + return league_relegation_playoffs_variance_fields_possibleTypes.includes(obj.__typename) } - const e_veto_pick_types_possibleTypes: string[] = ['e_veto_pick_types'] - export const ise_veto_pick_types = (obj?: { __typename?: any } | null): obj is e_veto_pick_types => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types"') - return e_veto_pick_types_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_possibleTypes: string[] = ['league_scheduling_proposals'] + export const isleague_scheduling_proposals = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals"') + return league_scheduling_proposals_possibleTypes.includes(obj.__typename) } - const e_veto_pick_types_aggregate_possibleTypes: string[] = ['e_veto_pick_types_aggregate'] - export const ise_veto_pick_types_aggregate = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_aggregate"') - return e_veto_pick_types_aggregate_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_aggregate_possibleTypes: string[] = ['league_scheduling_proposals_aggregate'] + export const isleague_scheduling_proposals_aggregate = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_aggregate"') + return league_scheduling_proposals_aggregate_possibleTypes.includes(obj.__typename) } - const e_veto_pick_types_aggregate_fields_possibleTypes: string[] = ['e_veto_pick_types_aggregate_fields'] - export const ise_veto_pick_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_aggregate_fields"') - return e_veto_pick_types_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_aggregate_fields_possibleTypes: string[] = ['league_scheduling_proposals_aggregate_fields'] + export const isleague_scheduling_proposals_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_aggregate_fields"') + return league_scheduling_proposals_aggregate_fields_possibleTypes.includes(obj.__typename) } - const e_veto_pick_types_max_fields_possibleTypes: string[] = ['e_veto_pick_types_max_fields'] - export const ise_veto_pick_types_max_fields = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_max_fields"') - return e_veto_pick_types_max_fields_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_avg_fields_possibleTypes: string[] = ['league_scheduling_proposals_avg_fields'] + export const isleague_scheduling_proposals_avg_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_avg_fields"') + return league_scheduling_proposals_avg_fields_possibleTypes.includes(obj.__typename) } - const e_veto_pick_types_min_fields_possibleTypes: string[] = ['e_veto_pick_types_min_fields'] - export const ise_veto_pick_types_min_fields = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_min_fields"') - return e_veto_pick_types_min_fields_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_max_fields_possibleTypes: string[] = ['league_scheduling_proposals_max_fields'] + export const isleague_scheduling_proposals_max_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_max_fields"') + return league_scheduling_proposals_max_fields_possibleTypes.includes(obj.__typename) } - const e_veto_pick_types_mutation_response_possibleTypes: string[] = ['e_veto_pick_types_mutation_response'] - export const ise_veto_pick_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_veto_pick_types_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_veto_pick_types_mutation_response"') - return e_veto_pick_types_mutation_response_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_min_fields_possibleTypes: string[] = ['league_scheduling_proposals_min_fields'] + export const isleague_scheduling_proposals_min_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_min_fields"') + return league_scheduling_proposals_min_fields_possibleTypes.includes(obj.__typename) } - const e_winning_reasons_possibleTypes: string[] = ['e_winning_reasons'] - export const ise_winning_reasons = (obj?: { __typename?: any } | null): obj is e_winning_reasons => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons"') - return e_winning_reasons_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_mutation_response_possibleTypes: string[] = ['league_scheduling_proposals_mutation_response'] + export const isleague_scheduling_proposals_mutation_response = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_mutation_response"') + return league_scheduling_proposals_mutation_response_possibleTypes.includes(obj.__typename) } - const e_winning_reasons_aggregate_possibleTypes: string[] = ['e_winning_reasons_aggregate'] - export const ise_winning_reasons_aggregate = (obj?: { __typename?: any } | null): obj is e_winning_reasons_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_aggregate"') - return e_winning_reasons_aggregate_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_stddev_fields_possibleTypes: string[] = ['league_scheduling_proposals_stddev_fields'] + export const isleague_scheduling_proposals_stddev_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_stddev_fields"') + return league_scheduling_proposals_stddev_fields_possibleTypes.includes(obj.__typename) } - const e_winning_reasons_aggregate_fields_possibleTypes: string[] = ['e_winning_reasons_aggregate_fields'] - export const ise_winning_reasons_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_winning_reasons_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_aggregate_fields"') - return e_winning_reasons_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_stddev_pop_fields_possibleTypes: string[] = ['league_scheduling_proposals_stddev_pop_fields'] + export const isleague_scheduling_proposals_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_stddev_pop_fields"') + return league_scheduling_proposals_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const e_winning_reasons_max_fields_possibleTypes: string[] = ['e_winning_reasons_max_fields'] - export const ise_winning_reasons_max_fields = (obj?: { __typename?: any } | null): obj is e_winning_reasons_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_max_fields"') - return e_winning_reasons_max_fields_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_stddev_samp_fields_possibleTypes: string[] = ['league_scheduling_proposals_stddev_samp_fields'] + export const isleague_scheduling_proposals_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_stddev_samp_fields"') + return league_scheduling_proposals_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const e_winning_reasons_min_fields_possibleTypes: string[] = ['e_winning_reasons_min_fields'] - export const ise_winning_reasons_min_fields = (obj?: { __typename?: any } | null): obj is e_winning_reasons_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_min_fields"') - return e_winning_reasons_min_fields_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_sum_fields_possibleTypes: string[] = ['league_scheduling_proposals_sum_fields'] + export const isleague_scheduling_proposals_sum_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_sum_fields"') + return league_scheduling_proposals_sum_fields_possibleTypes.includes(obj.__typename) } - const e_winning_reasons_mutation_response_possibleTypes: string[] = ['e_winning_reasons_mutation_response'] - export const ise_winning_reasons_mutation_response = (obj?: { __typename?: any } | null): obj is e_winning_reasons_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "ise_winning_reasons_mutation_response"') - return e_winning_reasons_mutation_response_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_var_pop_fields_possibleTypes: string[] = ['league_scheduling_proposals_var_pop_fields'] + export const isleague_scheduling_proposals_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_var_pop_fields"') + return league_scheduling_proposals_var_pop_fields_possibleTypes.includes(obj.__typename) } - const friends_possibleTypes: string[] = ['friends'] - export const isfriends = (obj?: { __typename?: any } | null): obj is friends => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends"') - return friends_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_var_samp_fields_possibleTypes: string[] = ['league_scheduling_proposals_var_samp_fields'] + export const isleague_scheduling_proposals_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_var_samp_fields"') + return league_scheduling_proposals_var_samp_fields_possibleTypes.includes(obj.__typename) } - const friends_aggregate_possibleTypes: string[] = ['friends_aggregate'] - export const isfriends_aggregate = (obj?: { __typename?: any } | null): obj is friends_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_aggregate"') - return friends_aggregate_possibleTypes.includes(obj.__typename) + const league_scheduling_proposals_variance_fields_possibleTypes: string[] = ['league_scheduling_proposals_variance_fields'] + export const isleague_scheduling_proposals_variance_fields = (obj?: { __typename?: any } | null): obj is league_scheduling_proposals_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_scheduling_proposals_variance_fields"') + return league_scheduling_proposals_variance_fields_possibleTypes.includes(obj.__typename) } - const friends_aggregate_fields_possibleTypes: string[] = ['friends_aggregate_fields'] - export const isfriends_aggregate_fields = (obj?: { __typename?: any } | null): obj is friends_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_aggregate_fields"') - return friends_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_season_divisions_possibleTypes: string[] = ['league_season_divisions'] + export const isleague_season_divisions = (obj?: { __typename?: any } | null): obj is league_season_divisions => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_season_divisions"') + return league_season_divisions_possibleTypes.includes(obj.__typename) } - const friends_avg_fields_possibleTypes: string[] = ['friends_avg_fields'] - export const isfriends_avg_fields = (obj?: { __typename?: any } | null): obj is friends_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_avg_fields"') - return friends_avg_fields_possibleTypes.includes(obj.__typename) + const league_season_divisions_aggregate_possibleTypes: string[] = ['league_season_divisions_aggregate'] + export const isleague_season_divisions_aggregate = (obj?: { __typename?: any } | null): obj is league_season_divisions_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_season_divisions_aggregate"') + return league_season_divisions_aggregate_possibleTypes.includes(obj.__typename) } - const friends_max_fields_possibleTypes: string[] = ['friends_max_fields'] - export const isfriends_max_fields = (obj?: { __typename?: any } | null): obj is friends_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_max_fields"') - return friends_max_fields_possibleTypes.includes(obj.__typename) + const league_season_divisions_aggregate_fields_possibleTypes: string[] = ['league_season_divisions_aggregate_fields'] + export const isleague_season_divisions_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_season_divisions_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_season_divisions_aggregate_fields"') + return league_season_divisions_aggregate_fields_possibleTypes.includes(obj.__typename) } - const friends_min_fields_possibleTypes: string[] = ['friends_min_fields'] - export const isfriends_min_fields = (obj?: { __typename?: any } | null): obj is friends_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_min_fields"') - return friends_min_fields_possibleTypes.includes(obj.__typename) + const league_season_divisions_max_fields_possibleTypes: string[] = ['league_season_divisions_max_fields'] + export const isleague_season_divisions_max_fields = (obj?: { __typename?: any } | null): obj is league_season_divisions_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_season_divisions_max_fields"') + return league_season_divisions_max_fields_possibleTypes.includes(obj.__typename) } - const friends_mutation_response_possibleTypes: string[] = ['friends_mutation_response'] - export const isfriends_mutation_response = (obj?: { __typename?: any } | null): obj is friends_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_mutation_response"') - return friends_mutation_response_possibleTypes.includes(obj.__typename) + const league_season_divisions_min_fields_possibleTypes: string[] = ['league_season_divisions_min_fields'] + export const isleague_season_divisions_min_fields = (obj?: { __typename?: any } | null): obj is league_season_divisions_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_season_divisions_min_fields"') + return league_season_divisions_min_fields_possibleTypes.includes(obj.__typename) } - const friends_stddev_fields_possibleTypes: string[] = ['friends_stddev_fields'] - export const isfriends_stddev_fields = (obj?: { __typename?: any } | null): obj is friends_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_stddev_fields"') - return friends_stddev_fields_possibleTypes.includes(obj.__typename) + const league_season_divisions_mutation_response_possibleTypes: string[] = ['league_season_divisions_mutation_response'] + export const isleague_season_divisions_mutation_response = (obj?: { __typename?: any } | null): obj is league_season_divisions_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_season_divisions_mutation_response"') + return league_season_divisions_mutation_response_possibleTypes.includes(obj.__typename) } - const friends_stddev_pop_fields_possibleTypes: string[] = ['friends_stddev_pop_fields'] - export const isfriends_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is friends_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_stddev_pop_fields"') - return friends_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const league_seasons_possibleTypes: string[] = ['league_seasons'] + export const isleague_seasons = (obj?: { __typename?: any } | null): obj is league_seasons => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons"') + return league_seasons_possibleTypes.includes(obj.__typename) } - const friends_stddev_samp_fields_possibleTypes: string[] = ['friends_stddev_samp_fields'] - export const isfriends_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is friends_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_stddev_samp_fields"') - return friends_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const league_seasons_aggregate_possibleTypes: string[] = ['league_seasons_aggregate'] + export const isleague_seasons_aggregate = (obj?: { __typename?: any } | null): obj is league_seasons_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_aggregate"') + return league_seasons_aggregate_possibleTypes.includes(obj.__typename) } - const friends_sum_fields_possibleTypes: string[] = ['friends_sum_fields'] - export const isfriends_sum_fields = (obj?: { __typename?: any } | null): obj is friends_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_sum_fields"') - return friends_sum_fields_possibleTypes.includes(obj.__typename) + const league_seasons_aggregate_fields_possibleTypes: string[] = ['league_seasons_aggregate_fields'] + export const isleague_seasons_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_seasons_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_aggregate_fields"') + return league_seasons_aggregate_fields_possibleTypes.includes(obj.__typename) } - const friends_var_pop_fields_possibleTypes: string[] = ['friends_var_pop_fields'] - export const isfriends_var_pop_fields = (obj?: { __typename?: any } | null): obj is friends_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_var_pop_fields"') - return friends_var_pop_fields_possibleTypes.includes(obj.__typename) + const league_seasons_avg_fields_possibleTypes: string[] = ['league_seasons_avg_fields'] + export const isleague_seasons_avg_fields = (obj?: { __typename?: any } | null): obj is league_seasons_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_avg_fields"') + return league_seasons_avg_fields_possibleTypes.includes(obj.__typename) } - const friends_var_samp_fields_possibleTypes: string[] = ['friends_var_samp_fields'] - export const isfriends_var_samp_fields = (obj?: { __typename?: any } | null): obj is friends_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_var_samp_fields"') - return friends_var_samp_fields_possibleTypes.includes(obj.__typename) + const league_seasons_max_fields_possibleTypes: string[] = ['league_seasons_max_fields'] + export const isleague_seasons_max_fields = (obj?: { __typename?: any } | null): obj is league_seasons_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_max_fields"') + return league_seasons_max_fields_possibleTypes.includes(obj.__typename) } - const friends_variance_fields_possibleTypes: string[] = ['friends_variance_fields'] - export const isfriends_variance_fields = (obj?: { __typename?: any } | null): obj is friends_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isfriends_variance_fields"') - return friends_variance_fields_possibleTypes.includes(obj.__typename) + const league_seasons_min_fields_possibleTypes: string[] = ['league_seasons_min_fields'] + export const isleague_seasons_min_fields = (obj?: { __typename?: any } | null): obj is league_seasons_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_min_fields"') + return league_seasons_min_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_possibleTypes: string[] = ['game_server_nodes'] - export const isgame_server_nodes = (obj?: { __typename?: any } | null): obj is game_server_nodes => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes"') - return game_server_nodes_possibleTypes.includes(obj.__typename) + const league_seasons_mutation_response_possibleTypes: string[] = ['league_seasons_mutation_response'] + export const isleague_seasons_mutation_response = (obj?: { __typename?: any } | null): obj is league_seasons_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_mutation_response"') + return league_seasons_mutation_response_possibleTypes.includes(obj.__typename) } - const game_server_nodes_aggregate_possibleTypes: string[] = ['game_server_nodes_aggregate'] - export const isgame_server_nodes_aggregate = (obj?: { __typename?: any } | null): obj is game_server_nodes_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_aggregate"') - return game_server_nodes_aggregate_possibleTypes.includes(obj.__typename) + const league_seasons_stddev_fields_possibleTypes: string[] = ['league_seasons_stddev_fields'] + export const isleague_seasons_stddev_fields = (obj?: { __typename?: any } | null): obj is league_seasons_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_stddev_fields"') + return league_seasons_stddev_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_aggregate_fields_possibleTypes: string[] = ['game_server_nodes_aggregate_fields'] - export const isgame_server_nodes_aggregate_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_aggregate_fields"') - return game_server_nodes_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_seasons_stddev_pop_fields_possibleTypes: string[] = ['league_seasons_stddev_pop_fields'] + export const isleague_seasons_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_seasons_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_stddev_pop_fields"') + return league_seasons_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_avg_fields_possibleTypes: string[] = ['game_server_nodes_avg_fields'] - export const isgame_server_nodes_avg_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_avg_fields"') - return game_server_nodes_avg_fields_possibleTypes.includes(obj.__typename) + const league_seasons_stddev_samp_fields_possibleTypes: string[] = ['league_seasons_stddev_samp_fields'] + export const isleague_seasons_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_seasons_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_stddev_samp_fields"') + return league_seasons_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_max_fields_possibleTypes: string[] = ['game_server_nodes_max_fields'] - export const isgame_server_nodes_max_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_max_fields"') - return game_server_nodes_max_fields_possibleTypes.includes(obj.__typename) + const league_seasons_sum_fields_possibleTypes: string[] = ['league_seasons_sum_fields'] + export const isleague_seasons_sum_fields = (obj?: { __typename?: any } | null): obj is league_seasons_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_sum_fields"') + return league_seasons_sum_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_min_fields_possibleTypes: string[] = ['game_server_nodes_min_fields'] - export const isgame_server_nodes_min_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_min_fields"') - return game_server_nodes_min_fields_possibleTypes.includes(obj.__typename) + const league_seasons_var_pop_fields_possibleTypes: string[] = ['league_seasons_var_pop_fields'] + export const isleague_seasons_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_seasons_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_var_pop_fields"') + return league_seasons_var_pop_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_mutation_response_possibleTypes: string[] = ['game_server_nodes_mutation_response'] - export const isgame_server_nodes_mutation_response = (obj?: { __typename?: any } | null): obj is game_server_nodes_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_mutation_response"') - return game_server_nodes_mutation_response_possibleTypes.includes(obj.__typename) + const league_seasons_var_samp_fields_possibleTypes: string[] = ['league_seasons_var_samp_fields'] + export const isleague_seasons_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_seasons_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_var_samp_fields"') + return league_seasons_var_samp_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_stddev_fields_possibleTypes: string[] = ['game_server_nodes_stddev_fields'] - export const isgame_server_nodes_stddev_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_stddev_fields"') - return game_server_nodes_stddev_fields_possibleTypes.includes(obj.__typename) + const league_seasons_variance_fields_possibleTypes: string[] = ['league_seasons_variance_fields'] + export const isleague_seasons_variance_fields = (obj?: { __typename?: any } | null): obj is league_seasons_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_seasons_variance_fields"') + return league_seasons_variance_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_stddev_pop_fields_possibleTypes: string[] = ['game_server_nodes_stddev_pop_fields'] - export const isgame_server_nodes_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_stddev_pop_fields"') - return game_server_nodes_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_possibleTypes: string[] = ['league_team_movements'] + export const isleague_team_movements = (obj?: { __typename?: any } | null): obj is league_team_movements => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements"') + return league_team_movements_possibleTypes.includes(obj.__typename) } - const game_server_nodes_stddev_samp_fields_possibleTypes: string[] = ['game_server_nodes_stddev_samp_fields'] - export const isgame_server_nodes_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_stddev_samp_fields"') - return game_server_nodes_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_aggregate_possibleTypes: string[] = ['league_team_movements_aggregate'] + export const isleague_team_movements_aggregate = (obj?: { __typename?: any } | null): obj is league_team_movements_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_aggregate"') + return league_team_movements_aggregate_possibleTypes.includes(obj.__typename) } - const game_server_nodes_sum_fields_possibleTypes: string[] = ['game_server_nodes_sum_fields'] - export const isgame_server_nodes_sum_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_sum_fields"') - return game_server_nodes_sum_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_aggregate_fields_possibleTypes: string[] = ['league_team_movements_aggregate_fields'] + export const isleague_team_movements_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_aggregate_fields"') + return league_team_movements_aggregate_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_var_pop_fields_possibleTypes: string[] = ['game_server_nodes_var_pop_fields'] - export const isgame_server_nodes_var_pop_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_var_pop_fields"') - return game_server_nodes_var_pop_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_avg_fields_possibleTypes: string[] = ['league_team_movements_avg_fields'] + export const isleague_team_movements_avg_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_avg_fields"') + return league_team_movements_avg_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_var_samp_fields_possibleTypes: string[] = ['game_server_nodes_var_samp_fields'] - export const isgame_server_nodes_var_samp_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_var_samp_fields"') - return game_server_nodes_var_samp_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_max_fields_possibleTypes: string[] = ['league_team_movements_max_fields'] + export const isleague_team_movements_max_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_max_fields"') + return league_team_movements_max_fields_possibleTypes.includes(obj.__typename) } - const game_server_nodes_variance_fields_possibleTypes: string[] = ['game_server_nodes_variance_fields'] - export const isgame_server_nodes_variance_fields = (obj?: { __typename?: any } | null): obj is game_server_nodes_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_server_nodes_variance_fields"') - return game_server_nodes_variance_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_min_fields_possibleTypes: string[] = ['league_team_movements_min_fields'] + export const isleague_team_movements_min_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_min_fields"') + return league_team_movements_min_fields_possibleTypes.includes(obj.__typename) } - const game_versions_possibleTypes: string[] = ['game_versions'] - export const isgame_versions = (obj?: { __typename?: any } | null): obj is game_versions => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions"') - return game_versions_possibleTypes.includes(obj.__typename) + const league_team_movements_mutation_response_possibleTypes: string[] = ['league_team_movements_mutation_response'] + export const isleague_team_movements_mutation_response = (obj?: { __typename?: any } | null): obj is league_team_movements_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_mutation_response"') + return league_team_movements_mutation_response_possibleTypes.includes(obj.__typename) } - const game_versions_aggregate_possibleTypes: string[] = ['game_versions_aggregate'] - export const isgame_versions_aggregate = (obj?: { __typename?: any } | null): obj is game_versions_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_aggregate"') - return game_versions_aggregate_possibleTypes.includes(obj.__typename) + const league_team_movements_stddev_fields_possibleTypes: string[] = ['league_team_movements_stddev_fields'] + export const isleague_team_movements_stddev_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_stddev_fields"') + return league_team_movements_stddev_fields_possibleTypes.includes(obj.__typename) } - const game_versions_aggregate_fields_possibleTypes: string[] = ['game_versions_aggregate_fields'] - export const isgame_versions_aggregate_fields = (obj?: { __typename?: any } | null): obj is game_versions_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_aggregate_fields"') - return game_versions_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_stddev_pop_fields_possibleTypes: string[] = ['league_team_movements_stddev_pop_fields'] + export const isleague_team_movements_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_stddev_pop_fields"') + return league_team_movements_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const game_versions_avg_fields_possibleTypes: string[] = ['game_versions_avg_fields'] - export const isgame_versions_avg_fields = (obj?: { __typename?: any } | null): obj is game_versions_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_avg_fields"') - return game_versions_avg_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_stddev_samp_fields_possibleTypes: string[] = ['league_team_movements_stddev_samp_fields'] + export const isleague_team_movements_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_stddev_samp_fields"') + return league_team_movements_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const game_versions_max_fields_possibleTypes: string[] = ['game_versions_max_fields'] - export const isgame_versions_max_fields = (obj?: { __typename?: any } | null): obj is game_versions_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_max_fields"') - return game_versions_max_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_sum_fields_possibleTypes: string[] = ['league_team_movements_sum_fields'] + export const isleague_team_movements_sum_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_sum_fields"') + return league_team_movements_sum_fields_possibleTypes.includes(obj.__typename) } - const game_versions_min_fields_possibleTypes: string[] = ['game_versions_min_fields'] - export const isgame_versions_min_fields = (obj?: { __typename?: any } | null): obj is game_versions_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_min_fields"') - return game_versions_min_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_var_pop_fields_possibleTypes: string[] = ['league_team_movements_var_pop_fields'] + export const isleague_team_movements_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_var_pop_fields"') + return league_team_movements_var_pop_fields_possibleTypes.includes(obj.__typename) } - const game_versions_mutation_response_possibleTypes: string[] = ['game_versions_mutation_response'] - export const isgame_versions_mutation_response = (obj?: { __typename?: any } | null): obj is game_versions_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_mutation_response"') - return game_versions_mutation_response_possibleTypes.includes(obj.__typename) + const league_team_movements_var_samp_fields_possibleTypes: string[] = ['league_team_movements_var_samp_fields'] + export const isleague_team_movements_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_var_samp_fields"') + return league_team_movements_var_samp_fields_possibleTypes.includes(obj.__typename) } - const game_versions_stddev_fields_possibleTypes: string[] = ['game_versions_stddev_fields'] - export const isgame_versions_stddev_fields = (obj?: { __typename?: any } | null): obj is game_versions_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_stddev_fields"') - return game_versions_stddev_fields_possibleTypes.includes(obj.__typename) + const league_team_movements_variance_fields_possibleTypes: string[] = ['league_team_movements_variance_fields'] + export const isleague_team_movements_variance_fields = (obj?: { __typename?: any } | null): obj is league_team_movements_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_movements_variance_fields"') + return league_team_movements_variance_fields_possibleTypes.includes(obj.__typename) } - const game_versions_stddev_pop_fields_possibleTypes: string[] = ['game_versions_stddev_pop_fields'] - export const isgame_versions_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is game_versions_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_stddev_pop_fields"') - return game_versions_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_possibleTypes: string[] = ['league_team_rosters'] + export const isleague_team_rosters = (obj?: { __typename?: any } | null): obj is league_team_rosters => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters"') + return league_team_rosters_possibleTypes.includes(obj.__typename) } - const game_versions_stddev_samp_fields_possibleTypes: string[] = ['game_versions_stddev_samp_fields'] - export const isgame_versions_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is game_versions_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_stddev_samp_fields"') - return game_versions_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_aggregate_possibleTypes: string[] = ['league_team_rosters_aggregate'] + export const isleague_team_rosters_aggregate = (obj?: { __typename?: any } | null): obj is league_team_rosters_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_aggregate"') + return league_team_rosters_aggregate_possibleTypes.includes(obj.__typename) } - const game_versions_sum_fields_possibleTypes: string[] = ['game_versions_sum_fields'] - export const isgame_versions_sum_fields = (obj?: { __typename?: any } | null): obj is game_versions_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_sum_fields"') - return game_versions_sum_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_aggregate_fields_possibleTypes: string[] = ['league_team_rosters_aggregate_fields'] + export const isleague_team_rosters_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_aggregate_fields"') + return league_team_rosters_aggregate_fields_possibleTypes.includes(obj.__typename) } - const game_versions_var_pop_fields_possibleTypes: string[] = ['game_versions_var_pop_fields'] - export const isgame_versions_var_pop_fields = (obj?: { __typename?: any } | null): obj is game_versions_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_var_pop_fields"') - return game_versions_var_pop_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_avg_fields_possibleTypes: string[] = ['league_team_rosters_avg_fields'] + export const isleague_team_rosters_avg_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_avg_fields"') + return league_team_rosters_avg_fields_possibleTypes.includes(obj.__typename) } - const game_versions_var_samp_fields_possibleTypes: string[] = ['game_versions_var_samp_fields'] - export const isgame_versions_var_samp_fields = (obj?: { __typename?: any } | null): obj is game_versions_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_var_samp_fields"') - return game_versions_var_samp_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_max_fields_possibleTypes: string[] = ['league_team_rosters_max_fields'] + export const isleague_team_rosters_max_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_max_fields"') + return league_team_rosters_max_fields_possibleTypes.includes(obj.__typename) } - const game_versions_variance_fields_possibleTypes: string[] = ['game_versions_variance_fields'] - export const isgame_versions_variance_fields = (obj?: { __typename?: any } | null): obj is game_versions_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgame_versions_variance_fields"') - return game_versions_variance_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_min_fields_possibleTypes: string[] = ['league_team_rosters_min_fields'] + export const isleague_team_rosters_min_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_min_fields"') + return league_team_rosters_min_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_possibleTypes: string[] = ['gamedata_signature_validations'] - export const isgamedata_signature_validations = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations"') - return gamedata_signature_validations_possibleTypes.includes(obj.__typename) + const league_team_rosters_mutation_response_possibleTypes: string[] = ['league_team_rosters_mutation_response'] + export const isleague_team_rosters_mutation_response = (obj?: { __typename?: any } | null): obj is league_team_rosters_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_mutation_response"') + return league_team_rosters_mutation_response_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_aggregate_possibleTypes: string[] = ['gamedata_signature_validations_aggregate'] - export const isgamedata_signature_validations_aggregate = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_aggregate"') - return gamedata_signature_validations_aggregate_possibleTypes.includes(obj.__typename) + const league_team_rosters_stddev_fields_possibleTypes: string[] = ['league_team_rosters_stddev_fields'] + export const isleague_team_rosters_stddev_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_stddev_fields"') + return league_team_rosters_stddev_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_aggregate_fields_possibleTypes: string[] = ['gamedata_signature_validations_aggregate_fields'] - export const isgamedata_signature_validations_aggregate_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_aggregate_fields"') - return gamedata_signature_validations_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_stddev_pop_fields_possibleTypes: string[] = ['league_team_rosters_stddev_pop_fields'] + export const isleague_team_rosters_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_stddev_pop_fields"') + return league_team_rosters_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_avg_fields_possibleTypes: string[] = ['gamedata_signature_validations_avg_fields'] - export const isgamedata_signature_validations_avg_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_avg_fields"') - return gamedata_signature_validations_avg_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_stddev_samp_fields_possibleTypes: string[] = ['league_team_rosters_stddev_samp_fields'] + export const isleague_team_rosters_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_stddev_samp_fields"') + return league_team_rosters_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_max_fields_possibleTypes: string[] = ['gamedata_signature_validations_max_fields'] - export const isgamedata_signature_validations_max_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_max_fields"') - return gamedata_signature_validations_max_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_sum_fields_possibleTypes: string[] = ['league_team_rosters_sum_fields'] + export const isleague_team_rosters_sum_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_sum_fields"') + return league_team_rosters_sum_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_min_fields_possibleTypes: string[] = ['gamedata_signature_validations_min_fields'] - export const isgamedata_signature_validations_min_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_min_fields"') - return gamedata_signature_validations_min_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_var_pop_fields_possibleTypes: string[] = ['league_team_rosters_var_pop_fields'] + export const isleague_team_rosters_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_var_pop_fields"') + return league_team_rosters_var_pop_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_mutation_response_possibleTypes: string[] = ['gamedata_signature_validations_mutation_response'] - export const isgamedata_signature_validations_mutation_response = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_mutation_response"') - return gamedata_signature_validations_mutation_response_possibleTypes.includes(obj.__typename) + const league_team_rosters_var_samp_fields_possibleTypes: string[] = ['league_team_rosters_var_samp_fields'] + export const isleague_team_rosters_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_var_samp_fields"') + return league_team_rosters_var_samp_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_stddev_fields_possibleTypes: string[] = ['gamedata_signature_validations_stddev_fields'] - export const isgamedata_signature_validations_stddev_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_stddev_fields"') - return gamedata_signature_validations_stddev_fields_possibleTypes.includes(obj.__typename) + const league_team_rosters_variance_fields_possibleTypes: string[] = ['league_team_rosters_variance_fields'] + export const isleague_team_rosters_variance_fields = (obj?: { __typename?: any } | null): obj is league_team_rosters_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_rosters_variance_fields"') + return league_team_rosters_variance_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_stddev_pop_fields_possibleTypes: string[] = ['gamedata_signature_validations_stddev_pop_fields'] - export const isgamedata_signature_validations_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_stddev_pop_fields"') - return gamedata_signature_validations_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_possibleTypes: string[] = ['league_team_seasons'] + export const isleague_team_seasons = (obj?: { __typename?: any } | null): obj is league_team_seasons => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons"') + return league_team_seasons_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_stddev_samp_fields_possibleTypes: string[] = ['gamedata_signature_validations_stddev_samp_fields'] - export const isgamedata_signature_validations_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_stddev_samp_fields"') - return gamedata_signature_validations_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_aggregate_possibleTypes: string[] = ['league_team_seasons_aggregate'] + export const isleague_team_seasons_aggregate = (obj?: { __typename?: any } | null): obj is league_team_seasons_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_aggregate"') + return league_team_seasons_aggregate_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_sum_fields_possibleTypes: string[] = ['gamedata_signature_validations_sum_fields'] - export const isgamedata_signature_validations_sum_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_sum_fields"') - return gamedata_signature_validations_sum_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_aggregate_fields_possibleTypes: string[] = ['league_team_seasons_aggregate_fields'] + export const isleague_team_seasons_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_aggregate_fields"') + return league_team_seasons_aggregate_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_var_pop_fields_possibleTypes: string[] = ['gamedata_signature_validations_var_pop_fields'] - export const isgamedata_signature_validations_var_pop_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_var_pop_fields"') - return gamedata_signature_validations_var_pop_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_avg_fields_possibleTypes: string[] = ['league_team_seasons_avg_fields'] + export const isleague_team_seasons_avg_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_avg_fields"') + return league_team_seasons_avg_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_var_samp_fields_possibleTypes: string[] = ['gamedata_signature_validations_var_samp_fields'] - export const isgamedata_signature_validations_var_samp_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_var_samp_fields"') - return gamedata_signature_validations_var_samp_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_max_fields_possibleTypes: string[] = ['league_team_seasons_max_fields'] + export const isleague_team_seasons_max_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_max_fields"') + return league_team_seasons_max_fields_possibleTypes.includes(obj.__typename) } - const gamedata_signature_validations_variance_fields_possibleTypes: string[] = ['gamedata_signature_validations_variance_fields'] - export const isgamedata_signature_validations_variance_fields = (obj?: { __typename?: any } | null): obj is gamedata_signature_validations_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isgamedata_signature_validations_variance_fields"') - return gamedata_signature_validations_variance_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_min_fields_possibleTypes: string[] = ['league_team_seasons_min_fields'] + export const isleague_team_seasons_min_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_min_fields"') + return league_team_seasons_min_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_possibleTypes: string[] = ['leaderboard_entries'] - export const isleaderboard_entries = (obj?: { __typename?: any } | null): obj is leaderboard_entries => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries"') - return leaderboard_entries_possibleTypes.includes(obj.__typename) + const league_team_seasons_mutation_response_possibleTypes: string[] = ['league_team_seasons_mutation_response'] + export const isleague_team_seasons_mutation_response = (obj?: { __typename?: any } | null): obj is league_team_seasons_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_mutation_response"') + return league_team_seasons_mutation_response_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_aggregate_possibleTypes: string[] = ['leaderboard_entries_aggregate'] - export const isleaderboard_entries_aggregate = (obj?: { __typename?: any } | null): obj is leaderboard_entries_aggregate => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_aggregate"') - return leaderboard_entries_aggregate_possibleTypes.includes(obj.__typename) + const league_team_seasons_stddev_fields_possibleTypes: string[] = ['league_team_seasons_stddev_fields'] + export const isleague_team_seasons_stddev_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_stddev_fields"') + return league_team_seasons_stddev_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_aggregate_fields_possibleTypes: string[] = ['leaderboard_entries_aggregate_fields'] - export const isleaderboard_entries_aggregate_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_aggregate_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_aggregate_fields"') - return leaderboard_entries_aggregate_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_stddev_pop_fields_possibleTypes: string[] = ['league_team_seasons_stddev_pop_fields'] + export const isleague_team_seasons_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_stddev_pop_fields"') + return league_team_seasons_stddev_pop_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_avg_fields_possibleTypes: string[] = ['leaderboard_entries_avg_fields'] - export const isleaderboard_entries_avg_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_avg_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_avg_fields"') - return leaderboard_entries_avg_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_stddev_samp_fields_possibleTypes: string[] = ['league_team_seasons_stddev_samp_fields'] + export const isleague_team_seasons_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_stddev_samp_fields"') + return league_team_seasons_stddev_samp_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_max_fields_possibleTypes: string[] = ['leaderboard_entries_max_fields'] - export const isleaderboard_entries_max_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_max_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_max_fields"') - return leaderboard_entries_max_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_sum_fields_possibleTypes: string[] = ['league_team_seasons_sum_fields'] + export const isleague_team_seasons_sum_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_sum_fields"') + return league_team_seasons_sum_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_min_fields_possibleTypes: string[] = ['leaderboard_entries_min_fields'] - export const isleaderboard_entries_min_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_min_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_min_fields"') - return leaderboard_entries_min_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_var_pop_fields_possibleTypes: string[] = ['league_team_seasons_var_pop_fields'] + export const isleague_team_seasons_var_pop_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_var_pop_fields"') + return league_team_seasons_var_pop_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_mutation_response_possibleTypes: string[] = ['leaderboard_entries_mutation_response'] - export const isleaderboard_entries_mutation_response = (obj?: { __typename?: any } | null): obj is leaderboard_entries_mutation_response => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_mutation_response"') - return leaderboard_entries_mutation_response_possibleTypes.includes(obj.__typename) + const league_team_seasons_var_samp_fields_possibleTypes: string[] = ['league_team_seasons_var_samp_fields'] + export const isleague_team_seasons_var_samp_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_var_samp_fields"') + return league_team_seasons_var_samp_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_stddev_fields_possibleTypes: string[] = ['leaderboard_entries_stddev_fields'] - export const isleaderboard_entries_stddev_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_stddev_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_stddev_fields"') - return leaderboard_entries_stddev_fields_possibleTypes.includes(obj.__typename) + const league_team_seasons_variance_fields_possibleTypes: string[] = ['league_team_seasons_variance_fields'] + export const isleague_team_seasons_variance_fields = (obj?: { __typename?: any } | null): obj is league_team_seasons_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_team_seasons_variance_fields"') + return league_team_seasons_variance_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_stddev_pop_fields_possibleTypes: string[] = ['leaderboard_entries_stddev_pop_fields'] - export const isleaderboard_entries_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_stddev_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_stddev_pop_fields"') - return leaderboard_entries_stddev_pop_fields_possibleTypes.includes(obj.__typename) + const league_teams_possibleTypes: string[] = ['league_teams'] + export const isleague_teams = (obj?: { __typename?: any } | null): obj is league_teams => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_teams"') + return league_teams_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_stddev_samp_fields_possibleTypes: string[] = ['leaderboard_entries_stddev_samp_fields'] - export const isleaderboard_entries_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_stddev_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_stddev_samp_fields"') - return leaderboard_entries_stddev_samp_fields_possibleTypes.includes(obj.__typename) + const league_teams_aggregate_possibleTypes: string[] = ['league_teams_aggregate'] + export const isleague_teams_aggregate = (obj?: { __typename?: any } | null): obj is league_teams_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_teams_aggregate"') + return league_teams_aggregate_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_sum_fields_possibleTypes: string[] = ['leaderboard_entries_sum_fields'] - export const isleaderboard_entries_sum_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_sum_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_sum_fields"') - return leaderboard_entries_sum_fields_possibleTypes.includes(obj.__typename) + const league_teams_aggregate_fields_possibleTypes: string[] = ['league_teams_aggregate_fields'] + export const isleague_teams_aggregate_fields = (obj?: { __typename?: any } | null): obj is league_teams_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_teams_aggregate_fields"') + return league_teams_aggregate_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_var_pop_fields_possibleTypes: string[] = ['leaderboard_entries_var_pop_fields'] - export const isleaderboard_entries_var_pop_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_var_pop_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_var_pop_fields"') - return leaderboard_entries_var_pop_fields_possibleTypes.includes(obj.__typename) + const league_teams_max_fields_possibleTypes: string[] = ['league_teams_max_fields'] + export const isleague_teams_max_fields = (obj?: { __typename?: any } | null): obj is league_teams_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_teams_max_fields"') + return league_teams_max_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_var_samp_fields_possibleTypes: string[] = ['leaderboard_entries_var_samp_fields'] - export const isleaderboard_entries_var_samp_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_var_samp_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_var_samp_fields"') - return leaderboard_entries_var_samp_fields_possibleTypes.includes(obj.__typename) + const league_teams_min_fields_possibleTypes: string[] = ['league_teams_min_fields'] + export const isleague_teams_min_fields = (obj?: { __typename?: any } | null): obj is league_teams_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_teams_min_fields"') + return league_teams_min_fields_possibleTypes.includes(obj.__typename) } - const leaderboard_entries_variance_fields_possibleTypes: string[] = ['leaderboard_entries_variance_fields'] - export const isleaderboard_entries_variance_fields = (obj?: { __typename?: any } | null): obj is leaderboard_entries_variance_fields => { - if (!obj?.__typename) throw new Error('__typename is missing in "isleaderboard_entries_variance_fields"') - return leaderboard_entries_variance_fields_possibleTypes.includes(obj.__typename) + const league_teams_mutation_response_possibleTypes: string[] = ['league_teams_mutation_response'] + export const isleague_teams_mutation_response = (obj?: { __typename?: any } | null): obj is league_teams_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "isleague_teams_mutation_response"') + return league_teams_mutation_response_possibleTypes.includes(obj.__typename) } @@ -92106,6 +102122,118 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const tournament_stage_windows_possibleTypes: string[] = ['tournament_stage_windows'] + export const istournament_stage_windows = (obj?: { __typename?: any } | null): obj is tournament_stage_windows => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows"') + return tournament_stage_windows_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_aggregate_possibleTypes: string[] = ['tournament_stage_windows_aggregate'] + export const istournament_stage_windows_aggregate = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_aggregate"') + return tournament_stage_windows_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_aggregate_fields_possibleTypes: string[] = ['tournament_stage_windows_aggregate_fields'] + export const istournament_stage_windows_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_aggregate_fields"') + return tournament_stage_windows_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_avg_fields_possibleTypes: string[] = ['tournament_stage_windows_avg_fields'] + export const istournament_stage_windows_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_avg_fields"') + return tournament_stage_windows_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_max_fields_possibleTypes: string[] = ['tournament_stage_windows_max_fields'] + export const istournament_stage_windows_max_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_max_fields"') + return tournament_stage_windows_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_min_fields_possibleTypes: string[] = ['tournament_stage_windows_min_fields'] + export const istournament_stage_windows_min_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_min_fields"') + return tournament_stage_windows_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_mutation_response_possibleTypes: string[] = ['tournament_stage_windows_mutation_response'] + export const istournament_stage_windows_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_mutation_response"') + return tournament_stage_windows_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_stddev_fields_possibleTypes: string[] = ['tournament_stage_windows_stddev_fields'] + export const istournament_stage_windows_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_stddev_fields"') + return tournament_stage_windows_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_stddev_pop_fields_possibleTypes: string[] = ['tournament_stage_windows_stddev_pop_fields'] + export const istournament_stage_windows_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_stddev_pop_fields"') + return tournament_stage_windows_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_stddev_samp_fields_possibleTypes: string[] = ['tournament_stage_windows_stddev_samp_fields'] + export const istournament_stage_windows_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_stddev_samp_fields"') + return tournament_stage_windows_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_sum_fields_possibleTypes: string[] = ['tournament_stage_windows_sum_fields'] + export const istournament_stage_windows_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_sum_fields"') + return tournament_stage_windows_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_var_pop_fields_possibleTypes: string[] = ['tournament_stage_windows_var_pop_fields'] + export const istournament_stage_windows_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_var_pop_fields"') + return tournament_stage_windows_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_var_samp_fields_possibleTypes: string[] = ['tournament_stage_windows_var_samp_fields'] + export const istournament_stage_windows_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_var_samp_fields"') + return tournament_stage_windows_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_stage_windows_variance_fields_possibleTypes: string[] = ['tournament_stage_windows_variance_fields'] + export const istournament_stage_windows_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_stage_windows_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stage_windows_variance_fields"') + return tournament_stage_windows_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const tournament_stages_possibleTypes: string[] = ['tournament_stages'] export const istournament_stages = (obj?: { __typename?: any } | null): obj is tournament_stages => { if (!obj?.__typename) throw new Error('__typename is missing in "istournament_stages"') @@ -92994,6 +103122,214 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const v_league_division_standings_possibleTypes: string[] = ['v_league_division_standings'] + export const isv_league_division_standings = (obj?: { __typename?: any } | null): obj is v_league_division_standings => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings"') + return v_league_division_standings_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_aggregate_possibleTypes: string[] = ['v_league_division_standings_aggregate'] + export const isv_league_division_standings_aggregate = (obj?: { __typename?: any } | null): obj is v_league_division_standings_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_aggregate"') + return v_league_division_standings_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_aggregate_fields_possibleTypes: string[] = ['v_league_division_standings_aggregate_fields'] + export const isv_league_division_standings_aggregate_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_aggregate_fields"') + return v_league_division_standings_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_avg_fields_possibleTypes: string[] = ['v_league_division_standings_avg_fields'] + export const isv_league_division_standings_avg_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_avg_fields"') + return v_league_division_standings_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_max_fields_possibleTypes: string[] = ['v_league_division_standings_max_fields'] + export const isv_league_division_standings_max_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_max_fields"') + return v_league_division_standings_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_min_fields_possibleTypes: string[] = ['v_league_division_standings_min_fields'] + export const isv_league_division_standings_min_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_min_fields"') + return v_league_division_standings_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_stddev_fields_possibleTypes: string[] = ['v_league_division_standings_stddev_fields'] + export const isv_league_division_standings_stddev_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_stddev_fields"') + return v_league_division_standings_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_stddev_pop_fields_possibleTypes: string[] = ['v_league_division_standings_stddev_pop_fields'] + export const isv_league_division_standings_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_stddev_pop_fields"') + return v_league_division_standings_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_stddev_samp_fields_possibleTypes: string[] = ['v_league_division_standings_stddev_samp_fields'] + export const isv_league_division_standings_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_stddev_samp_fields"') + return v_league_division_standings_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_sum_fields_possibleTypes: string[] = ['v_league_division_standings_sum_fields'] + export const isv_league_division_standings_sum_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_sum_fields"') + return v_league_division_standings_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_var_pop_fields_possibleTypes: string[] = ['v_league_division_standings_var_pop_fields'] + export const isv_league_division_standings_var_pop_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_var_pop_fields"') + return v_league_division_standings_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_var_samp_fields_possibleTypes: string[] = ['v_league_division_standings_var_samp_fields'] + export const isv_league_division_standings_var_samp_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_var_samp_fields"') + return v_league_division_standings_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_division_standings_variance_fields_possibleTypes: string[] = ['v_league_division_standings_variance_fields'] + export const isv_league_division_standings_variance_fields = (obj?: { __typename?: any } | null): obj is v_league_division_standings_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_division_standings_variance_fields"') + return v_league_division_standings_variance_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_possibleTypes: string[] = ['v_league_season_player_stats'] + export const isv_league_season_player_stats = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats"') + return v_league_season_player_stats_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_aggregate_possibleTypes: string[] = ['v_league_season_player_stats_aggregate'] + export const isv_league_season_player_stats_aggregate = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_aggregate"') + return v_league_season_player_stats_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_aggregate_fields_possibleTypes: string[] = ['v_league_season_player_stats_aggregate_fields'] + export const isv_league_season_player_stats_aggregate_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_aggregate_fields"') + return v_league_season_player_stats_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_avg_fields_possibleTypes: string[] = ['v_league_season_player_stats_avg_fields'] + export const isv_league_season_player_stats_avg_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_avg_fields"') + return v_league_season_player_stats_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_max_fields_possibleTypes: string[] = ['v_league_season_player_stats_max_fields'] + export const isv_league_season_player_stats_max_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_max_fields"') + return v_league_season_player_stats_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_min_fields_possibleTypes: string[] = ['v_league_season_player_stats_min_fields'] + export const isv_league_season_player_stats_min_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_min_fields"') + return v_league_season_player_stats_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_stddev_fields_possibleTypes: string[] = ['v_league_season_player_stats_stddev_fields'] + export const isv_league_season_player_stats_stddev_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_stddev_fields"') + return v_league_season_player_stats_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_stddev_pop_fields_possibleTypes: string[] = ['v_league_season_player_stats_stddev_pop_fields'] + export const isv_league_season_player_stats_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_stddev_pop_fields"') + return v_league_season_player_stats_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_stddev_samp_fields_possibleTypes: string[] = ['v_league_season_player_stats_stddev_samp_fields'] + export const isv_league_season_player_stats_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_stddev_samp_fields"') + return v_league_season_player_stats_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_sum_fields_possibleTypes: string[] = ['v_league_season_player_stats_sum_fields'] + export const isv_league_season_player_stats_sum_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_sum_fields"') + return v_league_season_player_stats_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_var_pop_fields_possibleTypes: string[] = ['v_league_season_player_stats_var_pop_fields'] + export const isv_league_season_player_stats_var_pop_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_var_pop_fields"') + return v_league_season_player_stats_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_var_samp_fields_possibleTypes: string[] = ['v_league_season_player_stats_var_samp_fields'] + export const isv_league_season_player_stats_var_samp_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_var_samp_fields"') + return v_league_season_player_stats_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const v_league_season_player_stats_variance_fields_possibleTypes: string[] = ['v_league_season_player_stats_variance_fields'] + export const isv_league_season_player_stats_variance_fields = (obj?: { __typename?: any } | null): obj is v_league_season_player_stats_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "isv_league_season_player_stats_variance_fields"') + return v_league_season_player_stats_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const v_match_captains_possibleTypes: string[] = ['v_match_captains'] export const isv_match_captains = (obj?: { __typename?: any } | null): obj is v_match_captains => { if (!obj?.__typename) throw new Error('__typename is missing in "isv_match_captains"') @@ -96334,6 +106670,101 @@ export const enumEGameServerNodeStatusesUpdateColumn = { value: 'value' as const } +export const enumELeagueMovementTypesConstraint = { + e_league_movement_types_pkey: 'e_league_movement_types_pkey' as const +} + +export const enumELeagueMovementTypesEnum = { + DirectPromote: 'DirectPromote' as const, + DirectRelegate: 'DirectRelegate' as const, + Hold: 'Hold' as const, + Promote: 'Promote' as const, + Relegate: 'Relegate' as const, + RelegationDown: 'RelegationDown' as const, + RelegationUp: 'RelegationUp' as const, + Remove: 'Remove' as const, + Stay: 'Stay' as const +} + +export const enumELeagueMovementTypesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumELeagueMovementTypesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumELeagueProposalStatusesConstraint = { + e_league_proposal_statuses_pkey: 'e_league_proposal_statuses_pkey' as const +} + +export const enumELeagueProposalStatusesEnum = { + Accepted: 'Accepted' as const, + Countered: 'Countered' as const, + Declined: 'Declined' as const, + Expired: 'Expired' as const, + Pending: 'Pending' as const, + Superseded: 'Superseded' as const +} + +export const enumELeagueProposalStatusesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumELeagueProposalStatusesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumELeagueRegistrationStatusesConstraint = { + e_league_registration_statuses_pkey: 'e_league_registration_statuses_pkey' as const +} + +export const enumELeagueRegistrationStatusesEnum = { + Approved: 'Approved' as const, + Declined: 'Declined' as const, + Pending: 'Pending' as const, + Waitlisted: 'Waitlisted' as const, + Withdrawn: 'Withdrawn' as const +} + +export const enumELeagueRegistrationStatusesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumELeagueRegistrationStatusesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumELeagueSeasonStatusesConstraint = { + e_league_season_statuses_pkey: 'e_league_season_statuses_pkey' as const +} + +export const enumELeagueSeasonStatusesEnum = { + Canceled: 'Canceled' as const, + Finished: 'Finished' as const, + Live: 'Live' as const, + Playoffs: 'Playoffs' as const, + RegistrationClosed: 'RegistrationClosed' as const, + RegistrationOpen: 'RegistrationOpen' as const, + Setup: 'Setup' as const +} + +export const enumELeagueSeasonStatusesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumELeagueSeasonStatusesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + export const enumELobbyAccessConstraint = { e_lobby_access_pkey: 'e_lobby_access_pkey' as const } @@ -96523,6 +106954,12 @@ export const enumENotificationTypesEnum = { FormTeamSuggestion: 'FormTeamSuggestion' as const, GameNodeStatus: 'GameNodeStatus' as const, GameUpdate: 'GameUpdate' as const, + LeagueMatchUnscheduled: 'LeagueMatchUnscheduled' as const, + LeagueProposalAccepted: 'LeagueProposalAccepted' as const, + LeagueProposalDeclined: 'LeagueProposalDeclined' as const, + LeagueProposalReceived: 'LeagueProposalReceived' as const, + LeagueRegistrationDecision: 'LeagueRegistrationDecision' as const, + LeagueRosterUndersized: 'LeagueRosterUndersized' as const, MatchImported: 'MatchImported' as const, MatchStatusChange: 'MatchStatusChange' as const, MatchSupport: 'MatchSupport' as const, @@ -97086,6 +107523,309 @@ export const enumLeaderboardEntriesSelectColumn = { value: 'value' as const } +export const enumLeagueDivisionsConstraint = { + league_divisions_name_key: 'league_divisions_name_key' as const, + league_divisions_pkey: 'league_divisions_pkey' as const, + league_divisions_tier_key: 'league_divisions_tier_key' as const +} + +export const enumLeagueDivisionsSelectColumn = { + active: 'active' as const, + created_at: 'created_at' as const, + id: 'id' as const, + name: 'name' as const, + tier: 'tier' as const +} + +export const enumLeagueDivisionsUpdateColumn = { + active: 'active' as const, + created_at: 'created_at' as const, + id: 'id' as const, + name: 'name' as const, + tier: 'tier' as const +} + +export const enumLeagueMatchWeeksConstraint = { + league_match_weeks_league_season_id_week_number_key: 'league_match_weeks_league_season_id_week_number_key' as const, + league_match_weeks_pkey: 'league_match_weeks_pkey' as const +} + +export const enumLeagueMatchWeeksSelectColumn = { + closes_at: 'closes_at' as const, + created_at: 'created_at' as const, + default_match_at: 'default_match_at' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + opens_at: 'opens_at' as const, + week_number: 'week_number' as const +} + +export const enumLeagueMatchWeeksUpdateColumn = { + closes_at: 'closes_at' as const, + created_at: 'created_at' as const, + default_match_at: 'default_match_at' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + opens_at: 'opens_at' as const, + week_number: 'week_number' as const +} + +export const enumLeagueRelegationPlayoffsConstraint = { + league_relegation_playoffs_league_season_id_higher_division_key: 'league_relegation_playoffs_league_season_id_higher_division_key' as const, + league_relegation_playoffs_pkey: 'league_relegation_playoffs_pkey' as const +} + +export const enumLeagueRelegationPlayoffsSelectColumn = { + created_at: 'created_at' as const, + higher_division_id: 'higher_division_id' as const, + higher_slots: 'higher_slots' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + lower_division_id: 'lower_division_id' as const, + resolved_at: 'resolved_at' as const, + tournament_id: 'tournament_id' as const +} + +export const enumLeagueRelegationPlayoffsUpdateColumn = { + created_at: 'created_at' as const, + higher_division_id: 'higher_division_id' as const, + higher_slots: 'higher_slots' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + lower_division_id: 'lower_division_id' as const, + resolved_at: 'resolved_at' as const, + tournament_id: 'tournament_id' as const +} + +export const enumLeagueSchedulingProposalsConstraint = { + league_scheduling_proposals_pkey: 'league_scheduling_proposals_pkey' as const +} + +export const enumLeagueSchedulingProposalsSelectColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + message: 'message' as const, + proposed_by_league_team_season_id: 'proposed_by_league_team_season_id' as const, + proposed_by_steam_id: 'proposed_by_steam_id' as const, + proposed_time: 'proposed_time' as const, + responded_by_steam_id: 'responded_by_steam_id' as const, + status: 'status' as const, + tournament_bracket_id: 'tournament_bracket_id' as const +} + +export const enumLeagueSchedulingProposalsUpdateColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + message: 'message' as const, + proposed_by_league_team_season_id: 'proposed_by_league_team_season_id' as const, + proposed_by_steam_id: 'proposed_by_steam_id' as const, + proposed_time: 'proposed_time' as const, + responded_by_steam_id: 'responded_by_steam_id' as const, + status: 'status' as const, + tournament_bracket_id: 'tournament_bracket_id' as const +} + +export const enumLeagueSeasonDivisionsConstraint = { + league_season_divisions_league_season_id_league_division_id_key: 'league_season_divisions_league_season_id_league_division_id_key' as const, + league_season_divisions_pkey: 'league_season_divisions_pkey' as const, + league_season_divisions_tournament_id_key: 'league_season_divisions_tournament_id_key' as const +} + +export const enumLeagueSeasonDivisionsSelectColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + league_division_id: 'league_division_id' as const, + league_season_id: 'league_season_id' as const, + tournament_id: 'tournament_id' as const +} + +export const enumLeagueSeasonDivisionsUpdateColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + league_division_id: 'league_division_id' as const, + league_season_id: 'league_season_id' as const, + tournament_id: 'tournament_id' as const +} + +export const enumLeagueSeasonsConstraint = { + league_seasons_name_key: 'league_seasons_name_key' as const, + league_seasons_pkey: 'league_seasons_pkey' as const, + league_seasons_season_number_key: 'league_seasons_season_number_key' as const +} + +export const enumLeagueSeasonsSelectColumn = { + auto_regular_season_format: 'auto_regular_season_format' as const, + created_at: 'created_at' as const, + created_by_steam_id: 'created_by_steam_id' as const, + default_best_of: 'default_best_of' as const, + direct_promote_count: 'direct_promote_count' as const, + direct_relegate_count: 'direct_relegate_count' as const, + games_per_week: 'games_per_week' as const, + id: 'id' as const, + match_options_id: 'match_options_id' as const, + match_weeks_count: 'match_weeks_count' as const, + max_roster_size: 'max_roster_size' as const, + min_roster_size: 'min_roster_size' as const, + name: 'name' as const, + playoff_best_of: 'playoff_best_of' as const, + playoff_round_best_of: 'playoff_round_best_of' as const, + playoff_seats: 'playoff_seats' as const, + playoff_stage_type: 'playoff_stage_type' as const, + playoff_third_place_match: 'playoff_third_place_match' as const, + promote_count: 'promote_count' as const, + regular_season_stage_type: 'regular_season_stage_type' as const, + relegate_count: 'relegate_count' as const, + relegation_down_count: 'relegation_down_count' as const, + relegation_up_count: 'relegation_up_count' as const, + roster_lock_at: 'roster_lock_at' as const, + season_number: 'season_number' as const, + signup_closes_at: 'signup_closes_at' as const, + signup_opens_at: 'signup_opens_at' as const, + starts_at: 'starts_at' as const, + status: 'status' as const, + week_best_of: 'week_best_of' as const +} + +export const enumLeagueSeasonsUpdateColumn = { + auto_regular_season_format: 'auto_regular_season_format' as const, + created_at: 'created_at' as const, + created_by_steam_id: 'created_by_steam_id' as const, + default_best_of: 'default_best_of' as const, + direct_promote_count: 'direct_promote_count' as const, + direct_relegate_count: 'direct_relegate_count' as const, + games_per_week: 'games_per_week' as const, + id: 'id' as const, + match_options_id: 'match_options_id' as const, + match_weeks_count: 'match_weeks_count' as const, + max_roster_size: 'max_roster_size' as const, + min_roster_size: 'min_roster_size' as const, + name: 'name' as const, + playoff_best_of: 'playoff_best_of' as const, + playoff_round_best_of: 'playoff_round_best_of' as const, + playoff_seats: 'playoff_seats' as const, + playoff_stage_type: 'playoff_stage_type' as const, + playoff_third_place_match: 'playoff_third_place_match' as const, + promote_count: 'promote_count' as const, + regular_season_stage_type: 'regular_season_stage_type' as const, + relegate_count: 'relegate_count' as const, + relegation_down_count: 'relegation_down_count' as const, + relegation_up_count: 'relegation_up_count' as const, + roster_lock_at: 'roster_lock_at' as const, + season_number: 'season_number' as const, + signup_closes_at: 'signup_closes_at' as const, + signup_opens_at: 'signup_opens_at' as const, + starts_at: 'starts_at' as const, + status: 'status' as const, + week_best_of: 'week_best_of' as const +} + +export const enumLeagueTeamMovementsConstraint = { + league_team_movements_league_season_id_league_team_id_key: 'league_team_movements_league_season_id_league_team_id_key' as const, + league_team_movements_pkey: 'league_team_movements_pkey' as const +} + +export const enumLeagueTeamMovementsSelectColumn = { + approved_at: 'approved_at' as const, + approved_by_steam_id: 'approved_by_steam_id' as const, + computed_to_division_id: 'computed_to_division_id' as const, + created_at: 'created_at' as const, + final_rank: 'final_rank' as const, + final_to_division_id: 'final_to_division_id' as const, + from_division_id: 'from_division_id' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + league_team_id: 'league_team_id' as const, + type: 'type' as const +} + +export const enumLeagueTeamMovementsUpdateColumn = { + approved_at: 'approved_at' as const, + approved_by_steam_id: 'approved_by_steam_id' as const, + computed_to_division_id: 'computed_to_division_id' as const, + created_at: 'created_at' as const, + final_rank: 'final_rank' as const, + final_to_division_id: 'final_to_division_id' as const, + from_division_id: 'from_division_id' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + league_team_id: 'league_team_id' as const, + type: 'type' as const +} + +export const enumLeagueTeamRostersConstraint = { + league_team_rosters_pkey: 'league_team_rosters_pkey' as const +} + +export const enumLeagueTeamRostersSelectColumn = { + added_at: 'added_at' as const, + league_team_season_id: 'league_team_season_id' as const, + player_steam_id: 'player_steam_id' as const, + removed_at: 'removed_at' as const, + removed_reason: 'removed_reason' as const, + status: 'status' as const +} + +export const enumLeagueTeamRostersUpdateColumn = { + added_at: 'added_at' as const, + league_team_season_id: 'league_team_season_id' as const, + player_steam_id: 'player_steam_id' as const, + removed_at: 'removed_at' as const, + removed_reason: 'removed_reason' as const, + status: 'status' as const +} + +export const enumLeagueTeamSeasonsConstraint = { + league_team_seasons_league_season_id_league_team_id_key: 'league_team_seasons_league_season_id_league_team_id_key' as const, + league_team_seasons_pkey: 'league_team_seasons_pkey' as const +} + +export const enumLeagueTeamSeasonsSelectColumn = { + assigned_division_id: 'assigned_division_id' as const, + captain_steam_id: 'captain_steam_id' as const, + created_at: 'created_at' as const, + decline_reason: 'decline_reason' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + league_team_id: 'league_team_id' as const, + registered_by_steam_id: 'registered_by_steam_id' as const, + requested_division_id: 'requested_division_id' as const, + seed: 'seed' as const, + status: 'status' as const, + tournament_team_id: 'tournament_team_id' as const +} + +export const enumLeagueTeamSeasonsUpdateColumn = { + assigned_division_id: 'assigned_division_id' as const, + captain_steam_id: 'captain_steam_id' as const, + created_at: 'created_at' as const, + decline_reason: 'decline_reason' as const, + id: 'id' as const, + league_season_id: 'league_season_id' as const, + league_team_id: 'league_team_id' as const, + registered_by_steam_id: 'registered_by_steam_id' as const, + requested_division_id: 'requested_division_id' as const, + seed: 'seed' as const, + status: 'status' as const, + tournament_team_id: 'tournament_team_id' as const +} + +export const enumLeagueTeamsConstraint = { + league_teams_pkey: 'league_teams_pkey' as const, + league_teams_team_id_key: 'league_teams_team_id_key' as const +} + +export const enumLeagueTeamsSelectColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + team_id: 'team_id' as const +} + +export const enumLeagueTeamsUpdateColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + team_id: 'team_id' as const +} + export const enumLobbiesConstraint = { lobbies_pkey: 'lobbies_pkey' as const } @@ -99480,6 +110220,31 @@ export const enumTournamentOrganizersUpdateColumn = { tournament_id: 'tournament_id' as const } +export const enumTournamentStageWindowsConstraint = { + tournament_stage_windows_pkey: 'tournament_stage_windows_pkey' as const, + tournament_stage_windows_tournament_stage_id_round_key: 'tournament_stage_windows_tournament_stage_id_round_key' as const +} + +export const enumTournamentStageWindowsSelectColumn = { + closes_at: 'closes_at' as const, + created_at: 'created_at' as const, + default_match_at: 'default_match_at' as const, + id: 'id' as const, + opens_at: 'opens_at' as const, + round: 'round' as const, + tournament_stage_id: 'tournament_stage_id' as const +} + +export const enumTournamentStageWindowsUpdateColumn = { + closes_at: 'closes_at' as const, + created_at: 'created_at' as const, + default_match_at: 'default_match_at' as const, + id: 'id' as const, + opens_at: 'opens_at' as const, + round: 'round' as const, + tournament_stage_id: 'tournament_stage_id' as const +} + export const enumTournamentStagesConstraint = { tournament_stages_pkey: 'tournament_stages_pkey' as const } @@ -99490,20 +110255,24 @@ export const enumTournamentStagesSelectColumn = { groups: 'groups' as const, id: 'id' as const, match_options_id: 'match_options_id' as const, + max_rounds: 'max_rounds' as const, max_teams: 'max_teams' as const, min_teams: 'min_teams' as const, order: 'order' as const, settings: 'settings' as const, + swiss_no_elimination: 'swiss_no_elimination' as const, third_place_match: 'third_place_match' as const, tournament_id: 'tournament_id' as const, type: 'type' as const } export const enumTournamentStagesSelectColumnTournamentStagesAggregateBoolExpBoolAndArgumentsColumns = { + swiss_no_elimination: 'swiss_no_elimination' as const, third_place_match: 'third_place_match' as const } export const enumTournamentStagesSelectColumnTournamentStagesAggregateBoolExpBoolOrArgumentsColumns = { + swiss_no_elimination: 'swiss_no_elimination' as const, third_place_match: 'third_place_match' as const } @@ -99513,10 +110282,12 @@ export const enumTournamentStagesUpdateColumn = { groups: 'groups' as const, id: 'id' as const, match_options_id: 'match_options_id' as const, + max_rounds: 'max_rounds' as const, max_teams: 'max_teams' as const, min_teams: 'min_teams' as const, order: 'order' as const, settings: 'settings' as const, + swiss_no_elimination: 'swiss_no_elimination' as const, third_place_match: 'third_place_match' as const, tournament_id: 'tournament_id' as const, type: 'type' as const @@ -99688,9 +110459,11 @@ export const enumTournamentsSelectColumn = { discord_voice_enabled: 'discord_voice_enabled' as const, discord_webhook: 'discord_webhook' as const, id: 'id' as const, + is_league: 'is_league' as const, match_options_id: 'match_options_id' as const, name: 'name' as const, 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 @@ -99712,6 +110485,7 @@ 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 } @@ -99731,6 +110505,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 } @@ -99756,9 +110531,11 @@ export const enumTournamentsUpdateColumn = { discord_voice_enabled: 'discord_voice_enabled' as const, discord_webhook: 'discord_webhook' as const, id: 'id' as const, + is_league: 'is_league' as const, match_options_id: 'match_options_id' as const, name: 'name' as const, 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 @@ -99781,6 +110558,83 @@ export const enumVGpuPoolStatusSelectColumn = { total_gpu_nodes: 'total_gpu_nodes' as const } +export const enumVLeagueDivisionStandingsSelectColumn = { + head_to_head_match_wins: 'head_to_head_match_wins' as const, + head_to_head_rounds_won: 'head_to_head_rounds_won' as const, + league_division_id: 'league_division_id' as const, + league_season_division_id: 'league_season_division_id' as const, + league_season_id: 'league_season_id' as const, + league_team_id: 'league_team_id' as const, + league_team_season_id: 'league_team_season_id' as const, + losses: 'losses' as const, + maps_lost: 'maps_lost' as const, + maps_won: 'maps_won' as const, + matches_played: 'matches_played' as const, + matches_remaining: 'matches_remaining' as const, + rank: 'rank' as const, + round_diff: 'round_diff' as const, + rounds_lost: 'rounds_lost' as const, + rounds_won: 'rounds_won' as const, + tournament_team_id: 'tournament_team_id' as const, + wins: 'wins' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumn = { + assists: 'assists' as const, + deaths: 'deaths' as const, + headshot_percentage: 'headshot_percentage' as const, + headshots: 'headshots' as const, + kdr: 'kdr' as const, + kills: 'kills' as const, + league_division_id: 'league_division_id' as const, + league_season_division_id: 'league_season_division_id' as const, + league_season_id: 'league_season_id' as const, + league_team_id: 'league_team_id' as const, + league_team_season_id: 'league_team_season_id' as const, + matches_played: 'matches_played' as const, + player_steam_id: 'player_steam_id' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpAvgArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpCorrArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpCovarSampArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpMaxArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpMinArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpStddevSampArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpSumArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + +export const enumVLeagueSeasonPlayerStatsSelectColumnVLeagueSeasonPlayerStatsAggregateBoolExpVarSampArgumentsColumns = { + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const +} + export const enumVMatchCaptainsSelectColumn = { captain: 'captain' as const, discord_id: 'discord_id' as const, diff --git a/generated/types.ts b/generated/types.ts index f1e87abeb..28a3dd2a7 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -3,556 +3,617 @@ export default { 3, 29, 38, - 79, + 78, 96, 104, 108, - 120, - 131, - 143, - 156, - 165, - 173, - 178, - 181, - 196, - 211, - 212, + 110, + 121, + 132, + 144, + 157, + 166, + 174, + 180, + 183, + 198, 213, - 225, - 233, - 239, - 248, - 256, - 273, - 284, - 285, - 286, - 298, - 318, - 329, - 330, - 331, - 343, - 363, - 375, - 376, - 377, - 389, - 401, - 402, - 411, - 415, - 421, - 422, - 432, - 436, - 442, - 443, - 453, - 457, - 463, - 464, - 474, - 478, - 484, - 485, - 495, - 499, - 505, - 506, - 516, - 520, - 526, - 527, - 537, - 541, - 547, - 548, - 557, - 561, - 567, - 568, - 578, - 582, - 588, - 589, - 599, - 603, - 609, - 610, - 619, + 214, + 215, + 227, + 236, + 242, + 251, + 259, + 276, + 287, + 288, + 289, + 301, + 321, + 332, + 333, + 334, + 346, + 366, + 378, + 379, + 380, + 392, + 404, + 405, + 414, + 418, + 424, + 425, + 435, + 439, + 445, + 446, + 456, + 460, + 466, + 467, + 477, + 481, + 487, + 488, + 498, + 502, + 508, + 509, + 519, + 523, + 529, + 530, + 540, + 544, + 550, + 551, + 560, + 564, + 570, + 571, + 581, + 585, + 591, + 592, + 602, + 606, + 612, + 613, 623, - 629, - 630, - 640, + 627, + 633, + 634, 644, - 650, - 651, - 660, - 664, - 670, - 671, - 681, - 685, - 691, - 692, - 701, - 705, - 711, - 712, - 722, - 726, - 732, - 733, - 743, + 648, + 654, + 655, + 665, + 669, + 675, + 676, + 686, + 690, + 696, + 697, + 706, + 710, + 716, + 717, + 727, + 731, + 737, + 738, 747, - 753, - 754, - 763, - 767, - 773, - 774, - 783, - 787, - 793, - 794, - 803, - 807, + 751, + 757, + 758, + 768, + 772, + 778, + 779, + 788, + 792, + 798, + 799, + 809, 813, - 814, - 823, - 827, - 833, + 819, + 820, + 830, 834, - 844, - 848, + 840, + 841, + 850, 854, - 855, - 864, - 868, + 860, + 861, + 870, 874, - 875, - 884, - 888, + 880, + 881, + 890, 894, - 895, - 904, - 908, + 900, + 901, + 910, 914, - 915, - 924, - 928, - 934, + 920, + 921, + 931, 935, - 945, - 949, + 941, + 942, + 951, 955, - 956, - 965, - 969, + 961, + 962, + 971, 975, - 976, - 985, - 989, + 981, + 982, + 991, 995, - 996, - 1006, - 1010, - 1016, - 1017, - 1027, - 1031, - 1037, - 1038, - 1047, - 1051, - 1057, - 1058, - 1067, - 1071, - 1077, - 1078, - 1087, - 1091, + 1001, + 1002, + 1011, + 1015, + 1021, + 1022, + 1032, + 1036, + 1042, + 1043, + 1052, + 1056, + 1062, + 1063, + 1072, + 1076, + 1082, + 1083, 1093, - 1100, - 1109, - 1117, - 1135, - 1151, - 1152, - 1153, + 1097, + 1103, + 1104, + 1114, + 1118, + 1124, + 1125, + 1134, + 1138, + 1144, + 1145, + 1154, + 1158, + 1164, 1165, - 1179, - 1193, - 1201, - 1212, - 1225, - 1233, + 1174, + 1178, + 1180, + 1187, + 1196, + 1204, + 1222, + 1238, + 1239, 1240, - 1242, - 1244, - 1258, - 1274, - 1283, - 1287, - 1301, + 1252, + 1266, + 1280, + 1288, + 1299, 1312, - 1313, - 1314, - 1326, - 1338, - 1347, - 1351, - 1363, + 1320, + 1328, + 1330, + 1332, + 1346, + 1364, 1374, - 1375, - 1376, - 1380, - 1392, - 1404, - 1416, - 1435, - 1450, - 1462, - 1482, - 1493, - 1494, - 1495, - 1507, - 1525, - 1537, - 1549, - 1570, - 1586, - 1587, - 1588, - 1600, - 1618, - 1629, - 1641, - 1657, - 1667, - 1671, - 1683, - 1695, - 1707, - 1720, - 1730, - 1738, - 1751, - 1761, - 1765, - 1780, - 1795, - 1796, - 1797, - 1809, + 1382, + 1397, + 1408, + 1420, + 1438, + 1449, + 1461, + 1479, + 1490, + 1502, + 1518, + 1529, + 1533, + 1541, + 1555, + 1563, + 1578, + 1589, + 1601, + 1619, + 1630, + 1642, + 1660, + 1672, + 1684, + 1696, + 1705, + 1709, + 1715, + 1724, + 1728, + 1742, + 1753, + 1754, + 1755, + 1767, + 1779, + 1788, + 1792, + 1804, + 1815, + 1816, + 1817, 1821, - 1829, 1833, 1845, 1857, - 1869, - 1881, - 1889, - 1893, - 1920, - 1921, - 1922, - 1946, - 1955, - 1963, - 1981, - 1996, - 1997, - 1998, - 2010, - 2018, - 2020, - 2031, - 2042, - 2054, - 2067, - 2077, - 2085, - 2095, - 2104, + 1876, + 1891, + 1903, + 1923, + 1934, + 1935, + 1936, + 1948, + 1966, + 1978, + 1990, + 2011, + 2027, + 2028, + 2029, + 2041, + 2059, + 2070, + 2082, + 2098, + 2108, 2112, - 2127, - 2138, - 2150, - 2170, - 2181, - 2182, - 2183, - 2195, - 2211, - 2231, - 2242, - 2254, - 2267, - 2276, - 2284, - 2299, + 2124, + 2136, + 2148, + 2161, + 2171, + 2179, + 2192, + 2202, + 2206, + 2221, + 2236, + 2237, + 2238, + 2250, + 2262, + 2270, + 2274, + 2286, + 2298, 2310, 2322, - 2342, - 2353, - 2354, - 2355, - 2367, - 2397, - 2408, - 2420, - 2428, + 2330, + 2334, + 2361, + 2362, + 2363, + 2387, + 2396, + 2404, + 2422, + 2437, + 2438, 2439, - 2440, - 2441, - 2453, + 2451, + 2459, + 2461, 2472, - 2494, - 2505, - 2517, - 2533, - 2559, - 2586, - 2597, - 2609, - 2625, - 2645, - 2656, - 2668, - 2686, - 2697, - 2709, - 2737, - 2748, - 2749, - 2750, + 2483, + 2495, + 2508, + 2518, + 2526, + 2536, + 2545, + 2553, + 2568, + 2579, + 2591, + 2611, + 2622, + 2623, + 2624, + 2636, + 2652, + 2672, + 2683, + 2695, + 2708, + 2717, + 2725, + 2740, 2751, - 2752, - 2753, - 2754, - 2755, - 2756, - 2768, - 2781, - 2791, - 2799, - 2810, - 2823, - 2831, - 2841, - 2850, - 2858, - 2873, - 2884, - 2896, - 2914, - 2925, - 2937, - 2961, - 2983, - 2993, - 3001, - 3011, - 3020, - 3028, - 3039, - 3049, - 3057, - 3067, - 3076, - 3084, - 3101, - 3113, - 3114, - 3115, + 2763, + 2783, + 2794, + 2795, + 2796, + 2808, + 2838, + 2849, + 2861, + 2869, + 2880, + 2881, + 2882, + 2894, + 2913, + 2935, + 2946, + 2958, + 2974, + 3000, + 3027, + 3038, + 3050, + 3066, + 3086, + 3097, + 3109, 3127, - 3139, - 3147, - 3151, - 3161, - 3171, - 3175, - 3182, + 3138, + 3150, + 3178, + 3189, + 3190, + 3191, 3192, - 3200, - 3210, - 3219, - 3227, - 3242, - 3253, - 3265, - 3285, - 3296, - 3297, - 3298, - 3310, - 3323, - 3332, - 3340, + 3193, + 3194, + 3195, + 3196, + 3197, + 3209, + 3222, + 3232, + 3240, + 3251, + 3264, + 3272, + 3282, + 3291, + 3299, + 3314, + 3325, + 3337, 3355, - 3365, 3366, - 3367, - 3371, - 3383, - 3394, - 3406, - 3426, - 3438, - 3439, - 3440, + 3378, + 3402, + 3424, + 3434, + 3442, 3452, - 3465, - 3475, + 3461, + 3469, 3483, 3493, - 3502, - 3510, - 3525, - 3537, - 3549, + 3501, + 3511, + 3520, + 3528, + 3545, 3557, 3558, - 3572, - 3584, - 3585, - 3586, - 3598, - 3616, - 3627, - 3639, - 3660, - 3676, - 3677, - 3678, - 3690, - 3708, - 3719, + 3559, + 3571, + 3583, + 3591, + 3595, + 3597, + 3607, + 3617, + 3621, + 3628, + 3638, + 3646, + 3656, + 3665, + 3673, + 3688, + 3699, + 3711, 3731, - 3749, - 3760, - 3772, - 3790, - 3802, - 3814, - 3834, - 3845, - 3846, - 3847, - 3859, - 3877, - 3889, - 3901, + 3742, + 3743, + 3744, + 3756, + 3769, + 3778, + 3786, + 3801, + 3811, + 3812, + 3813, + 3817, + 3829, + 3840, + 3852, + 3872, + 3884, + 3885, + 3886, + 3898, + 3911, 3921, - 3933, - 3934, - 3935, - 3947, - 3955, - 3966, - 3988, - 4016, - 4041, - 4059, - 4077, - 4098, - 4118, - 4144, - 4169, - 4187, - 4223, - 4224, - 4225, - 4226, - 4227, - 4228, - 4229, - 4230, - 4231, - 4256, - 4274, - 4292, - 4320, - 4347, - 4365, - 4383, - 4409, + 3929, + 3939, + 3948, + 3956, + 3971, + 3983, + 3995, + 4003, + 4004, + 4018, + 4030, + 4031, + 4032, + 4044, + 4062, + 4073, + 4085, + 4103, + 4114, + 4126, + 4147, + 4163, + 4164, + 4165, + 4177, + 4195, + 4206, + 4218, + 4236, + 4247, + 4259, + 4277, + 4289, + 4301, + 4321, + 4332, + 4333, + 4334, + 4346, + 4364, + 4376, + 4388, + 4408, + 4420, + 4421, + 4422, 4434, - 4452, + 4442, + 4453, 4479, - 4480, - 4481, - 4494, - 4514, - 4534, - 4564, - 4576, - 4577, - 4578, - 4579, - 4580, - 4581, - 4582, - 4583, - 4584, - 4596, + 4522, + 4523, + 4524, + 4525, + 4526, + 4527, + 4528, + 4529, + 4530, + 4559, + 4587, + 4612, 4630, - 4631, - 4632, - 4633, - 4634, - 4635, - 4636, - 4637, - 4638, - 4681, - 4682, - 4683, - 4684, - 4685, - 4686, - 4687, - 4688, - 4689 + 4648, + 4669, + 4689, + 4715, + 4740, + 4758, + 4794, + 4795, + 4796, + 4797, + 4798, + 4799, + 4800, + 4801, + 4802, + 4827, + 4845, + 4863, + 4891, + 4918, + 4936, + 4954, + 4980, + 5005, + 5023, + 5050, + 5051, + 5052, + 5065, + 5085, + 5105, + 5135, + 5147, + 5148, + 5149, + 5150, + 5151, + 5152, + 5153, + 5154, + 5155, + 5167, + 5201, + 5202, + 5203, + 5204, + 5205, + 5206, + 5207, + 5208, + 5209, + 5252, + 5253, + 5254, + 5255, + 5256, + 5257, + 5258, + 5259, + 5260 ], "types": { "ActiveConnection": { "application_name": [ - 79 + 78 ], "client_addr": [ - 79 + 78 ], "pid": [ 38 ], "query": [ - 79 + 78 ], "query_start": [ - 3557 + 4003 ], "state": [ - 79 + 78 ], "usename": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "ActiveQuery": { "application_name": [ - 79 + 78 ], "client_addr": [ - 79 + 78 ], "duration_seconds": [ 29 @@ -561,33 +622,33 @@ export default { 38 ], "query": [ - 79 + 78 ], "query_start": [ - 3557 + 4003 ], "state": [ - 79 + 78 ], "usename": [ - 79 + 78 ], "wait_event": [ - 79 + 78 ], "wait_event_type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "ApiKeyResponse": { "key": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "Boolean": {}, @@ -620,7 +681,7 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "ClipAudioInput": { @@ -634,27 +695,27 @@ export default { 38 ], "track_url": [ - 79 + 78 ], "volume": [ 29 ], "__typename": [ - 79 + 78 ] }, "ClipOutputInput": { "format": [ - 79 + 78 ], "fps": [ 38 ], "resolution": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "ClipOverlayInput": { @@ -662,16 +723,16 @@ export default { 38 ], "payload": [ - 1244 + 1332 ], "start_ms": [ 38 ], "type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "ClipSegmentInput": { @@ -679,13 +740,13 @@ export default { 38 ], "pov_steam_id": [ - 79 + 78 ], "start_tick": [ 38 ], "__typename": [ - 79 + 78 ] }, "ClipSpecInput": { @@ -693,10 +754,10 @@ export default { 5 ], "destination": [ - 79 + 78 ], "match_map_id": [ - 3955 + 4442 ], "output": [ 6 @@ -708,10 +769,10 @@ export default { 8 ], "title": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "ConnectionByState": { @@ -719,16 +780,16 @@ export default { 38 ], "state": [ - 79 + 78 ], "wait_event_type": [ - 79 + 78 ], "waiting_count": [ 38 ], "__typename": [ - 79 + 78 ] }, "ConnectionStats": { @@ -751,51 +812,51 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "CpuStat": { "time": [ - 3557 + 4003 ], "total": [ - 178 + 180 ], "used": [ - 178 + 180 ], "window": [ 29 ], "__typename": [ - 79 + 78 ] }, "CreateClipRenderOutput": { "job_id": [ - 3955 + 4442 ], "success": [ 3 ], "__typename": [ - 79 + 78 ] }, "CreateDraftGameOutput": { "draftGameId": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "CreateScheduledMatchOutput": { "matchId": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "DatabaseStats": { @@ -812,7 +873,7 @@ export default { 38 ], "datname": [ - 79 + 78 ], "deadlocks": [ 38 @@ -842,7 +903,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "DbStats": { @@ -865,10 +926,10 @@ export default { 29 ], "query": [ - 79 + 78 ], "queryid": [ - 79 + 78 ], "shared_blks_hit": [ 38 @@ -883,24 +944,24 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "DedicatedSeverInfo": { "id": [ - 79 + 78 ], "lastPing": [ - 79 + 78 ], "map": [ - 79 + 78 ], "players": [ 38 ], "__typename": [ - 79 + 78 ] }, "DeleteOrphansOutput": { @@ -917,30 +978,30 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "DiskStat": { "available": [ - 79 + 78 ], "filesystem": [ - 79 + 78 ], "mountpoint": [ - 79 + 78 ], "size": [ - 79 + 78 ], "used": [ - 79 + 78 ], "usedPercent": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "DiskStats": { @@ -948,10 +1009,10 @@ export default { 20 ], "time": [ - 3557 + 4003 ], "__typename": [ - 79 + 78 ] }, "DraftGamePreviewOutput": { @@ -959,25 +1020,25 @@ export default { 38 ], "access": [ - 79 + 78 ], "capacity": [ 38 ], "host_avatar_url": [ - 79 + 78 ], "host_name": [ - 79 + 78 ], "host_steam_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "mode": [ - 79 + 78 ], "players": [ 23 @@ -986,30 +1047,30 @@ export default { 3 ], "status": [ - 79 + 78 ], "type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "DraftGamePreviewPlayer": { "avatar_url": [ - 79 + 78 ], "name": [ - 79 + 78 ], "status": [ - 79 + 78 ], "steam_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "FaceitTestOutput": { @@ -1020,32 +1081,32 @@ export default { 25 ], "__typename": [ - 79 + 78 ] }, "FaceitTestResult": { "detail": [ - 79 + 78 ], "ok": [ 3 ], "__typename": [ - 79 + 78 ] }, "FileContentResponse": { "content": [ - 79 + 78 ], "path": [ - 79 + 78 ], "size": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "FileItem": { @@ -1053,33 +1114,33 @@ export default { 3 ], "modified": [ - 3557 + 4003 ], "name": [ - 79 + 78 ], "path": [ - 79 + 78 ], "size": [ - 178 + 180 ], "type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "FileListResponse": { "currentPath": [ - 79 + 78 ], "items": [ 27 ], "__typename": [ - 79 + 78 ] }, "Float": {}, @@ -1112,18 +1173,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "GetTestUploadResponse": { "error": [ - 79 + 78 ], "link": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "GpuDeviceStat": { @@ -1137,7 +1198,7 @@ export default { 38 ], "name": [ - 79 + 78 ], "power_w": [ 38 @@ -1149,7 +1210,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "GpuStats": { @@ -1157,10 +1218,10 @@ export default { 32 ], "time": [ - 3557 + 4003 ], "__typename": [ - 79 + 78 ] }, "HighlightPresetAvailability": { @@ -1180,7 +1241,7 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "HypertableInfo": { @@ -1188,13 +1249,13 @@ export default { 3 ], "hypertable_name": [ - 79 + 78 ], "num_chunks": [ 38 ], "__typename": [ - 79 + 78 ] }, "IndexIOStat": { @@ -1205,16 +1266,16 @@ export default { 38 ], "indexname": [ - 79 + 78 ], "schemaname": [ - 79 + 78 ], "tablename": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "IndexStat": { @@ -1231,19 +1292,19 @@ export default { 38 ], "indexname": [ - 79 + 78 ], "schemaname": [ - 79 + 78 ], "table_size": [ 38 ], "tablename": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "Int": {}, @@ -1276,7 +1337,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "KickResult": { @@ -1284,45 +1345,45 @@ export default { 3 ], "message": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "LiveSpecGsi": { "map_name": [ - 79 + 78 ], "map_phase": [ - 79 + 78 ], "round_number": [ 38 ], "round_phase": [ - 79 + 78 ], "spec_slots": [ 42 ], "spectated_steam_id": [ - 79 + 78 ], "team_ct_name": [ - 79 + 78 ], "team_ct_score": [ 38 ], "team_t_name": [ - 79 + 78 ], "team_t_score": [ 38 ], "__typename": [ - 79 + 78 ] }, "LiveSpecSlot": { @@ -1333,19 +1394,19 @@ export default { 38 ], "name": [ - 79 + 78 ], "slot": [ 38 ], "steam_id": [ - 79 + 78 ], "team": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "LiveStreamSpecState": { @@ -1353,7 +1414,7 @@ export default { 41 ], "__typename": [ - 79 + 78 ] }, "LockInfo": { @@ -1361,71 +1422,71 @@ export default { 3 ], "locktype": [ - 79 + 78 ], "mode": [ - 79 + 78 ], "pid": [ 38 ], "query": [ - 79 + 78 ], "relation": [ - 79 + 78 ], "usename": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "MeResponse": { "avatar_url": [ - 79 + 78 ], "country": [ - 79 + 78 ], "discord_id": [ - 79 + 78 ], "language": [ - 79 + 78 ], "name": [ - 79 + 78 ], "player": [ - 2978 + 3419 ], "profile_url": [ - 79 + 78 ], "role": [ - 79 + 78 ], "steam_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "MemoryStat": { "time": [ - 3557 + 4003 ], "total": [ - 178 + 180 ], "used": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "NetworkStats": { @@ -1433,65 +1494,65 @@ export default { 49 ], "time": [ - 3557 + 4003 ], "__typename": [ - 79 + 78 ] }, "NewsPost": { "author_steam_id": [ - 79 + 78 ], "content_markdown": [ - 79 + 78 ], "cover_image_url": [ - 79 + 78 ], "created_at": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "published_at": [ - 79 + 78 ], "slug": [ - 79 + 78 ], "status": [ - 79 + 78 ], "teaser": [ - 79 + 78 ], "title": [ - 79 + 78 ], "updated_at": [ - 79 + 78 ], "view_count": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "NicStat": { "name": [ - 79 + 78 ], "rx": [ - 178 + 180 ], "tx": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "NodeStats": { @@ -1511,26 +1572,26 @@ export default { 47 ], "node": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "OrphanObject": { "key": [ - 79 + 78 ], "size": [ 29 ], "__typename": [ - 79 + 78 ] }, "OrphanScanResultOutput": { "bucket": [ - 79 + 78 ], "clip_bytes": [ 29 @@ -1563,7 +1624,7 @@ export default { 38 ], "scanned_at": [ - 79 + 78 ], "scanning": [ 3 @@ -1581,18 +1642,18 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "PendingMatchImportActionOutput": { "error": [ - 79 + 78 ], "success": [ 3 ], "__typename": [ - 79 + 78 ] }, "PodStats": { @@ -1603,13 +1664,13 @@ export default { 46 ], "name": [ - 79 + 78 ], "node": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "PreviewTournamentMatchResetOutput": { @@ -1617,24 +1678,24 @@ export default { 90 ], "__typename": [ - 79 + 78 ] }, "QueryDetail": { "explain_plan": [ - 79 + 78 ], "query": [ - 79 + 78 ], "queryid": [ - 79 + 78 ], "stats": [ 57 ], "__typename": [ - 79 + 78 ] }, "QueryStat": { @@ -1660,10 +1721,10 @@ export default { 29 ], "query": [ - 79 + 78 ], "queryid": [ - 79 + 78 ], "shared_blks_hit": [ 38 @@ -1684,7 +1745,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "RecomputeEloStartedOutput": { @@ -1695,7 +1756,7 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "RecomputeEloStatusOutput": { @@ -1706,25 +1767,25 @@ export default { 38 ], "current_match_id": [ - 79 + 78 ], "failed": [ 38 ], "finished_at": [ - 79 + 78 ], "running": [ 3 ], "started_at": [ - 79 + 78 ], "total": [ 38 ], "__typename": [ - 79 + 78 ] }, "ReindexStartedOutput": { @@ -1735,7 +1796,7 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "ReindexStatusOutput": { @@ -1746,25 +1807,25 @@ export default { 38 ], "current_steam_id": [ - 79 + 78 ], "failed": [ 38 ], "finished_at": [ - 79 + 78 ], "running": [ 3 ], "started_at": [ - 79 + 78 ], "total": [ 38 ], "__typename": [ - 79 + 78 ] }, "ReparseAllStartedOutput": { @@ -1775,7 +1836,7 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "ReparseAllStatusOutput": { @@ -1786,25 +1847,25 @@ export default { 38 ], "current_demo_id": [ - 79 + 78 ], "failed": [ 38 ], "finished_at": [ - 79 + 78 ], "running": [ 3 ], "started_at": [ - 79 + 78 ], "total": [ 38 ], "__typename": [ - 79 + 78 ] }, "SanctionResult": { @@ -1812,13 +1873,13 @@ export default { 3 ], "id": [ - 79 + 78 ], "message": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "ScanStartedOutput": { @@ -1829,26 +1890,18 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "ScheduledLineupInput": { "steam_ids": [ - 79 + 78 ], "team_id": [ - 79 - ], - "__typename": [ - 79 - ] - }, - "ScrimCalendarOutput": { - "url": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "SeasonBackfillStatusOutput": { @@ -1859,61 +1912,61 @@ export default { 38 ], "current_match_id": [ - 79 + 78 ], "failed": [ 38 ], "finished_at": [ - 79 + 78 ], "running": [ 3 ], "season_id": [ - 79 + 78 ], "started_at": [ - 79 + 78 ], "total": [ 38 ], "__typename": [ - 79 + 78 ] }, "ServerPlayer": { "name": [ - 79 + 78 ], "steam_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "SetupGameServeOutput": { "gameServerId": [ - 79 + 78 ], "link": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "SteamMatchHistoryLinkOutput": { "error": [ - 79 + 78 ], "success": [ 3 ], "__typename": [ - 79 + 78 ] }, "SteamMatchHistoryPollOutput": { @@ -1921,27 +1974,27 @@ export default { 38 ], "error": [ - 79 + 78 ], "success": [ 3 ], "__typename": [ - 79 + 78 ] }, "SteamPresenceAdminStatusOutput": { "bots": [ - 74 + 73 ], "enabled": [ 3 ], "pool": [ - 76 + 75 ], "__typename": [ - 79 + 78 ] }, "SteamPresenceBot": { @@ -1955,10 +2008,10 @@ export default { 3 ], "guardType": [ - 79 + 78 ], "id": [ - 79 + 78 ], "needs2fa": [ 3 @@ -1967,36 +2020,36 @@ export default { 3 ], "steamId": [ - 79 + 78 ], "steamLevel": [ 38 ], "username": [ - 79 + 78 ], "watching": [ 38 ], "__typename": [ - 79 + 78 ] }, "SteamPresenceBotAssignment": { "addUrl": [ - 79 + 78 ], "enabled": [ 3 ], "status": [ - 79 + 78 ], "steamId": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "SteamPresencePool": { @@ -2016,18 +2069,18 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "StorageStats": { "summary": [ - 78 + 77 ], "tables": [ - 84 + 83 ], "__typename": [ - 79 + 78 ] }, "StorageSummary": { @@ -2044,108 +2097,108 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "String": {}, "String_array_comparison_exp": { "_contained_in": [ - 79 + 78 ], "_contains": [ - 79 + 78 ], "_eq": [ - 79 + 78 ], "_gt": [ - 79 + 78 ], "_gte": [ - 79 + 78 ], "_in": [ - 79 + 78 ], "_is_null": [ 3 ], "_lt": [ - 79 + 78 ], "_lte": [ - 79 + 78 ], "_neq": [ - 79 + 78 ], "_nin": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "String_comparison_exp": { "_eq": [ - 79 + 78 ], "_gt": [ - 79 + 78 ], "_gte": [ - 79 + 78 ], "_ilike": [ - 79 + 78 ], "_in": [ - 79 + 78 ], "_iregex": [ - 79 + 78 ], "_is_null": [ 3 ], "_like": [ - 79 + 78 ], "_lt": [ - 79 + 78 ], "_lte": [ - 79 + 78 ], "_neq": [ - 79 + 78 ], "_nilike": [ - 79 + 78 ], "_nin": [ - 79 + 78 ], "_niregex": [ - 79 + 78 ], "_nlike": [ - 79 + 78 ], "_nregex": [ - 79 + 78 ], "_nsimilar": [ - 79 + 78 ], "_regex": [ - 79 + 78 ], "_similar": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "SuccessOutput": { @@ -2153,7 +2206,7 @@ export default { 3 ], "__typename": [ - 79 + 78 ] }, "TableIOStat": { @@ -2173,13 +2226,13 @@ export default { 38 ], "relname": [ - 79 + 78 ], "schemaname": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "TableSizeInfo": { @@ -2196,19 +2249,19 @@ export default { 38 ], "schemaname": [ - 79 + 78 ], "table_size": [ 29 ], "tablename": [ - 79 + 78 ], "total_size": [ 29 ], "__typename": [ - 79 + 78 ] }, "TableStat": { @@ -2219,16 +2272,16 @@ export default { 38 ], "last_analyze": [ - 3557 + 4003 ], "last_autoanalyze": [ - 3557 + 4003 ], "last_autovacuum": [ - 3557 + 4003 ], "last_vacuum": [ - 3557 + 4003 ], "n_dead_tup": [ 38 @@ -2249,10 +2302,10 @@ export default { 38 ], "relname": [ - 79 + 78 ], "schemaname": [ - 79 + 78 ], "seq_scan": [ 38 @@ -2261,7 +2314,15 @@ export default { 38 ], "__typename": [ - 79 + 78 + ] + }, + "TeamCalendarOutput": { + "url": [ + 78 + ], + "__typename": [ + 78 ] }, "TelemetryStats": { @@ -2269,35 +2330,35 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "TestUploadResponse": { "error": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "TimescaleJob": { "hypertable_name": [ - 79 + 78 ], "job_id": [ 38 ], "job_type": [ - 79 + 78 ], "last_run_status": [ - 79 + 78 ], "next_start": [ - 3557 + 4003 ], "__typename": [ - 79 + 78 ] }, "TimescaleStats": { @@ -2311,12 +2372,12 @@ export default { 88 ], "__typename": [ - 79 + 78 ] }, "TournamentMatchResetImpact": { "bracket_id": [ - 3955 + 4442 ], "depth": [ 38 @@ -2325,56 +2386,56 @@ export default { 3 ], "match_id": [ - 3955 + 4442 ], "match_number": [ 38 ], "match_status": [ - 79 + 78 ], "path": [ - 79 + 78 ], "round": [ 38 ], "stage_type": [ - 79 + 78 ], "will_delete_match": [ 3 ], "__typename": [ - 79 + 78 ] }, "WatchDemoOutput": { "match_map_id": [ - 79 + 78 ], "session_id": [ - 79 + 78 ], "stream_url": [ - 79 + 78 ], "success": [ 3 ], "__typename": [ - 79 + 78 ] }, "_map_pool": { "map_id": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "_map_pool_aggregate": { @@ -2385,7 +2446,7 @@ export default { 92 ], "__typename": [ - 79 + 78 ] }, "_map_pool_aggregate_fields": { @@ -2408,7 +2469,7 @@ export default { 99 ], "__typename": [ - 79 + 78 ] }, "_map_pool_bool_exp": { @@ -2422,47 +2483,47 @@ export default { 95 ], "map_id": [ - 3957 + 4444 ], "map_pool_id": [ - 3957 + 4444 ], "__typename": [ - 79 + 78 ] }, "_map_pool_constraint": {}, "_map_pool_insert_input": { "map_id": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "_map_pool_max_fields": { "map_id": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "_map_pool_min_fields": { "map_id": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "_map_pool_mutation_response": { @@ -2473,7 +2534,7 @@ export default { 92 ], "__typename": [ - 79 + 78 ] }, "_map_pool_on_conflict": { @@ -2487,41 +2548,41 @@ export default { 95 ], "__typename": [ - 79 + 78 ] }, "_map_pool_order_by": { "map_id": [ - 2020 + 2461 ], "map_pool_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "_map_pool_pk_columns_input": { "map_id": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "_map_pool_select_column": {}, "_map_pool_set_input": { "map_id": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "_map_pool_stream_cursor_input": { @@ -2529,21 +2590,21 @@ export default { 107 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "_map_pool_stream_cursor_value_input": { "map_id": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "_map_pool_update_column": {}, @@ -2555,68 +2616,69 @@ export default { 95 ], "__typename": [ - 79 + 78 ] }, + "_uuid": {}, "abandoned_matches": { "abandoned_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_aggregate": { "aggregate": [ - 114 + 115 ], "nodes": [ - 110 + 111 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_aggregate_bool_exp": { "count": [ - 113 + 114 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_aggregate_bool_exp_count": { "arguments": [ - 131 + 132 ], "distinct": [ 3 ], "filter": [ - 119 + 120 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_aggregate_fields": { "avg": [ - 117 + 118 ], "count": [ 38, { "columns": [ - 131, + 132, "[abandoned_matches_select_column!]" ], "distinct": [ @@ -2625,83 +2687,83 @@ export default { } ], "max": [ - 123 + 124 ], "min": [ - 125 + 126 ], "stddev": [ - 133 + 134 ], "stddev_pop": [ - 135 + 136 ], "stddev_samp": [ - 137 + 138 ], "sum": [ - 141 + 142 ], "var_pop": [ - 145 + 146 ], "var_samp": [ - 147 + 148 ], "variance": [ - 149 + 150 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_aggregate_order_by": { "avg": [ - 118 + 119 ], "count": [ - 2020 + 2461 ], "max": [ - 124 + 125 ], "min": [ - 126 + 127 ], "stddev": [ - 134 + 135 ], "stddev_pop": [ - 136 + 137 ], "stddev_samp": [ - 138 + 139 ], "sum": [ - 142 + 143 ], "var_pop": [ - 146 + 147 ], "var_samp": [ - 148 + 149 ], "variance": [ - 150 + 151 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_arr_rel_insert_input": { "data": [ - 122 + 123 ], "on_conflict": [ - 128 + 129 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_avg_fields": { @@ -2709,117 +2771,117 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_avg_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_bool_exp": { "_and": [ - 119 + 120 ], "_not": [ - 119 + 120 ], "_or": [ - 119 + 120 ], "abandoned_at": [ - 3559 + 4005 ], "id": [ - 3957 + 4444 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_constraint": {}, "abandoned_matches_inc_input": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_insert_input": { "abandoned_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_max_fields": { "abandoned_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_max_order_by": { "abandoned_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_min_fields": { "abandoned_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_min_order_by": { "abandoned_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_mutation_response": { @@ -2827,61 +2889,61 @@ export default { 38 ], "returning": [ - 110 + 111 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_on_conflict": { "constraint": [ - 120 + 121 ], "update_columns": [ - 143 + 144 ], "where": [ - 119 + 120 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_order_by": { "abandoned_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_select_column": {}, "abandoned_matches_set_input": { "abandoned_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stddev_fields": { @@ -2889,15 +2951,15 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stddev_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stddev_pop_fields": { @@ -2905,15 +2967,15 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stddev_pop_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stddev_samp_fields": { @@ -2921,71 +2983,71 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stddev_samp_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stream_cursor_input": { "initial_value": [ - 140 + 141 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_stream_cursor_value_input": { "abandoned_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_sum_fields": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_sum_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_update_column": {}, "abandoned_matches_updates": { "_inc": [ - 121 + 122 ], "_set": [ - 132 + 133 ], "where": [ - 119 + 120 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_var_pop_fields": { @@ -2993,15 +3055,15 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_var_pop_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_var_samp_fields": { @@ -3009,15 +3071,15 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_var_samp_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_variance_fields": { @@ -3025,57 +3087,57 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "abandoned_matches_variance_order_by": { "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "api_keys": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "last_used_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_aggregate": { "aggregate": [ - 153 + 154 ], "nodes": [ - 151 + 152 ], "__typename": [ - 79 + 78 ] }, "api_keys_aggregate_fields": { "avg": [ - 154 + 155 ], "count": [ 38, { "columns": [ - 165, + 166, "[api_keys_select_column!]" ], "distinct": [ @@ -3084,34 +3146,34 @@ export default { } ], "max": [ - 159 + 160 ], "min": [ - 160 + 161 ], "stddev": [ - 167 + 168 ], "stddev_pop": [ - 168 + 169 ], "stddev_samp": [ - 169 + 170 ], "sum": [ - 172 + 173 ], "var_pop": [ - 175 + 176 ], "var_samp": [ - 176 + 177 ], "variance": [ - 177 + 178 ], "__typename": [ - 79 + 78 ] }, "api_keys_avg_fields": { @@ -3119,105 +3181,105 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "api_keys_bool_exp": { "_and": [ - 155 + 156 ], "_not": [ - 155 + 156 ], "_or": [ - 155 + 156 ], "created_at": [ - 3559 + 4005 ], "id": [ - 3957 + 4444 ], "label": [ - 81 + 80 ], "last_used_at": [ - 3559 + 4005 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "api_keys_constraint": {}, "api_keys_inc_input": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_insert_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "last_used_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_max_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "last_used_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_min_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "last_used_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_mutation_response": { @@ -3225,73 +3287,73 @@ export default { 38 ], "returning": [ - 151 + 152 ], "__typename": [ - 79 + 78 ] }, "api_keys_on_conflict": { "constraint": [ - 156 + 157 ], "update_columns": [ - 173 + 174 ], "where": [ - 155 + 156 ], "__typename": [ - 79 + 78 ] }, "api_keys_order_by": { "created_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "label": [ - 2020 + 2461 ], "last_used_at": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "api_keys_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "api_keys_select_column": {}, "api_keys_set_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "last_used_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_stddev_fields": { @@ -3299,7 +3361,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "api_keys_stddev_pop_fields": { @@ -3307,7 +3369,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "api_keys_stddev_samp_fields": { @@ -3315,61 +3377,61 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "api_keys_stream_cursor_input": { "initial_value": [ - 171 + 172 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "api_keys_stream_cursor_value_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "last_used_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_sum_fields": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "api_keys_update_column": {}, "api_keys_updates": { "_inc": [ - 157 + 158 ], "_set": [ - 166 + 167 ], "where": [ - 155 + 156 ], "__typename": [ - 79 + 78 ] }, "api_keys_var_pop_fields": { @@ -3377,7 +3439,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "api_keys_var_samp_fields": { @@ -3385,7 +3447,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "api_keys_variance_fields": { @@ -3393,279 +3455,287 @@ export default { 29 ], "__typename": [ - 79 + 78 + ] + }, + "approve_league_season_movements_args": { + "_league_season_id": [ + 4442 + ], + "__typename": [ + 78 ] }, "bigint": {}, "bigint_array_comparison_exp": { "_contained_in": [ - 178 + 180 ], "_contains": [ - 178 + 180 ], "_eq": [ - 178 + 180 ], "_gt": [ - 178 + 180 ], "_gte": [ - 178 + 180 ], "_in": [ - 178 + 180 ], "_is_null": [ 3 ], "_lt": [ - 178 + 180 ], "_lte": [ - 178 + 180 ], "_neq": [ - 178 + 180 ], "_nin": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "bigint_comparison_exp": { "_eq": [ - 178 + 180 ], "_gt": [ - 178 + 180 ], "_gte": [ - 178 + 180 ], "_in": [ - 178 + 180 ], "_is_null": [ 3 ], "_lt": [ - 178 + 180 ], "_lte": [ - 178 + 180 ], "_neq": [ - 178 + 180 ], "_nin": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "bytea": {}, "bytea_comparison_exp": { "_eq": [ - 181 + 183 ], "_gt": [ - 181 + 183 ], "_gte": [ - 181 + 183 ], "_in": [ - 181 + 183 ], "_is_null": [ 3 ], "_lt": [ - 181 + 183 ], "_lte": [ - 181 + 183 ], "_neq": [ - 181 + 183 ], "_nin": [ - 181 + 183 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs": { "clip": [ - 1382 + 1823 ], "clip_id": [ - 3955 + 4442 ], "created_at": [ - 3558 + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node": [ - 1122 + 1209 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "k8s_job_name": [ - 79 + 78 ], "last_status_at": [ - 3558 + 4004 ], "match_map": [ - 1673 + 2114 ], "match_map_demo": [ - 1557 + 1998 ], "match_map_demo_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "paused": [ 3 ], "progress": [ - 2018 + 2459 ], "session_token": [ - 79 + 78 ], "sort_index": [ 38 ], "spec": [ - 1244, + 1332, { "path": [ - 79 + 78 ] } ], "status": [ - 79 + 78 ], "status_history": [ - 1244, + 1332, { "path": [ - 79 + 78 ] } ], "user": [ - 2978 + 3419 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_aggregate": { "aggregate": [ - 189 + 191 ], "nodes": [ - 183 + 185 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_aggregate_bool_exp": { "bool_and": [ - 186 + 188 ], "bool_or": [ - 187 + 189 ], "count": [ - 188 + 190 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_aggregate_bool_exp_bool_and": { "arguments": [ - 212 + 214 ], "distinct": [ 3 ], "filter": [ - 195 + 197 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_aggregate_bool_exp_bool_or": { "arguments": [ - 213 + 215 ], "distinct": [ 3 ], "filter": [ - 195 + 197 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_aggregate_bool_exp_count": { "arguments": [ - 211 + 213 ], "distinct": [ 3 ], "filter": [ - 195 + 197 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_aggregate_fields": { "avg": [ - 193 + 195 ], "count": [ 38, { "columns": [ - 211, + 213, "[clip_render_jobs_select_column!]" ], "distinct": [ @@ -3674,94 +3744,94 @@ export default { } ], "max": [ - 202 + 204 ], "min": [ - 204 + 206 ], "stddev": [ - 215 + 217 ], "stddev_pop": [ - 217 + 219 ], "stddev_samp": [ - 219 + 221 ], "sum": [ - 223 + 225 ], "var_pop": [ - 227 + 229 ], "var_samp": [ - 229 + 231 ], "variance": [ - 231 + 233 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_aggregate_order_by": { "avg": [ - 194 + 196 ], "count": [ - 2020 + 2461 ], "max": [ - 203 + 205 ], "min": [ - 205 + 207 ], "stddev": [ - 216 + 218 ], "stddev_pop": [ - 218 + 220 ], "stddev_samp": [ - 220 + 222 ], "sum": [ - 224 + 226 ], "var_pop": [ - 228 + 230 ], "var_samp": [ - 230 + 232 ], "variance": [ - 232 + 234 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_append_input": { "spec": [ - 1244 + 1332 ], "status_history": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_arr_rel_insert_input": { "data": [ - 201 + 203 ], "on_conflict": [ - 207 + 209 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_avg_fields": { @@ -3775,113 +3845,113 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_avg_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_bool_exp": { "_and": [ - 195 + 197 ], "_not": [ - 195 + 197 ], "_or": [ - 195 + 197 ], "clip": [ - 1391 + 1832 ], "clip_id": [ - 3957 + 4444 ], "created_at": [ - 3559 + 4005 ], "error_message": [ - 81 + 80 ], "game_server_node": [ - 1134 + 1221 ], "game_server_node_id": [ - 81 + 80 ], "id": [ - 3957 + 4444 ], "k8s_job_name": [ - 81 + 80 ], "last_status_at": [ - 3559 + 4005 ], "match_map": [ - 1682 + 2123 ], "match_map_demo": [ - 1569 + 2010 ], "match_map_demo_id": [ - 3957 + 4444 ], "match_map_id": [ - 3957 + 4444 ], "paused": [ 4 ], "progress": [ - 2019 + 2460 ], "session_token": [ - 81 + 80 ], "sort_index": [ 39 ], "spec": [ - 1246 + 1334 ], "status": [ - 81 + 80 ], "status_history": [ - 1246 + 1334 ], "user": [ - 2982 + 3423 ], "user_steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_constraint": {}, "clip_render_jobs_delete_at_path_input": { "spec": [ - 79 + 78 ], "status_history": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_delete_elem_input": { @@ -3892,291 +3962,291 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_delete_key_input": { "spec": [ - 79 + 78 ], "status_history": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_inc_input": { "progress": [ - 2018 + 2459 ], "sort_index": [ 38 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_insert_input": { "clip": [ - 1400 + 1841 ], "clip_id": [ - 3955 + 4442 ], "created_at": [ - 3558 + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node": [ - 1146 + 1233 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "k8s_job_name": [ - 79 + 78 ], "last_status_at": [ - 3558 + 4004 ], "match_map": [ - 1691 + 2132 ], "match_map_demo": [ - 1581 + 2022 ], "match_map_demo_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "paused": [ 3 ], "progress": [ - 2018 + 2459 ], "session_token": [ - 79 + 78 ], "sort_index": [ 38 ], "spec": [ - 1244 + 1332 ], "status": [ - 79 + 78 ], "status_history": [ - 1244 + 1332 ], "user": [ - 2989 + 3430 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_max_fields": { "clip_id": [ - 3955 + 4442 ], "created_at": [ - 3558 + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "k8s_job_name": [ - 79 + 78 ], "last_status_at": [ - 3558 + 4004 ], "match_map_demo_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "progress": [ - 2018 + 2459 ], "session_token": [ - 79 + 78 ], "sort_index": [ 38 ], "status": [ - 79 + 78 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_max_order_by": { "clip_id": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "error_message": [ - 2020 + 2461 ], "game_server_node_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "k8s_job_name": [ - 2020 + 2461 ], "last_status_at": [ - 2020 + 2461 ], "match_map_demo_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "progress": [ - 2020 + 2461 ], "session_token": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "status": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_min_fields": { "clip_id": [ - 3955 + 4442 ], "created_at": [ - 3558 + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "k8s_job_name": [ - 79 + 78 ], "last_status_at": [ - 3558 + 4004 ], "match_map_demo_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "progress": [ - 2018 + 2459 ], "session_token": [ - 79 + 78 ], "sort_index": [ 38 ], "status": [ - 79 + 78 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_min_order_by": { "clip_id": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "error_message": [ - 2020 + 2461 ], "game_server_node_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "k8s_job_name": [ - 2020 + 2461 ], "last_status_at": [ - 2020 + 2461 ], "match_map_demo_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "progress": [ - 2020 + 2461 ], "session_token": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "status": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_mutation_response": { @@ -4184,114 +4254,114 @@ export default { 38 ], "returning": [ - 183 + 185 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_on_conflict": { "constraint": [ - 196 + 198 ], "update_columns": [ - 225 + 227 ], "where": [ - 195 + 197 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_order_by": { "clip": [ - 1402 + 1843 ], "clip_id": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "error_message": [ - 2020 + 2461 ], "game_server_node": [ - 1148 + 1235 ], "game_server_node_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "k8s_job_name": [ - 2020 + 2461 ], "last_status_at": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_demo": [ - 1583 + 2024 ], "match_map_demo_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "paused": [ - 2020 + 2461 ], "progress": [ - 2020 + 2461 ], "session_token": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "spec": [ - 2020 + 2461 ], "status": [ - 2020 + 2461 ], "status_history": [ - 2020 + 2461 ], "user": [ - 2991 + 3432 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_prepend_input": { "spec": [ - 1244 + 1332 ], "status_history": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_select_column": {}, @@ -4299,58 +4369,58 @@ export default { "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns": {}, "clip_render_jobs_set_input": { "clip_id": [ - 3955 + 4442 ], "created_at": [ - 3558 + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "k8s_job_name": [ - 79 + 78 ], "last_status_at": [ - 3558 + 4004 ], "match_map_demo_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "paused": [ 3 ], "progress": [ - 2018 + 2459 ], "session_token": [ - 79 + 78 ], "sort_index": [ 38 ], "spec": [ - 1244 + 1332 ], "status": [ - 79 + 78 ], "status_history": [ - 1244 + 1332 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stddev_fields": { @@ -4364,21 +4434,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stddev_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stddev_pop_fields": { @@ -4392,21 +4462,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stddev_pop_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stddev_samp_fields": { @@ -4420,146 +4490,146 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stddev_samp_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stream_cursor_input": { "initial_value": [ - 222 + 224 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_stream_cursor_value_input": { "clip_id": [ - 3955 + 4442 ], "created_at": [ - 3558 + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "k8s_job_name": [ - 79 + 78 ], "last_status_at": [ - 3558 + 4004 ], "match_map_demo_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "paused": [ 3 ], "progress": [ - 2018 + 2459 ], "session_token": [ - 79 + 78 ], "sort_index": [ 38 ], "spec": [ - 1244 + 1332 ], "status": [ - 79 + 78 ], "status_history": [ - 1244 + 1332 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_sum_fields": { "progress": [ - 2018 + 2459 ], "sort_index": [ 38 ], "user_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_sum_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_update_column": {}, "clip_render_jobs_updates": { "_append": [ - 191 + 193 ], "_delete_at_path": [ - 197 + 199 ], "_delete_elem": [ - 198 + 200 ], "_delete_key": [ - 199 + 201 ], "_inc": [ - 200 + 202 ], "_prepend": [ - 210 + 212 ], "_set": [ - 214 + 216 ], "where": [ - 195 + 197 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_var_pop_fields": { @@ -4573,21 +4643,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_var_pop_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_var_samp_fields": { @@ -4601,21 +4671,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_var_samp_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_variance_fields": { @@ -4629,61 +4699,69 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "clip_render_jobs_variance_order_by": { "progress": [ - 2020 + 2461 ], "sort_index": [ - 2020 + 2461 ], "user_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 + ] + }, + "clone_league_season_args": { + "_league_season_id": [ + 4442 + ], + "__typename": [ + 78 ] }, "cursor_ordering": {}, "db_backups": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "size": [ 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_aggregate": { "aggregate": [ - 236 + 239 ], "nodes": [ - 234 + 237 ], "__typename": [ - 79 + 78 ] }, "db_backups_aggregate_fields": { "avg": [ - 237 + 240 ], "count": [ 38, { "columns": [ - 248, + 251, "[db_backups_select_column!]" ], "distinct": [ @@ -4692,34 +4770,34 @@ export default { } ], "max": [ - 242 + 245 ], "min": [ - 243 + 246 ], "stddev": [ - 250 + 253 ], "stddev_pop": [ - 251 + 254 ], "stddev_samp": [ - 252 + 255 ], "sum": [ - 255 + 258 ], "var_pop": [ - 258 + 261 ], "var_samp": [ - 259 + 262 ], "variance": [ - 260 + 263 ], "__typename": [ - 79 + 78 ] }, "db_backups_avg_fields": { @@ -4727,33 +4805,33 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "db_backups_bool_exp": { "_and": [ - 238 + 241 ], "_not": [ - 238 + 241 ], "_or": [ - 238 + 241 ], "created_at": [ - 3559 + 4005 ], "id": [ - 3957 + 4444 ], "name": [ - 81 + 80 ], "size": [ 39 ], "__typename": [ - 79 + 78 ] }, "db_backups_constraint": {}, @@ -4762,58 +4840,58 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_insert_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "size": [ 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_max_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "size": [ 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_min_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "size": [ 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_mutation_response": { @@ -4821,67 +4899,67 @@ export default { 38 ], "returning": [ - 234 + 237 ], "__typename": [ - 79 + 78 ] }, "db_backups_on_conflict": { "constraint": [ - 239 + 242 ], "update_columns": [ - 256 + 259 ], "where": [ - 238 + 241 ], "__typename": [ - 79 + 78 ] }, "db_backups_order_by": { "created_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "name": [ - 2020 + 2461 ], "size": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "db_backups_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "db_backups_select_column": {}, "db_backups_set_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "size": [ 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_stddev_fields": { @@ -4889,7 +4967,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "db_backups_stddev_pop_fields": { @@ -4897,7 +4975,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "db_backups_stddev_samp_fields": { @@ -4905,35 +4983,35 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "db_backups_stream_cursor_input": { "initial_value": [ - 254 + 257 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "db_backups_stream_cursor_value_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "size": [ 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_sum_fields": { @@ -4941,22 +5019,22 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "db_backups_update_column": {}, "db_backups_updates": { "_inc": [ - 240 + 243 ], "_set": [ - 249 + 252 ], "where": [ - 238 + 241 ], "__typename": [ - 79 + 78 ] }, "db_backups_var_pop_fields": { @@ -4964,7 +5042,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "db_backups_var_samp_fields": { @@ -4972,7 +5050,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "db_backups_variance_fields": { @@ -4980,7 +5058,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks": { @@ -4988,22 +5066,22 @@ export default { 3 ], "captain": [ - 2978 + 3419 ], "captain_steam_id": [ - 178 + 180 ], "created_at": [ - 3558 + 4004 ], "draft_game": [ - 351 + 354 ], "draft_game_id": [ - 3955 + 4442 ], "id": [ - 3955 + 4442 ], "is_organizer": [ 3 @@ -5012,100 +5090,100 @@ export default { 38 ], "picked": [ - 2978 + 3419 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_aggregate": { "aggregate": [ - 267 + 270 ], "nodes": [ - 261 + 264 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_aggregate_bool_exp": { "bool_and": [ - 264 + 267 ], "bool_or": [ - 265 + 268 ], "count": [ - 266 + 269 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 285 + 288 ], "distinct": [ 3 ], "filter": [ - 272 + 275 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 286 + 289 ], "distinct": [ 3 ], "filter": [ - 272 + 275 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_aggregate_bool_exp_count": { "arguments": [ - 284 + 287 ], "distinct": [ 3 ], "filter": [ - 272 + 275 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_aggregate_fields": { "avg": [ - 270 + 273 ], "count": [ 38, { "columns": [ - 284, + 287, "[draft_game_picks_select_column!]" ], "distinct": [ @@ -5114,83 +5192,83 @@ export default { } ], "max": [ - 276 + 279 ], "min": [ - 278 + 281 ], "stddev": [ - 288 + 291 ], "stddev_pop": [ - 290 + 293 ], "stddev_samp": [ - 292 + 295 ], "sum": [ - 296 + 299 ], "var_pop": [ - 300 + 303 ], "var_samp": [ - 302 + 305 ], "variance": [ - 304 + 307 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_aggregate_order_by": { "avg": [ - 271 + 274 ], "count": [ - 2020 + 2461 ], "max": [ - 277 + 280 ], "min": [ - 279 + 282 ], "stddev": [ - 289 + 292 ], "stddev_pop": [ - 291 + 294 ], "stddev_samp": [ - 293 + 296 ], "sum": [ - 297 + 300 ], "var_pop": [ - 301 + 304 ], "var_samp": [ - 303 + 306 ], "variance": [ - 305 + 308 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_arr_rel_insert_input": { "data": [ - 275 + 278 ], "on_conflict": [ - 281 + 284 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_avg_fields": { @@ -5204,53 +5282,53 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_avg_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_bool_exp": { "_and": [ - 272 + 275 ], "_not": [ - 272 + 275 ], "_or": [ - 272 + 275 ], "auto_picked": [ 4 ], "captain": [ - 2982 + 3423 ], "captain_steam_id": [ - 180 + 182 ], "created_at": [ - 3559 + 4005 ], "draft_game": [ - 362 + 365 ], "draft_game_id": [ - 3957 + 4444 ], "id": [ - 3957 + 4444 ], "is_organizer": [ 4 @@ -5259,28 +5337,28 @@ export default { 39 ], "picked": [ - 2982 + 3423 ], "picked_steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_constraint": {}, "draft_game_picks_inc_input": { "captain_steam_id": [ - 178 + 180 ], "lineup": [ 38 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_insert_input": { @@ -5288,126 +5366,126 @@ export default { 3 ], "captain": [ - 2989 + 3430 ], "captain_steam_id": [ - 178 + 180 ], "created_at": [ - 3558 + 4004 ], "draft_game": [ - 371 + 374 ], "draft_game_id": [ - 3955 + 4442 ], "id": [ - 3955 + 4442 ], "lineup": [ 38 ], "picked": [ - 2989 + 3430 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_max_fields": { "captain_steam_id": [ - 178 + 180 ], "created_at": [ - 3558 + 4004 ], "draft_game_id": [ - 3955 + 4442 ], "id": [ - 3955 + 4442 ], "lineup": [ 38 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_max_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "draft_game_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_min_fields": { "captain_steam_id": [ - 178 + 180 ], "created_at": [ - 3558 + 4004 ], "draft_game_id": [ - 3955 + 4442 ], "id": [ - 3955 + 4442 ], "lineup": [ 38 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_min_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "draft_game_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_mutation_response": { @@ -5415,70 +5493,70 @@ export default { 38 ], "returning": [ - 261 + 264 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_on_conflict": { "constraint": [ - 273 + 276 ], "update_columns": [ - 298 + 301 ], "where": [ - 272 + 275 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_order_by": { "auto_picked": [ - 2020 + 2461 ], "captain": [ - 2991 + 3432 ], "captain_steam_id": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "draft_game": [ - 373 + 376 ], "draft_game_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "is_organizer": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked": [ - 2991 + 3432 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_select_column": {}, @@ -5489,25 +5567,25 @@ export default { 3 ], "captain_steam_id": [ - 178 + 180 ], "created_at": [ - 3558 + 4004 ], "draft_game_id": [ - 3955 + 4442 ], "id": [ - 3955 + 4442 ], "lineup": [ 38 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stddev_fields": { @@ -5521,21 +5599,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stddev_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stddev_pop_fields": { @@ -5549,21 +5627,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stddev_pop_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stddev_samp_fields": { @@ -5577,32 +5655,32 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stddev_samp_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stream_cursor_input": { "initial_value": [ - 295 + 298 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_stream_cursor_value_input": { @@ -5610,68 +5688,68 @@ export default { 3 ], "captain_steam_id": [ - 178 + 180 ], "created_at": [ - 3558 + 4004 ], "draft_game_id": [ - 3955 + 4442 ], "id": [ - 3955 + 4442 ], "lineup": [ 38 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_sum_fields": { "captain_steam_id": [ - 178 + 180 ], "lineup": [ 38 ], "picked_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_sum_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_update_column": {}, "draft_game_picks_updates": { "_inc": [ - 274 + 277 ], "_set": [ - 287 + 290 ], "where": [ - 272 + 275 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_var_pop_fields": { @@ -5685,21 +5763,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_var_pop_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_var_samp_fields": { @@ -5713,21 +5791,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_var_samp_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_variance_fields": { @@ -5741,32 +5819,32 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_picks_variance_order_by": { "captain_steam_id": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "picked_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players": { "draft_game": [ - 351 + 354 ], "draft_game_id": [ - 3955 + 4442 ], "e_draft_game_player_status": [ - 480 + 483 ], "elo_snapshot": [ 38 @@ -5778,7 +5856,7 @@ export default { 3 ], "joined_at": [ - 3558 + 4004 ], "lineup": [ 38 @@ -5787,103 +5865,103 @@ export default { 38 ], "player": [ - 2978 + 3419 ], "status": [ - 485 + 488 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_aggregate": { "aggregate": [ - 312 + 315 ], "nodes": [ - 306 + 309 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_aggregate_bool_exp": { "bool_and": [ - 309 + 312 ], "bool_or": [ - 310 + 313 ], "count": [ - 311 + 314 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_aggregate_bool_exp_bool_and": { "arguments": [ - 330 + 333 ], "distinct": [ 3 ], "filter": [ - 317 + 320 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_aggregate_bool_exp_bool_or": { "arguments": [ - 331 + 334 ], "distinct": [ 3 ], "filter": [ - 317 + 320 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_aggregate_bool_exp_count": { "arguments": [ - 329 + 332 ], "distinct": [ 3 ], "filter": [ - 317 + 320 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_aggregate_fields": { "avg": [ - 315 + 318 ], "count": [ 38, { "columns": [ - 329, + 332, "[draft_game_players_select_column!]" ], "distinct": [ @@ -5892,83 +5970,83 @@ export default { } ], "max": [ - 321 + 324 ], "min": [ - 323 + 326 ], "stddev": [ - 333 + 336 ], "stddev_pop": [ - 335 + 338 ], "stddev_samp": [ - 337 + 340 ], "sum": [ - 341 + 344 ], "var_pop": [ - 345 + 348 ], "var_samp": [ - 347 + 350 ], "variance": [ - 349 + 352 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_aggregate_order_by": { "avg": [ - 316 + 319 ], "count": [ - 2020 + 2461 ], "max": [ - 322 + 325 ], "min": [ - 324 + 327 ], "stddev": [ - 334 + 337 ], "stddev_pop": [ - 336 + 339 ], "stddev_samp": [ - 338 + 341 ], "sum": [ - 342 + 345 ], "var_pop": [ - 346 + 349 ], "var_samp": [ - 348 + 351 ], "variance": [ - 350 + 353 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_arr_rel_insert_input": { "data": [ - 320 + 323 ], "on_conflict": [ - 326 + 329 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_avg_fields": { @@ -5985,44 +6063,44 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_avg_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_bool_exp": { "_and": [ - 317 + 320 ], "_not": [ - 317 + 320 ], "_or": [ - 317 + 320 ], "draft_game": [ - 362 + 365 ], "draft_game_id": [ - 3957 + 4444 ], "e_draft_game_player_status": [ - 483 + 486 ], "elo_snapshot": [ 39 @@ -6034,7 +6112,7 @@ export default { 4 ], "joined_at": [ - 3559 + 4005 ], "lineup": [ 39 @@ -6043,16 +6121,16 @@ export default { 39 ], "player": [ - 2982 + 3423 ], "status": [ - 486 + 489 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_constraint": {}, @@ -6067,21 +6145,21 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_insert_input": { "draft_game": [ - 371 + 374 ], "draft_game_id": [ - 3955 + 4442 ], "e_draft_game_player_status": [ - 491 + 494 ], "elo_snapshot": [ 38 @@ -6090,7 +6168,7 @@ export default { 3 ], "joined_at": [ - 3558 + 4004 ], "lineup": [ 38 @@ -6099,27 +6177,27 @@ export default { 38 ], "player": [ - 2989 + 3430 ], "status": [ - 485 + 488 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_max_fields": { "draft_game_id": [ - 3955 + 4442 ], "elo_snapshot": [ 38 ], "joined_at": [ - 3558 + 4004 ], "lineup": [ 38 @@ -6128,44 +6206,44 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_max_order_by": { "draft_game_id": [ - 2020 + 2461 ], "elo_snapshot": [ - 2020 + 2461 ], "joined_at": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_min_fields": { "draft_game_id": [ - 3955 + 4442 ], "elo_snapshot": [ 38 ], "joined_at": [ - 3558 + 4004 ], "lineup": [ 38 @@ -6174,33 +6252,33 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_min_order_by": { "draft_game_id": [ - 2020 + 2461 ], "elo_snapshot": [ - 2020 + 2461 ], "joined_at": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_mutation_response": { @@ -6208,76 +6286,76 @@ export default { 38 ], "returning": [ - 306 + 309 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_on_conflict": { "constraint": [ - 318 + 321 ], "update_columns": [ - 343 + 346 ], "where": [ - 317 + 320 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_order_by": { "draft_game": [ - 373 + 376 ], "draft_game_id": [ - 2020 + 2461 ], "e_draft_game_player_status": [ - 493 + 496 ], "elo_snapshot": [ - 2020 + 2461 ], "is_captain": [ - 2020 + 2461 ], "is_organizer": [ - 2020 + 2461 ], "joined_at": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "status": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_pk_columns_input": { "draft_game_id": [ - 3955 + 4442 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_select_column": {}, @@ -6285,7 +6363,7 @@ export default { "draft_game_players_select_column_draft_game_players_aggregate_bool_exp_bool_or_arguments_columns": {}, "draft_game_players_set_input": { "draft_game_id": [ - 3955 + 4442 ], "elo_snapshot": [ 38 @@ -6294,7 +6372,7 @@ export default { 3 ], "joined_at": [ - 3558 + 4004 ], "lineup": [ 38 @@ -6303,13 +6381,13 @@ export default { 38 ], "status": [ - 485 + 488 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stddev_fields": { @@ -6326,24 +6404,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stddev_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stddev_pop_fields": { @@ -6360,24 +6438,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stddev_pop_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stddev_samp_fields": { @@ -6394,40 +6472,40 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stddev_samp_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stream_cursor_input": { "initial_value": [ - 340 + 343 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_stream_cursor_value_input": { "draft_game_id": [ - 3955 + 4442 ], "elo_snapshot": [ 38 @@ -6436,7 +6514,7 @@ export default { 3 ], "joined_at": [ - 3558 + 4004 ], "lineup": [ 38 @@ -6445,13 +6523,13 @@ export default { 38 ], "status": [ - 485 + 488 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_sum_fields": { @@ -6465,42 +6543,42 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_sum_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_update_column": {}, "draft_game_players_updates": { "_inc": [ - 319 + 322 ], "_set": [ - 332 + 335 ], "where": [ - 317 + 320 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_var_pop_fields": { @@ -6517,24 +6595,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_var_pop_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_var_samp_fields": { @@ -6551,24 +6629,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_var_samp_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_variance_fields": { @@ -6585,95 +6663,95 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_game_players_variance_order_by": { "elo_snapshot": [ - 2020 + 2461 ], "lineup": [ - 2020 + 2461 ], "pick_order": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games": { "access": [ - 589 + 676 ], "capacity": [ 38 ], "captain_selection": [ - 422 + 425 ], "created_at": [ - 3558 + 4004 ], "current_pick_lineup": [ 38 ], "draft_order": [ - 443 + 446 ], "e_draft_game_captain_selection": [ - 417 + 420 ], "e_draft_game_draft_order": [ - 438 + 441 ], "e_draft_game_mode": [ - 459 + 462 ], "e_draft_game_status": [ - 501 + 504 ], "e_lobby_access": [ - 584 + 671 ], "expires_at": [ - 3558 + 4004 ], "host": [ - 2978 + 3419 ], "host_steam_id": [ - 178 + 180 ], "id": [ - 3955 + 4442 ], "inner_squad": [ 3 ], "invite_code": [ - 3955 + 4442 ], "is_organizer": [ 3 ], "map_pool": [ - 1334 + 1775 ], "map_pool_id": [ - 3955 + 4442 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_options_id": [ - 3955 + 4442 ], "max_elo": [ 38 @@ -6682,27 +6760,27 @@ export default { 38 ], "mode": [ - 464 + 467 ], "options": [ - 1715 + 2156 ], "pattern": [ - 1244, + 1332, { "path": [ - 79 + 78 ] } ], "pick_deadline": [ - 3558 + 4004 ], "picks": [ - 261, + 264, { "distinct_on": [ - 284, + 287, "[draft_game_picks_select_column!]" ], "limit": [ @@ -6712,19 +6790,19 @@ export default { 38 ], "order_by": [ - 282, + 285, "[draft_game_picks_order_by!]" ], "where": [ - 272 + 275 ] } ], "picks_aggregate": [ - 262, + 265, { "distinct_on": [ - 284, + 287, "[draft_game_picks_select_column!]" ], "limit": [ @@ -6734,19 +6812,19 @@ export default { 38 ], "order_by": [ - 282, + 285, "[draft_game_picks_order_by!]" ], "where": [ - 272 + 275 ] } ], "players": [ - 306, + 309, { "distinct_on": [ - 329, + 332, "[draft_game_players_select_column!]" ], "limit": [ @@ -6756,19 +6834,19 @@ export default { 38 ], "order_by": [ - 327, + 330, "[draft_game_players_order_by!]" ], "where": [ - 317 + 320 ] } ], "players_aggregate": [ - 307, + 310, { "distinct_on": [ - 329, + 332, "[draft_game_players_select_column!]" ], "limit": [ @@ -6778,133 +6856,133 @@ export default { 38 ], "order_by": [ - 327, + 330, "[draft_game_players_order_by!]" ], "where": [ - 317 + 320 ] } ], "regions": [ - 79 + 78 ], "require_approval": [ 3 ], "scheduled_at": [ - 3558 + 4004 ], "status": [ - 506 + 509 ], "team_1": [ - 3515 + 3961 ], "team_1_id": [ - 3955 + 4442 ], "team_2": [ - 3515 + 3961 ], "team_2_id": [ - 3955 + 4442 ], "type": [ - 733 + 820 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "draft_games_aggregate": { "aggregate": [ - 357 + 360 ], "nodes": [ - 351 + 354 ], "__typename": [ - 79 + 78 ] }, "draft_games_aggregate_bool_exp": { "bool_and": [ - 354 + 357 ], "bool_or": [ - 355 + 358 ], "count": [ - 356 + 359 ], "__typename": [ - 79 + 78 ] }, "draft_games_aggregate_bool_exp_bool_and": { "arguments": [ - 376 + 379 ], "distinct": [ 3 ], "filter": [ - 362 + 365 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "draft_games_aggregate_bool_exp_bool_or": { "arguments": [ - 377 + 380 ], "distinct": [ 3 ], "filter": [ - 362 + 365 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "draft_games_aggregate_bool_exp_count": { "arguments": [ - 375 + 378 ], "distinct": [ 3 ], "filter": [ - 362 + 365 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "draft_games_aggregate_fields": { "avg": [ - 360 + 363 ], "count": [ 38, { "columns": [ - 375, + 378, "[draft_games_select_column!]" ], "distinct": [ @@ -6913,83 +6991,83 @@ export default { } ], "max": [ - 366 + 369 ], "min": [ - 368 + 371 ], "stddev": [ - 379 + 382 ], "stddev_pop": [ - 381 + 384 ], "stddev_samp": [ - 383 + 386 ], "sum": [ - 387 + 390 ], "var_pop": [ - 391 + 394 ], "var_samp": [ - 393 + 396 ], "variance": [ - 395 + 398 ], "__typename": [ - 79 + 78 ] }, "draft_games_aggregate_order_by": { "avg": [ - 361 + 364 ], "count": [ - 2020 + 2461 ], "max": [ - 367 + 370 ], "min": [ - 369 + 372 ], "stddev": [ - 380 + 383 ], "stddev_pop": [ - 382 + 385 ], "stddev_samp": [ - 384 + 387 ], "sum": [ - 388 + 391 ], "var_pop": [ - 392 + 395 ], "var_samp": [ - 394 + 397 ], "variance": [ - 396 + 399 ], "__typename": [ - 79 + 78 ] }, "draft_games_arr_rel_insert_input": { "data": [ - 365 + 368 ], "on_conflict": [ - 372 + 375 ], "__typename": [ - 79 + 78 ] }, "draft_games_avg_fields": { @@ -7009,107 +7087,107 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_games_avg_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_bool_exp": { "_and": [ - 362 + 365 ], "_not": [ - 362 + 365 ], "_or": [ - 362 + 365 ], "access": [ - 590 + 677 ], "capacity": [ 39 ], "captain_selection": [ - 423 + 426 ], "created_at": [ - 3559 + 4005 ], "current_pick_lineup": [ 39 ], "draft_order": [ - 444 + 447 ], "e_draft_game_captain_selection": [ - 420 + 423 ], "e_draft_game_draft_order": [ - 441 + 444 ], "e_draft_game_mode": [ - 462 + 465 ], "e_draft_game_status": [ - 504 + 507 ], "e_lobby_access": [ - 587 + 674 ], "expires_at": [ - 3559 + 4005 ], "host": [ - 2982 + 3423 ], "host_steam_id": [ - 180 + 182 ], "id": [ - 3957 + 4444 ], "inner_squad": [ 4 ], "invite_code": [ - 3957 + 4444 ], "is_organizer": [ 4 ], "map_pool": [ - 1337 + 1778 ], "map_pool_id": [ - 3957 + 4444 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_options_id": [ - 3957 + 4444 ], "max_elo": [ 39 @@ -7118,61 +7196,61 @@ export default { 39 ], "mode": [ - 465 + 468 ], "options": [ - 1719 + 2160 ], "pattern": [ - 1246 + 1334 ], "pick_deadline": [ - 3559 + 4005 ], "picks": [ - 272 + 275 ], "picks_aggregate": [ - 263 + 266 ], "players": [ - 317 + 320 ], "players_aggregate": [ - 308 + 311 ], "regions": [ - 80 + 79 ], "require_approval": [ 4 ], "scheduled_at": [ - 3559 + 4005 ], "status": [ - 507 + 510 ], "team_1": [ - 3524 + 3970 ], "team_1_id": [ - 3957 + 4444 ], "team_2": [ - 3524 + 3970 ], "team_2_id": [ - 3957 + 4444 ], "type": [ - 734 + 821 ], "updated_at": [ - 3559 + 4005 ], "__typename": [ - 79 + 78 ] }, "draft_games_constraint": {}, @@ -7184,7 +7262,7 @@ export default { 38 ], "host_steam_id": [ - 178 + 180 ], "max_elo": [ 38 @@ -7193,75 +7271,75 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "draft_games_insert_input": { "access": [ - 589 + 676 ], "capacity": [ 38 ], "captain_selection": [ - 422 + 425 ], "created_at": [ - 3558 + 4004 ], "current_pick_lineup": [ 38 ], "draft_order": [ - 443 + 446 ], "e_draft_game_captain_selection": [ - 428 + 431 ], "e_draft_game_draft_order": [ - 449 + 452 ], "e_draft_game_mode": [ - 470 + 473 ], "e_draft_game_status": [ - 512 + 515 ], "e_lobby_access": [ - 595 + 682 ], "expires_at": [ - 3558 + 4004 ], "host": [ - 2989 + 3430 ], "host_steam_id": [ - 178 + 180 ], "id": [ - 3955 + 4442 ], "inner_squad": [ 3 ], "invite_code": [ - 3955 + 4442 ], "map_pool": [ - 1343 + 1784 ], "map_pool_id": [ - 3955 + 4442 ], "match": [ - 1853 + 2294 ], "match_id": [ - 3955 + 4442 ], "match_options_id": [ - 3955 + 4442 ], "max_elo": [ 38 @@ -7270,52 +7348,52 @@ export default { 38 ], "mode": [ - 464 + 467 ], "options": [ - 1726 + 2167 ], "pick_deadline": [ - 3558 + 4004 ], "picks": [ - 269 + 272 ], "players": [ - 314 + 317 ], "regions": [ - 79 + 78 ], "require_approval": [ 3 ], "scheduled_at": [ - 3558 + 4004 ], "status": [ - 506 + 509 ], "team_1": [ - 3533 + 3979 ], "team_1_id": [ - 3955 + 4442 ], "team_2": [ - 3533 + 3979 ], "team_2_id": [ - 3955 + 4442 ], "type": [ - 733 + 820 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "draft_games_max_fields": { @@ -7323,31 +7401,31 @@ export default { 38 ], "created_at": [ - 3558 + 4004 ], "current_pick_lineup": [ 38 ], "expires_at": [ - 3558 + 4004 ], "host_steam_id": [ - 178 + 180 ], "id": [ - 3955 + 4442 ], "invite_code": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "match_options_id": [ - 3955 + 4442 ], "max_elo": [ 38 @@ -7356,84 +7434,84 @@ export default { 38 ], "pick_deadline": [ - 3558 + 4004 ], "regions": [ - 79 + 78 ], "scheduled_at": [ - 3558 + 4004 ], "team_1_id": [ - 3955 + 4442 ], "team_2_id": [ - 3955 + 4442 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "draft_games_max_order_by": { "capacity": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "expires_at": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "invite_code": [ - 2020 + 2461 ], "map_pool_id": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_options_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "pick_deadline": [ - 2020 + 2461 ], "regions": [ - 2020 + 2461 ], "scheduled_at": [ - 2020 + 2461 ], "team_1_id": [ - 2020 + 2461 ], "team_2_id": [ - 2020 + 2461 ], "updated_at": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_min_fields": { @@ -7441,31 +7519,31 @@ export default { 38 ], "created_at": [ - 3558 + 4004 ], "current_pick_lineup": [ 38 ], "expires_at": [ - 3558 + 4004 ], "host_steam_id": [ - 178 + 180 ], "id": [ - 3955 + 4442 ], "invite_code": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "match_options_id": [ - 3955 + 4442 ], "max_elo": [ 38 @@ -7474,84 +7552,84 @@ export default { 38 ], "pick_deadline": [ - 3558 + 4004 ], "regions": [ - 79 + 78 ], "scheduled_at": [ - 3558 + 4004 ], "team_1_id": [ - 3955 + 4442 ], "team_2_id": [ - 3955 + 4442 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "draft_games_min_order_by": { "capacity": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "expires_at": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "invite_code": [ - 2020 + 2461 ], "map_pool_id": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_options_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "pick_deadline": [ - 2020 + 2461 ], "regions": [ - 2020 + 2461 ], "scheduled_at": [ - 2020 + 2461 ], "team_1_id": [ - 2020 + 2461 ], "team_2_id": [ - 2020 + 2461 ], "updated_at": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_mutation_response": { @@ -7559,171 +7637,171 @@ export default { 38 ], "returning": [ - 351 + 354 ], "__typename": [ - 79 + 78 ] }, "draft_games_obj_rel_insert_input": { "data": [ - 365 + 368 ], "on_conflict": [ - 372 + 375 ], "__typename": [ - 79 + 78 ] }, "draft_games_on_conflict": { "constraint": [ - 363 + 366 ], "update_columns": [ - 389 + 392 ], "where": [ - 362 + 365 ], "__typename": [ - 79 + 78 ] }, "draft_games_order_by": { "access": [ - 2020 + 2461 ], "capacity": [ - 2020 + 2461 ], "captain_selection": [ - 2020 + 2461 ], "created_at": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "draft_order": [ - 2020 + 2461 ], "e_draft_game_captain_selection": [ - 430 + 433 ], "e_draft_game_draft_order": [ - 451 + 454 ], "e_draft_game_mode": [ - 472 + 475 ], "e_draft_game_status": [ - 514 + 517 ], "e_lobby_access": [ - 597 + 684 ], "expires_at": [ - 2020 + 2461 ], "host": [ - 2991 + 3432 ], "host_steam_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "inner_squad": [ - 2020 + 2461 ], "invite_code": [ - 2020 + 2461 ], "is_organizer": [ - 2020 + 2461 ], "map_pool": [ - 1345 + 1786 ], "map_pool_id": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_options_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "mode": [ - 2020 + 2461 ], "options": [ - 1728 + 2169 ], "pattern": [ - 2020 + 2461 ], "pick_deadline": [ - 2020 + 2461 ], "picks_aggregate": [ - 268 + 271 ], "players_aggregate": [ - 313 + 316 ], "regions": [ - 2020 + 2461 ], "require_approval": [ - 2020 + 2461 ], "scheduled_at": [ - 2020 + 2461 ], "status": [ - 2020 + 2461 ], "team_1": [ - 3535 + 3981 ], "team_1_id": [ - 2020 + 2461 ], "team_2": [ - 3535 + 3981 ], "team_2_id": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "updated_at": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "draft_games_select_column": {}, @@ -7731,46 +7809,46 @@ export default { "draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns": {}, "draft_games_set_input": { "access": [ - 589 + 676 ], "capacity": [ 38 ], "captain_selection": [ - 422 + 425 ], "created_at": [ - 3558 + 4004 ], "current_pick_lineup": [ 38 ], "draft_order": [ - 443 + 446 ], "expires_at": [ - 3558 + 4004 ], "host_steam_id": [ - 178 + 180 ], "id": [ - 3955 + 4442 ], "inner_squad": [ 3 ], "invite_code": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "match_options_id": [ - 3955 + 4442 ], "max_elo": [ 38 @@ -7779,37 +7857,37 @@ export default { 38 ], "mode": [ - 464 + 467 ], "pick_deadline": [ - 3558 + 4004 ], "regions": [ - 79 + 78 ], "require_approval": [ 3 ], "scheduled_at": [ - 3558 + 4004 ], "status": [ - 506 + 509 ], "team_1_id": [ - 3955 + 4442 ], "team_2_id": [ - 3955 + 4442 ], "type": [ - 733 + 820 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "draft_games_stddev_fields": { @@ -7829,27 +7907,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_games_stddev_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_stddev_pop_fields": { @@ -7869,27 +7947,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_games_stddev_pop_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_stddev_samp_fields": { @@ -7909,82 +7987,82 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_games_stddev_samp_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_stream_cursor_input": { "initial_value": [ - 386 + 389 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "draft_games_stream_cursor_value_input": { "access": [ - 589 + 676 ], "capacity": [ 38 ], "captain_selection": [ - 422 + 425 ], "created_at": [ - 3558 + 4004 ], "current_pick_lineup": [ 38 ], "draft_order": [ - 443 + 446 ], "expires_at": [ - 3558 + 4004 ], "host_steam_id": [ - 178 + 180 ], "id": [ - 3955 + 4442 ], "inner_squad": [ 3 ], "invite_code": [ - 3955 + 4442 ], "map_pool_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "match_options_id": [ - 3955 + 4442 ], "max_elo": [ 38 @@ -7993,37 +8071,37 @@ export default { 38 ], "mode": [ - 464 + 467 ], "pick_deadline": [ - 3558 + 4004 ], "regions": [ - 79 + 78 ], "require_approval": [ 3 ], "scheduled_at": [ - 3558 + 4004 ], "status": [ - 506 + 509 ], "team_1_id": [ - 3955 + 4442 ], "team_2_id": [ - 3955 + 4442 ], "type": [ - 733 + 820 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "draft_games_sum_fields": { @@ -8034,7 +8112,7 @@ export default { 38 ], "host_steam_id": [ - 178 + 180 ], "max_elo": [ 38 @@ -8043,42 +8121,42 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "draft_games_sum_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_update_column": {}, "draft_games_updates": { "_inc": [ - 364 + 367 ], "_set": [ - 378 + 381 ], "where": [ - 362 + 365 ], "__typename": [ - 79 + 78 ] }, "draft_games_var_pop_fields": { @@ -8098,27 +8176,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_games_var_pop_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_var_samp_fields": { @@ -8138,27 +8216,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_games_var_samp_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "draft_games_variance_fields": { @@ -8178,49 +8256,49 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "draft_games_variance_order_by": { "capacity": [ - 2020 + 2461 ], "current_pick_lineup": [ - 2020 + 2461 ], "host_steam_id": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_aggregate": { "aggregate": [ - 399 + 402 ], "nodes": [ - 397 + 400 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_aggregate_fields": { @@ -8228,7 +8306,7 @@ export default { 38, { "columns": [ - 411, + 414, "[e_check_in_settings_select_column!]" ], "distinct": [ @@ -8237,88 +8315,88 @@ export default { } ], "max": [ - 405 + 408 ], "min": [ - 406 + 409 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_bool_exp": { "_and": [ - 400 + 403 ], "_not": [ - 400 + 403 ], "_or": [ - 400 + 403 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_constraint": {}, "e_check_in_settings_enum": {}, "e_check_in_settings_enum_comparison_exp": { "_eq": [ - 402 + 405 ], "_in": [ - 402 + 405 ], "_is_null": [ 3 ], "_neq": [ - 402 + 405 ], "_nin": [ - 402 + 405 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_mutation_response": { @@ -8326,111 +8404,111 @@ export default { 38 ], "returning": [ - 397 + 400 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_on_conflict": { "constraint": [ - 401 + 404 ], "update_columns": [ - 415 + 418 ], "where": [ - 400 + 403 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_select_column": {}, "e_check_in_settings_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_stream_cursor_input": { "initial_value": [ - 414 + 417 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_check_in_settings_update_column": {}, "e_check_in_settings_updates": { "_set": [ - 412 + 415 ], "where": [ - 400 + 403 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_aggregate": { "aggregate": [ - 419 + 422 ], "nodes": [ - 417 + 420 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_aggregate_fields": { @@ -8438,7 +8516,7 @@ export default { 38, { "columns": [ - 432, + 435, "[e_draft_game_captain_selection_select_column!]" ], "distinct": [ @@ -8447,88 +8525,88 @@ export default { } ], "max": [ - 425 + 428 ], "min": [ - 426 + 429 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_bool_exp": { "_and": [ - 420 + 423 ], "_not": [ - 420 + 423 ], "_or": [ - 420 + 423 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_constraint": {}, "e_draft_game_captain_selection_enum": {}, "e_draft_game_captain_selection_enum_comparison_exp": { "_eq": [ - 422 + 425 ], "_in": [ - 422 + 425 ], "_is_null": [ 3 ], "_neq": [ - 422 + 425 ], "_nin": [ - 422 + 425 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_mutation_response": { @@ -8536,122 +8614,122 @@ export default { 38 ], "returning": [ - 417 + 420 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_obj_rel_insert_input": { "data": [ - 424 + 427 ], "on_conflict": [ - 429 + 432 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_on_conflict": { "constraint": [ - 421 + 424 ], "update_columns": [ - 436 + 439 ], "where": [ - 420 + 423 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_select_column": {}, "e_draft_game_captain_selection_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_stream_cursor_input": { "initial_value": [ - 435 + 438 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_captain_selection_update_column": {}, "e_draft_game_captain_selection_updates": { "_set": [ - 433 + 436 ], "where": [ - 420 + 423 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_aggregate": { "aggregate": [ - 440 + 443 ], "nodes": [ - 438 + 441 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_aggregate_fields": { @@ -8659,7 +8737,7 @@ export default { 38, { "columns": [ - 453, + 456, "[e_draft_game_draft_order_select_column!]" ], "distinct": [ @@ -8668,88 +8746,88 @@ export default { } ], "max": [ - 446 + 449 ], "min": [ - 447 + 450 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_bool_exp": { "_and": [ - 441 + 444 ], "_not": [ - 441 + 444 ], "_or": [ - 441 + 444 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_constraint": {}, "e_draft_game_draft_order_enum": {}, "e_draft_game_draft_order_enum_comparison_exp": { "_eq": [ - 443 + 446 ], "_in": [ - 443 + 446 ], "_is_null": [ 3 ], "_neq": [ - 443 + 446 ], "_nin": [ - 443 + 446 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_mutation_response": { @@ -8757,122 +8835,122 @@ export default { 38 ], "returning": [ - 438 + 441 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_obj_rel_insert_input": { "data": [ - 445 + 448 ], "on_conflict": [ - 450 + 453 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_on_conflict": { "constraint": [ - 442 + 445 ], "update_columns": [ - 457 + 460 ], "where": [ - 441 + 444 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_select_column": {}, "e_draft_game_draft_order_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_stream_cursor_input": { "initial_value": [ - 456 + 459 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_draft_order_update_column": {}, "e_draft_game_draft_order_updates": { "_set": [ - 454 + 457 ], "where": [ - 441 + 444 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_aggregate": { "aggregate": [ - 461 + 464 ], "nodes": [ - 459 + 462 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_aggregate_fields": { @@ -8880,7 +8958,7 @@ export default { 38, { "columns": [ - 474, + 477, "[e_draft_game_mode_select_column!]" ], "distinct": [ @@ -8889,88 +8967,88 @@ export default { } ], "max": [ - 467 + 470 ], "min": [ - 468 + 471 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_bool_exp": { "_and": [ - 462 + 465 ], "_not": [ - 462 + 465 ], "_or": [ - 462 + 465 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_constraint": {}, "e_draft_game_mode_enum": {}, "e_draft_game_mode_enum_comparison_exp": { "_eq": [ - 464 + 467 ], "_in": [ - 464 + 467 ], "_is_null": [ 3 ], "_neq": [ - 464 + 467 ], "_nin": [ - 464 + 467 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_mutation_response": { @@ -8978,122 +9056,122 @@ export default { 38 ], "returning": [ - 459 + 462 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_obj_rel_insert_input": { "data": [ - 466 + 469 ], "on_conflict": [ - 471 + 474 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_on_conflict": { "constraint": [ - 463 + 466 ], "update_columns": [ - 478 + 481 ], "where": [ - 462 + 465 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_select_column": {}, "e_draft_game_mode_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_stream_cursor_input": { "initial_value": [ - 477 + 480 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_mode_update_column": {}, "e_draft_game_mode_updates": { "_set": [ - 475 + 478 ], "where": [ - 462 + 465 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_aggregate": { "aggregate": [ - 482 + 485 ], "nodes": [ - 480 + 483 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_aggregate_fields": { @@ -9101,7 +9179,7 @@ export default { 38, { "columns": [ - 495, + 498, "[e_draft_game_player_status_select_column!]" ], "distinct": [ @@ -9110,88 +9188,88 @@ export default { } ], "max": [ - 488 + 491 ], "min": [ - 489 + 492 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_bool_exp": { "_and": [ - 483 + 486 ], "_not": [ - 483 + 486 ], "_or": [ - 483 + 486 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_constraint": {}, "e_draft_game_player_status_enum": {}, "e_draft_game_player_status_enum_comparison_exp": { "_eq": [ - 485 + 488 ], "_in": [ - 485 + 488 ], "_is_null": [ 3 ], "_neq": [ - 485 + 488 ], "_nin": [ - 485 + 488 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_mutation_response": { @@ -9199,122 +9277,122 @@ export default { 38 ], "returning": [ - 480 + 483 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_obj_rel_insert_input": { "data": [ - 487 + 490 ], "on_conflict": [ - 492 + 495 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_on_conflict": { "constraint": [ - 484 + 487 ], "update_columns": [ - 499 + 502 ], "where": [ - 483 + 486 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_select_column": {}, "e_draft_game_player_status_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_stream_cursor_input": { "initial_value": [ - 498 + 501 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_player_status_update_column": {}, "e_draft_game_player_status_updates": { "_set": [ - 496 + 499 ], "where": [ - 483 + 486 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_aggregate": { "aggregate": [ - 503 + 506 ], "nodes": [ - 501 + 504 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_aggregate_fields": { @@ -9322,7 +9400,7 @@ export default { 38, { "columns": [ - 516, + 519, "[e_draft_game_status_select_column!]" ], "distinct": [ @@ -9331,88 +9409,88 @@ export default { } ], "max": [ - 509 + 512 ], "min": [ - 510 + 513 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_bool_exp": { "_and": [ - 504 + 507 ], "_not": [ - 504 + 507 ], "_or": [ - 504 + 507 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_constraint": {}, "e_draft_game_status_enum": {}, "e_draft_game_status_enum_comparison_exp": { "_eq": [ - 506 + 509 ], "_in": [ - 506 + 509 ], "_is_null": [ 3 ], "_neq": [ - 506 + 509 ], "_nin": [ - 506 + 509 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_mutation_response": { @@ -9420,122 +9498,122 @@ export default { 38 ], "returning": [ - 501 + 504 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_obj_rel_insert_input": { "data": [ - 508 + 511 ], "on_conflict": [ - 513 + 516 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_on_conflict": { "constraint": [ - 505 + 508 ], "update_columns": [ - 520 + 523 ], "where": [ - 504 + 507 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_select_column": {}, "e_draft_game_status_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_stream_cursor_input": { "initial_value": [ - 519 + 522 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_draft_game_status_update_column": {}, "e_draft_game_status_updates": { "_set": [ - 517 + 520 ], "where": [ - 504 + 507 ], "__typename": [ - 79 + 78 ] }, "e_friend_status": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_aggregate": { "aggregate": [ - 524 + 527 ], "nodes": [ - 522 + 525 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_aggregate_fields": { @@ -9543,7 +9621,7 @@ export default { 38, { "columns": [ - 537, + 540, "[e_friend_status_select_column!]" ], "distinct": [ @@ -9552,88 +9630,88 @@ export default { } ], "max": [ - 530 + 533 ], "min": [ - 531 + 534 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_bool_exp": { "_and": [ - 525 + 528 ], "_not": [ - 525 + 528 ], "_or": [ - 525 + 528 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_constraint": {}, "e_friend_status_enum": {}, "e_friend_status_enum_comparison_exp": { "_eq": [ - 527 + 530 ], "_in": [ - 527 + 530 ], "_is_null": [ 3 ], "_neq": [ - 527 + 530 ], "_nin": [ - 527 + 530 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_mutation_response": { @@ -9641,122 +9719,122 @@ export default { 38 ], "returning": [ - 522 + 525 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_obj_rel_insert_input": { "data": [ - 529 + 532 ], "on_conflict": [ - 534 + 537 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_on_conflict": { "constraint": [ - 526 + 529 ], "update_columns": [ - 541 + 544 ], "where": [ - 525 + 528 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_select_column": {}, "e_friend_status_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_stream_cursor_input": { "initial_value": [ - 540 + 543 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_friend_status_update_column": {}, "e_friend_status_updates": { "_set": [ - 538 + 541 ], "where": [ - 525 + 528 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_aggregate": { "aggregate": [ - 545 + 548 ], "nodes": [ - 543 + 546 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_aggregate_fields": { @@ -9764,7 +9842,7 @@ export default { 38, { "columns": [ - 557, + 560, "[e_game_cfg_types_select_column!]" ], "distinct": [ @@ -9773,88 +9851,88 @@ export default { } ], "max": [ - 551 + 554 ], "min": [ - 552 + 555 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_bool_exp": { "_and": [ - 546 + 549 ], "_not": [ - 546 + 549 ], "_or": [ - 546 + 549 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_constraint": {}, "e_game_cfg_types_enum": {}, "e_game_cfg_types_enum_comparison_exp": { "_eq": [ - 548 + 551 ], "_in": [ - 548 + 551 ], "_is_null": [ 3 ], "_neq": [ - 548 + 551 ], "_nin": [ - 548 + 551 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_mutation_response": { @@ -9862,111 +9940,111 @@ export default { 38 ], "returning": [ - 543 + 546 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_on_conflict": { "constraint": [ - 547 + 550 ], "update_columns": [ - 561 + 564 ], "where": [ - 546 + 549 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_select_column": {}, "e_game_cfg_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_stream_cursor_input": { "initial_value": [ - 560 + 563 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_cfg_types_update_column": {}, "e_game_cfg_types_updates": { "_set": [ - 558 + 561 ], "where": [ - 546 + 549 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_aggregate": { "aggregate": [ - 565 + 568 ], "nodes": [ - 563 + 566 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_aggregate_fields": { @@ -9974,7 +10052,7 @@ export default { 38, { "columns": [ - 578, + 581, "[e_game_server_node_statuses_select_column!]" ], "distinct": [ @@ -9983,88 +10061,88 @@ export default { } ], "max": [ - 571 + 574 ], "min": [ - 572 + 575 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_bool_exp": { "_and": [ - 566 + 569 ], "_not": [ - 566 + 569 ], "_or": [ - 566 + 569 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_constraint": {}, "e_game_server_node_statuses_enum": {}, "e_game_server_node_statuses_enum_comparison_exp": { "_eq": [ - 568 + 571 ], "_in": [ - 568 + 571 ], "_is_null": [ 3 ], "_neq": [ - 568 + 571 ], "_nin": [ - 568 + 571 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_mutation_response": { @@ -10072,131 +10150,131 @@ export default { 38 ], "returning": [ - 563 + 566 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_obj_rel_insert_input": { "data": [ - 570 + 573 ], "on_conflict": [ - 575 + 578 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_on_conflict": { "constraint": [ - 567 + 570 ], "update_columns": [ - 582 + 585 ], "where": [ - 566 + 569 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_select_column": {}, "e_game_server_node_statuses_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_stream_cursor_input": { "initial_value": [ - 581 + 584 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "e_game_server_node_statuses_update_column": {}, "e_game_server_node_statuses_updates": { "_set": [ - 579 + 582 ], "where": [ - 566 + 569 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access": { + "e_league_movement_types": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_aggregate": { + "e_league_movement_types_aggregate": { "aggregate": [ - 586 + 589 ], "nodes": [ - 584 + 587 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_aggregate_fields": { + "e_league_movement_types_aggregate_fields": { "count": [ 38, { "columns": [ - 599, - "[e_lobby_access_select_column!]" + 602, + "[e_league_movement_types_select_column!]" ], "distinct": [ 3 @@ -10204,220 +10282,220 @@ export default { } ], "max": [ - 592 + 595 ], "min": [ - 593 + 596 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_bool_exp": { + "e_league_movement_types_bool_exp": { "_and": [ - 587 + 590 ], "_not": [ - 587 + 590 ], "_or": [ - 587 + 590 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_constraint": {}, - "e_lobby_access_enum": {}, - "e_lobby_access_enum_comparison_exp": { + "e_league_movement_types_constraint": {}, + "e_league_movement_types_enum": {}, + "e_league_movement_types_enum_comparison_exp": { "_eq": [ - 589 + 592 ], "_in": [ - 589 + 592 ], "_is_null": [ 3 ], "_neq": [ - 589 + 592 ], "_nin": [ - 589 + 592 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_insert_input": { + "e_league_movement_types_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_max_fields": { + "e_league_movement_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_min_fields": { + "e_league_movement_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_mutation_response": { + "e_league_movement_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 584 + 587 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_obj_rel_insert_input": { + "e_league_movement_types_obj_rel_insert_input": { "data": [ - 591 + 594 ], "on_conflict": [ - 596 + 599 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_on_conflict": { + "e_league_movement_types_on_conflict": { "constraint": [ - 588 + 591 ], "update_columns": [ - 603 + 606 ], "where": [ - 587 + 590 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_order_by": { + "e_league_movement_types_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_pk_columns_input": { + "e_league_movement_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_select_column": {}, - "e_lobby_access_set_input": { + "e_league_movement_types_select_column": {}, + "e_league_movement_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_stream_cursor_input": { + "e_league_movement_types_stream_cursor_input": { "initial_value": [ - 602 + 605 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_stream_cursor_value_input": { + "e_league_movement_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_access_update_column": {}, - "e_lobby_access_updates": { + "e_league_movement_types_update_column": {}, + "e_league_movement_types_updates": { "_set": [ - 600 + 603 ], "where": [ - 587 + 590 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status": { + "e_league_proposal_statuses": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_aggregate": { + "e_league_proposal_statuses_aggregate": { "aggregate": [ - 607 + 610 ], "nodes": [ - 605 + 608 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_aggregate_fields": { + "e_league_proposal_statuses_aggregate_fields": { "count": [ 38, { "columns": [ - 619, - "[e_lobby_player_status_select_column!]" + 623, + "[e_league_proposal_statuses_select_column!]" ], "distinct": [ 3 @@ -10425,209 +10503,220 @@ export default { } ], "max": [ - 613 + 616 ], "min": [ - 614 + 617 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_bool_exp": { + "e_league_proposal_statuses_bool_exp": { "_and": [ - 608 + 611 ], "_not": [ - 608 + 611 ], "_or": [ - 608 + 611 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_constraint": {}, - "e_lobby_player_status_enum": {}, - "e_lobby_player_status_enum_comparison_exp": { + "e_league_proposal_statuses_constraint": {}, + "e_league_proposal_statuses_enum": {}, + "e_league_proposal_statuses_enum_comparison_exp": { "_eq": [ - 610 + 613 ], "_in": [ - 610 + 613 ], "_is_null": [ 3 ], "_neq": [ - 610 + 613 ], "_nin": [ - 610 + 613 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_insert_input": { + "e_league_proposal_statuses_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_max_fields": { + "e_league_proposal_statuses_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_min_fields": { + "e_league_proposal_statuses_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_mutation_response": { + "e_league_proposal_statuses_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 605 + 608 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_on_conflict": { + "e_league_proposal_statuses_obj_rel_insert_input": { + "data": [ + 615 + ], + "on_conflict": [ + 620 + ], + "__typename": [ + 78 + ] + }, + "e_league_proposal_statuses_on_conflict": { "constraint": [ - 609 + 612 ], "update_columns": [ - 623 + 627 ], "where": [ - 608 + 611 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_order_by": { + "e_league_proposal_statuses_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_pk_columns_input": { + "e_league_proposal_statuses_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_select_column": {}, - "e_lobby_player_status_set_input": { + "e_league_proposal_statuses_select_column": {}, + "e_league_proposal_statuses_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_stream_cursor_input": { + "e_league_proposal_statuses_stream_cursor_input": { "initial_value": [ - 622 + 626 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_stream_cursor_value_input": { + "e_league_proposal_statuses_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_lobby_player_status_update_column": {}, - "e_lobby_player_status_updates": { + "e_league_proposal_statuses_update_column": {}, + "e_league_proposal_statuses_updates": { "_set": [ - 620 + 624 ], "where": [ - 608 + 611 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types": { + "e_league_registration_statuses": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_aggregate": { + "e_league_registration_statuses_aggregate": { "aggregate": [ - 627 + 631 ], "nodes": [ - 625 + 629 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_aggregate_fields": { + "e_league_registration_statuses_aggregate_fields": { "count": [ 38, { "columns": [ - 640, - "[e_map_pool_types_select_column!]" + 644, + "[e_league_registration_statuses_select_column!]" ], "distinct": [ 3 @@ -10635,264 +10724,220 @@ export default { } ], "max": [ - 633 + 637 ], "min": [ - 634 + 638 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_bool_exp": { + "e_league_registration_statuses_bool_exp": { "_and": [ - 628 + 632 ], "_not": [ - 628 + 632 ], "_or": [ - 628 + 632 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_constraint": {}, - "e_map_pool_types_enum": {}, - "e_map_pool_types_enum_comparison_exp": { + "e_league_registration_statuses_constraint": {}, + "e_league_registration_statuses_enum": {}, + "e_league_registration_statuses_enum_comparison_exp": { "_eq": [ - 630 + 634 ], "_in": [ - 630 + 634 ], "_is_null": [ 3 ], "_neq": [ - 630 + 634 ], "_nin": [ - 630 + 634 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_insert_input": { + "e_league_registration_statuses_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_max_fields": { + "e_league_registration_statuses_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_min_fields": { + "e_league_registration_statuses_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_mutation_response": { + "e_league_registration_statuses_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 625 + 629 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_obj_rel_insert_input": { + "e_league_registration_statuses_obj_rel_insert_input": { "data": [ - 632 + 636 ], "on_conflict": [ - 637 + 641 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_on_conflict": { + "e_league_registration_statuses_on_conflict": { "constraint": [ - 629 + 633 ], "update_columns": [ - 644 + 648 ], "where": [ - 628 + 632 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_order_by": { + "e_league_registration_statuses_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_pk_columns_input": { + "e_league_registration_statuses_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_select_column": {}, - "e_map_pool_types_set_input": { + "e_league_registration_statuses_select_column": {}, + "e_league_registration_statuses_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_stream_cursor_input": { + "e_league_registration_statuses_stream_cursor_input": { "initial_value": [ - 643 + 647 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_stream_cursor_value_input": { + "e_league_registration_statuses_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_map_pool_types_update_column": {}, - "e_map_pool_types_updates": { + "e_league_registration_statuses_update_column": {}, + "e_league_registration_statuses_updates": { "_set": [ - 641 + 645 ], "where": [ - 628 + 632 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility": { + "e_league_season_statuses": { "description": [ - 79 - ], - "match_clips": [ - 1382, - { - "distinct_on": [ - 1404, - "[match_clips_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1402, - "[match_clips_order_by!]" - ], - "where": [ - 1391 - ] - } - ], - "match_clips_aggregate": [ - 1383, - { - "distinct_on": [ - 1404, - "[match_clips_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1402, - "[match_clips_order_by!]" - ], - "where": [ - 1391 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_aggregate": { + "e_league_season_statuses_aggregate": { "aggregate": [ - 648 + 652 ], "nodes": [ - 646 + 650 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_aggregate_fields": { + "e_league_season_statuses_aggregate_fields": { "count": [ 38, { "columns": [ - 660, - "[e_match_clip_visibility_select_column!]" + 665, + "[e_league_season_statuses_select_column!]" ], "distinct": [ 3 @@ -10900,265 +10945,220 @@ export default { } ], "max": [ - 654 + 658 ], "min": [ - 655 + 659 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_bool_exp": { + "e_league_season_statuses_bool_exp": { "_and": [ - 649 + 653 ], "_not": [ - 649 + 653 ], "_or": [ - 649 + 653 ], "description": [ - 81 - ], - "match_clips": [ - 1391 - ], - "match_clips_aggregate": [ - 1384 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_constraint": {}, - "e_match_clip_visibility_enum": {}, - "e_match_clip_visibility_enum_comparison_exp": { + "e_league_season_statuses_constraint": {}, + "e_league_season_statuses_enum": {}, + "e_league_season_statuses_enum_comparison_exp": { "_eq": [ - 651 + 655 ], "_in": [ - 651 + 655 ], "_is_null": [ 3 ], "_neq": [ - 651 + 655 ], "_nin": [ - 651 + 655 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_insert_input": { + "e_league_season_statuses_insert_input": { "description": [ - 79 - ], - "match_clips": [ - 1388 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_max_fields": { + "e_league_season_statuses_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_min_fields": { + "e_league_season_statuses_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_mutation_response": { + "e_league_season_statuses_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 646 + 650 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_on_conflict": { + "e_league_season_statuses_obj_rel_insert_input": { + "data": [ + 657 + ], + "on_conflict": [ + 662 + ], + "__typename": [ + 78 + ] + }, + "e_league_season_statuses_on_conflict": { "constraint": [ - 650 + 654 ], "update_columns": [ - 664 + 669 ], "where": [ - 649 + 653 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_order_by": { + "e_league_season_statuses_order_by": { "description": [ - 2020 - ], - "match_clips_aggregate": [ - 1387 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_pk_columns_input": { + "e_league_season_statuses_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_select_column": {}, - "e_match_clip_visibility_set_input": { + "e_league_season_statuses_select_column": {}, + "e_league_season_statuses_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_stream_cursor_input": { + "e_league_season_statuses_stream_cursor_input": { "initial_value": [ - 663 + 668 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_stream_cursor_value_input": { + "e_league_season_statuses_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_clip_visibility_update_column": {}, - "e_match_clip_visibility_updates": { + "e_league_season_statuses_update_column": {}, + "e_league_season_statuses_updates": { "_set": [ - 661 + 666 ], "where": [ - 649 + 653 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status": { + "e_lobby_access": { "description": [ - 79 - ], - "match_maps": [ - 1673, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } - ], - "match_maps_aggregate": [ - 1674, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_aggregate": { + "e_lobby_access_aggregate": { "aggregate": [ - 668 + 673 ], "nodes": [ - 666 + 671 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_aggregate_fields": { + "e_lobby_access_aggregate_fields": { "count": [ 38, { "columns": [ - 681, - "[e_match_map_status_select_column!]" + 686, + "[e_lobby_access_select_column!]" ], "distinct": [ 3 @@ -11166,232 +11166,220 @@ export default { } ], "max": [ - 674 + 679 ], "min": [ - 675 + 680 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_bool_exp": { + "e_lobby_access_bool_exp": { "_and": [ - 669 + 674 ], "_not": [ - 669 + 674 ], "_or": [ - 669 + 674 ], "description": [ - 81 - ], - "match_maps": [ - 1682 - ], - "match_maps_aggregate": [ - 1675 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_constraint": {}, - "e_match_map_status_enum": {}, - "e_match_map_status_enum_comparison_exp": { + "e_lobby_access_constraint": {}, + "e_lobby_access_enum": {}, + "e_lobby_access_enum_comparison_exp": { "_eq": [ - 671 + 676 ], "_in": [ - 671 + 676 ], "_is_null": [ 3 ], "_neq": [ - 671 + 676 ], "_nin": [ - 671 + 676 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_insert_input": { + "e_lobby_access_insert_input": { "description": [ - 79 - ], - "match_maps": [ - 1679 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_max_fields": { + "e_lobby_access_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_min_fields": { + "e_lobby_access_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_mutation_response": { + "e_lobby_access_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 666 + 671 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_obj_rel_insert_input": { + "e_lobby_access_obj_rel_insert_input": { "data": [ - 673 + 678 ], "on_conflict": [ - 678 + 683 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_on_conflict": { + "e_lobby_access_on_conflict": { "constraint": [ - 670 + 675 ], "update_columns": [ - 685 + 690 ], "where": [ - 669 + 674 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_order_by": { + "e_lobby_access_order_by": { "description": [ - 2020 - ], - "match_maps_aggregate": [ - 1678 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_pk_columns_input": { + "e_lobby_access_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_select_column": {}, - "e_match_map_status_set_input": { + "e_lobby_access_select_column": {}, + "e_lobby_access_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_stream_cursor_input": { + "e_lobby_access_stream_cursor_input": { "initial_value": [ - 684 + 689 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_stream_cursor_value_input": { + "e_lobby_access_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_map_status_update_column": {}, - "e_match_map_status_updates": { + "e_lobby_access_update_column": {}, + "e_lobby_access_updates": { "_set": [ - 682 + 687 ], "where": [ - 669 + 674 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode": { + "e_lobby_player_status": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_aggregate": { + "e_lobby_player_status_aggregate": { "aggregate": [ - 689 + 694 ], "nodes": [ - 687 + 692 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_aggregate_fields": { + "e_lobby_player_status_aggregate_fields": { "count": [ 38, { "columns": [ - 701, - "[e_match_mode_select_column!]" + 706, + "[e_lobby_player_status_select_column!]" ], "distinct": [ 3 @@ -11399,253 +11387,209 @@ export default { } ], "max": [ - 695 + 700 ], "min": [ - 696 + 701 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_bool_exp": { + "e_lobby_player_status_bool_exp": { "_and": [ - 690 + 695 ], "_not": [ - 690 + 695 ], "_or": [ - 690 + 695 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_constraint": {}, - "e_match_mode_enum": {}, - "e_match_mode_enum_comparison_exp": { + "e_lobby_player_status_constraint": {}, + "e_lobby_player_status_enum": {}, + "e_lobby_player_status_enum_comparison_exp": { "_eq": [ - 692 + 697 ], "_in": [ - 692 + 697 ], "_is_null": [ 3 ], "_neq": [ - 692 + 697 ], "_nin": [ - 692 + 697 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_insert_input": { + "e_lobby_player_status_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_max_fields": { + "e_lobby_player_status_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_min_fields": { + "e_lobby_player_status_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_mutation_response": { + "e_lobby_player_status_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 687 + 692 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_on_conflict": { + "e_lobby_player_status_on_conflict": { "constraint": [ - 691 + 696 ], "update_columns": [ - 705 + 710 ], "where": [ - 690 + 695 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_order_by": { + "e_lobby_player_status_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_pk_columns_input": { + "e_lobby_player_status_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_select_column": {}, - "e_match_mode_set_input": { + "e_lobby_player_status_select_column": {}, + "e_lobby_player_status_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_stream_cursor_input": { + "e_lobby_player_status_stream_cursor_input": { "initial_value": [ - 704 + 709 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_stream_cursor_value_input": { + "e_lobby_player_status_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_mode_update_column": {}, - "e_match_mode_updates": { + "e_lobby_player_status_update_column": {}, + "e_lobby_player_status_updates": { "_set": [ - 702 + 707 ], "where": [ - 690 + 695 ], "__typename": [ - 79 + 78 ] }, - "e_match_status": { + "e_map_pool_types": { "description": [ - 79 - ], - "matches": [ - 1835, - { - "distinct_on": [ - 1857, - "[matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1855, - "[matches_order_by!]" - ], - "where": [ - 1844 - ] - } - ], - "matches_aggregate": [ - 1836, - { - "distinct_on": [ - 1857, - "[matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1855, - "[matches_order_by!]" - ], - "where": [ - 1844 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_aggregate": { + "e_map_pool_types_aggregate": { "aggregate": [ - 709 + 714 ], "nodes": [ - 707 + 712 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_aggregate_fields": { + "e_map_pool_types_aggregate_fields": { "count": [ 38, { "columns": [ - 722, - "[e_match_status_select_column!]" + 727, + "[e_map_pool_types_select_column!]" ], "distinct": [ 3 @@ -11653,213 +11597,201 @@ export default { } ], "max": [ - 715 + 720 ], "min": [ - 716 + 721 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_bool_exp": { + "e_map_pool_types_bool_exp": { "_and": [ - 710 + 715 ], "_not": [ - 710 + 715 ], "_or": [ - 710 + 715 ], "description": [ - 81 - ], - "matches": [ - 1844 - ], - "matches_aggregate": [ - 1837 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_constraint": {}, - "e_match_status_enum": {}, - "e_match_status_enum_comparison_exp": { + "e_map_pool_types_constraint": {}, + "e_map_pool_types_enum": {}, + "e_map_pool_types_enum_comparison_exp": { "_eq": [ - 712 + 717 ], "_in": [ - 712 + 717 ], "_is_null": [ 3 ], "_neq": [ - 712 + 717 ], "_nin": [ - 712 + 717 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_insert_input": { + "e_map_pool_types_insert_input": { "description": [ - 79 - ], - "matches": [ - 1841 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_max_fields": { + "e_map_pool_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_min_fields": { + "e_map_pool_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_mutation_response": { + "e_map_pool_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 707 + 712 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_obj_rel_insert_input": { + "e_map_pool_types_obj_rel_insert_input": { "data": [ - 714 + 719 ], "on_conflict": [ - 719 + 724 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_on_conflict": { + "e_map_pool_types_on_conflict": { "constraint": [ - 711 + 716 ], "update_columns": [ - 726 + 731 ], "where": [ - 710 + 715 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_order_by": { + "e_map_pool_types_order_by": { "description": [ - 2020 - ], - "matches_aggregate": [ - 1840 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_pk_columns_input": { + "e_map_pool_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_select_column": {}, - "e_match_status_set_input": { + "e_map_pool_types_select_column": {}, + "e_map_pool_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_stream_cursor_input": { + "e_map_pool_types_stream_cursor_input": { "initial_value": [ - 725 + 730 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_stream_cursor_value_input": { + "e_map_pool_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_status_update_column": {}, - "e_match_status_updates": { + "e_map_pool_types_update_column": {}, + "e_map_pool_types_updates": { "_set": [ - 723 + 728 ], "where": [ - 710 + 715 ], "__typename": [ - 79 + 78 ] }, - "e_match_types": { + "e_match_clip_visibility": { "description": [ - 79 + 78 ], - "maps": [ - 1353, + "match_clips": [ + 1823, { "distinct_on": [ - 1374, - "[maps_select_column!]" + 1845, + "[match_clips_select_column!]" ], "limit": [ 38 @@ -11868,20 +11800,20 @@ export default { 38 ], "order_by": [ - 1372, - "[maps_order_by!]" + 1843, + "[match_clips_order_by!]" ], "where": [ - 1362 + 1832 ] } ], - "maps_aggregate": [ - 1354, + "match_clips_aggregate": [ + 1824, { "distinct_on": [ - 1374, - "[maps_select_column!]" + 1845, + "[match_clips_select_column!]" ], "limit": [ 38 @@ -11890,39 +11822,39 @@ export default { 38 ], "order_by": [ - 1372, - "[maps_order_by!]" + 1843, + "[match_clips_order_by!]" ], "where": [ - 1362 + 1832 ] } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_aggregate": { + "e_match_clip_visibility_aggregate": { "aggregate": [ - 730 + 735 ], "nodes": [ - 728 + 733 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_aggregate_fields": { + "e_match_clip_visibility_aggregate_fields": { "count": [ 38, { "columns": [ - 743, - "[e_match_types_select_column!]" + 747, + "[e_match_clip_visibility_select_column!]" ], "distinct": [ 3 @@ -11930,232 +11862,265 @@ export default { } ], "max": [ - 736 + 741 ], "min": [ - 737 + 742 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_bool_exp": { + "e_match_clip_visibility_bool_exp": { "_and": [ - 731 + 736 ], "_not": [ - 731 + 736 ], "_or": [ - 731 + 736 ], "description": [ - 81 + 80 ], - "maps": [ - 1362 + "match_clips": [ + 1832 ], - "maps_aggregate": [ - 1355 + "match_clips_aggregate": [ + 1825 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_constraint": {}, - "e_match_types_enum": {}, - "e_match_types_enum_comparison_exp": { + "e_match_clip_visibility_constraint": {}, + "e_match_clip_visibility_enum": {}, + "e_match_clip_visibility_enum_comparison_exp": { "_eq": [ - 733 + 738 ], "_in": [ - 733 + 738 ], "_is_null": [ 3 ], "_neq": [ - 733 + 738 ], "_nin": [ - 733 + 738 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_insert_input": { + "e_match_clip_visibility_insert_input": { "description": [ - 79 + 78 ], - "maps": [ - 1361 + "match_clips": [ + 1829 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_max_fields": { + "e_match_clip_visibility_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_min_fields": { + "e_match_clip_visibility_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_mutation_response": { + "e_match_clip_visibility_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 728 - ], - "__typename": [ - 79 - ] - }, - "e_match_types_obj_rel_insert_input": { - "data": [ - 735 - ], - "on_conflict": [ - 740 + 733 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_on_conflict": { + "e_match_clip_visibility_on_conflict": { "constraint": [ - 732 + 737 ], "update_columns": [ - 747 + 751 ], "where": [ - 731 + 736 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_order_by": { + "e_match_clip_visibility_order_by": { "description": [ - 2020 + 2461 ], - "maps_aggregate": [ - 1360 + "match_clips_aggregate": [ + 1828 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_pk_columns_input": { + "e_match_clip_visibility_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_select_column": {}, - "e_match_types_set_input": { + "e_match_clip_visibility_select_column": {}, + "e_match_clip_visibility_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_stream_cursor_input": { + "e_match_clip_visibility_stream_cursor_input": { "initial_value": [ - 746 + 750 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_stream_cursor_value_input": { + "e_match_clip_visibility_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_match_types_update_column": {}, - "e_match_types_updates": { + "e_match_clip_visibility_update_column": {}, + "e_match_clip_visibility_updates": { "_set": [ - 744 + 748 ], "where": [ - 731 + 736 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types": { + "e_match_map_status": { "description": [ - 79 + 78 + ], + "match_maps": [ + 2114, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } + ], + "match_maps_aggregate": [ + 2115, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_aggregate": { + "e_match_map_status_aggregate": { "aggregate": [ - 751 + 755 ], "nodes": [ - 749 + 753 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_aggregate_fields": { + "e_match_map_status_aggregate_fields": { "count": [ 38, { "columns": [ - 763, - "[e_notification_types_select_column!]" + 768, + "[e_match_map_status_select_column!]" ], "distinct": [ 3 @@ -12163,253 +12128,232 @@ export default { } ], "max": [ - 757 + 761 ], "min": [ - 758 + 762 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_bool_exp": { + "e_match_map_status_bool_exp": { "_and": [ - 752 + 756 ], "_not": [ - 752 + 756 ], "_or": [ - 752 + 756 ], "description": [ - 81 + 80 + ], + "match_maps": [ + 2123 + ], + "match_maps_aggregate": [ + 2116 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_constraint": {}, - "e_notification_types_enum": {}, - "e_notification_types_enum_comparison_exp": { + "e_match_map_status_constraint": {}, + "e_match_map_status_enum": {}, + "e_match_map_status_enum_comparison_exp": { "_eq": [ - 754 + 758 ], "_in": [ - 754 + 758 ], "_is_null": [ 3 ], "_neq": [ - 754 + 758 ], "_nin": [ - 754 + 758 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_insert_input": { + "e_match_map_status_insert_input": { "description": [ - 79 + 78 + ], + "match_maps": [ + 2120 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_max_fields": { + "e_match_map_status_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_min_fields": { + "e_match_map_status_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_mutation_response": { + "e_match_map_status_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 749 + 753 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_on_conflict": { + "e_match_map_status_obj_rel_insert_input": { + "data": [ + 760 + ], + "on_conflict": [ + 765 + ], + "__typename": [ + 78 + ] + }, + "e_match_map_status_on_conflict": { "constraint": [ - 753 + 757 ], "update_columns": [ - 767 + 772 ], "where": [ - 752 + 756 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_order_by": { + "e_match_map_status_order_by": { "description": [ - 2020 + 2461 + ], + "match_maps_aggregate": [ + 2119 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_pk_columns_input": { + "e_match_map_status_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_select_column": {}, - "e_notification_types_set_input": { + "e_match_map_status_select_column": {}, + "e_match_map_status_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_stream_cursor_input": { + "e_match_map_status_stream_cursor_input": { "initial_value": [ - 766 + 771 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_stream_cursor_value_input": { + "e_match_map_status_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_notification_types_update_column": {}, - "e_notification_types_updates": { + "e_match_map_status_update_column": {}, + "e_match_map_status_updates": { "_set": [ - 764 + 769 ], "where": [ - 752 + 756 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types": { + "e_match_mode": { "description": [ - 79 - ], - "player_objectives": [ - 2576, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } - ], - "player_objectives_aggregate": [ - 2577, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_aggregate": { + "e_match_mode_aggregate": { "aggregate": [ - 771 + 776 ], "nodes": [ - 769 + 774 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_aggregate_fields": { + "e_match_mode_aggregate_fields": { "count": [ 38, { "columns": [ - 783, - "[e_objective_types_select_column!]" + 788, + "[e_match_mode_select_column!]" ], "distinct": [ 3 @@ -12417,221 +12361,253 @@ export default { } ], "max": [ - 777 + 782 ], "min": [ - 778 + 783 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_bool_exp": { + "e_match_mode_bool_exp": { "_and": [ - 772 + 777 ], "_not": [ - 772 + 777 ], "_or": [ - 772 + 777 ], "description": [ - 81 - ], - "player_objectives": [ - 2585 - ], - "player_objectives_aggregate": [ - 2578 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_constraint": {}, - "e_objective_types_enum": {}, - "e_objective_types_enum_comparison_exp": { + "e_match_mode_constraint": {}, + "e_match_mode_enum": {}, + "e_match_mode_enum_comparison_exp": { "_eq": [ - 774 + 779 ], "_in": [ - 774 + 779 ], "_is_null": [ 3 ], "_neq": [ - 774 + 779 ], "_nin": [ - 774 + 779 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_insert_input": { + "e_match_mode_insert_input": { "description": [ - 79 - ], - "player_objectives": [ - 2582 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_max_fields": { + "e_match_mode_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_min_fields": { + "e_match_mode_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_mutation_response": { + "e_match_mode_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 769 + 774 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_on_conflict": { + "e_match_mode_on_conflict": { "constraint": [ - 773 + 778 ], "update_columns": [ - 787 + 792 ], "where": [ - 772 + 777 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_order_by": { + "e_match_mode_order_by": { "description": [ - 2020 - ], - "player_objectives_aggregate": [ - 2581 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_pk_columns_input": { + "e_match_mode_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_select_column": {}, - "e_objective_types_set_input": { + "e_match_mode_select_column": {}, + "e_match_mode_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_stream_cursor_input": { + "e_match_mode_stream_cursor_input": { "initial_value": [ - 786 + 791 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_stream_cursor_value_input": { + "e_match_mode_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_objective_types_update_column": {}, - "e_objective_types_updates": { + "e_match_mode_update_column": {}, + "e_match_mode_updates": { "_set": [ - 784 + 789 ], "where": [ - 772 + 777 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles": { + "e_match_status": { "description": [ - 79 + 78 + ], + "matches": [ + 2276, + { + "distinct_on": [ + 2298, + "[matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 + ] + } + ], + "matches_aggregate": [ + 2277, + { + "distinct_on": [ + 2298, + "[matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 + ] + } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_aggregate": { + "e_match_status_aggregate": { "aggregate": [ - 791 + 796 ], "nodes": [ - 789 + 794 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_aggregate_fields": { + "e_match_status_aggregate_fields": { "count": [ 38, { "columns": [ - 803, - "[e_player_roles_select_column!]" + 809, + "[e_match_status_select_column!]" ], "distinct": [ 3 @@ -12639,209 +12615,276 @@ export default { } ], "max": [ - 797 + 802 ], "min": [ - 798 + 803 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_bool_exp": { + "e_match_status_bool_exp": { "_and": [ - 792 + 797 ], "_not": [ - 792 + 797 ], "_or": [ - 792 + 797 ], "description": [ - 81 + 80 + ], + "matches": [ + 2285 + ], + "matches_aggregate": [ + 2278 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_constraint": {}, - "e_player_roles_enum": {}, - "e_player_roles_enum_comparison_exp": { + "e_match_status_constraint": {}, + "e_match_status_enum": {}, + "e_match_status_enum_comparison_exp": { "_eq": [ - 794 + 799 ], "_in": [ - 794 + 799 ], "_is_null": [ 3 ], "_neq": [ - 794 + 799 ], "_nin": [ - 794 + 799 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_insert_input": { + "e_match_status_insert_input": { "description": [ - 79 + 78 + ], + "matches": [ + 2282 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_max_fields": { + "e_match_status_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_min_fields": { + "e_match_status_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_mutation_response": { + "e_match_status_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 789 + 794 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_on_conflict": { + "e_match_status_obj_rel_insert_input": { + "data": [ + 801 + ], + "on_conflict": [ + 806 + ], + "__typename": [ + 78 + ] + }, + "e_match_status_on_conflict": { "constraint": [ - 793 + 798 ], "update_columns": [ - 807 + 813 ], "where": [ - 792 + 797 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_order_by": { + "e_match_status_order_by": { "description": [ - 2020 + 2461 + ], + "matches_aggregate": [ + 2281 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_pk_columns_input": { + "e_match_status_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_select_column": {}, - "e_player_roles_set_input": { + "e_match_status_select_column": {}, + "e_match_status_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_stream_cursor_input": { + "e_match_status_stream_cursor_input": { "initial_value": [ - 806 + 812 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_stream_cursor_value_input": { + "e_match_status_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_player_roles_update_column": {}, - "e_player_roles_updates": { + "e_match_status_update_column": {}, + "e_match_status_updates": { "_set": [ - 804 + 810 ], "where": [ - 792 + 797 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings": { + "e_match_types": { "description": [ - 79 + 78 + ], + "maps": [ + 1794, + { + "distinct_on": [ + 1815, + "[maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1813, + "[maps_order_by!]" + ], + "where": [ + 1803 + ] + } + ], + "maps_aggregate": [ + 1795, + { + "distinct_on": [ + 1815, + "[maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1813, + "[maps_order_by!]" + ], + "where": [ + 1803 + ] + } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_aggregate": { + "e_match_types_aggregate": { "aggregate": [ - 811 + 817 ], "nodes": [ - 809 + 815 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_aggregate_fields": { + "e_match_types_aggregate_fields": { "count": [ 38, { "columns": [ - 823, - "[e_ready_settings_select_column!]" + 830, + "[e_match_types_select_column!]" ], "distinct": [ 3 @@ -12849,209 +12892,232 @@ export default { } ], "max": [ - 817 + 823 ], "min": [ - 818 + 824 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_bool_exp": { + "e_match_types_bool_exp": { "_and": [ - 812 + 818 ], "_not": [ - 812 + 818 ], "_or": [ - 812 + 818 ], "description": [ - 81 + 80 + ], + "maps": [ + 1803 + ], + "maps_aggregate": [ + 1796 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_constraint": {}, - "e_ready_settings_enum": {}, - "e_ready_settings_enum_comparison_exp": { + "e_match_types_constraint": {}, + "e_match_types_enum": {}, + "e_match_types_enum_comparison_exp": { "_eq": [ - 814 + 820 ], "_in": [ - 814 + 820 ], "_is_null": [ 3 ], "_neq": [ - 814 + 820 ], "_nin": [ - 814 + 820 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_insert_input": { + "e_match_types_insert_input": { "description": [ - 79 + 78 + ], + "maps": [ + 1802 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_max_fields": { + "e_match_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_min_fields": { + "e_match_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_mutation_response": { + "e_match_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 809 + 815 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_on_conflict": { + "e_match_types_obj_rel_insert_input": { + "data": [ + 822 + ], + "on_conflict": [ + 827 + ], + "__typename": [ + 78 + ] + }, + "e_match_types_on_conflict": { "constraint": [ - 813 + 819 ], "update_columns": [ - 827 + 834 ], "where": [ - 812 + 818 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_order_by": { + "e_match_types_order_by": { "description": [ - 2020 + 2461 + ], + "maps_aggregate": [ + 1801 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_pk_columns_input": { + "e_match_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_select_column": {}, - "e_ready_settings_set_input": { + "e_match_types_select_column": {}, + "e_match_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_stream_cursor_input": { + "e_match_types_stream_cursor_input": { "initial_value": [ - 826 + 833 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_stream_cursor_value_input": { + "e_match_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_ready_settings_update_column": {}, - "e_ready_settings_updates": { + "e_match_types_update_column": {}, + "e_match_types_updates": { "_set": [ - 824 + 831 ], "where": [ - 812 + 818 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types": { + "e_notification_types": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_aggregate": { + "e_notification_types_aggregate": { "aggregate": [ - 831 + 838 ], "nodes": [ - 829 + 836 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_aggregate_fields": { + "e_notification_types_aggregate_fields": { "count": [ 38, { "columns": [ - 844, - "[e_sanction_types_select_column!]" + 850, + "[e_notification_types_select_column!]" ], "distinct": [ 3 @@ -13059,201 +13125,190 @@ export default { } ], "max": [ - 837 + 844 ], "min": [ - 838 + 845 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_bool_exp": { + "e_notification_types_bool_exp": { "_and": [ - 832 + 839 ], "_not": [ - 832 + 839 ], "_or": [ - 832 + 839 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_constraint": {}, - "e_sanction_types_enum": {}, - "e_sanction_types_enum_comparison_exp": { + "e_notification_types_constraint": {}, + "e_notification_types_enum": {}, + "e_notification_types_enum_comparison_exp": { "_eq": [ - 834 + 841 ], "_in": [ - 834 + 841 ], "_is_null": [ 3 ], "_neq": [ - 834 + 841 ], "_nin": [ - 834 + 841 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_insert_input": { + "e_notification_types_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_max_fields": { + "e_notification_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_min_fields": { + "e_notification_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_mutation_response": { + "e_notification_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 829 - ], - "__typename": [ - 79 - ] - }, - "e_sanction_types_obj_rel_insert_input": { - "data": [ 836 ], - "on_conflict": [ - 841 - ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_on_conflict": { + "e_notification_types_on_conflict": { "constraint": [ - 833 + 840 ], "update_columns": [ - 848 + 854 ], "where": [ - 832 + 839 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_order_by": { + "e_notification_types_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_pk_columns_input": { + "e_notification_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_select_column": {}, - "e_sanction_types_set_input": { + "e_notification_types_select_column": {}, + "e_notification_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_stream_cursor_input": { + "e_notification_types_stream_cursor_input": { "initial_value": [ - 847 + 853 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_stream_cursor_value_input": { + "e_notification_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sanction_types_update_column": {}, - "e_sanction_types_updates": { + "e_notification_types_update_column": {}, + "e_notification_types_updates": { "_set": [ - 845 + 851 ], "where": [ - 832 + 839 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses": { + "e_objective_types": { "description": [ - 79 + 78 ], - "scrim_requests": [ - 3414, + "player_objectives": [ + 3017, { "distinct_on": [ - 3438, - "[team_scrim_requests_select_column!]" + 3038, + "[player_objectives_select_column!]" ], "limit": [ 38 @@ -13262,20 +13317,20 @@ export default { 38 ], "order_by": [ - 3436, - "[team_scrim_requests_order_by!]" + 3036, + "[player_objectives_order_by!]" ], "where": [ - 3425 + 3026 ] } ], - "scrim_requests_aggregate": [ - 3415, + "player_objectives_aggregate": [ + 3018, { "distinct_on": [ - 3438, - "[team_scrim_requests_select_column!]" + 3038, + "[player_objectives_select_column!]" ], "limit": [ 38 @@ -13284,39 +13339,39 @@ export default { 38 ], "order_by": [ - 3436, - "[team_scrim_requests_order_by!]" + 3036, + "[player_objectives_order_by!]" ], "where": [ - 3425 + 3026 ] } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_aggregate": { + "e_objective_types_aggregate": { "aggregate": [ - 852 + 858 ], "nodes": [ - 850 + 856 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_aggregate_fields": { + "e_objective_types_aggregate_fields": { "count": [ 38, { "columns": [ - 864, - "[e_scrim_request_statuses_select_column!]" + 870, + "[e_objective_types_select_column!]" ], "distinct": [ 3 @@ -13324,265 +13379,221 @@ export default { } ], "max": [ - 858 + 864 ], "min": [ - 859 + 865 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_bool_exp": { + "e_objective_types_bool_exp": { "_and": [ - 853 + 859 ], "_not": [ - 853 + 859 ], "_or": [ - 853 + 859 ], "description": [ - 81 + 80 ], - "scrim_requests": [ - 3425 + "player_objectives": [ + 3026 ], - "scrim_requests_aggregate": [ - 3416 + "player_objectives_aggregate": [ + 3019 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_constraint": {}, - "e_scrim_request_statuses_enum": {}, - "e_scrim_request_statuses_enum_comparison_exp": { + "e_objective_types_constraint": {}, + "e_objective_types_enum": {}, + "e_objective_types_enum_comparison_exp": { "_eq": [ - 855 + 861 ], "_in": [ - 855 + 861 ], "_is_null": [ 3 ], "_neq": [ - 855 + 861 ], "_nin": [ - 855 + 861 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_insert_input": { + "e_objective_types_insert_input": { "description": [ - 79 + 78 ], - "scrim_requests": [ - 3422 + "player_objectives": [ + 3023 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_max_fields": { + "e_objective_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_min_fields": { + "e_objective_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_mutation_response": { + "e_objective_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 850 + 856 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_on_conflict": { + "e_objective_types_on_conflict": { "constraint": [ - 854 + 860 ], "update_columns": [ - 868 + 874 ], "where": [ - 853 + 859 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_order_by": { + "e_objective_types_order_by": { "description": [ - 2020 + 2461 ], - "scrim_requests_aggregate": [ - 3421 + "player_objectives_aggregate": [ + 3022 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_pk_columns_input": { + "e_objective_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_select_column": {}, - "e_scrim_request_statuses_set_input": { + "e_objective_types_select_column": {}, + "e_objective_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_stream_cursor_input": { + "e_objective_types_stream_cursor_input": { "initial_value": [ - 867 + 873 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_stream_cursor_value_input": { + "e_objective_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_scrim_request_statuses_update_column": {}, - "e_scrim_request_statuses_updates": { + "e_objective_types_update_column": {}, + "e_objective_types_updates": { "_set": [ - 865 + 871 ], "where": [ - 853 + 859 ], "__typename": [ - 79 + 78 ] }, - "e_server_types": { + "e_player_roles": { "description": [ - 79 - ], - "servers": [ - 3089, - { - "distinct_on": [ - 3113, - "[servers_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3111, - "[servers_order_by!]" - ], - "where": [ - 3100 - ] - } - ], - "servers_aggregate": [ - 3090, - { - "distinct_on": [ - 3113, - "[servers_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3111, - "[servers_order_by!]" - ], - "where": [ - 3100 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_aggregate": { + "e_player_roles_aggregate": { "aggregate": [ - 872 + 878 ], "nodes": [ - 870 + 876 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_aggregate_fields": { + "e_player_roles_aggregate_fields": { "count": [ 38, { "columns": [ - 884, - "[e_server_types_select_column!]" + 890, + "[e_player_roles_select_column!]" ], "distinct": [ 3 @@ -13590,543 +13601,419 @@ export default { } ], "max": [ - 878 + 884 ], "min": [ - 879 + 885 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_bool_exp": { + "e_player_roles_bool_exp": { "_and": [ - 873 + 879 ], "_not": [ - 873 + 879 ], "_or": [ - 873 + 879 ], "description": [ - 81 - ], - "servers": [ - 3100 - ], - "servers_aggregate": [ - 3091 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_constraint": {}, - "e_server_types_enum": {}, - "e_server_types_enum_comparison_exp": { + "e_player_roles_constraint": {}, + "e_player_roles_enum": {}, + "e_player_roles_enum_comparison_exp": { "_eq": [ - 875 + 881 ], "_in": [ - 875 + 881 ], "_is_null": [ 3 ], "_neq": [ - 875 + 881 ], "_nin": [ - 875 + 881 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_insert_input": { + "e_player_roles_insert_input": { "description": [ - 79 - ], - "servers": [ - 3097 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_max_fields": { + "e_player_roles_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_min_fields": { + "e_player_roles_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_mutation_response": { + "e_player_roles_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 870 + 876 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_on_conflict": { + "e_player_roles_on_conflict": { "constraint": [ - 874 + 880 ], "update_columns": [ - 888 + 894 ], "where": [ - 873 + 879 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_order_by": { + "e_player_roles_order_by": { "description": [ - 2020 - ], - "servers_aggregate": [ - 3096 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_pk_columns_input": { + "e_player_roles_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_select_column": {}, - "e_server_types_set_input": { + "e_player_roles_select_column": {}, + "e_player_roles_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_stream_cursor_input": { + "e_player_roles_stream_cursor_input": { "initial_value": [ - 887 + 893 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_stream_cursor_value_input": { + "e_player_roles_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_server_types_update_column": {}, - "e_server_types_updates": { + "e_player_roles_update_column": {}, + "e_player_roles_updates": { "_set": [ - 885 + 891 ], "where": [ - 873 + 879 ], "__typename": [ - 79 + 78 ] }, - "e_sides": { + "e_ready_settings": { "description": [ - 79 + 78 ], - "match_map_lineup_1": [ - 1673, + "value": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "e_ready_settings_aggregate": { + "aggregate": [ + 898 + ], + "nodes": [ + 896 + ], + "__typename": [ + 78 + ] + }, + "e_ready_settings_aggregate_fields": { + "count": [ + 38, { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" + "columns": [ + 910, + "[e_ready_settings_select_column!]" ], - "where": [ - 1682 - ] - } - ], - "match_map_lineup_1_aggregate": [ - 1674, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } - ], - "match_map_lineup_2": [ - 1673, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } - ], - "match_map_lineup_2_aggregate": [ - 1674, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } - ], - "value": [ - 79 - ], - "__typename": [ - 79 - ] - }, - "e_sides_aggregate": { - "aggregate": [ - 892 - ], - "nodes": [ - 890 - ], - "__typename": [ - 79 - ] - }, - "e_sides_aggregate_fields": { - "count": [ - 38, - { - "columns": [ - 904, - "[e_sides_select_column!]" - ], - "distinct": [ - 3 + "distinct": [ + 3 ] } ], "max": [ - 898 + 904 ], "min": [ - 899 + 905 ], "__typename": [ - 79 + 78 ] }, - "e_sides_bool_exp": { + "e_ready_settings_bool_exp": { "_and": [ - 893 + 899 ], "_not": [ - 893 + 899 ], "_or": [ - 893 + 899 ], "description": [ - 81 - ], - "match_map_lineup_1": [ - 1682 - ], - "match_map_lineup_1_aggregate": [ - 1675 - ], - "match_map_lineup_2": [ - 1682 - ], - "match_map_lineup_2_aggregate": [ - 1675 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_sides_constraint": {}, - "e_sides_enum": {}, - "e_sides_enum_comparison_exp": { + "e_ready_settings_constraint": {}, + "e_ready_settings_enum": {}, + "e_ready_settings_enum_comparison_exp": { "_eq": [ - 895 + 901 ], "_in": [ - 895 + 901 ], "_is_null": [ 3 ], "_neq": [ - 895 + 901 ], "_nin": [ - 895 + 901 ], "__typename": [ - 79 + 78 ] }, - "e_sides_insert_input": { + "e_ready_settings_insert_input": { "description": [ - 79 - ], - "match_map_lineup_1": [ - 1679 - ], - "match_map_lineup_2": [ - 1679 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sides_max_fields": { + "e_ready_settings_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sides_min_fields": { + "e_ready_settings_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sides_mutation_response": { + "e_ready_settings_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 890 + 896 ], "__typename": [ - 79 + 78 ] }, - "e_sides_on_conflict": { + "e_ready_settings_on_conflict": { "constraint": [ - 894 + 900 ], "update_columns": [ - 908 + 914 ], "where": [ - 893 + 899 ], "__typename": [ - 79 + 78 ] }, - "e_sides_order_by": { + "e_ready_settings_order_by": { "description": [ - 2020 - ], - "match_map_lineup_1_aggregate": [ - 1678 - ], - "match_map_lineup_2_aggregate": [ - 1678 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_sides_pk_columns_input": { + "e_ready_settings_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sides_select_column": {}, - "e_sides_set_input": { + "e_ready_settings_select_column": {}, + "e_ready_settings_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sides_stream_cursor_input": { + "e_ready_settings_stream_cursor_input": { "initial_value": [ - 907 + 913 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_sides_stream_cursor_value_input": { + "e_ready_settings_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_sides_update_column": {}, - "e_sides_updates": { + "e_ready_settings_update_column": {}, + "e_ready_settings_updates": { "_set": [ - 905 + 911 ], "where": [ - 893 + 899 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types": { + "e_sanction_types": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_aggregate": { + "e_sanction_types_aggregate": { "aggregate": [ - 912 + 918 ], "nodes": [ - 910 + 916 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_aggregate_fields": { + "e_sanction_types_aggregate_fields": { "count": [ 38, { "columns": [ - 924, - "[e_system_alert_types_select_column!]" + 931, + "[e_sanction_types_select_column!]" ], "distinct": [ 3 @@ -14134,234 +14021,201 @@ export default { } ], "max": [ - 918 + 924 ], "min": [ - 919 + 925 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_bool_exp": { + "e_sanction_types_bool_exp": { "_and": [ - 913 + 919 ], "_not": [ - 913 + 919 ], "_or": [ - 913 + 919 ], "description": [ - 81 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_constraint": {}, - "e_system_alert_types_enum": {}, - "e_system_alert_types_enum_comparison_exp": { + "e_sanction_types_constraint": {}, + "e_sanction_types_enum": {}, + "e_sanction_types_enum_comparison_exp": { "_eq": [ - 915 + 921 ], "_in": [ - 915 + 921 ], "_is_null": [ 3 ], "_neq": [ - 915 + 921 ], "_nin": [ - 915 + 921 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_insert_input": { + "e_sanction_types_insert_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_max_fields": { + "e_sanction_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_min_fields": { + "e_sanction_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_mutation_response": { + "e_sanction_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 910 + 916 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_on_conflict": { + "e_sanction_types_obj_rel_insert_input": { + "data": [ + 923 + ], + "on_conflict": [ + 928 + ], + "__typename": [ + 78 + ] + }, + "e_sanction_types_on_conflict": { "constraint": [ - 914 + 920 ], "update_columns": [ - 928 + 935 ], "where": [ - 913 + 919 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_order_by": { + "e_sanction_types_order_by": { "description": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_pk_columns_input": { + "e_sanction_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_select_column": {}, - "e_system_alert_types_set_input": { + "e_sanction_types_select_column": {}, + "e_sanction_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_stream_cursor_input": { + "e_sanction_types_stream_cursor_input": { "initial_value": [ - 927 + 934 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_stream_cursor_value_input": { + "e_sanction_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_system_alert_types_update_column": {}, - "e_system_alert_types_updates": { + "e_sanction_types_update_column": {}, + "e_sanction_types_updates": { "_set": [ - 925 + 932 ], "where": [ - 913 + 919 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles": { + "e_scrim_request_statuses": { "description": [ - 79 - ], - "team_rosters": [ - 3273, - { - "distinct_on": [ - 3296, - "[team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3294, - "[team_roster_order_by!]" - ], - "where": [ - 3284 - ] - } - ], - "team_rosters_aggregate": [ - 3274, - { - "distinct_on": [ - 3296, - "[team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3294, - "[team_roster_order_by!]" - ], - "where": [ - 3284 - ] - } + 78 ], - "tournament_team_rosters": [ - 3739, + "scrim_requests": [ + 3860, { "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" + 3884, + "[team_scrim_requests_select_column!]" ], "limit": [ 38 @@ -14370,20 +14224,20 @@ export default { 38 ], "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" + 3882, + "[team_scrim_requests_order_by!]" ], "where": [ - 3748 + 3871 ] } ], - "tournament_team_rosters_aggregate": [ - 3740, + "scrim_requests_aggregate": [ + 3861, { "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" + 3884, + "[team_scrim_requests_select_column!]" ], "limit": [ 38 @@ -14392,39 +14246,39 @@ export default { 38 ], "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" + 3882, + "[team_scrim_requests_order_by!]" ], "where": [ - 3748 + 3871 ] } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_aggregate": { + "e_scrim_request_statuses_aggregate": { "aggregate": [ - 932 + 939 ], "nodes": [ - 930 + 937 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_aggregate_fields": { + "e_scrim_request_statuses_aggregate_fields": { "count": [ 38, { "columns": [ - 945, - "[e_team_roles_select_column!]" + 951, + "[e_scrim_request_statuses_select_column!]" ], "distinct": [ 3 @@ -14432,244 +14286,265 @@ export default { } ], "max": [ - 938 + 945 ], "min": [ - 939 + 946 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_bool_exp": { + "e_scrim_request_statuses_bool_exp": { "_and": [ - 933 + 940 ], "_not": [ - 933 + 940 ], "_or": [ - 933 + 940 ], "description": [ - 81 - ], - "team_rosters": [ - 3284 - ], - "team_rosters_aggregate": [ - 3275 + 80 ], - "tournament_team_rosters": [ - 3748 + "scrim_requests": [ + 3871 ], - "tournament_team_rosters_aggregate": [ - 3741 + "scrim_requests_aggregate": [ + 3862 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_constraint": {}, - "e_team_roles_enum": {}, - "e_team_roles_enum_comparison_exp": { + "e_scrim_request_statuses_constraint": {}, + "e_scrim_request_statuses_enum": {}, + "e_scrim_request_statuses_enum_comparison_exp": { "_eq": [ - 935 + 942 ], "_in": [ - 935 + 942 ], "_is_null": [ 3 ], "_neq": [ - 935 + 942 ], "_nin": [ - 935 + 942 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_insert_input": { + "e_scrim_request_statuses_insert_input": { "description": [ - 79 - ], - "team_rosters": [ - 3281 + 78 ], - "tournament_team_rosters": [ - 3745 + "scrim_requests": [ + 3868 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_max_fields": { + "e_scrim_request_statuses_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_min_fields": { + "e_scrim_request_statuses_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_mutation_response": { + "e_scrim_request_statuses_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 930 - ], - "__typename": [ - 79 - ] - }, - "e_team_roles_obj_rel_insert_input": { - "data": [ 937 ], - "on_conflict": [ - 942 - ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_on_conflict": { + "e_scrim_request_statuses_on_conflict": { "constraint": [ - 934 + 941 ], "update_columns": [ - 949 + 955 ], "where": [ - 933 + 940 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_order_by": { + "e_scrim_request_statuses_order_by": { "description": [ - 2020 - ], - "team_rosters_aggregate": [ - 3280 + 2461 ], - "tournament_team_rosters_aggregate": [ - 3744 + "scrim_requests_aggregate": [ + 3867 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_pk_columns_input": { + "e_scrim_request_statuses_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_select_column": {}, - "e_team_roles_set_input": { + "e_scrim_request_statuses_select_column": {}, + "e_scrim_request_statuses_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_stream_cursor_input": { + "e_scrim_request_statuses_stream_cursor_input": { "initial_value": [ - 948 + 954 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_stream_cursor_value_input": { + "e_scrim_request_statuses_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roles_update_column": {}, - "e_team_roles_updates": { + "e_scrim_request_statuses_update_column": {}, + "e_scrim_request_statuses_updates": { "_set": [ - 946 + 952 ], "where": [ - 933 + 940 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses": { + "e_server_types": { "description": [ - 79 + 78 + ], + "servers": [ + 3533, + { + "distinct_on": [ + 3557, + "[servers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3555, + "[servers_order_by!]" + ], + "where": [ + 3544 + ] + } + ], + "servers_aggregate": [ + 3534, + { + "distinct_on": [ + 3557, + "[servers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3555, + "[servers_order_by!]" + ], + "where": [ + 3544 + ] + } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_aggregate": { + "e_server_types_aggregate": { "aggregate": [ - 953 + 959 ], "nodes": [ - 951 + 957 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_aggregate_fields": { + "e_server_types_aggregate_fields": { "count": [ 38, { "columns": [ - 965, - "[e_team_roster_statuses_select_column!]" + 971, + "[e_server_types_select_column!]" ], "distinct": [ 3 @@ -14677,209 +14552,309 @@ export default { } ], "max": [ - 959 + 965 ], "min": [ - 960 + 966 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_bool_exp": { + "e_server_types_bool_exp": { "_and": [ - 954 + 960 ], "_not": [ - 954 + 960 ], "_or": [ - 954 + 960 ], "description": [ - 81 + 80 + ], + "servers": [ + 3544 + ], + "servers_aggregate": [ + 3535 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_constraint": {}, - "e_team_roster_statuses_enum": {}, - "e_team_roster_statuses_enum_comparison_exp": { + "e_server_types_constraint": {}, + "e_server_types_enum": {}, + "e_server_types_enum_comparison_exp": { "_eq": [ - 956 + 962 ], "_in": [ - 956 + 962 ], "_is_null": [ 3 ], "_neq": [ - 956 + 962 ], "_nin": [ - 956 + 962 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_insert_input": { + "e_server_types_insert_input": { "description": [ - 79 + 78 + ], + "servers": [ + 3541 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_max_fields": { + "e_server_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_min_fields": { + "e_server_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_mutation_response": { + "e_server_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 951 + 957 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_on_conflict": { + "e_server_types_on_conflict": { "constraint": [ - 955 + 961 ], "update_columns": [ - 969 + 975 ], "where": [ - 954 + 960 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_order_by": { + "e_server_types_order_by": { "description": [ - 2020 + 2461 + ], + "servers_aggregate": [ + 3540 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_pk_columns_input": { + "e_server_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_select_column": {}, - "e_team_roster_statuses_set_input": { + "e_server_types_select_column": {}, + "e_server_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_stream_cursor_input": { + "e_server_types_stream_cursor_input": { "initial_value": [ - 968 + 974 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_stream_cursor_value_input": { + "e_server_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_team_roster_statuses_update_column": {}, - "e_team_roster_statuses_updates": { + "e_server_types_update_column": {}, + "e_server_types_updates": { "_set": [ - 966 + 972 ], "where": [ - 954 + 960 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings": { + "e_sides": { "description": [ - 79 + 78 + ], + "match_map_lineup_1": [ + 2114, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } + ], + "match_map_lineup_1_aggregate": [ + 2115, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } + ], + "match_map_lineup_2": [ + 2114, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } + ], + "match_map_lineup_2_aggregate": [ + 2115, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_aggregate": { + "e_sides_aggregate": { "aggregate": [ - 973 + 979 ], "nodes": [ - 971 + 977 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_aggregate_fields": { + "e_sides_aggregate_fields": { "count": [ 38, { "columns": [ - 985, - "[e_timeout_settings_select_column!]" + 991, + "[e_sides_select_column!]" ], "distinct": [ 3 @@ -14887,253 +14862,233 @@ export default { } ], "max": [ - 979 + 985 ], "min": [ - 980 + 986 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_bool_exp": { + "e_sides_bool_exp": { "_and": [ - 974 + 980 ], "_not": [ - 974 + 980 ], "_or": [ - 974 + 980 ], "description": [ - 81 + 80 + ], + "match_map_lineup_1": [ + 2123 + ], + "match_map_lineup_1_aggregate": [ + 2116 + ], + "match_map_lineup_2": [ + 2123 + ], + "match_map_lineup_2_aggregate": [ + 2116 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_constraint": {}, - "e_timeout_settings_enum": {}, - "e_timeout_settings_enum_comparison_exp": { + "e_sides_constraint": {}, + "e_sides_enum": {}, + "e_sides_enum_comparison_exp": { "_eq": [ - 976 + 982 ], "_in": [ - 976 + 982 ], "_is_null": [ 3 ], "_neq": [ - 976 + 982 ], "_nin": [ - 976 + 982 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_insert_input": { + "e_sides_insert_input": { "description": [ - 79 + 78 + ], + "match_map_lineup_1": [ + 2120 + ], + "match_map_lineup_2": [ + 2120 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_max_fields": { + "e_sides_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_min_fields": { + "e_sides_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_mutation_response": { + "e_sides_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 971 + 977 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_on_conflict": { + "e_sides_on_conflict": { "constraint": [ - 975 + 981 ], "update_columns": [ - 989 + 995 ], "where": [ - 974 + 980 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_order_by": { + "e_sides_order_by": { "description": [ - 2020 + 2461 + ], + "match_map_lineup_1_aggregate": [ + 2119 + ], + "match_map_lineup_2_aggregate": [ + 2119 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_pk_columns_input": { + "e_sides_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_select_column": {}, - "e_timeout_settings_set_input": { + "e_sides_select_column": {}, + "e_sides_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_stream_cursor_input": { + "e_sides_stream_cursor_input": { "initial_value": [ - 988 + 994 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_stream_cursor_value_input": { + "e_sides_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_timeout_settings_update_column": {}, - "e_timeout_settings_updates": { + "e_sides_update_column": {}, + "e_sides_updates": { "_set": [ - 986 + 992 ], "where": [ - 974 + 980 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types": { + "e_system_alert_types": { "description": [ - 79 - ], - "tournament_stages": [ - 3647, - { - "distinct_on": [ - 3676, - "[tournament_stages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3673, - "[tournament_stages_order_by!]" - ], - "where": [ - 3659 - ] - } - ], - "tournament_stages_aggregate": [ - 3648, - { - "distinct_on": [ - 3676, - "[tournament_stages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3673, - "[tournament_stages_order_by!]" - ], - "where": [ - 3659 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_aggregate": { + "e_system_alert_types_aggregate": { "aggregate": [ - 993 + 999 ], "nodes": [ - 991 + 997 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_aggregate_fields": { + "e_system_alert_types_aggregate_fields": { "count": [ 38, { "columns": [ - 1006, - "[e_tournament_stage_types_select_column!]" + 1011, + "[e_system_alert_types_select_column!]" ], "distinct": [ 3 @@ -15141,213 +15096,190 @@ export default { } ], "max": [ - 999 + 1005 ], "min": [ - 1000 + 1006 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_bool_exp": { + "e_system_alert_types_bool_exp": { "_and": [ - 994 + 1000 ], "_not": [ - 994 + 1000 ], "_or": [ - 994 + 1000 ], "description": [ - 81 - ], - "tournament_stages": [ - 3659 - ], - "tournament_stages_aggregate": [ - 3649 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_constraint": {}, - "e_tournament_stage_types_enum": {}, - "e_tournament_stage_types_enum_comparison_exp": { + "e_system_alert_types_constraint": {}, + "e_system_alert_types_enum": {}, + "e_system_alert_types_enum_comparison_exp": { "_eq": [ - 996 + 1002 ], "_in": [ - 996 + 1002 ], "_is_null": [ 3 ], "_neq": [ - 996 + 1002 ], "_nin": [ - 996 + 1002 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_insert_input": { + "e_system_alert_types_insert_input": { "description": [ - 79 - ], - "tournament_stages": [ - 3656 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_max_fields": { + "e_system_alert_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_min_fields": { + "e_system_alert_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_mutation_response": { + "e_system_alert_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 991 - ], - "__typename": [ - 79 - ] - }, - "e_tournament_stage_types_obj_rel_insert_input": { - "data": [ - 998 - ], - "on_conflict": [ - 1003 + 997 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_on_conflict": { + "e_system_alert_types_on_conflict": { "constraint": [ - 995 + 1001 ], "update_columns": [ - 1010 + 1015 ], "where": [ - 994 + 1000 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_order_by": { + "e_system_alert_types_order_by": { "description": [ - 2020 - ], - "tournament_stages_aggregate": [ - 3654 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_pk_columns_input": { + "e_system_alert_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_select_column": {}, - "e_tournament_stage_types_set_input": { + "e_system_alert_types_select_column": {}, + "e_system_alert_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_stream_cursor_input": { + "e_system_alert_types_stream_cursor_input": { "initial_value": [ - 1009 + 1014 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_stream_cursor_value_input": { + "e_system_alert_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_stage_types_update_column": {}, - "e_tournament_stage_types_updates": { + "e_system_alert_types_update_column": {}, + "e_system_alert_types_updates": { "_set": [ - 1007 + 1012 ], "where": [ - 994 + 1000 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status": { + "e_team_roles": { "description": [ - 79 + 78 ], - "tournaments": [ - 3909, + "team_rosters": [ + 3719, { "distinct_on": [ - 3933, - "[tournaments_select_column!]" + 3742, + "[team_roster_select_column!]" ], "limit": [ 38 @@ -15356,20 +15288,20 @@ export default { 38 ], "order_by": [ - 3931, - "[tournaments_order_by!]" + 3740, + "[team_roster_order_by!]" ], "where": [ - 3920 + 3730 ] } ], - "tournaments_aggregate": [ - 3910, + "team_rosters_aggregate": [ + 3720, { "distinct_on": [ - 3933, - "[tournaments_select_column!]" + 3742, + "[team_roster_select_column!]" ], "limit": [ 38 @@ -15378,39 +15310,83 @@ export default { 38 ], "order_by": [ - 3931, - "[tournaments_order_by!]" + 3740, + "[team_roster_order_by!]" + ], + "where": [ + 3730 + ] + } + ], + "tournament_team_rosters": [ + 4226, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4235 + ] + } + ], + "tournament_team_rosters_aggregate": [ + 4227, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" ], "where": [ - 3920 + 4235 ] } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_aggregate": { + "e_team_roles_aggregate": { "aggregate": [ - 1014 + 1019 ], "nodes": [ - 1012 + 1017 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_aggregate_fields": { + "e_team_roles_aggregate_fields": { "count": [ 38, { "columns": [ - 1027, - "[e_tournament_status_select_column!]" + 1032, + "[e_team_roles_select_column!]" ], "distinct": [ 3 @@ -15418,276 +15394,244 @@ export default { } ], "max": [ - 1020 + 1025 ], "min": [ - 1021 + 1026 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_bool_exp": { + "e_team_roles_bool_exp": { "_and": [ - 1015 + 1020 ], "_not": [ - 1015 + 1020 ], "_or": [ - 1015 + 1020 ], "description": [ - 81 + 80 ], - "tournaments": [ - 3920 + "team_rosters": [ + 3730 ], - "tournaments_aggregate": [ - 3911 + "team_rosters_aggregate": [ + 3721 + ], + "tournament_team_rosters": [ + 4235 + ], + "tournament_team_rosters_aggregate": [ + 4228 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_constraint": {}, - "e_tournament_status_enum": {}, - "e_tournament_status_enum_comparison_exp": { + "e_team_roles_constraint": {}, + "e_team_roles_enum": {}, + "e_team_roles_enum_comparison_exp": { "_eq": [ - 1017 + 1022 ], "_in": [ - 1017 + 1022 ], "_is_null": [ 3 ], "_neq": [ - 1017 + 1022 ], "_nin": [ - 1017 + 1022 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_insert_input": { + "e_team_roles_insert_input": { "description": [ - 79 + 78 ], - "tournaments": [ - 3917 + "team_rosters": [ + 3727 + ], + "tournament_team_rosters": [ + 4232 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_max_fields": { + "e_team_roles_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_min_fields": { + "e_team_roles_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_mutation_response": { + "e_team_roles_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1012 + 1017 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_obj_rel_insert_input": { + "e_team_roles_obj_rel_insert_input": { "data": [ - 1019 + 1024 ], "on_conflict": [ - 1024 + 1029 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_on_conflict": { + "e_team_roles_on_conflict": { "constraint": [ - 1016 + 1021 ], "update_columns": [ - 1031 + 1036 ], "where": [ - 1015 + 1020 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_order_by": { + "e_team_roles_order_by": { "description": [ - 2020 + 2461 ], - "tournaments_aggregate": [ - 3916 + "team_rosters_aggregate": [ + 3726 + ], + "tournament_team_rosters_aggregate": [ + 4231 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_pk_columns_input": { + "e_team_roles_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_select_column": {}, - "e_tournament_status_set_input": { + "e_team_roles_select_column": {}, + "e_team_roles_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_stream_cursor_input": { + "e_team_roles_stream_cursor_input": { "initial_value": [ - 1030 + 1035 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_stream_cursor_value_input": { + "e_team_roles_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_tournament_status_update_column": {}, - "e_tournament_status_updates": { + "e_team_roles_update_column": {}, + "e_team_roles_updates": { "_set": [ - 1028 + 1033 ], "where": [ - 1015 + 1020 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types": { + "e_team_roster_statuses": { "description": [ - 79 - ], - "player_utilities": [ - 2904, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } - ], - "player_utilities_aggregate": [ - 2905, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_aggregate": { + "e_team_roster_statuses_aggregate": { "aggregate": [ - 1035 + 1040 ], "nodes": [ - 1033 + 1038 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_aggregate_fields": { + "e_team_roster_statuses_aggregate_fields": { "count": [ 38, { "columns": [ - 1047, - "[e_utility_types_select_column!]" + 1052, + "[e_team_roster_statuses_select_column!]" ], "distinct": [ 3 @@ -15695,265 +15639,209 @@ export default { } ], "max": [ - 1041 + 1046 ], "min": [ - 1042 + 1047 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_bool_exp": { + "e_team_roster_statuses_bool_exp": { "_and": [ - 1036 + 1041 ], "_not": [ - 1036 + 1041 ], "_or": [ - 1036 + 1041 ], "description": [ - 81 - ], - "player_utilities": [ - 2913 - ], - "player_utilities_aggregate": [ - 2906 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_constraint": {}, - "e_utility_types_enum": {}, - "e_utility_types_enum_comparison_exp": { + "e_team_roster_statuses_constraint": {}, + "e_team_roster_statuses_enum": {}, + "e_team_roster_statuses_enum_comparison_exp": { "_eq": [ - 1038 + 1043 ], "_in": [ - 1038 + 1043 ], "_is_null": [ 3 ], "_neq": [ - 1038 + 1043 ], "_nin": [ - 1038 + 1043 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_insert_input": { + "e_team_roster_statuses_insert_input": { "description": [ - 79 - ], - "player_utilities": [ - 2910 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_max_fields": { + "e_team_roster_statuses_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_min_fields": { + "e_team_roster_statuses_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_mutation_response": { + "e_team_roster_statuses_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1033 + 1038 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_on_conflict": { + "e_team_roster_statuses_on_conflict": { "constraint": [ - 1037 + 1042 ], "update_columns": [ - 1051 + 1056 ], "where": [ - 1036 + 1041 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_order_by": { + "e_team_roster_statuses_order_by": { "description": [ - 2020 - ], - "player_utilities_aggregate": [ - 2909 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_pk_columns_input": { + "e_team_roster_statuses_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_select_column": {}, - "e_utility_types_set_input": { + "e_team_roster_statuses_select_column": {}, + "e_team_roster_statuses_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_stream_cursor_input": { + "e_team_roster_statuses_stream_cursor_input": { "initial_value": [ - 1050 + 1055 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_stream_cursor_value_input": { + "e_team_roster_statuses_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_utility_types_update_column": {}, - "e_utility_types_updates": { + "e_team_roster_statuses_update_column": {}, + "e_team_roster_statuses_updates": { "_set": [ - 1048 + 1053 ], "where": [ - 1036 + 1041 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types": { + "e_timeout_settings": { "description": [ - 79 - ], - "match_veto_picks": [ - 1649, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } - ], - "match_veto_picks_aggregate": [ - 1650, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_aggregate": { + "e_timeout_settings_aggregate": { "aggregate": [ - 1055 + 1060 ], "nodes": [ - 1053 + 1058 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_aggregate_fields": { + "e_timeout_settings_aggregate_fields": { "count": [ 38, { "columns": [ - 1067, - "[e_veto_pick_types_select_column!]" + 1072, + "[e_timeout_settings_select_column!]" ], "distinct": [ 3 @@ -15961,221 +15849,253 @@ export default { } ], "max": [ - 1061 + 1066 ], "min": [ - 1062 + 1067 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_bool_exp": { + "e_timeout_settings_bool_exp": { "_and": [ - 1056 + 1061 ], "_not": [ - 1056 + 1061 ], "_or": [ - 1056 + 1061 ], "description": [ - 81 - ], - "match_veto_picks": [ - 1656 - ], - "match_veto_picks_aggregate": [ - 1651 + 80 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_constraint": {}, - "e_veto_pick_types_enum": {}, - "e_veto_pick_types_enum_comparison_exp": { + "e_timeout_settings_constraint": {}, + "e_timeout_settings_enum": {}, + "e_timeout_settings_enum_comparison_exp": { "_eq": [ - 1058 + 1063 ], "_in": [ - 1058 + 1063 ], "_is_null": [ 3 ], "_neq": [ - 1058 + 1063 ], "_nin": [ - 1058 + 1063 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_insert_input": { + "e_timeout_settings_insert_input": { "description": [ - 79 - ], - "match_veto_picks": [ - 1655 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_max_fields": { + "e_timeout_settings_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_min_fields": { + "e_timeout_settings_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_mutation_response": { + "e_timeout_settings_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1053 + 1058 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_on_conflict": { + "e_timeout_settings_on_conflict": { "constraint": [ - 1057 + 1062 ], "update_columns": [ - 1071 + 1076 ], "where": [ - 1056 + 1061 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_order_by": { + "e_timeout_settings_order_by": { "description": [ - 2020 - ], - "match_veto_picks_aggregate": [ - 1654 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_pk_columns_input": { + "e_timeout_settings_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_select_column": {}, - "e_veto_pick_types_set_input": { + "e_timeout_settings_select_column": {}, + "e_timeout_settings_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_stream_cursor_input": { + "e_timeout_settings_stream_cursor_input": { "initial_value": [ - 1070 + 1075 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_stream_cursor_value_input": { + "e_timeout_settings_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_veto_pick_types_update_column": {}, - "e_veto_pick_types_updates": { + "e_timeout_settings_update_column": {}, + "e_timeout_settings_updates": { "_set": [ - 1068 + 1073 ], "where": [ - 1056 + 1061 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons": { + "e_tournament_stage_types": { "description": [ - 79 + 78 + ], + "tournament_stages": [ + 4134, + { + "distinct_on": [ + 4163, + "[tournament_stages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4160, + "[tournament_stages_order_by!]" + ], + "where": [ + 4146 + ] + } + ], + "tournament_stages_aggregate": [ + 4135, + { + "distinct_on": [ + 4163, + "[tournament_stages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4160, + "[tournament_stages_order_by!]" + ], + "where": [ + 4146 + ] + } ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_aggregate": { + "e_tournament_stage_types_aggregate": { "aggregate": [ - 1075 + 1080 ], "nodes": [ - 1073 + 1078 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_aggregate_fields": { + "e_tournament_stage_types_aggregate_fields": { "count": [ 38, { "columns": [ - 1087, - "[e_winning_reasons_select_column!]" + 1093, + "[e_tournament_stage_types_select_column!]" ], "distinct": [ 3 @@ -16183,251 +16103,276 @@ export default { } ], "max": [ - 1081 + 1086 ], "min": [ - 1082 + 1087 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_bool_exp": { + "e_tournament_stage_types_bool_exp": { "_and": [ - 1076 + 1081 ], "_not": [ - 1076 + 1081 ], "_or": [ - 1076 + 1081 ], "description": [ - 81 + 80 + ], + "tournament_stages": [ + 4146 + ], + "tournament_stages_aggregate": [ + 4136 ], "value": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_constraint": {}, - "e_winning_reasons_enum": {}, - "e_winning_reasons_enum_comparison_exp": { + "e_tournament_stage_types_constraint": {}, + "e_tournament_stage_types_enum": {}, + "e_tournament_stage_types_enum_comparison_exp": { "_eq": [ - 1078 + 1083 ], "_in": [ - 1078 + 1083 ], "_is_null": [ 3 ], "_neq": [ - 1078 + 1083 ], "_nin": [ - 1078 + 1083 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_insert_input": { + "e_tournament_stage_types_insert_input": { "description": [ - 79 + 78 + ], + "tournament_stages": [ + 4143 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_max_fields": { + "e_tournament_stage_types_max_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_min_fields": { + "e_tournament_stage_types_min_fields": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_mutation_response": { + "e_tournament_stage_types_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1073 + 1078 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_on_conflict": { + "e_tournament_stage_types_obj_rel_insert_input": { + "data": [ + 1085 + ], + "on_conflict": [ + 1090 + ], + "__typename": [ + 78 + ] + }, + "e_tournament_stage_types_on_conflict": { "constraint": [ - 1077 + 1082 ], "update_columns": [ - 1091 + 1097 ], "where": [ - 1076 + 1081 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_order_by": { + "e_tournament_stage_types_order_by": { "description": [ - 2020 + 2461 + ], + "tournament_stages_aggregate": [ + 4141 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_pk_columns_input": { + "e_tournament_stage_types_pk_columns_input": { "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_select_column": {}, - "e_winning_reasons_set_input": { + "e_tournament_stage_types_select_column": {}, + "e_tournament_stage_types_set_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_stream_cursor_input": { + "e_tournament_stage_types_stream_cursor_input": { "initial_value": [ - 1090 + 1096 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_stream_cursor_value_input": { + "e_tournament_stage_types_stream_cursor_value_input": { "description": [ - 79 + 78 ], "value": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "e_winning_reasons_update_column": {}, - "e_winning_reasons_updates": { + "e_tournament_stage_types_update_column": {}, + "e_tournament_stage_types_updates": { "_set": [ - 1088 + 1094 ], "where": [ - 1076 - ], - "__typename": [ - 79 - ] - }, - "float8": {}, - "float8_comparison_exp": { - "_eq": [ - 1093 - ], - "_gt": [ - 1093 - ], - "_gte": [ - 1093 - ], - "_in": [ - 1093 - ], - "_is_null": [ - 3 - ], - "_lt": [ - 1093 - ], - "_lte": [ - 1093 - ], - "_neq": [ - 1093 - ], - "_nin": [ - 1093 + 1081 ], "__typename": [ - 79 + 78 ] }, - "friends": { - "e_status": [ - 522 + "e_tournament_status": { + "description": [ + 78 ], - "other_player_steam_id": [ - 178 + "tournaments": [ + 4396, + { + "distinct_on": [ + 4420, + "[tournaments_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4418, + "[tournaments_order_by!]" + ], + "where": [ + 4407 + ] + } ], - "player_steam_id": [ - 178 + "tournaments_aggregate": [ + 4397, + { + "distinct_on": [ + 4420, + "[tournaments_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4418, + "[tournaments_order_by!]" + ], + "where": [ + 4407 + ] + } ], - "status": [ - 527 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_aggregate": { + "e_tournament_status_aggregate": { "aggregate": [ - 1097 + 1101 ], "nodes": [ - 1095 + 1099 ], "__typename": [ - 79 + 78 ] }, - "friends_aggregate_fields": { - "avg": [ - 1098 - ], + "e_tournament_status_aggregate_fields": { "count": [ 38, { "columns": [ - 1109, - "[friends_select_column!]" + 1114, + "[e_tournament_status_select_column!]" ], "distinct": [ 3 @@ -16435,443 +16380,479 @@ export default { } ], "max": [ - 1103 + 1107 ], "min": [ - 1104 - ], - "stddev": [ - 1111 - ], - "stddev_pop": [ - 1112 - ], - "stddev_samp": [ - 1113 - ], - "sum": [ - 1116 - ], - "var_pop": [ - 1119 - ], - "var_samp": [ - 1120 - ], - "variance": [ - 1121 - ], - "__typename": [ - 79 - ] - }, - "friends_avg_fields": { - "other_player_steam_id": [ - 29 - ], - "player_steam_id": [ - 29 + 1108 ], "__typename": [ - 79 + 78 ] }, - "friends_bool_exp": { + "e_tournament_status_bool_exp": { "_and": [ - 1099 + 1102 ], "_not": [ - 1099 + 1102 ], "_or": [ - 1099 + 1102 ], - "e_status": [ - 525 + "description": [ + 80 ], - "other_player_steam_id": [ - 180 + "tournaments": [ + 4407 ], - "player_steam_id": [ - 180 + "tournaments_aggregate": [ + 4398 ], - "status": [ - 528 + "value": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "friends_constraint": {}, - "friends_inc_input": { - "other_player_steam_id": [ - 178 + "e_tournament_status_constraint": {}, + "e_tournament_status_enum": {}, + "e_tournament_status_enum_comparison_exp": { + "_eq": [ + 1104 ], - "player_steam_id": [ - 178 + "_in": [ + 1104 + ], + "_is_null": [ + 3 + ], + "_neq": [ + 1104 + ], + "_nin": [ + 1104 ], "__typename": [ - 79 + 78 ] }, - "friends_insert_input": { - "e_status": [ - 533 - ], - "other_player_steam_id": [ - 178 + "e_tournament_status_insert_input": { + "description": [ + 78 ], - "player_steam_id": [ - 178 + "tournaments": [ + 4404 ], - "status": [ - 527 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_max_fields": { - "other_player_steam_id": [ - 178 + "e_tournament_status_max_fields": { + "description": [ + 78 ], - "player_steam_id": [ - 178 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_min_fields": { - "other_player_steam_id": [ - 178 + "e_tournament_status_min_fields": { + "description": [ + 78 ], - "player_steam_id": [ - 178 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_mutation_response": { + "e_tournament_status_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1095 + 1099 ], "__typename": [ - 79 + 78 ] }, - "friends_on_conflict": { - "constraint": [ - 1100 - ], - "update_columns": [ - 1117 + "e_tournament_status_obj_rel_insert_input": { + "data": [ + 1106 ], - "where": [ - 1099 + "on_conflict": [ + 1111 ], "__typename": [ - 79 + 78 ] }, - "friends_order_by": { - "e_status": [ - 535 - ], - "other_player_steam_id": [ - 2020 + "e_tournament_status_on_conflict": { + "constraint": [ + 1103 ], - "player_steam_id": [ - 2020 + "update_columns": [ + 1118 ], - "status": [ - 2020 + "where": [ + 1102 ], "__typename": [ - 79 + 78 ] }, - "friends_pk_columns_input": { - "other_player_steam_id": [ - 178 + "e_tournament_status_order_by": { + "description": [ + 2461 ], - "player_steam_id": [ - 178 + "tournaments_aggregate": [ + 4403 + ], + "value": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "friends_select_column": {}, - "friends_set_input": { - "other_player_steam_id": [ - 178 - ], - "player_steam_id": [ - 178 - ], - "status": [ - 527 + "e_tournament_status_pk_columns_input": { + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_stddev_fields": { - "other_player_steam_id": [ - 29 + "e_tournament_status_select_column": {}, + "e_tournament_status_set_input": { + "description": [ + 78 ], - "player_steam_id": [ - 29 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_stddev_pop_fields": { - "other_player_steam_id": [ - 29 + "e_tournament_status_stream_cursor_input": { + "initial_value": [ + 1117 ], - "player_steam_id": [ - 29 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "friends_stddev_samp_fields": { - "other_player_steam_id": [ - 29 + "e_tournament_status_stream_cursor_value_input": { + "description": [ + 78 ], - "player_steam_id": [ - 29 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_stream_cursor_input": { - "initial_value": [ + "e_tournament_status_update_column": {}, + "e_tournament_status_updates": { + "_set": [ 1115 ], - "ordering": [ - 233 + "where": [ + 1102 ], "__typename": [ - 79 + 78 ] }, - "friends_stream_cursor_value_input": { - "other_player_steam_id": [ - 178 + "e_utility_types": { + "description": [ + 78 ], - "player_steam_id": [ - 178 + "player_utilities": [ + 3345, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } ], - "status": [ - 527 + "player_utilities_aggregate": [ + 3346, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } + ], + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "friends_sum_fields": { - "other_player_steam_id": [ - 178 + "e_utility_types_aggregate": { + "aggregate": [ + 1122 ], - "player_steam_id": [ - 178 + "nodes": [ + 1120 ], "__typename": [ - 79 + 78 ] }, - "friends_update_column": {}, - "friends_updates": { - "_inc": [ - 1101 + "e_utility_types_aggregate_fields": { + "count": [ + 38, + { + "columns": [ + 1134, + "[e_utility_types_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "_set": [ - 1110 + "max": [ + 1128 ], - "where": [ - 1099 + "min": [ + 1129 ], "__typename": [ - 79 + 78 ] }, - "friends_var_pop_fields": { - "other_player_steam_id": [ - 29 + "e_utility_types_bool_exp": { + "_and": [ + 1123 ], - "player_steam_id": [ - 29 + "_not": [ + 1123 ], - "__typename": [ - 79 - ] - }, - "friends_var_samp_fields": { - "other_player_steam_id": [ - 29 + "_or": [ + 1123 ], - "player_steam_id": [ - 29 + "description": [ + 80 ], - "__typename": [ - 79 - ] - }, - "friends_variance_fields": { - "other_player_steam_id": [ - 29 + "player_utilities": [ + 3354 ], - "player_steam_id": [ - 29 + "player_utilities_aggregate": [ + 3347 + ], + "value": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes": { - "available_server_count": [ - 38 + "e_utility_types_constraint": {}, + "e_utility_types_enum": {}, + "e_utility_types_enum_comparison_exp": { + "_eq": [ + 1125 ], - "build_id": [ - 38 + "_in": [ + 1125 ], - "cpu_cores_per_socket": [ - 38 + "_is_null": [ + 3 ], - "cpu_frequency_info": [ - 1244, - { - "path": [ - 79 - ] - } + "_neq": [ + 1125 ], - "cpu_governor_info": [ - 1244, - { - "path": [ - 79 - ] - } + "_nin": [ + 1125 ], - "cpu_sockets": [ - 38 + "__typename": [ + 78 + ] + }, + "e_utility_types_insert_input": { + "description": [ + 78 ], - "cpu_threads_per_core": [ - 38 + "player_utilities": [ + 3351 ], - "cs2_launch_options": [ - 1244, - { - "path": [ - 79 - ] - } + "value": [ + 78 ], - "cs2_video_settings": [ - 1244, - { - "path": [ - 79 - ] - } + "__typename": [ + 78 + ] + }, + "e_utility_types_max_fields": { + "description": [ + 78 ], - "csgo_build_id": [ - 38 + "value": [ + 78 ], - "demo_network_limiter": [ - 38 + "__typename": [ + 78 + ] + }, + "e_utility_types_min_fields": { + "description": [ + 78 ], - "disk_available_gb": [ - 38 + "value": [ + 78 ], - "disk_used_percent": [ + "__typename": [ + 78 + ] + }, + "e_utility_types_mutation_response": { + "affected_rows": [ 38 ], - "e_region": [ - 3062 - ], - "e_status": [ - 563 - ], - "enabled": [ - 3 - ], - "enabled_for_match_making": [ - 3 - ], - "end_port_range": [ - 38 + "returning": [ + 1120 ], - "gpu": [ - 3 + "__typename": [ + 78 + ] + }, + "e_utility_types_on_conflict": { + "constraint": [ + 1124 ], - "gpu_demos_enabled": [ - 3 + "update_columns": [ + 1138 ], - "gpu_info": [ - 1244, - { - "path": [ - 79 - ] - } + "where": [ + 1123 ], - "gpu_rendering_enabled": [ - 3 + "__typename": [ + 78 + ] + }, + "e_utility_types_order_by": { + "description": [ + 2461 ], - "gpu_streaming_enabled": [ - 3 + "player_utilities_aggregate": [ + 3350 ], - "id": [ - 79 + "value": [ + 2461 ], - "label": [ - 79 + "__typename": [ + 78 + ] + }, + "e_utility_types_pk_columns_input": { + "value": [ + 78 ], - "lan_ip": [ - 1240 + "__typename": [ + 78 + ] + }, + "e_utility_types_select_column": {}, + "e_utility_types_set_input": { + "description": [ + 78 ], - "node_ip": [ - 1240 + "value": [ + 78 ], - "offline_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "e_utility_types_stream_cursor_input": { + "initial_value": [ + 1137 ], - "pin_build_id": [ - 38 + "ordering": [ + 236 ], - "pin_plugin_version": [ - 79 + "__typename": [ + 78 + ] + }, + "e_utility_types_stream_cursor_value_input": { + "description": [ + 78 ], - "pinned_version": [ - 1173 + "value": [ + 78 ], - "plugin_supported": [ - 3 + "__typename": [ + 78 + ] + }, + "e_utility_types_update_column": {}, + "e_utility_types_updates": { + "_set": [ + 1135 ], - "public_ip": [ - 1240 + "where": [ + 1123 ], - "region": [ - 79 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types": { + "description": [ + 78 ], - "servers": [ - 3089, + "match_veto_picks": [ + 2090, { "distinct_on": [ - 3113, - "[servers_select_column!]" + 2108, + "[match_map_veto_picks_select_column!]" ], "limit": [ 38 @@ -16880,20 +16861,20 @@ export default { 38 ], "order_by": [ - 3111, - "[servers_order_by!]" + 2106, + "[match_map_veto_picks_order_by!]" ], "where": [ - 3100 + 2097 ] } ], - "servers_aggregate": [ - 3090, + "match_veto_picks_aggregate": [ + 2091, { "distinct_on": [ - 3113, - "[servers_select_column!]" + 2108, + "[match_map_veto_picks_select_column!]" ], "limit": [ 38 @@ -16902,145 +16883,261 @@ export default { 38 ], "order_by": [ - 3111, - "[servers_order_by!]" + 2106, + "[match_map_veto_picks_order_by!]" ], "where": [ - 3100 + 2097 ] } ], - "shader_bake_progress": [ - 2018 + "value": [ + 78 ], - "shader_bake_progress_stage": [ - 79 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_aggregate": { + "aggregate": [ + 1142 ], - "shader_bake_status": [ - 79 + "nodes": [ + 1140 ], - "shader_bake_status_history": [ - 1244, + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_aggregate_fields": { + "count": [ + 38, { - "path": [ - 79 + "columns": [ + 1154, + "[e_veto_pick_types_select_column!]" + ], + "distinct": [ + 3 ] } ], - "start_port_range": [ - 38 + "max": [ + 1148 ], - "status": [ - 568 + "min": [ + 1149 ], - "supports_cpu_pinning": [ - 3 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_bool_exp": { + "_and": [ + 1143 ], - "supports_low_latency": [ + "_not": [ + 1143 + ], + "_or": [ + 1143 + ], + "description": [ + 80 + ], + "match_veto_picks": [ + 2097 + ], + "match_veto_picks_aggregate": [ + 2092 + ], + "value": [ + 80 + ], + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_constraint": {}, + "e_veto_pick_types_enum": {}, + "e_veto_pick_types_enum_comparison_exp": { + "_eq": [ + 1145 + ], + "_in": [ + 1145 + ], + "_is_null": [ 3 ], - "token": [ - 79 + "_neq": [ + 1145 ], - "total_server_count": [ - 38 + "_nin": [ + 1145 ], - "update_status": [ - 79 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_insert_input": { + "description": [ + 78 ], - "version": [ - 1173 + "match_veto_picks": [ + 2096 + ], + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_aggregate": { - "aggregate": [ - 1128 + "e_veto_pick_types_max_fields": { + "description": [ + 78 ], - "nodes": [ - 1122 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_aggregate_bool_exp": { - "bool_and": [ - 1125 + "e_veto_pick_types_min_fields": { + "description": [ + 78 ], - "bool_or": [ - 1126 + "value": [ + 78 ], - "count": [ - 1127 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 1140 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_aggregate_bool_exp_bool_and": { - "arguments": [ - 1152 + "e_veto_pick_types_on_conflict": { + "constraint": [ + 1144 ], - "distinct": [ - 3 + "update_columns": [ + 1158 ], - "filter": [ - 1134 + "where": [ + 1143 ], - "predicate": [ - 4 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_order_by": { + "description": [ + 2461 + ], + "match_veto_picks_aggregate": [ + 2095 + ], + "value": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_aggregate_bool_exp_bool_or": { - "arguments": [ - 1153 + "e_veto_pick_types_pk_columns_input": { + "value": [ + 78 ], - "distinct": [ - 3 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_select_column": {}, + "e_veto_pick_types_set_input": { + "description": [ + 78 ], - "filter": [ - 1134 + "value": [ + 78 ], - "predicate": [ - 4 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_stream_cursor_input": { + "initial_value": [ + 1157 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_aggregate_bool_exp_count": { - "arguments": [ - 1151 + "e_veto_pick_types_stream_cursor_value_input": { + "description": [ + 78 ], - "distinct": [ - 3 + "value": [ + 78 ], - "filter": [ - 1134 + "__typename": [ + 78 + ] + }, + "e_veto_pick_types_update_column": {}, + "e_veto_pick_types_updates": { + "_set": [ + 1155 ], - "predicate": [ - 39 + "where": [ + 1143 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_aggregate_fields": { - "avg": [ - 1132 + "e_winning_reasons": { + "description": [ + 78 + ], + "value": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "e_winning_reasons_aggregate": { + "aggregate": [ + 1162 + ], + "nodes": [ + 1160 ], + "__typename": [ + 78 + ] + }, + "e_winning_reasons_aggregate_fields": { "count": [ 38, { "columns": [ - 1151, - "[game_server_nodes_select_column!]" + 1174, + "[e_winning_reasons_select_column!]" ], "distinct": [ 3 @@ -17048,205 +17145,1070 @@ export default { } ], "max": [ - 1141 + 1168 ], "min": [ - 1143 - ], - "stddev": [ - 1155 - ], - "stddev_pop": [ - 1157 - ], - "stddev_samp": [ - 1159 - ], - "sum": [ - 1163 - ], - "var_pop": [ - 1167 - ], - "var_samp": [ 1169 ], - "variance": [ - 1171 - ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_aggregate_order_by": { - "avg": [ - 1133 - ], - "count": [ - 2020 + "e_winning_reasons_bool_exp": { + "_and": [ + 1163 ], - "max": [ - 1142 + "_not": [ + 1163 ], - "min": [ - 1144 + "_or": [ + 1163 ], - "stddev": [ - 1156 + "description": [ + 80 ], - "stddev_pop": [ - 1158 + "value": [ + 80 ], - "stddev_samp": [ - 1160 + "__typename": [ + 78 + ] + }, + "e_winning_reasons_constraint": {}, + "e_winning_reasons_enum": {}, + "e_winning_reasons_enum_comparison_exp": { + "_eq": [ + 1165 ], - "sum": [ - 1164 + "_in": [ + 1165 ], - "var_pop": [ - 1168 + "_is_null": [ + 3 ], - "var_samp": [ - 1170 + "_neq": [ + 1165 ], - "variance": [ - 1172 + "_nin": [ + 1165 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_append_input": { - "cpu_frequency_info": [ - 1244 - ], - "cpu_governor_info": [ - 1244 - ], - "cs2_launch_options": [ - 1244 + "e_winning_reasons_insert_input": { + "description": [ + 78 ], - "cs2_video_settings": [ - 1244 + "value": [ + 78 ], - "gpu_info": [ - 1244 + "__typename": [ + 78 + ] + }, + "e_winning_reasons_max_fields": { + "description": [ + 78 ], - "shader_bake_status_history": [ - 1244 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_arr_rel_insert_input": { - "data": [ - 1140 + "e_winning_reasons_min_fields": { + "description": [ + 78 ], - "on_conflict": [ - 1147 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_avg_fields": { - "available_server_count": [ + "e_winning_reasons_mutation_response": { + "affected_rows": [ 38 ], - "build_id": [ - 29 - ], - "cpu_cores_per_socket": [ - 29 - ], - "cpu_sockets": [ - 29 - ], - "cpu_threads_per_core": [ - 29 - ], - "csgo_build_id": [ - 29 + "returning": [ + 1160 ], - "demo_network_limiter": [ - 29 + "__typename": [ + 78 + ] + }, + "e_winning_reasons_on_conflict": { + "constraint": [ + 1164 ], - "disk_available_gb": [ - 29 + "update_columns": [ + 1178 ], - "disk_used_percent": [ - 29 + "where": [ + 1163 ], - "end_port_range": [ - 29 + "__typename": [ + 78 + ] + }, + "e_winning_reasons_order_by": { + "description": [ + 2461 ], - "pin_build_id": [ - 29 + "value": [ + 2461 ], - "shader_bake_progress": [ - 29 + "__typename": [ + 78 + ] + }, + "e_winning_reasons_pk_columns_input": { + "value": [ + 78 ], - "start_port_range": [ - 29 + "__typename": [ + 78 + ] + }, + "e_winning_reasons_select_column": {}, + "e_winning_reasons_set_input": { + "description": [ + 78 ], - "total_server_count": [ - 38 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "game_server_nodes_avg_order_by": { - "build_id": [ - 2020 + "e_winning_reasons_stream_cursor_input": { + "initial_value": [ + 1177 ], - "cpu_cores_per_socket": [ - 2020 + "ordering": [ + 236 ], - "cpu_sockets": [ - 2020 + "__typename": [ + 78 + ] + }, + "e_winning_reasons_stream_cursor_value_input": { + "description": [ + 78 + ], + "value": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "e_winning_reasons_update_column": {}, + "e_winning_reasons_updates": { + "_set": [ + 1175 + ], + "where": [ + 1163 + ], + "__typename": [ + 78 + ] + }, + "float8": {}, + "float8_comparison_exp": { + "_eq": [ + 1180 + ], + "_gt": [ + 1180 + ], + "_gte": [ + 1180 + ], + "_in": [ + 1180 + ], + "_is_null": [ + 3 + ], + "_lt": [ + 1180 + ], + "_lte": [ + 1180 + ], + "_neq": [ + 1180 + ], + "_nin": [ + 1180 + ], + "__typename": [ + 78 + ] + }, + "friends": { + "e_status": [ + 525 + ], + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "status": [ + 530 + ], + "__typename": [ + 78 + ] + }, + "friends_aggregate": { + "aggregate": [ + 1184 + ], + "nodes": [ + 1182 + ], + "__typename": [ + 78 + ] + }, + "friends_aggregate_fields": { + "avg": [ + 1185 + ], + "count": [ + 38, + { + "columns": [ + 1196, + "[friends_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 1190 + ], + "min": [ + 1191 + ], + "stddev": [ + 1198 + ], + "stddev_pop": [ + 1199 + ], + "stddev_samp": [ + 1200 + ], + "sum": [ + 1203 + ], + "var_pop": [ + 1206 + ], + "var_samp": [ + 1207 + ], + "variance": [ + 1208 + ], + "__typename": [ + 78 + ] + }, + "friends_avg_fields": { + "other_player_steam_id": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "friends_bool_exp": { + "_and": [ + 1186 + ], + "_not": [ + 1186 + ], + "_or": [ + 1186 + ], + "e_status": [ + 528 + ], + "other_player_steam_id": [ + 182 + ], + "player_steam_id": [ + 182 + ], + "status": [ + 531 + ], + "__typename": [ + 78 + ] + }, + "friends_constraint": {}, + "friends_inc_input": { + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "friends_insert_input": { + "e_status": [ + 536 + ], + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "status": [ + 530 + ], + "__typename": [ + 78 + ] + }, + "friends_max_fields": { + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "friends_min_fields": { + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "friends_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 1182 + ], + "__typename": [ + 78 + ] + }, + "friends_on_conflict": { + "constraint": [ + 1187 + ], + "update_columns": [ + 1204 + ], + "where": [ + 1186 + ], + "__typename": [ + 78 + ] + }, + "friends_order_by": { + "e_status": [ + 538 + ], + "other_player_steam_id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "status": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "friends_pk_columns_input": { + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "friends_select_column": {}, + "friends_set_input": { + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "status": [ + 530 + ], + "__typename": [ + 78 + ] + }, + "friends_stddev_fields": { + "other_player_steam_id": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "friends_stddev_pop_fields": { + "other_player_steam_id": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "friends_stddev_samp_fields": { + "other_player_steam_id": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "friends_stream_cursor_input": { + "initial_value": [ + 1202 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "friends_stream_cursor_value_input": { + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "status": [ + 530 + ], + "__typename": [ + 78 + ] + }, + "friends_sum_fields": { + "other_player_steam_id": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "friends_update_column": {}, + "friends_updates": { + "_inc": [ + 1188 + ], + "_set": [ + 1197 + ], + "where": [ + 1186 + ], + "__typename": [ + 78 + ] + }, + "friends_var_pop_fields": { + "other_player_steam_id": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "friends_var_samp_fields": { + "other_player_steam_id": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "friends_variance_fields": { + "other_player_steam_id": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes": { + "available_server_count": [ + 38 + ], + "build_id": [ + 38 + ], + "cpu_cores_per_socket": [ + 38 + ], + "cpu_frequency_info": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "cpu_governor_info": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "cpu_sockets": [ + 38 ], "cpu_threads_per_core": [ - 2020 + 38 + ], + "cs2_launch_options": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "cs2_video_settings": [ + 1332, + { + "path": [ + 78 + ] + } ], "csgo_build_id": [ - 2020 + 38 ], "demo_network_limiter": [ - 2020 + 38 ], "disk_available_gb": [ - 2020 + 38 ], "disk_used_percent": [ - 2020 + 38 + ], + "e_region": [ + 3506 + ], + "e_status": [ + 566 + ], + "enabled": [ + 3 + ], + "enabled_for_match_making": [ + 3 ], "end_port_range": [ - 2020 + 38 + ], + "gpu": [ + 3 + ], + "gpu_demos_enabled": [ + 3 + ], + "gpu_info": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "gpu_rendering_enabled": [ + 3 + ], + "gpu_streaming_enabled": [ + 3 + ], + "id": [ + 78 + ], + "label": [ + 78 + ], + "lan_ip": [ + 1328 + ], + "node_ip": [ + 1328 + ], + "offline_at": [ + 4004 ], "pin_build_id": [ - 2020 + 38 + ], + "pin_plugin_version": [ + 78 + ], + "pinned_version": [ + 1260 + ], + "plugin_supported": [ + 3 + ], + "public_ip": [ + 1328 + ], + "region": [ + 78 + ], + "servers": [ + 3533, + { + "distinct_on": [ + 3557, + "[servers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3555, + "[servers_order_by!]" + ], + "where": [ + 3544 + ] + } + ], + "servers_aggregate": [ + 3534, + { + "distinct_on": [ + 3557, + "[servers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3555, + "[servers_order_by!]" + ], + "where": [ + 3544 + ] + } ], "shader_bake_progress": [ - 2020 + 2459 + ], + "shader_bake_progress_stage": [ + 78 + ], + "shader_bake_status": [ + 78 + ], + "shader_bake_status_history": [ + 1332, + { + "path": [ + 78 + ] + } ], "start_port_range": [ - 2020 + 38 + ], + "status": [ + 571 + ], + "supports_cpu_pinning": [ + 3 + ], + "supports_low_latency": [ + 3 + ], + "token": [ + 78 + ], + "total_server_count": [ + 38 + ], + "update_status": [ + 78 + ], + "version": [ + 1260 ], "__typename": [ - 79 + 78 + ] + }, + "game_server_nodes_aggregate": { + "aggregate": [ + 1215 + ], + "nodes": [ + 1209 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_aggregate_bool_exp": { + "bool_and": [ + 1212 + ], + "bool_or": [ + 1213 + ], + "count": [ + 1214 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_aggregate_bool_exp_bool_and": { + "arguments": [ + 1239 + ], + "distinct": [ + 3 + ], + "filter": [ + 1221 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_aggregate_bool_exp_bool_or": { + "arguments": [ + 1240 + ], + "distinct": [ + 3 + ], + "filter": [ + 1221 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_aggregate_bool_exp_count": { + "arguments": [ + 1238 + ], + "distinct": [ + 3 + ], + "filter": [ + 1221 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_aggregate_fields": { + "avg": [ + 1219 + ], + "count": [ + 38, + { + "columns": [ + 1238, + "[game_server_nodes_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 1228 + ], + "min": [ + 1230 + ], + "stddev": [ + 1242 + ], + "stddev_pop": [ + 1244 + ], + "stddev_samp": [ + 1246 + ], + "sum": [ + 1250 + ], + "var_pop": [ + 1254 + ], + "var_samp": [ + 1256 + ], + "variance": [ + 1258 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_aggregate_order_by": { + "avg": [ + 1220 + ], + "count": [ + 2461 + ], + "max": [ + 1229 + ], + "min": [ + 1231 + ], + "stddev": [ + 1243 + ], + "stddev_pop": [ + 1245 + ], + "stddev_samp": [ + 1247 + ], + "sum": [ + 1251 + ], + "var_pop": [ + 1255 + ], + "var_samp": [ + 1257 + ], + "variance": [ + 1259 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_append_input": { + "cpu_frequency_info": [ + 1332 + ], + "cpu_governor_info": [ + 1332 + ], + "cs2_launch_options": [ + 1332 + ], + "cs2_video_settings": [ + 1332 + ], + "gpu_info": [ + 1332 + ], + "shader_bake_status_history": [ + 1332 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_arr_rel_insert_input": { + "data": [ + 1227 + ], + "on_conflict": [ + 1234 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_avg_fields": { + "available_server_count": [ + 38 + ], + "build_id": [ + 29 + ], + "cpu_cores_per_socket": [ + 29 + ], + "cpu_sockets": [ + 29 + ], + "cpu_threads_per_core": [ + 29 + ], + "csgo_build_id": [ + 29 + ], + "demo_network_limiter": [ + 29 + ], + "disk_available_gb": [ + 29 + ], + "disk_used_percent": [ + 29 + ], + "end_port_range": [ + 29 + ], + "pin_build_id": [ + 29 + ], + "shader_bake_progress": [ + 29 + ], + "start_port_range": [ + 29 + ], + "total_server_count": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "game_server_nodes_avg_order_by": { + "build_id": [ + 2461 + ], + "cpu_cores_per_socket": [ + 2461 + ], + "cpu_sockets": [ + 2461 + ], + "cpu_threads_per_core": [ + 2461 + ], + "csgo_build_id": [ + 2461 + ], + "demo_network_limiter": [ + 2461 + ], + "disk_available_gb": [ + 2461 + ], + "disk_used_percent": [ + 2461 + ], + "end_port_range": [ + 2461 + ], + "pin_build_id": [ + 2461 + ], + "shader_bake_progress": [ + 2461 + ], + "start_port_range": [ + 2461 + ], + "__typename": [ + 78 ] }, "game_server_nodes_bool_exp": { "_and": [ - 1134 + 1221 ], "_not": [ - 1134 + 1221 ], "_or": [ - 1134 + 1221 ], "available_server_count": [ 39 @@ -17258,10 +18220,10 @@ export default { 39 ], "cpu_frequency_info": [ - 1246 + 1334 ], "cpu_governor_info": [ - 1246 + 1334 ], "cpu_sockets": [ 39 @@ -17270,10 +18232,10 @@ export default { 39 ], "cs2_launch_options": [ - 1246 + 1334 ], "cs2_video_settings": [ - 1246 + 1334 ], "csgo_build_id": [ 39 @@ -17288,10 +18250,10 @@ export default { 39 ], "e_region": [ - 3066 + 3510 ], "e_status": [ - 566 + 569 ], "enabled": [ 4 @@ -17309,7 +18271,7 @@ export default { 4 ], "gpu_info": [ - 1246 + 1334 ], "gpu_rendering_enabled": [ 4 @@ -17318,61 +18280,61 @@ export default { 4 ], "id": [ - 81 + 80 ], "label": [ - 81 + 80 ], "lan_ip": [ - 1241 + 1329 ], "node_ip": [ - 1241 + 1329 ], "offline_at": [ - 3559 + 4005 ], "pin_build_id": [ 39 ], "pin_plugin_version": [ - 81 + 80 ], "pinned_version": [ - 1178 + 1265 ], "plugin_supported": [ 4 ], "public_ip": [ - 1241 + 1329 ], "region": [ - 81 + 80 ], "servers": [ - 3100 + 3544 ], "servers_aggregate": [ - 3091 + 3535 ], "shader_bake_progress": [ - 2019 + 2460 ], "shader_bake_progress_stage": [ - 81 + 80 ], "shader_bake_status": [ - 81 + 80 ], "shader_bake_status_history": [ - 1246 + 1334 ], "start_port_range": [ 39 ], "status": [ - 569 + 572 ], "supports_cpu_pinning": [ 4 @@ -17381,43 +18343,43 @@ export default { 4 ], "token": [ - 81 + 80 ], "total_server_count": [ 39 ], "update_status": [ - 81 + 80 ], "version": [ - 1178 + 1265 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_constraint": {}, "game_server_nodes_delete_at_path_input": { "cpu_frequency_info": [ - 79 + 78 ], "cpu_governor_info": [ - 79 + 78 ], "cs2_launch_options": [ - 79 + 78 ], "cs2_video_settings": [ - 79 + 78 ], "gpu_info": [ - 79 + 78 ], "shader_bake_status_history": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_delete_elem_input": { @@ -17440,30 +18402,30 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_delete_key_input": { "cpu_frequency_info": [ - 79 + 78 ], "cpu_governor_info": [ - 79 + 78 ], "cs2_launch_options": [ - 79 + 78 ], "cs2_video_settings": [ - 79 + 78 ], "gpu_info": [ - 79 + 78 ], "shader_bake_status_history": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_inc_input": { @@ -17498,13 +18460,13 @@ export default { 38 ], "shader_bake_progress": [ - 2018 + 2459 ], "start_port_range": [ 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_insert_input": { @@ -17515,10 +18477,10 @@ export default { 38 ], "cpu_frequency_info": [ - 1244 + 1332 ], "cpu_governor_info": [ - 1244 + 1332 ], "cpu_sockets": [ 38 @@ -17527,10 +18489,10 @@ export default { 38 ], "cs2_launch_options": [ - 1244 + 1332 ], "cs2_video_settings": [ - 1244 + 1332 ], "csgo_build_id": [ 38 @@ -17545,10 +18507,10 @@ export default { 38 ], "e_region": [ - 3072 + 3516 ], "e_status": [ - 574 + 577 ], "enabled": [ 3 @@ -17566,7 +18528,7 @@ export default { 3 ], "gpu_info": [ - 1244 + 1332 ], "gpu_rendering_enabled": [ 3 @@ -17575,55 +18537,55 @@ export default { 3 ], "id": [ - 79 + 78 ], "label": [ - 79 + 78 ], "lan_ip": [ - 1240 + 1328 ], "node_ip": [ - 1240 + 1328 ], "offline_at": [ - 3558 + 4004 ], "pin_build_id": [ 38 ], "pin_plugin_version": [ - 79 + 78 ], "pinned_version": [ - 1188 + 1275 ], "public_ip": [ - 1240 + 1328 ], "region": [ - 79 + 78 ], "servers": [ - 3097 + 3541 ], "shader_bake_progress": [ - 2018 + 2459 ], "shader_bake_progress_stage": [ - 79 + 78 ], "shader_bake_status": [ - 79 + 78 ], "shader_bake_status_history": [ - 1244 + 1332 ], "start_port_range": [ 38 ], "status": [ - 568 + 571 ], "supports_cpu_pinning": [ 3 @@ -17632,16 +18594,16 @@ export default { 3 ], "token": [ - 79 + 78 ], "update_status": [ - 79 + 78 ], "version": [ - 1188 + 1275 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_max_fields": { @@ -17676,114 +18638,114 @@ export default { 38 ], "id": [ - 79 + 78 ], "label": [ - 79 + 78 ], "offline_at": [ - 3558 + 4004 ], "pin_build_id": [ 38 ], "pin_plugin_version": [ - 79 + 78 ], "region": [ - 79 + 78 ], "shader_bake_progress": [ - 2018 + 2459 ], "shader_bake_progress_stage": [ - 79 + 78 ], "shader_bake_status": [ - 79 + 78 ], "start_port_range": [ 38 ], "token": [ - 79 + 78 ], "total_server_count": [ 38 ], "update_status": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_max_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "label": [ - 2020 + 2461 ], "offline_at": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "pin_plugin_version": [ - 2020 + 2461 ], "region": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "shader_bake_progress_stage": [ - 2020 + 2461 ], "shader_bake_status": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "token": [ - 2020 + 2461 ], "update_status": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_min_fields": { @@ -17818,114 +18780,114 @@ export default { 38 ], "id": [ - 79 + 78 ], "label": [ - 79 + 78 ], "offline_at": [ - 3558 + 4004 ], "pin_build_id": [ 38 ], "pin_plugin_version": [ - 79 + 78 ], "region": [ - 79 + 78 ], "shader_bake_progress": [ - 2018 + 2459 ], "shader_bake_progress_stage": [ - 79 + 78 ], "shader_bake_status": [ - 79 + 78 ], "start_port_range": [ 38 ], "token": [ - 79 + 78 ], "total_server_count": [ 38 ], "update_status": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_min_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "label": [ - 2020 + 2461 ], "offline_at": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "pin_plugin_version": [ - 2020 + 2461 ], "region": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "shader_bake_progress_stage": [ - 2020 + 2461 ], "shader_bake_status": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "token": [ - 2020 + 2461 ], "update_status": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_mutation_response": { @@ -17933,212 +18895,212 @@ export default { 38 ], "returning": [ - 1122 + 1209 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_obj_rel_insert_input": { "data": [ - 1140 + 1227 ], "on_conflict": [ - 1147 + 1234 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_on_conflict": { "constraint": [ - 1135 + 1222 ], "update_columns": [ - 1165 + 1252 ], "where": [ - 1134 + 1221 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_order_by": { "available_server_count": [ - 2020 + 2461 ], "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_frequency_info": [ - 2020 + 2461 ], "cpu_governor_info": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "cs2_launch_options": [ - 2020 + 2461 ], "cs2_video_settings": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "e_region": [ - 3074 + 3518 ], "e_status": [ - 576 + 579 ], "enabled": [ - 2020 + 2461 ], "enabled_for_match_making": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "gpu": [ - 2020 + 2461 ], "gpu_demos_enabled": [ - 2020 + 2461 ], "gpu_info": [ - 2020 + 2461 ], "gpu_rendering_enabled": [ - 2020 + 2461 ], "gpu_streaming_enabled": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "label": [ - 2020 + 2461 ], "lan_ip": [ - 2020 + 2461 ], "node_ip": [ - 2020 + 2461 ], "offline_at": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "pin_plugin_version": [ - 2020 + 2461 ], "pinned_version": [ - 1190 + 1277 ], "plugin_supported": [ - 2020 + 2461 ], "public_ip": [ - 2020 + 2461 ], "region": [ - 2020 + 2461 ], "servers_aggregate": [ - 3096 + 3540 ], "shader_bake_progress": [ - 2020 + 2461 ], "shader_bake_progress_stage": [ - 2020 + 2461 ], "shader_bake_status": [ - 2020 + 2461 ], "shader_bake_status_history": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "status": [ - 2020 + 2461 ], "supports_cpu_pinning": [ - 2020 + 2461 ], "supports_low_latency": [ - 2020 + 2461 ], "token": [ - 2020 + 2461 ], "total_server_count": [ - 2020 + 2461 ], "update_status": [ - 2020 + 2461 ], "version": [ - 1190 + 1277 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_pk_columns_input": { "id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_prepend_input": { "cpu_frequency_info": [ - 1244 + 1332 ], "cpu_governor_info": [ - 1244 + 1332 ], "cs2_launch_options": [ - 1244 + 1332 ], "cs2_video_settings": [ - 1244 + 1332 ], "gpu_info": [ - 1244 + 1332 ], "shader_bake_status_history": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_select_column": {}, @@ -18152,10 +19114,10 @@ export default { 38 ], "cpu_frequency_info": [ - 1244 + 1332 ], "cpu_governor_info": [ - 1244 + 1332 ], "cpu_sockets": [ 38 @@ -18164,10 +19126,10 @@ export default { 38 ], "cs2_launch_options": [ - 1244 + 1332 ], "cs2_video_settings": [ - 1244 + 1332 ], "csgo_build_id": [ 38 @@ -18197,7 +19159,7 @@ export default { 3 ], "gpu_info": [ - 1244 + 1332 ], "gpu_rendering_enabled": [ 3 @@ -18206,49 +19168,49 @@ export default { 3 ], "id": [ - 79 + 78 ], "label": [ - 79 + 78 ], "lan_ip": [ - 1240 + 1328 ], "node_ip": [ - 1240 + 1328 ], "offline_at": [ - 3558 + 4004 ], "pin_build_id": [ 38 ], "pin_plugin_version": [ - 79 + 78 ], "public_ip": [ - 1240 + 1328 ], "region": [ - 79 + 78 ], "shader_bake_progress": [ - 2018 + 2459 ], "shader_bake_progress_stage": [ - 79 + 78 ], "shader_bake_status": [ - 79 + 78 ], "shader_bake_status_history": [ - 1244 + 1332 ], "start_port_range": [ 38 ], "status": [ - 568 + 571 ], "supports_cpu_pinning": [ 3 @@ -18257,13 +19219,13 @@ export default { 3 ], "token": [ - 79 + 78 ], "update_status": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stddev_fields": { @@ -18310,48 +19272,48 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stddev_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stddev_pop_fields": { @@ -18398,48 +19360,48 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stddev_pop_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stddev_samp_fields": { @@ -18486,59 +19448,59 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stddev_samp_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stream_cursor_input": { "initial_value": [ - 1162 + 1249 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_stream_cursor_value_input": { @@ -18549,10 +19511,10 @@ export default { 38 ], "cpu_frequency_info": [ - 1244 + 1332 ], "cpu_governor_info": [ - 1244 + 1332 ], "cpu_sockets": [ 38 @@ -18561,10 +19523,10 @@ export default { 38 ], "cs2_launch_options": [ - 1244 + 1332 ], "cs2_video_settings": [ - 1244 + 1332 ], "csgo_build_id": [ 38 @@ -18594,7 +19556,7 @@ export default { 3 ], "gpu_info": [ - 1244 + 1332 ], "gpu_rendering_enabled": [ 3 @@ -18603,49 +19565,49 @@ export default { 3 ], "id": [ - 79 + 78 ], "label": [ - 79 + 78 ], "lan_ip": [ - 1240 + 1328 ], "node_ip": [ - 1240 + 1328 ], "offline_at": [ - 3558 + 4004 ], "pin_build_id": [ 38 ], "pin_plugin_version": [ - 79 + 78 ], "public_ip": [ - 1240 + 1328 ], "region": [ - 79 + 78 ], "shader_bake_progress": [ - 2018 + 2459 ], "shader_bake_progress_stage": [ - 79 + 78 ], "shader_bake_status": [ - 79 + 78 ], "shader_bake_status_history": [ - 1244 + 1332 ], "start_port_range": [ 38 ], "status": [ - 568 + 571 ], "supports_cpu_pinning": [ 3 @@ -18654,13 +19616,13 @@ export default { 3 ], "token": [ - 79 + 78 ], "update_status": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_sum_fields": { @@ -18698,7 +19660,7 @@ export default { 38 ], "shader_bake_progress": [ - 2018 + 2459 ], "start_port_range": [ 38 @@ -18707,78 +19669,78 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_sum_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_update_column": {}, "game_server_nodes_updates": { "_append": [ - 1130 + 1217 ], "_delete_at_path": [ - 1136 + 1223 ], "_delete_elem": [ - 1137 + 1224 ], "_delete_key": [ - 1138 + 1225 ], "_inc": [ - 1139 + 1226 ], "_prepend": [ - 1150 + 1237 ], "_set": [ - 1154 + 1241 ], "where": [ - 1134 + 1221 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_var_pop_fields": { @@ -18825,48 +19787,48 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_var_pop_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_var_samp_fields": { @@ -18913,48 +19875,48 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_var_samp_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_variance_fields": { @@ -19001,48 +19963,48 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_server_nodes_variance_order_by": { "build_id": [ - 2020 + 2461 ], "cpu_cores_per_socket": [ - 2020 + 2461 ], "cpu_sockets": [ - 2020 + 2461 ], "cpu_threads_per_core": [ - 2020 + 2461 ], "csgo_build_id": [ - 2020 + 2461 ], "demo_network_limiter": [ - 2020 + 2461 ], "disk_available_gb": [ - 2020 + 2461 ], "disk_used_percent": [ - 2020 + 2461 ], "end_port_range": [ - 2020 + 2461 ], "pin_build_id": [ - 2020 + 2461 ], "shader_bake_progress": [ - 2020 + 2461 ], "start_port_range": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_versions": { @@ -19056,46 +20018,46 @@ export default { 3 ], "description": [ - 79 + 78 ], "downloads": [ - 1244, + 1332, { "path": [ - 79 + 78 ] } ], "updated_at": [ - 3558 + 4004 ], "version": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_aggregate": { "aggregate": [ - 1175 + 1262 ], "nodes": [ - 1173 + 1260 ], "__typename": [ - 79 + 78 ] }, "game_versions_aggregate_fields": { "avg": [ - 1177 + 1264 ], "count": [ 38, { "columns": [ - 1193, + 1280, "[game_versions_select_column!]" ], "distinct": [ @@ -19104,42 +20066,42 @@ export default { } ], "max": [ - 1185 + 1272 ], "min": [ - 1186 + 1273 ], "stddev": [ - 1195 + 1282 ], "stddev_pop": [ - 1196 + 1283 ], "stddev_samp": [ - 1197 + 1284 ], "sum": [ - 1200 + 1287 ], "var_pop": [ - 1203 + 1290 ], "var_samp": [ - 1204 + 1291 ], "variance": [ - 1205 + 1292 ], "__typename": [ - 79 + 78 ] }, "game_versions_append_input": { "downloads": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "game_versions_avg_fields": { @@ -19147,18 +20109,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "game_versions_bool_exp": { "_and": [ - 1178 + 1265 ], "_not": [ - 1178 + 1265 ], "_or": [ - 1178 + 1265 ], "build_id": [ 39 @@ -19170,28 +20132,28 @@ export default { 4 ], "description": [ - 81 + 80 ], "downloads": [ - 1246 + 1334 ], "updated_at": [ - 3559 + 4005 ], "version": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "game_versions_constraint": {}, "game_versions_delete_at_path_input": { "downloads": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_delete_elem_input": { @@ -19199,15 +20161,15 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_versions_delete_key_input": { "downloads": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_inc_input": { @@ -19215,7 +20177,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_versions_insert_input": { @@ -19229,19 +20191,19 @@ export default { 3 ], "description": [ - 79 + 78 ], "downloads": [ - 1244 + 1332 ], "updated_at": [ - 3558 + 4004 ], "version": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_max_fields": { @@ -19249,16 +20211,16 @@ export default { 38 ], "description": [ - 79 + 78 ], "updated_at": [ - 3558 + 4004 ], "version": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_min_fields": { @@ -19266,16 +20228,16 @@ export default { 38 ], "description": [ - 79 + 78 ], "updated_at": [ - 3558 + 4004 ], "version": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_mutation_response": { @@ -19283,61 +20245,61 @@ export default { 38 ], "returning": [ - 1173 + 1260 ], "__typename": [ - 79 + 78 ] }, "game_versions_obj_rel_insert_input": { "data": [ - 1184 + 1271 ], "on_conflict": [ - 1189 + 1276 ], "__typename": [ - 79 + 78 ] }, "game_versions_on_conflict": { "constraint": [ - 1179 + 1266 ], "update_columns": [ - 1201 + 1288 ], "where": [ - 1178 + 1265 ], "__typename": [ - 79 + 78 ] }, "game_versions_order_by": { "build_id": [ - 2020 + 2461 ], "current": [ - 2020 + 2461 ], "cvars": [ - 2020 + 2461 ], "description": [ - 2020 + 2461 ], "downloads": [ - 2020 + 2461 ], "updated_at": [ - 2020 + 2461 ], "version": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "game_versions_pk_columns_input": { @@ -19345,15 +20307,15 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_versions_prepend_input": { "downloads": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "game_versions_select_column": {}, @@ -19368,19 +20330,19 @@ export default { 3 ], "description": [ - 79 + 78 ], "downloads": [ - 1244 + 1332 ], "updated_at": [ - 3558 + 4004 ], "version": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_stddev_fields": { @@ -19388,7 +20350,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "game_versions_stddev_pop_fields": { @@ -19396,7 +20358,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "game_versions_stddev_samp_fields": { @@ -19404,18 +20366,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "game_versions_stream_cursor_input": { "initial_value": [ - 1199 + 1286 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "game_versions_stream_cursor_value_input": { @@ -19429,19 +20391,19 @@ export default { 3 ], "description": [ - 79 + 78 ], "downloads": [ - 1244 + 1332 ], "updated_at": [ - 3558 + 4004 ], "version": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "game_versions_sum_fields": { @@ -19449,37 +20411,37 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "game_versions_update_column": {}, "game_versions_updates": { "_append": [ - 1176 + 1263 ], "_delete_at_path": [ - 1180 + 1267 ], "_delete_elem": [ - 1181 + 1268 ], "_delete_key": [ - 1182 + 1269 ], "_inc": [ - 1183 + 1270 ], "_prepend": [ - 1192 + 1279 ], "_set": [ - 1194 + 1281 ], "where": [ - 1178 + 1265 ], "__typename": [ - 79 + 78 ] }, "game_versions_var_pop_fields": { @@ -19487,7 +20449,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "game_versions_var_samp_fields": { @@ -19495,7 +20457,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "game_versions_variance_fields": { @@ -19503,60 +20465,60 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations": { "branch": [ - 79 + 78 ], "build_id": [ 38 ], "game_version": [ - 1173 + 1260 ], "id": [ - 3955 + 4442 ], "results": [ - 1244, + 1332, { "path": [ - 79 + 78 ] } ], "status": [ - 79 + 78 ], "validated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_aggregate": { "aggregate": [ - 1208 + 1295 ], "nodes": [ - 1206 + 1293 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_aggregate_fields": { "avg": [ - 1210 + 1297 ], "count": [ 38, { "columns": [ - 1225, + 1312, "[gamedata_signature_validations_select_column!]" ], "distinct": [ @@ -19565,42 +20527,42 @@ export default { } ], "max": [ - 1218 + 1305 ], "min": [ - 1219 + 1306 ], "stddev": [ - 1227 + 1314 ], "stddev_pop": [ - 1228 + 1315 ], "stddev_samp": [ - 1229 + 1316 ], "sum": [ - 1232 + 1319 ], "var_pop": [ - 1235 + 1322 ], "var_samp": [ - 1236 + 1323 ], "variance": [ - 1237 + 1324 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_append_input": { "results": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_avg_fields": { @@ -19608,51 +20570,51 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_bool_exp": { "_and": [ - 1211 + 1298 ], "_not": [ - 1211 + 1298 ], "_or": [ - 1211 + 1298 ], "branch": [ - 81 + 80 ], "build_id": [ 39 ], "game_version": [ - 1178 + 1265 ], "id": [ - 3957 + 4444 ], "results": [ - 1246 + 1334 ], "status": [ - 81 + 80 ], "validated_at": [ - 3559 + 4005 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_constraint": {}, "gamedata_signature_validations_delete_at_path_input": { "results": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_delete_elem_input": { @@ -19660,15 +20622,15 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_delete_key_input": { "results": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_inc_input": { @@ -19676,73 +20638,73 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_insert_input": { "branch": [ - 79 + 78 ], "build_id": [ 38 ], "game_version": [ - 1188 + 1275 ], "id": [ - 3955 + 4442 ], "results": [ - 1244 + 1332 ], "status": [ - 79 + 78 ], "validated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_max_fields": { "branch": [ - 79 + 78 ], "build_id": [ 38 ], "id": [ - 3955 + 4442 ], "status": [ - 79 + 78 ], "validated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_min_fields": { "branch": [ - 79 + 78 ], "build_id": [ 38 ], "id": [ - 3955 + 4442 ], "status": [ - 79 + 78 ], "validated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_mutation_response": { @@ -19750,90 +20712,90 @@ export default { 38 ], "returning": [ - 1206 + 1293 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_on_conflict": { "constraint": [ - 1212 + 1299 ], "update_columns": [ - 1233 + 1320 ], "where": [ - 1211 + 1298 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_order_by": { "branch": [ - 2020 + 2461 ], "build_id": [ - 2020 + 2461 ], "game_version": [ - 1190 + 1277 ], "id": [ - 2020 + 2461 ], "results": [ - 2020 + 2461 ], "status": [ - 2020 + 2461 ], "validated_at": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_prepend_input": { "results": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_select_column": {}, "gamedata_signature_validations_set_input": { "branch": [ - 79 + 78 ], "build_id": [ 38 ], "id": [ - 3955 + 4442 ], "results": [ - 1244 + 1332 ], "status": [ - 79 + 78 ], "validated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_stddev_fields": { @@ -19841,7 +20803,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_stddev_pop_fields": { @@ -19849,7 +20811,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_stddev_samp_fields": { @@ -19857,41 +20819,41 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_stream_cursor_input": { "initial_value": [ - 1231 + 1318 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_stream_cursor_value_input": { "branch": [ - 79 + 78 ], "build_id": [ 38 ], "id": [ - 3955 + 4442 ], "results": [ - 1244 + 1332 ], "status": [ - 79 + 78 ], "validated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_sum_fields": { @@ -19899,37 +20861,37 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_update_column": {}, "gamedata_signature_validations_updates": { "_append": [ - 1209 + 1296 ], "_delete_at_path": [ - 1213 + 1300 ], "_delete_elem": [ - 1214 + 1301 ], "_delete_key": [ - 1215 + 1302 ], "_inc": [ - 1216 + 1303 ], "_prepend": [ - 1224 + 1311 ], "_set": [ - 1226 + 1313 ], "where": [ - 1211 + 1298 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_var_pop_fields": { @@ -19937,7 +20899,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_var_samp_fields": { @@ -19945,7 +20907,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "gamedata_signature_validations_variance_fields": { @@ -19953,178 +20915,192 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "get_leaderboard_args": { "_category": [ - 79 + 78 ], "_exclude_tournaments": [ 3 ], "_match_type": [ - 79 + 78 ], "_role": [ - 79 + 78 ], "_season_id": [ - 3955 + 4442 ], "_window_days": [ 38 ], "__typename": [ - 79 + 78 + ] + }, + "get_league_season_leaderboard_args": { + "_category": [ + 78 + ], + "_league_season_id": [ + 4442 + ], + "_role": [ + 78 + ], + "__typename": [ + 78 ] }, "get_player_leaderboard_rank_args": { "_category": [ - 79 + 78 ], "_exclude_tournaments": [ 3 ], "_match_type": [ - 79 + 78 ], "_player_steam_id": [ - 79 + 78 ], "_season_id": [ - 3955 + 4442 ], "_window_days": [ 38 ], "__typename": [ - 79 + 78 ] }, "inet": {}, "inet_comparison_exp": { "_eq": [ - 1240 + 1328 ], "_gt": [ - 1240 + 1328 ], "_gte": [ - 1240 + 1328 ], "_in": [ - 1240 + 1328 ], "_is_null": [ 3 ], "_lt": [ - 1240 + 1328 ], "_lte": [ - 1240 + 1328 ], "_neq": [ - 1240 + 1328 ], "_nin": [ - 1240 + 1328 ], "__typename": [ - 79 + 78 ] }, "json": {}, "json_comparison_exp": { "_eq": [ - 1242 + 1330 ], "_gt": [ - 1242 + 1330 ], "_gte": [ - 1242 + 1330 ], "_in": [ - 1242 + 1330 ], "_is_null": [ 3 ], "_lt": [ - 1242 + 1330 ], "_lte": [ - 1242 + 1330 ], "_neq": [ - 1242 + 1330 ], "_nin": [ - 1242 + 1330 ], "__typename": [ - 79 + 78 ] }, "jsonb": {}, "jsonb_cast_exp": { "String": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "jsonb_comparison_exp": { "_cast": [ - 1245 + 1333 ], "_contained_in": [ - 1244 + 1332 ], "_contains": [ - 1244 + 1332 ], "_eq": [ - 1244 + 1332 ], "_gt": [ - 1244 + 1332 ], "_gte": [ - 1244 + 1332 ], "_has_key": [ - 79 + 78 ], "_has_keys_all": [ - 79 + 78 ], "_has_keys_any": [ - 79 + 78 ], "_in": [ - 1244 + 1332 ], "_is_null": [ 3 ], "_lt": [ - 1244 + 1332 ], "_lte": [ - 1244 + 1332 ], "_neq": [ - 1244 + 1332 ], "_nin": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries": { @@ -20132,50 +21108,50 @@ export default { 38 ], "player_avatar_url": [ - 79 + 78 ], "player_country": [ - 79 + 78 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 79 + 78 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_aggregate": { "aggregate": [ - 1249 + 1337 ], "nodes": [ - 1247 + 1335 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_aggregate_fields": { "avg": [ - 1250 + 1338 ], "count": [ 38, { "columns": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "distinct": [ @@ -20184,34 +21160,34 @@ export default { } ], "max": [ - 1254 + 1342 ], "min": [ - 1255 + 1343 ], "stddev": [ - 1260 + 1348 ], "stddev_pop": [ - 1261 + 1349 ], "stddev_samp": [ - 1262 + 1350 ], "sum": [ - 1265 + 1353 ], "var_pop": [ - 1267 + 1355 ], "var_samp": [ - 1268 + 1356 ], "variance": [ - 1269 + 1357 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_avg_fields": { @@ -20228,45 +21204,45 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_bool_exp": { "_and": [ - 1251 + 1339 ], "_not": [ - 1251 + 1339 ], "_or": [ - 1251 + 1339 ], "matches_played": [ 39 ], "player_avatar_url": [ - 81 + 80 ], "player_country": [ - 81 + 80 ], "player_name": [ - 81 + 80 ], "player_steam_id": [ - 81 + 80 ], "secondary_value": [ - 1094 + 1181 ], "tertiary_value": [ - 1094 + 1181 ], "value": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_inc_input": { @@ -20274,16 +21250,16 @@ export default { 38 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_insert_input": { @@ -20291,28 +21267,28 @@ export default { 38 ], "player_avatar_url": [ - 79 + 78 ], "player_country": [ - 79 + 78 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 79 + 78 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_max_fields": { @@ -20320,28 +21296,28 @@ export default { 38 ], "player_avatar_url": [ - 79 + 78 ], "player_country": [ - 79 + 78 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 79 + 78 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_min_fields": { @@ -20349,28 +21325,28 @@ export default { 38 ], "player_avatar_url": [ - 79 + 78 ], "player_country": [ - 79 + 78 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 79 + 78 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_mutation_response": { @@ -20378,39 +21354,39 @@ export default { 38 ], "returning": [ - 1247 + 1335 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_order_by": { "matches_played": [ - 2020 + 2461 ], "player_avatar_url": [ - 2020 + 2461 ], "player_country": [ - 2020 + 2461 ], "player_name": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "secondary_value": [ - 2020 + 2461 ], "tertiary_value": [ - 2020 + 2461 ], "value": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_select_column": {}, @@ -20419,28 +21395,28 @@ export default { 38 ], "player_avatar_url": [ - 79 + 78 ], "player_country": [ - 79 + 78 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 79 + 78 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_stddev_fields": { @@ -20457,7 +21433,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_stddev_pop_fields": { @@ -20474,7 +21450,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_stddev_samp_fields": { @@ -20491,18 +21467,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_stream_cursor_input": { "initial_value": [ - 1264 + 1352 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_stream_cursor_value_input": { @@ -20510,28 +21486,28 @@ export default { 38 ], "player_avatar_url": [ - 79 + 78 ], "player_country": [ - 79 + 78 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 79 + 78 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_sum_fields": { @@ -20539,30 +21515,30 @@ export default { 38 ], "secondary_value": [ - 1093 + 1180 ], "tertiary_value": [ - 1093 + 1180 ], "value": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_updates": { "_inc": [ - 1252 + 1340 ], "_set": [ - 1259 + 1347 ], "where": [ - 1251 + 1339 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_var_pop_fields": { @@ -20579,7 +21555,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_var_samp_fields": { @@ -20596,7 +21572,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "leaderboard_entries_variance_fields": { @@ -20613,28 +21589,39 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, - "lobbies": { - "access": [ - 589 + "league_award_forfeit_args": { + "_tournament_bracket_id": [ + 4442 ], - "created_at": [ - 3558 + "_winning_tournament_team_id": [ + 4442 ], - "e_lobby_access": [ - 584 + "__typename": [ + 78 + ] + }, + "league_divisions": { + "active": [ + 3 + ], + "created_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "players": [ - 1289, + "name": [ + 78 + ], + "season_divisions": [ + 1510, { "distinct_on": [ - 1312, - "[lobby_players_select_column!]" + 1529, + "[league_season_divisions_select_column!]" ], "limit": [ 38 @@ -20643,20 +21630,20 @@ export default { 38 ], "order_by": [ - 1310, - "[lobby_players_order_by!]" + 1527, + "[league_season_divisions_order_by!]" ], "where": [ - 1300 + 1517 ] } ], - "players_aggregate": [ - 1290, + "season_divisions_aggregate": [ + 1511, { "distinct_on": [ - 1312, - "[lobby_players_select_column!]" + 1529, + "[league_season_divisions_select_column!]" ], "limit": [ 38 @@ -20665,36 +21652,42 @@ export default { 38 ], "order_by": [ - 1310, - "[lobby_players_order_by!]" + 1527, + "[league_season_divisions_order_by!]" ], "where": [ - 1300 + 1517 ] } ], + "tier": [ + 3597 + ], "__typename": [ - 79 + 78 ] }, - "lobbies_aggregate": { + "league_divisions_aggregate": { "aggregate": [ - 1272 + 1361 ], "nodes": [ - 1270 + 1359 ], "__typename": [ - 79 + 78 ] }, - "lobbies_aggregate_fields": { + "league_divisions_aggregate_fields": { + "avg": [ + 1362 + ], "count": [ 38, { "columns": [ - 1283, - "[lobbies_select_column!]" + 1374, + "[league_divisions_select_column!]" ], "distinct": [ 3 @@ -20702,318 +21695,410 @@ export default { } ], "max": [ - 1276 + 1367 ], "min": [ - 1277 + 1368 + ], + "stddev": [ + 1376 + ], + "stddev_pop": [ + 1377 + ], + "stddev_samp": [ + 1378 + ], + "sum": [ + 1381 + ], + "var_pop": [ + 1384 + ], + "var_samp": [ + 1385 + ], + "variance": [ + 1386 ], "__typename": [ - 79 + 78 ] }, - "lobbies_bool_exp": { + "league_divisions_avg_fields": { + "tier": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "league_divisions_bool_exp": { "_and": [ - 1273 + 1363 ], "_not": [ - 1273 + 1363 ], "_or": [ - 1273 + 1363 ], - "access": [ - 590 + "active": [ + 4 ], "created_at": [ - 3559 - ], - "e_lobby_access": [ - 587 + 4005 ], "id": [ - 3957 + 4444 ], - "players": [ - 1300 + "name": [ + 80 ], - "players_aggregate": [ - 1291 + "season_divisions": [ + 1517 + ], + "season_divisions_aggregate": [ + 1512 + ], + "tier": [ + 3598 ], "__typename": [ - 79 + 78 ] }, - "lobbies_constraint": {}, - "lobbies_insert_input": { - "access": [ - 589 + "league_divisions_constraint": {}, + "league_divisions_inc_input": { + "tier": [ + 3597 ], - "created_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "league_divisions_insert_input": { + "active": [ + 3 ], - "e_lobby_access": [ - 595 + "created_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "players": [ - 1297 + "name": [ + 78 + ], + "season_divisions": [ + 1516 + ], + "tier": [ + 3597 ], "__typename": [ - 79 + 78 ] }, - "lobbies_max_fields": { + "league_divisions_max_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 + ], + "name": [ + 78 + ], + "tier": [ + 3597 ], "__typename": [ - 79 + 78 ] }, - "lobbies_min_fields": { + "league_divisions_min_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 + ], + "name": [ + 78 + ], + "tier": [ + 3597 ], "__typename": [ - 79 + 78 ] }, - "lobbies_mutation_response": { + "league_divisions_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1270 + 1359 ], "__typename": [ - 79 + 78 ] }, - "lobbies_obj_rel_insert_input": { + "league_divisions_obj_rel_insert_input": { "data": [ - 1275 + 1366 ], "on_conflict": [ - 1280 + 1371 ], "__typename": [ - 79 + 78 ] }, - "lobbies_on_conflict": { + "league_divisions_on_conflict": { "constraint": [ - 1274 + 1364 ], "update_columns": [ - 1287 + 1382 ], "where": [ - 1273 + 1363 ], "__typename": [ - 79 + 78 ] }, - "lobbies_order_by": { - "access": [ - 2020 + "league_divisions_order_by": { + "active": [ + 2461 ], "created_at": [ - 2020 - ], - "e_lobby_access": [ - 597 + 2461 ], "id": [ - 2020 + 2461 ], - "players_aggregate": [ - 1296 + "name": [ + 2461 + ], + "season_divisions_aggregate": [ + 1515 + ], + "tier": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobbies_pk_columns_input": { + "league_divisions_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "lobbies_select_column": {}, - "lobbies_set_input": { - "access": [ - 589 + "league_divisions_select_column": {}, + "league_divisions_set_input": { + "active": [ + 3 ], "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 + ], + "name": [ + 78 + ], + "tier": [ + 3597 ], "__typename": [ - 79 + 78 ] }, - "lobbies_stream_cursor_input": { - "initial_value": [ - 1286 - ], - "ordering": [ - 233 + "league_divisions_stddev_fields": { + "tier": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "lobbies_stream_cursor_value_input": { - "access": [ - 589 - ], - "created_at": [ - 3558 + "league_divisions_stddev_pop_fields": { + "tier": [ + 29 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "league_divisions_stddev_samp_fields": { + "tier": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "lobbies_update_column": {}, - "lobbies_updates": { - "_set": [ - 1284 + "league_divisions_stream_cursor_input": { + "initial_value": [ + 1380 ], - "where": [ - 1273 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "lobby_players": { - "captain": [ + "league_divisions_stream_cursor_value_input": { + "active": [ 3 ], - "invited_by_steam_id": [ - 178 - ], - "lobby": [ - 1270 + "created_at": [ + 4004 ], - "lobby_id": [ - 3955 + "id": [ + 4442 ], - "player": [ - 2978 + "name": [ + 78 ], - "status": [ - 610 + "tier": [ + 3597 ], - "steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "league_divisions_sum_fields": { + "tier": [ + 3597 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_aggregate": { - "aggregate": [ - 1295 + "league_divisions_update_column": {}, + "league_divisions_updates": { + "_inc": [ + 1365 ], - "nodes": [ - 1289 + "_set": [ + 1375 + ], + "where": [ + 1363 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_aggregate_bool_exp": { - "bool_and": [ - 1292 + "league_divisions_var_pop_fields": { + "tier": [ + 29 ], - "bool_or": [ - 1293 + "__typename": [ + 78 + ] + }, + "league_divisions_var_samp_fields": { + "tier": [ + 29 ], - "count": [ - 1294 + "__typename": [ + 78 + ] + }, + "league_divisions_variance_fields": { + "tier": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_aggregate_bool_exp_bool_and": { - "arguments": [ - 1313 + "league_match_weeks": { + "closes_at": [ + 4004 ], - "distinct": [ - 3 + "created_at": [ + 4004 ], - "filter": [ - 1300 + "default_match_at": [ + 4004 ], - "predicate": [ - 4 + "id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "opens_at": [ + 4004 + ], + "season": [ + 1535 + ], + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_aggregate_bool_exp_bool_or": { - "arguments": [ - 1314 - ], - "distinct": [ - 3 + "league_match_weeks_aggregate": { + "aggregate": [ + 1391 ], - "filter": [ - 1300 + "nodes": [ + 1387 ], - "predicate": [ - 4 + "__typename": [ + 78 + ] + }, + "league_match_weeks_aggregate_bool_exp": { + "count": [ + 1390 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_aggregate_bool_exp_count": { + "league_match_weeks_aggregate_bool_exp_count": { "arguments": [ - 1312 + 1408 ], "distinct": [ 3 ], "filter": [ - 1300 + 1396 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_aggregate_fields": { + "league_match_weeks_aggregate_fields": { "avg": [ - 1298 + 1394 ], "count": [ 38, { "columns": [ - 1312, - "[lobby_players_select_column!]" + 1408, + "[league_match_weeks_select_column!]" ], "distinct": [ 3 @@ -21021,603 +22106,621 @@ export default { } ], "max": [ - 1304 + 1400 ], "min": [ - 1306 + 1402 ], "stddev": [ - 1316 + 1410 ], "stddev_pop": [ - 1318 + 1412 ], "stddev_samp": [ - 1320 + 1414 ], "sum": [ - 1324 + 1418 ], "var_pop": [ - 1328 + 1422 ], "var_samp": [ - 1330 + 1424 ], "variance": [ - 1332 + 1426 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_aggregate_order_by": { + "league_match_weeks_aggregate_order_by": { "avg": [ - 1299 + 1395 ], "count": [ - 2020 + 2461 ], "max": [ - 1305 + 1401 ], "min": [ - 1307 + 1403 ], "stddev": [ - 1317 + 1411 ], "stddev_pop": [ - 1319 + 1413 ], "stddev_samp": [ - 1321 + 1415 ], "sum": [ - 1325 + 1419 ], "var_pop": [ - 1329 + 1423 ], "var_samp": [ - 1331 + 1425 ], "variance": [ - 1333 + 1427 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_arr_rel_insert_input": { + "league_match_weeks_arr_rel_insert_input": { "data": [ - 1303 + 1399 ], "on_conflict": [ - 1309 + 1405 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_avg_fields": { - "invited_by_steam_id": [ - 29 - ], - "steam_id": [ + "league_match_weeks_avg_fields": { + "week_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_avg_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_avg_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_bool_exp": { + "league_match_weeks_bool_exp": { "_and": [ - 1300 + 1396 ], "_not": [ - 1300 + 1396 ], "_or": [ - 1300 + 1396 ], - "captain": [ - 4 + "closes_at": [ + 4005 ], - "invited_by_steam_id": [ - 180 + "created_at": [ + 4005 ], - "lobby": [ - 1273 + "default_match_at": [ + 4005 ], - "lobby_id": [ - 3957 + "id": [ + 4444 ], - "player": [ - 2982 + "league_season_id": [ + 4444 ], - "status": [ - 611 + "opens_at": [ + 4005 ], - "steam_id": [ - 180 + "season": [ + 1540 + ], + "week_number": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_constraint": {}, - "lobby_players_inc_input": { - "invited_by_steam_id": [ - 178 - ], - "steam_id": [ - 178 + "league_match_weeks_constraint": {}, + "league_match_weeks_inc_input": { + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_insert_input": { - "captain": [ - 3 + "league_match_weeks_insert_input": { + "closes_at": [ + 4004 ], - "invited_by_steam_id": [ - 178 + "created_at": [ + 4004 ], - "lobby": [ - 1279 + "default_match_at": [ + 4004 ], - "lobby_id": [ - 3955 + "id": [ + 4442 ], - "player": [ - 2989 + "league_season_id": [ + 4442 ], - "status": [ - 610 + "opens_at": [ + 4004 ], - "steam_id": [ - 178 + "season": [ + 1550 + ], + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_max_fields": { - "invited_by_steam_id": [ - 178 + "league_match_weeks_max_fields": { + "closes_at": [ + 4004 ], - "lobby_id": [ - 3955 + "created_at": [ + 4004 ], - "steam_id": [ - 178 + "default_match_at": [ + 4004 + ], + "id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "opens_at": [ + 4004 + ], + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_max_order_by": { - "invited_by_steam_id": [ - 2020 + "league_match_weeks_max_order_by": { + "closes_at": [ + 2461 ], - "lobby_id": [ - 2020 + "created_at": [ + 2461 ], - "steam_id": [ - 2020 + "default_match_at": [ + 2461 + ], + "id": [ + 2461 + ], + "league_season_id": [ + 2461 + ], + "opens_at": [ + 2461 + ], + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_min_fields": { - "invited_by_steam_id": [ - 178 + "league_match_weeks_min_fields": { + "closes_at": [ + 4004 ], - "lobby_id": [ - 3955 + "created_at": [ + 4004 ], - "steam_id": [ - 178 + "default_match_at": [ + 4004 + ], + "id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "opens_at": [ + 4004 + ], + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_min_order_by": { - "invited_by_steam_id": [ - 2020 + "league_match_weeks_min_order_by": { + "closes_at": [ + 2461 ], - "lobby_id": [ - 2020 + "created_at": [ + 2461 ], - "steam_id": [ - 2020 + "default_match_at": [ + 2461 + ], + "id": [ + 2461 + ], + "league_season_id": [ + 2461 + ], + "opens_at": [ + 2461 + ], + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_mutation_response": { + "league_match_weeks_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1289 + 1387 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_on_conflict": { + "league_match_weeks_on_conflict": { "constraint": [ - 1301 + 1397 ], "update_columns": [ - 1326 + 1420 ], "where": [ - 1300 + 1396 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_order_by": { - "captain": [ - 2020 + "league_match_weeks_order_by": { + "closes_at": [ + 2461 ], - "invited_by_steam_id": [ - 2020 + "created_at": [ + 2461 ], - "lobby": [ - 1281 + "default_match_at": [ + 2461 ], - "lobby_id": [ - 2020 + "id": [ + 2461 ], - "player": [ - 2991 + "league_season_id": [ + 2461 ], - "status": [ - 2020 + "opens_at": [ + 2461 ], - "steam_id": [ - 2020 + "season": [ + 1552 + ], + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_pk_columns_input": { - "lobby_id": [ - 3955 - ], - "steam_id": [ - 178 + "league_match_weeks_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_select_column": {}, - "lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns": {}, - "lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns": {}, - "lobby_players_set_input": { - "captain": [ - 3 + "league_match_weeks_select_column": {}, + "league_match_weeks_set_input": { + "closes_at": [ + 4004 ], - "invited_by_steam_id": [ - 178 + "created_at": [ + 4004 ], - "lobby_id": [ - 3955 + "default_match_at": [ + 4004 ], - "status": [ - 610 + "id": [ + 4442 ], - "steam_id": [ - 178 + "league_season_id": [ + 4442 + ], + "opens_at": [ + 4004 + ], + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stddev_fields": { - "invited_by_steam_id": [ - 29 - ], - "steam_id": [ + "league_match_weeks_stddev_fields": { + "week_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stddev_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_stddev_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stddev_pop_fields": { - "invited_by_steam_id": [ - 29 - ], - "steam_id": [ + "league_match_weeks_stddev_pop_fields": { + "week_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stddev_pop_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_stddev_pop_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stddev_samp_fields": { - "invited_by_steam_id": [ - 29 - ], - "steam_id": [ + "league_match_weeks_stddev_samp_fields": { + "week_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stddev_samp_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_stddev_samp_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stream_cursor_input": { + "league_match_weeks_stream_cursor_input": { "initial_value": [ - 1323 + 1417 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_stream_cursor_value_input": { - "captain": [ - 3 + "league_match_weeks_stream_cursor_value_input": { + "closes_at": [ + 4004 ], - "invited_by_steam_id": [ - 178 + "created_at": [ + 4004 ], - "lobby_id": [ - 3955 + "default_match_at": [ + 4004 ], - "status": [ - 610 + "id": [ + 4442 ], - "steam_id": [ - 178 + "league_season_id": [ + 4442 + ], + "opens_at": [ + 4004 + ], + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_sum_fields": { - "invited_by_steam_id": [ - 178 - ], - "steam_id": [ - 178 + "league_match_weeks_sum_fields": { + "week_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_sum_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_sum_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_update_column": {}, - "lobby_players_updates": { + "league_match_weeks_update_column": {}, + "league_match_weeks_updates": { "_inc": [ - 1302 + 1398 ], "_set": [ - 1315 + 1409 ], "where": [ - 1300 + 1396 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_var_pop_fields": { - "invited_by_steam_id": [ - 29 - ], - "steam_id": [ + "league_match_weeks_var_pop_fields": { + "week_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_var_pop_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_var_pop_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_var_samp_fields": { - "invited_by_steam_id": [ - 29 - ], - "steam_id": [ + "league_match_weeks_var_samp_fields": { + "week_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_var_samp_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_var_samp_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_variance_fields": { - "invited_by_steam_id": [ - 29 - ], - "steam_id": [ + "league_match_weeks_variance_fields": { + "week_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "lobby_players_variance_order_by": { - "invited_by_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "league_match_weeks_variance_order_by": { + "week_number": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "map_pools": { - "e_type": [ - 625 + "league_relegation_playoffs": { + "created_at": [ + 4004 ], - "enabled": [ - 3 + "higher_division": [ + 1359 + ], + "higher_division_id": [ + 4442 + ], + "higher_slots": [ + 38 ], "id": [ - 3955 + 4442 ], - "maps": [ - 4462, - { - "distinct_on": [ - 4479, - "[v_pool_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4478, - "[v_pool_maps_order_by!]" - ], - "where": [ - 4471 - ] - } + "league_season_id": [ + 4442 ], - "maps_aggregate": [ - 4463, - { - "distinct_on": [ - 4479, - "[v_pool_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4478, - "[v_pool_maps_order_by!]" - ], - "where": [ - 4471 - ] - } + "lower_division": [ + 1359 ], - "seed": [ - 3 + "lower_division_id": [ + 4442 ], - "type": [ - 630 + "resolved_at": [ + 4004 + ], + "season": [ + 1535 + ], + "tournament": [ + 4396 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "map_pools_aggregate": { + "league_relegation_playoffs_aggregate": { "aggregate": [ - 1336 + 1432 ], "nodes": [ - 1334 + 1428 ], "__typename": [ - 79 + 78 ] }, - "map_pools_aggregate_fields": { + "league_relegation_playoffs_aggregate_bool_exp": { + "count": [ + 1431 + ], + "__typename": [ + 78 + ] + }, + "league_relegation_playoffs_aggregate_bool_exp_count": { + "arguments": [ + 1449 + ], + "distinct": [ + 3 + ], + "filter": [ + 1437 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "league_relegation_playoffs_aggregate_fields": { + "avg": [ + 1435 + ], "count": [ 38, { "columns": [ - 1347, - "[map_pools_select_column!]" + 1449, + "[league_relegation_playoffs_select_column!]" ], "distinct": [ 3 @@ -21625,985 +22728,681 @@ export default { } ], "max": [ - 1340 + 1441 ], "min": [ - 1341 - ], - "__typename": [ - 79 - ] - }, - "map_pools_bool_exp": { - "_and": [ - 1337 - ], - "_not": [ - 1337 - ], - "_or": [ - 1337 + 1443 ], - "e_type": [ - 628 + "stddev": [ + 1451 ], - "enabled": [ - 4 + "stddev_pop": [ + 1453 ], - "id": [ - 3957 + "stddev_samp": [ + 1455 ], - "maps": [ - 4471 + "sum": [ + 1459 ], - "maps_aggregate": [ - 4464 + "var_pop": [ + 1463 ], - "seed": [ - 4 + "var_samp": [ + 1465 ], - "type": [ - 631 + "variance": [ + 1467 ], "__typename": [ - 79 + 78 ] }, - "map_pools_constraint": {}, - "map_pools_insert_input": { - "e_type": [ - 636 + "league_relegation_playoffs_aggregate_order_by": { + "avg": [ + 1436 ], - "enabled": [ - 3 + "count": [ + 2461 ], - "id": [ - 3955 + "max": [ + 1442 ], - "maps": [ - 4470 + "min": [ + 1444 ], - "seed": [ - 3 + "stddev": [ + 1452 ], - "type": [ - 630 + "stddev_pop": [ + 1454 + ], + "stddev_samp": [ + 1456 + ], + "sum": [ + 1460 + ], + "var_pop": [ + 1464 + ], + "var_samp": [ + 1466 + ], + "variance": [ + 1468 ], "__typename": [ - 79 + 78 ] }, - "map_pools_max_fields": { - "id": [ - 3955 + "league_relegation_playoffs_arr_rel_insert_input": { + "data": [ + 1440 + ], + "on_conflict": [ + 1446 ], "__typename": [ - 79 + 78 ] }, - "map_pools_min_fields": { - "id": [ - 3955 + "league_relegation_playoffs_avg_fields": { + "higher_slots": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "map_pools_mutation_response": { - "affected_rows": [ - 38 - ], - "returning": [ - 1334 + "league_relegation_playoffs_avg_order_by": { + "higher_slots": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "map_pools_obj_rel_insert_input": { - "data": [ - 1339 + "league_relegation_playoffs_bool_exp": { + "_and": [ + 1437 ], - "on_conflict": [ - 1344 + "_not": [ + 1437 ], - "__typename": [ - 79 - ] - }, - "map_pools_on_conflict": { - "constraint": [ - 1338 + "_or": [ + 1437 ], - "update_columns": [ - 1351 + "created_at": [ + 4005 ], - "where": [ - 1337 + "higher_division": [ + 1363 ], - "__typename": [ - 79 - ] - }, - "map_pools_order_by": { - "e_type": [ - 638 + "higher_division_id": [ + 4444 ], - "enabled": [ - 2020 + "higher_slots": [ + 39 ], "id": [ - 2020 + 4444 ], - "maps_aggregate": [ - 4469 + "league_season_id": [ + 4444 ], - "seed": [ - 2020 + "lower_division": [ + 1363 ], - "type": [ - 2020 + "lower_division_id": [ + 4444 + ], + "resolved_at": [ + 4005 + ], + "season": [ + 1540 + ], + "tournament": [ + 4407 + ], + "tournament_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "map_pools_pk_columns_input": { - "id": [ - 3955 + "league_relegation_playoffs_constraint": {}, + "league_relegation_playoffs_inc_input": { + "higher_slots": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "map_pools_select_column": {}, - "map_pools_set_input": { - "enabled": [ - 3 + "league_relegation_playoffs_insert_input": { + "created_at": [ + 4004 ], - "id": [ - 3955 + "higher_division": [ + 1370 ], - "seed": [ - 3 + "higher_division_id": [ + 4442 ], - "type": [ - 630 + "higher_slots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "map_pools_stream_cursor_input": { - "initial_value": [ - 1350 + "id": [ + 4442 ], - "ordering": [ - 233 + "league_season_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "map_pools_stream_cursor_value_input": { - "enabled": [ - 3 + "lower_division": [ + 1370 ], - "id": [ - 3955 + "lower_division_id": [ + 4442 ], - "seed": [ - 3 + "resolved_at": [ + 4004 ], - "type": [ - 630 + "season": [ + 1550 ], - "__typename": [ - 79 - ] - }, - "map_pools_update_column": {}, - "map_pools_updates": { - "_set": [ - 1348 + "tournament": [ + 4416 ], - "where": [ - 1337 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "maps": { - "active_pool": [ - 3 + "league_relegation_playoffs_max_fields": { + "created_at": [ + 4004 ], - "e_match_type": [ - 728 + "higher_division_id": [ + 4442 ], - "enabled": [ - 3 + "higher_slots": [ + 38 ], "id": [ - 3955 + 4442 ], - "label": [ - 79 + "league_season_id": [ + 4442 ], - "match_maps": [ - 1673, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } + "lower_division_id": [ + 4442 ], - "match_maps_aggregate": [ - 1674, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } + "resolved_at": [ + 4004 ], - "match_veto_picks": [ - 1649, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } + "tournament_id": [ + 4442 ], - "match_veto_picks_aggregate": [ - 1650, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } + "__typename": [ + 78 + ] + }, + "league_relegation_playoffs_max_order_by": { + "created_at": [ + 2461 ], - "name": [ - 79 + "higher_division_id": [ + 2461 ], - "patch": [ - 79 + "higher_slots": [ + 2461 ], - "poster": [ - 79 + "id": [ + 2461 ], - "type": [ - 733 + "league_season_id": [ + 2461 ], - "workshop_map_id": [ - 79 + "lower_division_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "maps_aggregate": { - "aggregate": [ - 1359 + "resolved_at": [ + 2461 ], - "nodes": [ - 1353 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "maps_aggregate_bool_exp": { - "bool_and": [ - 1356 + "league_relegation_playoffs_min_fields": { + "created_at": [ + 4004 ], - "bool_or": [ - 1357 + "higher_division_id": [ + 4442 ], - "count": [ - 1358 + "higher_slots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "maps_aggregate_bool_exp_bool_and": { - "arguments": [ - 1375 + "id": [ + 4442 ], - "distinct": [ - 3 + "league_season_id": [ + 4442 ], - "filter": [ - 1362 + "lower_division_id": [ + 4442 ], - "predicate": [ - 4 + "resolved_at": [ + 4004 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "maps_aggregate_bool_exp_bool_or": { - "arguments": [ - 1376 + "league_relegation_playoffs_min_order_by": { + "created_at": [ + 2461 ], - "distinct": [ - 3 + "higher_division_id": [ + 2461 ], - "filter": [ - 1362 + "higher_slots": [ + 2461 ], - "predicate": [ - 4 + "id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "maps_aggregate_bool_exp_count": { - "arguments": [ - 1374 + "league_season_id": [ + 2461 ], - "distinct": [ - 3 + "lower_division_id": [ + 2461 ], - "filter": [ - 1362 + "resolved_at": [ + 2461 ], - "predicate": [ - 39 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "maps_aggregate_fields": { - "count": [ - 38, - { - "columns": [ - 1374, - "[maps_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 1365 + "league_relegation_playoffs_mutation_response": { + "affected_rows": [ + 38 ], - "min": [ - 1367 + "returning": [ + 1428 ], "__typename": [ - 79 + 78 ] }, - "maps_aggregate_order_by": { - "count": [ - 2020 - ], - "max": [ - 1366 - ], - "min": [ - 1368 + "league_relegation_playoffs_on_conflict": { + "constraint": [ + 1438 ], - "__typename": [ - 79 - ] - }, - "maps_arr_rel_insert_input": { - "data": [ - 1364 + "update_columns": [ + 1461 ], - "on_conflict": [ - 1371 + "where": [ + 1437 ], "__typename": [ - 79 + 78 ] }, - "maps_bool_exp": { - "_and": [ - 1362 - ], - "_not": [ - 1362 - ], - "_or": [ - 1362 + "league_relegation_playoffs_order_by": { + "created_at": [ + 2461 ], - "active_pool": [ - 4 + "higher_division": [ + 1372 ], - "e_match_type": [ - 731 + "higher_division_id": [ + 2461 ], - "enabled": [ - 4 + "higher_slots": [ + 2461 ], "id": [ - 3957 - ], - "label": [ - 81 - ], - "match_maps": [ - 1682 - ], - "match_maps_aggregate": [ - 1675 + 2461 ], - "match_veto_picks": [ - 1656 + "league_season_id": [ + 2461 ], - "match_veto_picks_aggregate": [ - 1651 + "lower_division": [ + 1372 ], - "name": [ - 81 + "lower_division_id": [ + 2461 ], - "patch": [ - 81 + "resolved_at": [ + 2461 ], - "poster": [ - 81 + "season": [ + 1552 ], - "type": [ - 734 + "tournament": [ + 4418 ], - "workshop_map_id": [ - 81 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "maps_constraint": {}, - "maps_insert_input": { - "active_pool": [ - 3 - ], - "e_match_type": [ - 739 - ], - "enabled": [ - 3 - ], + "league_relegation_playoffs_pk_columns_input": { "id": [ - 3955 + 4442 ], - "label": [ - 79 + "__typename": [ + 78 + ] + }, + "league_relegation_playoffs_select_column": {}, + "league_relegation_playoffs_set_input": { + "created_at": [ + 4004 ], - "match_maps": [ - 1679 + "higher_division_id": [ + 4442 ], - "match_veto_picks": [ - 1655 + "higher_slots": [ + 38 ], - "name": [ - 79 + "id": [ + 4442 ], - "patch": [ - 79 + "league_season_id": [ + 4442 ], - "poster": [ - 79 + "lower_division_id": [ + 4442 ], - "type": [ - 733 + "resolved_at": [ + 4004 ], - "workshop_map_id": [ - 79 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "maps_max_fields": { - "id": [ - 3955 - ], - "label": [ - 79 - ], - "name": [ - 79 - ], - "patch": [ - 79 - ], - "poster": [ - 79 - ], - "workshop_map_id": [ - 79 + "league_relegation_playoffs_stddev_fields": { + "higher_slots": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "maps_max_order_by": { - "id": [ - 2020 - ], - "label": [ - 2020 - ], - "name": [ - 2020 - ], - "patch": [ - 2020 - ], - "poster": [ - 2020 - ], - "workshop_map_id": [ - 2020 + "league_relegation_playoffs_stddev_order_by": { + "higher_slots": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "maps_min_fields": { - "id": [ - 3955 - ], - "label": [ - 79 - ], - "name": [ - 79 - ], - "patch": [ - 79 - ], - "poster": [ - 79 - ], - "workshop_map_id": [ - 79 + "league_relegation_playoffs_stddev_pop_fields": { + "higher_slots": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "maps_min_order_by": { - "id": [ - 2020 - ], - "label": [ - 2020 - ], - "name": [ - 2020 - ], - "patch": [ - 2020 - ], - "poster": [ - 2020 - ], - "workshop_map_id": [ - 2020 + "league_relegation_playoffs_stddev_pop_order_by": { + "higher_slots": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "maps_mutation_response": { - "affected_rows": [ - 38 - ], - "returning": [ - 1353 + "league_relegation_playoffs_stddev_samp_fields": { + "higher_slots": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "maps_obj_rel_insert_input": { - "data": [ - 1364 - ], - "on_conflict": [ - 1371 + "league_relegation_playoffs_stddev_samp_order_by": { + "higher_slots": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "maps_on_conflict": { - "constraint": [ - 1363 - ], - "update_columns": [ - 1380 + "league_relegation_playoffs_stream_cursor_input": { + "initial_value": [ + 1458 ], - "where": [ - 1362 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "maps_order_by": { - "active_pool": [ - 2020 + "league_relegation_playoffs_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "e_match_type": [ - 741 + "higher_division_id": [ + 4442 ], - "enabled": [ - 2020 + "higher_slots": [ + 38 ], "id": [ - 2020 - ], - "label": [ - 2020 - ], - "match_maps_aggregate": [ - 1678 - ], - "match_veto_picks_aggregate": [ - 1654 - ], - "name": [ - 2020 + 4442 ], - "patch": [ - 2020 + "league_season_id": [ + 4442 ], - "poster": [ - 2020 + "lower_division_id": [ + 4442 ], - "type": [ - 2020 + "resolved_at": [ + 4004 ], - "workshop_map_id": [ - 2020 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "maps_pk_columns_input": { - "id": [ - 3955 + "league_relegation_playoffs_sum_fields": { + "higher_slots": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "maps_select_column": {}, - "maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns": {}, - "maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns": {}, - "maps_set_input": { - "active_pool": [ - 3 - ], - "enabled": [ - 3 - ], - "id": [ - 3955 - ], - "label": [ - 79 - ], - "name": [ - 79 - ], - "patch": [ - 79 + "league_relegation_playoffs_sum_order_by": { + "higher_slots": [ + 2461 ], - "poster": [ - 79 + "__typename": [ + 78 + ] + }, + "league_relegation_playoffs_update_column": {}, + "league_relegation_playoffs_updates": { + "_inc": [ + 1439 ], - "type": [ - 733 + "_set": [ + 1450 ], - "workshop_map_id": [ - 79 + "where": [ + 1437 ], "__typename": [ - 79 + 78 ] }, - "maps_stream_cursor_input": { - "initial_value": [ - 1379 - ], - "ordering": [ - 233 + "league_relegation_playoffs_var_pop_fields": { + "higher_slots": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "maps_stream_cursor_value_input": { - "active_pool": [ - 3 - ], - "enabled": [ - 3 - ], - "id": [ - 3955 - ], - "label": [ - 79 - ], - "name": [ - 79 - ], - "patch": [ - 79 - ], - "poster": [ - 79 - ], - "type": [ - 733 + "league_relegation_playoffs_var_pop_order_by": { + "higher_slots": [ + 2461 ], - "workshop_map_id": [ - 79 + "__typename": [ + 78 + ] + }, + "league_relegation_playoffs_var_samp_fields": { + "higher_slots": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "maps_update_column": {}, - "maps_updates": { - "_set": [ - 1377 + "league_relegation_playoffs_var_samp_order_by": { + "higher_slots": [ + 2461 ], - "where": [ - 1362 + "__typename": [ + 78 + ] + }, + "league_relegation_playoffs_variance_fields": { + "higher_slots": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips": { - "created_at": [ - 3558 + "league_relegation_playoffs_variance_order_by": { + "higher_slots": [ + 2461 ], - "download_url": [ - 79 + "__typename": [ + 78 + ] + }, + "league_scheduling_proposals": { + "bracket": [ + 4006 ], - "duration_ms": [ - 38 + "created_at": [ + 4004 ], - "file": [ - 79 + "e_proposal_status": [ + 608 ], "id": [ - 3955 - ], - "kills_count": [ - 38 - ], - "match_map": [ - 1673 - ], - "match_map_demo": [ - 1557 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "render_jobs": [ - 183, - { - "distinct_on": [ - 211, - "[clip_render_jobs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 208, - "[clip_render_jobs_order_by!]" - ], - "where": [ - 195 - ] - } - ], - "render_jobs_aggregate": [ - 184, - { - "distinct_on": [ - 211, - "[clip_render_jobs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 208, - "[clip_render_jobs_order_by!]" - ], - "where": [ - 195 - ] - } - ], - "round": [ - 38 + 4442 ], - "size": [ - 178 + "message": [ + 78 ], - "target": [ - 2978 + "proposed_by": [ + 3419 ], - "target_steam_id": [ - 178 + "proposed_by_league_team_season_id": [ + 4442 ], - "thumbnail_download_url": [ - 79 + "proposed_by_steam_id": [ + 180 ], - "thumbnail_url": [ - 79 + "proposed_time": [ + 4004 ], - "title": [ - 79 + "responded_by": [ + 3419 ], - "user": [ - 2978 + "responded_by_steam_id": [ + 180 ], - "user_steam_id": [ - 178 + "status": [ + 613 ], - "views_count": [ - 38 + "team_season": [ + 1650 ], - "visibility": [ - 651 + "tournament_bracket_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_clips_aggregate": { + "league_scheduling_proposals_aggregate": { "aggregate": [ - 1386 + 1473 ], "nodes": [ - 1382 + 1469 ], "__typename": [ - 79 + 78 ] }, - "match_clips_aggregate_bool_exp": { + "league_scheduling_proposals_aggregate_bool_exp": { "count": [ - 1385 + 1472 ], "__typename": [ - 79 + 78 ] }, - "match_clips_aggregate_bool_exp_count": { + "league_scheduling_proposals_aggregate_bool_exp_count": { "arguments": [ - 1404 + 1490 ], "distinct": [ 3 ], "filter": [ - 1391 + 1478 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "match_clips_aggregate_fields": { + "league_scheduling_proposals_aggregate_fields": { "avg": [ - 1389 + 1476 ], "count": [ 38, { "columns": [ - 1404, - "[match_clips_select_column!]" + 1490, + "[league_scheduling_proposals_select_column!]" ], "distinct": [ 3 @@ -22611,1231 +23410,779 @@ export default { } ], "max": [ - 1395 + 1482 ], "min": [ - 1397 + 1484 ], "stddev": [ - 1406 + 1492 ], "stddev_pop": [ - 1408 + 1494 ], "stddev_samp": [ - 1410 + 1496 ], "sum": [ - 1414 + 1500 ], "var_pop": [ - 1418 + 1504 ], "var_samp": [ - 1420 + 1506 ], "variance": [ - 1422 + 1508 ], "__typename": [ - 79 + 78 ] }, - "match_clips_aggregate_order_by": { + "league_scheduling_proposals_aggregate_order_by": { "avg": [ - 1390 + 1477 ], "count": [ - 2020 + 2461 ], "max": [ - 1396 + 1483 ], "min": [ - 1398 + 1485 ], "stddev": [ - 1407 + 1493 ], "stddev_pop": [ - 1409 + 1495 ], "stddev_samp": [ - 1411 + 1497 ], "sum": [ - 1415 + 1501 ], "var_pop": [ - 1419 + 1505 ], "var_samp": [ - 1421 + 1507 ], "variance": [ - 1423 + 1509 ], "__typename": [ - 79 + 78 ] }, - "match_clips_arr_rel_insert_input": { + "league_scheduling_proposals_arr_rel_insert_input": { "data": [ - 1394 + 1481 ], "on_conflict": [ - 1401 + 1487 ], "__typename": [ - 79 + 78 ] }, - "match_clips_avg_fields": { - "duration_ms": [ - 29 - ], - "kills_count": [ - 29 - ], - "round": [ - 29 - ], - "size": [ - 29 - ], - "target_steam_id": [ - 29 - ], - "user_steam_id": [ + "league_scheduling_proposals_avg_fields": { + "proposed_by_steam_id": [ 29 ], - "views_count": [ + "responded_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips_avg_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_avg_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_bool_exp": { + "league_scheduling_proposals_bool_exp": { "_and": [ - 1391 + 1478 ], "_not": [ - 1391 + 1478 ], "_or": [ - 1391 + 1478 + ], + "bracket": [ + 4017 ], "created_at": [ - 3559 + 4005 ], - "download_url": [ - 81 + "e_proposal_status": [ + 611 ], - "duration_ms": [ - 39 + "id": [ + 4444 ], - "file": [ - 81 + "message": [ + 80 ], - "id": [ - 3957 + "proposed_by": [ + 3423 ], - "kills_count": [ - 39 + "proposed_by_league_team_season_id": [ + 4444 ], - "match_map": [ - 1682 + "proposed_by_steam_id": [ + 182 ], - "match_map_demo": [ - 1569 + "proposed_time": [ + 4005 ], - "match_map_demo_id": [ - 3957 + "responded_by": [ + 3423 ], - "match_map_id": [ - 3957 + "responded_by_steam_id": [ + 182 ], - "render_jobs": [ - 195 + "status": [ + 614 ], - "render_jobs_aggregate": [ - 185 + "team_season": [ + 1659 ], - "round": [ - 39 + "tournament_bracket_id": [ + 4444 ], - "size": [ + "__typename": [ + 78 + ] + }, + "league_scheduling_proposals_constraint": {}, + "league_scheduling_proposals_inc_input": { + "proposed_by_steam_id": [ 180 ], - "target": [ - 2982 - ], - "target_steam_id": [ + "responded_by_steam_id": [ 180 ], - "thumbnail_download_url": [ - 81 + "__typename": [ + 78 + ] + }, + "league_scheduling_proposals_insert_input": { + "bracket": [ + 4026 ], - "thumbnail_url": [ - 81 + "created_at": [ + 4004 ], - "title": [ - 81 + "e_proposal_status": [ + 619 ], - "user": [ - 2982 + "id": [ + 4442 ], - "user_steam_id": [ + "message": [ + 78 + ], + "proposed_by": [ + 3430 + ], + "proposed_by_league_team_season_id": [ + 4442 + ], + "proposed_by_steam_id": [ 180 ], - "views_count": [ - 39 + "proposed_time": [ + 4004 ], - "visibility": [ - 652 + "responded_by": [ + 3430 + ], + "responded_by_steam_id": [ + 180 + ], + "status": [ + 613 + ], + "team_season": [ + 1668 + ], + "tournament_bracket_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_clips_constraint": {}, - "match_clips_inc_input": { - "duration_ms": [ - 38 + "league_scheduling_proposals_max_fields": { + "created_at": [ + 4004 ], - "kills_count": [ - 38 + "id": [ + 4442 ], - "round": [ - 38 + "message": [ + 78 ], - "size": [ - 178 + "proposed_by_league_team_season_id": [ + 4442 ], - "target_steam_id": [ - 178 + "proposed_by_steam_id": [ + 180 ], - "user_steam_id": [ - 178 + "proposed_time": [ + 4004 ], - "views_count": [ - 38 + "responded_by_steam_id": [ + 180 + ], + "tournament_bracket_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_clips_insert_input": { + "league_scheduling_proposals_max_order_by": { "created_at": [ - 3558 - ], - "duration_ms": [ - 38 - ], - "file": [ - 79 + 2461 ], "id": [ - 3955 + 2461 ], - "kills_count": [ - 38 + "message": [ + 2461 ], - "match_map": [ - 1691 + "proposed_by_league_team_season_id": [ + 2461 ], - "match_map_demo": [ - 1581 + "proposed_by_steam_id": [ + 2461 ], - "match_map_demo_id": [ - 3955 + "proposed_time": [ + 2461 ], - "match_map_id": [ - 3955 + "responded_by_steam_id": [ + 2461 ], - "render_jobs": [ - 192 - ], - "round": [ - 38 - ], - "size": [ - 178 - ], - "target": [ - 2989 - ], - "target_steam_id": [ - 178 - ], - "thumbnail_url": [ - 79 - ], - "title": [ - 79 - ], - "user": [ - 2989 - ], - "user_steam_id": [ - 178 - ], - "views_count": [ - 38 - ], - "visibility": [ - 651 - ], - "__typename": [ - 79 - ] - }, - "match_clips_max_fields": { - "created_at": [ - 3558 - ], - "download_url": [ - 79 - ], - "duration_ms": [ - 38 - ], - "file": [ - 79 - ], - "id": [ - 3955 - ], - "kills_count": [ - 38 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "round": [ - 38 - ], - "size": [ - 178 - ], - "target_steam_id": [ - 178 - ], - "thumbnail_download_url": [ - 79 - ], - "thumbnail_url": [ - 79 - ], - "title": [ - 79 - ], - "user_steam_id": [ - 178 - ], - "views_count": [ - 38 - ], - "__typename": [ - 79 - ] - }, - "match_clips_max_order_by": { - "created_at": [ - 2020 - ], - "duration_ms": [ - 2020 - ], - "file": [ - 2020 - ], - "id": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "match_map_demo_id": [ - 2020 - ], - "match_map_id": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "thumbnail_url": [ - 2020 - ], - "title": [ - 2020 - ], - "user_steam_id": [ - 2020 - ], - "views_count": [ - 2020 + "tournament_bracket_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_min_fields": { + "league_scheduling_proposals_min_fields": { "created_at": [ - 3558 - ], - "download_url": [ - 79 - ], - "duration_ms": [ - 38 - ], - "file": [ - 79 + 4004 ], "id": [ - 3955 - ], - "kills_count": [ - 38 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "round": [ - 38 - ], - "size": [ - 178 + 4442 ], - "target_steam_id": [ - 178 + "message": [ + 78 ], - "thumbnail_download_url": [ - 79 + "proposed_by_league_team_season_id": [ + 4442 ], - "thumbnail_url": [ - 79 + "proposed_by_steam_id": [ + 180 ], - "title": [ - 79 + "proposed_time": [ + 4004 ], - "user_steam_id": [ - 178 + "responded_by_steam_id": [ + 180 ], - "views_count": [ - 38 + "tournament_bracket_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_clips_min_order_by": { + "league_scheduling_proposals_min_order_by": { "created_at": [ - 2020 - ], - "duration_ms": [ - 2020 - ], - "file": [ - 2020 + 2461 ], "id": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "match_map_demo_id": [ - 2020 - ], - "match_map_id": [ - 2020 - ], - "round": [ - 2020 + 2461 ], - "size": [ - 2020 + "message": [ + 2461 ], - "target_steam_id": [ - 2020 + "proposed_by_league_team_season_id": [ + 2461 ], - "thumbnail_url": [ - 2020 + "proposed_by_steam_id": [ + 2461 ], - "title": [ - 2020 + "proposed_time": [ + 2461 ], - "user_steam_id": [ - 2020 + "responded_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "tournament_bracket_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_mutation_response": { + "league_scheduling_proposals_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1382 - ], - "__typename": [ - 79 - ] - }, - "match_clips_obj_rel_insert_input": { - "data": [ - 1394 - ], - "on_conflict": [ - 1401 + 1469 ], "__typename": [ - 79 + 78 ] }, - "match_clips_on_conflict": { + "league_scheduling_proposals_on_conflict": { "constraint": [ - 1392 + 1479 ], "update_columns": [ - 1416 + 1502 ], "where": [ - 1391 + 1478 ], "__typename": [ - 79 + 78 ] }, - "match_clips_order_by": { - "created_at": [ - 2020 - ], - "download_url": [ - 2020 + "league_scheduling_proposals_order_by": { + "bracket": [ + 4028 ], - "duration_ms": [ - 2020 + "created_at": [ + 2461 ], - "file": [ - 2020 + "e_proposal_status": [ + 621 ], "id": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "match_map": [ - 1693 - ], - "match_map_demo": [ - 1583 - ], - "match_map_demo_id": [ - 2020 - ], - "match_map_id": [ - 2020 - ], - "render_jobs_aggregate": [ - 190 - ], - "round": [ - 2020 + 2461 ], - "size": [ - 2020 + "message": [ + 2461 ], - "target": [ - 2991 + "proposed_by": [ + 3432 ], - "target_steam_id": [ - 2020 + "proposed_by_league_team_season_id": [ + 2461 ], - "thumbnail_download_url": [ - 2020 + "proposed_by_steam_id": [ + 2461 ], - "thumbnail_url": [ - 2020 + "proposed_time": [ + 2461 ], - "title": [ - 2020 + "responded_by": [ + 3432 ], - "user": [ - 2991 + "responded_by_steam_id": [ + 2461 ], - "user_steam_id": [ - 2020 + "status": [ + 2461 ], - "views_count": [ - 2020 + "team_season": [ + 1670 ], - "visibility": [ - 2020 + "tournament_bracket_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_pk_columns_input": { + "league_scheduling_proposals_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_clips_select_column": {}, - "match_clips_set_input": { + "league_scheduling_proposals_select_column": {}, + "league_scheduling_proposals_set_input": { "created_at": [ - 3558 - ], - "duration_ms": [ - 38 - ], - "file": [ - 79 + 4004 ], "id": [ - 3955 - ], - "kills_count": [ - 38 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "round": [ - 38 + 4442 ], - "size": [ - 178 + "message": [ + 78 ], - "target_steam_id": [ - 178 + "proposed_by_league_team_season_id": [ + 4442 ], - "thumbnail_url": [ - 79 + "proposed_by_steam_id": [ + 180 ], - "title": [ - 79 + "proposed_time": [ + 4004 ], - "user_steam_id": [ - 178 + "responded_by_steam_id": [ + 180 ], - "views_count": [ - 38 + "status": [ + 613 ], - "visibility": [ - 651 + "tournament_bracket_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stddev_fields": { - "duration_ms": [ - 29 - ], - "kills_count": [ - 29 - ], - "round": [ - 29 - ], - "size": [ - 29 - ], - "target_steam_id": [ - 29 - ], - "user_steam_id": [ + "league_scheduling_proposals_stddev_fields": { + "proposed_by_steam_id": [ 29 ], - "views_count": [ + "responded_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stddev_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_stddev_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stddev_pop_fields": { - "duration_ms": [ - 29 - ], - "kills_count": [ - 29 - ], - "round": [ - 29 - ], - "size": [ - 29 - ], - "target_steam_id": [ - 29 - ], - "user_steam_id": [ + "league_scheduling_proposals_stddev_pop_fields": { + "proposed_by_steam_id": [ 29 ], - "views_count": [ + "responded_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stddev_pop_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_stddev_pop_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stddev_samp_fields": { - "duration_ms": [ - 29 - ], - "kills_count": [ - 29 - ], - "round": [ - 29 - ], - "size": [ - 29 - ], - "target_steam_id": [ - 29 - ], - "user_steam_id": [ + "league_scheduling_proposals_stddev_samp_fields": { + "proposed_by_steam_id": [ 29 ], - "views_count": [ + "responded_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stddev_samp_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_stddev_samp_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stream_cursor_input": { + "league_scheduling_proposals_stream_cursor_input": { "initial_value": [ - 1413 + 1499 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "match_clips_stream_cursor_value_input": { + "league_scheduling_proposals_stream_cursor_value_input": { "created_at": [ - 3558 - ], - "duration_ms": [ - 38 - ], - "file": [ - 79 + 4004 ], "id": [ - 3955 - ], - "kills_count": [ - 38 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "round": [ - 38 + 4442 ], - "size": [ - 178 + "message": [ + 78 ], - "target_steam_id": [ - 178 + "proposed_by_league_team_season_id": [ + 4442 ], - "thumbnail_url": [ - 79 + "proposed_by_steam_id": [ + 180 ], - "title": [ - 79 + "proposed_time": [ + 4004 ], - "user_steam_id": [ - 178 + "responded_by_steam_id": [ + 180 ], - "views_count": [ - 38 + "status": [ + 613 ], - "visibility": [ - 651 + "tournament_bracket_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_clips_sum_fields": { - "duration_ms": [ - 38 - ], - "kills_count": [ - 38 - ], - "round": [ - 38 - ], - "size": [ - 178 - ], - "target_steam_id": [ - 178 - ], - "user_steam_id": [ - 178 + "league_scheduling_proposals_sum_fields": { + "proposed_by_steam_id": [ + 180 ], - "views_count": [ - 38 + "responded_by_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_clips_sum_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_sum_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_update_column": {}, - "match_clips_updates": { + "league_scheduling_proposals_update_column": {}, + "league_scheduling_proposals_updates": { "_inc": [ - 1393 + 1480 ], "_set": [ - 1405 + 1491 ], "where": [ - 1391 + 1478 ], "__typename": [ - 79 + 78 ] }, - "match_clips_var_pop_fields": { - "duration_ms": [ - 29 - ], - "kills_count": [ - 29 - ], - "round": [ - 29 - ], - "size": [ - 29 - ], - "target_steam_id": [ - 29 - ], - "user_steam_id": [ + "league_scheduling_proposals_var_pop_fields": { + "proposed_by_steam_id": [ 29 ], - "views_count": [ + "responded_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips_var_pop_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_var_pop_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_var_samp_fields": { - "duration_ms": [ - 29 - ], - "kills_count": [ - 29 - ], - "round": [ - 29 - ], - "size": [ - 29 - ], - "target_steam_id": [ - 29 - ], - "user_steam_id": [ + "league_scheduling_proposals_var_samp_fields": { + "proposed_by_steam_id": [ 29 ], - "views_count": [ + "responded_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips_var_samp_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_var_samp_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_clips_variance_fields": { - "duration_ms": [ - 29 - ], - "kills_count": [ - 29 - ], - "round": [ - 29 - ], - "size": [ - 29 - ], - "target_steam_id": [ - 29 - ], - "user_steam_id": [ + "league_scheduling_proposals_variance_fields": { + "proposed_by_steam_id": [ 29 ], - "views_count": [ + "responded_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_clips_variance_order_by": { - "duration_ms": [ - 2020 - ], - "kills_count": [ - 2020 - ], - "round": [ - 2020 - ], - "size": [ - 2020 - ], - "target_steam_id": [ - 2020 - ], - "user_steam_id": [ - 2020 + "league_scheduling_proposals_variance_order_by": { + "proposed_by_steam_id": [ + 2461 ], - "views_count": [ - 2020 + "responded_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions": { + "league_season_divisions": { "created_at": [ - 3558 - ], - "error_message": [ - 79 - ], - "game_server_node": [ - 1122 + 4004 ], - "game_server_node_id": [ - 79 + "division": [ + 1359 ], "id": [ - 3955 - ], - "k8s_job_name": [ - 79 - ], - "last_activity_at": [ - 3558 - ], - "last_status_at": [ - 3558 - ], - "match": [ - 1835 - ], - "match_id": [ - 3955 - ], - "match_map": [ - 1673 - ], - "match_map_demo": [ - 1557 + 4442 ], - "match_map_demo_id": [ - 3955 + "league_division_id": [ + 4442 ], - "match_map_id": [ - 3955 + "league_season_id": [ + 4442 ], - "status": [ - 79 + "season": [ + 1535 ], - "status_history": [ - 1244, + "standings": [ + 4463, { - "path": [ - 79 + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 ] } ], - "stream_url": [ - 79 + "standings_aggregate": [ + 4464, + { + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 + ] + } ], - "watcher": [ - 2978 + "tournament": [ + 4396 ], - "watcher_steam_id": [ - 178 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_aggregate": { + "league_season_divisions_aggregate": { "aggregate": [ - 1428 + 1514 ], "nodes": [ - 1424 + 1510 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_aggregate_bool_exp": { + "league_season_divisions_aggregate_bool_exp": { "count": [ - 1427 + 1513 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_aggregate_bool_exp_count": { + "league_season_divisions_aggregate_bool_exp_count": { "arguments": [ - 1450 + 1529 ], "distinct": [ 3 ], "filter": [ - 1434 + 1517 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_aggregate_fields": { - "avg": [ - 1432 - ], + "league_season_divisions_aggregate_fields": { "count": [ 38, { "columns": [ - 1450, - "[match_demo_sessions_select_column!]" + 1529, + "[league_season_divisions_select_column!]" ], "distinct": [ 3 @@ -23843,920 +24190,808 @@ export default { } ], "max": [ - 1441 + 1520 ], "min": [ - 1443 - ], - "stddev": [ - 1452 - ], - "stddev_pop": [ - 1454 - ], - "stddev_samp": [ - 1456 - ], - "sum": [ - 1460 - ], - "var_pop": [ - 1464 - ], - "var_samp": [ - 1466 - ], - "variance": [ - 1468 + 1522 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_aggregate_order_by": { - "avg": [ - 1433 - ], + "league_season_divisions_aggregate_order_by": { "count": [ - 2020 + 2461 ], "max": [ - 1442 + 1521 ], "min": [ - 1444 - ], - "stddev": [ - 1453 - ], - "stddev_pop": [ - 1455 - ], - "stddev_samp": [ - 1457 - ], - "sum": [ - 1461 - ], - "var_pop": [ - 1465 - ], - "var_samp": [ - 1467 - ], - "variance": [ - 1469 - ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_append_input": { - "status_history": [ - 1244 + 1523 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_arr_rel_insert_input": { + "league_season_divisions_arr_rel_insert_input": { "data": [ - 1440 + 1519 ], "on_conflict": [ - 1446 - ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_avg_fields": { - "watcher_steam_id": [ - 29 - ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_avg_order_by": { - "watcher_steam_id": [ - 2020 + 1526 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_bool_exp": { + "league_season_divisions_bool_exp": { "_and": [ - 1434 + 1517 ], "_not": [ - 1434 + 1517 ], "_or": [ - 1434 + 1517 ], "created_at": [ - 3559 - ], - "error_message": [ - 81 - ], - "game_server_node": [ - 1134 + 4005 ], - "game_server_node_id": [ - 81 + "division": [ + 1363 ], "id": [ - 3957 + 4444 ], - "k8s_job_name": [ - 81 + "league_division_id": [ + 4444 ], - "last_activity_at": [ - 3559 + "league_season_id": [ + 4444 ], - "last_status_at": [ - 3559 + "season": [ + 1540 ], - "match": [ - 1844 + "standings": [ + 4472 ], - "match_id": [ - 3957 + "standings_aggregate": [ + 4465 ], - "match_map": [ - 1682 + "tournament": [ + 4407 ], - "match_map_demo": [ - 1569 + "tournament_id": [ + 4444 ], - "match_map_demo_id": [ - 3957 + "__typename": [ + 78 + ] + }, + "league_season_divisions_constraint": {}, + "league_season_divisions_insert_input": { + "created_at": [ + 4004 ], - "match_map_id": [ - 3957 + "division": [ + 1370 ], - "status": [ - 81 + "id": [ + 4442 ], - "status_history": [ - 1246 - ], - "stream_url": [ - 81 - ], - "watcher": [ - 2982 + "league_division_id": [ + 4442 ], - "watcher_steam_id": [ - 180 + "league_season_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_constraint": {}, - "match_demo_sessions_delete_at_path_input": { - "status_history": [ - 79 + "season": [ + 1550 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_delete_elem_input": { - "status_history": [ - 38 + "standings": [ + 4469 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_delete_key_input": { - "status_history": [ - 79 + "tournament": [ + 4416 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_inc_input": { - "watcher_steam_id": [ - 178 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_insert_input": { + "league_season_divisions_max_fields": { "created_at": [ - 3558 - ], - "error_message": [ - 79 - ], - "game_server_node": [ - 1146 - ], - "game_server_node_id": [ - 79 + 4004 ], "id": [ - 3955 - ], - "k8s_job_name": [ - 79 - ], - "last_activity_at": [ - 3558 - ], - "last_status_at": [ - 3558 - ], - "match": [ - 1853 - ], - "match_id": [ - 3955 - ], - "match_map": [ - 1691 - ], - "match_map_demo": [ - 1581 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "status": [ - 79 - ], - "status_history": [ - 1244 + 4442 ], - "stream_url": [ - 79 + "league_division_id": [ + 4442 ], - "watcher": [ - 2989 + "league_season_id": [ + 4442 ], - "watcher_steam_id": [ - 178 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_max_fields": { + "league_season_divisions_max_order_by": { "created_at": [ - 3558 - ], - "error_message": [ - 79 - ], - "game_server_node_id": [ - 79 + 2461 ], "id": [ - 3955 - ], - "k8s_job_name": [ - 79 - ], - "last_activity_at": [ - 3558 - ], - "last_status_at": [ - 3558 - ], - "match_id": [ - 3955 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 + 2461 ], - "status": [ - 79 + "league_division_id": [ + 2461 ], - "stream_url": [ - 79 + "league_season_id": [ + 2461 ], - "watcher_steam_id": [ - 178 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_max_order_by": { + "league_season_divisions_min_fields": { "created_at": [ - 2020 - ], - "error_message": [ - 2020 - ], - "game_server_node_id": [ - 2020 + 4004 ], "id": [ - 2020 - ], - "k8s_job_name": [ - 2020 - ], - "last_activity_at": [ - 2020 - ], - "last_status_at": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_map_demo_id": [ - 2020 - ], - "match_map_id": [ - 2020 + 4442 ], - "status": [ - 2020 + "league_division_id": [ + 4442 ], - "stream_url": [ - 2020 + "league_season_id": [ + 4442 ], - "watcher_steam_id": [ - 2020 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_min_fields": { + "league_season_divisions_min_order_by": { "created_at": [ - 3558 - ], - "error_message": [ - 79 - ], - "game_server_node_id": [ - 79 + 2461 ], "id": [ - 3955 - ], - "k8s_job_name": [ - 79 - ], - "last_activity_at": [ - 3558 - ], - "last_status_at": [ - 3558 - ], - "match_id": [ - 3955 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 + 2461 ], - "status": [ - 79 + "league_division_id": [ + 2461 ], - "stream_url": [ - 79 + "league_season_id": [ + 2461 ], - "watcher_steam_id": [ - 178 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_min_order_by": { - "created_at": [ - 2020 - ], - "error_message": [ - 2020 - ], - "game_server_node_id": [ - 2020 - ], - "id": [ - 2020 - ], - "k8s_job_name": [ - 2020 - ], - "last_activity_at": [ - 2020 - ], - "last_status_at": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_map_demo_id": [ - 2020 - ], - "match_map_id": [ - 2020 - ], - "status": [ - 2020 - ], - "stream_url": [ - 2020 + "league_season_divisions_mutation_response": { + "affected_rows": [ + 38 ], - "watcher_steam_id": [ - 2020 + "returning": [ + 1510 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_mutation_response": { - "affected_rows": [ - 38 + "league_season_divisions_obj_rel_insert_input": { + "data": [ + 1519 ], - "returning": [ - 1424 + "on_conflict": [ + 1526 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_on_conflict": { + "league_season_divisions_on_conflict": { "constraint": [ - 1435 + 1518 ], "update_columns": [ - 1462 + 1533 ], "where": [ - 1434 + 1517 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_order_by": { + "league_season_divisions_order_by": { "created_at": [ - 2020 - ], - "error_message": [ - 2020 - ], - "game_server_node": [ - 1148 + 2461 ], - "game_server_node_id": [ - 2020 + "division": [ + 1372 ], "id": [ - 2020 - ], - "k8s_job_name": [ - 2020 - ], - "last_activity_at": [ - 2020 - ], - "last_status_at": [ - 2020 - ], - "match": [ - 1855 - ], - "match_id": [ - 2020 - ], - "match_map": [ - 1693 - ], - "match_map_demo": [ - 1583 - ], - "match_map_demo_id": [ - 2020 + 2461 ], - "match_map_id": [ - 2020 + "league_division_id": [ + 2461 ], - "status": [ - 2020 + "league_season_id": [ + 2461 ], - "status_history": [ - 2020 + "season": [ + 1552 ], - "stream_url": [ - 2020 + "standings_aggregate": [ + 4468 ], - "watcher": [ - 2991 + "tournament": [ + 4418 ], - "watcher_steam_id": [ - 2020 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_pk_columns_input": { + "league_season_divisions_pk_columns_input": { "id": [ - 3955 - ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_prepend_input": { - "status_history": [ - 1244 + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_select_column": {}, - "match_demo_sessions_set_input": { + "league_season_divisions_select_column": {}, + "league_season_divisions_set_input": { "created_at": [ - 3558 - ], - "error_message": [ - 79 - ], - "game_server_node_id": [ - 79 + 4004 ], "id": [ - 3955 - ], - "k8s_job_name": [ - 79 - ], - "last_activity_at": [ - 3558 - ], - "last_status_at": [ - 3558 - ], - "match_id": [ - 3955 - ], - "match_map_demo_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "status": [ - 79 + 4442 ], - "status_history": [ - 1244 + "league_division_id": [ + 4442 ], - "stream_url": [ - 79 + "league_season_id": [ + 4442 ], - "watcher_steam_id": [ - 178 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_stddev_fields": { - "watcher_steam_id": [ - 29 + "league_season_divisions_stream_cursor_input": { + "initial_value": [ + 1532 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_stddev_order_by": { - "watcher_steam_id": [ - 2020 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_stddev_pop_fields": { - "watcher_steam_id": [ - 29 + "league_season_divisions_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_stddev_pop_order_by": { - "watcher_steam_id": [ - 2020 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_stddev_samp_fields": { - "watcher_steam_id": [ - 29 + "league_division_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_stddev_samp_order_by": { - "watcher_steam_id": [ - 2020 + "league_season_id": [ + 4442 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_stream_cursor_input": { - "initial_value": [ - 1459 + "league_season_divisions_update_column": {}, + "league_season_divisions_updates": { + "_set": [ + 1530 ], - "ordering": [ - 233 + "where": [ + 1517 ], "__typename": [ - 79 + 78 ] }, - "match_demo_sessions_stream_cursor_value_input": { - "created_at": [ - 3558 - ], - "error_message": [ - 79 - ], - "game_server_node_id": [ - 79 + "league_seasons": { + "auto_regular_season_format": [ + 3 ], - "id": [ - 3955 + "can_register": [ + 3 ], - "k8s_job_name": [ - 79 + "created_at": [ + 4004 ], - "last_activity_at": [ - 3558 + "created_by_steam_id": [ + 180 ], - "last_status_at": [ - 3558 + "default_best_of": [ + 38 ], - "match_id": [ - 3955 + "direct_promote_count": [ + 38 ], - "match_map_demo_id": [ - 3955 + "direct_relegate_count": [ + 38 ], - "match_map_id": [ - 3955 + "e_league_season_status": [ + 650 ], - "status": [ - 79 + "games_per_week": [ + 38 ], - "status_history": [ - 1244 + "id": [ + 4442 ], - "stream_url": [ - 79 + "is_league_admin": [ + 3 ], - "watcher_steam_id": [ - 178 + "is_roster_locked": [ + 3 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_sum_fields": { - "watcher_steam_id": [ - 178 + "match_options_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_sum_order_by": { - "watcher_steam_id": [ - 2020 + "match_weeks": [ + 1387, + { + "distinct_on": [ + 1408, + "[league_match_weeks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1406, + "[league_match_weeks_order_by!]" + ], + "where": [ + 1396 + ] + } ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_update_column": {}, - "match_demo_sessions_updates": { - "_append": [ - 1430 + "match_weeks_aggregate": [ + 1388, + { + "distinct_on": [ + 1408, + "[league_match_weeks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1406, + "[league_match_weeks_order_by!]" + ], + "where": [ + 1396 + ] + } ], - "_delete_at_path": [ - 1436 + "match_weeks_count": [ + 38 ], - "_delete_elem": [ - 1437 + "max_roster_size": [ + 38 ], - "_delete_key": [ - 1438 + "min_roster_size": [ + 38 ], - "_inc": [ - 1439 + "movements": [ + 1568, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } ], - "_prepend": [ - 1449 + "movements_aggregate": [ + 1569, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } ], - "_set": [ - 1451 + "my_registration": [ + 1650, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } ], - "where": [ - 1434 + "name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_var_pop_fields": { - "watcher_steam_id": [ - 29 + "options": [ + 2156 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_var_pop_order_by": { - "watcher_steam_id": [ - 2020 + "player_stats": [ + 4496, + { + "distinct_on": [ + 4522, + "[v_league_season_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4521, + "[v_league_season_player_stats_order_by!]" + ], + "where": [ + 4515 + ] + } ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_var_samp_fields": { - "watcher_steam_id": [ - 29 + "player_stats_aggregate": [ + 4497, + { + "distinct_on": [ + 4522, + "[v_league_season_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4521, + "[v_league_season_player_stats_order_by!]" + ], + "where": [ + 4515 + ] + } ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_var_samp_order_by": { - "watcher_steam_id": [ - 2020 + "playoff_best_of": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_variance_fields": { - "watcher_steam_id": [ - 29 + "playoff_round_best_of": [ + 1332, + { + "path": [ + 78 + ] + } ], - "__typename": [ - 79 - ] - }, - "match_demo_sessions_variance_order_by": { - "watcher_steam_id": [ - 2020 + "playoff_seats": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players": { - "captain": [ - 3 + "playoff_stage_type": [ + 1083 ], - "checked_in": [ + "playoff_third_place_match": [ 3 ], - "discord_id": [ - 79 + "promote_count": [ + 38 ], - "id": [ - 3955 + "regular_season_stage_type": [ + 1083 ], - "lineup": [ - 1515 + "relegate_count": [ + 38 ], - "match_lineup_id": [ - 3955 + "relegation_down_count": [ + 38 ], - "placeholder_name": [ - 79 + "relegation_playoffs": [ + 1428, + { + "distinct_on": [ + 1449, + "[league_relegation_playoffs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1447, + "[league_relegation_playoffs_order_by!]" + ], + "where": [ + 1437 + ] + } ], - "player": [ - 2978 + "relegation_playoffs_aggregate": [ + 1429, + { + "distinct_on": [ + 1449, + "[league_relegation_playoffs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1447, + "[league_relegation_playoffs_order_by!]" + ], + "where": [ + 1437 + ] + } ], - "steam_id": [ - 178 + "relegation_up_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_aggregate": { - "aggregate": [ - 1476 + "roster_lock_at": [ + 4004 ], - "nodes": [ - 1470 + "season_divisions": [ + 1510, + { + "distinct_on": [ + 1529, + "[league_season_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1527, + "[league_season_divisions_order_by!]" + ], + "where": [ + 1517 + ] + } ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_aggregate_bool_exp": { - "bool_and": [ - 1473 + "season_divisions_aggregate": [ + 1511, + { + "distinct_on": [ + 1529, + "[league_season_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1527, + "[league_season_divisions_order_by!]" + ], + "where": [ + 1517 + ] + } ], - "bool_or": [ - 1474 + "season_number": [ + 38 ], - "count": [ - 1475 + "signup_closes_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_aggregate_bool_exp_bool_and": { - "arguments": [ - 1494 + "signup_opens_at": [ + 4004 ], - "distinct": [ - 3 + "standings": [ + 4463, + { + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 + ] + } ], - "filter": [ - 1481 + "standings_aggregate": [ + 4464, + { + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 + ] + } ], - "predicate": [ - 4 + "starts_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_aggregate_bool_exp_bool_or": { - "arguments": [ - 1495 + "status": [ + 655 ], - "distinct": [ - 3 + "team_seasons": [ + 1650, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } ], - "filter": [ - 1481 + "team_seasons_aggregate": [ + 1651, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } ], - "predicate": [ - 4 + "week_best_of": [ + 1332, + { + "path": [ + 78 + ] + } ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_aggregate_bool_exp_count": { - "arguments": [ - 1493 - ], - "distinct": [ - 3 - ], - "filter": [ - 1481 + "league_seasons_aggregate": { + "aggregate": [ + 1537 ], - "predicate": [ - 39 + "nodes": [ + 1535 ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_aggregate_fields": { + "league_seasons_aggregate_fields": { "avg": [ - 1479 + 1539 ], "count": [ 38, { "columns": [ - 1493, - "[match_lineup_players_select_column!]" + 1555, + "[league_seasons_select_column!]" ], "distinct": [ 3 @@ -24764,1623 +24999,1491 @@ export default { } ], "max": [ - 1485 + 1547 ], "min": [ - 1487 + 1548 ], "stddev": [ - 1497 + 1557 ], "stddev_pop": [ - 1499 + 1558 ], "stddev_samp": [ - 1501 + 1559 ], "sum": [ - 1505 + 1562 ], "var_pop": [ - 1509 + 1565 ], "var_samp": [ - 1511 + 1566 ], "variance": [ - 1513 + 1567 ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_aggregate_order_by": { - "avg": [ - 1480 + "league_seasons_append_input": { + "playoff_round_best_of": [ + 1332 ], - "count": [ - 2020 + "week_best_of": [ + 1332 ], - "max": [ - 1486 + "__typename": [ + 78 + ] + }, + "league_seasons_avg_fields": { + "created_by_steam_id": [ + 29 ], - "min": [ - 1488 + "default_best_of": [ + 29 ], - "stddev": [ - 1498 + "direct_promote_count": [ + 29 ], - "stddev_pop": [ - 1500 + "direct_relegate_count": [ + 29 ], - "stddev_samp": [ - 1502 + "games_per_week": [ + 29 ], - "sum": [ - 1506 + "match_weeks_count": [ + 29 ], - "var_pop": [ - 1510 + "max_roster_size": [ + 29 ], - "var_samp": [ - 1512 + "min_roster_size": [ + 29 ], - "variance": [ - 1514 + "playoff_best_of": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_arr_rel_insert_input": { - "data": [ - 1484 + "playoff_seats": [ + 29 ], - "on_conflict": [ - 1490 + "promote_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_avg_fields": { - "steam_id": [ + "relegate_count": [ + 29 + ], + "relegation_down_count": [ + 29 + ], + "relegation_up_count": [ + 29 + ], + "season_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_avg_order_by": { - "steam_id": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_bool_exp": { + "league_seasons_bool_exp": { "_and": [ - 1481 + 1540 ], "_not": [ - 1481 + 1540 ], "_or": [ - 1481 + 1540 ], - "captain": [ + "auto_regular_season_format": [ 4 ], - "checked_in": [ + "can_register": [ 4 ], - "discord_id": [ - 81 + "created_at": [ + 4005 + ], + "created_by_steam_id": [ + 182 + ], + "default_best_of": [ + 39 + ], + "direct_promote_count": [ + 39 + ], + "direct_relegate_count": [ + 39 + ], + "e_league_season_status": [ + 653 + ], + "games_per_week": [ + 39 ], "id": [ - 3957 + 4444 ], - "lineup": [ - 1524 + "is_league_admin": [ + 4 ], - "match_lineup_id": [ - 3957 + "is_roster_locked": [ + 4 ], - "placeholder_name": [ - 81 + "match_options_id": [ + 4444 ], - "player": [ - 2982 + "match_weeks": [ + 1396 ], - "steam_id": [ - 180 + "match_weeks_aggregate": [ + 1389 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_constraint": {}, - "match_lineup_players_inc_input": { - "steam_id": [ - 178 + "match_weeks_count": [ + 39 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_insert_input": { - "captain": [ - 3 + "max_roster_size": [ + 39 ], - "checked_in": [ - 3 + "min_roster_size": [ + 39 ], - "discord_id": [ - 79 + "movements": [ + 1577 ], - "id": [ - 3955 + "movements_aggregate": [ + 1570 ], - "lineup": [ - 1533 + "my_registration": [ + 1659 ], - "match_lineup_id": [ - 3955 + "name": [ + 80 ], - "placeholder_name": [ - 79 + "options": [ + 2160 ], - "player": [ - 2989 + "player_stats": [ + 4515 ], - "steam_id": [ - 178 + "player_stats_aggregate": [ + 4498 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_max_fields": { - "discord_id": [ - 79 + "playoff_best_of": [ + 39 ], - "id": [ - 3955 + "playoff_round_best_of": [ + 1334 ], - "match_lineup_id": [ - 3955 + "playoff_seats": [ + 39 ], - "placeholder_name": [ - 79 + "playoff_stage_type": [ + 1084 ], - "steam_id": [ - 178 + "playoff_third_place_match": [ + 4 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_max_order_by": { - "discord_id": [ - 2020 + "promote_count": [ + 39 ], - "id": [ - 2020 + "regular_season_stage_type": [ + 1084 ], - "match_lineup_id": [ - 2020 + "relegate_count": [ + 39 ], - "placeholder_name": [ - 2020 + "relegation_down_count": [ + 39 ], - "steam_id": [ - 2020 + "relegation_playoffs": [ + 1437 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_min_fields": { - "discord_id": [ - 79 + "relegation_playoffs_aggregate": [ + 1430 ], - "id": [ - 3955 + "relegation_up_count": [ + 39 ], - "match_lineup_id": [ - 3955 + "roster_lock_at": [ + 4005 ], - "placeholder_name": [ - 79 + "season_divisions": [ + 1517 ], - "steam_id": [ - 178 + "season_divisions_aggregate": [ + 1512 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_min_order_by": { - "discord_id": [ - 2020 + "season_number": [ + 39 ], - "id": [ - 2020 + "signup_closes_at": [ + 4005 ], - "match_lineup_id": [ - 2020 + "signup_opens_at": [ + 4005 ], - "placeholder_name": [ - 2020 + "standings": [ + 4472 ], - "steam_id": [ - 2020 + "standings_aggregate": [ + 4465 + ], + "starts_at": [ + 4005 + ], + "status": [ + 656 + ], + "team_seasons": [ + 1659 + ], + "team_seasons_aggregate": [ + 1652 + ], + "week_best_of": [ + 1334 ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_mutation_response": { - "affected_rows": [ - 38 + "league_seasons_constraint": {}, + "league_seasons_delete_at_path_input": { + "playoff_round_best_of": [ + 78 ], - "returning": [ - 1470 + "week_best_of": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_on_conflict": { - "constraint": [ - 1482 + "league_seasons_delete_elem_input": { + "playoff_round_best_of": [ + 38 ], - "update_columns": [ - 1507 + "week_best_of": [ + 38 ], - "where": [ - 1481 + "__typename": [ + 78 + ] + }, + "league_seasons_delete_key_input": { + "playoff_round_best_of": [ + 78 + ], + "week_best_of": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_order_by": { - "captain": [ - 2020 + "league_seasons_inc_input": { + "created_by_steam_id": [ + 180 ], - "checked_in": [ - 2020 + "default_best_of": [ + 38 ], - "discord_id": [ - 2020 + "direct_promote_count": [ + 38 ], - "id": [ - 2020 + "direct_relegate_count": [ + 38 ], - "lineup": [ - 1535 + "games_per_week": [ + 38 ], - "match_lineup_id": [ - 2020 + "match_weeks_count": [ + 38 ], - "placeholder_name": [ - 2020 + "max_roster_size": [ + 38 ], - "player": [ - 2991 + "min_roster_size": [ + 38 ], - "steam_id": [ - 2020 + "playoff_best_of": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_pk_columns_input": { - "id": [ - 3955 + "playoff_seats": [ + 38 + ], + "promote_count": [ + 38 + ], + "relegate_count": [ + 38 + ], + "relegation_down_count": [ + 38 + ], + "relegation_up_count": [ + 38 + ], + "season_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "match_lineup_players_select_column": {}, - "match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns": {}, - "match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns": {}, - "match_lineup_players_set_input": { - "captain": [ + "league_seasons_insert_input": { + "auto_regular_season_format": [ 3 ], - "checked_in": [ - 3 + "created_at": [ + 4004 ], - "discord_id": [ - 79 + "created_by_steam_id": [ + 180 + ], + "default_best_of": [ + 38 + ], + "direct_promote_count": [ + 38 + ], + "direct_relegate_count": [ + 38 + ], + "e_league_season_status": [ + 661 + ], + "games_per_week": [ + 38 ], "id": [ - 3955 + 4442 ], - "match_lineup_id": [ - 3955 + "match_options_id": [ + 4442 ], - "placeholder_name": [ - 79 + "match_weeks": [ + 1393 ], - "steam_id": [ - 178 + "match_weeks_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stddev_fields": { - "steam_id": [ - 29 + "max_roster_size": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stddev_order_by": { - "steam_id": [ - 2020 + "min_roster_size": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stddev_pop_fields": { - "steam_id": [ - 29 + "movements": [ + 1574 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stddev_pop_order_by": { - "steam_id": [ - 2020 + "name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stddev_samp_fields": { - "steam_id": [ - 29 + "options": [ + 2167 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stddev_samp_order_by": { - "steam_id": [ - 2020 + "player_stats": [ + 4512 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stream_cursor_input": { - "initial_value": [ - 1504 + "playoff_best_of": [ + 38 ], - "ordering": [ - 233 + "playoff_round_best_of": [ + 1332 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_stream_cursor_value_input": { - "captain": [ - 3 + "playoff_seats": [ + 38 ], - "checked_in": [ + "playoff_stage_type": [ + 1083 + ], + "playoff_third_place_match": [ 3 ], - "discord_id": [ - 79 + "promote_count": [ + 38 ], - "id": [ - 3955 + "regular_season_stage_type": [ + 1083 ], - "match_lineup_id": [ - 3955 + "relegate_count": [ + 38 ], - "placeholder_name": [ - 79 + "relegation_down_count": [ + 38 ], - "steam_id": [ - 178 + "relegation_playoffs": [ + 1434 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_sum_fields": { - "steam_id": [ - 178 + "relegation_up_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_sum_order_by": { - "steam_id": [ - 2020 + "roster_lock_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_update_column": {}, - "match_lineup_players_updates": { - "_inc": [ - 1483 + "season_divisions": [ + 1516 ], - "_set": [ - 1496 + "season_number": [ + 38 ], - "where": [ - 1481 + "signup_closes_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_var_pop_fields": { - "steam_id": [ - 29 + "signup_opens_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_var_pop_order_by": { - "steam_id": [ - 2020 + "standings": [ + 4469 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_var_samp_fields": { - "steam_id": [ - 29 + "starts_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_var_samp_order_by": { - "steam_id": [ - 2020 + "status": [ + 655 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_variance_fields": { - "steam_id": [ - 29 + "team_seasons": [ + 1656 ], - "__typename": [ - 79 - ] - }, - "match_lineup_players_variance_order_by": { - "steam_id": [ - 2020 + "week_best_of": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "match_lineups": { - "can_pick_map_veto": [ - 3 + "league_seasons_max_fields": { + "created_at": [ + 4004 ], - "can_pick_region_veto": [ - 3 + "created_by_steam_id": [ + 180 ], - "can_update_lineup": [ - 3 + "default_best_of": [ + 38 ], - "captain": [ - 3976 + "direct_promote_count": [ + 38 ], - "coach": [ - 2978 + "direct_relegate_count": [ + 38 ], - "coach_steam_id": [ - 178 + "games_per_week": [ + 38 ], "id": [ - 3955 - ], - "is_on_lineup": [ - 3 + 4442 ], - "is_picking_map_veto": [ - 3 + "match_options_id": [ + 4442 ], - "is_picking_region_veto": [ - 3 + "match_weeks_count": [ + 38 ], - "is_ready": [ - 3 + "max_roster_size": [ + 38 ], - "lineup_players": [ - 1470, - { - "distinct_on": [ - 1493, - "[match_lineup_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1491, - "[match_lineup_players_order_by!]" - ], - "where": [ - 1481 - ] - } + "min_roster_size": [ + 38 ], - "lineup_players_aggregate": [ - 1471, - { - "distinct_on": [ - 1493, - "[match_lineup_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1491, - "[match_lineup_players_order_by!]" - ], - "where": [ - 1481 - ] - } + "name": [ + 78 ], - "match": [ - 1835 + "playoff_best_of": [ + 38 ], - "match_id": [ - 3955 + "playoff_seats": [ + 38 ], - "match_veto_picks": [ - 1649, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } + "promote_count": [ + 38 ], - "match_veto_picks_aggregate": [ - 1650, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } + "relegate_count": [ + 38 ], - "name": [ - 79 + "relegation_down_count": [ + 38 ], - "team": [ - 3515 + "relegation_up_count": [ + 38 ], - "team_id": [ - 3955 + "roster_lock_at": [ + 4004 ], - "team_name": [ - 79 + "season_number": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineups_aggregate": { - "aggregate": [ - 1519 + "signup_closes_at": [ + 4004 ], - "nodes": [ - 1515 + "signup_opens_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_lineups_aggregate_bool_exp": { - "count": [ - 1518 + "starts_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_aggregate_bool_exp_count": { - "arguments": [ - 1537 - ], - "distinct": [ - 3 + "league_seasons_min_fields": { + "created_at": [ + 4004 ], - "filter": [ - 1524 + "created_by_steam_id": [ + 180 ], - "predicate": [ - 39 + "default_best_of": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineups_aggregate_fields": { - "avg": [ - 1522 + "direct_promote_count": [ + 38 ], - "count": [ - 38, - { - "columns": [ - 1537, - "[match_lineups_select_column!]" - ], - "distinct": [ - 3 - ] - } + "direct_relegate_count": [ + 38 ], - "max": [ - 1528 + "games_per_week": [ + 38 ], - "min": [ - 1530 + "id": [ + 4442 ], - "stddev": [ - 1539 + "match_options_id": [ + 4442 ], - "stddev_pop": [ - 1541 + "match_weeks_count": [ + 38 ], - "stddev_samp": [ - 1543 + "max_roster_size": [ + 38 ], - "sum": [ - 1547 + "min_roster_size": [ + 38 ], - "var_pop": [ - 1551 + "name": [ + 78 ], - "var_samp": [ - 1553 + "playoff_best_of": [ + 38 ], - "variance": [ - 1555 + "playoff_seats": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineups_aggregate_order_by": { - "avg": [ - 1523 + "promote_count": [ + 38 ], - "count": [ - 2020 + "relegate_count": [ + 38 ], - "max": [ - 1529 + "relegation_down_count": [ + 38 ], - "min": [ - 1531 + "relegation_up_count": [ + 38 ], - "stddev": [ - 1540 + "roster_lock_at": [ + 4004 ], - "stddev_pop": [ - 1542 + "season_number": [ + 38 ], - "stddev_samp": [ - 1544 + "signup_closes_at": [ + 4004 ], - "sum": [ - 1548 + "signup_opens_at": [ + 4004 ], - "var_pop": [ - 1552 + "starts_at": [ + 4004 ], - "var_samp": [ - 1554 + "__typename": [ + 78 + ] + }, + "league_seasons_mutation_response": { + "affected_rows": [ + 38 ], - "variance": [ - 1556 + "returning": [ + 1535 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_arr_rel_insert_input": { + "league_seasons_obj_rel_insert_input": { "data": [ - 1527 + 1546 ], "on_conflict": [ - 1534 + 1551 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_avg_fields": { - "coach_steam_id": [ - 29 + "league_seasons_on_conflict": { + "constraint": [ + 1541 ], - "__typename": [ - 79 - ] - }, - "match_lineups_avg_order_by": { - "coach_steam_id": [ - 2020 + "update_columns": [ + 1563 + ], + "where": [ + 1540 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_bool_exp": { - "_and": [ - 1524 + "league_seasons_order_by": { + "auto_regular_season_format": [ + 2461 ], - "_not": [ - 1524 + "can_register": [ + 2461 ], - "_or": [ - 1524 + "created_at": [ + 2461 ], - "can_pick_map_veto": [ - 4 + "created_by_steam_id": [ + 2461 ], - "can_pick_region_veto": [ - 4 + "default_best_of": [ + 2461 ], - "can_update_lineup": [ - 4 + "direct_promote_count": [ + 2461 ], - "captain": [ - 3980 + "direct_relegate_count": [ + 2461 ], - "coach": [ - 2982 + "e_league_season_status": [ + 663 ], - "coach_steam_id": [ - 180 + "games_per_week": [ + 2461 ], "id": [ - 3957 - ], - "is_on_lineup": [ - 4 + 2461 ], - "is_picking_map_veto": [ - 4 + "is_league_admin": [ + 2461 ], - "is_picking_region_veto": [ - 4 + "is_roster_locked": [ + 2461 ], - "is_ready": [ - 4 + "match_options_id": [ + 2461 ], - "lineup_players": [ - 1481 + "match_weeks_aggregate": [ + 1392 ], - "lineup_players_aggregate": [ - 1472 + "match_weeks_count": [ + 2461 ], - "match": [ - 1844 + "max_roster_size": [ + 2461 ], - "match_id": [ - 3957 + "min_roster_size": [ + 2461 ], - "match_veto_picks": [ - 1656 + "movements_aggregate": [ + 1573 ], - "match_veto_picks_aggregate": [ - 1651 + "my_registration_aggregate": [ + 1655 ], "name": [ - 81 + 2461 ], - "team": [ - 3524 + "options": [ + 2169 ], - "team_id": [ - 3957 + "player_stats_aggregate": [ + 4511 ], - "team_name": [ - 81 + "playoff_best_of": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "match_lineups_constraint": {}, - "match_lineups_inc_input": { - "coach_steam_id": [ - 178 + "playoff_round_best_of": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "match_lineups_insert_input": { - "captain": [ - 3986 + "playoff_seats": [ + 2461 ], - "coach": [ - 2989 + "playoff_stage_type": [ + 2461 ], - "coach_steam_id": [ - 178 + "playoff_third_place_match": [ + 2461 ], - "id": [ - 3955 + "promote_count": [ + 2461 ], - "lineup_players": [ - 1478 + "regular_season_stage_type": [ + 2461 ], - "match": [ - 1853 + "relegate_count": [ + 2461 ], - "match_id": [ - 3955 + "relegation_down_count": [ + 2461 ], - "match_veto_picks": [ - 1655 + "relegation_playoffs_aggregate": [ + 1433 ], - "team": [ - 3533 + "relegation_up_count": [ + 2461 ], - "team_id": [ - 3955 + "roster_lock_at": [ + 2461 ], - "team_name": [ - 79 + "season_divisions_aggregate": [ + 1515 ], - "__typename": [ - 79 - ] - }, - "match_lineups_max_fields": { - "coach_steam_id": [ - 178 + "season_number": [ + 2461 ], - "id": [ - 3955 + "signup_closes_at": [ + 2461 ], - "match_id": [ - 3955 + "signup_opens_at": [ + 2461 ], - "name": [ - 79 + "standings_aggregate": [ + 4468 ], - "team_id": [ - 3955 + "starts_at": [ + 2461 ], - "team_name": [ - 79 + "status": [ + 2461 + ], + "team_seasons_aggregate": [ + 1655 + ], + "week_best_of": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_max_order_by": { - "coach_steam_id": [ - 2020 - ], + "league_seasons_pk_columns_input": { "id": [ - 2020 - ], - "match_id": [ - 2020 + 4442 ], - "team_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_seasons_prepend_input": { + "playoff_round_best_of": [ + 1332 ], - "team_name": [ - 2020 + "week_best_of": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_min_fields": { - "coach_steam_id": [ - 178 + "league_seasons_select_column": {}, + "league_seasons_set_input": { + "auto_regular_season_format": [ + 3 ], - "id": [ - 3955 + "created_at": [ + 4004 ], - "match_id": [ - 3955 + "created_by_steam_id": [ + 180 ], - "name": [ - 79 + "default_best_of": [ + 38 ], - "team_id": [ - 3955 + "direct_promote_count": [ + 38 ], - "team_name": [ - 79 + "direct_relegate_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineups_min_order_by": { - "coach_steam_id": [ - 2020 + "games_per_week": [ + 38 ], "id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "team_id": [ - 2020 + 4442 ], - "team_name": [ - 2020 + "match_options_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_lineups_mutation_response": { - "affected_rows": [ + "match_weeks_count": [ 38 ], - "returning": [ - 1515 + "max_roster_size": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineups_obj_rel_insert_input": { - "data": [ - 1527 + "min_roster_size": [ + 38 ], - "on_conflict": [ - 1534 + "name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "match_lineups_on_conflict": { - "constraint": [ - 1525 + "playoff_best_of": [ + 38 ], - "update_columns": [ - 1549 + "playoff_round_best_of": [ + 1332 ], - "where": [ - 1524 + "playoff_seats": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineups_order_by": { - "can_pick_map_veto": [ - 2020 + "playoff_stage_type": [ + 1083 ], - "can_pick_region_veto": [ - 2020 + "playoff_third_place_match": [ + 3 ], - "can_update_lineup": [ - 2020 + "promote_count": [ + 38 ], - "captain": [ - 3987 + "regular_season_stage_type": [ + 1083 ], - "coach": [ - 2991 + "relegate_count": [ + 38 ], - "coach_steam_id": [ - 2020 + "relegation_down_count": [ + 38 ], - "id": [ - 2020 + "relegation_up_count": [ + 38 ], - "is_on_lineup": [ - 2020 + "roster_lock_at": [ + 4004 ], - "is_picking_map_veto": [ - 2020 + "season_number": [ + 38 ], - "is_picking_region_veto": [ - 2020 + "signup_closes_at": [ + 4004 ], - "is_ready": [ - 2020 + "signup_opens_at": [ + 4004 ], - "lineup_players_aggregate": [ - 1477 + "starts_at": [ + 4004 ], - "match": [ - 1855 + "status": [ + 655 ], - "match_id": [ - 2020 + "week_best_of": [ + 1332 ], - "match_veto_picks_aggregate": [ - 1654 + "__typename": [ + 78 + ] + }, + "league_seasons_stddev_fields": { + "created_by_steam_id": [ + 29 ], - "name": [ - 2020 + "default_best_of": [ + 29 ], - "team": [ - 3535 + "direct_promote_count": [ + 29 ], - "team_id": [ - 2020 + "direct_relegate_count": [ + 29 ], - "team_name": [ - 2020 + "games_per_week": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_pk_columns_input": { - "id": [ - 3955 + "match_weeks_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_select_column": {}, - "match_lineups_set_input": { - "coach_steam_id": [ - 178 + "max_roster_size": [ + 29 ], - "id": [ - 3955 + "min_roster_size": [ + 29 ], - "match_id": [ - 3955 + "playoff_best_of": [ + 29 ], - "team_id": [ - 3955 + "playoff_seats": [ + 29 ], - "team_name": [ - 79 + "promote_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_stddev_fields": { - "coach_steam_id": [ + "relegate_count": [ 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_stddev_order_by": { - "coach_steam_id": [ - 2020 + "relegation_down_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_stddev_pop_fields": { - "coach_steam_id": [ + "relegation_up_count": [ 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_stddev_pop_order_by": { - "coach_steam_id": [ - 2020 + "season_number": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_stddev_samp_fields": { - "coach_steam_id": [ + "league_seasons_stddev_pop_fields": { + "created_by_steam_id": [ + 29 + ], + "default_best_of": [ + 29 + ], + "direct_promote_count": [ + 29 + ], + "direct_relegate_count": [ + 29 + ], + "games_per_week": [ + 29 + ], + "match_weeks_count": [ + 29 + ], + "max_roster_size": [ + 29 + ], + "min_roster_size": [ + 29 + ], + "playoff_best_of": [ + 29 + ], + "playoff_seats": [ + 29 + ], + "promote_count": [ + 29 + ], + "relegate_count": [ + 29 + ], + "relegation_down_count": [ + 29 + ], + "relegation_up_count": [ + 29 + ], + "season_number": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_stddev_samp_order_by": { - "coach_steam_id": [ - 2020 + "league_seasons_stddev_samp_fields": { + "created_by_steam_id": [ + 29 + ], + "default_best_of": [ + 29 + ], + "direct_promote_count": [ + 29 + ], + "direct_relegate_count": [ + 29 + ], + "games_per_week": [ + 29 + ], + "match_weeks_count": [ + 29 + ], + "max_roster_size": [ + 29 + ], + "min_roster_size": [ + 29 + ], + "playoff_best_of": [ + 29 + ], + "playoff_seats": [ + 29 + ], + "promote_count": [ + 29 + ], + "relegate_count": [ + 29 + ], + "relegation_down_count": [ + 29 + ], + "relegation_up_count": [ + 29 + ], + "season_number": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_stream_cursor_input": { + "league_seasons_stream_cursor_input": { "initial_value": [ - 1546 + 1561 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_stream_cursor_value_input": { - "coach_steam_id": [ - 178 + "league_seasons_stream_cursor_value_input": { + "auto_regular_season_format": [ + 3 + ], + "created_at": [ + 4004 + ], + "created_by_steam_id": [ + 180 + ], + "default_best_of": [ + 38 + ], + "direct_promote_count": [ + 38 + ], + "direct_relegate_count": [ + 38 + ], + "games_per_week": [ + 38 ], "id": [ - 3955 + 4442 ], - "match_id": [ - 3955 + "match_options_id": [ + 4442 ], - "team_id": [ - 3955 + "match_weeks_count": [ + 38 ], - "team_name": [ - 79 + "max_roster_size": [ + 38 ], - "__typename": [ - 79 - ] - }, - "match_lineups_sum_fields": { - "coach_steam_id": [ - 178 + "min_roster_size": [ + 38 + ], + "name": [ + 78 + ], + "playoff_best_of": [ + 38 + ], + "playoff_round_best_of": [ + 1332 + ], + "playoff_seats": [ + 38 + ], + "playoff_stage_type": [ + 1083 + ], + "playoff_third_place_match": [ + 3 + ], + "promote_count": [ + 38 + ], + "regular_season_stage_type": [ + 1083 + ], + "relegate_count": [ + 38 + ], + "relegation_down_count": [ + 38 + ], + "relegation_up_count": [ + 38 + ], + "roster_lock_at": [ + 4004 + ], + "season_number": [ + 38 + ], + "signup_closes_at": [ + 4004 + ], + "signup_opens_at": [ + 4004 + ], + "starts_at": [ + 4004 + ], + "status": [ + 655 + ], + "week_best_of": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_sum_order_by": { - "coach_steam_id": [ - 2020 + "league_seasons_sum_fields": { + "created_by_steam_id": [ + 180 + ], + "default_best_of": [ + 38 + ], + "direct_promote_count": [ + 38 + ], + "direct_relegate_count": [ + 38 + ], + "games_per_week": [ + 38 + ], + "match_weeks_count": [ + 38 + ], + "max_roster_size": [ + 38 + ], + "min_roster_size": [ + 38 + ], + "playoff_best_of": [ + 38 + ], + "playoff_seats": [ + 38 + ], + "promote_count": [ + 38 + ], + "relegate_count": [ + 38 + ], + "relegation_down_count": [ + 38 + ], + "relegation_up_count": [ + 38 + ], + "season_number": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_update_column": {}, - "match_lineups_updates": { + "league_seasons_update_column": {}, + "league_seasons_updates": { + "_append": [ + 1538 + ], + "_delete_at_path": [ + 1542 + ], + "_delete_elem": [ + 1543 + ], + "_delete_key": [ + 1544 + ], "_inc": [ - 1526 + 1545 + ], + "_prepend": [ + 1554 ], "_set": [ - 1538 + 1556 ], "where": [ - 1524 + 1540 ], "__typename": [ - 79 + 78 ] }, - "match_lineups_var_pop_fields": { - "coach_steam_id": [ + "league_seasons_var_pop_fields": { + "created_by_steam_id": [ 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_var_pop_order_by": { - "coach_steam_id": [ - 2020 + "default_best_of": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_var_samp_fields": { - "coach_steam_id": [ + "direct_promote_count": [ 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_var_samp_order_by": { - "coach_steam_id": [ - 2020 + "direct_relegate_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_variance_fields": { - "coach_steam_id": [ + "games_per_week": [ 29 ], - "__typename": [ - 79 - ] - }, - "match_lineups_variance_order_by": { - "coach_steam_id": [ - 2020 + "match_weeks_count": [ + 29 + ], + "max_roster_size": [ + 29 + ], + "min_roster_size": [ + 29 + ], + "playoff_best_of": [ + 29 + ], + "playoff_seats": [ + 29 + ], + "promote_count": [ + 29 + ], + "relegate_count": [ + 29 + ], + "relegation_down_count": [ + 29 + ], + "relegation_up_count": [ + 29 + ], + "season_number": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos": { - "bombs": [ - 1244, - { - "path": [ - 79 - ] - } + "league_seasons_var_samp_fields": { + "created_by_steam_id": [ + 29 ], - "clip_render_jobs": [ - 183, - { - "distinct_on": [ - 211, - "[clip_render_jobs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 208, - "[clip_render_jobs_order_by!]" - ], - "where": [ - 195 - ] - } + "default_best_of": [ + 29 ], - "clip_render_jobs_aggregate": [ - 184, - { - "distinct_on": [ - 211, - "[clip_render_jobs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 208, - "[clip_render_jobs_order_by!]" - ], - "where": [ - 195 - ] - } + "direct_promote_count": [ + 29 ], - "created_at": [ - 3558 + "direct_relegate_count": [ + 29 ], - "cs2_build": [ - 79 + "games_per_week": [ + 29 ], - "demo_sessions": [ - 1424, - { - "distinct_on": [ - 1450, - "[match_demo_sessions_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1447, - "[match_demo_sessions_order_by!]" - ], - "where": [ - 1434 - ] - } + "match_weeks_count": [ + 29 ], - "demo_sessions_aggregate": [ - 1425, - { - "distinct_on": [ - 1450, - "[match_demo_sessions_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1447, - "[match_demo_sessions_order_by!]" - ], - "where": [ - 1434 - ] - } + "max_roster_size": [ + 29 ], - "download_url": [ - 79 + "min_roster_size": [ + 29 ], - "duration_seconds": [ + "playoff_best_of": [ 29 ], - "file": [ - 79 + "playoff_seats": [ + 29 ], - "geometry_validated": [ - 3 + "promote_count": [ + 29 ], - "id": [ - 3955 + "relegate_count": [ + 29 ], - "kills": [ - 1244, - { - "path": [ - 79 - ] - } + "relegation_down_count": [ + 29 ], - "map_name": [ - 79 + "relegation_up_count": [ + 29 ], - "match": [ - 1835 + "season_number": [ + 29 ], - "match_clips": [ - 1382, - { - "distinct_on": [ - 1404, - "[match_clips_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1402, - "[match_clips_order_by!]" - ], - "where": [ - 1391 - ] - } + "__typename": [ + 78 + ] + }, + "league_seasons_variance_fields": { + "created_by_steam_id": [ + 29 ], - "match_clips_aggregate": [ - 1383, - { - "distinct_on": [ - 1404, - "[match_clips_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1402, - "[match_clips_order_by!]" - ], - "where": [ - 1391 - ] - } + "default_best_of": [ + 29 ], - "match_id": [ - 3955 + "direct_promote_count": [ + 29 ], - "match_map": [ - 1673 + "direct_relegate_count": [ + 29 ], - "match_map_id": [ - 3955 + "games_per_week": [ + 29 ], - "metadata_parsed_at": [ - 3558 + "match_weeks_count": [ + 29 ], - "playback_file": [ - 79 + "max_roster_size": [ + 29 ], - "playback_size": [ - 38 + "min_roster_size": [ + 29 ], - "playback_url": [ - 79 + "playoff_best_of": [ + 29 ], - "players": [ - 1244, - { - "path": [ - 79 - ] - } + "playoff_seats": [ + 29 ], - "round_ticks": [ - 1244, - { - "path": [ - 79 - ] - } + "promote_count": [ + 29 ], - "size": [ - 38 + "relegate_count": [ + 29 ], - "tick_rate": [ + "relegation_down_count": [ 29 ], - "total_ticks": [ - 38 + "relegation_up_count": [ + 29 ], - "workshop_id": [ - 79 + "season_number": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_aggregate": { - "aggregate": [ - 1563 + "league_team_movements": { + "approved_at": [ + 4004 ], - "nodes": [ - 1557 + "approved_by": [ + 3419 ], - "__typename": [ - 79 - ] - }, - "match_map_demos_aggregate_bool_exp": { - "bool_and": [ - 1560 + "approved_by_steam_id": [ + 180 ], - "bool_or": [ - 1561 + "computed_to_division": [ + 1359 ], - "count": [ - 1562 + "computed_to_division_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_map_demos_aggregate_bool_exp_bool_and": { - "arguments": [ - 1587 + "created_at": [ + 4004 ], - "distinct": [ - 3 + "e_movement_type": [ + 587 ], - "filter": [ - 1569 + "final_rank": [ + 38 ], - "predicate": [ - 4 + "final_to_division": [ + 1359 + ], + "final_to_division_id": [ + 4442 + ], + "from_division": [ + 1359 + ], + "from_division_id": [ + 4442 + ], + "id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "league_team": [ + 1692 + ], + "league_team_id": [ + 4442 + ], + "season": [ + 1535 + ], + "type": [ + 592 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_aggregate_bool_exp_bool_or": { - "arguments": [ - 1588 - ], - "distinct": [ - 3 + "league_team_movements_aggregate": { + "aggregate": [ + 1572 ], - "filter": [ - 1569 + "nodes": [ + 1568 ], - "predicate": [ - 4 + "__typename": [ + 78 + ] + }, + "league_team_movements_aggregate_bool_exp": { + "count": [ + 1571 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_aggregate_bool_exp_count": { + "league_team_movements_aggregate_bool_exp_count": { "arguments": [ - 1586 + 1589 ], "distinct": [ 3 ], "filter": [ - 1569 + 1577 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_aggregate_fields": { + "league_team_movements_aggregate_fields": { "avg": [ - 1567 + 1575 ], "count": [ 38, { "columns": [ - 1586, - "[match_map_demos_select_column!]" + 1589, + "[league_team_movements_select_column!]" ], "distinct": [ 3 @@ -26388,1209 +26491,1370 @@ export default { } ], "max": [ - 1576 + 1581 ], "min": [ - 1578 + 1583 ], "stddev": [ - 1590 + 1591 ], "stddev_pop": [ - 1592 + 1593 ], "stddev_samp": [ - 1594 + 1595 ], "sum": [ - 1598 + 1599 ], "var_pop": [ - 1602 + 1603 ], "var_samp": [ - 1604 + 1605 ], "variance": [ - 1606 + 1607 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_aggregate_order_by": { + "league_team_movements_aggregate_order_by": { "avg": [ - 1568 + 1576 ], "count": [ - 2020 + 2461 ], "max": [ - 1577 + 1582 ], "min": [ - 1579 + 1584 ], "stddev": [ - 1591 + 1592 ], "stddev_pop": [ - 1593 + 1594 ], "stddev_samp": [ - 1595 + 1596 ], "sum": [ - 1599 + 1600 ], "var_pop": [ - 1603 + 1604 ], "var_samp": [ - 1605 + 1606 ], "variance": [ - 1607 - ], - "__typename": [ - 79 - ] - }, - "match_map_demos_append_input": { - "bombs": [ - 1244 - ], - "kills": [ - 1244 - ], - "players": [ - 1244 - ], - "round_ticks": [ - 1244 + 1608 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_arr_rel_insert_input": { + "league_team_movements_arr_rel_insert_input": { "data": [ - 1575 + 1580 ], "on_conflict": [ - 1582 + 1586 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_avg_fields": { - "duration_seconds": [ - 29 - ], - "playback_size": [ - 29 - ], - "size": [ - 29 - ], - "tick_rate": [ + "league_team_movements_avg_fields": { + "approved_by_steam_id": [ 29 ], - "total_ticks": [ + "final_rank": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_avg_order_by": { - "duration_seconds": [ - 2020 - ], - "playback_size": [ - 2020 - ], - "size": [ - 2020 - ], - "tick_rate": [ - 2020 + "league_team_movements_avg_order_by": { + "approved_by_steam_id": [ + 2461 ], - "total_ticks": [ - 2020 + "final_rank": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_bool_exp": { + "league_team_movements_bool_exp": { "_and": [ - 1569 + 1577 ], "_not": [ - 1569 + 1577 ], "_or": [ - 1569 + 1577 ], - "bombs": [ - 1246 + "approved_at": [ + 4005 ], - "clip_render_jobs": [ - 195 + "approved_by": [ + 3423 ], - "clip_render_jobs_aggregate": [ - 185 + "approved_by_steam_id": [ + 182 ], - "created_at": [ - 3559 + "computed_to_division": [ + 1363 ], - "cs2_build": [ - 81 + "computed_to_division_id": [ + 4444 ], - "demo_sessions": [ - 1434 + "created_at": [ + 4005 ], - "demo_sessions_aggregate": [ - 1426 + "e_movement_type": [ + 590 ], - "download_url": [ - 81 + "final_rank": [ + 39 ], - "duration_seconds": [ - 30 + "final_to_division": [ + 1363 ], - "file": [ - 81 + "final_to_division_id": [ + 4444 ], - "geometry_validated": [ - 4 + "from_division": [ + 1363 ], - "id": [ - 3957 + "from_division_id": [ + 4444 ], - "kills": [ - 1246 + "id": [ + 4444 ], - "map_name": [ - 81 + "league_season_id": [ + 4444 ], - "match": [ - 1844 + "league_team": [ + 1695 ], - "match_clips": [ - 1391 + "league_team_id": [ + 4444 ], - "match_clips_aggregate": [ - 1384 + "season": [ + 1540 ], - "match_id": [ - 3957 + "type": [ + 593 ], - "match_map": [ - 1682 + "__typename": [ + 78 + ] + }, + "league_team_movements_constraint": {}, + "league_team_movements_inc_input": { + "approved_by_steam_id": [ + 180 ], - "match_map_id": [ - 3957 + "final_rank": [ + 38 ], - "metadata_parsed_at": [ - 3559 + "__typename": [ + 78 + ] + }, + "league_team_movements_insert_input": { + "approved_at": [ + 4004 ], - "playback_file": [ - 81 + "approved_by": [ + 3430 ], - "playback_size": [ - 39 + "approved_by_steam_id": [ + 180 ], - "playback_url": [ - 81 + "computed_to_division": [ + 1370 ], - "players": [ - 1246 + "computed_to_division_id": [ + 4442 ], - "round_ticks": [ - 1246 + "created_at": [ + 4004 ], - "size": [ - 39 + "e_movement_type": [ + 598 ], - "tick_rate": [ - 30 + "final_rank": [ + 38 ], - "total_ticks": [ - 39 + "final_to_division": [ + 1370 ], - "workshop_id": [ - 81 + "final_to_division_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_map_demos_constraint": {}, - "match_map_demos_delete_at_path_input": { - "bombs": [ - 79 + "from_division": [ + 1370 ], - "kills": [ - 79 + "from_division_id": [ + 4442 ], - "players": [ - 79 + "id": [ + 4442 ], - "round_ticks": [ - 79 + "league_season_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_map_demos_delete_elem_input": { - "bombs": [ - 38 + "league_team": [ + 1701 ], - "kills": [ - 38 + "league_team_id": [ + 4442 ], - "players": [ - 38 + "season": [ + 1550 ], - "round_ticks": [ - 38 + "type": [ + 592 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_delete_key_input": { - "bombs": [ - 79 + "league_team_movements_max_fields": { + "approved_at": [ + 4004 ], - "kills": [ - 79 + "approved_by_steam_id": [ + 180 ], - "players": [ - 79 + "computed_to_division_id": [ + 4442 ], - "round_ticks": [ - 79 + "created_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_map_demos_inc_input": { - "playback_size": [ + "final_rank": [ 38 ], - "size": [ - 38 + "final_to_division_id": [ + 4442 ], - "tick_rate": [ - 29 + "from_division_id": [ + 4442 ], - "total_ticks": [ - 38 + "id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "league_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_insert_input": { - "bombs": [ - 1244 + "league_team_movements_max_order_by": { + "approved_at": [ + 2461 ], - "clip_render_jobs": [ - 192 + "approved_by_steam_id": [ + 2461 ], - "created_at": [ - 3558 + "computed_to_division_id": [ + 2461 ], - "cs2_build": [ - 79 + "created_at": [ + 2461 ], - "demo_sessions": [ - 1431 + "final_rank": [ + 2461 ], - "file": [ - 79 + "final_to_division_id": [ + 2461 ], - "geometry_validated": [ - 3 + "from_division_id": [ + 2461 ], "id": [ - 3955 - ], - "kills": [ - 1244 - ], - "map_name": [ - 79 - ], - "match": [ - 1853 + 2461 ], - "match_clips": [ - 1388 + "league_season_id": [ + 2461 ], - "match_id": [ - 3955 + "league_team_id": [ + 2461 ], - "match_map": [ - 1691 + "__typename": [ + 78 + ] + }, + "league_team_movements_min_fields": { + "approved_at": [ + 4004 ], - "match_map_id": [ - 3955 + "approved_by_steam_id": [ + 180 ], - "metadata_parsed_at": [ - 3558 + "computed_to_division_id": [ + 4442 ], - "playback_file": [ - 79 + "created_at": [ + 4004 ], - "playback_size": [ + "final_rank": [ 38 ], - "players": [ - 1244 - ], - "round_ticks": [ - 1244 + "final_to_division_id": [ + 4442 ], - "size": [ - 38 + "from_division_id": [ + 4442 ], - "tick_rate": [ - 29 + "id": [ + 4442 ], - "total_ticks": [ - 38 + "league_season_id": [ + 4442 ], - "workshop_id": [ - 79 + "league_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_max_fields": { - "created_at": [ - 3558 + "league_team_movements_min_order_by": { + "approved_at": [ + 2461 ], - "cs2_build": [ - 79 + "approved_by_steam_id": [ + 2461 ], - "download_url": [ - 79 + "computed_to_division_id": [ + 2461 ], - "duration_seconds": [ - 29 + "created_at": [ + 2461 ], - "file": [ - 79 + "final_rank": [ + 2461 ], - "id": [ - 3955 + "final_to_division_id": [ + 2461 ], - "map_name": [ - 79 + "from_division_id": [ + 2461 ], - "match_id": [ - 3955 + "id": [ + 2461 ], - "match_map_id": [ - 3955 + "league_season_id": [ + 2461 ], - "metadata_parsed_at": [ - 3558 + "league_team_id": [ + 2461 ], - "playback_file": [ - 79 - ], - "playback_size": [ + "__typename": [ + 78 + ] + }, + "league_team_movements_mutation_response": { + "affected_rows": [ 38 ], - "playback_url": [ - 79 - ], - "size": [ - 38 + "returning": [ + 1568 ], - "tick_rate": [ - 29 + "__typename": [ + 78 + ] + }, + "league_team_movements_on_conflict": { + "constraint": [ + 1578 ], - "total_ticks": [ - 38 + "update_columns": [ + 1601 ], - "workshop_id": [ - 79 + "where": [ + 1577 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_max_order_by": { - "created_at": [ - 2020 + "league_team_movements_order_by": { + "approved_at": [ + 2461 ], - "cs2_build": [ - 2020 + "approved_by": [ + 3432 ], - "duration_seconds": [ - 2020 + "approved_by_steam_id": [ + 2461 ], - "file": [ - 2020 + "computed_to_division": [ + 1372 ], - "id": [ - 2020 + "computed_to_division_id": [ + 2461 ], - "map_name": [ - 2020 + "created_at": [ + 2461 ], - "match_id": [ - 2020 + "e_movement_type": [ + 600 ], - "match_map_id": [ - 2020 + "final_rank": [ + 2461 ], - "metadata_parsed_at": [ - 2020 + "final_to_division": [ + 1372 ], - "playback_file": [ - 2020 + "final_to_division_id": [ + 2461 ], - "playback_size": [ - 2020 + "from_division": [ + 1372 ], - "size": [ - 2020 + "from_division_id": [ + 2461 ], - "tick_rate": [ - 2020 + "id": [ + 2461 ], - "total_ticks": [ - 2020 + "league_season_id": [ + 2461 ], - "workshop_id": [ - 2020 + "league_team": [ + 1703 + ], + "league_team_id": [ + 2461 + ], + "season": [ + 1552 + ], + "type": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_min_fields": { - "created_at": [ - 3558 + "league_team_movements_pk_columns_input": { + "id": [ + 4442 ], - "cs2_build": [ - 79 + "__typename": [ + 78 + ] + }, + "league_team_movements_select_column": {}, + "league_team_movements_set_input": { + "approved_at": [ + 4004 ], - "download_url": [ - 79 + "approved_by_steam_id": [ + 180 ], - "duration_seconds": [ - 29 + "computed_to_division_id": [ + 4442 ], - "file": [ - 79 + "created_at": [ + 4004 + ], + "final_rank": [ + 38 + ], + "final_to_division_id": [ + 4442 + ], + "from_division_id": [ + 4442 ], "id": [ - 3955 + 4442 ], - "map_name": [ - 79 + "league_season_id": [ + 4442 ], - "match_id": [ - 3955 + "league_team_id": [ + 4442 ], - "match_map_id": [ - 3955 + "type": [ + 592 ], - "metadata_parsed_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "league_team_movements_stddev_fields": { + "approved_by_steam_id": [ + 29 ], - "playback_file": [ - 79 + "final_rank": [ + 29 ], - "playback_size": [ - 38 + "__typename": [ + 78 + ] + }, + "league_team_movements_stddev_order_by": { + "approved_by_steam_id": [ + 2461 ], - "playback_url": [ - 79 + "final_rank": [ + 2461 ], - "size": [ - 38 + "__typename": [ + 78 + ] + }, + "league_team_movements_stddev_pop_fields": { + "approved_by_steam_id": [ + 29 ], - "tick_rate": [ + "final_rank": [ 29 ], - "total_ticks": [ - 38 + "__typename": [ + 78 + ] + }, + "league_team_movements_stddev_pop_order_by": { + "approved_by_steam_id": [ + 2461 ], - "workshop_id": [ - 79 + "final_rank": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_min_order_by": { - "created_at": [ - 2020 + "league_team_movements_stddev_samp_fields": { + "approved_by_steam_id": [ + 29 ], - "cs2_build": [ - 2020 + "final_rank": [ + 29 ], - "duration_seconds": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_movements_stddev_samp_order_by": { + "approved_by_steam_id": [ + 2461 ], - "file": [ - 2020 + "final_rank": [ + 2461 ], - "id": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_movements_stream_cursor_input": { + "initial_value": [ + 1598 ], - "map_name": [ - 2020 + "ordering": [ + 236 ], - "match_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_movements_stream_cursor_value_input": { + "approved_at": [ + 4004 ], - "match_map_id": [ - 2020 + "approved_by_steam_id": [ + 180 ], - "metadata_parsed_at": [ - 2020 + "computed_to_division_id": [ + 4442 ], - "playback_file": [ - 2020 + "created_at": [ + 4004 ], - "playback_size": [ - 2020 + "final_rank": [ + 38 ], - "size": [ - 2020 + "final_to_division_id": [ + 4442 ], - "tick_rate": [ - 2020 + "from_division_id": [ + 4442 ], - "total_ticks": [ - 2020 + "id": [ + 4442 ], - "workshop_id": [ - 2020 + "league_season_id": [ + 4442 + ], + "league_team_id": [ + 4442 + ], + "type": [ + 592 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_mutation_response": { - "affected_rows": [ - 38 + "league_team_movements_sum_fields": { + "approved_by_steam_id": [ + 180 ], - "returning": [ - 1557 + "final_rank": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_obj_rel_insert_input": { - "data": [ - 1575 + "league_team_movements_sum_order_by": { + "approved_by_steam_id": [ + 2461 ], - "on_conflict": [ - 1582 + "final_rank": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_on_conflict": { - "constraint": [ - 1570 + "league_team_movements_update_column": {}, + "league_team_movements_updates": { + "_inc": [ + 1579 ], - "update_columns": [ - 1600 + "_set": [ + 1590 ], "where": [ - 1569 + 1577 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_order_by": { - "bombs": [ - 2020 - ], - "clip_render_jobs_aggregate": [ - 190 - ], - "created_at": [ - 2020 - ], - "cs2_build": [ - 2020 - ], - "demo_sessions_aggregate": [ - 1429 - ], - "download_url": [ - 2020 + "league_team_movements_var_pop_fields": { + "approved_by_steam_id": [ + 29 ], - "duration_seconds": [ - 2020 + "final_rank": [ + 29 ], - "file": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_movements_var_pop_order_by": { + "approved_by_steam_id": [ + 2461 ], - "geometry_validated": [ - 2020 + "final_rank": [ + 2461 ], - "id": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_movements_var_samp_fields": { + "approved_by_steam_id": [ + 29 ], - "kills": [ - 2020 + "final_rank": [ + 29 ], - "map_name": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_movements_var_samp_order_by": { + "approved_by_steam_id": [ + 2461 ], - "match": [ - 1855 + "final_rank": [ + 2461 ], - "match_clips_aggregate": [ - 1387 + "__typename": [ + 78 + ] + }, + "league_team_movements_variance_fields": { + "approved_by_steam_id": [ + 29 ], - "match_id": [ - 2020 + "final_rank": [ + 29 ], - "match_map": [ - 1693 + "__typename": [ + 78 + ] + }, + "league_team_movements_variance_order_by": { + "approved_by_steam_id": [ + 2461 ], - "match_map_id": [ - 2020 + "final_rank": [ + 2461 ], - "metadata_parsed_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_rosters": { + "added_at": [ + 4004 ], - "playback_file": [ - 2020 + "league_team_season_id": [ + 4442 ], - "playback_size": [ - 2020 + "player": [ + 3419 ], - "playback_url": [ - 2020 + "player_steam_id": [ + 180 ], - "players": [ - 2020 + "removed_at": [ + 4004 ], - "round_ticks": [ - 2020 + "removed_reason": [ + 78 ], - "size": [ - 2020 + "status": [ + 1043 ], - "tick_rate": [ - 2020 + "team_season": [ + 1650 ], - "total_ticks": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_rosters_aggregate": { + "aggregate": [ + 1613 ], - "workshop_id": [ - 2020 + "nodes": [ + 1609 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_pk_columns_input": { - "id": [ - 3955 + "league_team_rosters_aggregate_bool_exp": { + "count": [ + 1612 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_prepend_input": { - "bombs": [ - 1244 + "league_team_rosters_aggregate_bool_exp_count": { + "arguments": [ + 1630 ], - "kills": [ - 1244 + "distinct": [ + 3 ], - "players": [ - 1244 + "filter": [ + 1618 ], - "round_ticks": [ - 1244 + "predicate": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_select_column": {}, - "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns": {}, - "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns": {}, - "match_map_demos_set_input": { - "bombs": [ - 1244 + "league_team_rosters_aggregate_fields": { + "avg": [ + 1616 ], - "created_at": [ - 3558 + "count": [ + 38, + { + "columns": [ + 1630, + "[league_team_rosters_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "cs2_build": [ - 79 + "max": [ + 1622 ], - "file": [ - 79 + "min": [ + 1624 ], - "geometry_validated": [ - 3 + "stddev": [ + 1632 ], - "id": [ - 3955 + "stddev_pop": [ + 1634 ], - "kills": [ - 1244 + "stddev_samp": [ + 1636 ], - "map_name": [ - 79 + "sum": [ + 1640 ], - "match_id": [ - 3955 + "var_pop": [ + 1644 ], - "match_map_id": [ - 3955 + "var_samp": [ + 1646 ], - "metadata_parsed_at": [ - 3558 + "variance": [ + 1648 ], - "playback_file": [ - 79 + "__typename": [ + 78 + ] + }, + "league_team_rosters_aggregate_order_by": { + "avg": [ + 1617 ], - "playback_size": [ - 38 + "count": [ + 2461 ], - "players": [ - 1244 + "max": [ + 1623 ], - "round_ticks": [ - 1244 + "min": [ + 1625 ], - "size": [ - 38 + "stddev": [ + 1633 ], - "tick_rate": [ - 29 + "stddev_pop": [ + 1635 ], - "total_ticks": [ - 38 + "stddev_samp": [ + 1637 ], - "workshop_id": [ - 79 + "sum": [ + 1641 + ], + "var_pop": [ + 1645 + ], + "var_samp": [ + 1647 + ], + "variance": [ + 1649 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stddev_fields": { - "duration_seconds": [ - 29 - ], - "playback_size": [ - 29 + "league_team_rosters_arr_rel_insert_input": { + "data": [ + 1621 ], - "size": [ - 29 + "on_conflict": [ + 1627 ], - "tick_rate": [ + "__typename": [ + 78 + ] + }, + "league_team_rosters_avg_fields": { + "player_steam_id": [ 29 ], - "total_ticks": [ - 29 + "__typename": [ + 78 + ] + }, + "league_team_rosters_avg_order_by": { + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stddev_order_by": { - "duration_seconds": [ - 2020 + "league_team_rosters_bool_exp": { + "_and": [ + 1618 ], - "playback_size": [ - 2020 + "_not": [ + 1618 ], - "size": [ - 2020 + "_or": [ + 1618 ], - "tick_rate": [ - 2020 + "added_at": [ + 4005 ], - "total_ticks": [ - 2020 + "league_team_season_id": [ + 4444 + ], + "player": [ + 3423 + ], + "player_steam_id": [ + 182 + ], + "removed_at": [ + 4005 + ], + "removed_reason": [ + 80 + ], + "status": [ + 1044 + ], + "team_season": [ + 1659 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stddev_pop_fields": { - "duration_seconds": [ - 29 + "league_team_rosters_constraint": {}, + "league_team_rosters_inc_input": { + "player_steam_id": [ + 180 ], - "playback_size": [ - 29 + "__typename": [ + 78 + ] + }, + "league_team_rosters_insert_input": { + "added_at": [ + 4004 ], - "size": [ - 29 + "league_team_season_id": [ + 4442 ], - "tick_rate": [ - 29 + "player": [ + 3430 ], - "total_ticks": [ - 29 + "player_steam_id": [ + 180 + ], + "removed_at": [ + 4004 + ], + "removed_reason": [ + 78 + ], + "status": [ + 1043 + ], + "team_season": [ + 1668 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stddev_pop_order_by": { - "duration_seconds": [ - 2020 + "league_team_rosters_max_fields": { + "added_at": [ + 4004 ], - "playback_size": [ - 2020 + "league_team_season_id": [ + 4442 ], - "size": [ - 2020 + "player_steam_id": [ + 180 ], - "tick_rate": [ - 2020 + "removed_at": [ + 4004 ], - "total_ticks": [ - 2020 + "removed_reason": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stddev_samp_fields": { - "duration_seconds": [ - 29 + "league_team_rosters_max_order_by": { + "added_at": [ + 2461 ], - "playback_size": [ - 29 + "league_team_season_id": [ + 2461 ], - "size": [ - 29 + "player_steam_id": [ + 2461 ], - "tick_rate": [ - 29 + "removed_at": [ + 2461 ], - "total_ticks": [ - 29 + "removed_reason": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stddev_samp_order_by": { - "duration_seconds": [ - 2020 + "league_team_rosters_min_fields": { + "added_at": [ + 4004 ], - "playback_size": [ - 2020 + "league_team_season_id": [ + 4442 ], - "size": [ - 2020 + "player_steam_id": [ + 180 ], - "tick_rate": [ - 2020 + "removed_at": [ + 4004 ], - "total_ticks": [ - 2020 + "removed_reason": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stream_cursor_input": { - "initial_value": [ - 1597 + "league_team_rosters_min_order_by": { + "added_at": [ + 2461 ], - "ordering": [ - 233 + "league_team_season_id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "removed_at": [ + 2461 + ], + "removed_reason": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_stream_cursor_value_input": { - "bombs": [ - 1244 + "league_team_rosters_mutation_response": { + "affected_rows": [ + 38 ], - "created_at": [ - 3558 + "returning": [ + 1609 ], - "cs2_build": [ - 79 + "__typename": [ + 78 + ] + }, + "league_team_rosters_on_conflict": { + "constraint": [ + 1619 ], - "duration_seconds": [ - 29 + "update_columns": [ + 1642 ], - "file": [ - 79 + "where": [ + 1618 ], - "geometry_validated": [ - 3 + "__typename": [ + 78 + ] + }, + "league_team_rosters_order_by": { + "added_at": [ + 2461 ], - "id": [ - 3955 + "league_team_season_id": [ + 2461 ], - "kills": [ - 1244 + "player": [ + 3432 ], - "map_name": [ - 79 + "player_steam_id": [ + 2461 ], - "match_id": [ - 3955 + "removed_at": [ + 2461 ], - "match_map_id": [ - 3955 + "removed_reason": [ + 2461 ], - "metadata_parsed_at": [ - 3558 + "status": [ + 2461 ], - "playback_file": [ - 79 + "team_season": [ + 1670 ], - "playback_size": [ - 38 + "__typename": [ + 78 + ] + }, + "league_team_rosters_pk_columns_input": { + "league_team_season_id": [ + 4442 ], - "players": [ - 1244 + "player_steam_id": [ + 180 ], - "round_ticks": [ - 1244 + "__typename": [ + 78 + ] + }, + "league_team_rosters_select_column": {}, + "league_team_rosters_set_input": { + "added_at": [ + 4004 ], - "size": [ - 38 + "league_team_season_id": [ + 4442 ], - "tick_rate": [ - 29 + "player_steam_id": [ + 180 ], - "total_ticks": [ - 38 + "removed_at": [ + 4004 ], - "workshop_id": [ - 79 + "removed_reason": [ + 78 + ], + "status": [ + 1043 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_sum_fields": { - "duration_seconds": [ + "league_team_rosters_stddev_fields": { + "player_steam_id": [ 29 ], - "playback_size": [ - 38 - ], - "size": [ - 38 + "__typename": [ + 78 + ] + }, + "league_team_rosters_stddev_order_by": { + "player_steam_id": [ + 2461 ], - "tick_rate": [ + "__typename": [ + 78 + ] + }, + "league_team_rosters_stddev_pop_fields": { + "player_steam_id": [ 29 ], - "total_ticks": [ - 38 - ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_sum_order_by": { - "duration_seconds": [ - 2020 + "league_team_rosters_stddev_pop_order_by": { + "player_steam_id": [ + 2461 ], - "playback_size": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_rosters_stddev_samp_fields": { + "player_steam_id": [ + 29 ], - "size": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_rosters_stddev_samp_order_by": { + "player_steam_id": [ + 2461 ], - "tick_rate": [ - 2020 + "__typename": [ + 78 + ] + }, + "league_team_rosters_stream_cursor_input": { + "initial_value": [ + 1639 ], - "total_ticks": [ - 2020 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_update_column": {}, - "match_map_demos_updates": { - "_append": [ - 1565 - ], - "_delete_at_path": [ - 1571 + "league_team_rosters_stream_cursor_value_input": { + "added_at": [ + 4004 ], - "_delete_elem": [ - 1572 + "league_team_season_id": [ + 4442 ], - "_delete_key": [ - 1573 + "player_steam_id": [ + 180 ], - "_inc": [ - 1574 + "removed_at": [ + 4004 ], - "_prepend": [ - 1585 + "removed_reason": [ + 78 ], - "_set": [ - 1589 + "status": [ + 1043 ], - "where": [ - 1569 + "__typename": [ + 78 + ] + }, + "league_team_rosters_sum_fields": { + "player_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_var_pop_fields": { - "duration_seconds": [ - 29 + "league_team_rosters_sum_order_by": { + "player_steam_id": [ + 2461 ], - "playback_size": [ - 29 + "__typename": [ + 78 + ] + }, + "league_team_rosters_update_column": {}, + "league_team_rosters_updates": { + "_inc": [ + 1620 ], - "size": [ - 29 + "_set": [ + 1631 ], - "tick_rate": [ - 29 + "where": [ + 1618 ], - "total_ticks": [ + "__typename": [ + 78 + ] + }, + "league_team_rosters_var_pop_fields": { + "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_var_pop_order_by": { - "duration_seconds": [ - 2020 - ], - "playback_size": [ - 2020 - ], - "size": [ - 2020 - ], - "tick_rate": [ - 2020 - ], - "total_ticks": [ - 2020 + "league_team_rosters_var_pop_order_by": { + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_var_samp_fields": { - "duration_seconds": [ - 29 - ], - "playback_size": [ + "league_team_rosters_var_samp_fields": { + "player_steam_id": [ 29 ], - "size": [ - 29 + "__typename": [ + 78 + ] + }, + "league_team_rosters_var_samp_order_by": { + "player_steam_id": [ + 2461 ], - "tick_rate": [ + "__typename": [ + 78 + ] + }, + "league_team_rosters_variance_fields": { + "player_steam_id": [ 29 ], - "total_ticks": [ - 29 + "__typename": [ + 78 + ] + }, + "league_team_rosters_variance_order_by": { + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_demos_var_samp_order_by": { - "duration_seconds": [ - 2020 + "league_team_seasons": { + "assigned_division": [ + 1359 ], - "playback_size": [ - 2020 + "assigned_division_id": [ + 4442 ], - "size": [ - 2020 + "captain": [ + 3419 ], - "tick_rate": [ - 2020 + "captain_steam_id": [ + 180 ], - "total_ticks": [ - 2020 + "created_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "match_map_demos_variance_fields": { - "duration_seconds": [ - 29 + "decline_reason": [ + 78 ], - "playback_size": [ - 29 + "e_registration_status": [ + 629 ], - "size": [ - 29 + "id": [ + 4442 ], - "tick_rate": [ - 29 + "league_season_id": [ + 4442 ], - "total_ticks": [ - 29 + "league_team": [ + 1692 ], - "__typename": [ - 79 - ] - }, - "match_map_demos_variance_order_by": { - "duration_seconds": [ - 2020 + "league_team_id": [ + 4442 ], - "playback_size": [ - 2020 + "registered_by": [ + 3419 ], - "size": [ - 2020 + "registered_by_steam_id": [ + 180 ], - "tick_rate": [ - 2020 + "requested_division": [ + 1359 ], - "total_ticks": [ - 2020 + "requested_division_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_map_rounds": { - "assists": [ - 2158, + "roster": [ + 1609, { "distinct_on": [ - 2181, - "[player_assists_select_column!]" + 1630, + "[league_team_rosters_select_column!]" ], "limit": [ 38 @@ -27599,20 +27863,20 @@ export default { 38 ], "order_by": [ - 2179, - "[player_assists_order_by!]" + 1628, + "[league_team_rosters_order_by!]" ], "where": [ - 2169 + 1618 ] } ], - "assists_aggregate": [ - 2159, + "roster_aggregate": [ + 1610, { "distinct_on": [ - 2181, - "[player_assists_select_column!]" + 1630, + "[league_team_rosters_select_column!]" ], "limit": [ 38 @@ -27621,165 +27885,79 @@ export default { 38 ], "order_by": [ - 2179, - "[player_assists_order_by!]" + 1628, + "[league_team_rosters_order_by!]" ], "where": [ - 2169 + 1618 ] } ], - "backup_file": [ - 79 + "season": [ + 1535 ], - "created_at": [ - 3558 + "seed": [ + 38 ], - "deleted_at": [ - 3558 + "status": [ + 634 ], - "has_backup_file": [ - 3 + "tournament_team": [ + 4267 ], - "id": [ - 3955 - ], - "kills": [ - 2375, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } - ], - "kills_aggregate": [ - 2376, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } - ], - "lineup_1_money": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_side": [ - 895 - ], - "lineup_1_timeouts_available": [ - 38 - ], - "lineup_2_money": [ - 38 - ], - "lineup_2_score": [ - 38 - ], - "lineup_2_side": [ - 895 - ], - "lineup_2_timeouts_available": [ - 38 - ], - "match_map": [ - 1673 - ], - "match_map_id": [ - 3955 - ], - "round": [ - 38 - ], - "time": [ - 3558 - ], - "winning_reason": [ - 1078 - ], - "winning_side": [ - 79 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_aggregate": { + "league_team_seasons_aggregate": { "aggregate": [ - 1612 + 1654 ], "nodes": [ - 1608 + 1650 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_aggregate_bool_exp": { + "league_team_seasons_aggregate_bool_exp": { "count": [ - 1611 + 1653 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_aggregate_bool_exp_count": { + "league_team_seasons_aggregate_bool_exp_count": { "arguments": [ - 1629 + 1672 ], "distinct": [ 3 ], "filter": [ - 1617 + 1659 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_aggregate_fields": { + "league_team_seasons_aggregate_fields": { "avg": [ - 1615 + 1657 ], "count": [ 38, { "columns": [ - 1629, - "[match_map_rounds_select_column!]" + 1672, + "[league_team_seasons_select_column!]" ], "distinct": [ 3 @@ -27787,1182 +27965,968 @@ export default { } ], "max": [ - 1621 + 1663 ], "min": [ - 1623 + 1665 ], "stddev": [ - 1631 + 1674 ], "stddev_pop": [ - 1633 + 1676 ], "stddev_samp": [ - 1635 + 1678 ], "sum": [ - 1639 + 1682 ], "var_pop": [ - 1643 + 1686 ], "var_samp": [ - 1645 + 1688 ], "variance": [ - 1647 + 1690 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_aggregate_order_by": { + "league_team_seasons_aggregate_order_by": { "avg": [ - 1616 + 1658 ], "count": [ - 2020 + 2461 ], "max": [ - 1622 + 1664 ], "min": [ - 1624 + 1666 ], "stddev": [ - 1632 + 1675 ], "stddev_pop": [ - 1634 + 1677 ], "stddev_samp": [ - 1636 + 1679 ], "sum": [ - 1640 + 1683 ], "var_pop": [ - 1644 + 1687 ], "var_samp": [ - 1646 + 1689 ], "variance": [ - 1648 + 1691 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_arr_rel_insert_input": { + "league_team_seasons_arr_rel_insert_input": { "data": [ - 1620 + 1662 ], "on_conflict": [ - 1626 + 1669 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_avg_fields": { - "lineup_1_money": [ - 29 - ], - "lineup_1_score": [ - 29 - ], - "lineup_1_timeouts_available": [ - 29 - ], - "lineup_2_money": [ - 29 - ], - "lineup_2_score": [ + "league_team_seasons_avg_fields": { + "captain_steam_id": [ 29 ], - "lineup_2_timeouts_available": [ + "registered_by_steam_id": [ 29 ], - "round": [ + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_avg_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_avg_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_bool_exp": { + "league_team_seasons_bool_exp": { "_and": [ - 1617 + 1659 ], "_not": [ - 1617 + 1659 ], "_or": [ - 1617 + 1659 ], - "assists": [ - 2169 + "assigned_division": [ + 1363 ], - "assists_aggregate": [ - 2160 + "assigned_division_id": [ + 4444 ], - "backup_file": [ - 81 + "captain": [ + 3423 + ], + "captain_steam_id": [ + 182 ], "created_at": [ - 3559 + 4005 ], - "deleted_at": [ - 3559 + "decline_reason": [ + 80 ], - "has_backup_file": [ - 4 + "e_registration_status": [ + 632 ], "id": [ - 3957 - ], - "kills": [ - 2386 - ], - "kills_aggregate": [ - 2377 + 4444 ], - "lineup_1_money": [ - 39 + "league_season_id": [ + 4444 ], - "lineup_1_score": [ - 39 + "league_team": [ + 1695 ], - "lineup_1_side": [ - 896 + "league_team_id": [ + 4444 ], - "lineup_1_timeouts_available": [ - 39 + "registered_by": [ + 3423 ], - "lineup_2_money": [ - 39 + "registered_by_steam_id": [ + 182 ], - "lineup_2_score": [ - 39 + "requested_division": [ + 1363 ], - "lineup_2_side": [ - 896 + "requested_division_id": [ + 4444 ], - "lineup_2_timeouts_available": [ - 39 + "roster": [ + 1618 ], - "match_map": [ - 1682 + "roster_aggregate": [ + 1611 ], - "match_map_id": [ - 3957 + "season": [ + 1540 ], - "round": [ + "seed": [ 39 ], - "time": [ - 3559 + "status": [ + 635 ], - "winning_reason": [ - 1079 + "tournament_team": [ + 4276 ], - "winning_side": [ - 81 + "tournament_team_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_constraint": {}, - "match_map_rounds_inc_input": { - "lineup_1_money": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_timeouts_available": [ - 38 - ], - "lineup_2_money": [ - 38 - ], - "lineup_2_score": [ - 38 + "league_team_seasons_constraint": {}, + "league_team_seasons_inc_input": { + "captain_steam_id": [ + 180 ], - "lineup_2_timeouts_available": [ - 38 + "registered_by_steam_id": [ + 180 ], - "round": [ + "seed": [ 38 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_insert_input": { - "assists": [ - 2166 + "league_team_seasons_insert_input": { + "assigned_division": [ + 1370 ], - "backup_file": [ - 79 + "assigned_division_id": [ + 4442 ], - "created_at": [ - 3558 + "captain": [ + 3430 ], - "deleted_at": [ - 3558 + "captain_steam_id": [ + 180 ], - "id": [ - 3955 + "created_at": [ + 4004 ], - "kills": [ - 2383 + "decline_reason": [ + 78 ], - "lineup_1_money": [ - 38 + "e_registration_status": [ + 640 ], - "lineup_1_score": [ - 38 + "id": [ + 4442 ], - "lineup_1_side": [ - 895 + "league_season_id": [ + 4442 ], - "lineup_1_timeouts_available": [ - 38 + "league_team": [ + 1701 ], - "lineup_2_money": [ - 38 + "league_team_id": [ + 4442 ], - "lineup_2_score": [ - 38 + "registered_by": [ + 3430 ], - "lineup_2_side": [ - 895 + "registered_by_steam_id": [ + 180 ], - "lineup_2_timeouts_available": [ - 38 + "requested_division": [ + 1370 ], - "match_map": [ - 1691 + "requested_division_id": [ + 4442 ], - "match_map_id": [ - 3955 + "roster": [ + 1615 ], - "round": [ + "season": [ + 1550 + ], + "seed": [ 38 ], - "time": [ - 3558 + "status": [ + 634 ], - "winning_reason": [ - 1078 + "tournament_team": [ + 4285 ], - "winning_side": [ - 79 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_max_fields": { - "backup_file": [ - 79 + "league_team_seasons_max_fields": { + "assigned_division_id": [ + 4442 + ], + "captain_steam_id": [ + 180 ], "created_at": [ - 3558 + 4004 ], - "deleted_at": [ - 3558 + "decline_reason": [ + 78 ], "id": [ - 3955 - ], - "lineup_1_money": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_timeouts_available": [ - 38 + 4442 ], - "lineup_2_money": [ - 38 + "league_season_id": [ + 4442 ], - "lineup_2_score": [ - 38 + "league_team_id": [ + 4442 ], - "lineup_2_timeouts_available": [ - 38 + "registered_by_steam_id": [ + 180 ], - "match_map_id": [ - 3955 + "requested_division_id": [ + 4442 ], - "round": [ + "seed": [ 38 ], - "time": [ - 3558 - ], - "winning_side": [ - 79 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_max_order_by": { - "backup_file": [ - 2020 + "league_team_seasons_max_order_by": { + "assigned_division_id": [ + 2461 + ], + "captain_steam_id": [ + 2461 ], "created_at": [ - 2020 + 2461 ], - "deleted_at": [ - 2020 + "decline_reason": [ + 2461 ], "id": [ - 2020 - ], - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 + 2461 ], - "lineup_2_score": [ - 2020 + "league_season_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "league_team_id": [ + 2461 ], - "match_map_id": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "requested_division_id": [ + 2461 ], - "time": [ - 2020 + "seed": [ + 2461 ], - "winning_side": [ - 2020 + "tournament_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_min_fields": { - "backup_file": [ - 79 + "league_team_seasons_min_fields": { + "assigned_division_id": [ + 4442 + ], + "captain_steam_id": [ + 180 ], "created_at": [ - 3558 + 4004 ], - "deleted_at": [ - 3558 + "decline_reason": [ + 78 ], "id": [ - 3955 - ], - "lineup_1_money": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_timeouts_available": [ - 38 + 4442 ], - "lineup_2_money": [ - 38 + "league_season_id": [ + 4442 ], - "lineup_2_score": [ - 38 + "league_team_id": [ + 4442 ], - "lineup_2_timeouts_available": [ - 38 + "registered_by_steam_id": [ + 180 ], - "match_map_id": [ - 3955 + "requested_division_id": [ + 4442 ], - "round": [ + "seed": [ 38 ], - "time": [ - 3558 - ], - "winning_side": [ - 79 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_min_order_by": { - "backup_file": [ - 2020 + "league_team_seasons_min_order_by": { + "assigned_division_id": [ + 2461 + ], + "captain_steam_id": [ + 2461 ], "created_at": [ - 2020 + 2461 ], - "deleted_at": [ - 2020 + "decline_reason": [ + 2461 ], "id": [ - 2020 - ], - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 + 2461 ], - "lineup_2_score": [ - 2020 + "league_season_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "league_team_id": [ + 2461 ], - "match_map_id": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "requested_division_id": [ + 2461 ], - "time": [ - 2020 + "seed": [ + 2461 ], - "winning_side": [ - 2020 + "tournament_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_mutation_response": { + "league_team_seasons_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1608 + 1650 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_on_conflict": { + "league_team_seasons_obj_rel_insert_input": { + "data": [ + 1662 + ], + "on_conflict": [ + 1669 + ], + "__typename": [ + 78 + ] + }, + "league_team_seasons_on_conflict": { "constraint": [ - 1618 + 1660 ], "update_columns": [ - 1641 + 1684 ], "where": [ - 1617 + 1659 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_order_by": { - "assists_aggregate": [ - 2165 + "league_team_seasons_order_by": { + "assigned_division": [ + 1372 ], - "backup_file": [ - 2020 + "assigned_division_id": [ + 2461 ], - "created_at": [ - 2020 + "captain": [ + 3432 ], - "deleted_at": [ - 2020 + "captain_steam_id": [ + 2461 ], - "has_backup_file": [ - 2020 + "created_at": [ + 2461 ], - "id": [ - 2020 + "decline_reason": [ + 2461 ], - "kills_aggregate": [ - 2382 + "e_registration_status": [ + 642 ], - "lineup_1_money": [ - 2020 + "id": [ + 2461 ], - "lineup_1_score": [ - 2020 + "league_season_id": [ + 2461 ], - "lineup_1_side": [ - 2020 + "league_team": [ + 1703 ], - "lineup_1_timeouts_available": [ - 2020 + "league_team_id": [ + 2461 ], - "lineup_2_money": [ - 2020 + "registered_by": [ + 3432 ], - "lineup_2_score": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "lineup_2_side": [ - 2020 + "requested_division": [ + 1372 ], - "lineup_2_timeouts_available": [ - 2020 + "requested_division_id": [ + 2461 ], - "match_map": [ - 1693 + "roster_aggregate": [ + 1614 ], - "match_map_id": [ - 2020 + "season": [ + 1552 ], - "round": [ - 2020 + "seed": [ + 2461 ], - "time": [ - 2020 + "status": [ + 2461 ], - "winning_reason": [ - 2020 + "tournament_team": [ + 4287 ], - "winning_side": [ - 2020 + "tournament_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_pk_columns_input": { + "league_team_seasons_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_select_column": {}, - "match_map_rounds_set_input": { - "backup_file": [ - 79 + "league_team_seasons_select_column": {}, + "league_team_seasons_set_input": { + "assigned_division_id": [ + 4442 + ], + "captain_steam_id": [ + 180 ], "created_at": [ - 3558 + 4004 ], - "deleted_at": [ - 3558 + "decline_reason": [ + 78 ], "id": [ - 3955 - ], - "lineup_1_money": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_side": [ - 895 - ], - "lineup_1_timeouts_available": [ - 38 - ], - "lineup_2_money": [ - 38 + 4442 ], - "lineup_2_score": [ - 38 + "league_season_id": [ + 4442 ], - "lineup_2_side": [ - 895 + "league_team_id": [ + 4442 ], - "lineup_2_timeouts_available": [ - 38 + "registered_by_steam_id": [ + 180 ], - "match_map_id": [ - 3955 + "requested_division_id": [ + 4442 ], - "round": [ + "seed": [ 38 ], - "time": [ - 3558 - ], - "winning_reason": [ - 1078 + "status": [ + 634 ], - "winning_side": [ - 79 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stddev_fields": { - "lineup_1_money": [ - 29 - ], - "lineup_1_score": [ - 29 - ], - "lineup_1_timeouts_available": [ - 29 - ], - "lineup_2_money": [ - 29 - ], - "lineup_2_score": [ + "league_team_seasons_stddev_fields": { + "captain_steam_id": [ 29 ], - "lineup_2_timeouts_available": [ + "registered_by_steam_id": [ 29 ], - "round": [ + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stddev_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_stddev_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stddev_pop_fields": { - "lineup_1_money": [ - 29 - ], - "lineup_1_score": [ - 29 - ], - "lineup_1_timeouts_available": [ - 29 - ], - "lineup_2_money": [ - 29 - ], - "lineup_2_score": [ + "league_team_seasons_stddev_pop_fields": { + "captain_steam_id": [ 29 ], - "lineup_2_timeouts_available": [ + "registered_by_steam_id": [ 29 ], - "round": [ + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stddev_pop_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_stddev_pop_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stddev_samp_fields": { - "lineup_1_money": [ - 29 - ], - "lineup_1_score": [ - 29 - ], - "lineup_1_timeouts_available": [ - 29 - ], - "lineup_2_money": [ - 29 - ], - "lineup_2_score": [ + "league_team_seasons_stddev_samp_fields": { + "captain_steam_id": [ 29 ], - "lineup_2_timeouts_available": [ + "registered_by_steam_id": [ 29 ], - "round": [ + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stddev_samp_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_stddev_samp_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stream_cursor_input": { + "league_team_seasons_stream_cursor_input": { "initial_value": [ - 1638 + 1681 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_stream_cursor_value_input": { - "backup_file": [ - 79 + "league_team_seasons_stream_cursor_value_input": { + "assigned_division_id": [ + 4442 + ], + "captain_steam_id": [ + 180 ], "created_at": [ - 3558 + 4004 ], - "deleted_at": [ - 3558 + "decline_reason": [ + 78 ], "id": [ - 3955 - ], - "lineup_1_money": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_side": [ - 895 - ], - "lineup_1_timeouts_available": [ - 38 - ], - "lineup_2_money": [ - 38 + 4442 ], - "lineup_2_score": [ - 38 + "league_season_id": [ + 4442 ], - "lineup_2_side": [ - 895 + "league_team_id": [ + 4442 ], - "lineup_2_timeouts_available": [ - 38 + "registered_by_steam_id": [ + 180 ], - "match_map_id": [ - 3955 + "requested_division_id": [ + 4442 ], - "round": [ + "seed": [ 38 ], - "time": [ - 3558 - ], - "winning_reason": [ - 1078 + "status": [ + 634 ], - "winning_side": [ - 79 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_sum_fields": { - "lineup_1_money": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_timeouts_available": [ - 38 - ], - "lineup_2_money": [ - 38 - ], - "lineup_2_score": [ - 38 + "league_team_seasons_sum_fields": { + "captain_steam_id": [ + 180 ], - "lineup_2_timeouts_available": [ - 38 + "registered_by_steam_id": [ + 180 ], - "round": [ + "seed": [ 38 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_sum_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_sum_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_update_column": {}, - "match_map_rounds_updates": { + "league_team_seasons_update_column": {}, + "league_team_seasons_updates": { "_inc": [ - 1619 + 1661 ], "_set": [ - 1630 + 1673 ], "where": [ - 1617 + 1659 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_var_pop_fields": { - "lineup_1_money": [ - 29 - ], - "lineup_1_score": [ - 29 - ], - "lineup_1_timeouts_available": [ - 29 - ], - "lineup_2_money": [ - 29 - ], - "lineup_2_score": [ + "league_team_seasons_var_pop_fields": { + "captain_steam_id": [ 29 ], - "lineup_2_timeouts_available": [ + "registered_by_steam_id": [ 29 ], - "round": [ + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_var_pop_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_var_pop_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_var_samp_fields": { - "lineup_1_money": [ - 29 - ], - "lineup_1_score": [ + "league_team_seasons_var_samp_fields": { + "captain_steam_id": [ 29 ], - "lineup_1_timeouts_available": [ + "registered_by_steam_id": [ 29 ], - "lineup_2_money": [ - 29 - ], - "lineup_2_score": [ - 29 - ], - "lineup_2_timeouts_available": [ - 29 - ], - "round": [ + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_var_samp_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_var_samp_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_variance_fields": { - "lineup_1_money": [ - 29 - ], - "lineup_1_score": [ - 29 - ], - "lineup_1_timeouts_available": [ - 29 - ], - "lineup_2_money": [ - 29 - ], - "lineup_2_score": [ + "league_team_seasons_variance_fields": { + "captain_steam_id": [ 29 ], - "lineup_2_timeouts_available": [ + "registered_by_steam_id": [ 29 ], - "round": [ + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_map_rounds_variance_order_by": { - "lineup_1_money": [ - 2020 - ], - "lineup_1_score": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_money": [ - 2020 - ], - "lineup_2_score": [ - 2020 + "league_team_seasons_variance_order_by": { + "captain_steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "registered_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks": { + "league_teams": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 - ], - "map": [ - 1353 - ], - "map_id": [ - 3955 + 4442 ], - "match": [ - 1835 + "movements": [ + 1568, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } ], - "match_id": [ - 3955 + "movements_aggregate": [ + 1569, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } ], - "match_lineup": [ - 1515 + "team": [ + 3961 ], - "match_lineup_id": [ - 3955 + "team_id": [ + 4442 ], - "side": [ - 79 + "team_seasons": [ + 1650, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } ], - "type": [ - 1058 + "team_seasons_aggregate": [ + 1651, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_aggregate": { + "league_teams_aggregate": { "aggregate": [ - 1653 + 1694 ], "nodes": [ - 1649 - ], - "__typename": [ - 79 - ] - }, - "match_map_veto_picks_aggregate_bool_exp": { - "count": [ - 1652 - ], - "__typename": [ - 79 - ] - }, - "match_map_veto_picks_aggregate_bool_exp_count": { - "arguments": [ - 1667 - ], - "distinct": [ - 3 - ], - "filter": [ - 1656 - ], - "predicate": [ - 39 + 1692 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_aggregate_fields": { + "league_teams_aggregate_fields": { "count": [ 38, { "columns": [ - 1667, - "[match_map_veto_picks_select_column!]" + 1705, + "[league_teams_select_column!]" ], "distinct": [ 3 @@ -28970,369 +28934,243 @@ export default { } ], "max": [ - 1659 - ], - "min": [ - 1661 - ], - "__typename": [ - 79 - ] - }, - "match_map_veto_picks_aggregate_order_by": { - "count": [ - 2020 - ], - "max": [ - 1660 + 1698 ], "min": [ - 1662 - ], - "__typename": [ - 79 - ] - }, - "match_map_veto_picks_arr_rel_insert_input": { - "data": [ - 1658 - ], - "on_conflict": [ - 1664 + 1699 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_bool_exp": { + "league_teams_bool_exp": { "_and": [ - 1656 + 1695 ], "_not": [ - 1656 + 1695 ], "_or": [ - 1656 - ], - "created_at": [ - 3559 - ], - "id": [ - 3957 - ], - "map": [ - 1362 - ], - "map_id": [ - 3957 - ], - "match": [ - 1844 - ], - "match_id": [ - 3957 - ], - "match_lineup": [ - 1524 - ], - "match_lineup_id": [ - 3957 - ], - "side": [ - 81 - ], - "type": [ - 1059 + 1695 ], - "__typename": [ - 79 - ] - }, - "match_map_veto_picks_constraint": {}, - "match_map_veto_picks_insert_input": { "created_at": [ - 3558 + 4005 ], "id": [ - 3955 - ], - "map": [ - 1370 - ], - "map_id": [ - 3955 + 4444 ], - "match": [ - 1853 + "movements": [ + 1577 ], - "match_id": [ - 3955 + "movements_aggregate": [ + 1570 ], - "match_lineup": [ - 1533 + "team": [ + 3970 ], - "match_lineup_id": [ - 3955 + "team_id": [ + 4444 ], - "side": [ - 79 + "team_seasons": [ + 1659 ], - "type": [ - 1058 + "team_seasons_aggregate": [ + 1652 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_max_fields": { + "league_teams_constraint": {}, + "league_teams_insert_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "map_id": [ - 3955 + "movements": [ + 1574 ], - "match_id": [ - 3955 + "team": [ + 3979 ], - "match_lineup_id": [ - 3955 + "team_id": [ + 4442 ], - "side": [ - 79 + "team_seasons": [ + 1656 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_max_order_by": { + "league_teams_max_fields": { "created_at": [ - 2020 + 4004 ], "id": [ - 2020 - ], - "map_id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_lineup_id": [ - 2020 + 4442 ], - "side": [ - 2020 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_min_fields": { + "league_teams_min_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 - ], - "map_id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_lineup_id": [ - 3955 + 4442 ], - "side": [ - 79 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_min_order_by": { - "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "map_id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_lineup_id": [ - 2020 + "league_teams_mutation_response": { + "affected_rows": [ + 38 ], - "side": [ - 2020 + "returning": [ + 1692 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_mutation_response": { - "affected_rows": [ - 38 + "league_teams_obj_rel_insert_input": { + "data": [ + 1697 ], - "returning": [ - 1649 + "on_conflict": [ + 1702 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_on_conflict": { + "league_teams_on_conflict": { "constraint": [ - 1657 + 1696 ], "update_columns": [ - 1671 + 1709 ], "where": [ - 1656 + 1695 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_order_by": { + "league_teams_order_by": { "created_at": [ - 2020 + 2461 ], "id": [ - 2020 - ], - "map": [ - 1372 - ], - "map_id": [ - 2020 - ], - "match": [ - 1855 - ], - "match_id": [ - 2020 + 2461 ], - "match_lineup": [ - 1535 + "movements_aggregate": [ + 1573 ], - "match_lineup_id": [ - 2020 + "team": [ + 3981 ], - "side": [ - 2020 + "team_id": [ + 2461 ], - "type": [ - 2020 + "team_seasons_aggregate": [ + 1655 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_pk_columns_input": { + "league_teams_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_select_column": {}, - "match_map_veto_picks_set_input": { + "league_teams_select_column": {}, + "league_teams_set_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 - ], - "map_id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_lineup_id": [ - 3955 - ], - "side": [ - 79 + 4442 ], - "type": [ - 1058 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_stream_cursor_input": { + "league_teams_stream_cursor_input": { "initial_value": [ - 1670 + 1708 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_stream_cursor_value_input": { + "league_teams_stream_cursor_value_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 - ], - "map_id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_lineup_id": [ - 3955 - ], - "side": [ - 79 + 4442 ], - "type": [ - 1058 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_map_veto_picks_update_column": {}, - "match_map_veto_picks_updates": { + "league_teams_update_column": {}, + "league_teams_updates": { "_set": [ - 1668 + 1706 ], "where": [ - 1656 + 1695 ], "__typename": [ - 79 + 78 ] }, - "match_maps": { - "clips_count": [ - 38 + "lobbies": { + "access": [ + 676 ], "created_at": [ - 3558 + 4004 ], - "demos": [ - 1557, + "e_lobby_access": [ + 671 + ], + "id": [ + 4442 + ], + "players": [ + 1730, { "distinct_on": [ - 1586, - "[match_map_demos_select_column!]" + 1753, + "[lobby_players_select_column!]" ], "limit": [ 38 @@ -29341,20 +29179,20 @@ export default { 38 ], "order_by": [ - 1583, - "[match_map_demos_order_by!]" + 1751, + "[lobby_players_order_by!]" ], "where": [ - 1569 + 1741 ] } ], - "demos_aggregate": [ - 1558, + "players_aggregate": [ + 1731, { "distinct_on": [ - 1586, - "[match_map_demos_select_column!]" + 1753, + "[lobby_players_select_column!]" ], "limit": [ 38 @@ -29363,573 +29201,355 @@ export default { 38 ], "order_by": [ - 1583, - "[match_map_demos_order_by!]" + 1751, + "[lobby_players_order_by!]" ], "where": [ - 1569 + 1741 ] } ], - "demos_download_url": [ - 79 - ], - "demos_total_size": [ - 38 - ], - "e_match_map_status": [ - 666 + "__typename": [ + 78 + ] + }, + "lobbies_aggregate": { + "aggregate": [ + 1713 ], - "ended_at": [ - 3558 + "nodes": [ + 1711 ], - "flashes": [ - 2330, + "__typename": [ + 78 + ] + }, + "lobbies_aggregate_fields": { + "count": [ + 38, { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" + "columns": [ + 1724, + "[lobbies_select_column!]" ], - "where": [ - 2341 + "distinct": [ + 3 ] } ], - "flashes_aggregate": [ - 2331, - { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" - ], - "where": [ - 2341 - ] - } + "max": [ + 1717 ], - "id": [ - 3955 + "min": [ + 1718 ], - "is_current_map": [ - 3 + "__typename": [ + 78 + ] + }, + "lobbies_bool_exp": { + "_and": [ + 1714 ], - "latest_clip_at": [ - 3558 + "_not": [ + 1714 ], - "lineup_1_score": [ - 38 + "_or": [ + 1714 ], - "lineup_1_side": [ - 895 + "access": [ + 677 ], - "lineup_1_timeouts_available": [ - 38 + "created_at": [ + 4005 ], - "lineup_2_score": [ - 38 + "e_lobby_access": [ + 674 ], - "lineup_2_side": [ - 895 + "id": [ + 4444 ], - "lineup_2_timeouts_available": [ - 38 + "players": [ + 1741 ], - "map": [ - 1353 + "players_aggregate": [ + 1732 ], - "map_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "lobbies_constraint": {}, + "lobbies_insert_input": { + "access": [ + 676 ], - "match": [ - 1835 + "created_at": [ + 4004 ], - "match_clips": [ - 1382, - { - "distinct_on": [ - 1404, - "[match_clips_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1402, - "[match_clips_order_by!]" - ], - "where": [ - 1391 - ] - } + "e_lobby_access": [ + 682 ], - "match_clips_aggregate": [ - 1383, - { - "distinct_on": [ - 1404, - "[match_clips_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1402, - "[match_clips_order_by!]" - ], - "where": [ - 1391 - ] - } + "id": [ + 4442 ], - "match_id": [ - 3955 + "players": [ + 1738 ], - "objectives": [ - 2576, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } + "__typename": [ + 78 + ] + }, + "lobbies_max_fields": { + "created_at": [ + 4004 ], - "objectives_aggregate": [ - 2577, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } + "id": [ + 4442 ], - "order": [ - 38 + "__typename": [ + 78 + ] + }, + "lobbies_min_fields": { + "created_at": [ + 4004 ], - "player_assists": [ - 2158, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } + "id": [ + 4442 ], - "player_assists_aggregate": [ - 2159, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } + "__typename": [ + 78 + ] + }, + "lobbies_mutation_response": { + "affected_rows": [ + 38 ], - "player_damages": [ - 2221, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } + "returning": [ + 1711 ], - "player_damages_aggregate": [ - 2222, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } + "__typename": [ + 78 + ] + }, + "lobbies_obj_rel_insert_input": { + "data": [ + 1716 ], - "player_kills": [ - 2375, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } + "on_conflict": [ + 1721 ], - "player_kills_aggregate": [ - 2376, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } + "__typename": [ + 78 + ] + }, + "lobbies_on_conflict": { + "constraint": [ + 1715 ], - "player_unused_utilities": [ - 2863, - { - "distinct_on": [ - 2884, - "[player_unused_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2882, - "[player_unused_utility_order_by!]" - ], - "where": [ - 2872 - ] - } + "update_columns": [ + 1728 ], - "player_unused_utilities_aggregate": [ - 2864, - { - "distinct_on": [ - 2884, - "[player_unused_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2882, - "[player_unused_utility_order_by!]" - ], - "where": [ - 2872 - ] - } + "where": [ + 1714 ], - "public_clips_count": [ - 38 + "__typename": [ + 78 + ] + }, + "lobbies_order_by": { + "access": [ + 2461 ], - "public_latest_clip_at": [ - 3558 + "created_at": [ + 2461 ], - "rounds": [ - 1608, - { - "distinct_on": [ - 1629, - "[match_map_rounds_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1627, - "[match_map_rounds_order_by!]" - ], - "where": [ - 1617 - ] - } + "e_lobby_access": [ + 684 ], - "rounds_aggregate": [ - 1609, - { - "distinct_on": [ - 1629, - "[match_map_rounds_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1627, - "[match_map_rounds_order_by!]" - ], - "where": [ - 1617 - ] - } + "id": [ + 2461 ], - "started_at": [ - 3558 + "players_aggregate": [ + 1737 ], - "status": [ - 671 + "__typename": [ + 78 + ] + }, + "lobbies_pk_columns_input": { + "id": [ + 4442 ], - "utility": [ - 2904, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } + "__typename": [ + 78 + ] + }, + "lobbies_select_column": {}, + "lobbies_set_input": { + "access": [ + 676 ], - "utility_aggregate": [ - 2905, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } + "created_at": [ + 4004 ], - "vetos": [ - 1649, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } + "id": [ + 4442 ], - "vetos_aggregate": [ - 1650, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } + "__typename": [ + 78 + ] + }, + "lobbies_stream_cursor_input": { + "initial_value": [ + 1727 ], - "winning_lineup_id": [ - 3955 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "match_maps_aggregate": { + "lobbies_stream_cursor_value_input": { + "access": [ + 676 + ], + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "lobbies_update_column": {}, + "lobbies_updates": { + "_set": [ + 1725 + ], + "where": [ + 1714 + ], + "__typename": [ + 78 + ] + }, + "lobby_players": { + "captain": [ + 3 + ], + "invited_by_steam_id": [ + 180 + ], + "lobby": [ + 1711 + ], + "lobby_id": [ + 4442 + ], + "player": [ + 3419 + ], + "status": [ + 697 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "lobby_players_aggregate": { "aggregate": [ - 1677 + 1736 ], "nodes": [ - 1673 + 1730 ], "__typename": [ - 79 + 78 ] }, - "match_maps_aggregate_bool_exp": { + "lobby_players_aggregate_bool_exp": { + "bool_and": [ + 1733 + ], + "bool_or": [ + 1734 + ], "count": [ - 1676 + 1735 ], "__typename": [ - 79 + 78 ] }, - "match_maps_aggregate_bool_exp_count": { + "lobby_players_aggregate_bool_exp_bool_and": { "arguments": [ - 1695 + 1754 ], "distinct": [ 3 ], "filter": [ - 1682 + 1741 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "lobby_players_aggregate_bool_exp_bool_or": { + "arguments": [ + 1755 + ], + "distinct": [ + 3 + ], + "filter": [ + 1741 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "lobby_players_aggregate_bool_exp_count": { + "arguments": [ + 1753 + ], + "distinct": [ + 3 + ], + "filter": [ + 1741 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "match_maps_aggregate_fields": { + "lobby_players_aggregate_fields": { "avg": [ - 1680 + 1739 ], "count": [ 38, { "columns": [ - 1695, - "[match_maps_select_column!]" + 1753, + "[lobby_players_select_column!]" ], "distinct": [ 3 @@ -29937,1311 +29557,1468 @@ export default { } ], "max": [ - 1686 + 1745 ], "min": [ - 1688 + 1747 ], "stddev": [ - 1697 + 1757 ], "stddev_pop": [ - 1699 + 1759 ], "stddev_samp": [ - 1701 + 1761 ], "sum": [ - 1705 + 1765 ], "var_pop": [ - 1709 + 1769 ], "var_samp": [ - 1711 + 1771 ], "variance": [ - 1713 + 1773 ], "__typename": [ - 79 + 78 ] }, - "match_maps_aggregate_order_by": { + "lobby_players_aggregate_order_by": { "avg": [ - 1681 + 1740 ], "count": [ - 2020 + 2461 ], "max": [ - 1687 + 1746 ], "min": [ - 1689 + 1748 ], "stddev": [ - 1698 + 1758 ], "stddev_pop": [ - 1700 + 1760 ], "stddev_samp": [ - 1702 + 1762 ], "sum": [ - 1706 + 1766 ], "var_pop": [ - 1710 + 1770 ], "var_samp": [ - 1712 + 1772 ], "variance": [ - 1714 + 1774 ], "__typename": [ - 79 + 78 ] }, - "match_maps_arr_rel_insert_input": { + "lobby_players_arr_rel_insert_input": { "data": [ - 1685 + 1744 ], "on_conflict": [ - 1692 + 1750 ], "__typename": [ - 79 + 78 ] }, - "match_maps_avg_fields": { - "clips_count": [ - 29 - ], - "demos_total_size": [ - 38 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_timeouts_available": [ - 29 - ], - "lineup_2_score": [ - 38 - ], - "lineup_2_timeouts_available": [ - 29 - ], - "order": [ + "lobby_players_avg_fields": { + "invited_by_steam_id": [ 29 ], - "public_clips_count": [ + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_maps_avg_order_by": { - "clips_count": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_timeouts_available": [ - 2020 - ], - "order": [ - 2020 + "lobby_players_avg_order_by": { + "invited_by_steam_id": [ + 2461 ], - "public_clips_count": [ - 2020 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_maps_bool_exp": { + "lobby_players_bool_exp": { "_and": [ - 1682 + 1741 ], "_not": [ - 1682 + 1741 ], "_or": [ - 1682 - ], - "clips_count": [ - 39 - ], - "created_at": [ - 3559 - ], - "demos": [ - 1569 + 1741 ], - "demos_aggregate": [ - 1559 + "captain": [ + 4 ], - "demos_download_url": [ - 81 + "invited_by_steam_id": [ + 182 ], - "demos_total_size": [ - 39 + "lobby": [ + 1714 ], - "e_match_map_status": [ - 669 + "lobby_id": [ + 4444 ], - "ended_at": [ - 3559 + "player": [ + 3423 ], - "flashes": [ - 2341 + "status": [ + 698 ], - "flashes_aggregate": [ - 2332 + "steam_id": [ + 182 ], - "id": [ - 3957 + "__typename": [ + 78 + ] + }, + "lobby_players_constraint": {}, + "lobby_players_inc_input": { + "invited_by_steam_id": [ + 180 ], - "is_current_map": [ - 4 + "steam_id": [ + 180 ], - "latest_clip_at": [ - 3559 + "__typename": [ + 78 + ] + }, + "lobby_players_insert_input": { + "captain": [ + 3 ], - "lineup_1_score": [ - 39 + "invited_by_steam_id": [ + 180 ], - "lineup_1_side": [ - 896 + "lobby": [ + 1720 ], - "lineup_1_timeouts_available": [ - 39 + "lobby_id": [ + 4442 ], - "lineup_2_score": [ - 39 + "player": [ + 3430 ], - "lineup_2_side": [ - 896 + "status": [ + 697 ], - "lineup_2_timeouts_available": [ - 39 + "steam_id": [ + 180 ], - "map": [ - 1362 + "__typename": [ + 78 + ] + }, + "lobby_players_max_fields": { + "invited_by_steam_id": [ + 180 ], - "map_id": [ - 3957 + "lobby_id": [ + 4442 ], - "match": [ - 1844 + "steam_id": [ + 180 ], - "match_clips": [ - 1391 + "__typename": [ + 78 + ] + }, + "lobby_players_max_order_by": { + "invited_by_steam_id": [ + 2461 ], - "match_clips_aggregate": [ - 1384 + "lobby_id": [ + 2461 ], - "match_id": [ - 3957 + "steam_id": [ + 2461 ], - "objectives": [ - 2585 + "__typename": [ + 78 + ] + }, + "lobby_players_min_fields": { + "invited_by_steam_id": [ + 180 ], - "objectives_aggregate": [ - 2578 + "lobby_id": [ + 4442 ], - "order": [ - 39 + "steam_id": [ + 180 ], - "player_assists": [ - 2169 + "__typename": [ + 78 + ] + }, + "lobby_players_min_order_by": { + "invited_by_steam_id": [ + 2461 ], - "player_assists_aggregate": [ - 2160 + "lobby_id": [ + 2461 ], - "player_damages": [ - 2230 + "steam_id": [ + 2461 ], - "player_damages_aggregate": [ - 2223 + "__typename": [ + 78 + ] + }, + "lobby_players_mutation_response": { + "affected_rows": [ + 38 ], - "player_kills": [ - 2386 + "returning": [ + 1730 ], - "player_kills_aggregate": [ - 2377 + "__typename": [ + 78 + ] + }, + "lobby_players_on_conflict": { + "constraint": [ + 1742 ], - "player_unused_utilities": [ - 2872 + "update_columns": [ + 1767 ], - "player_unused_utilities_aggregate": [ - 2865 + "where": [ + 1741 ], - "public_clips_count": [ - 39 + "__typename": [ + 78 + ] + }, + "lobby_players_order_by": { + "captain": [ + 2461 ], - "public_latest_clip_at": [ - 3559 + "invited_by_steam_id": [ + 2461 ], - "rounds": [ - 1617 + "lobby": [ + 1722 ], - "rounds_aggregate": [ - 1610 + "lobby_id": [ + 2461 ], - "started_at": [ - 3559 + "player": [ + 3432 ], "status": [ - 672 - ], - "utility": [ - 2913 - ], - "utility_aggregate": [ - 2906 - ], - "vetos": [ - 1656 - ], - "vetos_aggregate": [ - 1651 + 2461 ], - "winning_lineup_id": [ - 3957 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_maps_constraint": {}, - "match_maps_inc_input": { - "clips_count": [ - 38 - ], - "lineup_1_timeouts_available": [ - 38 - ], - "lineup_2_timeouts_available": [ - 38 - ], - "order": [ - 38 + "lobby_players_pk_columns_input": { + "lobby_id": [ + 4442 ], - "public_clips_count": [ - 38 + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_maps_insert_input": { - "clips_count": [ - 38 - ], - "created_at": [ - 3558 - ], - "demos": [ - 1566 - ], - "e_match_map_status": [ - 677 - ], - "ended_at": [ - 3558 - ], - "flashes": [ - 2338 + "lobby_players_select_column": {}, + "lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_and_arguments_columns": {}, + "lobby_players_select_column_lobby_players_aggregate_bool_exp_bool_or_arguments_columns": {}, + "lobby_players_set_input": { + "captain": [ + 3 ], - "id": [ - 3955 + "invited_by_steam_id": [ + 180 ], - "latest_clip_at": [ - 3558 + "lobby_id": [ + 4442 ], - "lineup_1_side": [ - 895 + "status": [ + 697 ], - "lineup_1_timeouts_available": [ - 38 + "steam_id": [ + 180 ], - "lineup_2_side": [ - 895 + "__typename": [ + 78 + ] + }, + "lobby_players_stddev_fields": { + "invited_by_steam_id": [ + 29 ], - "lineup_2_timeouts_available": [ - 38 + "steam_id": [ + 29 ], - "map": [ - 1370 + "__typename": [ + 78 + ] + }, + "lobby_players_stddev_order_by": { + "invited_by_steam_id": [ + 2461 ], - "map_id": [ - 3955 + "steam_id": [ + 2461 ], - "match": [ - 1853 + "__typename": [ + 78 + ] + }, + "lobby_players_stddev_pop_fields": { + "invited_by_steam_id": [ + 29 ], - "match_clips": [ - 1388 + "steam_id": [ + 29 ], - "match_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "lobby_players_stddev_pop_order_by": { + "invited_by_steam_id": [ + 2461 ], - "objectives": [ - 2582 + "steam_id": [ + 2461 ], - "order": [ - 38 + "__typename": [ + 78 + ] + }, + "lobby_players_stddev_samp_fields": { + "invited_by_steam_id": [ + 29 ], - "player_assists": [ - 2166 + "steam_id": [ + 29 ], - "player_damages": [ - 2227 + "__typename": [ + 78 + ] + }, + "lobby_players_stddev_samp_order_by": { + "invited_by_steam_id": [ + 2461 ], - "player_kills": [ - 2383 + "steam_id": [ + 2461 ], - "player_unused_utilities": [ - 2869 + "__typename": [ + 78 + ] + }, + "lobby_players_stream_cursor_input": { + "initial_value": [ + 1764 ], - "public_clips_count": [ - 38 + "ordering": [ + 236 ], - "public_latest_clip_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "lobby_players_stream_cursor_value_input": { + "captain": [ + 3 ], - "rounds": [ - 1614 + "invited_by_steam_id": [ + 180 ], - "started_at": [ - 3558 + "lobby_id": [ + 4442 ], "status": [ - 671 + 697 ], - "utility": [ - 2910 + "steam_id": [ + 180 ], - "vetos": [ - 1655 + "__typename": [ + 78 + ] + }, + "lobby_players_sum_fields": { + "invited_by_steam_id": [ + 180 ], - "winning_lineup_id": [ - 3955 + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_maps_max_fields": { - "clips_count": [ - 38 - ], - "created_at": [ - 3558 + "lobby_players_sum_order_by": { + "invited_by_steam_id": [ + 2461 ], - "demos_download_url": [ - 79 + "steam_id": [ + 2461 ], - "demos_total_size": [ - 38 + "__typename": [ + 78 + ] + }, + "lobby_players_update_column": {}, + "lobby_players_updates": { + "_inc": [ + 1743 ], - "ended_at": [ - 3558 + "_set": [ + 1756 ], - "id": [ - 3955 + "where": [ + 1741 ], - "latest_clip_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "lobby_players_var_pop_fields": { + "invited_by_steam_id": [ + 29 ], - "lineup_1_score": [ - 38 + "steam_id": [ + 29 ], - "lineup_1_timeouts_available": [ - 38 + "__typename": [ + 78 + ] + }, + "lobby_players_var_pop_order_by": { + "invited_by_steam_id": [ + 2461 ], - "lineup_2_score": [ - 38 + "steam_id": [ + 2461 ], - "lineup_2_timeouts_available": [ - 38 + "__typename": [ + 78 + ] + }, + "lobby_players_var_samp_fields": { + "invited_by_steam_id": [ + 29 ], - "map_id": [ - 3955 + "steam_id": [ + 29 ], - "match_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "lobby_players_var_samp_order_by": { + "invited_by_steam_id": [ + 2461 ], - "order": [ - 38 + "steam_id": [ + 2461 ], - "public_clips_count": [ - 38 + "__typename": [ + 78 + ] + }, + "lobby_players_variance_fields": { + "invited_by_steam_id": [ + 29 ], - "public_latest_clip_at": [ - 3558 + "steam_id": [ + 29 ], - "started_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "lobby_players_variance_order_by": { + "invited_by_steam_id": [ + 2461 ], - "winning_lineup_id": [ - 3955 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_maps_max_order_by": { - "clips_count": [ - 2020 - ], - "created_at": [ - 2020 + "map_pools": { + "e_type": [ + 712 ], - "ended_at": [ - 2020 + "enabled": [ + 3 ], "id": [ - 2020 - ], - "latest_clip_at": [ - 2020 + 4442 ], - "lineup_1_timeouts_available": [ - 2020 + "maps": [ + 5033, + { + "distinct_on": [ + 5050, + "[v_pool_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5049, + "[v_pool_maps_order_by!]" + ], + "where": [ + 5042 + ] + } ], - "lineup_2_timeouts_available": [ - 2020 + "maps_aggregate": [ + 5034, + { + "distinct_on": [ + 5050, + "[v_pool_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5049, + "[v_pool_maps_order_by!]" + ], + "where": [ + 5042 + ] + } ], - "map_id": [ - 2020 + "seed": [ + 3 ], - "match_id": [ - 2020 + "type": [ + 717 ], - "order": [ - 2020 + "__typename": [ + 78 + ] + }, + "map_pools_aggregate": { + "aggregate": [ + 1777 ], - "public_clips_count": [ - 2020 + "nodes": [ + 1775 ], - "public_latest_clip_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "map_pools_aggregate_fields": { + "count": [ + 38, + { + "columns": [ + 1788, + "[map_pools_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "started_at": [ - 2020 + "max": [ + 1781 ], - "winning_lineup_id": [ - 2020 + "min": [ + 1782 ], "__typename": [ - 79 + 78 ] }, - "match_maps_min_fields": { - "clips_count": [ - 38 + "map_pools_bool_exp": { + "_and": [ + 1778 ], - "created_at": [ - 3558 + "_not": [ + 1778 ], - "demos_download_url": [ - 79 + "_or": [ + 1778 ], - "demos_total_size": [ - 38 + "e_type": [ + 715 ], - "ended_at": [ - 3558 + "enabled": [ + 4 ], "id": [ - 3955 - ], - "latest_clip_at": [ - 3558 - ], - "lineup_1_score": [ - 38 - ], - "lineup_1_timeouts_available": [ - 38 - ], - "lineup_2_score": [ - 38 - ], - "lineup_2_timeouts_available": [ - 38 - ], - "map_id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "order": [ - 38 + 4444 ], - "public_clips_count": [ - 38 + "maps": [ + 5042 ], - "public_latest_clip_at": [ - 3558 + "maps_aggregate": [ + 5035 ], - "started_at": [ - 3558 + "seed": [ + 4 ], - "winning_lineup_id": [ - 3955 + "type": [ + 718 ], "__typename": [ - 79 + 78 ] }, - "match_maps_min_order_by": { - "clips_count": [ - 2020 - ], - "created_at": [ - 2020 + "map_pools_constraint": {}, + "map_pools_insert_input": { + "e_type": [ + 723 ], - "ended_at": [ - 2020 + "enabled": [ + 3 ], "id": [ - 2020 - ], - "latest_clip_at": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_timeouts_available": [ - 2020 - ], - "map_id": [ - 2020 - ], - "match_id": [ - 2020 + 4442 ], - "order": [ - 2020 + "maps": [ + 5041 ], - "public_clips_count": [ - 2020 + "seed": [ + 3 ], - "public_latest_clip_at": [ - 2020 + "type": [ + 717 ], - "started_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "map_pools_max_fields": { + "id": [ + 4442 ], - "winning_lineup_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "map_pools_min_fields": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_maps_mutation_response": { + "map_pools_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1673 + 1775 ], "__typename": [ - 79 + 78 ] }, - "match_maps_obj_rel_insert_input": { + "map_pools_obj_rel_insert_input": { "data": [ - 1685 + 1780 ], "on_conflict": [ - 1692 + 1785 ], "__typename": [ - 79 + 78 ] }, - "match_maps_on_conflict": { + "map_pools_on_conflict": { "constraint": [ - 1683 + 1779 ], "update_columns": [ - 1707 + 1792 ], "where": [ - 1682 + 1778 ], "__typename": [ - 79 + 78 ] }, - "match_maps_order_by": { - "clips_count": [ - 2020 - ], - "created_at": [ - 2020 + "map_pools_order_by": { + "e_type": [ + 725 ], - "demos_aggregate": [ - 1564 - ], - "demos_download_url": [ - 2020 + "enabled": [ + 2461 ], - "demos_total_size": [ - 2020 + "id": [ + 2461 ], - "e_match_map_status": [ - 679 + "maps_aggregate": [ + 5040 ], - "ended_at": [ - 2020 + "seed": [ + 2461 ], - "flashes_aggregate": [ - 2337 + "type": [ + 2461 ], + "__typename": [ + 78 + ] + }, + "map_pools_pk_columns_input": { "id": [ - 2020 - ], - "is_current_map": [ - 2020 + 4442 ], - "latest_clip_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "map_pools_select_column": {}, + "map_pools_set_input": { + "enabled": [ + 3 ], - "lineup_1_score": [ - 2020 + "id": [ + 4442 ], - "lineup_1_side": [ - 2020 + "seed": [ + 3 ], - "lineup_1_timeouts_available": [ - 2020 + "type": [ + 717 ], - "lineup_2_score": [ - 2020 + "__typename": [ + 78 + ] + }, + "map_pools_stream_cursor_input": { + "initial_value": [ + 1791 ], - "lineup_2_side": [ - 2020 + "ordering": [ + 236 ], - "lineup_2_timeouts_available": [ - 2020 + "__typename": [ + 78 + ] + }, + "map_pools_stream_cursor_value_input": { + "enabled": [ + 3 ], - "map": [ - 1372 + "id": [ + 4442 ], - "map_id": [ - 2020 + "seed": [ + 3 ], - "match": [ - 1855 + "type": [ + 717 ], - "match_clips_aggregate": [ - 1387 + "__typename": [ + 78 + ] + }, + "map_pools_update_column": {}, + "map_pools_updates": { + "_set": [ + 1789 ], - "match_id": [ - 2020 + "where": [ + 1778 ], - "objectives_aggregate": [ - 2581 + "__typename": [ + 78 + ] + }, + "maps": { + "active_pool": [ + 3 ], - "order": [ - 2020 + "e_match_type": [ + 815 ], - "player_assists_aggregate": [ - 2165 + "enabled": [ + 3 ], - "player_damages_aggregate": [ - 2226 + "id": [ + 4442 ], - "player_kills_aggregate": [ - 2382 + "label": [ + 78 ], - "player_unused_utilities_aggregate": [ - 2868 + "match_maps": [ + 2114, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } ], - "public_clips_count": [ - 2020 + "match_maps_aggregate": [ + 2115, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } ], - "public_latest_clip_at": [ - 2020 + "match_veto_picks": [ + 2090, + { + "distinct_on": [ + 2108, + "[match_map_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2106, + "[match_map_veto_picks_order_by!]" + ], + "where": [ + 2097 + ] + } ], - "rounds_aggregate": [ - 1613 + "match_veto_picks_aggregate": [ + 2091, + { + "distinct_on": [ + 2108, + "[match_map_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2106, + "[match_map_veto_picks_order_by!]" + ], + "where": [ + 2097 + ] + } ], - "started_at": [ - 2020 + "name": [ + 78 ], - "status": [ - 2020 + "patch": [ + 78 ], - "utility_aggregate": [ - 2909 + "poster": [ + 78 ], - "vetos_aggregate": [ - 1654 + "type": [ + 820 ], - "winning_lineup_id": [ - 2020 + "workshop_map_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_maps_pk_columns_input": { - "id": [ - 3955 + "maps_aggregate": { + "aggregate": [ + 1800 + ], + "nodes": [ + 1794 ], "__typename": [ - 79 + 78 ] }, - "match_maps_select_column": {}, - "match_maps_set_input": { - "clips_count": [ - 38 - ], - "created_at": [ - 3558 - ], - "ended_at": [ - 3558 + "maps_aggregate_bool_exp": { + "bool_and": [ + 1797 ], - "id": [ - 3955 + "bool_or": [ + 1798 ], - "latest_clip_at": [ - 3558 + "count": [ + 1799 ], - "lineup_1_side": [ - 895 + "__typename": [ + 78 + ] + }, + "maps_aggregate_bool_exp_bool_and": { + "arguments": [ + 1816 ], - "lineup_1_timeouts_available": [ - 38 + "distinct": [ + 3 ], - "lineup_2_side": [ - 895 + "filter": [ + 1803 ], - "lineup_2_timeouts_available": [ - 38 + "predicate": [ + 4 ], - "map_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "maps_aggregate_bool_exp_bool_or": { + "arguments": [ + 1817 ], - "match_id": [ - 3955 + "distinct": [ + 3 ], - "order": [ - 38 + "filter": [ + 1803 ], - "public_clips_count": [ - 38 + "predicate": [ + 4 ], - "public_latest_clip_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "maps_aggregate_bool_exp_count": { + "arguments": [ + 1815 ], - "started_at": [ - 3558 + "distinct": [ + 3 ], - "status": [ - 671 + "filter": [ + 1803 ], - "winning_lineup_id": [ - 3955 + "predicate": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "match_maps_stddev_fields": { - "clips_count": [ - 29 + "maps_aggregate_fields": { + "count": [ + 38, + { + "columns": [ + 1815, + "[maps_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "demos_total_size": [ - 38 + "max": [ + 1806 ], - "lineup_1_score": [ - 38 + "min": [ + 1808 ], - "lineup_1_timeouts_available": [ - 29 + "__typename": [ + 78 + ] + }, + "maps_aggregate_order_by": { + "count": [ + 2461 ], - "lineup_2_score": [ - 38 + "max": [ + 1807 ], - "lineup_2_timeouts_available": [ - 29 + "min": [ + 1809 ], - "order": [ - 29 + "__typename": [ + 78 + ] + }, + "maps_arr_rel_insert_input": { + "data": [ + 1805 ], - "public_clips_count": [ - 29 + "on_conflict": [ + 1812 ], "__typename": [ - 79 + 78 ] }, - "match_maps_stddev_order_by": { - "clips_count": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 + "maps_bool_exp": { + "_and": [ + 1803 ], - "lineup_2_timeouts_available": [ - 2020 + "_not": [ + 1803 ], - "order": [ - 2020 + "_or": [ + 1803 ], - "public_clips_count": [ - 2020 + "active_pool": [ + 4 ], - "__typename": [ - 79 - ] - }, - "match_maps_stddev_pop_fields": { - "clips_count": [ - 29 + "e_match_type": [ + 818 ], - "demos_total_size": [ - 38 + "enabled": [ + 4 ], - "lineup_1_score": [ - 38 + "id": [ + 4444 ], - "lineup_1_timeouts_available": [ - 29 + "label": [ + 80 ], - "lineup_2_score": [ - 38 + "match_maps": [ + 2123 ], - "lineup_2_timeouts_available": [ - 29 + "match_maps_aggregate": [ + 2116 ], - "order": [ - 29 + "match_veto_picks": [ + 2097 ], - "public_clips_count": [ - 29 + "match_veto_picks_aggregate": [ + 2092 ], - "__typename": [ - 79 - ] - }, - "match_maps_stddev_pop_order_by": { - "clips_count": [ - 2020 + "name": [ + 80 ], - "lineup_1_timeouts_available": [ - 2020 + "patch": [ + 80 ], - "lineup_2_timeouts_available": [ - 2020 + "poster": [ + 80 ], - "order": [ - 2020 + "type": [ + 821 ], - "public_clips_count": [ - 2020 + "workshop_map_id": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "match_maps_stddev_samp_fields": { - "clips_count": [ - 29 - ], - "demos_total_size": [ - 38 + "maps_constraint": {}, + "maps_insert_input": { + "active_pool": [ + 3 ], - "lineup_1_score": [ - 38 + "e_match_type": [ + 826 ], - "lineup_1_timeouts_available": [ - 29 + "enabled": [ + 3 ], - "lineup_2_score": [ - 38 + "id": [ + 4442 ], - "lineup_2_timeouts_available": [ - 29 + "label": [ + 78 ], - "order": [ - 29 + "match_maps": [ + 2120 ], - "public_clips_count": [ - 29 + "match_veto_picks": [ + 2096 ], - "__typename": [ - 79 - ] - }, - "match_maps_stddev_samp_order_by": { - "clips_count": [ - 2020 + "name": [ + 78 ], - "lineup_1_timeouts_available": [ - 2020 + "patch": [ + 78 ], - "lineup_2_timeouts_available": [ - 2020 + "poster": [ + 78 ], - "order": [ - 2020 + "type": [ + 820 ], - "public_clips_count": [ - 2020 + "workshop_map_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_maps_stream_cursor_input": { - "initial_value": [ - 1704 - ], - "ordering": [ - 233 + "maps_max_fields": { + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "match_maps_stream_cursor_value_input": { - "clips_count": [ - 38 + "label": [ + 78 ], - "created_at": [ - 3558 + "name": [ + 78 ], - "ended_at": [ - 3558 + "patch": [ + 78 ], - "id": [ - 3955 + "poster": [ + 78 ], - "latest_clip_at": [ - 3558 + "workshop_map_id": [ + 78 ], - "lineup_1_side": [ - 895 + "__typename": [ + 78 + ] + }, + "maps_max_order_by": { + "id": [ + 2461 ], - "lineup_1_timeouts_available": [ - 38 + "label": [ + 2461 ], - "lineup_2_side": [ - 895 + "name": [ + 2461 ], - "lineup_2_timeouts_available": [ - 38 + "patch": [ + 2461 ], - "map_id": [ - 3955 + "poster": [ + 2461 ], - "match_id": [ - 3955 + "workshop_map_id": [ + 2461 ], - "order": [ - 38 + "__typename": [ + 78 + ] + }, + "maps_min_fields": { + "id": [ + 4442 ], - "public_clips_count": [ - 38 + "label": [ + 78 ], - "public_latest_clip_at": [ - 3558 + "name": [ + 78 ], - "started_at": [ - 3558 + "patch": [ + 78 ], - "status": [ - 671 + "poster": [ + 78 ], - "winning_lineup_id": [ - 3955 + "workshop_map_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_maps_sum_fields": { - "clips_count": [ - 38 + "maps_min_order_by": { + "id": [ + 2461 ], - "demos_total_size": [ - 38 + "label": [ + 2461 ], - "lineup_1_score": [ - 38 + "name": [ + 2461 ], - "lineup_1_timeouts_available": [ - 38 + "patch": [ + 2461 ], - "lineup_2_score": [ - 38 + "poster": [ + 2461 ], - "lineup_2_timeouts_available": [ - 38 + "workshop_map_id": [ + 2461 ], - "order": [ + "__typename": [ + 78 + ] + }, + "maps_mutation_response": { + "affected_rows": [ 38 ], - "public_clips_count": [ - 38 + "returning": [ + 1794 ], "__typename": [ - 79 + 78 ] }, - "match_maps_sum_order_by": { - "clips_count": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_timeouts_available": [ - 2020 - ], - "order": [ - 2020 + "maps_obj_rel_insert_input": { + "data": [ + 1805 ], - "public_clips_count": [ - 2020 + "on_conflict": [ + 1812 ], "__typename": [ - 79 + 78 ] }, - "match_maps_update_column": {}, - "match_maps_updates": { - "_inc": [ - 1684 + "maps_on_conflict": { + "constraint": [ + 1804 ], - "_set": [ - 1696 + "update_columns": [ + 1821 ], "where": [ - 1682 + 1803 ], "__typename": [ - 79 + 78 ] }, - "match_maps_var_pop_fields": { - "clips_count": [ - 29 + "maps_order_by": { + "active_pool": [ + 2461 ], - "demos_total_size": [ - 38 + "e_match_type": [ + 828 ], - "lineup_1_score": [ - 38 + "enabled": [ + 2461 ], - "lineup_1_timeouts_available": [ - 29 + "id": [ + 2461 ], - "lineup_2_score": [ - 38 + "label": [ + 2461 ], - "lineup_2_timeouts_available": [ - 29 + "match_maps_aggregate": [ + 2119 ], - "order": [ - 29 + "match_veto_picks_aggregate": [ + 2095 ], - "public_clips_count": [ - 29 + "name": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "match_maps_var_pop_order_by": { - "clips_count": [ - 2020 + "patch": [ + 2461 ], - "lineup_1_timeouts_available": [ - 2020 + "poster": [ + 2461 ], - "lineup_2_timeouts_available": [ - 2020 + "type": [ + 2461 ], - "order": [ - 2020 + "workshop_map_id": [ + 2461 ], - "public_clips_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "maps_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_maps_var_samp_fields": { - "clips_count": [ - 29 + "maps_select_column": {}, + "maps_select_column_maps_aggregate_bool_exp_bool_and_arguments_columns": {}, + "maps_select_column_maps_aggregate_bool_exp_bool_or_arguments_columns": {}, + "maps_set_input": { + "active_pool": [ + 3 ], - "demos_total_size": [ - 38 + "enabled": [ + 3 ], - "lineup_1_score": [ - 38 + "id": [ + 4442 ], - "lineup_1_timeouts_available": [ - 29 + "label": [ + 78 ], - "lineup_2_score": [ - 38 + "name": [ + 78 ], - "lineup_2_timeouts_available": [ - 29 + "patch": [ + 78 ], - "order": [ - 29 + "poster": [ + 78 ], - "public_clips_count": [ - 29 + "type": [ + 820 + ], + "workshop_map_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_maps_var_samp_order_by": { - "clips_count": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_timeouts_available": [ - 2020 - ], - "order": [ - 2020 + "maps_stream_cursor_input": { + "initial_value": [ + 1820 ], - "public_clips_count": [ - 2020 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "match_maps_variance_fields": { - "clips_count": [ - 29 + "maps_stream_cursor_value_input": { + "active_pool": [ + 3 ], - "demos_total_size": [ - 38 + "enabled": [ + 3 ], - "lineup_1_score": [ - 38 + "id": [ + 4442 ], - "lineup_1_timeouts_available": [ - 29 + "label": [ + 78 ], - "lineup_2_score": [ - 38 + "name": [ + 78 ], - "lineup_2_timeouts_available": [ - 29 + "patch": [ + 78 ], - "order": [ - 29 + "poster": [ + 78 ], - "public_clips_count": [ - 29 + "type": [ + 820 + ], + "workshop_map_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "match_maps_variance_order_by": { - "clips_count": [ - 2020 - ], - "lineup_1_timeouts_available": [ - 2020 - ], - "lineup_2_timeouts_available": [ - 2020 - ], - "order": [ - 2020 + "maps_update_column": {}, + "maps_updates": { + "_set": [ + 1818 ], - "public_clips_count": [ - 2020 + "where": [ + 1803 ], "__typename": [ - 79 + 78 ] }, - "match_options": { - "auto_cancel_duration": [ - 38 + "match_clips": { + "created_at": [ + 4004 ], - "auto_cancellation": [ - 3 + "download_url": [ + 78 ], - "best_of": [ + "duration_ms": [ 38 ], - "check_in_setting": [ - 402 - ], - "coaches": [ - 3 - ], - "default_models": [ - 3 - ], - "has_active_matches": [ - 3 + "file": [ + 78 ], "id": [ - 3955 - ], - "invite_code": [ - 79 - ], - "knife_round": [ - 3 + 4442 ], - "live_match_timeout": [ + "kills_count": [ 38 ], - "map_pool": [ - 1334 + "match_map": [ + 2114 ], - "map_pool_id": [ - 3955 + "match_map_demo": [ + 1998 ], - "map_veto": [ - 3 + "match_map_demo_id": [ + 4442 ], - "match_mode": [ - 692 + "match_map_id": [ + 4442 ], - "matches": [ - 1835, + "render_jobs": [ + 185, { "distinct_on": [ - 1857, - "[matches_select_column!]" + 213, + "[clip_render_jobs_select_column!]" ], "limit": [ 38 @@ -31250,20 +31027,20 @@ export default { 38 ], "order_by": [ - 1855, - "[matches_order_by!]" + 210, + "[clip_render_jobs_order_by!]" ], "where": [ - 1844 + 197 ] } ], - "matches_aggregate": [ - 1836, + "render_jobs_aggregate": [ + 186, { "distinct_on": [ - 1857, - "[matches_select_column!]" + 213, + "[clip_render_jobs_select_column!]" ], "limit": [ 38 @@ -31272,81 +31049,97 @@ export default { 38 ], "order_by": [ - 1855, - "[matches_order_by!]" + 210, + "[clip_render_jobs_order_by!]" ], "where": [ - 1844 + 197 ] } ], - "mr": [ - 38 - ], - "number_of_substitutes": [ + "round": [ 38 ], - "overtime": [ - 3 - ], - "prefer_dedicated_server": [ - 3 - ], - "ready_setting": [ - 814 + "size": [ + 180 ], - "region_veto": [ - 3 + "target": [ + 3419 ], - "regions": [ - 79 + "target_steam_id": [ + 180 ], - "tech_timeout_setting": [ - 976 + "thumbnail_download_url": [ + 78 ], - "timeout_setting": [ - 976 + "thumbnail_url": [ + 78 ], - "tournament": [ - 3909 + "title": [ + 78 ], - "tournament_bracket": [ - 3560 + "user": [ + 3419 ], - "tournament_stage": [ - 3647 + "user_steam_id": [ + 180 ], - "tv_delay": [ + "views_count": [ 38 ], - "type": [ - 733 + "visibility": [ + 738 ], "__typename": [ - 79 + 78 ] }, - "match_options_aggregate": { + "match_clips_aggregate": { "aggregate": [ - 1717 + 1827 ], "nodes": [ - 1715 + 1823 ], "__typename": [ - 79 + 78 ] }, - "match_options_aggregate_fields": { + "match_clips_aggregate_bool_exp": { + "count": [ + 1826 + ], + "__typename": [ + 78 + ] + }, + "match_clips_aggregate_bool_exp_count": { + "arguments": [ + 1845 + ], + "distinct": [ + 3 + ], + "filter": [ + 1832 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "match_clips_aggregate_fields": { "avg": [ - 1718 + 1830 ], "count": [ 38, { "columns": [ - 1730, - "[match_options_select_column!]" + 1845, + "[match_clips_select_column!]" ], "distinct": [ 3 @@ -31354,1376 +31147,1231 @@ export default { } ], "max": [ - 1723 + 1836 ], "min": [ - 1724 + 1838 ], "stddev": [ - 1732 + 1847 ], "stddev_pop": [ - 1733 + 1849 ], "stddev_samp": [ - 1734 + 1851 ], "sum": [ - 1737 + 1855 ], "var_pop": [ - 1740 + 1859 ], "var_samp": [ - 1741 + 1861 ], "variance": [ - 1742 + 1863 ], "__typename": [ - 79 + 78 ] }, - "match_options_avg_fields": { - "auto_cancel_duration": [ + "match_clips_aggregate_order_by": { + "avg": [ + 1831 + ], + "count": [ + 2461 + ], + "max": [ + 1837 + ], + "min": [ + 1839 + ], + "stddev": [ + 1848 + ], + "stddev_pop": [ + 1850 + ], + "stddev_samp": [ + 1852 + ], + "sum": [ + 1856 + ], + "var_pop": [ + 1860 + ], + "var_samp": [ + 1862 + ], + "variance": [ + 1864 + ], + "__typename": [ + 78 + ] + }, + "match_clips_arr_rel_insert_input": { + "data": [ + 1835 + ], + "on_conflict": [ + 1842 + ], + "__typename": [ + 78 + ] + }, + "match_clips_avg_fields": { + "duration_ms": [ 29 ], - "best_of": [ + "kills_count": [ 29 ], - "live_match_timeout": [ + "round": [ 29 ], - "mr": [ + "size": [ 29 ], - "number_of_substitutes": [ + "target_steam_id": [ 29 ], - "tv_delay": [ + "user_steam_id": [ + 29 + ], + "views_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_options_bool_exp": { - "_and": [ - 1719 - ], - "_not": [ - 1719 + "match_clips_avg_order_by": { + "duration_ms": [ + 2461 ], - "_or": [ - 1719 + "kills_count": [ + 2461 ], - "auto_cancel_duration": [ - 39 + "round": [ + 2461 ], - "auto_cancellation": [ - 4 + "size": [ + 2461 ], - "best_of": [ - 39 + "target_steam_id": [ + 2461 ], - "check_in_setting": [ - 403 + "user_steam_id": [ + 2461 ], - "coaches": [ - 4 + "views_count": [ + 2461 ], - "default_models": [ - 4 + "__typename": [ + 78 + ] + }, + "match_clips_bool_exp": { + "_and": [ + 1832 ], - "has_active_matches": [ - 4 + "_not": [ + 1832 ], - "id": [ - 3957 + "_or": [ + 1832 ], - "invite_code": [ - 81 + "created_at": [ + 4005 ], - "knife_round": [ - 4 + "download_url": [ + 80 ], - "live_match_timeout": [ + "duration_ms": [ 39 ], - "map_pool": [ - 1337 + "file": [ + 80 ], - "map_pool_id": [ - 3957 + "id": [ + 4444 ], - "map_veto": [ - 4 + "kills_count": [ + 39 ], - "match_mode": [ - 693 + "match_map": [ + 2123 ], - "matches": [ - 1844 + "match_map_demo": [ + 2010 ], - "matches_aggregate": [ - 1837 + "match_map_demo_id": [ + 4444 ], - "mr": [ - 39 + "match_map_id": [ + 4444 ], - "number_of_substitutes": [ - 39 + "render_jobs": [ + 197 ], - "overtime": [ - 4 + "render_jobs_aggregate": [ + 187 ], - "prefer_dedicated_server": [ - 4 + "round": [ + 39 ], - "ready_setting": [ - 815 + "size": [ + 182 ], - "region_veto": [ - 4 + "target": [ + 3423 ], - "regions": [ - 80 + "target_steam_id": [ + 182 ], - "tech_timeout_setting": [ - 977 + "thumbnail_download_url": [ + 80 ], - "timeout_setting": [ - 977 + "thumbnail_url": [ + 80 ], - "tournament": [ - 3920 + "title": [ + 80 ], - "tournament_bracket": [ - 3571 + "user": [ + 3423 ], - "tournament_stage": [ - 3659 + "user_steam_id": [ + 182 ], - "tv_delay": [ + "views_count": [ 39 ], - "type": [ - 734 + "visibility": [ + 739 ], "__typename": [ - 79 + 78 ] }, - "match_options_constraint": {}, - "match_options_inc_input": { - "auto_cancel_duration": [ + "match_clips_constraint": {}, + "match_clips_inc_input": { + "duration_ms": [ 38 ], - "best_of": [ + "kills_count": [ 38 ], - "live_match_timeout": [ + "round": [ 38 ], - "mr": [ - 38 + "size": [ + 180 ], - "number_of_substitutes": [ - 38 + "target_steam_id": [ + 180 ], - "tv_delay": [ + "user_steam_id": [ + 180 + ], + "views_count": [ 38 ], "__typename": [ - 79 + 78 ] }, - "match_options_insert_input": { - "auto_cancel_duration": [ + "match_clips_insert_input": { + "created_at": [ + 4004 + ], + "duration_ms": [ 38 ], - "auto_cancellation": [ - 3 + "file": [ + 78 ], - "best_of": [ - 38 + "id": [ + 4442 ], - "check_in_setting": [ - 402 + "kills_count": [ + 38 ], - "coaches": [ - 3 + "match_map": [ + 2132 ], - "default_models": [ - 3 + "match_map_demo": [ + 2022 ], - "id": [ - 3955 + "match_map_demo_id": [ + 4442 ], - "invite_code": [ - 79 + "match_map_id": [ + 4442 ], - "knife_round": [ - 3 + "render_jobs": [ + 194 ], - "live_match_timeout": [ + "round": [ 38 ], - "map_pool": [ - 1343 + "size": [ + 180 ], - "map_pool_id": [ - 3955 + "target": [ + 3430 ], - "map_veto": [ - 3 + "target_steam_id": [ + 180 ], - "match_mode": [ - 692 + "thumbnail_url": [ + 78 ], - "matches": [ - 1841 + "title": [ + 78 ], - "mr": [ + "user": [ + 3430 + ], + "user_steam_id": [ + 180 + ], + "views_count": [ 38 ], - "number_of_substitutes": [ + "visibility": [ + 738 + ], + "__typename": [ + 78 + ] + }, + "match_clips_max_fields": { + "created_at": [ + 4004 + ], + "download_url": [ + 78 + ], + "duration_ms": [ 38 ], - "overtime": [ - 3 + "file": [ + 78 ], - "prefer_dedicated_server": [ - 3 + "id": [ + 4442 ], - "ready_setting": [ - 814 + "kills_count": [ + 38 ], - "region_veto": [ - 3 + "match_map_demo_id": [ + 4442 ], - "regions": [ - 79 + "match_map_id": [ + 4442 ], - "tech_timeout_setting": [ - 976 + "round": [ + 38 ], - "timeout_setting": [ - 976 + "size": [ + 180 ], - "tournament": [ - 3929 + "target_steam_id": [ + 180 ], - "tournament_bracket": [ - 3580 + "thumbnail_download_url": [ + 78 ], - "tournament_stage": [ - 3671 + "thumbnail_url": [ + 78 ], - "tv_delay": [ - 38 + "title": [ + 78 ], - "type": [ - 733 + "user_steam_id": [ + 180 + ], + "views_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "match_options_max_fields": { - "auto_cancel_duration": [ - 38 + "match_clips_max_order_by": { + "created_at": [ + 2461 ], - "best_of": [ - 38 + "duration_ms": [ + 2461 + ], + "file": [ + 2461 ], "id": [ - 3955 + 2461 ], - "invite_code": [ - 79 + "kills_count": [ + 2461 ], - "live_match_timeout": [ + "match_map_demo_id": [ + 2461 + ], + "match_map_id": [ + 2461 + ], + "round": [ + 2461 + ], + "size": [ + 2461 + ], + "target_steam_id": [ + 2461 + ], + "thumbnail_url": [ + 2461 + ], + "title": [ + 2461 + ], + "user_steam_id": [ + 2461 + ], + "views_count": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_clips_min_fields": { + "created_at": [ + 4004 + ], + "download_url": [ + 78 + ], + "duration_ms": [ 38 ], - "map_pool_id": [ - 3955 + "file": [ + 78 ], - "mr": [ + "id": [ + 4442 + ], + "kills_count": [ 38 ], - "number_of_substitutes": [ + "match_map_demo_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "round": [ 38 ], - "regions": [ - 79 + "size": [ + 180 ], - "tv_delay": [ + "target_steam_id": [ + 180 + ], + "thumbnail_download_url": [ + 78 + ], + "thumbnail_url": [ + 78 + ], + "title": [ + 78 + ], + "user_steam_id": [ + 180 + ], + "views_count": [ 38 ], "__typename": [ - 79 + 78 ] }, - "match_options_min_fields": { - "auto_cancel_duration": [ - 38 + "match_clips_min_order_by": { + "created_at": [ + 2461 ], - "best_of": [ - 38 + "duration_ms": [ + 2461 + ], + "file": [ + 2461 ], "id": [ - 3955 + 2461 ], - "invite_code": [ - 79 + "kills_count": [ + 2461 ], - "live_match_timeout": [ - 38 + "match_map_demo_id": [ + 2461 ], - "map_pool_id": [ - 3955 + "match_map_id": [ + 2461 ], - "mr": [ - 38 + "round": [ + 2461 ], - "number_of_substitutes": [ - 38 + "size": [ + 2461 ], - "regions": [ - 79 + "target_steam_id": [ + 2461 ], - "tv_delay": [ - 38 + "thumbnail_url": [ + 2461 + ], + "title": [ + 2461 + ], + "user_steam_id": [ + 2461 + ], + "views_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_options_mutation_response": { + "match_clips_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1715 + 1823 ], "__typename": [ - 79 + 78 ] }, - "match_options_obj_rel_insert_input": { + "match_clips_obj_rel_insert_input": { "data": [ - 1722 + 1835 ], "on_conflict": [ - 1727 + 1842 ], "__typename": [ - 79 + 78 ] }, - "match_options_on_conflict": { + "match_clips_on_conflict": { "constraint": [ - 1720 + 1833 ], "update_columns": [ - 1738 + 1857 ], "where": [ - 1719 + 1832 ], "__typename": [ - 79 + 78 ] }, - "match_options_order_by": { - "auto_cancel_duration": [ - 2020 - ], - "auto_cancellation": [ - 2020 - ], - "best_of": [ - 2020 - ], - "check_in_setting": [ - 2020 + "match_clips_order_by": { + "created_at": [ + 2461 ], - "coaches": [ - 2020 + "download_url": [ + 2461 ], - "default_models": [ - 2020 + "duration_ms": [ + 2461 ], - "has_active_matches": [ - 2020 + "file": [ + 2461 ], "id": [ - 2020 - ], - "invite_code": [ - 2020 - ], - "knife_round": [ - 2020 - ], - "live_match_timeout": [ - 2020 - ], - "map_pool": [ - 1345 - ], - "map_pool_id": [ - 2020 + 2461 ], - "map_veto": [ - 2020 + "kills_count": [ + 2461 ], - "match_mode": [ - 2020 + "match_map": [ + 2134 ], - "matches_aggregate": [ - 1840 + "match_map_demo": [ + 2024 ], - "mr": [ - 2020 + "match_map_demo_id": [ + 2461 ], - "number_of_substitutes": [ - 2020 + "match_map_id": [ + 2461 ], - "overtime": [ - 2020 + "render_jobs_aggregate": [ + 192 ], - "prefer_dedicated_server": [ - 2020 + "round": [ + 2461 ], - "ready_setting": [ - 2020 + "size": [ + 2461 ], - "region_veto": [ - 2020 + "target": [ + 3432 ], - "regions": [ - 2020 + "target_steam_id": [ + 2461 ], - "tech_timeout_setting": [ - 2020 + "thumbnail_download_url": [ + 2461 ], - "timeout_setting": [ - 2020 + "thumbnail_url": [ + 2461 ], - "tournament": [ - 3931 + "title": [ + 2461 ], - "tournament_bracket": [ - 3582 + "user": [ + 3432 ], - "tournament_stage": [ - 3673 + "user_steam_id": [ + 2461 ], - "tv_delay": [ - 2020 + "views_count": [ + 2461 ], - "type": [ - 2020 + "visibility": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_options_pk_columns_input": { + "match_clips_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_options_select_column": {}, - "match_options_set_input": { - "auto_cancel_duration": [ + "match_clips_select_column": {}, + "match_clips_set_input": { + "created_at": [ + 4004 + ], + "duration_ms": [ 38 ], - "auto_cancellation": [ - 3 + "file": [ + 78 ], - "best_of": [ + "id": [ + 4442 + ], + "kills_count": [ 38 ], - "check_in_setting": [ - 402 + "match_map_demo_id": [ + 4442 ], - "coaches": [ - 3 + "match_map_id": [ + 4442 ], - "default_models": [ - 3 + "round": [ + 38 ], - "id": [ - 3955 + "size": [ + 180 ], - "invite_code": [ - 79 + "target_steam_id": [ + 180 ], - "knife_round": [ - 3 + "thumbnail_url": [ + 78 ], - "live_match_timeout": [ + "title": [ + 78 + ], + "user_steam_id": [ + 180 + ], + "views_count": [ 38 ], - "map_pool_id": [ - 3955 + "visibility": [ + 738 ], - "map_veto": [ - 3 + "__typename": [ + 78 + ] + }, + "match_clips_stddev_fields": { + "duration_ms": [ + 29 ], - "match_mode": [ - 692 + "kills_count": [ + 29 ], - "mr": [ - 38 + "round": [ + 29 ], - "number_of_substitutes": [ - 38 + "size": [ + 29 ], - "overtime": [ - 3 + "target_steam_id": [ + 29 ], - "prefer_dedicated_server": [ - 3 + "user_steam_id": [ + 29 ], - "ready_setting": [ - 814 + "views_count": [ + 29 ], - "region_veto": [ - 3 + "__typename": [ + 78 + ] + }, + "match_clips_stddev_order_by": { + "duration_ms": [ + 2461 ], - "regions": [ - 79 + "kills_count": [ + 2461 ], - "tech_timeout_setting": [ - 976 + "round": [ + 2461 ], - "timeout_setting": [ - 976 + "size": [ + 2461 ], - "tv_delay": [ - 38 + "target_steam_id": [ + 2461 ], - "type": [ - 733 + "user_steam_id": [ + 2461 + ], + "views_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_options_stddev_fields": { - "auto_cancel_duration": [ + "match_clips_stddev_pop_fields": { + "duration_ms": [ 29 ], - "best_of": [ + "kills_count": [ 29 ], - "live_match_timeout": [ + "round": [ 29 ], - "mr": [ + "size": [ 29 ], - "number_of_substitutes": [ + "target_steam_id": [ 29 ], - "tv_delay": [ + "user_steam_id": [ + 29 + ], + "views_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_options_stddev_pop_fields": { - "auto_cancel_duration": [ - 29 + "match_clips_stddev_pop_order_by": { + "duration_ms": [ + 2461 ], - "best_of": [ - 29 + "kills_count": [ + 2461 ], - "live_match_timeout": [ - 29 + "round": [ + 2461 ], - "mr": [ - 29 + "size": [ + 2461 ], - "number_of_substitutes": [ - 29 + "target_steam_id": [ + 2461 ], - "tv_delay": [ - 29 + "user_steam_id": [ + 2461 + ], + "views_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_options_stddev_samp_fields": { - "auto_cancel_duration": [ + "match_clips_stddev_samp_fields": { + "duration_ms": [ 29 ], - "best_of": [ + "kills_count": [ 29 ], - "live_match_timeout": [ + "round": [ 29 ], - "mr": [ + "size": [ 29 ], - "number_of_substitutes": [ + "target_steam_id": [ 29 ], - "tv_delay": [ + "user_steam_id": [ + 29 + ], + "views_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_options_stream_cursor_input": { + "match_clips_stddev_samp_order_by": { + "duration_ms": [ + 2461 + ], + "kills_count": [ + 2461 + ], + "round": [ + 2461 + ], + "size": [ + 2461 + ], + "target_steam_id": [ + 2461 + ], + "user_steam_id": [ + 2461 + ], + "views_count": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_clips_stream_cursor_input": { "initial_value": [ - 1736 + 1854 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "match_options_stream_cursor_value_input": { - "auto_cancel_duration": [ - 38 - ], - "auto_cancellation": [ - 3 + "match_clips_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "best_of": [ + "duration_ms": [ 38 ], - "check_in_setting": [ - 402 - ], - "coaches": [ - 3 - ], - "default_models": [ - 3 + "file": [ + 78 ], "id": [ - 3955 + 4442 ], - "invite_code": [ - 79 + "kills_count": [ + 38 ], - "knife_round": [ - 3 + "match_map_demo_id": [ + 4442 ], - "live_match_timeout": [ + "match_map_id": [ + 4442 + ], + "round": [ 38 ], - "map_pool_id": [ - 3955 + "size": [ + 180 ], - "map_veto": [ - 3 + "target_steam_id": [ + 180 ], - "match_mode": [ - 692 + "thumbnail_url": [ + 78 ], - "mr": [ - 38 + "title": [ + 78 ], - "number_of_substitutes": [ + "user_steam_id": [ + 180 + ], + "views_count": [ 38 ], - "overtime": [ - 3 + "visibility": [ + 738 ], - "prefer_dedicated_server": [ - 3 + "__typename": [ + 78 + ] + }, + "match_clips_sum_fields": { + "duration_ms": [ + 38 ], - "ready_setting": [ - 814 + "kills_count": [ + 38 ], - "region_veto": [ - 3 + "round": [ + 38 ], - "regions": [ - 79 + "size": [ + 180 ], - "tech_timeout_setting": [ - 976 + "target_steam_id": [ + 180 ], - "timeout_setting": [ - 976 + "user_steam_id": [ + 180 ], - "tv_delay": [ + "views_count": [ 38 ], - "type": [ - 733 - ], "__typename": [ - 79 + 78 ] }, - "match_options_sum_fields": { - "auto_cancel_duration": [ - 38 + "match_clips_sum_order_by": { + "duration_ms": [ + 2461 ], - "best_of": [ - 38 + "kills_count": [ + 2461 ], - "live_match_timeout": [ - 38 + "round": [ + 2461 ], - "mr": [ - 38 + "size": [ + 2461 ], - "number_of_substitutes": [ - 38 + "target_steam_id": [ + 2461 ], - "tv_delay": [ - 38 + "user_steam_id": [ + 2461 + ], + "views_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_options_update_column": {}, - "match_options_updates": { + "match_clips_update_column": {}, + "match_clips_updates": { "_inc": [ - 1721 + 1834 ], "_set": [ - 1731 + 1846 ], "where": [ - 1719 + 1832 ], "__typename": [ - 79 + 78 ] }, - "match_options_var_pop_fields": { - "auto_cancel_duration": [ + "match_clips_var_pop_fields": { + "duration_ms": [ 29 ], - "best_of": [ + "kills_count": [ 29 ], - "live_match_timeout": [ + "round": [ 29 ], - "mr": [ + "size": [ 29 ], - "number_of_substitutes": [ + "target_steam_id": [ 29 ], - "tv_delay": [ + "user_steam_id": [ + 29 + ], + "views_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_options_var_samp_fields": { - "auto_cancel_duration": [ - 29 + "match_clips_var_pop_order_by": { + "duration_ms": [ + 2461 ], - "best_of": [ - 29 + "kills_count": [ + 2461 ], - "live_match_timeout": [ - 29 + "round": [ + 2461 ], - "mr": [ - 29 + "size": [ + 2461 ], - "number_of_substitutes": [ - 29 + "target_steam_id": [ + 2461 ], - "tv_delay": [ - 29 + "user_steam_id": [ + 2461 + ], + "views_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_options_variance_fields": { - "auto_cancel_duration": [ + "match_clips_var_samp_fields": { + "duration_ms": [ 29 ], - "best_of": [ + "kills_count": [ 29 ], - "live_match_timeout": [ + "round": [ 29 ], - "mr": [ + "size": [ 29 ], - "number_of_substitutes": [ + "target_steam_id": [ 29 ], - "tv_delay": [ + "user_steam_id": [ 29 ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks": { - "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "match": [ - 1835 - ], - "match_id": [ - 3955 - ], - "match_lineup": [ - 1515 - ], - "match_lineup_id": [ - 3955 - ], - "region": [ - 79 - ], - "type": [ - 1058 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_aggregate": { - "aggregate": [ - 1747 - ], - "nodes": [ - 1743 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_aggregate_bool_exp": { - "count": [ - 1746 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_aggregate_bool_exp_count": { - "arguments": [ - 1761 - ], - "distinct": [ - 3 - ], - "filter": [ - 1750 - ], - "predicate": [ - 39 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_aggregate_fields": { - "count": [ - 38, - { - "columns": [ - 1761, - "[match_region_veto_picks_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 1753 - ], - "min": [ - 1755 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_aggregate_order_by": { - "count": [ - 2020 - ], - "max": [ - 1754 - ], - "min": [ - 1756 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_arr_rel_insert_input": { - "data": [ - 1752 - ], - "on_conflict": [ - 1758 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_bool_exp": { - "_and": [ - 1750 - ], - "_not": [ - 1750 - ], - "_or": [ - 1750 - ], - "created_at": [ - 3559 - ], - "id": [ - 3957 - ], - "match": [ - 1844 - ], - "match_id": [ - 3957 - ], - "match_lineup": [ - 1524 - ], - "match_lineup_id": [ - 3957 - ], - "region": [ - 81 - ], - "type": [ - 1059 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_constraint": {}, - "match_region_veto_picks_insert_input": { - "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "match": [ - 1853 - ], - "match_id": [ - 3955 - ], - "match_lineup": [ - 1533 - ], - "match_lineup_id": [ - 3955 - ], - "region": [ - 79 - ], - "type": [ - 1058 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_max_fields": { - "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_lineup_id": [ - 3955 - ], - "region": [ - 79 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_max_order_by": { - "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_lineup_id": [ - 2020 - ], - "region": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_min_fields": { - "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_lineup_id": [ - 3955 - ], - "region": [ - 79 + "views_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "match_region_veto_picks_min_order_by": { - "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_lineup_id": [ - 2020 + "match_clips_var_samp_order_by": { + "duration_ms": [ + 2461 ], - "region": [ - 2020 + "kills_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_mutation_response": { - "affected_rows": [ - 38 + "round": [ + 2461 ], - "returning": [ - 1743 + "size": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_on_conflict": { - "constraint": [ - 1751 + "target_steam_id": [ + 2461 ], - "update_columns": [ - 1765 + "user_steam_id": [ + 2461 ], - "where": [ - 1750 + "views_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_region_veto_picks_order_by": { - "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "match": [ - 1855 + "match_clips_variance_fields": { + "duration_ms": [ + 29 ], - "match_id": [ - 2020 + "kills_count": [ + 29 ], - "match_lineup": [ - 1535 + "round": [ + 29 ], - "match_lineup_id": [ - 2020 + "size": [ + 29 ], - "region": [ - 2020 + "target_steam_id": [ + 29 ], - "type": [ - 2020 + "user_steam_id": [ + 29 ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_pk_columns_input": { - "id": [ - 3955 + "views_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "match_region_veto_picks_select_column": {}, - "match_region_veto_picks_set_input": { - "created_at": [ - 3558 - ], - "id": [ - 3955 + "match_clips_variance_order_by": { + "duration_ms": [ + 2461 ], - "match_id": [ - 3955 + "kills_count": [ + 2461 ], - "match_lineup_id": [ - 3955 + "round": [ + 2461 ], - "region": [ - 79 + "size": [ + 2461 ], - "type": [ - 1058 + "target_steam_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_stream_cursor_input": { - "initial_value": [ - 1764 + "user_steam_id": [ + 2461 ], - "ordering": [ - 233 + "views_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_region_veto_picks_stream_cursor_value_input": { + "match_demo_sessions": { "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_lineup_id": [ - 3955 - ], - "region": [ - 79 - ], - "type": [ - 1058 - ], - "__typename": [ - 79 - ] - }, - "match_region_veto_picks_update_column": {}, - "match_region_veto_picks_updates": { - "_set": [ - 1762 - ], - "where": [ - 1750 - ], - "__typename": [ - 79 - ] - }, - "match_streams": { - "autodirector": [ - 3 + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node": [ - 1122 + 1209 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 - ], - "is_game_streamer": [ - 3 + 4442 ], - "is_live": [ - 3 + "k8s_job_name": [ + 78 ], - "k8s_service_name": [ - 79 + "last_activity_at": [ + 4004 ], "last_status_at": [ - 3558 - ], - "link": [ - 79 + 4004 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], - "mode": [ - 79 + "match_map": [ + 2114 ], - "priority": [ - 38 + "match_map_demo": [ + 1998 + ], + "match_map_demo_id": [ + 4442 + ], + "match_map_id": [ + 4442 ], "status": [ - 79 + 78 ], "status_history": [ - 1244, + 1332, { "path": [ - 79 + 78 ] } ], "stream_url": [ - 79 + 78 ], - "title": [ - 79 + "watcher": [ + 3419 + ], + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_aggregate": { + "match_demo_sessions_aggregate": { "aggregate": [ - 1773 + 1869 ], "nodes": [ - 1767 + 1865 ], "__typename": [ - 79 + 78 ] }, - "match_streams_aggregate_bool_exp": { - "bool_and": [ - 1770 - ], - "bool_or": [ - 1771 - ], + "match_demo_sessions_aggregate_bool_exp": { "count": [ - 1772 - ], - "__typename": [ - 79 - ] - }, - "match_streams_aggregate_bool_exp_bool_and": { - "arguments": [ - 1796 - ], - "distinct": [ - 3 - ], - "filter": [ - 1779 - ], - "predicate": [ - 4 - ], - "__typename": [ - 79 - ] - }, - "match_streams_aggregate_bool_exp_bool_or": { - "arguments": [ - 1797 - ], - "distinct": [ - 3 - ], - "filter": [ - 1779 - ], - "predicate": [ - 4 + 1868 ], "__typename": [ - 79 + 78 ] }, - "match_streams_aggregate_bool_exp_count": { + "match_demo_sessions_aggregate_bool_exp_count": { "arguments": [ - 1795 + 1891 ], "distinct": [ 3 ], "filter": [ - 1779 + 1875 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "match_streams_aggregate_fields": { + "match_demo_sessions_aggregate_fields": { "avg": [ - 1777 + 1873 ], "count": [ 38, { "columns": [ - 1795, - "[match_streams_select_column!]" + 1891, + "[match_demo_sessions_select_column!]" ], "distinct": [ 3 @@ -32731,824 +32379,920 @@ export default { } ], "max": [ - 1786 + 1882 ], "min": [ - 1788 + 1884 ], "stddev": [ - 1799 + 1893 ], "stddev_pop": [ - 1801 + 1895 ], "stddev_samp": [ - 1803 + 1897 ], "sum": [ - 1807 + 1901 ], "var_pop": [ - 1811 + 1905 ], "var_samp": [ - 1813 + 1907 ], "variance": [ - 1815 + 1909 ], "__typename": [ - 79 + 78 ] }, - "match_streams_aggregate_order_by": { + "match_demo_sessions_aggregate_order_by": { "avg": [ - 1778 + 1874 ], "count": [ - 2020 + 2461 ], "max": [ - 1787 + 1883 ], "min": [ - 1789 + 1885 ], "stddev": [ - 1800 + 1894 ], "stddev_pop": [ - 1802 + 1896 ], "stddev_samp": [ - 1804 + 1898 ], "sum": [ - 1808 + 1902 ], "var_pop": [ - 1812 + 1906 ], "var_samp": [ - 1814 + 1908 ], "variance": [ - 1816 + 1910 ], "__typename": [ - 79 + 78 ] }, - "match_streams_append_input": { + "match_demo_sessions_append_input": { "status_history": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, - "match_streams_arr_rel_insert_input": { + "match_demo_sessions_arr_rel_insert_input": { "data": [ - 1785 + 1881 ], "on_conflict": [ - 1791 + 1887 ], "__typename": [ - 79 + 78 ] }, - "match_streams_avg_fields": { - "priority": [ + "match_demo_sessions_avg_fields": { + "watcher_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_streams_avg_order_by": { - "priority": [ - 2020 + "match_demo_sessions_avg_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_bool_exp": { + "match_demo_sessions_bool_exp": { "_and": [ - 1779 + 1875 ], "_not": [ - 1779 + 1875 ], "_or": [ - 1779 + 1875 ], - "autodirector": [ - 4 + "created_at": [ + 4005 ], "error_message": [ - 81 + 80 ], "game_server_node": [ - 1134 + 1221 ], "game_server_node_id": [ - 81 + 80 ], "id": [ - 3957 - ], - "is_game_streamer": [ - 4 + 4444 ], - "is_live": [ - 4 + "k8s_job_name": [ + 80 ], - "k8s_service_name": [ - 81 + "last_activity_at": [ + 4005 ], "last_status_at": [ - 3559 - ], - "link": [ - 81 + 4005 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], - "mode": [ - 81 + "match_map": [ + 2123 ], - "priority": [ - 39 + "match_map_demo": [ + 2010 + ], + "match_map_demo_id": [ + 4444 + ], + "match_map_id": [ + 4444 ], "status": [ - 81 + 80 ], "status_history": [ - 1246 + 1334 ], "stream_url": [ - 81 + 80 ], - "title": [ - 81 + "watcher": [ + 3423 + ], + "watcher_steam_id": [ + 182 ], "__typename": [ - 79 + 78 ] }, - "match_streams_constraint": {}, - "match_streams_delete_at_path_input": { + "match_demo_sessions_constraint": {}, + "match_demo_sessions_delete_at_path_input": { "status_history": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "match_streams_delete_elem_input": { + "match_demo_sessions_delete_elem_input": { "status_history": [ 38 ], "__typename": [ - 79 + 78 ] }, - "match_streams_delete_key_input": { + "match_demo_sessions_delete_key_input": { "status_history": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, - "match_streams_inc_input": { - "priority": [ - 38 + "match_demo_sessions_inc_input": { + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_insert_input": { - "autodirector": [ - 3 + "match_demo_sessions_insert_input": { + "created_at": [ + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node": [ - 1146 + 1233 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 - ], - "is_game_streamer": [ - 3 + 4442 ], - "is_live": [ - 3 + "k8s_job_name": [ + 78 ], - "k8s_service_name": [ - 79 + "last_activity_at": [ + 4004 ], "last_status_at": [ - 3558 - ], - "link": [ - 79 + 4004 ], "match": [ - 1853 + 2294 ], "match_id": [ - 3955 + 4442 ], - "mode": [ - 79 + "match_map": [ + 2132 ], - "priority": [ - 38 + "match_map_demo": [ + 2022 + ], + "match_map_demo_id": [ + 4442 + ], + "match_map_id": [ + 4442 ], "status": [ - 79 + 78 ], "status_history": [ - 1244 + 1332 ], "stream_url": [ - 79 + 78 ], - "title": [ - 79 + "watcher": [ + 3430 + ], + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_max_fields": { + "match_demo_sessions_max_fields": { + "created_at": [ + 4004 + ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], - "k8s_service_name": [ - 79 + "k8s_job_name": [ + 78 ], - "last_status_at": [ - 3558 + "last_activity_at": [ + 4004 ], - "link": [ - 79 + "last_status_at": [ + 4004 ], "match_id": [ - 3955 + 4442 ], - "mode": [ - 79 + "match_map_demo_id": [ + 4442 ], - "priority": [ - 38 + "match_map_id": [ + 4442 ], "status": [ - 79 + 78 ], "stream_url": [ - 79 + 78 ], - "title": [ - 79 + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_max_order_by": { + "match_demo_sessions_max_order_by": { + "created_at": [ + 2461 + ], "error_message": [ - 2020 + 2461 ], "game_server_node_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], - "k8s_service_name": [ - 2020 + "k8s_job_name": [ + 2461 ], - "last_status_at": [ - 2020 + "last_activity_at": [ + 2461 ], - "link": [ - 2020 + "last_status_at": [ + 2461 ], "match_id": [ - 2020 + 2461 ], - "mode": [ - 2020 + "match_map_demo_id": [ + 2461 ], - "priority": [ - 2020 + "match_map_id": [ + 2461 ], "status": [ - 2020 + 2461 ], "stream_url": [ - 2020 + 2461 ], - "title": [ - 2020 + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_min_fields": { + "match_demo_sessions_min_fields": { + "created_at": [ + 4004 + ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], - "k8s_service_name": [ - 79 + "k8s_job_name": [ + 78 ], - "last_status_at": [ - 3558 + "last_activity_at": [ + 4004 ], - "link": [ - 79 + "last_status_at": [ + 4004 ], "match_id": [ - 3955 + 4442 ], - "mode": [ - 79 + "match_map_demo_id": [ + 4442 ], - "priority": [ - 38 + "match_map_id": [ + 4442 ], "status": [ - 79 + 78 ], "stream_url": [ - 79 + 78 ], - "title": [ - 79 + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_min_order_by": { + "match_demo_sessions_min_order_by": { + "created_at": [ + 2461 + ], "error_message": [ - 2020 + 2461 ], "game_server_node_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], - "k8s_service_name": [ - 2020 + "k8s_job_name": [ + 2461 ], - "last_status_at": [ - 2020 + "last_activity_at": [ + 2461 ], - "link": [ - 2020 + "last_status_at": [ + 2461 ], "match_id": [ - 2020 + 2461 ], - "mode": [ - 2020 + "match_map_demo_id": [ + 2461 ], - "priority": [ - 2020 + "match_map_id": [ + 2461 ], "status": [ - 2020 + 2461 ], "stream_url": [ - 2020 + 2461 ], - "title": [ - 2020 + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_mutation_response": { + "match_demo_sessions_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1767 + 1865 ], "__typename": [ - 79 + 78 ] }, - "match_streams_on_conflict": { + "match_demo_sessions_on_conflict": { "constraint": [ - 1780 + 1876 ], "update_columns": [ - 1809 + 1903 ], "where": [ - 1779 + 1875 ], "__typename": [ - 79 + 78 ] }, - "match_streams_order_by": { - "autodirector": [ - 2020 + "match_demo_sessions_order_by": { + "created_at": [ + 2461 ], "error_message": [ - 2020 + 2461 ], "game_server_node": [ - 1148 + 1235 ], "game_server_node_id": [ - 2020 + 2461 ], "id": [ - 2020 - ], - "is_game_streamer": [ - 2020 + 2461 ], - "is_live": [ - 2020 + "k8s_job_name": [ + 2461 ], - "k8s_service_name": [ - 2020 + "last_activity_at": [ + 2461 ], "last_status_at": [ - 2020 - ], - "link": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], - "mode": [ - 2020 + "match_map": [ + 2134 ], - "priority": [ - 2020 + "match_map_demo": [ + 2024 ], - "status": [ - 2020 + "match_map_demo_id": [ + 2461 ], - "status_history": [ - 2020 + "match_map_id": [ + 2461 + ], + "status": [ + 2461 + ], + "status_history": [ + 2461 ], "stream_url": [ - 2020 + 2461 ], - "title": [ - 2020 + "watcher": [ + 3432 + ], + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_pk_columns_input": { + "match_demo_sessions_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_streams_prepend_input": { + "match_demo_sessions_prepend_input": { "status_history": [ - 1244 + 1332 ], "__typename": [ - 79 + 78 ] }, - "match_streams_select_column": {}, - "match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns": {}, - "match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns": {}, - "match_streams_set_input": { - "autodirector": [ - 3 + "match_demo_sessions_select_column": {}, + "match_demo_sessions_set_input": { + "created_at": [ + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 - ], - "is_game_streamer": [ - 3 + 4442 ], - "is_live": [ - 3 + "k8s_job_name": [ + 78 ], - "k8s_service_name": [ - 79 + "last_activity_at": [ + 4004 ], "last_status_at": [ - 3558 - ], - "link": [ - 79 + 4004 ], "match_id": [ - 3955 + 4442 ], - "mode": [ - 79 + "match_map_demo_id": [ + 4442 ], - "priority": [ - 38 + "match_map_id": [ + 4442 ], "status": [ - 79 + 78 ], "status_history": [ - 1244 + 1332 ], "stream_url": [ - 79 + 78 ], - "title": [ - 79 + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stddev_fields": { - "priority": [ + "match_demo_sessions_stddev_fields": { + "watcher_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stddev_order_by": { - "priority": [ - 2020 + "match_demo_sessions_stddev_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stddev_pop_fields": { - "priority": [ + "match_demo_sessions_stddev_pop_fields": { + "watcher_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stddev_pop_order_by": { - "priority": [ - 2020 + "match_demo_sessions_stddev_pop_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stddev_samp_fields": { - "priority": [ + "match_demo_sessions_stddev_samp_fields": { + "watcher_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stddev_samp_order_by": { - "priority": [ - 2020 + "match_demo_sessions_stddev_samp_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stream_cursor_input": { + "match_demo_sessions_stream_cursor_input": { "initial_value": [ - 1806 + 1900 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "match_streams_stream_cursor_value_input": { - "autodirector": [ - 3 + "match_demo_sessions_stream_cursor_value_input": { + "created_at": [ + 4004 ], "error_message": [ - 79 + 78 ], "game_server_node_id": [ - 79 + 78 ], "id": [ - 3955 - ], - "is_game_streamer": [ - 3 + 4442 ], - "is_live": [ - 3 + "k8s_job_name": [ + 78 ], - "k8s_service_name": [ - 79 + "last_activity_at": [ + 4004 ], "last_status_at": [ - 3558 - ], - "link": [ - 79 + 4004 ], "match_id": [ - 3955 + 4442 ], - "mode": [ - 79 + "match_map_demo_id": [ + 4442 ], - "priority": [ - 38 + "match_map_id": [ + 4442 ], "status": [ - 79 + 78 ], "status_history": [ - 1244 + 1332 ], "stream_url": [ - 79 + 78 ], - "title": [ - 79 + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_sum_fields": { - "priority": [ - 38 + "match_demo_sessions_sum_fields": { + "watcher_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_streams_sum_order_by": { - "priority": [ - 2020 + "match_demo_sessions_sum_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_update_column": {}, - "match_streams_updates": { + "match_demo_sessions_update_column": {}, + "match_demo_sessions_updates": { "_append": [ - 1775 + 1871 ], "_delete_at_path": [ - 1781 + 1877 ], "_delete_elem": [ - 1782 + 1878 ], "_delete_key": [ - 1783 + 1879 ], "_inc": [ - 1784 + 1880 ], "_prepend": [ - 1794 + 1890 ], "_set": [ - 1798 + 1892 ], "where": [ - 1779 + 1875 ], "__typename": [ - 79 + 78 ] }, - "match_streams_var_pop_fields": { - "priority": [ + "match_demo_sessions_var_pop_fields": { + "watcher_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_streams_var_pop_order_by": { - "priority": [ - 2020 + "match_demo_sessions_var_pop_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_var_samp_fields": { - "priority": [ + "match_demo_sessions_var_samp_fields": { + "watcher_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_streams_var_samp_order_by": { - "priority": [ - 2020 + "match_demo_sessions_var_samp_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_streams_variance_fields": { - "priority": [ + "match_demo_sessions_variance_fields": { + "watcher_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "match_streams_variance_order_by": { - "priority": [ - 2020 + "match_demo_sessions_variance_order_by": { + "watcher_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs": { - "cfg": [ - 79 + "match_lineup_players": { + "captain": [ + 3 ], - "type": [ - 548 + "checked_in": [ + 3 + ], + "discord_id": [ + 78 + ], + "id": [ + 4442 + ], + "lineup": [ + 1956 + ], + "match_lineup_id": [ + 4442 + ], + "placeholder_name": [ + 78 + ], + "player": [ + 3419 + ], + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_aggregate": { + "match_lineup_players_aggregate": { "aggregate": [ - 1819 + 1917 ], "nodes": [ - 1817 + 1911 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_aggregate_fields": { + "match_lineup_players_aggregate_bool_exp": { + "bool_and": [ + 1914 + ], + "bool_or": [ + 1915 + ], + "count": [ + 1916 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_aggregate_bool_exp_bool_and": { + "arguments": [ + 1935 + ], + "distinct": [ + 3 + ], + "filter": [ + 1922 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_aggregate_bool_exp_bool_or": { + "arguments": [ + 1936 + ], + "distinct": [ + 3 + ], + "filter": [ + 1922 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_aggregate_bool_exp_count": { + "arguments": [ + 1934 + ], + "distinct": [ + 3 + ], + "filter": [ + 1922 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_aggregate_fields": { + "avg": [ + 1920 + ], "count": [ 38, { "columns": [ - 1829, - "[match_type_cfgs_select_column!]" + 1934, + "[match_lineup_players_select_column!]" ], "distinct": [ 3 @@ -33556,287 +33300,561 @@ export default { } ], "max": [ - 1823 + 1926 + ], + "min": [ + 1928 + ], + "stddev": [ + 1938 + ], + "stddev_pop": [ + 1940 + ], + "stddev_samp": [ + 1942 + ], + "sum": [ + 1946 + ], + "var_pop": [ + 1950 + ], + "var_samp": [ + 1952 + ], + "variance": [ + 1954 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_aggregate_order_by": { + "avg": [ + 1921 + ], + "count": [ + 2461 + ], + "max": [ + 1927 ], "min": [ - 1824 + 1929 + ], + "stddev": [ + 1939 + ], + "stddev_pop": [ + 1941 + ], + "stddev_samp": [ + 1943 + ], + "sum": [ + 1947 + ], + "var_pop": [ + 1951 + ], + "var_samp": [ + 1953 + ], + "variance": [ + 1955 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_bool_exp": { + "match_lineup_players_arr_rel_insert_input": { + "data": [ + 1925 + ], + "on_conflict": [ + 1931 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_avg_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_avg_order_by": { + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_bool_exp": { "_and": [ - 1820 + 1922 ], "_not": [ - 1820 + 1922 ], "_or": [ - 1820 + 1922 ], - "cfg": [ - 81 + "captain": [ + 4 ], - "type": [ - 549 + "checked_in": [ + 4 + ], + "discord_id": [ + 80 + ], + "id": [ + 4444 + ], + "lineup": [ + 1965 + ], + "match_lineup_id": [ + 4444 + ], + "placeholder_name": [ + 80 + ], + "player": [ + 3423 + ], + "steam_id": [ + 182 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_constraint": {}, - "match_type_cfgs_insert_input": { - "cfg": [ - 79 + "match_lineup_players_constraint": {}, + "match_lineup_players_inc_input": { + "steam_id": [ + 180 ], - "type": [ - 548 + "__typename": [ + 78 + ] + }, + "match_lineup_players_insert_input": { + "captain": [ + 3 + ], + "checked_in": [ + 3 + ], + "discord_id": [ + 78 + ], + "id": [ + 4442 + ], + "lineup": [ + 1974 + ], + "match_lineup_id": [ + 4442 + ], + "placeholder_name": [ + 78 + ], + "player": [ + 3430 + ], + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_max_fields": { - "cfg": [ - 79 + "match_lineup_players_max_fields": { + "discord_id": [ + 78 + ], + "id": [ + 4442 + ], + "match_lineup_id": [ + 4442 + ], + "placeholder_name": [ + 78 + ], + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_min_fields": { - "cfg": [ - 79 + "match_lineup_players_max_order_by": { + "discord_id": [ + 2461 + ], + "id": [ + 2461 + ], + "match_lineup_id": [ + 2461 + ], + "placeholder_name": [ + 2461 + ], + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_mutation_response": { + "match_lineup_players_min_fields": { + "discord_id": [ + 78 + ], + "id": [ + 4442 + ], + "match_lineup_id": [ + 4442 + ], + "placeholder_name": [ + 78 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_min_order_by": { + "discord_id": [ + 2461 + ], + "id": [ + 2461 + ], + "match_lineup_id": [ + 2461 + ], + "placeholder_name": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 1817 + 1911 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_on_conflict": { + "match_lineup_players_on_conflict": { "constraint": [ - 1821 + 1923 ], "update_columns": [ - 1833 + 1948 ], "where": [ - 1820 + 1922 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_order_by": { - "cfg": [ - 2020 + "match_lineup_players_order_by": { + "captain": [ + 2461 ], - "type": [ - 2020 + "checked_in": [ + 2461 + ], + "discord_id": [ + 2461 + ], + "id": [ + 2461 + ], + "lineup": [ + 1976 + ], + "match_lineup_id": [ + 2461 + ], + "placeholder_name": [ + 2461 + ], + "player": [ + 3432 + ], + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_pk_columns_input": { - "type": [ - 548 + "match_lineup_players_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_select_column": {}, - "match_type_cfgs_set_input": { - "cfg": [ - 79 + "match_lineup_players_select_column": {}, + "match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_and_arguments_columns": {}, + "match_lineup_players_select_column_match_lineup_players_aggregate_bool_exp_bool_or_arguments_columns": {}, + "match_lineup_players_set_input": { + "captain": [ + 3 ], - "type": [ - 548 + "checked_in": [ + 3 + ], + "discord_id": [ + 78 + ], + "id": [ + 4442 + ], + "match_lineup_id": [ + 4442 + ], + "placeholder_name": [ + 78 + ], + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_stream_cursor_input": { + "match_lineup_players_stddev_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_stddev_order_by": { + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_stddev_pop_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_stddev_pop_order_by": { + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_stddev_samp_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_stddev_samp_order_by": { + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_stream_cursor_input": { "initial_value": [ - 1832 + 1945 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_stream_cursor_value_input": { - "cfg": [ - 79 + "match_lineup_players_stream_cursor_value_input": { + "captain": [ + 3 ], - "type": [ - 548 + "checked_in": [ + 3 + ], + "discord_id": [ + 78 + ], + "id": [ + 4442 + ], + "match_lineup_id": [ + 4442 + ], + "placeholder_name": [ + 78 + ], + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "match_type_cfgs_update_column": {}, - "match_type_cfgs_updates": { + "match_lineup_players_sum_fields": { + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_sum_order_by": { + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_lineup_players_update_column": {}, + "match_lineup_players_updates": { + "_inc": [ + 1924 + ], "_set": [ - 1830 + 1937 ], "where": [ - 1820 + 1922 ], "__typename": [ - 79 + 78 ] }, - "matches": { - "can_assign_server": [ - 3 + "match_lineup_players_var_pop_fields": { + "steam_id": [ + 29 ], - "can_cancel": [ - 3 + "__typename": [ + 78 + ] + }, + "match_lineup_players_var_pop_order_by": { + "steam_id": [ + 2461 ], - "can_check_in": [ - 3 + "__typename": [ + 78 + ] + }, + "match_lineup_players_var_samp_fields": { + "steam_id": [ + 29 ], - "can_reassign_winner": [ - 3 + "__typename": [ + 78 + ] + }, + "match_lineup_players_var_samp_order_by": { + "steam_id": [ + 2461 ], - "can_schedule": [ - 3 + "__typename": [ + 78 + ] + }, + "match_lineup_players_variance_fields": { + "steam_id": [ + 29 ], - "can_start": [ - 3 + "__typename": [ + 78 + ] + }, + "match_lineup_players_variance_order_by": { + "steam_id": [ + 2461 ], - "can_stream_live": [ + "__typename": [ + 78 + ] + }, + "match_lineups": { + "can_pick_map_veto": [ 3 ], - "can_stream_tv": [ + "can_pick_region_veto": [ 3 ], - "cancels_at": [ - 3558 + "can_update_lineup": [ + 3 ], - "clutches": [ - 4000, - { - "distinct_on": [ - 4016, - "[v_match_clutches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4015, - "[v_match_clutches_order_by!]" - ], - "where": [ - 4009 - ] - } + "captain": [ + 4547 ], - "clutches_aggregate": [ - 4001, - { - "distinct_on": [ - 4016, - "[v_match_clutches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4015, - "[v_match_clutches_order_by!]" - ], - "where": [ - 4009 - ] - } + "coach": [ + 3419 ], - "connection_link": [ - 79 + "coach_steam_id": [ + 180 ], - "connection_string": [ - 79 + "id": [ + 4442 ], - "created_at": [ - 3558 + "is_on_lineup": [ + 3 ], - "current_match_map_id": [ - 3955 + "is_picking_map_veto": [ + 3 ], - "demos": [ - 1557, - { - "distinct_on": [ - 1586, - "[match_map_demos_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1583, - "[match_map_demos_order_by!]" - ], - "where": [ - 1569 - ] - } + "is_picking_region_veto": [ + 3 ], - "demos_aggregate": [ - 1558, - { - "distinct_on": [ - 1586, - "[match_map_demos_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1583, - "[match_map_demos_order_by!]" - ], - "where": [ - 1569 - ] - } + "is_ready": [ + 3 ], - "draft_games": [ - 351, + "lineup_players": [ + 1911, { "distinct_on": [ - 375, - "[draft_games_select_column!]" + 1934, + "[match_lineup_players_select_column!]" ], "limit": [ 38 @@ -33845,20 +33863,20 @@ export default { 38 ], "order_by": [ - 373, - "[draft_games_order_by!]" + 1932, + "[match_lineup_players_order_by!]" ], "where": [ - 362 + 1922 ] } ], - "draft_games_aggregate": [ - 352, + "lineup_players_aggregate": [ + 1912, { "distinct_on": [ - 375, - "[draft_games_select_column!]" + 1934, + "[match_lineup_players_select_column!]" ], "limit": [ 38 @@ -33867,29 +33885,26 @@ export default { 38 ], "order_by": [ - 373, - "[draft_games_order_by!]" + 1932, + "[match_lineup_players_order_by!]" ], "where": [ - 362 + 1922 ] } ], - "e_match_status": [ - 707 - ], - "e_region": [ - 3062 + "match": [ + 2276 ], - "effective_at": [ - 3558 + "match_id": [ + 4442 ], - "elo_changes": [ - 4197, + "match_veto_picks": [ + 2090, { "distinct_on": [ - 4223, - "[v_player_elo_select_column!]" + 2108, + "[match_map_veto_picks_select_column!]" ], "limit": [ 38 @@ -33898,20 +33913,20 @@ export default { 38 ], "order_by": [ - 4222, - "[v_player_elo_order_by!]" + 2106, + "[match_map_veto_picks_order_by!]" ], "where": [ - 4216 + 2097 ] } ], - "elo_changes_aggregate": [ - 4198, + "match_veto_picks_aggregate": [ + 2091, { "distinct_on": [ - 4223, - "[v_player_elo_select_column!]" + 2108, + "[match_map_veto_picks_select_column!]" ], "limit": [ 38 @@ -33920,789 +33935,76 @@ export default { 38 ], "order_by": [ - 4222, - "[v_player_elo_order_by!]" + 2106, + "[match_map_veto_picks_order_by!]" ], "where": [ - 4216 + 2097 ] } ], - "ended_at": [ - 3558 + "name": [ + 78 ], - "external_id": [ - 79 + "team": [ + 3961 ], - "id": [ - 3955 - ], - "invite_code": [ - 79 - ], - "is_captain": [ - 3 - ], - "is_coach": [ - 3 - ], - "is_friend_in_match_lineup": [ - 3 - ], - "is_in_lineup": [ - 3 - ], - "is_match_server_available": [ - 3 - ], - "is_organizer": [ - 3 - ], - "is_server_online": [ - 3 - ], - "is_tournament_match": [ - 3 - ], - "label": [ - 79 - ], - "lineup_1": [ - 1515 - ], - "lineup_1_id": [ - 3955 - ], - "lineup_2": [ - 1515 - ], - "lineup_2_id": [ - 3955 - ], - "lineup_counts": [ - 1242, - { - "path": [ - 79 - ] - } - ], - "map_veto_picking_lineup_id": [ - 3955 - ], - "map_veto_picks": [ - 1649, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } - ], - "map_veto_picks_aggregate": [ - 1650, - { - "distinct_on": [ - 1667, - "[match_map_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1665, - "[match_map_veto_picks_order_by!]" - ], - "where": [ - 1656 - ] - } - ], - "map_veto_type": [ - 79 - ], - "match_maps": [ - 1673, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } - ], - "match_maps_aggregate": [ - 1674, - { - "distinct_on": [ - 1695, - "[match_maps_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1693, - "[match_maps_order_by!]" - ], - "where": [ - 1682 - ] - } - ], - "match_options_id": [ - 3955 - ], - "max_players_per_lineup": [ - 38 - ], - "min_players_per_lineup": [ - 38 - ], - "opening_duels": [ - 4128, - { - "distinct_on": [ - 4144, - "[v_match_player_opening_duels_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4143, - "[v_match_player_opening_duels_order_by!]" - ], - "where": [ - 4137 - ] - } - ], - "opening_duels_aggregate": [ - 4129, - { - "distinct_on": [ - 4144, - "[v_match_player_opening_duels_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4143, - "[v_match_player_opening_duels_order_by!]" - ], - "where": [ - 4137 - ] - } - ], - "options": [ - 1715 - ], - "organizer": [ - 2978 - ], - "organizer_steam_id": [ - 178 - ], - "password": [ - 79 - ], - "player_assists": [ - 2158, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } - ], - "player_assists_aggregate": [ - 2159, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } - ], - "player_damages": [ - 2221, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } - ], - "player_damages_aggregate": [ - 2222, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } - ], - "player_flashes": [ - 2330, - { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" - ], - "where": [ - 2341 - ] - } - ], - "player_flashes_aggregate": [ - 2331, - { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" - ], - "where": [ - 2341 - ] - } - ], - "player_kills": [ - 2375, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } - ], - "player_kills_aggregate": [ - 2376, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } - ], - "player_objectives": [ - 2576, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } - ], - "player_objectives_aggregate": [ - 2577, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } - ], - "player_unused_utilities": [ - 2863, - { - "distinct_on": [ - 2884, - "[player_unused_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2882, - "[player_unused_utility_order_by!]" - ], - "where": [ - 2872 - ] - } - ], - "player_unused_utilities_aggregate": [ - 2864, - { - "distinct_on": [ - 2884, - "[player_unused_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2882, - "[player_unused_utility_order_by!]" - ], - "where": [ - 2872 - ] - } - ], - "player_utility": [ - 2904, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } - ], - "player_utility_aggregate": [ - 2905, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } - ], - "region": [ - 79 - ], - "region_veto_picking_lineup_id": [ - 3955 - ], - "region_veto_picks": [ - 1743, - { - "distinct_on": [ - 1761, - "[match_region_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1759, - "[match_region_veto_picks_order_by!]" - ], - "where": [ - 1750 - ] - } - ], - "region_veto_picks_aggregate": [ - 1744, - { - "distinct_on": [ - 1761, - "[match_region_veto_picks_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1759, - "[match_region_veto_picks_order_by!]" - ], - "where": [ - 1750 - ] - } - ], - "requested_organizer": [ - 3 - ], - "scheduled_at": [ - 3558 - ], - "server": [ - 3089 - ], - "server_error": [ - 79 - ], - "server_id": [ - 3955 - ], - "server_region": [ - 79 - ], - "server_type": [ - 79 - ], - "source": [ - 79 - ], - "started_at": [ - 3558 - ], - "status": [ - 712 - ], - "streams": [ - 1767, - { - "distinct_on": [ - 1795, - "[match_streams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1792, - "[match_streams_order_by!]" - ], - "where": [ - 1779 - ] - } - ], - "streams_aggregate": [ - 1768, - { - "distinct_on": [ - 1795, - "[match_streams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1792, - "[match_streams_order_by!]" - ], - "where": [ - 1779 - ] - } - ], - "teams": [ - 3515, - { - "distinct_on": [ - 3537, - "[teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3535, - "[teams_order_by!]" - ], - "where": [ - 3524 - ] - } - ], - "tournament_brackets": [ - 3560, - { - "distinct_on": [ - 3584, - "[tournament_brackets_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3582, - "[tournament_brackets_order_by!]" - ], - "where": [ - 3571 - ] - } - ], - "tournament_brackets_aggregate": [ - 3561, - { - "distinct_on": [ - 3584, - "[tournament_brackets_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3582, - "[tournament_brackets_order_by!]" - ], - "where": [ - 3571 - ] - } - ], - "tv_connection_string": [ - 79 - ], - "winner": [ - 1515 + "team_id": [ + 4442 ], - "winning_lineup_id": [ - 3955 + "team_name": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "matches_aggregate": { + "match_lineups_aggregate": { "aggregate": [ - 1839 + 1960 ], "nodes": [ - 1835 + 1956 ], "__typename": [ - 79 + 78 ] }, - "matches_aggregate_bool_exp": { + "match_lineups_aggregate_bool_exp": { "count": [ - 1838 + 1959 ], "__typename": [ - 79 + 78 ] }, - "matches_aggregate_bool_exp_count": { + "match_lineups_aggregate_bool_exp_count": { "arguments": [ - 1857 + 1978 ], "distinct": [ 3 ], "filter": [ - 1844 + 1965 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "matches_aggregate_fields": { + "match_lineups_aggregate_fields": { "avg": [ - 1842 + 1963 ], "count": [ 38, { "columns": [ - 1857, - "[matches_select_column!]" + 1978, + "[match_lineups_select_column!]" ], "distinct": [ 3 @@ -34710,1846 +34012,2310 @@ export default { } ], "max": [ - 1848 + 1969 ], "min": [ - 1850 + 1971 ], "stddev": [ - 1859 + 1980 ], "stddev_pop": [ - 1861 + 1982 ], "stddev_samp": [ - 1863 + 1984 ], "sum": [ - 1867 + 1988 ], "var_pop": [ - 1871 + 1992 ], "var_samp": [ - 1873 + 1994 ], "variance": [ - 1875 + 1996 ], "__typename": [ - 79 + 78 ] }, - "matches_aggregate_order_by": { + "match_lineups_aggregate_order_by": { "avg": [ - 1843 + 1964 ], "count": [ - 2020 + 2461 ], "max": [ - 1849 + 1970 ], "min": [ - 1851 + 1972 ], "stddev": [ - 1860 + 1981 ], "stddev_pop": [ - 1862 + 1983 ], "stddev_samp": [ - 1864 + 1985 ], "sum": [ - 1868 + 1989 ], "var_pop": [ - 1872 + 1993 ], "var_samp": [ - 1874 + 1995 ], "variance": [ - 1876 + 1997 ], "__typename": [ - 79 + 78 ] }, - "matches_arr_rel_insert_input": { + "match_lineups_arr_rel_insert_input": { "data": [ - 1847 + 1968 ], "on_conflict": [ - 1854 + 1975 ], "__typename": [ - 79 + 78 ] }, - "matches_avg_fields": { - "max_players_per_lineup": [ - 38 - ], - "min_players_per_lineup": [ - 38 - ], - "organizer_steam_id": [ + "match_lineups_avg_fields": { + "coach_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "matches_avg_order_by": { - "organizer_steam_id": [ - 2020 + "match_lineups_avg_order_by": { + "coach_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "matches_bool_exp": { + "match_lineups_bool_exp": { "_and": [ - 1844 + 1965 ], "_not": [ - 1844 + 1965 ], "_or": [ - 1844 + 1965 ], - "can_assign_server": [ + "can_pick_map_veto": [ 4 ], - "can_cancel": [ + "can_pick_region_veto": [ 4 ], - "can_check_in": [ + "can_update_lineup": [ 4 ], - "can_reassign_winner": [ - 4 + "captain": [ + 4551 ], - "can_schedule": [ + "coach": [ + 3423 + ], + "coach_steam_id": [ + 182 + ], + "id": [ + 4444 + ], + "is_on_lineup": [ 4 ], - "can_start": [ + "is_picking_map_veto": [ 4 ], - "can_stream_live": [ + "is_picking_region_veto": [ 4 ], - "can_stream_tv": [ + "is_ready": [ 4 ], - "cancels_at": [ - 3559 + "lineup_players": [ + 1922 ], - "clutches": [ - 4009 + "lineup_players_aggregate": [ + 1913 ], - "clutches_aggregate": [ - 4002 + "match": [ + 2285 ], - "connection_link": [ - 81 + "match_id": [ + 4444 ], - "connection_string": [ - 81 + "match_veto_picks": [ + 2097 ], - "created_at": [ - 3559 + "match_veto_picks_aggregate": [ + 2092 ], - "current_match_map_id": [ - 3957 + "name": [ + 80 ], - "demos": [ - 1569 + "team": [ + 3970 ], - "demos_aggregate": [ - 1559 + "team_id": [ + 4444 ], - "draft_games": [ - 362 + "team_name": [ + 80 ], - "draft_games_aggregate": [ - 353 + "__typename": [ + 78 + ] + }, + "match_lineups_constraint": {}, + "match_lineups_inc_input": { + "coach_steam_id": [ + 180 ], - "e_match_status": [ - 710 + "__typename": [ + 78 + ] + }, + "match_lineups_insert_input": { + "captain": [ + 4557 ], - "e_region": [ - 3066 + "coach": [ + 3430 ], - "effective_at": [ - 3559 + "coach_steam_id": [ + 180 ], - "elo_changes": [ - 4216 + "id": [ + 4442 ], - "elo_changes_aggregate": [ - 4199 + "lineup_players": [ + 1919 ], - "ended_at": [ - 3559 + "match": [ + 2294 ], - "external_id": [ - 81 + "match_id": [ + 4442 ], - "id": [ - 3957 + "match_veto_picks": [ + 2096 ], - "invite_code": [ - 81 + "team": [ + 3979 ], - "is_captain": [ - 4 + "team_id": [ + 4442 ], - "is_coach": [ - 4 + "team_name": [ + 78 ], - "is_friend_in_match_lineup": [ - 4 + "__typename": [ + 78 + ] + }, + "match_lineups_max_fields": { + "coach_steam_id": [ + 180 ], - "is_in_lineup": [ - 4 + "id": [ + 4442 ], - "is_match_server_available": [ - 4 + "match_id": [ + 4442 ], - "is_organizer": [ - 4 + "name": [ + 78 ], - "is_server_online": [ - 4 + "team_id": [ + 4442 ], - "is_tournament_match": [ - 4 + "team_name": [ + 78 ], - "label": [ - 81 + "__typename": [ + 78 + ] + }, + "match_lineups_max_order_by": { + "coach_steam_id": [ + 2461 ], - "lineup_1": [ - 1524 + "id": [ + 2461 ], - "lineup_1_id": [ - 3957 + "match_id": [ + 2461 ], - "lineup_2": [ - 1524 + "team_id": [ + 2461 ], - "lineup_2_id": [ - 3957 + "team_name": [ + 2461 ], - "lineup_counts": [ - 1243 + "__typename": [ + 78 + ] + }, + "match_lineups_min_fields": { + "coach_steam_id": [ + 180 ], - "map_veto_picking_lineup_id": [ - 3957 + "id": [ + 4442 ], - "map_veto_picks": [ - 1656 + "match_id": [ + 4442 ], - "map_veto_picks_aggregate": [ - 1651 + "name": [ + 78 ], - "map_veto_type": [ - 81 + "team_id": [ + 4442 ], - "match_maps": [ - 1682 + "team_name": [ + 78 ], - "match_maps_aggregate": [ - 1675 + "__typename": [ + 78 + ] + }, + "match_lineups_min_order_by": { + "coach_steam_id": [ + 2461 ], - "match_options_id": [ - 3957 + "id": [ + 2461 ], - "max_players_per_lineup": [ - 39 + "match_id": [ + 2461 ], - "min_players_per_lineup": [ - 39 + "team_id": [ + 2461 ], - "opening_duels": [ - 4137 + "team_name": [ + 2461 ], - "opening_duels_aggregate": [ - 4130 + "__typename": [ + 78 + ] + }, + "match_lineups_mutation_response": { + "affected_rows": [ + 38 ], - "options": [ - 1719 + "returning": [ + 1956 ], - "organizer": [ - 2982 + "__typename": [ + 78 + ] + }, + "match_lineups_obj_rel_insert_input": { + "data": [ + 1968 ], - "organizer_steam_id": [ - 180 + "on_conflict": [ + 1975 ], - "password": [ - 81 + "__typename": [ + 78 + ] + }, + "match_lineups_on_conflict": { + "constraint": [ + 1966 ], - "player_assists": [ - 2169 + "update_columns": [ + 1990 ], - "player_assists_aggregate": [ - 2160 + "where": [ + 1965 ], - "player_damages": [ - 2230 + "__typename": [ + 78 + ] + }, + "match_lineups_order_by": { + "can_pick_map_veto": [ + 2461 ], - "player_damages_aggregate": [ - 2223 + "can_pick_region_veto": [ + 2461 ], - "player_flashes": [ - 2341 + "can_update_lineup": [ + 2461 ], - "player_flashes_aggregate": [ - 2332 + "captain": [ + 4558 ], - "player_kills": [ - 2386 + "coach": [ + 3432 ], - "player_kills_aggregate": [ - 2377 + "coach_steam_id": [ + 2461 ], - "player_objectives": [ - 2585 + "id": [ + 2461 ], - "player_objectives_aggregate": [ - 2578 + "is_on_lineup": [ + 2461 ], - "player_unused_utilities": [ - 2872 - ], - "player_unused_utilities_aggregate": [ - 2865 - ], - "player_utility": [ - 2913 - ], - "player_utility_aggregate": [ - 2906 + "is_picking_map_veto": [ + 2461 ], - "region": [ - 81 + "is_picking_region_veto": [ + 2461 ], - "region_veto_picking_lineup_id": [ - 3957 + "is_ready": [ + 2461 ], - "region_veto_picks": [ - 1750 + "lineup_players_aggregate": [ + 1918 ], - "region_veto_picks_aggregate": [ - 1745 + "match": [ + 2296 ], - "requested_organizer": [ - 4 + "match_id": [ + 2461 ], - "scheduled_at": [ - 3559 + "match_veto_picks_aggregate": [ + 2095 ], - "server": [ - 3100 + "name": [ + 2461 ], - "server_error": [ - 81 + "team": [ + 3981 ], - "server_id": [ - 3957 + "team_id": [ + 2461 ], - "server_region": [ - 81 + "team_name": [ + 2461 ], - "server_type": [ - 81 + "__typename": [ + 78 + ] + }, + "match_lineups_pk_columns_input": { + "id": [ + 4442 ], - "source": [ - 81 + "__typename": [ + 78 + ] + }, + "match_lineups_select_column": {}, + "match_lineups_set_input": { + "coach_steam_id": [ + 180 ], - "started_at": [ - 3559 + "id": [ + 4442 ], - "status": [ - 713 + "match_id": [ + 4442 ], - "streams": [ - 1779 + "team_id": [ + 4442 ], - "streams_aggregate": [ - 1769 + "team_name": [ + 78 ], - "teams": [ - 3524 + "__typename": [ + 78 + ] + }, + "match_lineups_stddev_fields": { + "coach_steam_id": [ + 29 ], - "tournament_brackets": [ - 3571 + "__typename": [ + 78 + ] + }, + "match_lineups_stddev_order_by": { + "coach_steam_id": [ + 2461 ], - "tournament_brackets_aggregate": [ - 3562 + "__typename": [ + 78 + ] + }, + "match_lineups_stddev_pop_fields": { + "coach_steam_id": [ + 29 ], - "tv_connection_string": [ - 81 + "__typename": [ + 78 + ] + }, + "match_lineups_stddev_pop_order_by": { + "coach_steam_id": [ + 2461 ], - "winner": [ - 1524 + "__typename": [ + 78 + ] + }, + "match_lineups_stddev_samp_fields": { + "coach_steam_id": [ + 29 ], - "winning_lineup_id": [ - 3957 + "__typename": [ + 78 + ] + }, + "match_lineups_stddev_samp_order_by": { + "coach_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "matches_constraint": {}, - "matches_inc_input": { - "organizer_steam_id": [ - 178 + "match_lineups_stream_cursor_input": { + "initial_value": [ + 1987 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "matches_insert_input": { - "cancels_at": [ - 3558 + "match_lineups_stream_cursor_value_input": { + "coach_steam_id": [ + 180 ], - "clutches": [ - 4006 + "id": [ + 4442 ], - "created_at": [ - 3558 + "match_id": [ + 4442 ], - "demos": [ - 1566 + "team_id": [ + 4442 ], - "draft_games": [ - 359 + "team_name": [ + 78 ], - "e_match_status": [ - 718 + "__typename": [ + 78 + ] + }, + "match_lineups_sum_fields": { + "coach_steam_id": [ + 180 ], - "e_region": [ - 3072 + "__typename": [ + 78 + ] + }, + "match_lineups_sum_order_by": { + "coach_steam_id": [ + 2461 ], - "elo_changes": [ - 4213 + "__typename": [ + 78 + ] + }, + "match_lineups_update_column": {}, + "match_lineups_updates": { + "_inc": [ + 1967 ], - "ended_at": [ - 3558 + "_set": [ + 1979 ], - "external_id": [ - 79 + "where": [ + 1965 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_lineups_var_pop_fields": { + "coach_steam_id": [ + 29 ], - "label": [ - 79 + "__typename": [ + 78 + ] + }, + "match_lineups_var_pop_order_by": { + "coach_steam_id": [ + 2461 ], - "lineup_1": [ - 1533 + "__typename": [ + 78 + ] + }, + "match_lineups_var_samp_fields": { + "coach_steam_id": [ + 29 ], - "lineup_1_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_lineups_var_samp_order_by": { + "coach_steam_id": [ + 2461 ], - "lineup_2": [ - 1533 + "__typename": [ + 78 + ] + }, + "match_lineups_variance_fields": { + "coach_steam_id": [ + 29 ], - "lineup_2_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_lineups_variance_order_by": { + "coach_steam_id": [ + 2461 ], - "map_veto_picks": [ - 1655 + "__typename": [ + 78 + ] + }, + "match_map_demos": { + "bombs": [ + 1332, + { + "path": [ + 78 + ] + } ], - "match_maps": [ - 1679 + "clip_render_jobs": [ + 185, + { + "distinct_on": [ + 213, + "[clip_render_jobs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 210, + "[clip_render_jobs_order_by!]" + ], + "where": [ + 197 + ] + } ], - "match_options_id": [ - 3955 + "clip_render_jobs_aggregate": [ + 186, + { + "distinct_on": [ + 213, + "[clip_render_jobs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 210, + "[clip_render_jobs_order_by!]" + ], + "where": [ + 197 + ] + } ], - "opening_duels": [ - 4134 + "created_at": [ + 4004 ], - "options": [ - 1726 + "cs2_build": [ + 78 ], - "organizer": [ - 2989 + "demo_sessions": [ + 1865, + { + "distinct_on": [ + 1891, + "[match_demo_sessions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1888, + "[match_demo_sessions_order_by!]" + ], + "where": [ + 1875 + ] + } ], - "organizer_steam_id": [ - 178 + "demo_sessions_aggregate": [ + 1866, + { + "distinct_on": [ + 1891, + "[match_demo_sessions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1888, + "[match_demo_sessions_order_by!]" + ], + "where": [ + 1875 + ] + } ], - "password": [ - 79 + "download_url": [ + 78 ], - "player_assists": [ - 2166 + "duration_seconds": [ + 29 ], - "player_damages": [ - 2227 + "file": [ + 78 ], - "player_flashes": [ - 2338 + "geometry_validated": [ + 3 ], - "player_kills": [ - 2383 + "id": [ + 4442 ], - "player_objectives": [ - 2582 + "kills": [ + 1332, + { + "path": [ + 78 + ] + } ], - "player_unused_utilities": [ - 2869 + "map_name": [ + 78 ], - "player_utility": [ - 2910 + "match": [ + 2276 ], - "region": [ - 79 + "match_clips": [ + 1823, + { + "distinct_on": [ + 1845, + "[match_clips_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1843, + "[match_clips_order_by!]" + ], + "where": [ + 1832 + ] + } ], - "region_veto_picks": [ - 1749 + "match_clips_aggregate": [ + 1824, + { + "distinct_on": [ + 1845, + "[match_clips_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1843, + "[match_clips_order_by!]" + ], + "where": [ + 1832 + ] + } ], - "scheduled_at": [ - 3558 + "match_id": [ + 4442 ], - "server": [ - 3109 + "match_map": [ + 2114 ], - "server_error": [ - 79 + "match_map_id": [ + 4442 ], - "server_id": [ - 3955 + "metadata_parsed_at": [ + 4004 ], - "source": [ - 79 + "playback_file": [ + 78 ], - "started_at": [ - 3558 + "playback_size": [ + 38 ], - "status": [ - 712 + "playback_url": [ + 78 ], - "streams": [ - 1776 + "players": [ + 1332, + { + "path": [ + 78 + ] + } ], - "tournament_brackets": [ - 3568 + "round_ticks": [ + 1332, + { + "path": [ + 78 + ] + } ], - "winner": [ - 1533 + "size": [ + 38 ], - "winning_lineup_id": [ - 3955 + "tick_rate": [ + 29 + ], + "total_ticks": [ + 38 + ], + "workshop_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "matches_max_fields": { - "cancels_at": [ - 3558 - ], - "connection_link": [ - 79 - ], - "connection_string": [ - 79 - ], - "created_at": [ - 3558 + "match_map_demos_aggregate": { + "aggregate": [ + 2004 ], - "current_match_map_id": [ - 3955 + "nodes": [ + 1998 ], - "effective_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "match_map_demos_aggregate_bool_exp": { + "bool_and": [ + 2001 ], - "ended_at": [ - 3558 + "bool_or": [ + 2002 ], - "external_id": [ - 79 + "count": [ + 2003 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_map_demos_aggregate_bool_exp_bool_and": { + "arguments": [ + 2028 ], - "invite_code": [ - 79 + "distinct": [ + 3 ], - "label": [ - 79 + "filter": [ + 2010 ], - "lineup_1_id": [ - 3955 + "predicate": [ + 4 ], - "lineup_2_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_map_demos_aggregate_bool_exp_bool_or": { + "arguments": [ + 2029 ], - "map_veto_picking_lineup_id": [ - 3955 + "distinct": [ + 3 ], - "map_veto_type": [ - 79 + "filter": [ + 2010 ], - "match_options_id": [ - 3955 + "predicate": [ + 4 ], - "max_players_per_lineup": [ - 38 + "__typename": [ + 78 + ] + }, + "match_map_demos_aggregate_bool_exp_count": { + "arguments": [ + 2027 ], - "min_players_per_lineup": [ - 38 + "distinct": [ + 3 ], - "organizer_steam_id": [ - 178 + "filter": [ + 2010 ], - "password": [ - 79 + "predicate": [ + 39 ], - "region": [ - 79 + "__typename": [ + 78 + ] + }, + "match_map_demos_aggregate_fields": { + "avg": [ + 2008 ], - "region_veto_picking_lineup_id": [ - 3955 + "count": [ + 38, + { + "columns": [ + 2027, + "[match_map_demos_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "scheduled_at": [ - 3558 + "max": [ + 2017 ], - "server_error": [ - 79 + "min": [ + 2019 ], - "server_id": [ - 3955 + "stddev": [ + 2031 ], - "server_region": [ - 79 + "stddev_pop": [ + 2033 ], - "server_type": [ - 79 + "stddev_samp": [ + 2035 ], - "source": [ - 79 + "sum": [ + 2039 ], - "started_at": [ - 3558 + "var_pop": [ + 2043 ], - "tv_connection_string": [ - 79 + "var_samp": [ + 2045 ], - "winning_lineup_id": [ - 3955 + "variance": [ + 2047 ], "__typename": [ - 79 + 78 ] }, - "matches_max_order_by": { - "cancels_at": [ - 2020 - ], - "created_at": [ - 2020 - ], - "effective_at": [ - 2020 - ], - "ended_at": [ - 2020 - ], - "external_id": [ - 2020 + "match_map_demos_aggregate_order_by": { + "avg": [ + 2009 ], - "id": [ - 2020 + "count": [ + 2461 ], - "label": [ - 2020 + "max": [ + 2018 ], - "lineup_1_id": [ + "min": [ 2020 ], - "lineup_2_id": [ - 2020 + "stddev": [ + 2032 ], - "match_options_id": [ - 2020 + "stddev_pop": [ + 2034 ], - "organizer_steam_id": [ - 2020 + "stddev_samp": [ + 2036 ], - "password": [ - 2020 + "sum": [ + 2040 ], - "region": [ - 2020 + "var_pop": [ + 2044 ], - "scheduled_at": [ - 2020 + "var_samp": [ + 2046 ], - "server_error": [ - 2020 + "variance": [ + 2048 ], - "server_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_demos_append_input": { + "bombs": [ + 1332 ], - "source": [ - 2020 + "kills": [ + 1332 ], - "started_at": [ - 2020 + "players": [ + 1332 ], - "winning_lineup_id": [ - 2020 + "round_ticks": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "matches_min_fields": { - "cancels_at": [ - 3558 - ], - "connection_link": [ - 79 + "match_map_demos_arr_rel_insert_input": { + "data": [ + 2016 ], - "connection_string": [ - 79 + "on_conflict": [ + 2023 ], - "created_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "match_map_demos_avg_fields": { + "duration_seconds": [ + 29 ], - "current_match_map_id": [ - 3955 + "playback_size": [ + 29 ], - "effective_at": [ - 3558 + "size": [ + 29 ], - "ended_at": [ - 3558 + "tick_rate": [ + 29 ], - "external_id": [ - 79 + "total_ticks": [ + 29 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_map_demos_avg_order_by": { + "duration_seconds": [ + 2461 ], - "invite_code": [ - 79 + "playback_size": [ + 2461 ], - "label": [ - 79 + "size": [ + 2461 ], - "lineup_1_id": [ - 3955 + "tick_rate": [ + 2461 ], - "lineup_2_id": [ - 3955 + "total_ticks": [ + 2461 ], - "map_veto_picking_lineup_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_map_demos_bool_exp": { + "_and": [ + 2010 ], - "map_veto_type": [ - 79 + "_not": [ + 2010 ], - "match_options_id": [ - 3955 + "_or": [ + 2010 ], - "max_players_per_lineup": [ - 38 + "bombs": [ + 1334 ], - "min_players_per_lineup": [ - 38 + "clip_render_jobs": [ + 197 ], - "organizer_steam_id": [ - 178 + "clip_render_jobs_aggregate": [ + 187 ], - "password": [ - 79 + "created_at": [ + 4005 ], - "region": [ - 79 + "cs2_build": [ + 80 ], - "region_veto_picking_lineup_id": [ - 3955 + "demo_sessions": [ + 1875 ], - "scheduled_at": [ - 3558 + "demo_sessions_aggregate": [ + 1867 ], - "server_error": [ - 79 + "download_url": [ + 80 ], - "server_id": [ - 3955 + "duration_seconds": [ + 30 ], - "server_region": [ - 79 + "file": [ + 80 ], - "server_type": [ - 79 + "geometry_validated": [ + 4 ], - "source": [ - 79 + "id": [ + 4444 ], - "started_at": [ - 3558 + "kills": [ + 1334 ], - "tv_connection_string": [ - 79 + "map_name": [ + 80 ], - "winning_lineup_id": [ - 3955 + "match": [ + 2285 ], - "__typename": [ - 79 - ] - }, - "matches_min_order_by": { - "cancels_at": [ - 2020 + "match_clips": [ + 1832 ], - "created_at": [ - 2020 + "match_clips_aggregate": [ + 1825 ], - "effective_at": [ - 2020 + "match_id": [ + 4444 ], - "ended_at": [ - 2020 + "match_map": [ + 2123 ], - "external_id": [ - 2020 + "match_map_id": [ + 4444 ], - "id": [ - 2020 + "metadata_parsed_at": [ + 4005 ], - "label": [ - 2020 + "playback_file": [ + 80 ], - "lineup_1_id": [ - 2020 + "playback_size": [ + 39 ], - "lineup_2_id": [ - 2020 + "playback_url": [ + 80 ], - "match_options_id": [ - 2020 + "players": [ + 1334 ], - "organizer_steam_id": [ - 2020 + "round_ticks": [ + 1334 ], - "password": [ - 2020 + "size": [ + 39 ], - "region": [ - 2020 + "tick_rate": [ + 30 ], - "scheduled_at": [ - 2020 + "total_ticks": [ + 39 ], - "server_error": [ - 2020 + "workshop_id": [ + 80 ], - "server_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_demos_constraint": {}, + "match_map_demos_delete_at_path_input": { + "bombs": [ + 78 ], - "source": [ - 2020 + "kills": [ + 78 ], - "started_at": [ - 2020 + "players": [ + 78 ], - "winning_lineup_id": [ - 2020 + "round_ticks": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "matches_mutation_response": { - "affected_rows": [ + "match_map_demos_delete_elem_input": { + "bombs": [ 38 ], - "returning": [ - 1835 + "kills": [ + 38 + ], + "players": [ + 38 + ], + "round_ticks": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "matches_obj_rel_insert_input": { - "data": [ - 1847 + "match_map_demos_delete_key_input": { + "bombs": [ + 78 ], - "on_conflict": [ - 1854 + "kills": [ + 78 + ], + "players": [ + 78 + ], + "round_ticks": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "matches_on_conflict": { - "constraint": [ - 1845 + "match_map_demos_inc_input": { + "playback_size": [ + 38 ], - "update_columns": [ - 1869 + "size": [ + 38 ], - "where": [ - 1844 + "tick_rate": [ + 29 + ], + "total_ticks": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "matches_order_by": { - "can_assign_server": [ - 2020 - ], - "can_cancel": [ - 2020 + "match_map_demos_insert_input": { + "bombs": [ + 1332 ], - "can_check_in": [ - 2020 + "clip_render_jobs": [ + 194 ], - "can_reassign_winner": [ - 2020 + "created_at": [ + 4004 ], - "can_schedule": [ - 2020 + "cs2_build": [ + 78 ], - "can_start": [ - 2020 - ], - "can_stream_live": [ - 2020 - ], - "can_stream_tv": [ - 2020 - ], - "cancels_at": [ - 2020 + "demo_sessions": [ + 1872 ], - "clutches_aggregate": [ - 4005 + "file": [ + 78 ], - "connection_link": [ - 2020 + "geometry_validated": [ + 3 ], - "connection_string": [ - 2020 + "id": [ + 4442 ], - "created_at": [ - 2020 + "kills": [ + 1332 ], - "current_match_map_id": [ - 2020 + "map_name": [ + 78 ], - "demos_aggregate": [ - 1564 + "match": [ + 2294 ], - "draft_games_aggregate": [ - 358 + "match_clips": [ + 1829 ], - "e_match_status": [ - 720 + "match_id": [ + 4442 ], - "e_region": [ - 3074 + "match_map": [ + 2132 ], - "effective_at": [ - 2020 + "match_map_id": [ + 4442 ], - "elo_changes_aggregate": [ - 4212 + "metadata_parsed_at": [ + 4004 ], - "ended_at": [ - 2020 + "playback_file": [ + 78 ], - "external_id": [ - 2020 + "playback_size": [ + 38 ], - "id": [ - 2020 + "players": [ + 1332 ], - "invite_code": [ - 2020 + "round_ticks": [ + 1332 ], - "is_captain": [ - 2020 + "size": [ + 38 ], - "is_coach": [ - 2020 + "tick_rate": [ + 29 ], - "is_friend_in_match_lineup": [ - 2020 + "total_ticks": [ + 38 ], - "is_in_lineup": [ - 2020 + "workshop_id": [ + 78 ], - "is_match_server_available": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_demos_max_fields": { + "created_at": [ + 4004 ], - "is_organizer": [ - 2020 + "cs2_build": [ + 78 ], - "is_server_online": [ - 2020 + "download_url": [ + 78 ], - "is_tournament_match": [ - 2020 + "duration_seconds": [ + 29 ], - "label": [ - 2020 + "file": [ + 78 ], - "lineup_1": [ - 1535 + "id": [ + 4442 ], - "lineup_1_id": [ - 2020 + "map_name": [ + 78 ], - "lineup_2": [ - 1535 + "match_id": [ + 4442 ], - "lineup_2_id": [ - 2020 + "match_map_id": [ + 4442 ], - "lineup_counts": [ - 2020 + "metadata_parsed_at": [ + 4004 ], - "map_veto_picking_lineup_id": [ - 2020 + "playback_file": [ + 78 ], - "map_veto_picks_aggregate": [ - 1654 + "playback_size": [ + 38 ], - "map_veto_type": [ - 2020 + "playback_url": [ + 78 ], - "match_maps_aggregate": [ - 1678 + "size": [ + 38 ], - "match_options_id": [ - 2020 + "tick_rate": [ + 29 ], - "max_players_per_lineup": [ - 2020 + "total_ticks": [ + 38 ], - "min_players_per_lineup": [ - 2020 + "workshop_id": [ + 78 ], - "opening_duels_aggregate": [ - 4133 + "__typename": [ + 78 + ] + }, + "match_map_demos_max_order_by": { + "created_at": [ + 2461 ], - "options": [ - 1728 + "cs2_build": [ + 2461 ], - "organizer": [ - 2991 + "duration_seconds": [ + 2461 ], - "organizer_steam_id": [ - 2020 + "file": [ + 2461 ], - "password": [ - 2020 + "id": [ + 2461 ], - "player_assists_aggregate": [ - 2165 + "map_name": [ + 2461 ], - "player_damages_aggregate": [ - 2226 + "match_id": [ + 2461 ], - "player_flashes_aggregate": [ - 2337 + "match_map_id": [ + 2461 ], - "player_kills_aggregate": [ - 2382 + "metadata_parsed_at": [ + 2461 ], - "player_objectives_aggregate": [ - 2581 + "playback_file": [ + 2461 ], - "player_unused_utilities_aggregate": [ - 2868 + "playback_size": [ + 2461 ], - "player_utility_aggregate": [ - 2909 + "size": [ + 2461 ], - "region": [ - 2020 + "tick_rate": [ + 2461 ], - "region_veto_picking_lineup_id": [ - 2020 + "total_ticks": [ + 2461 ], - "region_veto_picks_aggregate": [ - 1748 + "workshop_id": [ + 2461 ], - "requested_organizer": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_demos_min_fields": { + "created_at": [ + 4004 ], - "scheduled_at": [ - 2020 + "cs2_build": [ + 78 ], - "server": [ - 3111 + "download_url": [ + 78 ], - "server_error": [ - 2020 + "duration_seconds": [ + 29 ], - "server_id": [ - 2020 + "file": [ + 78 ], - "server_region": [ - 2020 + "id": [ + 4442 ], - "server_type": [ - 2020 + "map_name": [ + 78 ], - "source": [ - 2020 + "match_id": [ + 4442 ], - "started_at": [ - 2020 + "match_map_id": [ + 4442 ], - "status": [ - 2020 + "metadata_parsed_at": [ + 4004 ], - "streams_aggregate": [ - 1774 + "playback_file": [ + 78 ], - "teams_aggregate": [ - 3520 + "playback_size": [ + 38 ], - "tournament_brackets_aggregate": [ - 3567 + "playback_url": [ + 78 ], - "tv_connection_string": [ - 2020 + "size": [ + 38 ], - "winner": [ - 1535 + "tick_rate": [ + 29 ], - "winning_lineup_id": [ - 2020 + "total_ticks": [ + 38 ], - "__typename": [ - 79 - ] - }, - "matches_pk_columns_input": { - "id": [ - 3955 + "workshop_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "matches_select_column": {}, - "matches_set_input": { - "cancels_at": [ - 3558 - ], + "match_map_demos_min_order_by": { "created_at": [ - 3558 - ], - "ended_at": [ - 3558 - ], - "external_id": [ - 79 - ], - "id": [ - 3955 + 2461 ], - "label": [ - 79 + "cs2_build": [ + 2461 ], - "lineup_1_id": [ - 3955 + "duration_seconds": [ + 2461 ], - "lineup_2_id": [ - 3955 + "file": [ + 2461 ], - "match_options_id": [ - 3955 + "id": [ + 2461 ], - "organizer_steam_id": [ - 178 + "map_name": [ + 2461 ], - "password": [ - 79 + "match_id": [ + 2461 ], - "region": [ - 79 + "match_map_id": [ + 2461 ], - "scheduled_at": [ - 3558 + "metadata_parsed_at": [ + 2461 ], - "server_error": [ - 79 + "playback_file": [ + 2461 ], - "server_id": [ - 3955 + "playback_size": [ + 2461 ], - "source": [ - 79 + "size": [ + 2461 ], - "started_at": [ - 3558 + "tick_rate": [ + 2461 ], - "status": [ - 712 + "total_ticks": [ + 2461 ], - "winning_lineup_id": [ - 3955 + "workshop_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "matches_stddev_fields": { - "max_players_per_lineup": [ - 38 - ], - "min_players_per_lineup": [ + "match_map_demos_mutation_response": { + "affected_rows": [ 38 ], - "organizer_steam_id": [ - 29 - ], - "__typename": [ - 79 - ] - }, - "matches_stddev_order_by": { - "organizer_steam_id": [ - 2020 + "returning": [ + 1998 ], "__typename": [ - 79 + 78 ] }, - "matches_stddev_pop_fields": { - "max_players_per_lineup": [ - 38 - ], - "min_players_per_lineup": [ - 38 - ], - "organizer_steam_id": [ - 29 + "match_map_demos_obj_rel_insert_input": { + "data": [ + 2016 ], - "__typename": [ - 79 - ] - }, - "matches_stddev_pop_order_by": { - "organizer_steam_id": [ - 2020 + "on_conflict": [ + 2023 ], "__typename": [ - 79 + 78 ] }, - "matches_stddev_samp_fields": { - "max_players_per_lineup": [ - 38 + "match_map_demos_on_conflict": { + "constraint": [ + 2011 ], - "min_players_per_lineup": [ - 38 + "update_columns": [ + 2041 ], - "organizer_steam_id": [ - 29 + "where": [ + 2010 ], "__typename": [ - 79 + 78 ] }, - "matches_stddev_samp_order_by": { - "organizer_steam_id": [ - 2020 + "match_map_demos_order_by": { + "bombs": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "matches_stream_cursor_input": { - "initial_value": [ - 1866 + "clip_render_jobs_aggregate": [ + 192 ], - "ordering": [ - 233 + "created_at": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "matches_stream_cursor_value_input": { - "cancels_at": [ - 3558 + "cs2_build": [ + 2461 ], - "created_at": [ - 3558 + "demo_sessions_aggregate": [ + 1870 ], - "effective_at": [ - 3558 + "download_url": [ + 2461 ], - "ended_at": [ - 3558 + "duration_seconds": [ + 2461 ], - "external_id": [ - 79 + "file": [ + 2461 + ], + "geometry_validated": [ + 2461 ], "id": [ - 3955 + 2461 ], - "label": [ - 79 + "kills": [ + 2461 ], - "lineup_1_id": [ - 3955 + "map_name": [ + 2461 ], - "lineup_2_id": [ - 3955 + "match": [ + 2296 ], - "match_options_id": [ - 3955 + "match_clips_aggregate": [ + 1828 ], - "organizer_steam_id": [ - 178 + "match_id": [ + 2461 ], - "password": [ - 79 + "match_map": [ + 2134 ], - "region": [ - 79 + "match_map_id": [ + 2461 ], - "scheduled_at": [ - 3558 + "metadata_parsed_at": [ + 2461 ], - "server_error": [ - 79 + "playback_file": [ + 2461 ], - "server_id": [ - 3955 + "playback_size": [ + 2461 ], - "source": [ - 79 + "playback_url": [ + 2461 ], - "started_at": [ - 3558 + "players": [ + 2461 ], - "status": [ - 712 + "round_ticks": [ + 2461 ], - "winning_lineup_id": [ - 3955 + "size": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "matches_sum_fields": { - "max_players_per_lineup": [ - 38 + "tick_rate": [ + 2461 ], - "min_players_per_lineup": [ - 38 + "total_ticks": [ + 2461 ], - "organizer_steam_id": [ - 178 + "workshop_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "matches_sum_order_by": { - "organizer_steam_id": [ - 2020 + "match_map_demos_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "matches_update_column": {}, - "matches_updates": { - "_inc": [ - 1846 + "match_map_demos_prepend_input": { + "bombs": [ + 1332 ], - "_set": [ - 1858 + "kills": [ + 1332 ], - "where": [ - 1844 + "players": [ + 1332 + ], + "round_ticks": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "matches_var_pop_fields": { - "max_players_per_lineup": [ - 38 + "match_map_demos_select_column": {}, + "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_and_arguments_columns": {}, + "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns": {}, + "match_map_demos_set_input": { + "bombs": [ + 1332 ], - "min_players_per_lineup": [ - 38 + "created_at": [ + 4004 ], - "organizer_steam_id": [ - 29 + "cs2_build": [ + 78 ], - "__typename": [ - 79 - ] - }, - "matches_var_pop_order_by": { - "organizer_steam_id": [ - 2020 + "file": [ + 78 ], - "__typename": [ - 79 - ] - }, - "matches_var_samp_fields": { - "max_players_per_lineup": [ - 38 + "geometry_validated": [ + 3 ], - "min_players_per_lineup": [ - 38 + "id": [ + 4442 ], - "organizer_steam_id": [ - 29 + "kills": [ + 1332 ], - "__typename": [ - 79 - ] - }, - "matches_var_samp_order_by": { - "organizer_steam_id": [ - 2020 + "map_name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "matches_variance_fields": { - "max_players_per_lineup": [ + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "metadata_parsed_at": [ + 4004 + ], + "playback_file": [ + 78 + ], + "playback_size": [ 38 ], - "min_players_per_lineup": [ + "players": [ + 1332 + ], + "round_ticks": [ + 1332 + ], + "size": [ 38 ], - "organizer_steam_id": [ + "tick_rate": [ 29 ], - "__typename": [ - 79 - ] - }, - "matches_variance_order_by": { - "organizer_steam_id": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes": { - "hash": [ - 79 + "total_ticks": [ + 38 ], - "name": [ - 79 + "workshop_id": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "migration_hashes_hashes_aggregate": { - "aggregate": [ - 1879 + "match_map_demos_stddev_fields": { + "duration_seconds": [ + 29 ], - "nodes": [ - 1877 + "playback_size": [ + 29 ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes_aggregate_fields": { - "count": [ - 38, - { - "columns": [ - 1889, - "[migration_hashes_hashes_select_column!]" - ], - "distinct": [ - 3 - ] - } + "size": [ + 29 ], - "max": [ - 1883 + "tick_rate": [ + 29 ], - "min": [ - 1884 + "total_ticks": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "migration_hashes_hashes_bool_exp": { - "_and": [ - 1880 + "match_map_demos_stddev_order_by": { + "duration_seconds": [ + 2461 ], - "_not": [ - 1880 + "playback_size": [ + 2461 ], - "_or": [ - 1880 + "size": [ + 2461 ], - "hash": [ - 81 + "tick_rate": [ + 2461 ], - "name": [ - 81 + "total_ticks": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "migration_hashes_hashes_constraint": {}, - "migration_hashes_hashes_insert_input": { - "hash": [ - 79 - ], - "name": [ - 79 + "match_map_demos_stddev_pop_fields": { + "duration_seconds": [ + 29 ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes_max_fields": { - "hash": [ - 79 + "playback_size": [ + 29 ], - "name": [ - 79 + "size": [ + 29 ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes_min_fields": { - "hash": [ - 79 + "tick_rate": [ + 29 ], - "name": [ - 79 + "total_ticks": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "migration_hashes_hashes_mutation_response": { - "affected_rows": [ - 38 + "match_map_demos_stddev_pop_order_by": { + "duration_seconds": [ + 2461 ], - "returning": [ - 1877 + "playback_size": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes_on_conflict": { - "constraint": [ - 1881 + "size": [ + 2461 ], - "update_columns": [ - 1893 + "tick_rate": [ + 2461 ], - "where": [ - 1880 + "total_ticks": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "migration_hashes_hashes_order_by": { - "hash": [ - 2020 + "match_map_demos_stddev_samp_fields": { + "duration_seconds": [ + 29 ], - "name": [ - 2020 + "playback_size": [ + 29 ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes_pk_columns_input": { - "name": [ - 79 + "size": [ + 29 ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes_select_column": {}, - "migration_hashes_hashes_set_input": { - "hash": [ - 79 + "tick_rate": [ + 29 ], - "name": [ - 79 + "total_ticks": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "migration_hashes_hashes_stream_cursor_input": { - "initial_value": [ - 1892 + "match_map_demos_stddev_samp_order_by": { + "duration_seconds": [ + 2461 ], - "ordering": [ - 233 + "playback_size": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "migration_hashes_hashes_stream_cursor_value_input": { - "hash": [ - 79 + "size": [ + 2461 ], - "name": [ - 79 + "tick_rate": [ + 2461 + ], + "total_ticks": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "migration_hashes_hashes_update_column": {}, - "migration_hashes_hashes_updates": { - "_set": [ - 1890 + "match_map_demos_stream_cursor_input": { + "initial_value": [ + 2038 ], - "where": [ - 1880 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "my_friends": { - "avatar_url": [ - 79 - ], - "country": [ - 79 + "match_map_demos_stream_cursor_value_input": { + "bombs": [ + 1332 ], "created_at": [ - 3558 + 4004 ], - "custom_avatar_url": [ - 79 + "cs2_build": [ + 78 ], - "days_since_last_ban": [ - 38 + "duration_seconds": [ + 29 ], - "discord_id": [ - 79 + "file": [ + 78 ], - "elo": [ - 1244, - { - "path": [ - 79 - ] - } + "geometry_validated": [ + 3 ], - "faceit_elo": [ - 38 + "id": [ + 4442 ], - "faceit_nickname": [ - 79 + "kills": [ + 1332 ], - "faceit_player_id": [ - 79 + "map_name": [ + 78 ], - "faceit_skill_level": [ - 38 + "match_id": [ + 4442 ], - "faceit_updated_at": [ - 3558 + "match_map_id": [ + 4442 ], - "faceit_url": [ - 79 + "metadata_parsed_at": [ + 4004 ], - "friend_steam_id": [ - 178 + "playback_file": [ + 78 ], - "game_ban_count": [ + "playback_size": [ 38 ], - "invited_by_steam_id": [ - 178 + "players": [ + 1332 ], - "language": [ - 79 + "round_ticks": [ + 1332 ], - "last_presence_state": [ - 1244, - { - "path": [ - 79 - ] - } + "size": [ + 38 ], - "last_read_news_at": [ - 3558 + "tick_rate": [ + 29 ], - "last_sign_in_at": [ - 3558 + "total_ticks": [ + 38 ], - "name": [ - 79 + "workshop_id": [ + 78 ], - "name_registered": [ - 3 + "__typename": [ + 78 + ] + }, + "match_map_demos_sum_fields": { + "duration_seconds": [ + 29 ], - "player": [ - 2978 + "playback_size": [ + 38 ], - "premier_rank": [ + "size": [ 38 ], - "premier_rank_updated_at": [ - 3558 + "tick_rate": [ + 29 ], - "presence_updated_at": [ - 3558 + "total_ticks": [ + 38 ], - "profile_url": [ - 79 + "__typename": [ + 78 + ] + }, + "match_map_demos_sum_order_by": { + "duration_seconds": [ + 2461 ], - "role": [ - 79 + "playback_size": [ + 2461 ], - "roster_image_url": [ - 79 + "size": [ + 2461 ], - "show_match_ready_modal": [ - 3 + "tick_rate": [ + 2461 ], - "status": [ - 79 + "total_ticks": [ + 2461 ], - "steam_bans_checked_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "match_map_demos_update_column": {}, + "match_map_demos_updates": { + "_append": [ + 2006 ], - "steam_id": [ - 178 + "_delete_at_path": [ + 2012 ], - "vac_ban_count": [ - 38 + "_delete_elem": [ + 2013 ], - "vac_banned": [ - 3 + "_delete_key": [ + 2014 + ], + "_inc": [ + 2015 + ], + "_prepend": [ + 2026 + ], + "_set": [ + 2030 + ], + "where": [ + 2010 ], "__typename": [ - 79 + 78 ] }, - "my_friends_aggregate": { - "aggregate": [ - 1901 + "match_map_demos_var_pop_fields": { + "duration_seconds": [ + 29 ], - "nodes": [ - 1895 + "playback_size": [ + 29 + ], + "size": [ + 29 + ], + "tick_rate": [ + 29 + ], + "total_ticks": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "my_friends_aggregate_bool_exp": { - "bool_and": [ - 1898 + "match_map_demos_var_pop_order_by": { + "duration_seconds": [ + 2461 ], - "bool_or": [ - 1899 + "playback_size": [ + 2461 ], - "count": [ - 1900 + "size": [ + 2461 + ], + "tick_rate": [ + 2461 + ], + "total_ticks": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_aggregate_bool_exp_bool_and": { - "arguments": [ - 1921 + "match_map_demos_var_samp_fields": { + "duration_seconds": [ + 29 ], - "distinct": [ - 3 + "playback_size": [ + 29 ], - "filter": [ - 1907 + "size": [ + 29 ], - "predicate": [ - 4 + "tick_rate": [ + 29 + ], + "total_ticks": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "my_friends_aggregate_bool_exp_bool_or": { - "arguments": [ - 1922 + "match_map_demos_var_samp_order_by": { + "duration_seconds": [ + 2461 ], - "distinct": [ + "playback_size": [ + 2461 + ], + "size": [ + 2461 + ], + "tick_rate": [ + 2461 + ], + "total_ticks": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_map_demos_variance_fields": { + "duration_seconds": [ + 29 + ], + "playback_size": [ + 29 + ], + "size": [ + 29 + ], + "tick_rate": [ + 29 + ], + "total_ticks": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "match_map_demos_variance_order_by": { + "duration_seconds": [ + 2461 + ], + "playback_size": [ + 2461 + ], + "size": [ + 2461 + ], + "tick_rate": [ + 2461 + ], + "total_ticks": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "match_map_rounds": { + "assists": [ + 2599, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "assists_aggregate": [ + 2600, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "backup_file": [ + 78 + ], + "created_at": [ + 4004 + ], + "deleted_at": [ + 4004 + ], + "has_backup_file": [ 3 ], - "filter": [ - 1907 + "id": [ + 4442 ], - "predicate": [ - 4 + "kills": [ + 2816, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "kills_aggregate": [ + 2817, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "lineup_1_money": [ + 38 + ], + "lineup_1_score": [ + 38 + ], + "lineup_1_side": [ + 982 + ], + "lineup_1_timeouts_available": [ + 38 + ], + "lineup_2_money": [ + 38 + ], + "lineup_2_score": [ + 38 + ], + "lineup_2_side": [ + 982 + ], + "lineup_2_timeouts_available": [ + 38 + ], + "match_map": [ + 2114 + ], + "match_map_id": [ + 4442 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "winning_reason": [ + 1165 + ], + "winning_side": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "my_friends_aggregate_bool_exp_count": { + "match_map_rounds_aggregate": { + "aggregate": [ + 2053 + ], + "nodes": [ + 2049 + ], + "__typename": [ + 78 + ] + }, + "match_map_rounds_aggregate_bool_exp": { + "count": [ + 2052 + ], + "__typename": [ + 78 + ] + }, + "match_map_rounds_aggregate_bool_exp_count": { "arguments": [ - 1920 + 2070 ], "distinct": [ 3 ], "filter": [ - 1907 + 2058 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "my_friends_aggregate_fields": { + "match_map_rounds_aggregate_fields": { "avg": [ - 1905 + 2056 ], "count": [ 38, { "columns": [ - 1920, - "[my_friends_select_column!]" + 2070, + "[match_map_rounds_select_column!]" ], "distinct": [ 3 @@ -36557,1721 +36323,2149 @@ export default { } ], "max": [ - 1913 + 2062 ], "min": [ - 1915 + 2064 ], "stddev": [ - 1924 + 2072 ], "stddev_pop": [ - 1926 + 2074 ], "stddev_samp": [ - 1928 + 2076 ], "sum": [ - 1932 + 2080 ], "var_pop": [ - 1935 + 2084 ], "var_samp": [ - 1937 + 2086 ], "variance": [ - 1939 + 2088 ], "__typename": [ - 79 + 78 ] }, - "my_friends_aggregate_order_by": { + "match_map_rounds_aggregate_order_by": { "avg": [ - 1906 + 2057 ], "count": [ - 2020 + 2461 ], "max": [ - 1914 + 2063 ], "min": [ - 1916 + 2065 ], "stddev": [ - 1925 + 2073 ], "stddev_pop": [ - 1927 + 2075 ], "stddev_samp": [ - 1929 + 2077 ], "sum": [ - 1933 + 2081 ], "var_pop": [ - 1936 + 2085 ], "var_samp": [ - 1938 + 2087 ], "variance": [ - 1940 - ], - "__typename": [ - 79 - ] - }, - "my_friends_append_input": { - "elo": [ - 1244 - ], - "last_presence_state": [ - 1244 + 2089 ], "__typename": [ - 79 + 78 ] }, - "my_friends_arr_rel_insert_input": { + "match_map_rounds_arr_rel_insert_input": { "data": [ - 1912 + 2061 + ], + "on_conflict": [ + 2067 ], "__typename": [ - 79 + 78 ] }, - "my_friends_avg_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ - 29 - ], - "faceit_skill_level": [ + "match_map_rounds_avg_fields": { + "lineup_1_money": [ 29 ], - "friend_steam_id": [ + "lineup_1_score": [ 29 ], - "game_ban_count": [ + "lineup_1_timeouts_available": [ 29 ], - "invited_by_steam_id": [ + "lineup_2_money": [ 29 ], - "premier_rank": [ + "lineup_2_score": [ 29 ], - "steam_id": [ + "lineup_2_timeouts_available": [ 29 ], - "vac_ban_count": [ + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "my_friends_avg_order_by": { - "days_since_last_ban": [ - 2020 - ], - "faceit_elo": [ - 2020 - ], - "faceit_skill_level": [ - 2020 + "match_map_rounds_avg_order_by": { + "lineup_1_money": [ + 2461 ], - "friend_steam_id": [ - 2020 + "lineup_1_score": [ + 2461 ], - "game_ban_count": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "invited_by_steam_id": [ - 2020 + "lineup_2_money": [ + 2461 ], - "premier_rank": [ - 2020 + "lineup_2_score": [ + 2461 ], - "steam_id": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "vac_ban_count": [ - 2020 + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_bool_exp": { + "match_map_rounds_bool_exp": { "_and": [ - 1907 + 2058 ], "_not": [ - 1907 + 2058 ], "_or": [ - 1907 - ], - "avatar_url": [ - 81 + 2058 ], - "country": [ - 81 + "assists": [ + 2610 ], - "created_at": [ - 3559 + "assists_aggregate": [ + 2601 ], - "custom_avatar_url": [ - 81 + "backup_file": [ + 80 ], - "days_since_last_ban": [ - 39 + "created_at": [ + 4005 ], - "discord_id": [ - 81 + "deleted_at": [ + 4005 ], - "elo": [ - 1246 + "has_backup_file": [ + 4 ], - "faceit_elo": [ - 39 + "id": [ + 4444 ], - "faceit_nickname": [ - 81 + "kills": [ + 2827 ], - "faceit_player_id": [ - 81 + "kills_aggregate": [ + 2818 ], - "faceit_skill_level": [ + "lineup_1_money": [ 39 ], - "faceit_updated_at": [ - 3559 - ], - "faceit_url": [ - 81 - ], - "friend_steam_id": [ - 180 - ], - "game_ban_count": [ + "lineup_1_score": [ 39 ], - "invited_by_steam_id": [ - 180 + "lineup_1_side": [ + 983 ], - "language": [ - 81 + "lineup_1_timeouts_available": [ + 39 ], - "last_presence_state": [ - 1246 + "lineup_2_money": [ + 39 ], - "last_read_news_at": [ - 3559 + "lineup_2_score": [ + 39 ], - "last_sign_in_at": [ - 3559 + "lineup_2_side": [ + 983 ], - "name": [ - 81 + "lineup_2_timeouts_available": [ + 39 ], - "name_registered": [ - 4 + "match_map": [ + 2123 ], - "player": [ - 2982 + "match_map_id": [ + 4444 ], - "premier_rank": [ + "round": [ 39 ], - "premier_rank_updated_at": [ - 3559 - ], - "presence_updated_at": [ - 3559 + "time": [ + 4005 ], - "profile_url": [ - 81 + "winning_reason": [ + 1166 ], - "role": [ - 81 + "winning_side": [ + 80 ], - "roster_image_url": [ - 81 + "__typename": [ + 78 + ] + }, + "match_map_rounds_constraint": {}, + "match_map_rounds_inc_input": { + "lineup_1_money": [ + 38 ], - "show_match_ready_modal": [ - 4 + "lineup_1_score": [ + 38 ], - "status": [ - 81 + "lineup_1_timeouts_available": [ + 38 ], - "steam_bans_checked_at": [ - 3559 + "lineup_2_money": [ + 38 ], - "steam_id": [ - 180 + "lineup_2_score": [ + 38 ], - "vac_ban_count": [ - 39 + "lineup_2_timeouts_available": [ + 38 ], - "vac_banned": [ - 4 + "round": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "my_friends_delete_at_path_input": { - "elo": [ - 79 + "match_map_rounds_insert_input": { + "assists": [ + 2607 ], - "last_presence_state": [ - 79 + "backup_file": [ + 78 ], - "__typename": [ - 79 - ] - }, - "my_friends_delete_elem_input": { - "elo": [ - 38 + "created_at": [ + 4004 ], - "last_presence_state": [ - 38 + "deleted_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "my_friends_delete_key_input": { - "elo": [ - 79 + "id": [ + 4442 ], - "last_presence_state": [ - 79 + "kills": [ + 2824 ], - "__typename": [ - 79 - ] - }, - "my_friends_inc_input": { - "days_since_last_ban": [ + "lineup_1_money": [ 38 ], - "faceit_elo": [ + "lineup_1_score": [ 38 ], - "faceit_skill_level": [ + "lineup_1_side": [ + 982 + ], + "lineup_1_timeouts_available": [ 38 ], - "friend_steam_id": [ - 178 + "lineup_2_money": [ + 38 ], - "game_ban_count": [ + "lineup_2_score": [ 38 ], - "invited_by_steam_id": [ - 178 + "lineup_2_side": [ + 982 ], - "premier_rank": [ + "lineup_2_timeouts_available": [ 38 ], - "steam_id": [ - 178 + "match_map": [ + 2132 ], - "vac_ban_count": [ + "match_map_id": [ + 4442 + ], + "round": [ 38 ], + "time": [ + 4004 + ], + "winning_reason": [ + 1165 + ], + "winning_side": [ + 78 + ], "__typename": [ - 79 + 78 ] }, - "my_friends_insert_input": { - "avatar_url": [ - 79 - ], - "country": [ - 79 + "match_map_rounds_max_fields": { + "backup_file": [ + 78 ], "created_at": [ - 3558 - ], - "custom_avatar_url": [ - 79 - ], - "days_since_last_ban": [ - 38 + 4004 ], - "discord_id": [ - 79 + "deleted_at": [ + 4004 ], - "elo": [ - 1244 + "id": [ + 4442 ], - "faceit_elo": [ + "lineup_1_money": [ 38 ], - "faceit_nickname": [ - 79 - ], - "faceit_player_id": [ - 79 - ], - "faceit_skill_level": [ + "lineup_1_score": [ 38 ], - "faceit_updated_at": [ - 3558 - ], - "faceit_url": [ - 79 - ], - "friend_steam_id": [ - 178 + "lineup_1_timeouts_available": [ + 38 ], - "game_ban_count": [ + "lineup_2_money": [ 38 ], - "invited_by_steam_id": [ - 178 + "lineup_2_score": [ + 38 ], - "language": [ - 79 + "lineup_2_timeouts_available": [ + 38 ], - "last_presence_state": [ - 1244 + "match_map_id": [ + 4442 ], - "last_read_news_at": [ - 3558 + "round": [ + 38 ], - "last_sign_in_at": [ - 3558 + "time": [ + 4004 ], - "name": [ - 79 + "winning_side": [ + 78 ], - "name_registered": [ - 3 + "__typename": [ + 78 + ] + }, + "match_map_rounds_max_order_by": { + "backup_file": [ + 2461 ], - "player": [ - 2989 + "created_at": [ + 2461 ], - "premier_rank": [ - 38 + "deleted_at": [ + 2461 ], - "premier_rank_updated_at": [ - 3558 + "id": [ + 2461 ], - "presence_updated_at": [ - 3558 + "lineup_1_money": [ + 2461 ], - "profile_url": [ - 79 + "lineup_1_score": [ + 2461 ], - "role": [ - 79 + "lineup_1_timeouts_available": [ + 2461 ], - "roster_image_url": [ - 79 + "lineup_2_money": [ + 2461 ], - "show_match_ready_modal": [ - 3 + "lineup_2_score": [ + 2461 ], - "status": [ - 79 + "lineup_2_timeouts_available": [ + 2461 ], - "steam_bans_checked_at": [ - 3558 + "match_map_id": [ + 2461 ], - "steam_id": [ - 178 + "round": [ + 2461 ], - "vac_ban_count": [ - 38 + "time": [ + 2461 ], - "vac_banned": [ - 3 + "winning_side": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_max_fields": { - "avatar_url": [ - 79 - ], - "country": [ - 79 + "match_map_rounds_min_fields": { + "backup_file": [ + 78 ], "created_at": [ - 3558 + 4004 ], - "custom_avatar_url": [ - 79 + "deleted_at": [ + 4004 ], - "days_since_last_ban": [ + "id": [ + 4442 + ], + "lineup_1_money": [ 38 ], - "discord_id": [ - 79 + "lineup_1_score": [ + 38 ], - "faceit_elo": [ + "lineup_1_timeouts_available": [ 38 ], - "faceit_nickname": [ - 79 + "lineup_2_money": [ + 38 ], - "faceit_player_id": [ - 79 + "lineup_2_score": [ + 38 ], - "faceit_skill_level": [ + "lineup_2_timeouts_available": [ 38 ], - "faceit_updated_at": [ - 3558 + "match_map_id": [ + 4442 ], - "faceit_url": [ - 79 + "round": [ + 38 ], - "friend_steam_id": [ - 178 + "time": [ + 4004 ], - "game_ban_count": [ - 38 + "winning_side": [ + 78 ], - "invited_by_steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "match_map_rounds_min_order_by": { + "backup_file": [ + 2461 ], - "language": [ - 79 + "created_at": [ + 2461 ], - "last_read_news_at": [ - 3558 + "deleted_at": [ + 2461 ], - "last_sign_in_at": [ - 3558 + "id": [ + 2461 ], - "name": [ - 79 + "lineup_1_money": [ + 2461 ], - "premier_rank": [ - 38 + "lineup_1_score": [ + 2461 ], - "premier_rank_updated_at": [ - 3558 + "lineup_1_timeouts_available": [ + 2461 ], - "presence_updated_at": [ - 3558 + "lineup_2_money": [ + 2461 ], - "profile_url": [ - 79 + "lineup_2_score": [ + 2461 ], - "role": [ - 79 + "lineup_2_timeouts_available": [ + 2461 ], - "roster_image_url": [ - 79 + "match_map_id": [ + 2461 ], - "status": [ - 79 + "round": [ + 2461 ], - "steam_bans_checked_at": [ - 3558 + "time": [ + 2461 ], - "steam_id": [ - 178 + "winning_side": [ + 2461 ], - "vac_ban_count": [ + "__typename": [ + 78 + ] + }, + "match_map_rounds_mutation_response": { + "affected_rows": [ 38 ], + "returning": [ + 2049 + ], "__typename": [ - 79 + 78 ] }, - "my_friends_max_order_by": { - "avatar_url": [ - 2020 + "match_map_rounds_on_conflict": { + "constraint": [ + 2059 ], - "country": [ - 2020 + "update_columns": [ + 2082 ], - "created_at": [ - 2020 + "where": [ + 2058 ], - "custom_avatar_url": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_rounds_order_by": { + "assists_aggregate": [ + 2606 ], - "days_since_last_ban": [ - 2020 + "backup_file": [ + 2461 ], - "discord_id": [ - 2020 + "created_at": [ + 2461 ], - "faceit_elo": [ - 2020 + "deleted_at": [ + 2461 ], - "faceit_nickname": [ - 2020 + "has_backup_file": [ + 2461 ], - "faceit_player_id": [ - 2020 + "id": [ + 2461 ], - "faceit_skill_level": [ - 2020 + "kills_aggregate": [ + 2823 ], - "faceit_updated_at": [ - 2020 + "lineup_1_money": [ + 2461 ], - "faceit_url": [ - 2020 + "lineup_1_score": [ + 2461 ], - "friend_steam_id": [ - 2020 + "lineup_1_side": [ + 2461 ], - "game_ban_count": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "invited_by_steam_id": [ - 2020 + "lineup_2_money": [ + 2461 ], - "language": [ - 2020 + "lineup_2_score": [ + 2461 ], - "last_read_news_at": [ - 2020 + "lineup_2_side": [ + 2461 ], - "last_sign_in_at": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "name": [ - 2020 + "match_map": [ + 2134 ], - "premier_rank": [ - 2020 + "match_map_id": [ + 2461 ], - "premier_rank_updated_at": [ - 2020 + "round": [ + 2461 ], - "presence_updated_at": [ - 2020 + "time": [ + 2461 ], - "profile_url": [ - 2020 + "winning_reason": [ + 2461 ], - "role": [ - 2020 - ], - "roster_image_url": [ - 2020 - ], - "status": [ - 2020 - ], - "steam_bans_checked_at": [ - 2020 - ], - "steam_id": [ - 2020 - ], - "vac_ban_count": [ - 2020 + "winning_side": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_min_fields": { - "avatar_url": [ - 79 + "match_map_rounds_pk_columns_input": { + "id": [ + 4442 ], - "country": [ - 79 + "__typename": [ + 78 + ] + }, + "match_map_rounds_select_column": {}, + "match_map_rounds_set_input": { + "backup_file": [ + 78 ], "created_at": [ - 3558 - ], - "custom_avatar_url": [ - 79 + 4004 ], - "days_since_last_ban": [ - 38 + "deleted_at": [ + 4004 ], - "discord_id": [ - 79 + "id": [ + 4442 ], - "faceit_elo": [ + "lineup_1_money": [ 38 ], - "faceit_nickname": [ - 79 - ], - "faceit_player_id": [ - 79 - ], - "faceit_skill_level": [ + "lineup_1_score": [ 38 ], - "faceit_updated_at": [ - 3558 - ], - "faceit_url": [ - 79 - ], - "friend_steam_id": [ - 178 + "lineup_1_side": [ + 982 ], - "game_ban_count": [ + "lineup_1_timeouts_available": [ 38 ], - "invited_by_steam_id": [ - 178 - ], - "language": [ - 79 - ], - "last_read_news_at": [ - 3558 - ], - "last_sign_in_at": [ - 3558 - ], - "name": [ - 79 - ], - "premier_rank": [ + "lineup_2_money": [ 38 ], - "premier_rank_updated_at": [ - 3558 - ], - "presence_updated_at": [ - 3558 + "lineup_2_score": [ + 38 ], - "profile_url": [ - 79 + "lineup_2_side": [ + 982 ], - "role": [ - 79 + "lineup_2_timeouts_available": [ + 38 ], - "roster_image_url": [ - 79 + "match_map_id": [ + 4442 ], - "status": [ - 79 + "round": [ + 38 ], - "steam_bans_checked_at": [ - 3558 + "time": [ + 4004 ], - "steam_id": [ - 178 + "winning_reason": [ + 1165 ], - "vac_ban_count": [ - 38 + "winning_side": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "my_friends_min_order_by": { - "avatar_url": [ - 2020 - ], - "country": [ - 2020 - ], - "created_at": [ - 2020 - ], - "custom_avatar_url": [ - 2020 - ], - "days_since_last_ban": [ - 2020 - ], - "discord_id": [ - 2020 - ], - "faceit_elo": [ - 2020 - ], - "faceit_nickname": [ - 2020 - ], - "faceit_player_id": [ - 2020 - ], - "faceit_skill_level": [ - 2020 - ], - "faceit_updated_at": [ - 2020 - ], - "faceit_url": [ - 2020 - ], - "friend_steam_id": [ - 2020 - ], - "game_ban_count": [ - 2020 - ], - "invited_by_steam_id": [ - 2020 - ], - "language": [ - 2020 - ], - "last_read_news_at": [ - 2020 - ], - "last_sign_in_at": [ - 2020 - ], - "name": [ - 2020 - ], - "premier_rank": [ - 2020 - ], - "premier_rank_updated_at": [ - 2020 - ], - "presence_updated_at": [ - 2020 - ], - "profile_url": [ - 2020 - ], - "role": [ - 2020 - ], - "roster_image_url": [ - 2020 + "match_map_rounds_stddev_fields": { + "lineup_1_money": [ + 29 ], - "status": [ - 2020 + "lineup_1_score": [ + 29 ], - "steam_bans_checked_at": [ - 2020 + "lineup_1_timeouts_available": [ + 29 ], - "steam_id": [ - 2020 + "lineup_2_money": [ + 29 ], - "vac_ban_count": [ - 2020 + "lineup_2_score": [ + 29 ], - "__typename": [ - 79 - ] - }, - "my_friends_mutation_response": { - "affected_rows": [ - 38 + "lineup_2_timeouts_available": [ + 29 ], - "returning": [ - 1895 + "round": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "my_friends_order_by": { - "avatar_url": [ - 2020 + "match_map_rounds_stddev_order_by": { + "lineup_1_money": [ + 2461 ], - "country": [ - 2020 + "lineup_1_score": [ + 2461 ], - "created_at": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "custom_avatar_url": [ - 2020 + "lineup_2_money": [ + 2461 ], - "days_since_last_ban": [ - 2020 + "lineup_2_score": [ + 2461 ], - "discord_id": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "elo": [ - 2020 + "round": [ + 2461 ], - "faceit_elo": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_rounds_stddev_pop_fields": { + "lineup_1_money": [ + 29 ], - "faceit_nickname": [ - 2020 + "lineup_1_score": [ + 29 ], - "faceit_player_id": [ - 2020 + "lineup_1_timeouts_available": [ + 29 ], - "faceit_skill_level": [ - 2020 + "lineup_2_money": [ + 29 ], - "faceit_updated_at": [ - 2020 + "lineup_2_score": [ + 29 ], - "faceit_url": [ - 2020 + "lineup_2_timeouts_available": [ + 29 ], - "friend_steam_id": [ - 2020 + "round": [ + 29 ], - "game_ban_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_rounds_stddev_pop_order_by": { + "lineup_1_money": [ + 2461 ], - "invited_by_steam_id": [ - 2020 + "lineup_1_score": [ + 2461 ], - "language": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "last_presence_state": [ - 2020 + "lineup_2_money": [ + 2461 ], - "last_read_news_at": [ - 2020 + "lineup_2_score": [ + 2461 ], - "last_sign_in_at": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "name": [ - 2020 + "round": [ + 2461 ], - "name_registered": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_rounds_stddev_samp_fields": { + "lineup_1_money": [ + 29 ], - "player": [ - 2991 + "lineup_1_score": [ + 29 ], - "premier_rank": [ - 2020 + "lineup_1_timeouts_available": [ + 29 ], - "premier_rank_updated_at": [ - 2020 + "lineup_2_money": [ + 29 ], - "presence_updated_at": [ - 2020 + "lineup_2_score": [ + 29 ], - "profile_url": [ - 2020 + "lineup_2_timeouts_available": [ + 29 ], - "role": [ - 2020 + "round": [ + 29 ], - "roster_image_url": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_rounds_stddev_samp_order_by": { + "lineup_1_money": [ + 2461 ], - "show_match_ready_modal": [ - 2020 + "lineup_1_score": [ + 2461 ], - "status": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "steam_bans_checked_at": [ - 2020 + "lineup_2_money": [ + 2461 ], - "steam_id": [ - 2020 + "lineup_2_score": [ + 2461 ], - "vac_ban_count": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "vac_banned": [ - 2020 + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_prepend_input": { - "elo": [ - 1244 + "match_map_rounds_stream_cursor_input": { + "initial_value": [ + 2079 ], - "last_presence_state": [ - 1244 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "my_friends_select_column": {}, - "my_friends_select_column_my_friends_aggregate_bool_exp_bool_and_arguments_columns": {}, - "my_friends_select_column_my_friends_aggregate_bool_exp_bool_or_arguments_columns": {}, - "my_friends_set_input": { - "avatar_url": [ - 79 - ], - "country": [ - 79 + "match_map_rounds_stream_cursor_value_input": { + "backup_file": [ + 78 ], "created_at": [ - 3558 - ], - "custom_avatar_url": [ - 79 - ], - "days_since_last_ban": [ - 38 + 4004 ], - "discord_id": [ - 79 + "deleted_at": [ + 4004 ], - "elo": [ - 1244 + "id": [ + 4442 ], - "faceit_elo": [ + "lineup_1_money": [ 38 ], - "faceit_nickname": [ - 79 + "lineup_1_score": [ + 38 ], - "faceit_player_id": [ - 79 + "lineup_1_side": [ + 982 ], - "faceit_skill_level": [ + "lineup_1_timeouts_available": [ 38 ], - "faceit_updated_at": [ - 3558 + "lineup_2_money": [ + 38 ], - "faceit_url": [ - 79 + "lineup_2_score": [ + 38 ], - "friend_steam_id": [ - 178 + "lineup_2_side": [ + 982 ], - "game_ban_count": [ + "lineup_2_timeouts_available": [ 38 ], - "invited_by_steam_id": [ - 178 + "match_map_id": [ + 4442 ], - "language": [ - 79 + "round": [ + 38 ], - "last_presence_state": [ - 1244 + "time": [ + 4004 ], - "last_read_news_at": [ - 3558 + "winning_reason": [ + 1165 ], - "last_sign_in_at": [ - 3558 + "winning_side": [ + 78 ], - "name": [ - 79 + "__typename": [ + 78 + ] + }, + "match_map_rounds_sum_fields": { + "lineup_1_money": [ + 38 ], - "name_registered": [ - 3 + "lineup_1_score": [ + 38 ], - "premier_rank": [ + "lineup_1_timeouts_available": [ 38 ], - "premier_rank_updated_at": [ - 3558 + "lineup_2_money": [ + 38 ], - "presence_updated_at": [ - 3558 + "lineup_2_score": [ + 38 ], - "profile_url": [ - 79 + "lineup_2_timeouts_available": [ + 38 ], - "role": [ - 79 + "round": [ + 38 ], - "roster_image_url": [ - 79 + "__typename": [ + 78 + ] + }, + "match_map_rounds_sum_order_by": { + "lineup_1_money": [ + 2461 ], - "show_match_ready_modal": [ - 3 + "lineup_1_score": [ + 2461 ], - "status": [ - 79 + "lineup_1_timeouts_available": [ + 2461 ], - "steam_bans_checked_at": [ - 3558 + "lineup_2_money": [ + 2461 ], - "steam_id": [ - 178 + "lineup_2_score": [ + 2461 ], - "vac_ban_count": [ - 38 + "lineup_2_timeouts_available": [ + 2461 ], - "vac_banned": [ - 3 + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_stddev_fields": { - "days_since_last_ban": [ - 29 + "match_map_rounds_update_column": {}, + "match_map_rounds_updates": { + "_inc": [ + 2060 ], - "faceit_elo": [ - 29 + "_set": [ + 2071 ], - "faceit_skill_level": [ + "where": [ + 2058 + ], + "__typename": [ + 78 + ] + }, + "match_map_rounds_var_pop_fields": { + "lineup_1_money": [ 29 ], - "friend_steam_id": [ + "lineup_1_score": [ 29 ], - "game_ban_count": [ + "lineup_1_timeouts_available": [ 29 ], - "invited_by_steam_id": [ + "lineup_2_money": [ 29 ], - "premier_rank": [ + "lineup_2_score": [ 29 ], - "steam_id": [ + "lineup_2_timeouts_available": [ 29 ], - "vac_ban_count": [ + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "my_friends_stddev_order_by": { - "days_since_last_ban": [ - 2020 - ], - "faceit_elo": [ - 2020 - ], - "faceit_skill_level": [ - 2020 + "match_map_rounds_var_pop_order_by": { + "lineup_1_money": [ + 2461 ], - "friend_steam_id": [ - 2020 + "lineup_1_score": [ + 2461 ], - "game_ban_count": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "invited_by_steam_id": [ - 2020 + "lineup_2_money": [ + 2461 ], - "premier_rank": [ - 2020 + "lineup_2_score": [ + 2461 ], - "steam_id": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "vac_ban_count": [ - 2020 + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_stddev_pop_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ - 29 - ], - "faceit_skill_level": [ + "match_map_rounds_var_samp_fields": { + "lineup_1_money": [ 29 ], - "friend_steam_id": [ + "lineup_1_score": [ 29 ], - "game_ban_count": [ + "lineup_1_timeouts_available": [ 29 ], - "invited_by_steam_id": [ + "lineup_2_money": [ 29 ], - "premier_rank": [ + "lineup_2_score": [ 29 ], - "steam_id": [ + "lineup_2_timeouts_available": [ 29 ], - "vac_ban_count": [ + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "my_friends_stddev_pop_order_by": { - "days_since_last_ban": [ - 2020 - ], - "faceit_elo": [ - 2020 - ], - "faceit_skill_level": [ - 2020 + "match_map_rounds_var_samp_order_by": { + "lineup_1_money": [ + 2461 ], - "friend_steam_id": [ - 2020 + "lineup_1_score": [ + 2461 ], - "game_ban_count": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "invited_by_steam_id": [ - 2020 + "lineup_2_money": [ + 2461 ], - "premier_rank": [ - 2020 + "lineup_2_score": [ + 2461 ], - "steam_id": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "vac_ban_count": [ - 2020 + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_stddev_samp_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ - 29 - ], - "faceit_skill_level": [ + "match_map_rounds_variance_fields": { + "lineup_1_money": [ 29 ], - "friend_steam_id": [ + "lineup_1_score": [ 29 ], - "game_ban_count": [ + "lineup_1_timeouts_available": [ 29 ], - "invited_by_steam_id": [ + "lineup_2_money": [ 29 ], - "premier_rank": [ + "lineup_2_score": [ 29 ], - "steam_id": [ + "lineup_2_timeouts_available": [ 29 ], - "vac_ban_count": [ + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "my_friends_stddev_samp_order_by": { - "days_since_last_ban": [ - 2020 - ], - "faceit_elo": [ - 2020 - ], - "faceit_skill_level": [ - 2020 + "match_map_rounds_variance_order_by": { + "lineup_1_money": [ + 2461 ], - "friend_steam_id": [ - 2020 + "lineup_1_score": [ + 2461 ], - "game_ban_count": [ - 2020 + "lineup_1_timeouts_available": [ + 2461 ], - "invited_by_steam_id": [ - 2020 + "lineup_2_money": [ + 2461 ], - "premier_rank": [ - 2020 + "lineup_2_score": [ + 2461 ], - "steam_id": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "vac_ban_count": [ - 2020 + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_stream_cursor_input": { - "initial_value": [ - 1931 + "match_map_veto_picks": { + "created_at": [ + 4004 ], - "ordering": [ - 233 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "my_friends_stream_cursor_value_input": { - "avatar_url": [ - 79 + "map": [ + 1794 ], - "country": [ - 79 + "map_id": [ + 4442 ], - "created_at": [ - 3558 + "match": [ + 2276 ], - "custom_avatar_url": [ - 79 + "match_id": [ + 4442 ], - "days_since_last_ban": [ - 38 + "match_lineup": [ + 1956 ], - "discord_id": [ - 79 + "match_lineup_id": [ + 4442 ], - "elo": [ - 1244 + "side": [ + 78 ], - "faceit_elo": [ - 38 + "type": [ + 1145 ], - "faceit_nickname": [ - 79 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_aggregate": { + "aggregate": [ + 2094 ], - "faceit_player_id": [ - 79 + "nodes": [ + 2090 ], - "faceit_skill_level": [ - 38 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_aggregate_bool_exp": { + "count": [ + 2093 ], - "faceit_updated_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_aggregate_bool_exp_count": { + "arguments": [ + 2108 ], - "faceit_url": [ - 79 + "distinct": [ + 3 ], - "friend_steam_id": [ - 178 + "filter": [ + 2097 ], - "game_ban_count": [ - 38 + "predicate": [ + 39 ], - "invited_by_steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_aggregate_fields": { + "count": [ + 38, + { + "columns": [ + 2108, + "[match_map_veto_picks_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "language": [ - 79 + "max": [ + 2100 ], - "last_presence_state": [ - 1244 + "min": [ + 2102 ], - "last_read_news_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_aggregate_order_by": { + "count": [ + 2461 ], - "last_sign_in_at": [ - 3558 + "max": [ + 2101 ], - "name": [ - 79 + "min": [ + 2103 ], - "name_registered": [ - 3 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_arr_rel_insert_input": { + "data": [ + 2099 ], - "premier_rank": [ - 38 + "on_conflict": [ + 2105 ], - "premier_rank_updated_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_bool_exp": { + "_and": [ + 2097 ], - "presence_updated_at": [ - 3558 + "_not": [ + 2097 ], - "profile_url": [ - 79 + "_or": [ + 2097 ], - "role": [ - 79 + "created_at": [ + 4005 ], - "roster_image_url": [ - 79 + "id": [ + 4444 ], - "show_match_ready_modal": [ - 3 + "map": [ + 1803 ], - "status": [ - 79 + "map_id": [ + 4444 ], - "steam_bans_checked_at": [ - 3558 + "match": [ + 2285 ], - "steam_id": [ - 178 + "match_id": [ + 4444 ], - "vac_ban_count": [ - 38 + "match_lineup": [ + 1965 ], - "vac_banned": [ - 3 + "match_lineup_id": [ + 4444 + ], + "side": [ + 80 + ], + "type": [ + 1146 ], "__typename": [ - 79 + 78 ] }, - "my_friends_sum_fields": { - "days_since_last_ban": [ - 38 + "match_map_veto_picks_constraint": {}, + "match_map_veto_picks_insert_input": { + "created_at": [ + 4004 ], - "faceit_elo": [ - 38 + "id": [ + 4442 ], - "faceit_skill_level": [ - 38 + "map": [ + 1811 ], - "friend_steam_id": [ - 178 + "map_id": [ + 4442 ], - "game_ban_count": [ - 38 + "match": [ + 2294 ], - "invited_by_steam_id": [ - 178 + "match_id": [ + 4442 ], - "premier_rank": [ - 38 + "match_lineup": [ + 1974 ], - "steam_id": [ - 178 + "match_lineup_id": [ + 4442 ], - "vac_ban_count": [ - 38 + "side": [ + 78 + ], + "type": [ + 1145 ], "__typename": [ - 79 + 78 ] }, - "my_friends_sum_order_by": { - "days_since_last_ban": [ - 2020 - ], - "faceit_elo": [ - 2020 - ], - "faceit_skill_level": [ - 2020 - ], - "friend_steam_id": [ - 2020 + "match_map_veto_picks_max_fields": { + "created_at": [ + 4004 ], - "game_ban_count": [ - 2020 + "id": [ + 4442 ], - "invited_by_steam_id": [ - 2020 + "map_id": [ + 4442 ], - "premier_rank": [ - 2020 + "match_id": [ + 4442 ], - "steam_id": [ - 2020 + "match_lineup_id": [ + 4442 ], - "vac_ban_count": [ - 2020 + "side": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "my_friends_updates": { - "_append": [ - 1903 - ], - "_delete_at_path": [ - 1908 + "match_map_veto_picks_max_order_by": { + "created_at": [ + 2461 ], - "_delete_elem": [ - 1909 + "id": [ + 2461 ], - "_delete_key": [ - 1910 + "map_id": [ + 2461 ], - "_inc": [ - 1911 + "match_id": [ + 2461 ], - "_prepend": [ - 1919 + "match_lineup_id": [ + 2461 ], - "_set": [ - 1923 + "side": [ + 2461 ], - "where": [ - 1907 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_min_fields": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "map_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "match_lineup_id": [ + 4442 + ], + "side": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "my_friends_var_pop_fields": { - "days_since_last_ban": [ - 29 + "match_map_veto_picks_min_order_by": { + "created_at": [ + 2461 ], - "faceit_elo": [ - 29 + "id": [ + 2461 ], - "faceit_skill_level": [ - 29 + "map_id": [ + 2461 ], - "friend_steam_id": [ - 29 + "match_id": [ + 2461 ], - "game_ban_count": [ - 29 + "match_lineup_id": [ + 2461 ], - "invited_by_steam_id": [ - 29 + "side": [ + 2461 ], - "premier_rank": [ - 29 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_mutation_response": { + "affected_rows": [ + 38 ], - "steam_id": [ - 29 + "returning": [ + 2090 ], - "vac_ban_count": [ - 29 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_on_conflict": { + "constraint": [ + 2098 + ], + "update_columns": [ + 2112 + ], + "where": [ + 2097 ], "__typename": [ - 79 + 78 ] }, - "my_friends_var_pop_order_by": { - "days_since_last_ban": [ - 2020 + "match_map_veto_picks_order_by": { + "created_at": [ + 2461 ], - "faceit_elo": [ - 2020 + "id": [ + 2461 ], - "faceit_skill_level": [ - 2020 + "map": [ + 1813 ], - "friend_steam_id": [ - 2020 + "map_id": [ + 2461 ], - "game_ban_count": [ - 2020 + "match": [ + 2296 ], - "invited_by_steam_id": [ - 2020 + "match_id": [ + 2461 ], - "premier_rank": [ - 2020 + "match_lineup": [ + 1976 ], - "steam_id": [ - 2020 + "match_lineup_id": [ + 2461 ], - "vac_ban_count": [ - 2020 + "side": [ + 2461 + ], + "type": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "my_friends_var_samp_fields": { - "days_since_last_ban": [ - 29 + "match_map_veto_picks_pk_columns_input": { + "id": [ + 4442 ], - "faceit_elo": [ - 29 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_select_column": {}, + "match_map_veto_picks_set_input": { + "created_at": [ + 4004 ], - "faceit_skill_level": [ - 29 + "id": [ + 4442 ], - "friend_steam_id": [ - 29 + "map_id": [ + 4442 ], - "game_ban_count": [ - 29 + "match_id": [ + 4442 ], - "invited_by_steam_id": [ - 29 + "match_lineup_id": [ + 4442 ], - "premier_rank": [ - 29 + "side": [ + 78 ], - "steam_id": [ - 29 + "type": [ + 1145 ], - "vac_ban_count": [ - 29 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_stream_cursor_input": { + "initial_value": [ + 2111 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "my_friends_var_samp_order_by": { - "days_since_last_ban": [ - 2020 + "match_map_veto_picks_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "faceit_elo": [ - 2020 + "id": [ + 4442 ], - "faceit_skill_level": [ - 2020 + "map_id": [ + 4442 ], - "friend_steam_id": [ - 2020 + "match_id": [ + 4442 ], - "game_ban_count": [ - 2020 + "match_lineup_id": [ + 4442 ], - "invited_by_steam_id": [ - 2020 + "side": [ + 78 ], - "premier_rank": [ - 2020 + "type": [ + 1145 ], - "steam_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_map_veto_picks_update_column": {}, + "match_map_veto_picks_updates": { + "_set": [ + 2109 ], - "vac_ban_count": [ - 2020 + "where": [ + 2097 ], "__typename": [ - 79 + 78 ] }, - "my_friends_variance_fields": { - "days_since_last_ban": [ - 29 + "match_maps": { + "clips_count": [ + 38 ], - "faceit_elo": [ - 29 + "created_at": [ + 4004 ], - "faceit_skill_level": [ - 29 + "demos": [ + 1998, + { + "distinct_on": [ + 2027, + "[match_map_demos_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2024, + "[match_map_demos_order_by!]" + ], + "where": [ + 2010 + ] + } ], - "friend_steam_id": [ - 29 + "demos_aggregate": [ + 1999, + { + "distinct_on": [ + 2027, + "[match_map_demos_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2024, + "[match_map_demos_order_by!]" + ], + "where": [ + 2010 + ] + } ], - "game_ban_count": [ - 29 + "demos_download_url": [ + 78 ], - "invited_by_steam_id": [ - 29 + "demos_total_size": [ + 38 ], - "premier_rank": [ - 29 + "e_match_map_status": [ + 753 ], - "steam_id": [ - 29 + "ended_at": [ + 4004 ], - "vac_ban_count": [ - 29 + "flashes": [ + 2771, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } ], - "__typename": [ - 79 - ] - }, - "my_friends_variance_order_by": { - "days_since_last_ban": [ - 2020 + "flashes_aggregate": [ + 2772, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } ], - "faceit_elo": [ - 2020 + "id": [ + 4442 ], - "faceit_skill_level": [ - 2020 + "is_current_map": [ + 3 ], - "friend_steam_id": [ - 2020 + "latest_clip_at": [ + 4004 ], - "game_ban_count": [ - 2020 + "lineup_1_score": [ + 38 ], - "invited_by_steam_id": [ - 2020 + "lineup_1_side": [ + 982 ], - "premier_rank": [ - 2020 + "lineup_1_timeouts_available": [ + 38 ], - "steam_id": [ - 2020 + "lineup_2_score": [ + 38 ], - "vac_ban_count": [ - 2020 + "lineup_2_side": [ + 982 ], - "__typename": [ - 79 - ] - }, - "news_articles": { - "author": [ - 2978 + "lineup_2_timeouts_available": [ + 38 ], - "author_steam_id": [ - 178 + "map": [ + 1794 ], - "content_markdown": [ - 79 + "map_id": [ + 4442 ], - "cover_image_url": [ - 79 + "match": [ + 2276 ], - "created_at": [ - 3558 + "match_clips": [ + 1823, + { + "distinct_on": [ + 1845, + "[match_clips_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1843, + "[match_clips_order_by!]" + ], + "where": [ + 1832 + ] + } ], - "id": [ - 3955 + "match_clips_aggregate": [ + 1824, + { + "distinct_on": [ + 1845, + "[match_clips_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1843, + "[match_clips_order_by!]" + ], + "where": [ + 1832 + ] + } ], - "published_at": [ - 3558 + "match_id": [ + 4442 ], - "slug": [ - 79 + "objectives": [ + 3017, + { + "distinct_on": [ + 3038, + "[player_objectives_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3036, + "[player_objectives_order_by!]" + ], + "where": [ + 3026 + ] + } + ], + "objectives_aggregate": [ + 3018, + { + "distinct_on": [ + 3038, + "[player_objectives_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3036, + "[player_objectives_order_by!]" + ], + "where": [ + 3026 + ] + } + ], + "order": [ + 38 + ], + "player_assists": [ + 2599, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "player_assists_aggregate": [ + 2600, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "player_damages": [ + 2662, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } + ], + "player_damages_aggregate": [ + 2663, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } + ], + "player_kills": [ + 2816, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "player_kills_aggregate": [ + 2817, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "player_unused_utilities": [ + 3304, + { + "distinct_on": [ + 3325, + "[player_unused_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3323, + "[player_unused_utility_order_by!]" + ], + "where": [ + 3313 + ] + } + ], + "player_unused_utilities_aggregate": [ + 3305, + { + "distinct_on": [ + 3325, + "[player_unused_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3323, + "[player_unused_utility_order_by!]" + ], + "where": [ + 3313 + ] + } + ], + "public_clips_count": [ + 38 + ], + "public_latest_clip_at": [ + 4004 + ], + "rounds": [ + 2049, + { + "distinct_on": [ + 2070, + "[match_map_rounds_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2068, + "[match_map_rounds_order_by!]" + ], + "where": [ + 2058 + ] + } + ], + "rounds_aggregate": [ + 2050, + { + "distinct_on": [ + 2070, + "[match_map_rounds_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2068, + "[match_map_rounds_order_by!]" + ], + "where": [ + 2058 + ] + } + ], + "started_at": [ + 4004 ], "status": [ - 79 + 758 ], - "teaser": [ - 79 + "utility": [ + 3345, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } ], - "title": [ - 79 + "utility_aggregate": [ + 3346, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } ], - "updated_at": [ - 3558 + "vetos": [ + 2090, + { + "distinct_on": [ + 2108, + "[match_map_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2106, + "[match_map_veto_picks_order_by!]" + ], + "where": [ + 2097 + ] + } ], - "view_count": [ - 178 + "vetos_aggregate": [ + 2091, + { + "distinct_on": [ + 2108, + "[match_map_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2106, + "[match_map_veto_picks_order_by!]" + ], + "where": [ + 2097 + ] + } + ], + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "news_articles_aggregate": { + "match_maps_aggregate": { "aggregate": [ - 1943 + 2118 ], "nodes": [ - 1941 + 2114 ], "__typename": [ - 79 + 78 ] }, - "news_articles_aggregate_fields": { + "match_maps_aggregate_bool_exp": { + "count": [ + 2117 + ], + "__typename": [ + 78 + ] + }, + "match_maps_aggregate_bool_exp_count": { + "arguments": [ + 2136 + ], + "distinct": [ + 3 + ], + "filter": [ + 2123 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "match_maps_aggregate_fields": { "avg": [ - 1944 + 2121 ], "count": [ 38, { "columns": [ - 1955, - "[news_articles_select_column!]" + 2136, + "[match_maps_select_column!]" ], "distinct": [ 3 @@ -38279,4806 +38473,4772 @@ export default { } ], "max": [ - 1949 + 2127 ], "min": [ - 1950 + 2129 ], "stddev": [ - 1957 + 2138 ], "stddev_pop": [ - 1958 + 2140 ], "stddev_samp": [ - 1959 + 2142 ], "sum": [ - 1962 + 2146 ], "var_pop": [ - 1965 + 2150 ], "var_samp": [ - 1966 + 2152 ], "variance": [ - 1967 - ], - "__typename": [ - 79 - ] - }, - "news_articles_avg_fields": { - "author_steam_id": [ - 29 - ], - "view_count": [ - 29 + 2154 ], "__typename": [ - 79 + 78 ] }, - "news_articles_bool_exp": { - "_and": [ - 1945 - ], - "_not": [ - 1945 - ], - "_or": [ - 1945 - ], - "author": [ - 2982 - ], - "author_steam_id": [ - 180 - ], - "content_markdown": [ - 81 + "match_maps_aggregate_order_by": { + "avg": [ + 2122 ], - "cover_image_url": [ - 81 + "count": [ + 2461 ], - "created_at": [ - 3559 + "max": [ + 2128 ], - "id": [ - 3957 + "min": [ + 2130 ], - "published_at": [ - 3559 + "stddev": [ + 2139 ], - "slug": [ - 81 + "stddev_pop": [ + 2141 ], - "status": [ - 81 + "stddev_samp": [ + 2143 ], - "teaser": [ - 81 + "sum": [ + 2147 ], - "title": [ - 81 + "var_pop": [ + 2151 ], - "updated_at": [ - 3559 + "var_samp": [ + 2153 ], - "view_count": [ - 180 + "variance": [ + 2155 ], "__typename": [ - 79 + 78 ] }, - "news_articles_constraint": {}, - "news_articles_inc_input": { - "author_steam_id": [ - 178 + "match_maps_arr_rel_insert_input": { + "data": [ + 2126 ], - "view_count": [ - 178 + "on_conflict": [ + 2133 ], "__typename": [ - 79 + 78 ] }, - "news_articles_insert_input": { - "author": [ - 2989 + "match_maps_avg_fields": { + "clips_count": [ + 29 ], - "author_steam_id": [ - 178 + "demos_total_size": [ + 38 ], - "content_markdown": [ - 79 + "lineup_1_score": [ + 38 ], - "cover_image_url": [ - 79 + "lineup_1_timeouts_available": [ + 29 ], - "created_at": [ - 3558 + "lineup_2_score": [ + 38 ], - "id": [ - 3955 + "lineup_2_timeouts_available": [ + 29 ], - "published_at": [ - 3558 + "order": [ + 29 ], - "slug": [ - 79 + "public_clips_count": [ + 29 ], - "status": [ - 79 + "__typename": [ + 78 + ] + }, + "match_maps_avg_order_by": { + "clips_count": [ + 2461 ], - "teaser": [ - 79 + "lineup_1_timeouts_available": [ + 2461 ], - "title": [ - 79 + "lineup_2_timeouts_available": [ + 2461 ], - "updated_at": [ - 3558 + "order": [ + 2461 ], - "view_count": [ - 178 + "public_clips_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "news_articles_max_fields": { - "author_steam_id": [ - 178 + "match_maps_bool_exp": { + "_and": [ + 2123 ], - "content_markdown": [ - 79 + "_not": [ + 2123 ], - "cover_image_url": [ - 79 + "_or": [ + 2123 + ], + "clips_count": [ + 39 ], "created_at": [ - 3558 + 4005 ], - "id": [ - 3955 + "demos": [ + 2010 ], - "published_at": [ - 3558 + "demos_aggregate": [ + 2000 ], - "slug": [ - 79 + "demos_download_url": [ + 80 ], - "status": [ - 79 + "demos_total_size": [ + 39 ], - "teaser": [ - 79 + "e_match_map_status": [ + 756 ], - "title": [ - 79 + "ended_at": [ + 4005 ], - "updated_at": [ - 3558 + "flashes": [ + 2782 ], - "view_count": [ - 178 + "flashes_aggregate": [ + 2773 ], - "__typename": [ - 79 - ] - }, - "news_articles_min_fields": { - "author_steam_id": [ - 178 + "id": [ + 4444 ], - "content_markdown": [ - 79 + "is_current_map": [ + 4 ], - "cover_image_url": [ - 79 - ], - "created_at": [ - 3558 + "latest_clip_at": [ + 4005 ], - "id": [ - 3955 + "lineup_1_score": [ + 39 ], - "published_at": [ - 3558 + "lineup_1_side": [ + 983 ], - "slug": [ - 79 + "lineup_1_timeouts_available": [ + 39 ], - "status": [ - 79 + "lineup_2_score": [ + 39 ], - "teaser": [ - 79 + "lineup_2_side": [ + 983 ], - "title": [ - 79 + "lineup_2_timeouts_available": [ + 39 ], - "updated_at": [ - 3558 + "map": [ + 1803 ], - "view_count": [ - 178 + "map_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "news_articles_mutation_response": { - "affected_rows": [ - 38 + "match": [ + 2285 ], - "returning": [ - 1941 + "match_clips": [ + 1832 ], - "__typename": [ - 79 - ] - }, - "news_articles_on_conflict": { - "constraint": [ - 1946 + "match_clips_aggregate": [ + 1825 ], - "update_columns": [ - 1963 + "match_id": [ + 4444 ], - "where": [ - 1945 + "objectives": [ + 3026 ], - "__typename": [ - 79 - ] - }, - "news_articles_order_by": { - "author": [ - 2991 + "objectives_aggregate": [ + 3019 ], - "author_steam_id": [ - 2020 + "order": [ + 39 ], - "content_markdown": [ - 2020 + "player_assists": [ + 2610 ], - "cover_image_url": [ - 2020 + "player_assists_aggregate": [ + 2601 ], - "created_at": [ - 2020 + "player_damages": [ + 2671 ], - "id": [ - 2020 + "player_damages_aggregate": [ + 2664 ], - "published_at": [ - 2020 + "player_kills": [ + 2827 ], - "slug": [ - 2020 + "player_kills_aggregate": [ + 2818 ], - "status": [ - 2020 + "player_unused_utilities": [ + 3313 ], - "teaser": [ - 2020 + "player_unused_utilities_aggregate": [ + 3306 ], - "title": [ - 2020 + "public_clips_count": [ + 39 ], - "updated_at": [ - 2020 + "public_latest_clip_at": [ + 4005 ], - "view_count": [ - 2020 + "rounds": [ + 2058 ], - "__typename": [ - 79 - ] - }, - "news_articles_pk_columns_input": { - "id": [ - 3955 + "rounds_aggregate": [ + 2051 ], - "__typename": [ - 79 - ] - }, - "news_articles_select_column": {}, - "news_articles_set_input": { - "author_steam_id": [ - 178 + "started_at": [ + 4005 ], - "content_markdown": [ - 79 + "status": [ + 759 ], - "cover_image_url": [ - 79 + "utility": [ + 3354 ], - "created_at": [ - 3558 + "utility_aggregate": [ + 3347 ], - "id": [ - 3955 + "vetos": [ + 2097 ], - "published_at": [ - 3558 + "vetos_aggregate": [ + 2092 ], - "slug": [ - 79 + "winning_lineup_id": [ + 4444 ], - "status": [ - 79 + "__typename": [ + 78 + ] + }, + "match_maps_constraint": {}, + "match_maps_inc_input": { + "clips_count": [ + 38 ], - "teaser": [ - 79 + "lineup_1_timeouts_available": [ + 38 ], - "title": [ - 79 + "lineup_2_timeouts_available": [ + 38 ], - "updated_at": [ - 3558 + "order": [ + 38 ], - "view_count": [ - 178 + "public_clips_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "news_articles_stddev_fields": { - "author_steam_id": [ - 29 + "match_maps_insert_input": { + "clips_count": [ + 38 ], - "view_count": [ - 29 + "created_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "news_articles_stddev_pop_fields": { - "author_steam_id": [ - 29 + "demos": [ + 2007 ], - "view_count": [ - 29 + "e_match_map_status": [ + 764 ], - "__typename": [ - 79 - ] - }, - "news_articles_stddev_samp_fields": { - "author_steam_id": [ - 29 + "ended_at": [ + 4004 ], - "view_count": [ - 29 + "flashes": [ + 2779 ], - "__typename": [ - 79 - ] - }, - "news_articles_stream_cursor_input": { - "initial_value": [ - 1961 + "id": [ + 4442 ], - "ordering": [ - 233 + "latest_clip_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "news_articles_stream_cursor_value_input": { - "author_steam_id": [ - 178 + "lineup_1_side": [ + 982 ], - "content_markdown": [ - 79 + "lineup_1_timeouts_available": [ + 38 ], - "cover_image_url": [ - 79 + "lineup_2_side": [ + 982 ], - "created_at": [ - 3558 + "lineup_2_timeouts_available": [ + 38 ], - "id": [ - 3955 + "map": [ + 1811 ], - "published_at": [ - 3558 + "map_id": [ + 4442 ], - "slug": [ - 79 + "match": [ + 2294 ], - "status": [ - 79 + "match_clips": [ + 1829 ], - "teaser": [ - 79 + "match_id": [ + 4442 ], - "title": [ - 79 + "objectives": [ + 3023 ], - "updated_at": [ - 3558 + "order": [ + 38 ], - "view_count": [ - 178 + "player_assists": [ + 2607 ], - "__typename": [ - 79 - ] - }, - "news_articles_sum_fields": { - "author_steam_id": [ - 178 + "player_damages": [ + 2668 ], - "view_count": [ - 178 + "player_kills": [ + 2824 ], - "__typename": [ - 79 - ] - }, - "news_articles_update_column": {}, - "news_articles_updates": { - "_inc": [ - 1947 + "player_unused_utilities": [ + 3310 ], - "_set": [ - 1956 + "public_clips_count": [ + 38 ], - "where": [ - 1945 + "public_latest_clip_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "news_articles_var_pop_fields": { - "author_steam_id": [ - 29 + "rounds": [ + 2055 ], - "view_count": [ - 29 + "started_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "news_articles_var_samp_fields": { - "author_steam_id": [ - 29 + "status": [ + 758 ], - "view_count": [ - 29 + "utility": [ + 3351 ], - "__typename": [ - 79 - ] - }, - "news_articles_variance_fields": { - "author_steam_id": [ - 29 + "vetos": [ + 2096 ], - "view_count": [ - 29 + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "notifications": { - "actions": [ - 1244, - { - "path": [ - 79 - ] - } + "match_maps_max_fields": { + "clips_count": [ + 38 ], "created_at": [ - 3558 + 4004 ], - "deletable": [ - 3 + "demos_download_url": [ + 78 ], - "deleted_at": [ - 3558 + "demos_total_size": [ + 38 ], - "entity_id": [ - 79 + "ended_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "is_read": [ - 3 + "latest_clip_at": [ + 4004 ], - "message": [ - 79 + "lineup_1_score": [ + 38 ], - "player": [ - 2978 + "lineup_1_timeouts_available": [ + 38 ], - "role": [ - 794 + "lineup_2_score": [ + 38 ], - "steam_id": [ - 178 + "lineup_2_timeouts_available": [ + 38 ], - "title": [ - 79 + "map_id": [ + 4442 ], - "type": [ - 754 + "match_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "notifications_aggregate": { - "aggregate": [ - 1974 + "order": [ + 38 ], - "nodes": [ - 1968 + "public_clips_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "notifications_aggregate_bool_exp": { - "bool_and": [ - 1971 + "public_latest_clip_at": [ + 4004 ], - "bool_or": [ - 1972 + "started_at": [ + 4004 ], - "count": [ - 1973 + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "notifications_aggregate_bool_exp_bool_and": { - "arguments": [ - 1997 + "match_maps_max_order_by": { + "clips_count": [ + 2461 ], - "distinct": [ - 3 + "created_at": [ + 2461 ], - "filter": [ - 1980 + "ended_at": [ + 2461 ], - "predicate": [ - 4 + "id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_aggregate_bool_exp_bool_or": { - "arguments": [ - 1998 + "latest_clip_at": [ + 2461 ], - "distinct": [ - 3 + "lineup_1_timeouts_available": [ + 2461 ], - "filter": [ - 1980 + "lineup_2_timeouts_available": [ + 2461 ], - "predicate": [ - 4 + "map_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_aggregate_bool_exp_count": { - "arguments": [ - 1996 + "match_id": [ + 2461 ], - "distinct": [ - 3 + "order": [ + 2461 ], - "filter": [ - 1980 + "public_clips_count": [ + 2461 ], - "predicate": [ - 39 + "public_latest_clip_at": [ + 2461 + ], + "started_at": [ + 2461 + ], + "winning_lineup_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "notifications_aggregate_fields": { - "avg": [ - 1978 + "match_maps_min_fields": { + "clips_count": [ + 38 ], - "count": [ - 38, - { - "columns": [ - 1996, - "[notifications_select_column!]" - ], - "distinct": [ - 3 - ] - } + "created_at": [ + 4004 ], - "max": [ - 1987 + "demos_download_url": [ + 78 ], - "min": [ - 1989 + "demos_total_size": [ + 38 ], - "stddev": [ - 2000 + "ended_at": [ + 4004 ], - "stddev_pop": [ - 2002 + "id": [ + 4442 ], - "stddev_samp": [ - 2004 + "latest_clip_at": [ + 4004 ], - "sum": [ - 2008 + "lineup_1_score": [ + 38 ], - "var_pop": [ - 2012 + "lineup_1_timeouts_available": [ + 38 ], - "var_samp": [ - 2014 + "lineup_2_score": [ + 38 ], - "variance": [ - 2016 + "lineup_2_timeouts_available": [ + 38 + ], + "map_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "order": [ + 38 + ], + "public_clips_count": [ + 38 + ], + "public_latest_clip_at": [ + 4004 + ], + "started_at": [ + 4004 + ], + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "notifications_aggregate_order_by": { - "avg": [ - 1979 + "match_maps_min_order_by": { + "clips_count": [ + 2461 ], - "count": [ - 2020 + "created_at": [ + 2461 ], - "max": [ - 1988 + "ended_at": [ + 2461 ], - "min": [ - 1990 + "id": [ + 2461 ], - "stddev": [ - 2001 + "latest_clip_at": [ + 2461 ], - "stddev_pop": [ - 2003 + "lineup_1_timeouts_available": [ + 2461 ], - "stddev_samp": [ - 2005 + "lineup_2_timeouts_available": [ + 2461 ], - "sum": [ - 2009 + "map_id": [ + 2461 ], - "var_pop": [ - 2013 + "match_id": [ + 2461 ], - "var_samp": [ - 2015 + "order": [ + 2461 ], - "variance": [ - 2017 + "public_clips_count": [ + 2461 + ], + "public_latest_clip_at": [ + 2461 + ], + "started_at": [ + 2461 + ], + "winning_lineup_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "notifications_append_input": { - "actions": [ - 1244 + "match_maps_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 2114 ], "__typename": [ - 79 + 78 ] }, - "notifications_arr_rel_insert_input": { + "match_maps_obj_rel_insert_input": { "data": [ - 1986 + 2126 ], "on_conflict": [ - 1992 + 2133 ], "__typename": [ - 79 + 78 ] }, - "notifications_avg_fields": { - "steam_id": [ - 29 + "match_maps_on_conflict": { + "constraint": [ + 2124 ], - "__typename": [ - 79 - ] - }, - "notifications_avg_order_by": { - "steam_id": [ - 2020 + "update_columns": [ + 2148 + ], + "where": [ + 2123 ], "__typename": [ - 79 + 78 ] }, - "notifications_bool_exp": { - "_and": [ - 1980 + "match_maps_order_by": { + "clips_count": [ + 2461 ], - "_not": [ - 1980 + "created_at": [ + 2461 ], - "_or": [ - 1980 + "demos_aggregate": [ + 2005 ], - "actions": [ - 1246 + "demos_download_url": [ + 2461 ], - "created_at": [ - 3559 + "demos_total_size": [ + 2461 ], - "deletable": [ - 4 + "e_match_map_status": [ + 766 ], - "deleted_at": [ - 3559 + "ended_at": [ + 2461 ], - "entity_id": [ - 81 + "flashes_aggregate": [ + 2778 ], "id": [ - 3957 + 2461 ], - "is_read": [ - 4 + "is_current_map": [ + 2461 ], - "message": [ - 81 + "latest_clip_at": [ + 2461 ], - "player": [ - 2982 + "lineup_1_score": [ + 2461 ], - "role": [ - 795 + "lineup_1_side": [ + 2461 ], - "steam_id": [ - 180 + "lineup_1_timeouts_available": [ + 2461 ], - "title": [ - 81 + "lineup_2_score": [ + 2461 ], - "type": [ - 755 + "lineup_2_side": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_constraint": {}, - "notifications_delete_at_path_input": { - "actions": [ - 79 + "lineup_2_timeouts_available": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_delete_elem_input": { - "actions": [ - 38 + "map": [ + 1813 ], - "__typename": [ - 79 - ] - }, - "notifications_delete_key_input": { - "actions": [ - 79 + "map_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_inc_input": { - "steam_id": [ - 178 + "match": [ + 2296 ], - "__typename": [ - 79 - ] - }, - "notifications_insert_input": { - "actions": [ - 1244 + "match_clips_aggregate": [ + 1828 ], - "created_at": [ - 3558 + "match_id": [ + 2461 ], - "deletable": [ - 3 + "objectives_aggregate": [ + 3022 ], - "deleted_at": [ - 3558 + "order": [ + 2461 ], - "entity_id": [ - 79 + "player_assists_aggregate": [ + 2606 ], - "id": [ - 3955 + "player_damages_aggregate": [ + 2667 ], - "is_read": [ - 3 + "player_kills_aggregate": [ + 2823 ], - "message": [ - 79 + "player_unused_utilities_aggregate": [ + 3309 ], - "player": [ - 2989 + "public_clips_count": [ + 2461 ], - "role": [ - 794 + "public_latest_clip_at": [ + 2461 ], - "steam_id": [ - 178 + "rounds_aggregate": [ + 2054 ], - "title": [ - 79 + "started_at": [ + 2461 ], - "type": [ - 754 + "status": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_max_fields": { - "created_at": [ - 3558 + "utility_aggregate": [ + 3350 ], - "deleted_at": [ - 3558 + "vetos_aggregate": [ + 2095 ], - "entity_id": [ - 79 + "winning_lineup_id": [ + 2461 ], + "__typename": [ + 78 + ] + }, + "match_maps_pk_columns_input": { "id": [ - 3955 - ], - "message": [ - 79 - ], - "steam_id": [ - 178 - ], - "title": [ - 79 + 4442 ], "__typename": [ - 79 + 78 ] }, - "notifications_max_order_by": { - "created_at": [ - 2020 + "match_maps_select_column": {}, + "match_maps_set_input": { + "clips_count": [ + 38 ], - "deleted_at": [ - 2020 + "created_at": [ + 4004 ], - "entity_id": [ - 2020 + "ended_at": [ + 4004 ], "id": [ - 2020 + 4442 ], - "message": [ - 2020 + "latest_clip_at": [ + 4004 ], - "steam_id": [ - 2020 + "lineup_1_side": [ + 982 ], - "title": [ - 2020 + "lineup_1_timeouts_available": [ + 38 ], - "__typename": [ - 79 - ] - }, - "notifications_min_fields": { - "created_at": [ - 3558 + "lineup_2_side": [ + 982 ], - "deleted_at": [ - 3558 + "lineup_2_timeouts_available": [ + 38 ], - "entity_id": [ - 79 + "map_id": [ + 4442 ], - "id": [ - 3955 + "match_id": [ + 4442 ], - "message": [ - 79 + "order": [ + 38 ], - "steam_id": [ - 178 + "public_clips_count": [ + 38 ], - "title": [ - 79 + "public_latest_clip_at": [ + 4004 + ], + "started_at": [ + 4004 + ], + "status": [ + 758 + ], + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "notifications_min_order_by": { - "created_at": [ - 2020 + "match_maps_stddev_fields": { + "clips_count": [ + 29 ], - "deleted_at": [ - 2020 + "demos_total_size": [ + 38 ], - "entity_id": [ - 2020 + "lineup_1_score": [ + 38 ], - "id": [ - 2020 + "lineup_1_timeouts_available": [ + 29 ], - "message": [ - 2020 + "lineup_2_score": [ + 38 ], - "steam_id": [ - 2020 + "lineup_2_timeouts_available": [ + 29 ], - "title": [ - 2020 + "order": [ + 29 + ], + "public_clips_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "notifications_mutation_response": { - "affected_rows": [ - 38 + "match_maps_stddev_order_by": { + "clips_count": [ + 2461 ], - "returning": [ - 1968 + "lineup_1_timeouts_available": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_on_conflict": { - "constraint": [ - 1981 + "lineup_2_timeouts_available": [ + 2461 ], - "update_columns": [ - 2010 + "order": [ + 2461 ], - "where": [ - 1980 + "public_clips_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "notifications_order_by": { - "actions": [ - 2020 + "match_maps_stddev_pop_fields": { + "clips_count": [ + 29 ], - "created_at": [ - 2020 + "demos_total_size": [ + 38 ], - "deletable": [ - 2020 + "lineup_1_score": [ + 38 ], - "deleted_at": [ - 2020 + "lineup_1_timeouts_available": [ + 29 ], - "entity_id": [ - 2020 + "lineup_2_score": [ + 38 ], - "id": [ - 2020 - ], - "is_read": [ - 2020 - ], - "message": [ - 2020 - ], - "player": [ - 2991 - ], - "role": [ - 2020 - ], - "steam_id": [ - 2020 - ], - "title": [ - 2020 - ], - "type": [ - 2020 + "lineup_2_timeouts_available": [ + 29 ], - "__typename": [ - 79 - ] - }, - "notifications_pk_columns_input": { - "id": [ - 3955 + "order": [ + 29 ], - "__typename": [ - 79 - ] - }, - "notifications_prepend_input": { - "actions": [ - 1244 + "public_clips_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "notifications_select_column": {}, - "notifications_select_column_notifications_aggregate_bool_exp_bool_and_arguments_columns": {}, - "notifications_select_column_notifications_aggregate_bool_exp_bool_or_arguments_columns": {}, - "notifications_set_input": { - "actions": [ - 1244 + "match_maps_stddev_pop_order_by": { + "clips_count": [ + 2461 ], - "created_at": [ - 3558 + "lineup_1_timeouts_available": [ + 2461 ], - "deletable": [ - 3 + "lineup_2_timeouts_available": [ + 2461 ], - "deleted_at": [ - 3558 + "order": [ + 2461 ], - "entity_id": [ - 79 + "public_clips_count": [ + 2461 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_maps_stddev_samp_fields": { + "clips_count": [ + 29 ], - "is_read": [ - 3 + "demos_total_size": [ + 38 ], - "message": [ - 79 + "lineup_1_score": [ + 38 ], - "role": [ - 794 + "lineup_1_timeouts_available": [ + 29 ], - "steam_id": [ - 178 + "lineup_2_score": [ + 38 ], - "title": [ - 79 + "lineup_2_timeouts_available": [ + 29 ], - "type": [ - 754 + "order": [ + 29 ], - "__typename": [ - 79 - ] - }, - "notifications_stddev_fields": { - "steam_id": [ + "public_clips_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "notifications_stddev_order_by": { - "steam_id": [ - 2020 + "match_maps_stddev_samp_order_by": { + "clips_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_stddev_pop_fields": { - "steam_id": [ - 29 + "lineup_1_timeouts_available": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_stddev_pop_order_by": { - "steam_id": [ - 2020 + "lineup_2_timeouts_available": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_stddev_samp_fields": { - "steam_id": [ - 29 + "order": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "notifications_stddev_samp_order_by": { - "steam_id": [ - 2020 + "public_clips_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "notifications_stream_cursor_input": { + "match_maps_stream_cursor_input": { "initial_value": [ - 2007 + 2145 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "notifications_stream_cursor_value_input": { - "actions": [ - 1244 + "match_maps_stream_cursor_value_input": { + "clips_count": [ + 38 ], "created_at": [ - 3558 + 4004 ], - "deletable": [ - 3 + "ended_at": [ + 4004 ], - "deleted_at": [ - 3558 + "id": [ + 4442 ], - "entity_id": [ - 79 + "latest_clip_at": [ + 4004 ], - "id": [ - 3955 + "lineup_1_side": [ + 982 ], - "is_read": [ - 3 + "lineup_1_timeouts_available": [ + 38 ], - "message": [ - 79 + "lineup_2_side": [ + 982 ], - "role": [ - 794 + "lineup_2_timeouts_available": [ + 38 ], - "steam_id": [ - 178 + "map_id": [ + 4442 ], - "title": [ - 79 + "match_id": [ + 4442 ], - "type": [ - 754 + "order": [ + 38 ], - "__typename": [ - 79 - ] - }, - "notifications_sum_fields": { - "steam_id": [ - 178 + "public_clips_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "notifications_sum_order_by": { - "steam_id": [ - 2020 + "public_latest_clip_at": [ + 4004 + ], + "started_at": [ + 4004 + ], + "status": [ + 758 + ], + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "notifications_update_column": {}, - "notifications_updates": { - "_append": [ - 1976 + "match_maps_sum_fields": { + "clips_count": [ + 38 ], - "_delete_at_path": [ - 1982 + "demos_total_size": [ + 38 ], - "_delete_elem": [ - 1983 + "lineup_1_score": [ + 38 ], - "_delete_key": [ - 1984 + "lineup_1_timeouts_available": [ + 38 ], - "_inc": [ - 1985 + "lineup_2_score": [ + 38 ], - "_prepend": [ - 1995 + "lineup_2_timeouts_available": [ + 38 ], - "_set": [ - 1999 + "order": [ + 38 ], - "where": [ - 1980 + "public_clips_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "notifications_var_pop_fields": { - "steam_id": [ - 29 + "match_maps_sum_order_by": { + "clips_count": [ + 2461 + ], + "lineup_1_timeouts_available": [ + 2461 + ], + "lineup_2_timeouts_available": [ + 2461 + ], + "order": [ + 2461 + ], + "public_clips_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "notifications_var_pop_order_by": { - "steam_id": [ - 2020 + "match_maps_update_column": {}, + "match_maps_updates": { + "_inc": [ + 2125 + ], + "_set": [ + 2137 + ], + "where": [ + 2123 ], "__typename": [ - 79 + 78 ] }, - "notifications_var_samp_fields": { - "steam_id": [ + "match_maps_var_pop_fields": { + "clips_count": [ 29 ], - "__typename": [ - 79 - ] - }, - "notifications_var_samp_order_by": { - "steam_id": [ - 2020 + "demos_total_size": [ + 38 ], - "__typename": [ - 79 - ] - }, - "notifications_variance_fields": { - "steam_id": [ + "lineup_1_score": [ + 38 + ], + "lineup_1_timeouts_available": [ + 29 + ], + "lineup_2_score": [ + 38 + ], + "lineup_2_timeouts_available": [ + 29 + ], + "order": [ + 29 + ], + "public_clips_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "notifications_variance_order_by": { - "steam_id": [ - 2020 + "match_maps_var_pop_order_by": { + "clips_count": [ + 2461 + ], + "lineup_1_timeouts_available": [ + 2461 + ], + "lineup_2_timeouts_available": [ + 2461 + ], + "order": [ + 2461 + ], + "public_clips_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "numeric": {}, - "numeric_comparison_exp": { - "_eq": [ - 2018 - ], - "_gt": [ - 2018 + "match_maps_var_samp_fields": { + "clips_count": [ + 29 ], - "_gte": [ - 2018 + "demos_total_size": [ + 38 ], - "_in": [ - 2018 + "lineup_1_score": [ + 38 ], - "_is_null": [ - 3 + "lineup_1_timeouts_available": [ + 29 ], - "_lt": [ - 2018 + "lineup_2_score": [ + 38 ], - "_lte": [ - 2018 + "lineup_2_timeouts_available": [ + 29 ], - "_neq": [ - 2018 + "order": [ + 29 ], - "_nin": [ - 2018 + "public_clips_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "order_by": {}, - "pending_match_import_players": { - "created_at": [ - 3558 + "match_maps_var_samp_order_by": { + "clips_count": [ + 2461 ], - "pending_match_import": [ - 2062 + "lineup_1_timeouts_available": [ + 2461 ], - "player": [ - 2978 + "lineup_2_timeouts_available": [ + 2461 ], - "steam_id": [ - 178 + "order": [ + 2461 ], - "valve_match_id": [ - 2018 + "public_clips_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_aggregate": { - "aggregate": [ - 2025 + "match_maps_variance_fields": { + "clips_count": [ + 29 ], - "nodes": [ - 2021 + "demos_total_size": [ + 38 + ], + "lineup_1_score": [ + 38 + ], + "lineup_1_timeouts_available": [ + 29 + ], + "lineup_2_score": [ + 38 + ], + "lineup_2_timeouts_available": [ + 29 + ], + "order": [ + 29 + ], + "public_clips_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_aggregate_bool_exp": { - "count": [ - 2024 + "match_maps_variance_order_by": { + "clips_count": [ + 2461 + ], + "lineup_1_timeouts_available": [ + 2461 + ], + "lineup_2_timeouts_available": [ + 2461 + ], + "order": [ + 2461 + ], + "public_clips_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_aggregate_bool_exp_count": { - "arguments": [ - 2042 + "match_options": { + "auto_cancel_duration": [ + 38 ], - "distinct": [ + "auto_cancellation": [ 3 ], - "filter": [ - 2030 + "best_of": [ + 38 ], - "predicate": [ - 39 + "check_in_setting": [ + 405 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_aggregate_fields": { - "avg": [ - 2028 + "coaches": [ + 3 ], - "count": [ - 38, + "default_models": [ + 3 + ], + "has_active_matches": [ + 3 + ], + "id": [ + 4442 + ], + "invite_code": [ + 78 + ], + "knife_round": [ + 3 + ], + "live_match_timeout": [ + 38 + ], + "map_pool": [ + 1775 + ], + "map_pool_id": [ + 4442 + ], + "map_veto": [ + 3 + ], + "match_mode": [ + 779 + ], + "matches": [ + 2276, { - "columns": [ - 2042, - "[pending_match_import_players_select_column!]" + "distinct_on": [ + 2298, + "[matches_select_column!]" ], - "distinct": [ - 3 + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 ] } ], - "max": [ - 2034 + "matches_aggregate": [ + 2277, + { + "distinct_on": [ + 2298, + "[matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 + ] + } ], - "min": [ - 2036 + "mr": [ + 38 ], - "stddev": [ - 2044 + "number_of_substitutes": [ + 38 ], - "stddev_pop": [ - 2046 + "overtime": [ + 3 ], - "stddev_samp": [ - 2048 + "prefer_dedicated_server": [ + 3 ], - "sum": [ - 2052 + "ready_setting": [ + 901 ], - "var_pop": [ - 2056 + "region_veto": [ + 3 ], - "var_samp": [ - 2058 + "regions": [ + 78 ], - "variance": [ - 2060 + "tech_timeout_setting": [ + 1063 + ], + "timeout_setting": [ + 1063 + ], + "tournament": [ + 4396 + ], + "tournament_bracket": [ + 4006 + ], + "tournament_stage": [ + 4134 + ], + "tv_delay": [ + 38 + ], + "type": [ + 820 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_aggregate_order_by": { + "match_options_aggregate": { + "aggregate": [ + 2158 + ], + "nodes": [ + 2156 + ], + "__typename": [ + 78 + ] + }, + "match_options_aggregate_fields": { "avg": [ - 2029 + 2159 ], "count": [ - 2020 + 38, + { + "columns": [ + 2171, + "[match_options_select_column!]" + ], + "distinct": [ + 3 + ] + } ], "max": [ - 2035 + 2164 ], "min": [ - 2037 + 2165 ], "stddev": [ - 2045 + 2173 ], "stddev_pop": [ - 2047 + 2174 ], "stddev_samp": [ - 2049 + 2175 ], "sum": [ - 2053 + 2178 ], "var_pop": [ - 2057 + 2181 ], "var_samp": [ - 2059 + 2182 ], "variance": [ - 2061 + 2183 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_arr_rel_insert_input": { - "data": [ - 2033 + "match_options_avg_fields": { + "auto_cancel_duration": [ + 29 ], - "on_conflict": [ - 2039 + "best_of": [ + 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_avg_fields": { - "steam_id": [ + "live_match_timeout": [ 29 ], - "valve_match_id": [ + "mr": [ 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_avg_order_by": { - "steam_id": [ - 2020 + "number_of_substitutes": [ + 29 ], - "valve_match_id": [ - 2020 + "tv_delay": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_bool_exp": { + "match_options_bool_exp": { "_and": [ - 2030 + 2160 ], "_not": [ - 2030 + 2160 ], "_or": [ - 2030 + 2160 ], - "created_at": [ - 3559 + "auto_cancel_duration": [ + 39 ], - "pending_match_import": [ - 2066 + "auto_cancellation": [ + 4 ], - "player": [ - 2982 + "best_of": [ + 39 ], - "steam_id": [ - 180 + "check_in_setting": [ + 406 ], - "valve_match_id": [ - 2019 + "coaches": [ + 4 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_constraint": {}, - "pending_match_import_players_inc_input": { - "steam_id": [ - 178 + "default_models": [ + 4 ], - "valve_match_id": [ - 2018 + "has_active_matches": [ + 4 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_insert_input": { - "created_at": [ - 3558 + "id": [ + 4444 ], - "pending_match_import": [ - 2073 + "invite_code": [ + 80 ], - "player": [ - 2989 + "knife_round": [ + 4 ], - "steam_id": [ - 178 + "live_match_timeout": [ + 39 ], - "valve_match_id": [ - 2018 + "map_pool": [ + 1778 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_max_fields": { - "created_at": [ - 3558 + "map_pool_id": [ + 4444 ], - "steam_id": [ - 178 + "map_veto": [ + 4 ], - "valve_match_id": [ - 2018 + "match_mode": [ + 780 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_max_order_by": { - "created_at": [ - 2020 + "matches": [ + 2285 ], - "steam_id": [ - 2020 + "matches_aggregate": [ + 2278 ], - "valve_match_id": [ - 2020 + "mr": [ + 39 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_min_fields": { - "created_at": [ - 3558 + "number_of_substitutes": [ + 39 ], - "steam_id": [ - 178 + "overtime": [ + 4 ], - "valve_match_id": [ - 2018 + "prefer_dedicated_server": [ + 4 ], - "__typename": [ + "ready_setting": [ + 902 + ], + "region_veto": [ + 4 + ], + "regions": [ 79 - ] - }, - "pending_match_import_players_min_order_by": { - "created_at": [ - 2020 ], - "steam_id": [ - 2020 + "tech_timeout_setting": [ + 1064 ], - "valve_match_id": [ - 2020 + "timeout_setting": [ + 1064 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_mutation_response": { - "affected_rows": [ - 38 + "tournament": [ + 4407 ], - "returning": [ - 2021 + "tournament_bracket": [ + 4017 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_on_conflict": { - "constraint": [ - 2031 + "tournament_stage": [ + 4146 ], - "update_columns": [ - 2054 + "tv_delay": [ + 39 ], - "where": [ - 2030 + "type": [ + 821 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_order_by": { - "created_at": [ - 2020 - ], - "pending_match_import": [ - 2075 + "match_options_constraint": {}, + "match_options_inc_input": { + "auto_cancel_duration": [ + 38 ], - "player": [ - 2991 + "best_of": [ + 38 ], - "steam_id": [ - 2020 + "live_match_timeout": [ + 38 ], - "valve_match_id": [ - 2020 + "mr": [ + 38 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_pk_columns_input": { - "steam_id": [ - 178 + "number_of_substitutes": [ + 38 ], - "valve_match_id": [ - 2018 + "tv_delay": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_select_column": {}, - "pending_match_import_players_set_input": { - "created_at": [ - 3558 + "match_options_insert_input": { + "auto_cancel_duration": [ + 38 ], - "steam_id": [ - 178 + "auto_cancellation": [ + 3 ], - "valve_match_id": [ - 2018 + "best_of": [ + 38 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stddev_fields": { - "steam_id": [ - 29 + "check_in_setting": [ + 405 ], - "valve_match_id": [ - 29 + "coaches": [ + 3 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stddev_order_by": { - "steam_id": [ - 2020 + "default_models": [ + 3 ], - "valve_match_id": [ - 2020 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stddev_pop_fields": { - "steam_id": [ - 29 + "invite_code": [ + 78 ], - "valve_match_id": [ - 29 + "knife_round": [ + 3 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stddev_pop_order_by": { - "steam_id": [ - 2020 + "live_match_timeout": [ + 38 ], - "valve_match_id": [ - 2020 + "map_pool": [ + 1784 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stddev_samp_fields": { - "steam_id": [ - 29 + "map_pool_id": [ + 4442 ], - "valve_match_id": [ - 29 + "map_veto": [ + 3 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stddev_samp_order_by": { - "steam_id": [ - 2020 + "match_mode": [ + 779 ], - "valve_match_id": [ - 2020 + "matches": [ + 2282 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stream_cursor_input": { - "initial_value": [ - 2051 + "mr": [ + 38 ], - "ordering": [ - 233 + "number_of_substitutes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_stream_cursor_value_input": { - "created_at": [ - 3558 + "overtime": [ + 3 ], - "steam_id": [ - 178 + "prefer_dedicated_server": [ + 3 ], - "valve_match_id": [ - 2018 + "ready_setting": [ + 901 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_sum_fields": { - "steam_id": [ - 178 + "region_veto": [ + 3 ], - "valve_match_id": [ - 2018 + "regions": [ + 78 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_sum_order_by": { - "steam_id": [ - 2020 + "tech_timeout_setting": [ + 1063 ], - "valve_match_id": [ - 2020 + "timeout_setting": [ + 1063 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_update_column": {}, - "pending_match_import_players_updates": { - "_inc": [ - 2032 + "tournament": [ + 4416 ], - "_set": [ - 2043 + "tournament_bracket": [ + 4026 ], - "where": [ - 2030 + "tournament_stage": [ + 4158 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_var_pop_fields": { - "steam_id": [ - 29 + "tv_delay": [ + 38 ], - "valve_match_id": [ - 29 + "type": [ + 820 ], "__typename": [ - 79 + 78 ] }, - "pending_match_import_players_var_pop_order_by": { - "steam_id": [ - 2020 + "match_options_max_fields": { + "auto_cancel_duration": [ + 38 ], - "valve_match_id": [ - 2020 + "best_of": [ + 38 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_var_samp_fields": { - "steam_id": [ - 29 + "id": [ + 4442 ], - "valve_match_id": [ - 29 + "invite_code": [ + 78 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_var_samp_order_by": { - "steam_id": [ - 2020 + "live_match_timeout": [ + 38 ], - "valve_match_id": [ - 2020 + "map_pool_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_variance_fields": { - "steam_id": [ - 29 + "mr": [ + 38 ], - "valve_match_id": [ - 29 + "number_of_substitutes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "pending_match_import_players_variance_order_by": { - "steam_id": [ - 2020 + "regions": [ + 78 ], - "valve_match_id": [ - 2020 + "tv_delay": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports": { - "created_at": [ - 3558 - ], - "demo_url": [ - 79 + "match_options_min_fields": { + "auto_cancel_duration": [ + 38 ], - "error": [ - 79 + "best_of": [ + 38 ], - "map_name": [ - 79 + "id": [ + 4442 ], - "match_start_time": [ - 3558 + "invite_code": [ + 78 ], - "players": [ - 2021, - { - "distinct_on": [ - 2042, - "[pending_match_import_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2040, - "[pending_match_import_players_order_by!]" - ], - "where": [ - 2030 - ] - } + "live_match_timeout": [ + 38 ], - "players_aggregate": [ - 2022, - { - "distinct_on": [ - 2042, - "[pending_match_import_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2040, - "[pending_match_import_players_order_by!]" - ], - "where": [ - 2030 - ] - } + "map_pool_id": [ + 4442 ], - "share_code": [ - 79 + "mr": [ + 38 ], - "status": [ - 79 + "number_of_substitutes": [ + 38 ], - "updated_at": [ - 3558 + "regions": [ + 78 ], - "valve_match_id": [ - 2018 + "tv_delay": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_aggregate": { - "aggregate": [ - 2064 + "match_options_mutation_response": { + "affected_rows": [ + 38 ], - "nodes": [ - 2062 + "returning": [ + 2156 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_aggregate_fields": { - "avg": [ - 2065 - ], - "count": [ - 38, - { - "columns": [ - 2077, - "[pending_match_imports_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 2070 - ], - "min": [ - 2071 - ], - "stddev": [ - 2079 - ], - "stddev_pop": [ - 2080 - ], - "stddev_samp": [ - 2081 - ], - "sum": [ - 2084 - ], - "var_pop": [ - 2087 - ], - "var_samp": [ - 2088 - ], - "variance": [ - 2089 + "match_options_obj_rel_insert_input": { + "data": [ + 2163 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_avg_fields": { - "valve_match_id": [ - 29 + "on_conflict": [ + 2168 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_bool_exp": { - "_and": [ - 2066 - ], - "_not": [ - 2066 - ], - "_or": [ - 2066 - ], - "created_at": [ - 3559 - ], - "demo_url": [ - 81 - ], - "error": [ - 81 - ], - "map_name": [ - 81 - ], - "match_start_time": [ - 3559 - ], - "players": [ - 2030 - ], - "players_aggregate": [ - 2023 - ], - "share_code": [ - 81 - ], - "status": [ - 81 - ], - "updated_at": [ - 3559 + "match_options_on_conflict": { + "constraint": [ + 2161 ], - "valve_match_id": [ - 2019 + "update_columns": [ + 2179 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_constraint": {}, - "pending_match_imports_inc_input": { - "valve_match_id": [ - 2018 + "where": [ + 2160 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_insert_input": { - "created_at": [ - 3558 + "match_options_order_by": { + "auto_cancel_duration": [ + 2461 ], - "demo_url": [ - 79 + "auto_cancellation": [ + 2461 ], - "error": [ - 79 + "best_of": [ + 2461 ], - "map_name": [ - 79 + "check_in_setting": [ + 2461 ], - "match_start_time": [ - 3558 + "coaches": [ + 2461 ], - "players": [ - 2027 + "default_models": [ + 2461 ], - "share_code": [ - 79 + "has_active_matches": [ + 2461 ], - "status": [ - 79 + "id": [ + 2461 ], - "updated_at": [ - 3558 + "invite_code": [ + 2461 ], - "valve_match_id": [ - 2018 + "knife_round": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_max_fields": { - "created_at": [ - 3558 + "live_match_timeout": [ + 2461 ], - "demo_url": [ - 79 + "map_pool": [ + 1786 ], - "error": [ - 79 + "map_pool_id": [ + 2461 ], - "map_name": [ - 79 + "map_veto": [ + 2461 ], - "match_start_time": [ - 3558 + "match_mode": [ + 2461 ], - "share_code": [ - 79 + "matches_aggregate": [ + 2281 ], - "status": [ - 79 + "mr": [ + 2461 ], - "updated_at": [ - 3558 + "number_of_substitutes": [ + 2461 ], - "valve_match_id": [ - 2018 + "overtime": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_min_fields": { - "created_at": [ - 3558 + "prefer_dedicated_server": [ + 2461 ], - "demo_url": [ - 79 + "ready_setting": [ + 2461 ], - "error": [ - 79 + "region_veto": [ + 2461 ], - "map_name": [ - 79 + "regions": [ + 2461 ], - "match_start_time": [ - 3558 + "tech_timeout_setting": [ + 2461 ], - "share_code": [ - 79 + "timeout_setting": [ + 2461 ], - "status": [ - 79 + "tournament": [ + 4418 ], - "updated_at": [ - 3558 + "tournament_bracket": [ + 4028 ], - "valve_match_id": [ - 2018 + "tournament_stage": [ + 4160 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_mutation_response": { - "affected_rows": [ - 38 + "tv_delay": [ + 2461 ], - "returning": [ - 2062 + "type": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_obj_rel_insert_input": { - "data": [ - 2069 - ], - "on_conflict": [ - 2074 + "match_options_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_on_conflict": { - "constraint": [ - 2067 + "match_options_select_column": {}, + "match_options_set_input": { + "auto_cancel_duration": [ + 38 ], - "update_columns": [ - 2085 + "auto_cancellation": [ + 3 ], - "where": [ - 2066 + "best_of": [ + 38 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_order_by": { - "created_at": [ - 2020 + "check_in_setting": [ + 405 ], - "demo_url": [ - 2020 + "coaches": [ + 3 ], - "error": [ - 2020 + "default_models": [ + 3 ], - "map_name": [ - 2020 + "id": [ + 4442 ], - "match_start_time": [ - 2020 + "invite_code": [ + 78 ], - "players_aggregate": [ - 2026 + "knife_round": [ + 3 ], - "share_code": [ - 2020 + "live_match_timeout": [ + 38 ], - "status": [ - 2020 + "map_pool_id": [ + 4442 ], - "updated_at": [ - 2020 + "map_veto": [ + 3 ], - "valve_match_id": [ - 2020 + "match_mode": [ + 779 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_pk_columns_input": { - "valve_match_id": [ - 2018 + "mr": [ + 38 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_select_column": {}, - "pending_match_imports_set_input": { - "created_at": [ - 3558 + "number_of_substitutes": [ + 38 ], - "demo_url": [ - 79 + "overtime": [ + 3 ], - "error": [ - 79 + "prefer_dedicated_server": [ + 3 ], - "map_name": [ - 79 + "ready_setting": [ + 901 ], - "match_start_time": [ - 3558 + "region_veto": [ + 3 ], - "share_code": [ - 79 + "regions": [ + 78 ], - "status": [ - 79 + "tech_timeout_setting": [ + 1063 ], - "updated_at": [ - 3558 + "timeout_setting": [ + 1063 ], - "valve_match_id": [ - 2018 + "tv_delay": [ + 38 + ], + "type": [ + 820 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_stddev_fields": { - "valve_match_id": [ + "match_options_stddev_fields": { + "auto_cancel_duration": [ 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_stddev_pop_fields": { - "valve_match_id": [ + "best_of": [ 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_stddev_samp_fields": { - "valve_match_id": [ + "live_match_timeout": [ 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_stream_cursor_input": { - "initial_value": [ - 2083 + "mr": [ + 29 ], - "ordering": [ - 233 + "number_of_substitutes": [ + 29 + ], + "tv_delay": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_stream_cursor_value_input": { - "created_at": [ - 3558 - ], - "demo_url": [ - 79 - ], - "error": [ - 79 - ], - "map_name": [ - 79 + "match_options_stddev_pop_fields": { + "auto_cancel_duration": [ + 29 ], - "match_start_time": [ - 3558 + "best_of": [ + 29 ], - "share_code": [ - 79 + "live_match_timeout": [ + 29 ], - "status": [ - 79 + "mr": [ + 29 ], - "updated_at": [ - 3558 + "number_of_substitutes": [ + 29 ], - "valve_match_id": [ - 2018 + "tv_delay": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_sum_fields": { - "valve_match_id": [ - 2018 + "match_options_stddev_samp_fields": { + "auto_cancel_duration": [ + 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_update_column": {}, - "pending_match_imports_updates": { - "_inc": [ - 2068 + "best_of": [ + 29 ], - "_set": [ - 2078 + "live_match_timeout": [ + 29 ], - "where": [ - 2066 + "mr": [ + 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_var_pop_fields": { - "valve_match_id": [ + "number_of_substitutes": [ 29 ], - "__typename": [ - 79 - ] - }, - "pending_match_imports_var_samp_fields": { - "valve_match_id": [ + "tv_delay": [ 29 ], "__typename": [ - 79 + 78 ] }, - "pending_match_imports_variance_fields": { - "valve_match_id": [ - 29 + "match_options_stream_cursor_input": { + "initial_value": [ + 2177 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo": { - "attacker": [ - 2978 - ], - "attacker_steam_id": [ - 178 - ], - "counter_strafe_eligible_shots": [ + "match_options_stream_cursor_value_input": { + "auto_cancel_duration": [ 38 ], - "counter_strafed_shots": [ - 38 + "auto_cancellation": [ + 3 ], - "crosshair_angle_count": [ + "best_of": [ 38 ], - "crosshair_angle_sum_deg": [ - 2018 + "check_in_setting": [ + 405 ], - "first_bullet_hits": [ - 38 + "coaches": [ + 3 ], - "first_bullet_shots": [ - 38 + "default_models": [ + 3 ], - "headshot_hits": [ - 38 + "id": [ + 4442 ], - "hits": [ - 38 + "invite_code": [ + 78 ], - "hits_at_spotted": [ - 38 + "knife_round": [ + 3 ], - "match": [ - 1835 + "live_match_timeout": [ + 38 ], - "match_id": [ - 3955 + "map_pool_id": [ + 4442 ], - "match_map": [ - 1673 + "map_veto": [ + 3 ], - "match_map_id": [ - 3955 + "match_mode": [ + 779 ], - "non_awp_hits": [ + "mr": [ 38 ], - "on_target_frames": [ + "number_of_substitutes": [ 38 ], - "shots_at_spotted": [ - 38 + "overtime": [ + 3 ], - "spray_hits": [ - 38 + "prefer_dedicated_server": [ + 3 ], - "spray_shots": [ - 38 + "ready_setting": [ + 901 ], - "time_to_damage_count": [ - 38 + "region_veto": [ + 3 ], - "time_to_damage_sum_s": [ - 2018 + "regions": [ + 78 ], - "total_engagement_frames": [ - 38 + "tech_timeout_setting": [ + 1063 ], - "__typename": [ - 79 - ] - }, - "player_aim_stats_demo_aggregate": { - "aggregate": [ - 2092 + "timeout_setting": [ + 1063 ], - "nodes": [ - 2090 + "tv_delay": [ + 38 + ], + "type": [ + 820 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_aggregate_fields": { - "avg": [ - 2093 - ], - "count": [ - 38, - { - "columns": [ - 2104, - "[player_aim_stats_demo_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 2098 + "match_options_sum_fields": { + "auto_cancel_duration": [ + 38 ], - "min": [ - 2099 + "best_of": [ + 38 ], - "stddev": [ - 2106 + "live_match_timeout": [ + 38 ], - "stddev_pop": [ - 2107 + "mr": [ + 38 ], - "stddev_samp": [ - 2108 + "number_of_substitutes": [ + 38 ], - "sum": [ - 2111 + "tv_delay": [ + 38 ], - "var_pop": [ - 2114 + "__typename": [ + 78 + ] + }, + "match_options_update_column": {}, + "match_options_updates": { + "_inc": [ + 2162 ], - "var_samp": [ - 2115 + "_set": [ + 2172 ], - "variance": [ - 2116 + "where": [ + 2160 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_avg_fields": { - "attacker_steam_id": [ + "match_options_var_pop_fields": { + "auto_cancel_duration": [ 29 ], - "counter_strafe_eligible_shots": [ + "best_of": [ 29 ], - "counter_strafed_shots": [ + "live_match_timeout": [ 29 ], - "crosshair_angle_count": [ + "mr": [ 29 ], - "crosshair_angle_sum_deg": [ + "number_of_substitutes": [ 29 ], - "first_bullet_hits": [ + "tv_delay": [ 29 ], - "first_bullet_shots": [ + "__typename": [ + 78 + ] + }, + "match_options_var_samp_fields": { + "auto_cancel_duration": [ 29 ], - "headshot_hits": [ + "best_of": [ 29 ], - "hits": [ + "live_match_timeout": [ 29 ], - "hits_at_spotted": [ + "mr": [ 29 ], - "non_awp_hits": [ + "number_of_substitutes": [ 29 ], - "on_target_frames": [ + "tv_delay": [ 29 ], - "shots_at_spotted": [ + "__typename": [ + 78 + ] + }, + "match_options_variance_fields": { + "auto_cancel_duration": [ 29 ], - "spray_hits": [ + "best_of": [ 29 ], - "spray_shots": [ + "live_match_timeout": [ 29 ], - "time_to_damage_count": [ + "mr": [ 29 ], - "time_to_damage_sum_s": [ + "number_of_substitutes": [ 29 ], - "total_engagement_frames": [ + "tv_delay": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_bool_exp": { - "_and": [ - 2094 - ], - "_not": [ - 2094 - ], - "_or": [ - 2094 - ], - "attacker": [ - 2982 - ], - "attacker_steam_id": [ - 180 - ], - "counter_strafe_eligible_shots": [ - 39 + "match_region_veto_picks": { + "created_at": [ + 4004 ], - "counter_strafed_shots": [ - 39 + "id": [ + 4442 ], - "crosshair_angle_count": [ - 39 + "match": [ + 2276 ], - "crosshair_angle_sum_deg": [ - 2019 + "match_id": [ + 4442 ], - "first_bullet_hits": [ - 39 + "match_lineup": [ + 1956 ], - "first_bullet_shots": [ - 39 + "match_lineup_id": [ + 4442 ], - "headshot_hits": [ - 39 + "region": [ + 78 ], - "hits": [ - 39 + "type": [ + 1145 ], - "hits_at_spotted": [ - 39 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_aggregate": { + "aggregate": [ + 2188 ], - "match": [ - 1844 + "nodes": [ + 2184 ], - "match_id": [ - 3957 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_aggregate_bool_exp": { + "count": [ + 2187 ], - "match_map": [ - 1682 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_aggregate_bool_exp_count": { + "arguments": [ + 2202 ], - "match_map_id": [ - 3957 + "distinct": [ + 3 ], - "non_awp_hits": [ - 39 + "filter": [ + 2191 ], - "on_target_frames": [ + "predicate": [ 39 ], - "shots_at_spotted": [ - 39 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_aggregate_fields": { + "count": [ + 38, + { + "columns": [ + 2202, + "[match_region_veto_picks_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "spray_hits": [ - 39 + "max": [ + 2194 ], - "spray_shots": [ - 39 + "min": [ + 2196 ], - "time_to_damage_count": [ - 39 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_aggregate_order_by": { + "count": [ + 2461 ], - "time_to_damage_sum_s": [ - 2019 + "max": [ + 2195 ], - "total_engagement_frames": [ - 39 + "min": [ + 2197 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_constraint": {}, - "player_aim_stats_demo_inc_input": { - "attacker_steam_id": [ - 178 - ], - "counter_strafe_eligible_shots": [ - 38 - ], - "counter_strafed_shots": [ - 38 - ], - "crosshair_angle_count": [ - 38 - ], - "crosshair_angle_sum_deg": [ - 2018 - ], - "first_bullet_hits": [ - 38 - ], - "first_bullet_shots": [ - 38 - ], - "headshot_hits": [ - 38 - ], - "hits": [ - 38 - ], - "hits_at_spotted": [ - 38 - ], - "non_awp_hits": [ - 38 - ], - "on_target_frames": [ - 38 - ], - "shots_at_spotted": [ - 38 - ], - "spray_hits": [ - 38 - ], - "spray_shots": [ - 38 - ], - "time_to_damage_count": [ - 38 - ], - "time_to_damage_sum_s": [ - 2018 + "match_region_veto_picks_arr_rel_insert_input": { + "data": [ + 2193 ], - "total_engagement_frames": [ - 38 + "on_conflict": [ + 2199 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_insert_input": { - "attacker": [ - 2989 - ], - "attacker_steam_id": [ - 178 - ], - "counter_strafe_eligible_shots": [ - 38 - ], - "counter_strafed_shots": [ - 38 - ], - "crosshair_angle_count": [ - 38 - ], - "crosshair_angle_sum_deg": [ - 2018 - ], - "first_bullet_hits": [ - 38 + "match_region_veto_picks_bool_exp": { + "_and": [ + 2191 ], - "first_bullet_shots": [ - 38 + "_not": [ + 2191 ], - "headshot_hits": [ - 38 + "_or": [ + 2191 ], - "hits": [ - 38 + "created_at": [ + 4005 ], - "hits_at_spotted": [ - 38 + "id": [ + 4444 ], "match": [ - 1853 + 2285 ], "match_id": [ - 3955 - ], - "match_map": [ - 1691 - ], - "match_map_id": [ - 3955 - ], - "non_awp_hits": [ - 38 - ], - "on_target_frames": [ - 38 - ], - "shots_at_spotted": [ - 38 - ], - "spray_hits": [ - 38 + 4444 ], - "spray_shots": [ - 38 + "match_lineup": [ + 1965 ], - "time_to_damage_count": [ - 38 + "match_lineup_id": [ + 4444 ], - "time_to_damage_sum_s": [ - 2018 + "region": [ + 80 ], - "total_engagement_frames": [ - 38 + "type": [ + 1146 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_max_fields": { - "attacker_steam_id": [ - 178 - ], - "counter_strafe_eligible_shots": [ - 38 - ], - "counter_strafed_shots": [ - 38 - ], - "crosshair_angle_count": [ - 38 - ], - "crosshair_angle_sum_deg": [ - 2018 - ], - "first_bullet_hits": [ - 38 - ], - "first_bullet_shots": [ - 38 - ], - "headshot_hits": [ - 38 + "match_region_veto_picks_constraint": {}, + "match_region_veto_picks_insert_input": { + "created_at": [ + 4004 ], - "hits": [ - 38 + "id": [ + 4442 ], - "hits_at_spotted": [ - 38 + "match": [ + 2294 ], "match_id": [ - 3955 + 4442 ], - "match_map_id": [ - 3955 + "match_lineup": [ + 1974 ], - "non_awp_hits": [ - 38 + "match_lineup_id": [ + 4442 ], - "on_target_frames": [ - 38 + "region": [ + 78 ], - "shots_at_spotted": [ - 38 + "type": [ + 1145 ], - "spray_hits": [ - 38 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_max_fields": { + "created_at": [ + 4004 ], - "spray_shots": [ - 38 + "id": [ + 4442 ], - "time_to_damage_count": [ - 38 + "match_id": [ + 4442 ], - "time_to_damage_sum_s": [ - 2018 + "match_lineup_id": [ + 4442 ], - "total_engagement_frames": [ - 38 + "region": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_min_fields": { - "attacker_steam_id": [ - 178 - ], - "counter_strafe_eligible_shots": [ - 38 - ], - "counter_strafed_shots": [ - 38 - ], - "crosshair_angle_count": [ - 38 + "match_region_veto_picks_max_order_by": { + "created_at": [ + 2461 ], - "crosshair_angle_sum_deg": [ - 2018 + "id": [ + 2461 ], - "first_bullet_hits": [ - 38 + "match_id": [ + 2461 ], - "first_bullet_shots": [ - 38 + "match_lineup_id": [ + 2461 ], - "headshot_hits": [ - 38 + "region": [ + 2461 ], - "hits": [ - 38 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_min_fields": { + "created_at": [ + 4004 ], - "hits_at_spotted": [ - 38 + "id": [ + 4442 ], "match_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "non_awp_hits": [ - 38 + 4442 ], - "on_target_frames": [ - 38 + "match_lineup_id": [ + 4442 ], - "shots_at_spotted": [ - 38 + "region": [ + 78 ], - "spray_hits": [ - 38 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_min_order_by": { + "created_at": [ + 2461 ], - "spray_shots": [ - 38 + "id": [ + 2461 ], - "time_to_damage_count": [ - 38 + "match_id": [ + 2461 ], - "time_to_damage_sum_s": [ - 2018 + "match_lineup_id": [ + 2461 ], - "total_engagement_frames": [ - 38 + "region": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_mutation_response": { + "match_region_veto_picks_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 2090 + 2184 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_on_conflict": { + "match_region_veto_picks_on_conflict": { "constraint": [ - 2095 + 2192 ], "update_columns": [ - 2112 + 2206 ], "where": [ - 2094 + 2191 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_order_by": { - "attacker": [ - 2991 - ], - "attacker_steam_id": [ - 2020 + "match_region_veto_picks_order_by": { + "created_at": [ + 2461 ], - "counter_strafe_eligible_shots": [ - 2020 + "id": [ + 2461 ], - "counter_strafed_shots": [ - 2020 + "match": [ + 2296 ], - "crosshair_angle_count": [ - 2020 + "match_id": [ + 2461 ], - "crosshair_angle_sum_deg": [ - 2020 + "match_lineup": [ + 1976 ], - "first_bullet_hits": [ - 2020 + "match_lineup_id": [ + 2461 ], - "first_bullet_shots": [ - 2020 + "region": [ + 2461 ], - "headshot_hits": [ - 2020 + "type": [ + 2461 ], - "hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_pk_columns_input": { + "id": [ + 4442 ], - "hits_at_spotted": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_select_column": {}, + "match_region_veto_picks_set_input": { + "created_at": [ + 4004 ], - "match": [ - 1855 + "id": [ + 4442 ], "match_id": [ - 2020 + 4442 ], - "match_map": [ - 1693 + "match_lineup_id": [ + 4442 ], - "match_map_id": [ - 2020 + "region": [ + 78 ], - "non_awp_hits": [ - 2020 + "type": [ + 1145 ], - "on_target_frames": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_stream_cursor_input": { + "initial_value": [ + 2205 ], - "shots_at_spotted": [ - 2020 + "ordering": [ + 236 ], - "spray_hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_region_veto_picks_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "spray_shots": [ - 2020 + "id": [ + 4442 ], - "time_to_damage_count": [ - 2020 + "match_id": [ + 4442 ], - "time_to_damage_sum_s": [ - 2020 + "match_lineup_id": [ + 4442 ], - "total_engagement_frames": [ - 2020 + "region": [ + 78 + ], + "type": [ + 1145 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_pk_columns_input": { - "attacker_steam_id": [ - 178 + "match_region_veto_picks_update_column": {}, + "match_region_veto_picks_updates": { + "_set": [ + 2203 ], - "match_map_id": [ - 3955 + "where": [ + 2191 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_select_column": {}, - "player_aim_stats_demo_set_input": { - "attacker_steam_id": [ - 178 - ], - "counter_strafe_eligible_shots": [ - 38 - ], - "counter_strafed_shots": [ - 38 + "match_streams": { + "autodirector": [ + 3 ], - "crosshair_angle_count": [ - 38 + "error_message": [ + 78 ], - "crosshair_angle_sum_deg": [ - 2018 + "game_server_node": [ + 1209 ], - "first_bullet_hits": [ - 38 + "game_server_node_id": [ + 78 ], - "first_bullet_shots": [ - 38 + "id": [ + 4442 ], - "headshot_hits": [ - 38 + "is_game_streamer": [ + 3 ], - "hits": [ - 38 + "is_live": [ + 3 ], - "hits_at_spotted": [ - 38 + "k8s_service_name": [ + 78 ], - "match_id": [ - 3955 + "last_status_at": [ + 4004 ], - "match_map_id": [ - 3955 + "link": [ + 78 ], - "non_awp_hits": [ - 38 + "match": [ + 2276 ], - "on_target_frames": [ - 38 + "match_id": [ + 4442 ], - "shots_at_spotted": [ - 38 + "mode": [ + 78 ], - "spray_hits": [ + "priority": [ 38 ], - "spray_shots": [ - 38 + "status": [ + 78 ], - "time_to_damage_count": [ - 38 + "status_history": [ + 1332, + { + "path": [ + 78 + ] + } ], - "time_to_damage_sum_s": [ - 2018 + "stream_url": [ + 78 ], - "total_engagement_frames": [ - 38 + "title": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_stddev_fields": { - "attacker_steam_id": [ - 29 - ], - "counter_strafe_eligible_shots": [ - 29 - ], - "counter_strafed_shots": [ - 29 - ], - "crosshair_angle_count": [ - 29 - ], - "crosshair_angle_sum_deg": [ - 29 - ], - "first_bullet_hits": [ - 29 + "match_streams_aggregate": { + "aggregate": [ + 2214 ], - "first_bullet_shots": [ - 29 + "nodes": [ + 2208 ], - "headshot_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_aggregate_bool_exp": { + "bool_and": [ + 2211 ], - "hits": [ - 29 + "bool_or": [ + 2212 ], - "hits_at_spotted": [ - 29 + "count": [ + 2213 ], - "non_awp_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_aggregate_bool_exp_bool_and": { + "arguments": [ + 2237 ], - "on_target_frames": [ - 29 + "distinct": [ + 3 ], - "shots_at_spotted": [ - 29 + "filter": [ + 2220 ], - "spray_hits": [ - 29 + "predicate": [ + 4 ], - "spray_shots": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_aggregate_bool_exp_bool_or": { + "arguments": [ + 2238 ], - "time_to_damage_count": [ - 29 + "distinct": [ + 3 ], - "time_to_damage_sum_s": [ - 29 + "filter": [ + 2220 ], - "total_engagement_frames": [ - 29 + "predicate": [ + 4 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_stddev_pop_fields": { - "attacker_steam_id": [ - 29 - ], - "counter_strafe_eligible_shots": [ - 29 - ], - "counter_strafed_shots": [ - 29 - ], - "crosshair_angle_count": [ - 29 + "match_streams_aggregate_bool_exp_count": { + "arguments": [ + 2236 ], - "crosshair_angle_sum_deg": [ - 29 + "distinct": [ + 3 ], - "first_bullet_hits": [ - 29 + "filter": [ + 2220 ], - "first_bullet_shots": [ - 29 + "predicate": [ + 39 ], - "headshot_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_aggregate_fields": { + "avg": [ + 2218 ], - "hits": [ - 29 + "count": [ + 38, + { + "columns": [ + 2236, + "[match_streams_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "hits_at_spotted": [ - 29 + "max": [ + 2227 ], - "non_awp_hits": [ - 29 + "min": [ + 2229 ], - "on_target_frames": [ - 29 + "stddev": [ + 2240 ], - "shots_at_spotted": [ - 29 + "stddev_pop": [ + 2242 ], - "spray_hits": [ - 29 + "stddev_samp": [ + 2244 ], - "spray_shots": [ - 29 + "sum": [ + 2248 ], - "time_to_damage_count": [ - 29 + "var_pop": [ + 2252 ], - "time_to_damage_sum_s": [ - 29 + "var_samp": [ + 2254 ], - "total_engagement_frames": [ - 29 + "variance": [ + 2256 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_stddev_samp_fields": { - "attacker_steam_id": [ - 29 - ], - "counter_strafe_eligible_shots": [ - 29 - ], - "counter_strafed_shots": [ - 29 - ], - "crosshair_angle_count": [ - 29 + "match_streams_aggregate_order_by": { + "avg": [ + 2219 ], - "crosshair_angle_sum_deg": [ - 29 + "count": [ + 2461 ], - "first_bullet_hits": [ - 29 + "max": [ + 2228 ], - "first_bullet_shots": [ - 29 + "min": [ + 2230 ], - "headshot_hits": [ - 29 + "stddev": [ + 2241 ], - "hits": [ - 29 + "stddev_pop": [ + 2243 ], - "hits_at_spotted": [ - 29 + "stddev_samp": [ + 2245 ], - "non_awp_hits": [ - 29 + "sum": [ + 2249 ], - "on_target_frames": [ - 29 + "var_pop": [ + 2253 ], - "shots_at_spotted": [ - 29 + "var_samp": [ + 2255 ], - "spray_hits": [ - 29 + "variance": [ + 2257 ], - "spray_shots": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_append_input": { + "status_history": [ + 1332 ], - "time_to_damage_count": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_arr_rel_insert_input": { + "data": [ + 2226 ], - "time_to_damage_sum_s": [ - 29 + "on_conflict": [ + 2232 ], - "total_engagement_frames": [ + "__typename": [ + 78 + ] + }, + "match_streams_avg_fields": { + "priority": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_stream_cursor_input": { - "initial_value": [ - 2110 - ], - "ordering": [ - 233 + "match_streams_avg_order_by": { + "priority": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_stream_cursor_value_input": { - "attacker_steam_id": [ - 178 + "match_streams_bool_exp": { + "_and": [ + 2220 ], - "counter_strafe_eligible_shots": [ - 38 + "_not": [ + 2220 ], - "counter_strafed_shots": [ - 38 + "_or": [ + 2220 ], - "crosshair_angle_count": [ - 38 + "autodirector": [ + 4 ], - "crosshair_angle_sum_deg": [ - 2018 + "error_message": [ + 80 ], - "first_bullet_hits": [ - 38 + "game_server_node": [ + 1221 ], - "first_bullet_shots": [ - 38 + "game_server_node_id": [ + 80 ], - "headshot_hits": [ - 38 + "id": [ + 4444 ], - "hits": [ - 38 + "is_game_streamer": [ + 4 ], - "hits_at_spotted": [ - 38 + "is_live": [ + 4 ], - "match_id": [ - 3955 + "k8s_service_name": [ + 80 ], - "match_map_id": [ - 3955 + "last_status_at": [ + 4005 ], - "non_awp_hits": [ - 38 + "link": [ + 80 ], - "on_target_frames": [ - 38 + "match": [ + 2285 ], - "shots_at_spotted": [ - 38 + "match_id": [ + 4444 ], - "spray_hits": [ - 38 + "mode": [ + 80 ], - "spray_shots": [ - 38 + "priority": [ + 39 ], - "time_to_damage_count": [ - 38 + "status": [ + 80 ], - "time_to_damage_sum_s": [ - 2018 + "status_history": [ + 1334 ], - "total_engagement_frames": [ - 38 + "stream_url": [ + 80 + ], + "title": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_sum_fields": { - "attacker_steam_id": [ - 178 + "match_streams_constraint": {}, + "match_streams_delete_at_path_input": { + "status_history": [ + 78 ], - "counter_strafe_eligible_shots": [ + "__typename": [ + 78 + ] + }, + "match_streams_delete_elem_input": { + "status_history": [ 38 ], - "counter_strafed_shots": [ - 38 + "__typename": [ + 78 + ] + }, + "match_streams_delete_key_input": { + "status_history": [ + 78 ], - "crosshair_angle_count": [ + "__typename": [ + 78 + ] + }, + "match_streams_inc_input": { + "priority": [ 38 ], - "crosshair_angle_sum_deg": [ - 2018 + "__typename": [ + 78 + ] + }, + "match_streams_insert_input": { + "autodirector": [ + 3 ], - "first_bullet_hits": [ - 38 + "error_message": [ + 78 ], - "first_bullet_shots": [ - 38 + "game_server_node": [ + 1233 ], - "headshot_hits": [ - 38 + "game_server_node_id": [ + 78 ], - "hits": [ - 38 + "id": [ + 4442 ], - "hits_at_spotted": [ - 38 + "is_game_streamer": [ + 3 ], - "non_awp_hits": [ - 38 + "is_live": [ + 3 ], - "on_target_frames": [ - 38 + "k8s_service_name": [ + 78 ], - "shots_at_spotted": [ - 38 + "last_status_at": [ + 4004 ], - "spray_hits": [ - 38 + "link": [ + 78 ], - "spray_shots": [ - 38 + "match": [ + 2294 ], - "time_to_damage_count": [ - 38 + "match_id": [ + 4442 ], - "time_to_damage_sum_s": [ - 2018 + "mode": [ + 78 ], - "total_engagement_frames": [ + "priority": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_aim_stats_demo_update_column": {}, - "player_aim_stats_demo_updates": { - "_inc": [ - 2096 + "status": [ + 78 ], - "_set": [ - 2105 + "status_history": [ + 1332 ], - "where": [ - 2094 + "stream_url": [ + 78 + ], + "title": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_var_pop_fields": { - "attacker_steam_id": [ - 29 + "match_streams_max_fields": { + "error_message": [ + 78 ], - "counter_strafe_eligible_shots": [ - 29 + "game_server_node_id": [ + 78 ], - "counter_strafed_shots": [ - 29 + "id": [ + 4442 ], - "crosshair_angle_count": [ - 29 + "k8s_service_name": [ + 78 ], - "crosshair_angle_sum_deg": [ - 29 + "last_status_at": [ + 4004 ], - "first_bullet_hits": [ - 29 + "link": [ + 78 ], - "first_bullet_shots": [ - 29 + "match_id": [ + 4442 ], - "headshot_hits": [ - 29 + "mode": [ + 78 ], - "hits": [ - 29 + "priority": [ + 38 ], - "hits_at_spotted": [ - 29 + "status": [ + 78 ], - "non_awp_hits": [ - 29 + "stream_url": [ + 78 ], - "on_target_frames": [ - 29 + "title": [ + 78 ], - "shots_at_spotted": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_max_order_by": { + "error_message": [ + 2461 ], - "spray_hits": [ - 29 + "game_server_node_id": [ + 2461 ], - "spray_shots": [ - 29 + "id": [ + 2461 ], - "time_to_damage_count": [ - 29 + "k8s_service_name": [ + 2461 ], - "time_to_damage_sum_s": [ - 29 + "last_status_at": [ + 2461 ], - "total_engagement_frames": [ - 29 + "link": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_aim_stats_demo_var_samp_fields": { - "attacker_steam_id": [ - 29 + "match_id": [ + 2461 ], - "counter_strafe_eligible_shots": [ - 29 + "mode": [ + 2461 ], - "counter_strafed_shots": [ - 29 + "priority": [ + 2461 ], - "crosshair_angle_count": [ - 29 + "status": [ + 2461 ], - "crosshair_angle_sum_deg": [ - 29 + "stream_url": [ + 2461 ], - "first_bullet_hits": [ - 29 + "title": [ + 2461 ], - "first_bullet_shots": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_min_fields": { + "error_message": [ + 78 ], - "headshot_hits": [ - 29 + "game_server_node_id": [ + 78 ], - "hits": [ - 29 + "id": [ + 4442 ], - "hits_at_spotted": [ - 29 + "k8s_service_name": [ + 78 ], - "non_awp_hits": [ - 29 + "last_status_at": [ + 4004 ], - "on_target_frames": [ - 29 + "link": [ + 78 ], - "shots_at_spotted": [ - 29 + "match_id": [ + 4442 ], - "spray_hits": [ - 29 + "mode": [ + 78 ], - "spray_shots": [ - 29 + "priority": [ + 38 ], - "time_to_damage_count": [ - 29 + "status": [ + 78 ], - "time_to_damage_sum_s": [ - 29 + "stream_url": [ + 78 ], - "total_engagement_frames": [ - 29 + "title": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_aim_stats_demo_variance_fields": { - "attacker_steam_id": [ - 29 - ], - "counter_strafe_eligible_shots": [ - 29 + "match_streams_min_order_by": { + "error_message": [ + 2461 ], - "counter_strafed_shots": [ - 29 + "game_server_node_id": [ + 2461 ], - "crosshair_angle_count": [ - 29 + "id": [ + 2461 ], - "crosshair_angle_sum_deg": [ - 29 + "k8s_service_name": [ + 2461 ], - "first_bullet_hits": [ - 29 + "last_status_at": [ + 2461 ], - "first_bullet_shots": [ - 29 + "link": [ + 2461 ], - "headshot_hits": [ - 29 + "match_id": [ + 2461 ], - "hits": [ - 29 + "mode": [ + 2461 ], - "hits_at_spotted": [ - 29 + "priority": [ + 2461 ], - "non_awp_hits": [ - 29 + "status": [ + 2461 ], - "on_target_frames": [ - 29 + "stream_url": [ + 2461 ], - "shots_at_spotted": [ - 29 + "title": [ + 2461 ], - "spray_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_mutation_response": { + "affected_rows": [ + 38 ], - "spray_shots": [ - 29 + "returning": [ + 2208 ], - "time_to_damage_count": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_on_conflict": { + "constraint": [ + 2221 ], - "time_to_damage_sum_s": [ - 29 + "update_columns": [ + 2250 ], - "total_engagement_frames": [ - 29 + "where": [ + 2220 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats": { - "first_bullet_hits": [ - 38 + "match_streams_order_by": { + "autodirector": [ + 2461 ], - "first_bullet_shots": [ - 38 + "error_message": [ + 2461 ], - "hits": [ - 38 + "game_server_node": [ + 1235 ], - "hits_spotted": [ - 38 + "game_server_node_id": [ + 2461 + ], + "id": [ + 2461 + ], + "is_game_streamer": [ + 2461 + ], + "is_live": [ + 2461 + ], + "k8s_service_name": [ + 2461 + ], + "last_status_at": [ + 2461 + ], + "link": [ + 2461 ], "match": [ - 1835 + 2296 ], "match_id": [ - 3955 - ], - "match_map": [ - 1673 + 2461 ], - "match_map_id": [ - 3955 + "mode": [ + 2461 ], - "player": [ - 2978 + "priority": [ + 2461 ], - "shots": [ - 38 + "status": [ + 2461 ], - "shots_spotted": [ - 38 + "status_history": [ + 2461 ], - "steam_id": [ - 178 + "stream_url": [ + 2461 ], - "weapon_class": [ - 79 + "title": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_aggregate": { - "aggregate": [ - 2121 - ], - "nodes": [ - 2117 + "match_streams_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_aggregate_bool_exp": { - "count": [ - 2120 + "match_streams_prepend_input": { + "status_history": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_aggregate_bool_exp_count": { - "arguments": [ - 2138 - ], - "distinct": [ + "match_streams_select_column": {}, + "match_streams_select_column_match_streams_aggregate_bool_exp_bool_and_arguments_columns": {}, + "match_streams_select_column_match_streams_aggregate_bool_exp_bool_or_arguments_columns": {}, + "match_streams_set_input": { + "autodirector": [ 3 ], - "filter": [ - 2126 + "error_message": [ + 78 ], - "predicate": [ - 39 + "game_server_node_id": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_aggregate_fields": { - "avg": [ - 2124 + "id": [ + 4442 ], - "count": [ - 38, - { - "columns": [ - 2138, - "[player_aim_weapon_stats_select_column!]" - ], - "distinct": [ - 3 - ] - } + "is_game_streamer": [ + 3 ], - "max": [ - 2130 + "is_live": [ + 3 ], - "min": [ - 2132 + "k8s_service_name": [ + 78 ], - "stddev": [ - 2140 + "last_status_at": [ + 4004 ], - "stddev_pop": [ - 2142 + "link": [ + 78 ], - "stddev_samp": [ - 2144 + "match_id": [ + 4442 ], - "sum": [ - 2148 + "mode": [ + 78 ], - "var_pop": [ - 2152 + "priority": [ + 38 ], - "var_samp": [ - 2154 + "status": [ + 78 ], - "variance": [ - 2156 + "status_history": [ + 1332 + ], + "stream_url": [ + 78 + ], + "title": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_aggregate_order_by": { - "avg": [ - 2125 - ], - "count": [ - 2020 - ], - "max": [ - 2131 - ], - "min": [ - 2133 - ], - "stddev": [ - 2141 - ], - "stddev_pop": [ - 2143 - ], - "stddev_samp": [ - 2145 - ], - "sum": [ - 2149 - ], - "var_pop": [ - 2153 - ], - "var_samp": [ - 2155 - ], - "variance": [ - 2157 + "match_streams_stddev_fields": { + "priority": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_arr_rel_insert_input": { - "data": [ - 2129 - ], - "on_conflict": [ - 2135 + "match_streams_stddev_order_by": { + "priority": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_avg_fields": { - "first_bullet_hits": [ - 29 - ], - "first_bullet_shots": [ - 29 - ], - "hits": [ - 29 - ], - "hits_spotted": [ - 29 - ], - "shots": [ + "match_streams_stddev_pop_fields": { + "priority": [ 29 ], - "shots_spotted": [ - 29 + "__typename": [ + 78 + ] + }, + "match_streams_stddev_pop_order_by": { + "priority": [ + 2461 ], - "steam_id": [ + "__typename": [ + 78 + ] + }, + "match_streams_stddev_samp_fields": { + "priority": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_avg_order_by": { - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "hits": [ - 2020 - ], - "hits_spotted": [ - 2020 - ], - "shots": [ - 2020 + "match_streams_stddev_samp_order_by": { + "priority": [ + 2461 ], - "shots_spotted": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_streams_stream_cursor_input": { + "initial_value": [ + 2247 ], - "steam_id": [ - 2020 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_bool_exp": { - "_and": [ - 2126 + "match_streams_stream_cursor_value_input": { + "autodirector": [ + 3 ], - "_not": [ - 2126 + "error_message": [ + 78 ], - "_or": [ - 2126 + "game_server_node_id": [ + 78 ], - "first_bullet_hits": [ - 39 + "id": [ + 4442 ], - "first_bullet_shots": [ - 39 + "is_game_streamer": [ + 3 ], - "hits": [ - 39 + "is_live": [ + 3 ], - "hits_spotted": [ - 39 + "k8s_service_name": [ + 78 ], - "match": [ - 1844 + "last_status_at": [ + 4004 ], - "match_id": [ - 3957 + "link": [ + 78 ], - "match_map": [ - 1682 + "match_id": [ + 4442 ], - "match_map_id": [ - 3957 + "mode": [ + 78 ], - "player": [ - 2982 + "priority": [ + 38 ], - "shots": [ - 39 + "status": [ + 78 ], - "shots_spotted": [ - 39 + "status_history": [ + 1332 ], - "steam_id": [ - 180 + "stream_url": [ + 78 ], - "weapon_class": [ - 81 + "title": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_constraint": {}, - "player_aim_weapon_stats_inc_input": { - "first_bullet_hits": [ - 38 - ], - "first_bullet_shots": [ - 38 - ], - "hits": [ - 38 - ], - "hits_spotted": [ - 38 - ], - "shots": [ - 38 - ], - "shots_spotted": [ + "match_streams_sum_fields": { + "priority": [ 38 ], - "steam_id": [ - 178 - ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_insert_input": { - "first_bullet_hits": [ - 38 - ], - "first_bullet_shots": [ - 38 - ], - "hits": [ - 38 - ], - "hits_spotted": [ - 38 - ], - "match": [ - 1853 - ], - "match_id": [ - 3955 - ], - "match_map": [ - 1691 - ], - "match_map_id": [ - 3955 - ], - "player": [ - 2989 - ], - "shots": [ - 38 - ], - "shots_spotted": [ - 38 - ], - "steam_id": [ - 178 - ], - "weapon_class": [ - 79 + "match_streams_sum_order_by": { + "priority": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_max_fields": { - "first_bullet_hits": [ - 38 - ], - "first_bullet_shots": [ - 38 - ], - "hits": [ - 38 + "match_streams_update_column": {}, + "match_streams_updates": { + "_append": [ + 2216 ], - "hits_spotted": [ - 38 + "_delete_at_path": [ + 2222 ], - "match_id": [ - 3955 + "_delete_elem": [ + 2223 ], - "match_map_id": [ - 3955 + "_delete_key": [ + 2224 ], - "shots": [ - 38 + "_inc": [ + 2225 ], - "shots_spotted": [ - 38 + "_prepend": [ + 2235 ], - "steam_id": [ - 178 + "_set": [ + 2239 ], - "weapon_class": [ - 79 + "where": [ + 2220 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_max_order_by": { - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "hits": [ - 2020 - ], - "hits_spotted": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_map_id": [ - 2020 - ], - "shots": [ - 2020 - ], - "shots_spotted": [ - 2020 + "match_streams_var_pop_fields": { + "priority": [ + 29 ], - "steam_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_streams_var_pop_order_by": { + "priority": [ + 2461 ], - "weapon_class": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_streams_var_samp_fields": { + "priority": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_min_fields": { - "first_bullet_hits": [ - 38 + "match_streams_var_samp_order_by": { + "priority": [ + 2461 ], - "first_bullet_shots": [ - 38 + "__typename": [ + 78 + ] + }, + "match_streams_variance_fields": { + "priority": [ + 29 ], - "hits": [ - 38 + "__typename": [ + 78 + ] + }, + "match_streams_variance_order_by": { + "priority": [ + 2461 ], - "hits_spotted": [ - 38 + "__typename": [ + 78 + ] + }, + "match_type_cfgs": { + "cfg": [ + 78 ], - "match_id": [ - 3955 + "type": [ + 551 ], - "match_map_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "match_type_cfgs_aggregate": { + "aggregate": [ + 2260 ], - "shots": [ - 38 + "nodes": [ + 2258 ], - "shots_spotted": [ - 38 + "__typename": [ + 78 + ] + }, + "match_type_cfgs_aggregate_fields": { + "count": [ + 38, + { + "columns": [ + 2270, + "[match_type_cfgs_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "steam_id": [ - 178 + "max": [ + 2264 ], - "weapon_class": [ - 79 + "min": [ + 2265 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_min_order_by": { - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 + "match_type_cfgs_bool_exp": { + "_and": [ + 2261 ], - "hits": [ - 2020 + "_not": [ + 2261 ], - "hits_spotted": [ - 2020 + "_or": [ + 2261 ], - "match_id": [ - 2020 + "cfg": [ + 80 ], - "match_map_id": [ - 2020 + "type": [ + 552 ], - "shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_type_cfgs_constraint": {}, + "match_type_cfgs_insert_input": { + "cfg": [ + 78 ], - "shots_spotted": [ - 2020 + "type": [ + 551 ], - "steam_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_type_cfgs_max_fields": { + "cfg": [ + 78 ], - "weapon_class": [ - 2020 + "__typename": [ + 78 + ] + }, + "match_type_cfgs_min_fields": { + "cfg": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_mutation_response": { + "match_type_cfgs_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 2117 + 2258 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_on_conflict": { + "match_type_cfgs_on_conflict": { "constraint": [ - 2127 + 2262 ], "update_columns": [ - 2150 + 2274 ], "where": [ - 2126 + 2261 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_order_by": { - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "hits": [ - 2020 - ], - "hits_spotted": [ - 2020 - ], - "match": [ - 1855 - ], - "match_id": [ - 2020 - ], - "match_map": [ - 1693 - ], - "match_map_id": [ - 2020 - ], - "player": [ - 2991 - ], - "shots": [ - 2020 - ], - "shots_spotted": [ - 2020 - ], - "steam_id": [ - 2020 + "match_type_cfgs_order_by": { + "cfg": [ + 2461 ], - "weapon_class": [ - 2020 + "type": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_pk_columns_input": { - "match_map_id": [ - 3955 - ], - "steam_id": [ - 178 - ], - "weapon_class": [ - 79 + "match_type_cfgs_pk_columns_input": { + "type": [ + 551 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_select_column": {}, - "player_aim_weapon_stats_set_input": { - "first_bullet_hits": [ - 38 - ], - "first_bullet_shots": [ - 38 - ], - "hits": [ - 38 - ], - "hits_spotted": [ - 38 - ], - "match_id": [ - 3955 - ], - "match_map_id": [ - 3955 - ], - "shots": [ - 38 - ], - "shots_spotted": [ - 38 - ], - "steam_id": [ - 178 + "match_type_cfgs_select_column": {}, + "match_type_cfgs_set_input": { + "cfg": [ + 78 ], - "weapon_class": [ - 79 + "type": [ + 551 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_stddev_fields": { - "first_bullet_hits": [ - 29 - ], - "first_bullet_shots": [ - 29 + "match_type_cfgs_stream_cursor_input": { + "initial_value": [ + 2273 ], - "hits": [ - 29 + "ordering": [ + 236 ], - "hits_spotted": [ - 29 + "__typename": [ + 78 + ] + }, + "match_type_cfgs_stream_cursor_value_input": { + "cfg": [ + 78 ], - "shots": [ - 29 + "type": [ + 551 ], - "shots_spotted": [ - 29 + "__typename": [ + 78 + ] + }, + "match_type_cfgs_update_column": {}, + "match_type_cfgs_updates": { + "_set": [ + 2271 ], - "steam_id": [ - 29 + "where": [ + 2261 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_stddev_order_by": { - "first_bullet_hits": [ - 2020 + "matches": { + "can_assign_server": [ + 3 ], - "first_bullet_shots": [ - 2020 + "can_cancel": [ + 3 ], - "hits": [ - 2020 + "can_check_in": [ + 3 ], - "hits_spotted": [ - 2020 + "can_reassign_winner": [ + 3 ], - "shots": [ - 2020 + "can_schedule": [ + 3 ], - "shots_spotted": [ - 2020 + "can_start": [ + 3 ], - "steam_id": [ - 2020 + "can_stream_live": [ + 3 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_stddev_pop_fields": { - "first_bullet_hits": [ - 29 + "can_stream_tv": [ + 3 ], - "first_bullet_shots": [ - 29 + "cancels_at": [ + 4004 ], - "hits": [ - 29 + "clutches": [ + 4571, + { + "distinct_on": [ + 4587, + "[v_match_clutches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4586, + "[v_match_clutches_order_by!]" + ], + "where": [ + 4580 + ] + } ], - "hits_spotted": [ - 29 + "clutches_aggregate": [ + 4572, + { + "distinct_on": [ + 4587, + "[v_match_clutches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4586, + "[v_match_clutches_order_by!]" + ], + "where": [ + 4580 + ] + } ], - "shots": [ - 29 + "connection_link": [ + 78 ], - "shots_spotted": [ - 29 + "connection_string": [ + 78 ], - "steam_id": [ - 29 + "created_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_stddev_pop_order_by": { - "first_bullet_hits": [ - 2020 + "current_match_map_id": [ + 4442 ], - "first_bullet_shots": [ - 2020 + "demos": [ + 1998, + { + "distinct_on": [ + 2027, + "[match_map_demos_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2024, + "[match_map_demos_order_by!]" + ], + "where": [ + 2010 + ] + } ], - "hits": [ - 2020 + "demos_aggregate": [ + 1999, + { + "distinct_on": [ + 2027, + "[match_map_demos_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2024, + "[match_map_demos_order_by!]" + ], + "where": [ + 2010 + ] + } ], - "hits_spotted": [ - 2020 + "draft_games": [ + 354, + { + "distinct_on": [ + 378, + "[draft_games_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 376, + "[draft_games_order_by!]" + ], + "where": [ + 365 + ] + } ], - "shots": [ - 2020 + "draft_games_aggregate": [ + 355, + { + "distinct_on": [ + 378, + "[draft_games_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 376, + "[draft_games_order_by!]" + ], + "where": [ + 365 + ] + } ], - "shots_spotted": [ - 2020 + "e_match_status": [ + 794 ], - "steam_id": [ - 2020 + "e_region": [ + 3506 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_stddev_samp_fields": { - "first_bullet_hits": [ - 29 + "effective_at": [ + 4004 ], - "first_bullet_shots": [ - 29 + "elo_changes": [ + 4768, + { + "distinct_on": [ + 4794, + "[v_player_elo_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4793, + "[v_player_elo_order_by!]" + ], + "where": [ + 4787 + ] + } ], - "hits": [ - 29 + "elo_changes_aggregate": [ + 4769, + { + "distinct_on": [ + 4794, + "[v_player_elo_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4793, + "[v_player_elo_order_by!]" + ], + "where": [ + 4787 + ] + } ], - "hits_spotted": [ - 29 + "ended_at": [ + 4004 ], - "shots": [ - 29 + "external_id": [ + 78 ], - "shots_spotted": [ - 29 + "id": [ + 4442 ], - "steam_id": [ - 29 + "invite_code": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_stddev_samp_order_by": { - "first_bullet_hits": [ - 2020 + "is_captain": [ + 3 ], - "first_bullet_shots": [ - 2020 + "is_coach": [ + 3 ], - "hits": [ - 2020 + "is_friend_in_match_lineup": [ + 3 ], - "hits_spotted": [ - 2020 + "is_in_lineup": [ + 3 ], - "shots": [ - 2020 + "is_match_server_available": [ + 3 ], - "shots_spotted": [ - 2020 + "is_organizer": [ + 3 ], - "steam_id": [ - 2020 + "is_server_online": [ + 3 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_stream_cursor_input": { - "initial_value": [ - 2147 + "is_tournament_match": [ + 3 ], - "ordering": [ - 233 + "label": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_stream_cursor_value_input": { - "first_bullet_hits": [ - 38 + "lineup_1": [ + 1956 ], - "first_bullet_shots": [ - 38 + "lineup_1_id": [ + 4442 ], - "hits": [ - 38 + "lineup_2": [ + 1956 ], - "hits_spotted": [ - 38 + "lineup_2_id": [ + 4442 ], - "match_id": [ - 3955 + "lineup_counts": [ + 1330, + { + "path": [ + 78 + ] + } ], - "match_map_id": [ - 3955 + "map_veto_picking_lineup_id": [ + 4442 ], - "shots": [ - 38 + "map_veto_picks": [ + 2090, + { + "distinct_on": [ + 2108, + "[match_map_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2106, + "[match_map_veto_picks_order_by!]" + ], + "where": [ + 2097 + ] + } ], - "shots_spotted": [ - 38 + "map_veto_picks_aggregate": [ + 2091, + { + "distinct_on": [ + 2108, + "[match_map_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2106, + "[match_map_veto_picks_order_by!]" + ], + "where": [ + 2097 + ] + } ], - "steam_id": [ - 178 + "map_veto_type": [ + 78 ], - "weapon_class": [ - 79 + "match_maps": [ + 2114, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_sum_fields": { - "first_bullet_hits": [ - 38 + "match_maps_aggregate": [ + 2115, + { + "distinct_on": [ + 2136, + "[match_maps_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2134, + "[match_maps_order_by!]" + ], + "where": [ + 2123 + ] + } ], - "first_bullet_shots": [ - 38 + "match_options_id": [ + 4442 ], - "hits": [ + "max_players_per_lineup": [ 38 ], - "hits_spotted": [ + "min_players_per_lineup": [ 38 ], - "shots": [ - 38 + "opening_duels": [ + 4699, + { + "distinct_on": [ + 4715, + "[v_match_player_opening_duels_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4714, + "[v_match_player_opening_duels_order_by!]" + ], + "where": [ + 4708 + ] + } ], - "shots_spotted": [ - 38 + "opening_duels_aggregate": [ + 4700, + { + "distinct_on": [ + 4715, + "[v_match_player_opening_duels_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4714, + "[v_match_player_opening_duels_order_by!]" + ], + "where": [ + 4708 + ] + } ], - "steam_id": [ - 178 + "options": [ + 2156 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_sum_order_by": { - "first_bullet_hits": [ - 2020 + "organizer": [ + 3419 ], - "first_bullet_shots": [ - 2020 + "organizer_steam_id": [ + 180 ], - "hits": [ - 2020 + "password": [ + 78 ], - "hits_spotted": [ - 2020 + "player_assists": [ + 2599, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } ], - "shots": [ - 2020 + "player_assists_aggregate": [ + 2600, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } ], - "shots_spotted": [ - 2020 + "player_damages": [ + 2662, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } ], - "steam_id": [ - 2020 + "player_damages_aggregate": [ + 2663, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_update_column": {}, - "player_aim_weapon_stats_updates": { - "_inc": [ - 2128 + "player_flashes": [ + 2771, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } ], - "_set": [ - 2139 + "player_flashes_aggregate": [ + 2772, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } ], - "where": [ - 2126 + "player_kills": [ + 2816, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_var_pop_fields": { - "first_bullet_hits": [ - 29 + "player_kills_aggregate": [ + 2817, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } ], - "first_bullet_shots": [ - 29 + "player_objectives": [ + 3017, + { + "distinct_on": [ + 3038, + "[player_objectives_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3036, + "[player_objectives_order_by!]" + ], + "where": [ + 3026 + ] + } ], - "hits": [ - 29 + "player_objectives_aggregate": [ + 3018, + { + "distinct_on": [ + 3038, + "[player_objectives_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3036, + "[player_objectives_order_by!]" + ], + "where": [ + 3026 + ] + } ], - "hits_spotted": [ - 29 + "player_unused_utilities": [ + 3304, + { + "distinct_on": [ + 3325, + "[player_unused_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3323, + "[player_unused_utility_order_by!]" + ], + "where": [ + 3313 + ] + } ], - "shots": [ - 29 + "player_unused_utilities_aggregate": [ + 3305, + { + "distinct_on": [ + 3325, + "[player_unused_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3323, + "[player_unused_utility_order_by!]" + ], + "where": [ + 3313 + ] + } ], - "shots_spotted": [ - 29 + "player_utility": [ + 3345, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } ], - "steam_id": [ - 29 + "player_utility_aggregate": [ + 3346, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_var_pop_order_by": { - "first_bullet_hits": [ - 2020 + "region": [ + 78 ], - "first_bullet_shots": [ - 2020 + "region_veto_picking_lineup_id": [ + 4442 ], - "hits": [ - 2020 + "region_veto_picks": [ + 2184, + { + "distinct_on": [ + 2202, + "[match_region_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2200, + "[match_region_veto_picks_order_by!]" + ], + "where": [ + 2191 + ] + } ], - "hits_spotted": [ - 2020 + "region_veto_picks_aggregate": [ + 2185, + { + "distinct_on": [ + 2202, + "[match_region_veto_picks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2200, + "[match_region_veto_picks_order_by!]" + ], + "where": [ + 2191 + ] + } ], - "shots": [ - 2020 + "requested_organizer": [ + 3 ], - "shots_spotted": [ - 2020 + "scheduled_at": [ + 4004 ], - "steam_id": [ - 2020 + "server": [ + 3533 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_var_samp_fields": { - "first_bullet_hits": [ - 29 + "server_error": [ + 78 ], - "first_bullet_shots": [ - 29 + "server_id": [ + 4442 ], - "hits": [ - 29 + "server_region": [ + 78 ], - "hits_spotted": [ - 29 + "server_type": [ + 78 ], - "shots": [ - 29 + "source": [ + 78 ], - "shots_spotted": [ - 29 + "started_at": [ + 4004 ], - "steam_id": [ - 29 + "status": [ + 799 ], - "__typename": [ - 79 - ] - }, - "player_aim_weapon_stats_var_samp_order_by": { - "first_bullet_hits": [ - 2020 + "streams": [ + 2208, + { + "distinct_on": [ + 2236, + "[match_streams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2233, + "[match_streams_order_by!]" + ], + "where": [ + 2220 + ] + } ], - "first_bullet_shots": [ - 2020 + "streams_aggregate": [ + 2209, + { + "distinct_on": [ + 2236, + "[match_streams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2233, + "[match_streams_order_by!]" + ], + "where": [ + 2220 + ] + } ], - "hits": [ - 2020 + "teams": [ + 3961, + { + "distinct_on": [ + 3983, + "[teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3981, + "[teams_order_by!]" + ], + "where": [ + 3970 + ] + } ], - "hits_spotted": [ - 2020 + "tournament_brackets": [ + 4006, + { + "distinct_on": [ + 4030, + "[tournament_brackets_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4028, + "[tournament_brackets_order_by!]" + ], + "where": [ + 4017 + ] + } ], - "shots": [ - 2020 + "tournament_brackets_aggregate": [ + 4007, + { + "distinct_on": [ + 4030, + "[tournament_brackets_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4028, + "[tournament_brackets_order_by!]" + ], + "where": [ + 4017 + ] + } ], - "shots_spotted": [ - 2020 + "tv_connection_string": [ + 78 ], - "steam_id": [ - 2020 + "winner": [ + 1956 + ], + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_variance_fields": { - "first_bullet_hits": [ - 29 - ], - "first_bullet_shots": [ - 29 - ], - "hits": [ - 29 - ], - "hits_spotted": [ - 29 - ], - "shots": [ - 29 - ], - "shots_spotted": [ - 29 + "matches_aggregate": { + "aggregate": [ + 2280 ], - "steam_id": [ - 29 + "nodes": [ + 2276 ], "__typename": [ - 79 + 78 ] }, - "player_aim_weapon_stats_variance_order_by": { - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "hits": [ - 2020 + "matches_aggregate_bool_exp": { + "count": [ + 2279 ], - "hits_spotted": [ - 2020 + "__typename": [ + 78 + ] + }, + "matches_aggregate_bool_exp_count": { + "arguments": [ + 2298 ], - "shots": [ - 2020 + "distinct": [ + 3 ], - "shots_spotted": [ - 2020 + "filter": [ + 2285 ], - "steam_id": [ - 2020 + "predicate": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "player_assists": { - "attacked_player": [ - 2978 - ], - "attacked_steam_id": [ - 178 - ], - "attacked_team": [ - 79 - ], - "attacker_steam_id": [ - 178 - ], - "attacker_team": [ - 79 - ], - "deleted_at": [ - 3558 - ], - "flash": [ - 3 - ], - "is_team_assist": [ - 3 - ], - "match": [ - 1835 - ], - "match_id": [ - 3955 - ], - "match_map": [ - 1673 - ], - "match_map_id": [ - 3955 - ], - "player": [ - 2978 - ], - "round": [ - 38 - ], - "time": [ - 3558 - ], - "__typename": [ - 79 - ] - }, - "player_assists_aggregate": { - "aggregate": [ - 2164 - ], - "nodes": [ - 2158 - ], - "__typename": [ - 79 - ] - }, - "player_assists_aggregate_bool_exp": { - "bool_and": [ - 2161 - ], - "bool_or": [ - 2162 - ], - "count": [ - 2163 - ], - "__typename": [ - 79 - ] - }, - "player_assists_aggregate_bool_exp_bool_and": { - "arguments": [ - 2182 - ], - "distinct": [ - 3 - ], - "filter": [ - 2169 - ], - "predicate": [ - 4 - ], - "__typename": [ - 79 - ] - }, - "player_assists_aggregate_bool_exp_bool_or": { - "arguments": [ - 2183 - ], - "distinct": [ - 3 - ], - "filter": [ - 2169 - ], - "predicate": [ - 4 - ], - "__typename": [ - 79 - ] - }, - "player_assists_aggregate_bool_exp_count": { - "arguments": [ - 2181 - ], - "distinct": [ - 3 - ], - "filter": [ - 2169 - ], - "predicate": [ - 39 - ], - "__typename": [ - 79 - ] - }, - "player_assists_aggregate_fields": { - "avg": [ - 2167 + "matches_aggregate_fields": { + "avg": [ + 2283 ], "count": [ 38, { "columns": [ - 2181, - "[player_assists_select_column!]" + 2298, + "[matches_select_column!]" ], "distinct": [ 3 @@ -43086,1696 +43246,1846 @@ export default { } ], "max": [ - 2173 + 2289 ], "min": [ - 2175 + 2291 ], "stddev": [ - 2185 + 2300 ], "stddev_pop": [ - 2187 + 2302 ], "stddev_samp": [ - 2189 + 2304 ], "sum": [ - 2193 + 2308 ], "var_pop": [ - 2197 + 2312 ], "var_samp": [ - 2199 + 2314 ], "variance": [ - 2201 + 2316 ], "__typename": [ - 79 + 78 ] }, - "player_assists_aggregate_order_by": { + "matches_aggregate_order_by": { "avg": [ - 2168 + 2284 ], "count": [ - 2020 + 2461 ], "max": [ - 2174 + 2290 ], "min": [ - 2176 + 2292 ], "stddev": [ - 2186 + 2301 ], "stddev_pop": [ - 2188 + 2303 ], "stddev_samp": [ - 2190 + 2305 ], "sum": [ - 2194 + 2309 ], "var_pop": [ - 2198 + 2313 ], "var_samp": [ - 2200 + 2315 ], "variance": [ - 2202 + 2317 ], "__typename": [ - 79 + 78 ] }, - "player_assists_arr_rel_insert_input": { + "matches_arr_rel_insert_input": { "data": [ - 2172 + 2288 ], "on_conflict": [ - 2178 + 2295 ], "__typename": [ - 79 + 78 ] }, - "player_assists_avg_fields": { - "attacked_steam_id": [ - 29 + "matches_avg_fields": { + "max_players_per_lineup": [ + 38 ], - "attacker_steam_id": [ - 29 + "min_players_per_lineup": [ + 38 ], - "round": [ + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_assists_avg_order_by": { - "attacked_steam_id": [ - 2020 - ], - "attacker_steam_id": [ - 2020 - ], - "round": [ - 2020 + "matches_avg_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_assists_bool_exp": { + "matches_bool_exp": { "_and": [ - 2169 + 2285 ], "_not": [ - 2169 + 2285 ], "_or": [ - 2169 + 2285 ], - "attacked_player": [ - 2982 + "can_assign_server": [ + 4 ], - "attacked_steam_id": [ - 180 + "can_cancel": [ + 4 ], - "attacked_team": [ - 81 + "can_check_in": [ + 4 ], - "attacker_steam_id": [ - 180 + "can_reassign_winner": [ + 4 ], - "attacker_team": [ - 81 + "can_schedule": [ + 4 ], - "deleted_at": [ - 3559 + "can_start": [ + 4 ], - "flash": [ + "can_stream_live": [ 4 ], - "is_team_assist": [ + "can_stream_tv": [ 4 ], - "match": [ - 1844 + "cancels_at": [ + 4005 ], - "match_id": [ - 3957 + "clutches": [ + 4580 ], - "match_map": [ - 1682 + "clutches_aggregate": [ + 4573 ], - "match_map_id": [ - 3957 + "connection_link": [ + 80 ], - "player": [ - 2982 + "connection_string": [ + 80 ], - "round": [ - 39 + "created_at": [ + 4005 ], - "time": [ - 3559 + "current_match_map_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "player_assists_constraint": {}, - "player_assists_inc_input": { - "attacked_steam_id": [ - 178 + "demos": [ + 2010 ], - "attacker_steam_id": [ - 178 + "demos_aggregate": [ + 2000 ], - "round": [ - 38 + "draft_games": [ + 365 ], - "__typename": [ - 79 - ] - }, - "player_assists_insert_input": { - "attacked_player": [ - 2989 + "draft_games_aggregate": [ + 356 ], - "attacked_steam_id": [ - 178 + "e_match_status": [ + 797 ], - "attacked_team": [ - 79 + "e_region": [ + 3510 ], - "attacker_steam_id": [ - 178 + "effective_at": [ + 4005 ], - "attacker_team": [ - 79 + "elo_changes": [ + 4787 ], - "deleted_at": [ - 3558 + "elo_changes_aggregate": [ + 4770 ], - "flash": [ - 3 + "ended_at": [ + 4005 ], - "match": [ - 1853 + "external_id": [ + 80 ], - "match_id": [ - 3955 + "id": [ + 4444 ], - "match_map": [ - 1691 + "invite_code": [ + 80 ], - "match_map_id": [ - 3955 + "is_captain": [ + 4 ], - "player": [ - 2989 + "is_coach": [ + 4 ], - "round": [ - 38 + "is_friend_in_match_lineup": [ + 4 ], - "time": [ - 3558 + "is_in_lineup": [ + 4 ], - "__typename": [ - 79 - ] - }, - "player_assists_max_fields": { - "attacked_steam_id": [ - 178 + "is_match_server_available": [ + 4 ], - "attacked_team": [ - 79 + "is_organizer": [ + 4 ], - "attacker_steam_id": [ - 178 + "is_server_online": [ + 4 ], - "attacker_team": [ - 79 + "is_tournament_match": [ + 4 ], - "deleted_at": [ - 3558 + "label": [ + 80 ], - "match_id": [ - 3955 + "lineup_1": [ + 1965 ], - "match_map_id": [ - 3955 + "lineup_1_id": [ + 4444 ], - "round": [ - 38 + "lineup_2": [ + 1965 ], - "time": [ - 3558 + "lineup_2_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "player_assists_max_order_by": { - "attacked_steam_id": [ - 2020 + "lineup_counts": [ + 1331 ], - "attacked_team": [ - 2020 + "map_veto_picking_lineup_id": [ + 4444 ], - "attacker_steam_id": [ - 2020 + "map_veto_picks": [ + 2097 ], - "attacker_team": [ - 2020 + "map_veto_picks_aggregate": [ + 2092 ], - "deleted_at": [ - 2020 + "map_veto_type": [ + 80 ], - "match_id": [ - 2020 + "match_maps": [ + 2123 ], - "match_map_id": [ - 2020 + "match_maps_aggregate": [ + 2116 ], - "round": [ - 2020 + "match_options_id": [ + 4444 ], - "time": [ - 2020 + "max_players_per_lineup": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_assists_min_fields": { - "attacked_steam_id": [ - 178 + "min_players_per_lineup": [ + 39 ], - "attacked_team": [ - 79 + "opening_duels": [ + 4708 ], - "attacker_steam_id": [ - 178 + "opening_duels_aggregate": [ + 4701 ], - "attacker_team": [ - 79 + "options": [ + 2160 ], - "deleted_at": [ - 3558 + "organizer": [ + 3423 ], - "match_id": [ - 3955 + "organizer_steam_id": [ + 182 ], - "match_map_id": [ - 3955 + "password": [ + 80 ], - "round": [ - 38 + "player_assists": [ + 2610 ], - "time": [ - 3558 + "player_assists_aggregate": [ + 2601 ], - "__typename": [ - 79 - ] - }, - "player_assists_min_order_by": { - "attacked_steam_id": [ - 2020 + "player_damages": [ + 2671 ], - "attacked_team": [ - 2020 + "player_damages_aggregate": [ + 2664 ], - "attacker_steam_id": [ - 2020 + "player_flashes": [ + 2782 ], - "attacker_team": [ - 2020 + "player_flashes_aggregate": [ + 2773 ], - "deleted_at": [ - 2020 + "player_kills": [ + 2827 ], - "match_id": [ - 2020 + "player_kills_aggregate": [ + 2818 ], - "match_map_id": [ - 2020 + "player_objectives": [ + 3026 ], - "round": [ - 2020 + "player_objectives_aggregate": [ + 3019 ], - "time": [ - 2020 + "player_unused_utilities": [ + 3313 ], - "__typename": [ - 79 - ] - }, - "player_assists_mutation_response": { - "affected_rows": [ - 38 + "player_unused_utilities_aggregate": [ + 3306 ], - "returning": [ - 2158 + "player_utility": [ + 3354 ], - "__typename": [ - 79 - ] - }, - "player_assists_on_conflict": { - "constraint": [ - 2170 + "player_utility_aggregate": [ + 3347 ], - "update_columns": [ - 2195 + "region": [ + 80 ], - "where": [ - 2169 + "region_veto_picking_lineup_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "player_assists_order_by": { - "attacked_player": [ - 2991 + "region_veto_picks": [ + 2191 ], - "attacked_steam_id": [ - 2020 + "region_veto_picks_aggregate": [ + 2186 ], - "attacked_team": [ - 2020 + "requested_organizer": [ + 4 ], - "attacker_steam_id": [ - 2020 + "scheduled_at": [ + 4005 ], - "attacker_team": [ - 2020 + "server": [ + 3544 ], - "deleted_at": [ - 2020 + "server_error": [ + 80 ], - "flash": [ - 2020 + "server_id": [ + 4444 ], - "is_team_assist": [ - 2020 + "server_region": [ + 80 ], - "match": [ - 1855 + "server_type": [ + 80 ], - "match_id": [ - 2020 + "source": [ + 80 ], - "match_map": [ - 1693 + "started_at": [ + 4005 ], - "match_map_id": [ - 2020 + "status": [ + 800 ], - "player": [ - 2991 + "streams": [ + 2220 ], - "round": [ - 2020 + "streams_aggregate": [ + 2210 ], - "time": [ - 2020 + "teams": [ + 3970 ], - "__typename": [ - 79 - ] - }, - "player_assists_pk_columns_input": { - "attacked_steam_id": [ - 178 + "tournament_brackets": [ + 4017 ], - "attacker_steam_id": [ - 178 + "tournament_brackets_aggregate": [ + 4008 ], - "match_map_id": [ - 3955 + "tv_connection_string": [ + 80 ], - "time": [ - 3558 + "winner": [ + 1965 + ], + "winning_lineup_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "player_assists_select_column": {}, - "player_assists_select_column_player_assists_aggregate_bool_exp_bool_and_arguments_columns": {}, - "player_assists_select_column_player_assists_aggregate_bool_exp_bool_or_arguments_columns": {}, - "player_assists_set_input": { - "attacked_steam_id": [ - 178 - ], - "attacked_team": [ - 79 + "matches_constraint": {}, + "matches_inc_input": { + "organizer_steam_id": [ + 180 ], - "attacker_steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "matches_insert_input": { + "cancels_at": [ + 4004 ], - "attacker_team": [ - 79 + "clutches": [ + 4577 ], - "deleted_at": [ - 3558 + "created_at": [ + 4004 ], - "flash": [ - 3 + "demos": [ + 2007 ], - "match_id": [ - 3955 + "draft_games": [ + 362 ], - "match_map_id": [ - 3955 + "e_match_status": [ + 805 ], - "round": [ - 38 + "e_region": [ + 3516 ], - "time": [ - 3558 + "elo_changes": [ + 4784 ], - "__typename": [ - 79 - ] - }, - "player_assists_stddev_fields": { - "attacked_steam_id": [ - 29 + "ended_at": [ + 4004 ], - "attacker_steam_id": [ - 29 + "external_id": [ + 78 ], - "round": [ - 29 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "player_assists_stddev_order_by": { - "attacked_steam_id": [ - 2020 + "label": [ + 78 ], - "attacker_steam_id": [ - 2020 + "lineup_1": [ + 1974 ], - "round": [ - 2020 + "lineup_1_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "player_assists_stddev_pop_fields": { - "attacked_steam_id": [ - 29 + "lineup_2": [ + 1974 ], - "attacker_steam_id": [ - 29 + "lineup_2_id": [ + 4442 ], - "round": [ - 29 + "map_veto_picks": [ + 2096 ], - "__typename": [ - 79 - ] - }, - "player_assists_stddev_pop_order_by": { - "attacked_steam_id": [ - 2020 + "match_maps": [ + 2120 ], - "attacker_steam_id": [ - 2020 + "match_options_id": [ + 4442 ], - "round": [ - 2020 + "opening_duels": [ + 4705 ], - "__typename": [ - 79 - ] - }, - "player_assists_stddev_samp_fields": { - "attacked_steam_id": [ - 29 + "options": [ + 2167 ], - "attacker_steam_id": [ - 29 + "organizer": [ + 3430 ], - "round": [ - 29 + "organizer_steam_id": [ + 180 ], - "__typename": [ - 79 - ] - }, - "player_assists_stddev_samp_order_by": { - "attacked_steam_id": [ - 2020 + "password": [ + 78 ], - "attacker_steam_id": [ - 2020 + "player_assists": [ + 2607 ], - "round": [ - 2020 + "player_damages": [ + 2668 ], - "__typename": [ - 79 - ] - }, - "player_assists_stream_cursor_input": { - "initial_value": [ - 2192 + "player_flashes": [ + 2779 ], - "ordering": [ - 233 + "player_kills": [ + 2824 ], - "__typename": [ - 79 - ] - }, - "player_assists_stream_cursor_value_input": { - "attacked_steam_id": [ - 178 + "player_objectives": [ + 3023 ], - "attacked_team": [ - 79 + "player_unused_utilities": [ + 3310 ], - "attacker_steam_id": [ - 178 + "player_utility": [ + 3351 ], - "attacker_team": [ - 79 + "region": [ + 78 ], - "deleted_at": [ - 3558 + "region_veto_picks": [ + 2190 ], - "flash": [ - 3 + "scheduled_at": [ + 4004 ], - "match_id": [ - 3955 + "server": [ + 3553 ], - "match_map_id": [ - 3955 + "server_error": [ + 78 ], - "round": [ - 38 + "server_id": [ + 4442 ], - "time": [ - 3558 + "source": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_assists_sum_fields": { - "attacked_steam_id": [ - 178 + "started_at": [ + 4004 ], - "attacker_steam_id": [ - 178 + "status": [ + 799 ], - "round": [ - 38 + "streams": [ + 2217 ], - "__typename": [ - 79 - ] - }, - "player_assists_sum_order_by": { - "attacked_steam_id": [ - 2020 + "tournament_brackets": [ + 4014 ], - "attacker_steam_id": [ - 2020 + "winner": [ + 1974 ], - "round": [ - 2020 + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "player_assists_update_column": {}, - "player_assists_updates": { - "_inc": [ - 2171 + "matches_max_fields": { + "cancels_at": [ + 4004 ], - "_set": [ - 2184 + "connection_link": [ + 78 ], - "where": [ - 2169 + "connection_string": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_assists_var_pop_fields": { - "attacked_steam_id": [ - 29 + "created_at": [ + 4004 ], - "attacker_steam_id": [ - 29 + "current_match_map_id": [ + 4442 ], - "round": [ - 29 + "effective_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "player_assists_var_pop_order_by": { - "attacked_steam_id": [ - 2020 + "ended_at": [ + 4004 ], - "attacker_steam_id": [ - 2020 + "external_id": [ + 78 ], - "round": [ - 2020 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "player_assists_var_samp_fields": { - "attacked_steam_id": [ - 29 + "invite_code": [ + 78 ], - "attacker_steam_id": [ - 29 + "label": [ + 78 ], - "round": [ - 29 + "lineup_1_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "player_assists_var_samp_order_by": { - "attacked_steam_id": [ - 2020 + "lineup_2_id": [ + 4442 ], - "attacker_steam_id": [ - 2020 + "map_veto_picking_lineup_id": [ + 4442 ], - "round": [ - 2020 + "map_veto_type": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_assists_variance_fields": { - "attacked_steam_id": [ - 29 + "match_options_id": [ + 4442 ], - "attacker_steam_id": [ - 29 + "max_players_per_lineup": [ + 38 ], - "round": [ - 29 + "min_players_per_lineup": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_assists_variance_order_by": { - "attacked_steam_id": [ - 2020 + "organizer_steam_id": [ + 180 ], - "attacker_steam_id": [ - 2020 + "password": [ + 78 ], - "round": [ - 2020 + "region": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v": { - "accuracy": [ - 2018 + "region_veto_picking_lineup_id": [ + 4442 ], - "accuracy_spotted": [ - 2018 + "scheduled_at": [ + 4004 ], - "counter_strafe_pct": [ - 2018 + "server_error": [ + 78 ], - "crosshair_deg": [ - 2018 + "server_id": [ + 4442 ], - "enemy_blind_pr": [ - 2018 + "server_region": [ + 78 ], - "flash_assists_pr": [ - 2018 + "server_type": [ + 78 ], - "hs_pct": [ - 2018 + "source": [ + 78 ], - "kast_pct": [ - 2018 + "started_at": [ + 4004 ], - "maps": [ - 38 + "tv_connection_string": [ + 78 ], - "premier_rank": [ - 38 + "winning_lineup_id": [ + 4442 ], - "rounds": [ - 38 + "__typename": [ + 78 + ] + }, + "matches_max_order_by": { + "cancels_at": [ + 2461 ], - "steam_id": [ - 178 + "created_at": [ + 2461 ], - "survival_pct": [ - 2018 + "effective_at": [ + 2461 ], - "time_to_damage_s": [ - 2018 + "ended_at": [ + 2461 ], - "traded_death_pct": [ - 2018 + "external_id": [ + 2461 ], - "util_efficiency": [ - 2018 + "id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_aggregate": { - "aggregate": [ - 2205 + "label": [ + 2461 ], - "nodes": [ - 2203 + "lineup_1_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_aggregate_fields": { - "avg": [ - 2206 + "lineup_2_id": [ + 2461 ], - "count": [ - 38, - { - "columns": [ - 2211, - "[player_career_stats_v_select_column!]" - ], - "distinct": [ - 3 - ] - } + "match_options_id": [ + 2461 ], - "max": [ - 2208 + "organizer_steam_id": [ + 2461 ], - "min": [ - 2209 + "password": [ + 2461 ], - "stddev": [ - 2212 + "region": [ + 2461 ], - "stddev_pop": [ - 2213 + "scheduled_at": [ + 2461 ], - "stddev_samp": [ - 2214 + "server_error": [ + 2461 ], - "sum": [ - 2217 + "server_id": [ + 2461 ], - "var_pop": [ - 2218 + "source": [ + 2461 ], - "var_samp": [ - 2219 + "started_at": [ + 2461 ], - "variance": [ - 2220 + "winning_lineup_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_career_stats_v_avg_fields": { - "accuracy": [ - 29 + "matches_min_fields": { + "cancels_at": [ + 4004 ], - "accuracy_spotted": [ - 29 + "connection_link": [ + 78 ], - "counter_strafe_pct": [ - 29 + "connection_string": [ + 78 ], - "crosshair_deg": [ - 29 + "created_at": [ + 4004 ], - "enemy_blind_pr": [ - 29 + "current_match_map_id": [ + 4442 ], - "flash_assists_pr": [ - 29 + "effective_at": [ + 4004 ], - "hs_pct": [ - 29 + "ended_at": [ + 4004 ], - "kast_pct": [ - 29 + "external_id": [ + 78 ], - "maps": [ - 29 + "id": [ + 4442 ], - "premier_rank": [ - 29 + "invite_code": [ + 78 ], - "rounds": [ - 29 + "label": [ + 78 ], - "steam_id": [ - 29 + "lineup_1_id": [ + 4442 ], - "survival_pct": [ - 29 + "lineup_2_id": [ + 4442 ], - "time_to_damage_s": [ - 29 + "map_veto_picking_lineup_id": [ + 4442 ], - "traded_death_pct": [ - 29 + "map_veto_type": [ + 78 ], - "util_efficiency": [ - 29 + "match_options_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_bool_exp": { - "_and": [ - 2207 + "max_players_per_lineup": [ + 38 ], - "_not": [ - 2207 + "min_players_per_lineup": [ + 38 ], - "_or": [ - 2207 + "organizer_steam_id": [ + 180 ], - "accuracy": [ - 2019 + "password": [ + 78 ], - "accuracy_spotted": [ - 2019 + "region": [ + 78 ], - "counter_strafe_pct": [ - 2019 + "region_veto_picking_lineup_id": [ + 4442 ], - "crosshair_deg": [ - 2019 + "scheduled_at": [ + 4004 ], - "enemy_blind_pr": [ - 2019 + "server_error": [ + 78 ], - "flash_assists_pr": [ - 2019 + "server_id": [ + 4442 ], - "hs_pct": [ - 2019 + "server_region": [ + 78 ], - "kast_pct": [ - 2019 + "server_type": [ + 78 ], - "maps": [ - 39 + "source": [ + 78 ], - "premier_rank": [ - 39 + "started_at": [ + 4004 ], - "rounds": [ - 39 + "tv_connection_string": [ + 78 ], - "steam_id": [ - 180 + "winning_lineup_id": [ + 4442 ], - "survival_pct": [ - 2019 + "__typename": [ + 78 + ] + }, + "matches_min_order_by": { + "cancels_at": [ + 2461 ], - "time_to_damage_s": [ - 2019 + "created_at": [ + 2461 ], - "traded_death_pct": [ - 2019 + "effective_at": [ + 2461 ], - "util_efficiency": [ - 2019 + "ended_at": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_max_fields": { - "accuracy": [ - 2018 + "external_id": [ + 2461 ], - "accuracy_spotted": [ - 2018 + "id": [ + 2461 ], - "counter_strafe_pct": [ - 2018 + "label": [ + 2461 ], - "crosshair_deg": [ - 2018 + "lineup_1_id": [ + 2461 ], - "enemy_blind_pr": [ - 2018 + "lineup_2_id": [ + 2461 ], - "flash_assists_pr": [ - 2018 + "match_options_id": [ + 2461 ], - "hs_pct": [ - 2018 + "organizer_steam_id": [ + 2461 ], - "kast_pct": [ - 2018 + "password": [ + 2461 ], - "maps": [ - 38 + "region": [ + 2461 ], - "premier_rank": [ - 38 + "scheduled_at": [ + 2461 ], - "rounds": [ - 38 + "server_error": [ + 2461 ], - "steam_id": [ - 178 + "server_id": [ + 2461 ], - "survival_pct": [ - 2018 + "source": [ + 2461 ], - "time_to_damage_s": [ - 2018 + "started_at": [ + 2461 ], - "traded_death_pct": [ - 2018 + "winning_lineup_id": [ + 2461 ], - "util_efficiency": [ - 2018 + "__typename": [ + 78 + ] + }, + "matches_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 2276 ], "__typename": [ - 79 + 78 ] }, - "player_career_stats_v_min_fields": { - "accuracy": [ - 2018 + "matches_obj_rel_insert_input": { + "data": [ + 2288 ], - "accuracy_spotted": [ - 2018 + "on_conflict": [ + 2295 ], - "counter_strafe_pct": [ - 2018 + "__typename": [ + 78 + ] + }, + "matches_on_conflict": { + "constraint": [ + 2286 ], - "crosshair_deg": [ - 2018 + "update_columns": [ + 2310 ], - "enemy_blind_pr": [ - 2018 + "where": [ + 2285 ], - "flash_assists_pr": [ - 2018 + "__typename": [ + 78 + ] + }, + "matches_order_by": { + "can_assign_server": [ + 2461 ], - "hs_pct": [ - 2018 + "can_cancel": [ + 2461 ], - "kast_pct": [ - 2018 + "can_check_in": [ + 2461 ], - "maps": [ - 38 + "can_reassign_winner": [ + 2461 ], - "premier_rank": [ - 38 + "can_schedule": [ + 2461 ], - "rounds": [ - 38 + "can_start": [ + 2461 ], - "steam_id": [ - 178 + "can_stream_live": [ + 2461 ], - "survival_pct": [ - 2018 + "can_stream_tv": [ + 2461 ], - "time_to_damage_s": [ - 2018 + "cancels_at": [ + 2461 ], - "traded_death_pct": [ - 2018 + "clutches_aggregate": [ + 4576 ], - "util_efficiency": [ - 2018 + "connection_link": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_order_by": { - "accuracy": [ - 2020 + "connection_string": [ + 2461 ], - "accuracy_spotted": [ - 2020 + "created_at": [ + 2461 ], - "counter_strafe_pct": [ - 2020 + "current_match_map_id": [ + 2461 ], - "crosshair_deg": [ - 2020 + "demos_aggregate": [ + 2005 ], - "enemy_blind_pr": [ - 2020 + "draft_games_aggregate": [ + 361 ], - "flash_assists_pr": [ - 2020 + "e_match_status": [ + 807 ], - "hs_pct": [ - 2020 + "e_region": [ + 3518 ], - "kast_pct": [ - 2020 + "effective_at": [ + 2461 ], - "maps": [ - 2020 + "elo_changes_aggregate": [ + 4783 ], - "premier_rank": [ - 2020 + "ended_at": [ + 2461 ], - "rounds": [ - 2020 + "external_id": [ + 2461 ], - "steam_id": [ - 2020 + "id": [ + 2461 ], - "survival_pct": [ - 2020 + "invite_code": [ + 2461 ], - "time_to_damage_s": [ - 2020 + "is_captain": [ + 2461 ], - "traded_death_pct": [ - 2020 + "is_coach": [ + 2461 ], - "util_efficiency": [ - 2020 + "is_friend_in_match_lineup": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_select_column": {}, - "player_career_stats_v_stddev_fields": { - "accuracy": [ - 29 + "is_in_lineup": [ + 2461 ], - "accuracy_spotted": [ - 29 + "is_match_server_available": [ + 2461 ], - "counter_strafe_pct": [ - 29 + "is_organizer": [ + 2461 ], - "crosshair_deg": [ - 29 + "is_server_online": [ + 2461 ], - "enemy_blind_pr": [ - 29 + "is_tournament_match": [ + 2461 ], - "flash_assists_pr": [ - 29 + "label": [ + 2461 ], - "hs_pct": [ - 29 + "lineup_1": [ + 1976 ], - "kast_pct": [ - 29 + "lineup_1_id": [ + 2461 ], - "maps": [ - 29 + "lineup_2": [ + 1976 ], - "premier_rank": [ - 29 + "lineup_2_id": [ + 2461 ], - "rounds": [ - 29 + "lineup_counts": [ + 2461 ], - "steam_id": [ - 29 + "map_veto_picking_lineup_id": [ + 2461 ], - "survival_pct": [ - 29 + "map_veto_picks_aggregate": [ + 2095 ], - "time_to_damage_s": [ - 29 + "map_veto_type": [ + 2461 ], - "traded_death_pct": [ - 29 + "match_maps_aggregate": [ + 2119 ], - "util_efficiency": [ - 29 + "match_options_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_stddev_pop_fields": { - "accuracy": [ - 29 + "max_players_per_lineup": [ + 2461 ], - "accuracy_spotted": [ - 29 + "min_players_per_lineup": [ + 2461 ], - "counter_strafe_pct": [ - 29 + "opening_duels_aggregate": [ + 4704 ], - "crosshair_deg": [ - 29 + "options": [ + 2169 ], - "enemy_blind_pr": [ - 29 + "organizer": [ + 3432 ], - "flash_assists_pr": [ - 29 + "organizer_steam_id": [ + 2461 ], - "hs_pct": [ - 29 + "password": [ + 2461 ], - "kast_pct": [ - 29 + "player_assists_aggregate": [ + 2606 ], - "maps": [ - 29 + "player_damages_aggregate": [ + 2667 ], - "premier_rank": [ - 29 + "player_flashes_aggregate": [ + 2778 ], - "rounds": [ - 29 + "player_kills_aggregate": [ + 2823 ], - "steam_id": [ - 29 + "player_objectives_aggregate": [ + 3022 ], - "survival_pct": [ - 29 + "player_unused_utilities_aggregate": [ + 3309 ], - "time_to_damage_s": [ - 29 + "player_utility_aggregate": [ + 3350 ], - "traded_death_pct": [ - 29 + "region": [ + 2461 ], - "util_efficiency": [ - 29 + "region_veto_picking_lineup_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_stddev_samp_fields": { - "accuracy": [ - 29 + "region_veto_picks_aggregate": [ + 2189 ], - "accuracy_spotted": [ - 29 + "requested_organizer": [ + 2461 ], - "counter_strafe_pct": [ - 29 + "scheduled_at": [ + 2461 ], - "crosshair_deg": [ - 29 + "server": [ + 3555 ], - "enemy_blind_pr": [ - 29 + "server_error": [ + 2461 ], - "flash_assists_pr": [ - 29 + "server_id": [ + 2461 ], - "hs_pct": [ - 29 + "server_region": [ + 2461 ], - "kast_pct": [ - 29 + "server_type": [ + 2461 ], - "maps": [ - 29 + "source": [ + 2461 ], - "premier_rank": [ - 29 + "started_at": [ + 2461 ], - "rounds": [ - 29 + "status": [ + 2461 ], - "steam_id": [ - 29 + "streams_aggregate": [ + 2215 ], - "survival_pct": [ - 29 + "teams_aggregate": [ + 3966 ], - "time_to_damage_s": [ - 29 + "tournament_brackets_aggregate": [ + 4013 ], - "traded_death_pct": [ - 29 + "tv_connection_string": [ + 2461 ], - "util_efficiency": [ - 29 + "winner": [ + 1976 + ], + "winning_lineup_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_career_stats_v_stream_cursor_input": { - "initial_value": [ - 2216 - ], - "ordering": [ - 233 + "matches_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "player_career_stats_v_stream_cursor_value_input": { - "accuracy": [ - 2018 + "matches_select_column": {}, + "matches_set_input": { + "cancels_at": [ + 4004 ], - "accuracy_spotted": [ - 2018 + "created_at": [ + 4004 ], - "counter_strafe_pct": [ - 2018 + "ended_at": [ + 4004 ], - "crosshair_deg": [ - 2018 + "external_id": [ + 78 ], - "enemy_blind_pr": [ - 2018 + "id": [ + 4442 ], - "flash_assists_pr": [ - 2018 + "label": [ + 78 ], - "hs_pct": [ - 2018 + "lineup_1_id": [ + 4442 ], - "kast_pct": [ - 2018 + "lineup_2_id": [ + 4442 ], - "maps": [ - 38 + "match_options_id": [ + 4442 ], - "premier_rank": [ - 38 + "organizer_steam_id": [ + 180 ], - "rounds": [ - 38 + "password": [ + 78 ], - "steam_id": [ - 178 + "region": [ + 78 ], - "survival_pct": [ - 2018 + "scheduled_at": [ + 4004 ], - "time_to_damage_s": [ - 2018 + "server_error": [ + 78 ], - "traded_death_pct": [ - 2018 + "server_id": [ + 4442 ], - "util_efficiency": [ - 2018 + "source": [ + 78 + ], + "started_at": [ + 4004 + ], + "status": [ + 799 + ], + "winning_lineup_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "player_career_stats_v_sum_fields": { - "accuracy": [ - 2018 - ], - "accuracy_spotted": [ - 2018 + "matches_stddev_fields": { + "max_players_per_lineup": [ + 38 ], - "counter_strafe_pct": [ - 2018 + "min_players_per_lineup": [ + 38 ], - "crosshair_deg": [ - 2018 + "organizer_steam_id": [ + 29 ], - "enemy_blind_pr": [ - 2018 + "__typename": [ + 78 + ] + }, + "matches_stddev_order_by": { + "organizer_steam_id": [ + 2461 ], - "flash_assists_pr": [ - 2018 + "__typename": [ + 78 + ] + }, + "matches_stddev_pop_fields": { + "max_players_per_lineup": [ + 38 ], - "hs_pct": [ - 2018 + "min_players_per_lineup": [ + 38 ], - "kast_pct": [ - 2018 + "organizer_steam_id": [ + 29 ], - "maps": [ - 38 + "__typename": [ + 78 + ] + }, + "matches_stddev_pop_order_by": { + "organizer_steam_id": [ + 2461 ], - "premier_rank": [ + "__typename": [ + 78 + ] + }, + "matches_stddev_samp_fields": { + "max_players_per_lineup": [ 38 ], - "rounds": [ + "min_players_per_lineup": [ 38 ], - "steam_id": [ - 178 - ], - "survival_pct": [ - 2018 + "organizer_steam_id": [ + 29 ], - "time_to_damage_s": [ - 2018 + "__typename": [ + 78 + ] + }, + "matches_stddev_samp_order_by": { + "organizer_steam_id": [ + 2461 ], - "traded_death_pct": [ - 2018 + "__typename": [ + 78 + ] + }, + "matches_stream_cursor_input": { + "initial_value": [ + 2307 ], - "util_efficiency": [ - 2018 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_career_stats_v_var_pop_fields": { - "accuracy": [ - 29 - ], - "accuracy_spotted": [ - 29 + "matches_stream_cursor_value_input": { + "cancels_at": [ + 4004 ], - "counter_strafe_pct": [ - 29 + "created_at": [ + 4004 ], - "crosshair_deg": [ - 29 + "effective_at": [ + 4004 ], - "enemy_blind_pr": [ - 29 + "ended_at": [ + 4004 ], - "flash_assists_pr": [ - 29 + "external_id": [ + 78 ], - "hs_pct": [ - 29 + "id": [ + 4442 ], - "kast_pct": [ - 29 + "label": [ + 78 ], - "maps": [ - 29 + "lineup_1_id": [ + 4442 ], - "premier_rank": [ - 29 + "lineup_2_id": [ + 4442 ], - "rounds": [ - 29 + "match_options_id": [ + 4442 ], - "steam_id": [ - 29 + "organizer_steam_id": [ + 180 ], - "survival_pct": [ - 29 + "password": [ + 78 ], - "time_to_damage_s": [ - 29 + "region": [ + 78 ], - "traded_death_pct": [ - 29 + "scheduled_at": [ + 4004 ], - "util_efficiency": [ - 29 + "server_error": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_career_stats_v_var_samp_fields": { - "accuracy": [ - 29 + "server_id": [ + 4442 ], - "accuracy_spotted": [ - 29 + "source": [ + 78 ], - "counter_strafe_pct": [ - 29 + "started_at": [ + 4004 ], - "crosshair_deg": [ - 29 + "status": [ + 799 ], - "enemy_blind_pr": [ - 29 + "winning_lineup_id": [ + 4442 ], - "flash_assists_pr": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_sum_fields": { + "max_players_per_lineup": [ + 38 ], - "hs_pct": [ - 29 + "min_players_per_lineup": [ + 38 ], - "kast_pct": [ - 29 + "organizer_steam_id": [ + 180 ], - "maps": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_sum_order_by": { + "organizer_steam_id": [ + 2461 ], - "premier_rank": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_update_column": {}, + "matches_updates": { + "_inc": [ + 2287 ], - "rounds": [ - 29 + "_set": [ + 2299 ], - "steam_id": [ - 29 + "where": [ + 2285 ], - "survival_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_var_pop_fields": { + "max_players_per_lineup": [ + 38 ], - "time_to_damage_s": [ - 29 + "min_players_per_lineup": [ + 38 ], - "traded_death_pct": [ + "organizer_steam_id": [ 29 ], - "util_efficiency": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_var_pop_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_career_stats_v_variance_fields": { - "accuracy": [ - 29 + "matches_var_samp_fields": { + "max_players_per_lineup": [ + 38 ], - "accuracy_spotted": [ - 29 + "min_players_per_lineup": [ + 38 ], - "counter_strafe_pct": [ + "organizer_steam_id": [ 29 ], - "crosshair_deg": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_var_samp_order_by": { + "organizer_steam_id": [ + 2461 ], - "enemy_blind_pr": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_variance_fields": { + "max_players_per_lineup": [ + 38 ], - "flash_assists_pr": [ - 29 + "min_players_per_lineup": [ + 38 ], - "hs_pct": [ + "organizer_steam_id": [ 29 ], - "kast_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "matches_variance_order_by": { + "organizer_steam_id": [ + 2461 ], - "maps": [ - 29 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes": { + "hash": [ + 78 ], - "premier_rank": [ - 29 + "name": [ + 78 ], - "rounds": [ - 29 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_aggregate": { + "aggregate": [ + 2320 ], - "steam_id": [ - 29 + "nodes": [ + 2318 ], - "survival_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_aggregate_fields": { + "count": [ + 38, + { + "columns": [ + 2330, + "[migration_hashes_hashes_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "time_to_damage_s": [ - 29 + "max": [ + 2324 ], - "traded_death_pct": [ - 29 + "min": [ + 2325 ], - "util_efficiency": [ - 29 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_bool_exp": { + "_and": [ + 2321 + ], + "_not": [ + 2321 + ], + "_or": [ + 2321 + ], + "hash": [ + 80 + ], + "name": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "player_damages": { - "armor": [ + "migration_hashes_hashes_constraint": {}, + "migration_hashes_hashes_insert_input": { + "hash": [ + 78 + ], + "name": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_max_fields": { + "hash": [ + 78 + ], + "name": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_min_fields": { + "hash": [ + 78 + ], + "name": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_mutation_response": { + "affected_rows": [ 38 ], - "attacked_location": [ - 79 + "returning": [ + 2318 ], - "attacked_location_coordinates": [ - 79 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_on_conflict": { + "constraint": [ + 2322 ], - "attacked_player": [ - 2978 + "update_columns": [ + 2334 ], - "attacked_steam_id": [ - 178 + "where": [ + 2321 ], - "attacked_team": [ - 79 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_order_by": { + "hash": [ + 2461 ], - "attacker_location": [ - 79 + "name": [ + 2461 ], - "attacker_location_coordinates": [ - 79 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_pk_columns_input": { + "name": [ + 78 ], - "attacker_steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_select_column": {}, + "migration_hashes_hashes_set_input": { + "hash": [ + 78 ], - "attacker_team": [ - 79 + "name": [ + 78 ], - "damage": [ + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_stream_cursor_input": { + "initial_value": [ + 2333 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_stream_cursor_value_input": { + "hash": [ + 78 + ], + "name": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "migration_hashes_hashes_update_column": {}, + "migration_hashes_hashes_updates": { + "_set": [ + 2331 + ], + "where": [ + 2321 + ], + "__typename": [ + 78 + ] + }, + "my_friends": { + "avatar_url": [ + 78 + ], + "country": [ + 78 + ], + "created_at": [ + 4004 + ], + "custom_avatar_url": [ + 78 + ], + "days_since_last_ban": [ 38 ], - "damage_armor": [ + "discord_id": [ + 78 + ], + "elo": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "faceit_elo": [ 38 ], - "deleted_at": [ - 3558 + "faceit_nickname": [ + 78 ], - "health": [ + "faceit_player_id": [ + 78 + ], + "faceit_skill_level": [ 38 ], - "hitgroup": [ - 79 + "faceit_updated_at": [ + 4004 ], - "id": [ - 3955 + "faceit_url": [ + 78 ], - "match": [ - 1835 + "friend_steam_id": [ + 180 ], - "match_id": [ - 3955 + "game_ban_count": [ + 38 ], - "match_map": [ - 1673 + "invited_by_steam_id": [ + 180 ], - "match_map_id": [ - 3955 + "language": [ + 78 + ], + "last_presence_state": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "last_read_news_at": [ + 4004 + ], + "last_sign_in_at": [ + 4004 + ], + "name": [ + 78 + ], + "name_registered": [ + 3 ], "player": [ - 2978 + 3419 ], - "round": [ - 2018 + "premier_rank": [ + 38 ], - "team_damage": [ + "premier_rank_updated_at": [ + 4004 + ], + "presence_updated_at": [ + 4004 + ], + "profile_url": [ + 78 + ], + "role": [ + 78 + ], + "roster_image_url": [ + 78 + ], + "show_match_ready_modal": [ 3 ], - "time": [ - 3558 + "status": [ + 78 ], - "with": [ - 79 + "steam_bans_checked_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "vac_ban_count": [ + 38 + ], + "vac_banned": [ + 3 ], "__typename": [ - 79 + 78 ] }, - "player_damages_aggregate": { + "my_friends_aggregate": { "aggregate": [ - 2225 + 2342 ], "nodes": [ - 2221 + 2336 ], "__typename": [ - 79 + 78 ] }, - "player_damages_aggregate_bool_exp": { + "my_friends_aggregate_bool_exp": { + "bool_and": [ + 2339 + ], + "bool_or": [ + 2340 + ], "count": [ - 2224 + 2341 ], "__typename": [ - 79 + 78 ] }, - "player_damages_aggregate_bool_exp_count": { + "my_friends_aggregate_bool_exp_bool_and": { "arguments": [ - 2242 + 2362 ], "distinct": [ 3 ], "filter": [ - 2230 + 2348 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "my_friends_aggregate_bool_exp_bool_or": { + "arguments": [ + 2363 + ], + "distinct": [ + 3 + ], + "filter": [ + 2348 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "my_friends_aggregate_bool_exp_count": { + "arguments": [ + 2361 + ], + "distinct": [ + 3 + ], + "filter": [ + 2348 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "player_damages_aggregate_fields": { + "my_friends_aggregate_fields": { "avg": [ - 2228 + 2346 ], "count": [ 38, { "columns": [ - 2242, - "[player_damages_select_column!]" + 2361, + "[my_friends_select_column!]" ], "distinct": [ 3 @@ -44783,2673 +45093,3125 @@ export default { } ], "max": [ - 2234 + 2354 ], "min": [ - 2236 + 2356 ], "stddev": [ - 2244 + 2365 ], "stddev_pop": [ - 2246 + 2367 ], "stddev_samp": [ - 2248 + 2369 ], "sum": [ - 2252 + 2373 ], "var_pop": [ - 2256 + 2376 ], "var_samp": [ - 2258 + 2378 ], "variance": [ - 2260 + 2380 ], "__typename": [ - 79 + 78 ] }, - "player_damages_aggregate_order_by": { + "my_friends_aggregate_order_by": { "avg": [ - 2229 + 2347 ], "count": [ - 2020 + 2461 ], "max": [ - 2235 + 2355 ], "min": [ - 2237 + 2357 ], "stddev": [ - 2245 + 2366 ], "stddev_pop": [ - 2247 + 2368 ], "stddev_samp": [ - 2249 + 2370 ], "sum": [ - 2253 + 2374 ], "var_pop": [ - 2257 + 2377 ], "var_samp": [ - 2259 + 2379 ], "variance": [ - 2261 + 2381 ], "__typename": [ - 79 + 78 ] }, - "player_damages_arr_rel_insert_input": { - "data": [ - 2233 + "my_friends_append_input": { + "elo": [ + 1332 ], - "on_conflict": [ - 2239 + "last_presence_state": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "player_damages_avg_fields": { - "armor": [ + "my_friends_arr_rel_insert_input": { + "data": [ + 2353 + ], + "__typename": [ + 78 + ] + }, + "my_friends_avg_fields": { + "days_since_last_ban": [ 29 ], - "attacked_steam_id": [ + "faceit_elo": [ 29 ], - "attacker_steam_id": [ + "faceit_skill_level": [ 29 ], - "damage": [ + "friend_steam_id": [ 29 ], - "damage_armor": [ + "game_ban_count": [ 29 ], - "health": [ + "invited_by_steam_id": [ 29 ], - "round": [ + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "vac_ban_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_damages_avg_order_by": { - "armor": [ - 2020 + "my_friends_avg_order_by": { + "days_since_last_ban": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "faceit_elo": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "faceit_skill_level": [ + 2461 ], - "damage": [ - 2020 + "friend_steam_id": [ + 2461 ], - "damage_armor": [ - 2020 + "game_ban_count": [ + 2461 ], - "health": [ - 2020 + "invited_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "premier_rank": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "vac_ban_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_damages_bool_exp": { + "my_friends_bool_exp": { "_and": [ - 2230 + 2348 ], "_not": [ - 2230 + 2348 ], "_or": [ - 2230 + 2348 ], - "armor": [ - 39 + "avatar_url": [ + 80 ], - "attacked_location": [ - 81 + "country": [ + 80 ], - "attacked_location_coordinates": [ - 81 + "created_at": [ + 4005 ], - "attacked_player": [ - 2982 + "custom_avatar_url": [ + 80 ], - "attacked_steam_id": [ - 180 + "days_since_last_ban": [ + 39 ], - "attacked_team": [ - 81 + "discord_id": [ + 80 ], - "attacker_location": [ - 81 + "elo": [ + 1334 ], - "attacker_location_coordinates": [ - 81 + "faceit_elo": [ + 39 ], - "attacker_steam_id": [ - 180 + "faceit_nickname": [ + 80 ], - "attacker_team": [ - 81 + "faceit_player_id": [ + 80 ], - "damage": [ + "faceit_skill_level": [ 39 ], - "damage_armor": [ - 39 + "faceit_updated_at": [ + 4005 ], - "deleted_at": [ - 3559 + "faceit_url": [ + 80 ], - "health": [ + "friend_steam_id": [ + 182 + ], + "game_ban_count": [ 39 ], - "hitgroup": [ - 81 + "invited_by_steam_id": [ + 182 ], - "id": [ - 3957 + "language": [ + 80 ], - "match": [ - 1844 + "last_presence_state": [ + 1334 ], - "match_id": [ - 3957 + "last_read_news_at": [ + 4005 ], - "match_map": [ - 1682 + "last_sign_in_at": [ + 4005 ], - "match_map_id": [ - 3957 + "name": [ + 80 + ], + "name_registered": [ + 4 ], "player": [ - 2982 + 3423 ], - "round": [ - 2019 + "premier_rank": [ + 39 ], - "team_damage": [ + "premier_rank_updated_at": [ + 4005 + ], + "presence_updated_at": [ + 4005 + ], + "profile_url": [ + 80 + ], + "role": [ + 80 + ], + "roster_image_url": [ + 80 + ], + "show_match_ready_modal": [ 4 ], - "time": [ - 3559 + "status": [ + 80 ], - "with": [ - 81 + "steam_bans_checked_at": [ + 4005 + ], + "steam_id": [ + 182 + ], + "vac_ban_count": [ + 39 + ], + "vac_banned": [ + 4 ], "__typename": [ - 79 + 78 ] }, - "player_damages_constraint": {}, - "player_damages_inc_input": { - "armor": [ - 38 - ], - "attacked_steam_id": [ - 178 + "my_friends_delete_at_path_input": { + "elo": [ + 78 ], - "attacker_steam_id": [ - 178 + "last_presence_state": [ + 78 ], - "damage": [ + "__typename": [ + 78 + ] + }, + "my_friends_delete_elem_input": { + "elo": [ 38 ], - "damage_armor": [ + "last_presence_state": [ 38 ], - "health": [ - 38 + "__typename": [ + 78 + ] + }, + "my_friends_delete_key_input": { + "elo": [ + 78 ], - "round": [ - 2018 + "last_presence_state": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_damages_insert_input": { - "armor": [ + "my_friends_inc_input": { + "days_since_last_ban": [ 38 ], - "attacked_location": [ - 79 + "faceit_elo": [ + 38 ], - "attacked_location_coordinates": [ - 79 + "faceit_skill_level": [ + 38 ], - "attacked_player": [ - 2989 + "friend_steam_id": [ + 180 ], - "attacked_steam_id": [ - 178 + "game_ban_count": [ + 38 ], - "attacked_team": [ - 79 + "invited_by_steam_id": [ + 180 ], - "attacker_location": [ - 79 + "premier_rank": [ + 38 ], - "attacker_location_coordinates": [ - 79 + "steam_id": [ + 180 ], - "attacker_steam_id": [ - 178 + "vac_ban_count": [ + 38 ], - "attacker_team": [ - 79 + "__typename": [ + 78 + ] + }, + "my_friends_insert_input": { + "avatar_url": [ + 78 ], - "damage": [ - 38 + "country": [ + 78 ], - "damage_armor": [ - 38 + "created_at": [ + 4004 ], - "deleted_at": [ - 3558 + "custom_avatar_url": [ + 78 ], - "health": [ + "days_since_last_ban": [ 38 ], - "hitgroup": [ - 79 - ], - "id": [ - 3955 + "discord_id": [ + 78 ], - "match": [ - 1853 + "elo": [ + 1332 ], - "match_id": [ - 3955 + "faceit_elo": [ + 38 ], - "match_map": [ - 1691 + "faceit_nickname": [ + 78 ], - "match_map_id": [ - 3955 + "faceit_player_id": [ + 78 ], - "player": [ - 2989 + "faceit_skill_level": [ + 38 ], - "round": [ - 2018 + "faceit_updated_at": [ + 4004 ], - "time": [ - 3558 + "faceit_url": [ + 78 ], - "with": [ - 79 + "friend_steam_id": [ + 180 ], - "__typename": [ - 79 - ] - }, - "player_damages_max_fields": { - "armor": [ + "game_ban_count": [ 38 ], - "attacked_location": [ - 79 + "invited_by_steam_id": [ + 180 ], - "attacked_location_coordinates": [ - 79 + "language": [ + 78 ], - "attacked_steam_id": [ - 178 + "last_presence_state": [ + 1332 ], - "attacked_team": [ - 79 + "last_read_news_at": [ + 4004 ], - "attacker_location": [ - 79 + "last_sign_in_at": [ + 4004 ], - "attacker_location_coordinates": [ - 79 + "name": [ + 78 ], - "attacker_steam_id": [ - 178 + "name_registered": [ + 3 ], - "attacker_team": [ - 79 + "player": [ + 3430 ], - "damage": [ + "premier_rank": [ 38 ], - "damage_armor": [ - 38 + "premier_rank_updated_at": [ + 4004 ], - "deleted_at": [ - 3558 + "presence_updated_at": [ + 4004 ], - "health": [ - 38 + "profile_url": [ + 78 ], - "hitgroup": [ - 79 + "role": [ + 78 ], - "id": [ - 3955 + "roster_image_url": [ + 78 ], - "match_id": [ - 3955 + "show_match_ready_modal": [ + 3 ], - "match_map_id": [ - 3955 + "status": [ + 78 ], - "round": [ - 2018 + "steam_bans_checked_at": [ + 4004 ], - "time": [ - 3558 + "steam_id": [ + 180 ], - "with": [ - 79 + "vac_ban_count": [ + 38 + ], + "vac_banned": [ + 3 ], "__typename": [ - 79 + 78 ] }, - "player_damages_max_order_by": { - "armor": [ - 2020 - ], - "attacked_location": [ - 2020 + "my_friends_max_fields": { + "avatar_url": [ + 78 ], - "attacked_location_coordinates": [ - 2020 + "country": [ + 78 ], - "attacked_steam_id": [ - 2020 + "created_at": [ + 4004 ], - "attacked_team": [ - 2020 + "custom_avatar_url": [ + 78 ], - "attacker_location": [ - 2020 + "days_since_last_ban": [ + 38 ], - "attacker_location_coordinates": [ - 2020 + "discord_id": [ + 78 ], - "attacker_steam_id": [ - 2020 + "faceit_elo": [ + 38 ], - "attacker_team": [ - 2020 + "faceit_nickname": [ + 78 ], - "damage": [ - 2020 + "faceit_player_id": [ + 78 ], - "damage_armor": [ - 2020 + "faceit_skill_level": [ + 38 ], - "deleted_at": [ - 2020 + "faceit_updated_at": [ + 4004 ], - "health": [ - 2020 + "faceit_url": [ + 78 ], - "hitgroup": [ - 2020 + "friend_steam_id": [ + 180 ], - "id": [ - 2020 + "game_ban_count": [ + 38 ], - "match_id": [ - 2020 + "invited_by_steam_id": [ + 180 ], - "match_map_id": [ - 2020 + "language": [ + 78 ], - "round": [ - 2020 + "last_read_news_at": [ + 4004 ], - "time": [ - 2020 + "last_sign_in_at": [ + 4004 ], - "with": [ - 2020 + "name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_damages_min_fields": { - "armor": [ + "premier_rank": [ 38 ], - "attacked_location": [ - 79 + "premier_rank_updated_at": [ + 4004 ], - "attacked_location_coordinates": [ - 79 + "presence_updated_at": [ + 4004 ], - "attacked_steam_id": [ - 178 + "profile_url": [ + 78 ], - "attacked_team": [ - 79 + "role": [ + 78 ], - "attacker_location": [ - 79 + "roster_image_url": [ + 78 ], - "attacker_location_coordinates": [ - 79 + "status": [ + 78 ], - "attacker_steam_id": [ - 178 + "steam_bans_checked_at": [ + 4004 ], - "attacker_team": [ - 79 + "steam_id": [ + 180 ], - "damage": [ + "vac_ban_count": [ 38 ], - "damage_armor": [ - 38 + "__typename": [ + 78 + ] + }, + "my_friends_max_order_by": { + "avatar_url": [ + 2461 ], - "deleted_at": [ - 3558 + "country": [ + 2461 ], - "health": [ - 38 + "created_at": [ + 2461 ], - "hitgroup": [ - 79 + "custom_avatar_url": [ + 2461 ], - "id": [ - 3955 - ], - "match_id": [ - 3955 + "days_since_last_ban": [ + 2461 ], - "match_map_id": [ - 3955 + "discord_id": [ + 2461 ], - "round": [ - 2018 + "faceit_elo": [ + 2461 ], - "time": [ - 3558 + "faceit_nickname": [ + 2461 ], - "with": [ - 79 + "faceit_player_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_damages_min_order_by": { - "armor": [ - 2020 + "faceit_skill_level": [ + 2461 ], - "attacked_location": [ - 2020 + "faceit_updated_at": [ + 2461 ], - "attacked_location_coordinates": [ - 2020 + "faceit_url": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "friend_steam_id": [ + 2461 ], - "attacked_team": [ - 2020 + "game_ban_count": [ + 2461 ], - "attacker_location": [ - 2020 + "invited_by_steam_id": [ + 2461 ], - "attacker_location_coordinates": [ - 2020 + "language": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "last_read_news_at": [ + 2461 ], - "attacker_team": [ - 2020 + "last_sign_in_at": [ + 2461 ], - "damage": [ - 2020 + "name": [ + 2461 ], - "damage_armor": [ - 2020 + "premier_rank": [ + 2461 ], - "deleted_at": [ - 2020 + "premier_rank_updated_at": [ + 2461 ], - "health": [ - 2020 + "presence_updated_at": [ + 2461 ], - "hitgroup": [ - 2020 + "profile_url": [ + 2461 ], - "id": [ - 2020 + "role": [ + 2461 ], - "match_id": [ - 2020 + "roster_image_url": [ + 2461 ], - "match_map_id": [ - 2020 + "status": [ + 2461 ], - "round": [ - 2020 + "steam_bans_checked_at": [ + 2461 ], - "time": [ - 2020 + "steam_id": [ + 2461 ], - "with": [ - 2020 + "vac_ban_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_damages_mutation_response": { - "affected_rows": [ - 38 - ], - "returning": [ - 2221 + "my_friends_min_fields": { + "avatar_url": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_damages_on_conflict": { - "constraint": [ - 2231 + "country": [ + 78 ], - "update_columns": [ - 2254 + "created_at": [ + 4004 ], - "where": [ - 2230 + "custom_avatar_url": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_damages_order_by": { - "armor": [ - 2020 + "days_since_last_ban": [ + 38 ], - "attacked_location": [ - 2020 + "discord_id": [ + 78 ], - "attacked_location_coordinates": [ - 2020 + "faceit_elo": [ + 38 ], - "attacked_player": [ - 2991 + "faceit_nickname": [ + 78 ], - "attacked_steam_id": [ - 2020 + "faceit_player_id": [ + 78 ], - "attacked_team": [ - 2020 + "faceit_skill_level": [ + 38 ], - "attacker_location": [ - 2020 + "faceit_updated_at": [ + 4004 ], - "attacker_location_coordinates": [ - 2020 + "faceit_url": [ + 78 ], - "attacker_steam_id": [ - 2020 + "friend_steam_id": [ + 180 ], - "attacker_team": [ - 2020 + "game_ban_count": [ + 38 ], - "damage": [ - 2020 + "invited_by_steam_id": [ + 180 ], - "damage_armor": [ - 2020 + "language": [ + 78 ], - "deleted_at": [ - 2020 + "last_read_news_at": [ + 4004 ], - "health": [ - 2020 + "last_sign_in_at": [ + 4004 ], - "hitgroup": [ - 2020 + "name": [ + 78 ], - "id": [ - 2020 + "premier_rank": [ + 38 ], - "match": [ - 1855 + "premier_rank_updated_at": [ + 4004 ], - "match_id": [ - 2020 + "presence_updated_at": [ + 4004 ], - "match_map": [ - 1693 + "profile_url": [ + 78 ], - "match_map_id": [ - 2020 + "role": [ + 78 ], - "player": [ - 2991 + "roster_image_url": [ + 78 ], - "round": [ - 2020 + "status": [ + 78 ], - "team_damage": [ - 2020 + "steam_bans_checked_at": [ + 4004 ], - "time": [ - 2020 + "steam_id": [ + 180 ], - "with": [ - 2020 + "vac_ban_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_damages_pk_columns_input": { - "id": [ - 3955 + "my_friends_min_order_by": { + "avatar_url": [ + 2461 ], - "match_map_id": [ - 3955 + "country": [ + 2461 ], - "time": [ - 3558 + "created_at": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_damages_select_column": {}, - "player_damages_set_input": { - "armor": [ - 38 + "custom_avatar_url": [ + 2461 ], - "attacked_location": [ - 79 + "days_since_last_ban": [ + 2461 ], - "attacked_location_coordinates": [ - 79 + "discord_id": [ + 2461 ], - "attacked_steam_id": [ - 178 + "faceit_elo": [ + 2461 ], - "attacked_team": [ - 79 + "faceit_nickname": [ + 2461 ], - "attacker_location": [ - 79 + "faceit_player_id": [ + 2461 ], - "attacker_location_coordinates": [ - 79 + "faceit_skill_level": [ + 2461 ], - "attacker_steam_id": [ - 178 + "faceit_updated_at": [ + 2461 ], - "attacker_team": [ - 79 + "faceit_url": [ + 2461 ], - "damage": [ - 38 + "friend_steam_id": [ + 2461 ], - "damage_armor": [ - 38 + "game_ban_count": [ + 2461 ], - "deleted_at": [ - 3558 + "invited_by_steam_id": [ + 2461 ], - "health": [ - 38 + "language": [ + 2461 ], - "hitgroup": [ - 79 + "last_read_news_at": [ + 2461 ], - "id": [ - 3955 + "last_sign_in_at": [ + 2461 ], - "match_id": [ - 3955 + "name": [ + 2461 ], - "match_map_id": [ - 3955 + "premier_rank": [ + 2461 ], - "round": [ - 2018 + "premier_rank_updated_at": [ + 2461 ], - "time": [ - 3558 + "presence_updated_at": [ + 2461 ], - "with": [ - 79 + "profile_url": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_damages_stddev_fields": { - "armor": [ - 29 + "role": [ + 2461 ], - "attacked_steam_id": [ - 29 + "roster_image_url": [ + 2461 ], - "attacker_steam_id": [ - 29 + "status": [ + 2461 ], - "damage": [ - 29 + "steam_bans_checked_at": [ + 2461 ], - "damage_armor": [ - 29 + "steam_id": [ + 2461 ], - "health": [ - 29 + "vac_ban_count": [ + 2461 ], - "round": [ - 29 + "__typename": [ + 78 + ] + }, + "my_friends_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 2336 ], "__typename": [ - 79 + 78 ] }, - "player_damages_stddev_order_by": { - "armor": [ - 2020 + "my_friends_order_by": { + "avatar_url": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "country": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "created_at": [ + 2461 ], - "damage": [ - 2020 + "custom_avatar_url": [ + 2461 ], - "damage_armor": [ - 2020 + "days_since_last_ban": [ + 2461 ], - "health": [ - 2020 + "discord_id": [ + 2461 ], - "round": [ - 2020 + "elo": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_damages_stddev_pop_fields": { - "armor": [ - 29 + "faceit_elo": [ + 2461 ], - "attacked_steam_id": [ - 29 + "faceit_nickname": [ + 2461 ], - "attacker_steam_id": [ - 29 + "faceit_player_id": [ + 2461 ], - "damage": [ - 29 + "faceit_skill_level": [ + 2461 ], - "damage_armor": [ - 29 + "faceit_updated_at": [ + 2461 ], - "health": [ - 29 + "faceit_url": [ + 2461 ], - "round": [ - 29 + "friend_steam_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_damages_stddev_pop_order_by": { - "armor": [ - 2020 + "game_ban_count": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "invited_by_steam_id": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "language": [ + 2461 ], - "damage": [ - 2020 + "last_presence_state": [ + 2461 ], - "damage_armor": [ - 2020 + "last_read_news_at": [ + 2461 ], - "health": [ - 2020 + "last_sign_in_at": [ + 2461 ], - "round": [ - 2020 + "name": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_damages_stddev_samp_fields": { - "armor": [ - 29 + "name_registered": [ + 2461 ], - "attacked_steam_id": [ - 29 + "player": [ + 3432 ], - "attacker_steam_id": [ - 29 + "premier_rank": [ + 2461 ], - "damage": [ - 29 + "premier_rank_updated_at": [ + 2461 ], - "damage_armor": [ - 29 + "presence_updated_at": [ + 2461 ], - "health": [ - 29 + "profile_url": [ + 2461 ], - "round": [ - 29 + "role": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_damages_stddev_samp_order_by": { - "armor": [ - 2020 + "roster_image_url": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "show_match_ready_modal": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "status": [ + 2461 ], - "damage": [ - 2020 + "steam_bans_checked_at": [ + 2461 ], - "damage_armor": [ - 2020 + "steam_id": [ + 2461 ], - "health": [ - 2020 + "vac_ban_count": [ + 2461 ], - "round": [ - 2020 + "vac_banned": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_damages_stream_cursor_input": { - "initial_value": [ - 2251 + "my_friends_prepend_input": { + "elo": [ + 1332 ], - "ordering": [ - 233 + "last_presence_state": [ + 1332 ], "__typename": [ - 79 + 78 ] }, - "player_damages_stream_cursor_value_input": { - "armor": [ - 38 - ], - "attacked_location": [ - 79 - ], - "attacked_location_coordinates": [ - 79 + "my_friends_select_column": {}, + "my_friends_select_column_my_friends_aggregate_bool_exp_bool_and_arguments_columns": {}, + "my_friends_select_column_my_friends_aggregate_bool_exp_bool_or_arguments_columns": {}, + "my_friends_set_input": { + "avatar_url": [ + 78 ], - "attacked_steam_id": [ - 178 + "country": [ + 78 ], - "attacked_team": [ - 79 + "created_at": [ + 4004 ], - "attacker_location": [ - 79 + "custom_avatar_url": [ + 78 ], - "attacker_location_coordinates": [ - 79 + "days_since_last_ban": [ + 38 ], - "attacker_steam_id": [ - 178 + "discord_id": [ + 78 ], - "attacker_team": [ - 79 + "elo": [ + 1332 ], - "damage": [ + "faceit_elo": [ 38 ], - "damage_armor": [ - 38 + "faceit_nickname": [ + 78 ], - "deleted_at": [ - 3558 + "faceit_player_id": [ + 78 ], - "health": [ + "faceit_skill_level": [ 38 ], - "hitgroup": [ - 79 - ], - "id": [ - 3955 + "faceit_updated_at": [ + 4004 ], - "match_id": [ - 3955 + "faceit_url": [ + 78 ], - "match_map_id": [ - 3955 + "friend_steam_id": [ + 180 ], - "round": [ - 2018 + "game_ban_count": [ + 38 ], - "time": [ - 3558 + "invited_by_steam_id": [ + 180 ], - "with": [ - 79 + "language": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_damages_sum_fields": { - "armor": [ - 38 + "last_presence_state": [ + 1332 ], - "attacked_steam_id": [ - 178 + "last_read_news_at": [ + 4004 ], - "attacker_steam_id": [ - 178 + "last_sign_in_at": [ + 4004 ], - "damage": [ - 38 + "name": [ + 78 ], - "damage_armor": [ - 38 + "name_registered": [ + 3 ], - "health": [ + "premier_rank": [ 38 ], - "round": [ - 2018 + "premier_rank_updated_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "player_damages_sum_order_by": { - "armor": [ - 2020 + "presence_updated_at": [ + 4004 ], - "attacked_steam_id": [ - 2020 + "profile_url": [ + 78 ], - "attacker_steam_id": [ - 2020 + "role": [ + 78 ], - "damage": [ - 2020 + "roster_image_url": [ + 78 ], - "damage_armor": [ - 2020 + "show_match_ready_modal": [ + 3 ], - "health": [ - 2020 + "status": [ + 78 ], - "round": [ - 2020 + "steam_bans_checked_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "player_damages_update_column": {}, - "player_damages_updates": { - "_inc": [ - 2232 + "steam_id": [ + 180 ], - "_set": [ - 2243 + "vac_ban_count": [ + 38 ], - "where": [ - 2230 + "vac_banned": [ + 3 ], "__typename": [ - 79 + 78 ] }, - "player_damages_var_pop_fields": { - "armor": [ + "my_friends_stddev_fields": { + "days_since_last_ban": [ 29 ], - "attacked_steam_id": [ + "faceit_elo": [ 29 ], - "attacker_steam_id": [ + "faceit_skill_level": [ 29 ], - "damage": [ + "friend_steam_id": [ 29 ], - "damage_armor": [ + "game_ban_count": [ 29 ], - "health": [ + "invited_by_steam_id": [ 29 ], - "round": [ + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "vac_ban_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_damages_var_pop_order_by": { - "armor": [ - 2020 + "my_friends_stddev_order_by": { + "days_since_last_ban": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "faceit_elo": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "faceit_skill_level": [ + 2461 ], - "damage": [ - 2020 + "friend_steam_id": [ + 2461 ], - "damage_armor": [ - 2020 + "game_ban_count": [ + 2461 ], - "health": [ - 2020 + "invited_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "premier_rank": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "vac_ban_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_damages_var_samp_fields": { - "armor": [ + "my_friends_stddev_pop_fields": { + "days_since_last_ban": [ 29 ], - "attacked_steam_id": [ + "faceit_elo": [ 29 ], - "attacker_steam_id": [ + "faceit_skill_level": [ 29 ], - "damage": [ + "friend_steam_id": [ 29 ], - "damage_armor": [ + "game_ban_count": [ 29 ], - "health": [ + "invited_by_steam_id": [ 29 ], - "round": [ + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "vac_ban_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_damages_var_samp_order_by": { - "armor": [ - 2020 + "my_friends_stddev_pop_order_by": { + "days_since_last_ban": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "faceit_elo": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "faceit_skill_level": [ + 2461 ], - "damage": [ - 2020 + "friend_steam_id": [ + 2461 ], - "damage_armor": [ - 2020 + "game_ban_count": [ + 2461 ], - "health": [ - 2020 + "invited_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "premier_rank": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "vac_ban_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_damages_variance_fields": { - "armor": [ + "my_friends_stddev_samp_fields": { + "days_since_last_ban": [ 29 ], - "attacked_steam_id": [ + "faceit_elo": [ 29 ], - "attacker_steam_id": [ + "faceit_skill_level": [ 29 ], - "damage": [ + "friend_steam_id": [ 29 ], - "damage_armor": [ + "game_ban_count": [ 29 ], - "health": [ + "invited_by_steam_id": [ 29 ], - "round": [ + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "vac_ban_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_damages_variance_order_by": { - "armor": [ - 2020 + "my_friends_stddev_samp_order_by": { + "days_since_last_ban": [ + 2461 ], - "attacked_steam_id": [ - 2020 + "faceit_elo": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "faceit_skill_level": [ + 2461 ], - "damage": [ - 2020 + "friend_steam_id": [ + 2461 ], - "damage_armor": [ - 2020 + "game_ban_count": [ + 2461 ], - "health": [ - 2020 + "invited_by_steam_id": [ + 2461 ], - "round": [ - 2020 + "premier_rank": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "vac_ban_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_elo": { - "actual_score": [ - 1093 + "my_friends_stream_cursor_input": { + "initial_value": [ + 2372 ], - "assists": [ - 38 + "ordering": [ + 236 ], - "change": [ - 2018 + "__typename": [ + 78 + ] + }, + "my_friends_stream_cursor_value_input": { + "avatar_url": [ + 78 + ], + "country": [ + 78 ], "created_at": [ - 3558 + 4004 ], - "current": [ - 2018 + "custom_avatar_url": [ + 78 ], - "damage": [ + "days_since_last_ban": [ 38 ], - "damage_percent": [ - 1093 + "discord_id": [ + 78 ], - "deaths": [ + "elo": [ + 1332 + ], + "faceit_elo": [ 38 ], - "expected_score": [ - 1093 + "faceit_nickname": [ + 78 ], - "impact": [ - 2018 + "faceit_player_id": [ + 78 ], - "k_factor": [ + "faceit_skill_level": [ 38 ], - "kda": [ - 1093 + "faceit_updated_at": [ + 4004 ], - "kills": [ - 38 + "faceit_url": [ + 78 ], - "map_losses": [ - 38 + "friend_steam_id": [ + 180 ], - "map_wins": [ + "game_ban_count": [ 38 ], - "match": [ - 1835 - ], - "match_id": [ - 3955 + "invited_by_steam_id": [ + 180 ], - "opponent_team_elo_avg": [ - 1093 + "language": [ + 78 ], - "performance_multiplier": [ - 1093 + "last_presence_state": [ + 1332 ], - "player": [ - 2978 + "last_read_news_at": [ + 4004 ], - "player_team_elo_avg": [ - 1093 + "last_sign_in_at": [ + 4004 ], - "season": [ - 3034 + "name": [ + 78 ], - "season_id": [ - 3955 + "name_registered": [ + 3 ], - "series_multiplier": [ + "premier_rank": [ 38 ], - "steam_id": [ - 178 + "premier_rank_updated_at": [ + 4004 ], - "team_avg_kda": [ - 1093 + "presence_updated_at": [ + 4004 ], - "type": [ - 733 + "profile_url": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_elo_aggregate": { - "aggregate": [ - 2264 + "role": [ + 78 ], - "nodes": [ - 2262 + "roster_image_url": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_elo_aggregate_fields": { - "avg": [ - 2265 + "show_match_ready_modal": [ + 3 ], - "count": [ - 38, - { - "columns": [ - 2276, - "[player_elo_select_column!]" - ], - "distinct": [ - 3 - ] - } + "status": [ + 78 ], - "max": [ - 2270 + "steam_bans_checked_at": [ + 4004 ], - "min": [ - 2271 + "steam_id": [ + 180 ], - "stddev": [ - 2278 + "vac_ban_count": [ + 38 ], - "stddev_pop": [ - 2279 + "vac_banned": [ + 3 ], - "stddev_samp": [ - 2280 + "__typename": [ + 78 + ] + }, + "my_friends_sum_fields": { + "days_since_last_ban": [ + 38 ], - "sum": [ - 2283 + "faceit_elo": [ + 38 ], - "var_pop": [ - 2286 + "faceit_skill_level": [ + 38 ], - "var_samp": [ - 2287 + "friend_steam_id": [ + 180 ], - "variance": [ - 2288 + "game_ban_count": [ + 38 + ], + "invited_by_steam_id": [ + 180 + ], + "premier_rank": [ + 38 + ], + "steam_id": [ + 180 + ], + "vac_ban_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_elo_avg_fields": { - "actual_score": [ - 29 + "my_friends_sum_order_by": { + "days_since_last_ban": [ + 2461 ], - "assists": [ - 29 + "faceit_elo": [ + 2461 ], - "change": [ - 29 + "faceit_skill_level": [ + 2461 ], - "current": [ - 29 + "friend_steam_id": [ + 2461 ], - "damage": [ - 29 + "game_ban_count": [ + 2461 ], - "damage_percent": [ - 29 + "invited_by_steam_id": [ + 2461 ], - "deaths": [ - 29 + "premier_rank": [ + 2461 ], - "expected_score": [ - 29 + "steam_id": [ + 2461 ], - "impact": [ - 29 + "vac_ban_count": [ + 2461 ], - "k_factor": [ - 29 + "__typename": [ + 78 + ] + }, + "my_friends_updates": { + "_append": [ + 2344 ], - "kda": [ - 29 + "_delete_at_path": [ + 2349 ], - "kills": [ + "_delete_elem": [ + 2350 + ], + "_delete_key": [ + 2351 + ], + "_inc": [ + 2352 + ], + "_prepend": [ + 2360 + ], + "_set": [ + 2364 + ], + "where": [ + 2348 + ], + "__typename": [ + 78 + ] + }, + "my_friends_var_pop_fields": { + "days_since_last_ban": [ 29 ], - "map_losses": [ + "faceit_elo": [ 29 ], - "map_wins": [ + "faceit_skill_level": [ 29 ], - "opponent_team_elo_avg": [ + "friend_steam_id": [ 29 ], - "performance_multiplier": [ + "game_ban_count": [ 29 ], - "player_team_elo_avg": [ + "invited_by_steam_id": [ 29 ], - "series_multiplier": [ + "premier_rank": [ 29 ], "steam_id": [ 29 ], - "team_avg_kda": [ + "vac_ban_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_elo_bool_exp": { - "_and": [ - 2266 - ], - "_not": [ - 2266 - ], - "_or": [ - 2266 + "my_friends_var_pop_order_by": { + "days_since_last_ban": [ + 2461 ], - "actual_score": [ - 1094 + "faceit_elo": [ + 2461 ], - "assists": [ - 39 + "faceit_skill_level": [ + 2461 ], - "change": [ - 2019 + "friend_steam_id": [ + 2461 ], - "created_at": [ - 3559 + "game_ban_count": [ + 2461 ], - "current": [ - 2019 + "invited_by_steam_id": [ + 2461 ], - "damage": [ - 39 + "premier_rank": [ + 2461 ], - "damage_percent": [ - 1094 + "steam_id": [ + 2461 ], - "deaths": [ - 39 + "vac_ban_count": [ + 2461 ], - "expected_score": [ - 1094 + "__typename": [ + 78 + ] + }, + "my_friends_var_samp_fields": { + "days_since_last_ban": [ + 29 ], - "impact": [ - 2019 + "faceit_elo": [ + 29 ], - "k_factor": [ - 39 + "faceit_skill_level": [ + 29 ], - "kda": [ - 1094 + "friend_steam_id": [ + 29 ], - "kills": [ - 39 + "game_ban_count": [ + 29 ], - "map_losses": [ - 39 + "invited_by_steam_id": [ + 29 ], - "map_wins": [ - 39 + "premier_rank": [ + 29 ], - "match": [ - 1844 + "steam_id": [ + 29 ], - "match_id": [ - 3957 + "vac_ban_count": [ + 29 ], - "opponent_team_elo_avg": [ - 1094 + "__typename": [ + 78 + ] + }, + "my_friends_var_samp_order_by": { + "days_since_last_ban": [ + 2461 ], - "performance_multiplier": [ - 1094 + "faceit_elo": [ + 2461 ], - "player": [ - 2982 + "faceit_skill_level": [ + 2461 ], - "player_team_elo_avg": [ - 1094 + "friend_steam_id": [ + 2461 ], - "season": [ - 3038 + "game_ban_count": [ + 2461 ], - "season_id": [ - 3957 + "invited_by_steam_id": [ + 2461 ], - "series_multiplier": [ - 39 + "premier_rank": [ + 2461 ], "steam_id": [ - 180 - ], - "team_avg_kda": [ - 1094 + 2461 ], - "type": [ - 734 + "vac_ban_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_elo_constraint": {}, - "player_elo_inc_input": { - "actual_score": [ - 1093 - ], - "assists": [ - 38 - ], - "change": [ - 2018 + "my_friends_variance_fields": { + "days_since_last_ban": [ + 29 ], - "current": [ - 2018 + "faceit_elo": [ + 29 ], - "damage": [ - 38 + "faceit_skill_level": [ + 29 ], - "damage_percent": [ - 1093 + "friend_steam_id": [ + 29 ], - "deaths": [ - 38 + "game_ban_count": [ + 29 ], - "expected_score": [ - 1093 + "invited_by_steam_id": [ + 29 ], - "impact": [ - 2018 + "premier_rank": [ + 29 ], - "k_factor": [ - 38 + "steam_id": [ + 29 ], - "kda": [ - 1093 + "vac_ban_count": [ + 29 ], - "kills": [ - 38 + "__typename": [ + 78 + ] + }, + "my_friends_variance_order_by": { + "days_since_last_ban": [ + 2461 ], - "map_losses": [ - 38 + "faceit_elo": [ + 2461 ], - "map_wins": [ - 38 + "faceit_skill_level": [ + 2461 ], - "opponent_team_elo_avg": [ - 1093 + "friend_steam_id": [ + 2461 ], - "performance_multiplier": [ - 1093 + "game_ban_count": [ + 2461 ], - "player_team_elo_avg": [ - 1093 + "invited_by_steam_id": [ + 2461 ], - "series_multiplier": [ - 38 + "premier_rank": [ + 2461 ], "steam_id": [ - 178 + 2461 ], - "team_avg_kda": [ - 1093 + "vac_ban_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_elo_insert_input": { - "actual_score": [ - 1093 + "news_articles": { + "author": [ + 3419 ], - "assists": [ - 38 + "author_steam_id": [ + 180 ], - "change": [ - 2018 + "content_markdown": [ + 78 + ], + "cover_image_url": [ + 78 ], "created_at": [ - 3558 + 4004 ], - "current": [ - 2018 + "id": [ + 4442 ], - "damage": [ - 38 + "published_at": [ + 4004 ], - "damage_percent": [ - 1093 + "slug": [ + 78 ], - "deaths": [ - 38 + "status": [ + 78 ], - "expected_score": [ - 1093 + "teaser": [ + 78 ], - "impact": [ - 2018 + "title": [ + 78 ], - "k_factor": [ - 38 + "updated_at": [ + 4004 ], - "kda": [ - 1093 + "view_count": [ + 180 ], - "kills": [ - 38 + "__typename": [ + 78 + ] + }, + "news_articles_aggregate": { + "aggregate": [ + 2384 ], - "map_losses": [ - 38 + "nodes": [ + 2382 ], - "map_wins": [ - 38 + "__typename": [ + 78 + ] + }, + "news_articles_aggregate_fields": { + "avg": [ + 2385 ], - "match": [ - 1853 + "count": [ + 38, + { + "columns": [ + 2396, + "[news_articles_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "match_id": [ - 3955 + "max": [ + 2390 ], - "opponent_team_elo_avg": [ - 1093 + "min": [ + 2391 ], - "performance_multiplier": [ - 1093 + "stddev": [ + 2398 ], - "player": [ - 2989 + "stddev_pop": [ + 2399 ], - "player_team_elo_avg": [ - 1093 + "stddev_samp": [ + 2400 ], - "season": [ - 3045 + "sum": [ + 2403 ], - "season_id": [ - 3955 + "var_pop": [ + 2406 ], - "series_multiplier": [ - 38 + "var_samp": [ + 2407 ], - "steam_id": [ - 178 + "variance": [ + 2408 ], - "team_avg_kda": [ - 1093 + "__typename": [ + 78 + ] + }, + "news_articles_avg_fields": { + "author_steam_id": [ + 29 ], - "type": [ - 733 + "view_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_elo_max_fields": { - "actual_score": [ - 1093 + "news_articles_bool_exp": { + "_and": [ + 2386 ], - "assists": [ - 38 + "_not": [ + 2386 ], - "change": [ - 2018 + "_or": [ + 2386 + ], + "author": [ + 3423 + ], + "author_steam_id": [ + 182 + ], + "content_markdown": [ + 80 + ], + "cover_image_url": [ + 80 ], "created_at": [ - 3558 + 4005 ], - "current": [ - 2018 + "id": [ + 4444 ], - "damage": [ - 38 + "published_at": [ + 4005 ], - "damage_percent": [ - 1093 + "slug": [ + 80 ], - "deaths": [ - 38 + "status": [ + 80 ], - "expected_score": [ - 1093 + "teaser": [ + 80 ], - "impact": [ - 2018 + "title": [ + 80 ], - "k_factor": [ - 38 + "updated_at": [ + 4005 ], - "kda": [ - 1093 + "view_count": [ + 182 ], - "kills": [ - 38 + "__typename": [ + 78 + ] + }, + "news_articles_constraint": {}, + "news_articles_inc_input": { + "author_steam_id": [ + 180 ], - "map_losses": [ - 38 + "view_count": [ + 180 ], - "map_wins": [ - 38 + "__typename": [ + 78 + ] + }, + "news_articles_insert_input": { + "author": [ + 3430 ], - "match_id": [ - 3955 + "author_steam_id": [ + 180 ], - "opponent_team_elo_avg": [ - 1093 + "content_markdown": [ + 78 ], - "performance_multiplier": [ - 1093 + "cover_image_url": [ + 78 ], - "player_team_elo_avg": [ - 1093 + "created_at": [ + 4004 ], - "season_id": [ - 3955 + "id": [ + 4442 ], - "series_multiplier": [ - 38 + "published_at": [ + 4004 ], - "steam_id": [ - 178 + "slug": [ + 78 ], - "team_avg_kda": [ - 1093 + "status": [ + 78 + ], + "teaser": [ + 78 + ], + "title": [ + 78 + ], + "updated_at": [ + 4004 + ], + "view_count": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "player_elo_min_fields": { - "actual_score": [ - 1093 + "news_articles_max_fields": { + "author_steam_id": [ + 180 ], - "assists": [ - 38 + "content_markdown": [ + 78 ], - "change": [ - 2018 + "cover_image_url": [ + 78 ], "created_at": [ - 3558 + 4004 ], - "current": [ - 2018 + "id": [ + 4442 ], - "damage": [ - 38 + "published_at": [ + 4004 ], - "damage_percent": [ - 1093 + "slug": [ + 78 ], - "deaths": [ - 38 + "status": [ + 78 ], - "expected_score": [ - 1093 + "teaser": [ + 78 ], - "impact": [ - 2018 + "title": [ + 78 ], - "k_factor": [ - 38 + "updated_at": [ + 4004 ], - "kda": [ - 1093 + "view_count": [ + 180 ], - "kills": [ - 38 + "__typename": [ + 78 + ] + }, + "news_articles_min_fields": { + "author_steam_id": [ + 180 ], - "map_losses": [ - 38 + "content_markdown": [ + 78 ], - "map_wins": [ - 38 + "cover_image_url": [ + 78 ], - "match_id": [ - 3955 + "created_at": [ + 4004 ], - "opponent_team_elo_avg": [ - 1093 + "id": [ + 4442 ], - "performance_multiplier": [ - 1093 + "published_at": [ + 4004 ], - "player_team_elo_avg": [ - 1093 + "slug": [ + 78 ], - "season_id": [ - 3955 + "status": [ + 78 ], - "series_multiplier": [ - 38 + "teaser": [ + 78 ], - "steam_id": [ - 178 + "title": [ + 78 ], - "team_avg_kda": [ - 1093 + "updated_at": [ + 4004 + ], + "view_count": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "player_elo_mutation_response": { + "news_articles_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 2262 + 2382 ], "__typename": [ - 79 + 78 ] }, - "player_elo_on_conflict": { + "news_articles_on_conflict": { "constraint": [ - 2267 + 2387 ], "update_columns": [ - 2284 + 2404 ], "where": [ - 2266 + 2386 ], "__typename": [ - 79 + 78 ] }, - "player_elo_order_by": { - "actual_score": [ - 2020 - ], - "assists": [ - 2020 + "news_articles_order_by": { + "author": [ + 3432 ], - "change": [ - 2020 + "author_steam_id": [ + 2461 ], - "created_at": [ - 2020 + "content_markdown": [ + 2461 ], - "current": [ - 2020 + "cover_image_url": [ + 2461 ], - "damage": [ - 2020 + "created_at": [ + 2461 ], - "damage_percent": [ - 2020 + "id": [ + 2461 ], - "deaths": [ - 2020 + "published_at": [ + 2461 ], - "expected_score": [ - 2020 + "slug": [ + 2461 ], - "impact": [ - 2020 + "status": [ + 2461 ], - "k_factor": [ - 2020 + "teaser": [ + 2461 ], - "kda": [ - 2020 + "title": [ + 2461 ], - "kills": [ - 2020 + "updated_at": [ + 2461 ], - "map_losses": [ - 2020 + "view_count": [ + 2461 ], - "map_wins": [ - 2020 + "__typename": [ + 78 + ] + }, + "news_articles_pk_columns_input": { + "id": [ + 4442 ], - "match": [ - 1855 + "__typename": [ + 78 + ] + }, + "news_articles_select_column": {}, + "news_articles_set_input": { + "author_steam_id": [ + 180 ], - "match_id": [ - 2020 + "content_markdown": [ + 78 ], - "opponent_team_elo_avg": [ - 2020 + "cover_image_url": [ + 78 ], - "performance_multiplier": [ - 2020 + "created_at": [ + 4004 ], - "player": [ - 2991 + "id": [ + 4442 ], - "player_team_elo_avg": [ - 2020 + "published_at": [ + 4004 ], - "season": [ - 3047 + "slug": [ + 78 ], - "season_id": [ - 2020 + "status": [ + 78 ], - "series_multiplier": [ - 2020 + "teaser": [ + 78 ], - "steam_id": [ - 2020 + "title": [ + 78 ], - "team_avg_kda": [ - 2020 + "updated_at": [ + 4004 ], - "type": [ - 2020 + "view_count": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "player_elo_pk_columns_input": { - "match_id": [ - 3955 - ], - "steam_id": [ - 178 + "news_articles_stddev_fields": { + "author_steam_id": [ + 29 ], - "type": [ - 733 + "view_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_elo_select_column": {}, - "player_elo_set_input": { - "actual_score": [ - 1093 - ], - "assists": [ - 38 + "news_articles_stddev_pop_fields": { + "author_steam_id": [ + 29 ], - "change": [ - 2018 + "view_count": [ + 29 ], - "created_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "news_articles_stddev_samp_fields": { + "author_steam_id": [ + 29 ], - "current": [ - 2018 + "view_count": [ + 29 ], - "damage": [ - 38 + "__typename": [ + 78 + ] + }, + "news_articles_stream_cursor_input": { + "initial_value": [ + 2402 ], - "damage_percent": [ - 1093 + "ordering": [ + 236 ], - "deaths": [ - 38 + "__typename": [ + 78 + ] + }, + "news_articles_stream_cursor_value_input": { + "author_steam_id": [ + 180 ], - "expected_score": [ - 1093 + "content_markdown": [ + 78 ], - "impact": [ - 2018 + "cover_image_url": [ + 78 ], - "k_factor": [ - 38 + "created_at": [ + 4004 ], - "kda": [ - 1093 + "id": [ + 4442 ], - "kills": [ - 38 + "published_at": [ + 4004 ], - "map_losses": [ - 38 + "slug": [ + 78 ], - "map_wins": [ - 38 + "status": [ + 78 ], - "match_id": [ - 3955 + "teaser": [ + 78 ], - "opponent_team_elo_avg": [ - 1093 + "title": [ + 78 ], - "performance_multiplier": [ - 1093 + "updated_at": [ + 4004 ], - "player_team_elo_avg": [ - 1093 + "view_count": [ + 180 ], - "season_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "news_articles_sum_fields": { + "author_steam_id": [ + 180 ], - "series_multiplier": [ - 38 + "view_count": [ + 180 ], - "steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "news_articles_update_column": {}, + "news_articles_updates": { + "_inc": [ + 2388 ], - "team_avg_kda": [ - 1093 + "_set": [ + 2397 ], - "type": [ - 733 + "where": [ + 2386 ], "__typename": [ - 79 + 78 ] }, - "player_elo_stddev_fields": { - "actual_score": [ + "news_articles_var_pop_fields": { + "author_steam_id": [ 29 ], - "assists": [ + "view_count": [ 29 ], - "change": [ + "__typename": [ + 78 + ] + }, + "news_articles_var_samp_fields": { + "author_steam_id": [ 29 ], - "current": [ + "view_count": [ 29 ], - "damage": [ + "__typename": [ + 78 + ] + }, + "news_articles_variance_fields": { + "author_steam_id": [ 29 ], - "damage_percent": [ + "view_count": [ 29 ], - "deaths": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications": { + "actions": [ + 1332, + { + "path": [ + 78 + ] + } ], - "expected_score": [ - 29 + "created_at": [ + 4004 ], - "impact": [ - 29 + "deletable": [ + 3 ], - "k_factor": [ - 29 + "deleted_at": [ + 4004 ], - "kda": [ - 29 + "entity_id": [ + 78 ], - "kills": [ - 29 + "id": [ + 4442 ], - "map_losses": [ - 29 + "is_read": [ + 3 ], - "map_wins": [ - 29 + "message": [ + 78 ], - "opponent_team_elo_avg": [ - 29 + "player": [ + 3419 ], - "performance_multiplier": [ - 29 + "role": [ + 881 ], - "player_team_elo_avg": [ - 29 + "steam_id": [ + 180 ], - "series_multiplier": [ - 29 + "title": [ + 78 ], - "steam_id": [ - 29 + "type": [ + 841 ], - "team_avg_kda": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_aggregate": { + "aggregate": [ + 2415 + ], + "nodes": [ + 2409 ], "__typename": [ - 79 + 78 ] }, - "player_elo_stddev_pop_fields": { - "actual_score": [ - 29 + "notifications_aggregate_bool_exp": { + "bool_and": [ + 2412 ], - "assists": [ - 29 + "bool_or": [ + 2413 ], - "change": [ - 29 + "count": [ + 2414 ], - "current": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_aggregate_bool_exp_bool_and": { + "arguments": [ + 2438 ], - "damage": [ - 29 + "distinct": [ + 3 ], - "damage_percent": [ - 29 + "filter": [ + 2421 ], - "deaths": [ - 29 + "predicate": [ + 4 ], - "expected_score": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_aggregate_bool_exp_bool_or": { + "arguments": [ + 2439 ], - "impact": [ - 29 + "distinct": [ + 3 ], - "k_factor": [ - 29 + "filter": [ + 2421 ], - "kda": [ - 29 + "predicate": [ + 4 ], - "kills": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_aggregate_bool_exp_count": { + "arguments": [ + 2437 ], - "map_losses": [ - 29 + "distinct": [ + 3 ], - "map_wins": [ - 29 + "filter": [ + 2421 ], - "opponent_team_elo_avg": [ - 29 + "predicate": [ + 39 ], - "performance_multiplier": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_aggregate_fields": { + "avg": [ + 2419 ], - "player_team_elo_avg": [ - 29 + "count": [ + 38, + { + "columns": [ + 2437, + "[notifications_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "series_multiplier": [ - 29 + "max": [ + 2428 ], - "steam_id": [ - 29 + "min": [ + 2430 ], - "team_avg_kda": [ - 29 + "stddev": [ + 2441 ], - "__typename": [ - 79 - ] - }, - "player_elo_stddev_samp_fields": { - "actual_score": [ - 29 + "stddev_pop": [ + 2443 ], - "assists": [ - 29 + "stddev_samp": [ + 2445 ], - "change": [ - 29 + "sum": [ + 2449 ], - "current": [ - 29 + "var_pop": [ + 2453 ], - "damage": [ - 29 + "var_samp": [ + 2455 ], - "damage_percent": [ - 29 + "variance": [ + 2457 ], - "deaths": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_aggregate_order_by": { + "avg": [ + 2420 ], - "expected_score": [ - 29 + "count": [ + 2461 ], - "impact": [ - 29 + "max": [ + 2429 ], - "k_factor": [ - 29 + "min": [ + 2431 ], - "kda": [ - 29 + "stddev": [ + 2442 ], - "kills": [ - 29 + "stddev_pop": [ + 2444 ], - "map_losses": [ - 29 + "stddev_samp": [ + 2446 ], - "map_wins": [ - 29 + "sum": [ + 2450 ], - "opponent_team_elo_avg": [ - 29 + "var_pop": [ + 2454 ], - "performance_multiplier": [ - 29 + "var_samp": [ + 2456 ], - "player_team_elo_avg": [ - 29 + "variance": [ + 2458 ], - "series_multiplier": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_append_input": { + "actions": [ + 1332 ], - "steam_id": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_arr_rel_insert_input": { + "data": [ + 2427 ], - "team_avg_kda": [ - 29 + "on_conflict": [ + 2433 ], "__typename": [ - 79 + 78 ] }, - "player_elo_stream_cursor_input": { - "initial_value": [ - 2282 + "notifications_avg_fields": { + "steam_id": [ + 29 ], - "ordering": [ - 233 + "__typename": [ + 78 + ] + }, + "notifications_avg_order_by": { + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_elo_stream_cursor_value_input": { - "actual_score": [ - 1093 + "notifications_bool_exp": { + "_and": [ + 2421 ], - "assists": [ - 38 + "_not": [ + 2421 ], - "change": [ - 2018 + "_or": [ + 2421 + ], + "actions": [ + 1334 ], "created_at": [ - 3558 + 4005 ], - "current": [ - 2018 + "deletable": [ + 4 ], - "damage": [ - 38 + "deleted_at": [ + 4005 ], - "damage_percent": [ - 1093 + "entity_id": [ + 80 ], - "deaths": [ - 38 + "id": [ + 4444 ], - "expected_score": [ - 1093 + "is_read": [ + 4 ], - "impact": [ - 2018 + "message": [ + 80 ], - "k_factor": [ - 38 + "player": [ + 3423 ], - "kda": [ - 1093 + "role": [ + 882 ], - "kills": [ - 38 + "steam_id": [ + 182 ], - "map_losses": [ - 38 + "title": [ + 80 ], - "map_wins": [ + "type": [ + 842 + ], + "__typename": [ + 78 + ] + }, + "notifications_constraint": {}, + "notifications_delete_at_path_input": { + "actions": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "notifications_delete_elem_input": { + "actions": [ 38 ], - "match_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "notifications_delete_key_input": { + "actions": [ + 78 ], - "opponent_team_elo_avg": [ - 1093 + "__typename": [ + 78 + ] + }, + "notifications_inc_input": { + "steam_id": [ + 180 ], - "performance_multiplier": [ - 1093 + "__typename": [ + 78 + ] + }, + "notifications_insert_input": { + "actions": [ + 1332 ], - "player_team_elo_avg": [ - 1093 + "created_at": [ + 4004 ], - "season_id": [ - 3955 + "deletable": [ + 3 ], - "series_multiplier": [ - 38 + "deleted_at": [ + 4004 + ], + "entity_id": [ + 78 + ], + "id": [ + 4442 + ], + "is_read": [ + 3 + ], + "message": [ + 78 + ], + "player": [ + 3430 + ], + "role": [ + 881 ], "steam_id": [ - 178 + 180 ], - "team_avg_kda": [ - 1093 + "title": [ + 78 ], "type": [ - 733 + 841 ], "__typename": [ - 79 + 78 ] }, - "player_elo_sum_fields": { - "actual_score": [ - 1093 + "notifications_max_fields": { + "created_at": [ + 4004 ], - "assists": [ - 38 + "deleted_at": [ + 4004 ], - "change": [ - 2018 + "entity_id": [ + 78 ], - "current": [ - 2018 + "id": [ + 4442 ], - "damage": [ - 38 + "message": [ + 78 ], - "damage_percent": [ - 1093 + "steam_id": [ + 180 ], - "deaths": [ - 38 + "title": [ + 78 ], - "expected_score": [ - 1093 + "__typename": [ + 78 + ] + }, + "notifications_max_order_by": { + "created_at": [ + 2461 ], - "impact": [ - 2018 + "deleted_at": [ + 2461 ], - "k_factor": [ - 38 + "entity_id": [ + 2461 ], - "kda": [ - 1093 + "id": [ + 2461 ], - "kills": [ - 38 + "message": [ + 2461 ], - "map_losses": [ - 38 + "steam_id": [ + 2461 ], - "map_wins": [ - 38 + "title": [ + 2461 ], - "opponent_team_elo_avg": [ - 1093 + "__typename": [ + 78 + ] + }, + "notifications_min_fields": { + "created_at": [ + 4004 ], - "performance_multiplier": [ - 1093 + "deleted_at": [ + 4004 ], - "player_team_elo_avg": [ - 1093 + "entity_id": [ + 78 ], - "series_multiplier": [ - 38 + "id": [ + 4442 + ], + "message": [ + 78 ], "steam_id": [ - 178 + 180 ], - "team_avg_kda": [ - 1093 + "title": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_elo_update_column": {}, - "player_elo_updates": { - "_inc": [ - 2268 + "notifications_min_order_by": { + "created_at": [ + 2461 ], - "_set": [ - 2277 + "deleted_at": [ + 2461 ], - "where": [ - 2266 + "entity_id": [ + 2461 + ], + "id": [ + 2461 + ], + "message": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "title": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_elo_var_pop_fields": { - "actual_score": [ - 29 - ], - "assists": [ - 29 + "notifications_mutation_response": { + "affected_rows": [ + 38 ], - "change": [ - 29 + "returning": [ + 2409 ], - "current": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_on_conflict": { + "constraint": [ + 2422 ], - "damage": [ - 29 + "update_columns": [ + 2451 ], - "damage_percent": [ - 29 + "where": [ + 2421 ], - "deaths": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_order_by": { + "actions": [ + 2461 ], - "expected_score": [ - 29 + "created_at": [ + 2461 ], - "impact": [ - 29 + "deletable": [ + 2461 ], - "k_factor": [ - 29 + "deleted_at": [ + 2461 ], - "kda": [ - 29 + "entity_id": [ + 2461 ], - "kills": [ - 29 + "id": [ + 2461 ], - "map_losses": [ - 29 + "is_read": [ + 2461 ], - "map_wins": [ - 29 + "message": [ + 2461 ], - "opponent_team_elo_avg": [ - 29 + "player": [ + 3432 ], - "performance_multiplier": [ - 29 + "role": [ + 2461 ], - "player_team_elo_avg": [ - 29 + "steam_id": [ + 2461 ], - "series_multiplier": [ - 29 + "title": [ + 2461 ], - "steam_id": [ - 29 + "type": [ + 2461 ], - "team_avg_kda": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "player_elo_var_samp_fields": { - "actual_score": [ - 29 + "notifications_prepend_input": { + "actions": [ + 1332 ], - "assists": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_select_column": {}, + "notifications_select_column_notifications_aggregate_bool_exp_bool_and_arguments_columns": {}, + "notifications_select_column_notifications_aggregate_bool_exp_bool_or_arguments_columns": {}, + "notifications_set_input": { + "actions": [ + 1332 ], - "change": [ - 29 + "created_at": [ + 4004 ], - "current": [ - 29 + "deletable": [ + 3 ], - "damage": [ - 29 + "deleted_at": [ + 4004 ], - "damage_percent": [ - 29 + "entity_id": [ + 78 ], - "deaths": [ - 29 + "id": [ + 4442 ], - "expected_score": [ - 29 + "is_read": [ + 3 ], - "impact": [ - 29 + "message": [ + 78 ], - "k_factor": [ - 29 + "role": [ + 881 ], - "kda": [ - 29 + "steam_id": [ + 180 ], - "kills": [ - 29 + "title": [ + 78 ], - "map_losses": [ - 29 + "type": [ + 841 ], - "map_wins": [ + "__typename": [ + 78 + ] + }, + "notifications_stddev_fields": { + "steam_id": [ 29 ], - "opponent_team_elo_avg": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_stddev_order_by": { + "steam_id": [ + 2461 ], - "performance_multiplier": [ + "__typename": [ + 78 + ] + }, + "notifications_stddev_pop_fields": { + "steam_id": [ 29 ], - "player_team_elo_avg": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_stddev_pop_order_by": { + "steam_id": [ + 2461 ], - "series_multiplier": [ + "__typename": [ + 78 + ] + }, + "notifications_stddev_samp_fields": { + "steam_id": [ 29 ], + "__typename": [ + 78 + ] + }, + "notifications_stddev_samp_order_by": { "steam_id": [ - 29 + 2461 ], - "team_avg_kda": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_stream_cursor_input": { + "initial_value": [ + 2448 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_elo_variance_fields": { - "actual_score": [ - 29 + "notifications_stream_cursor_value_input": { + "actions": [ + 1332 ], - "assists": [ - 29 + "created_at": [ + 4004 ], - "change": [ - 29 + "deletable": [ + 3 ], - "current": [ - 29 + "deleted_at": [ + 4004 ], - "damage": [ - 29 + "entity_id": [ + 78 ], - "damage_percent": [ - 29 + "id": [ + 4442 ], - "deaths": [ - 29 + "is_read": [ + 3 ], - "expected_score": [ - 29 + "message": [ + 78 ], - "impact": [ - 29 + "role": [ + 881 ], - "k_factor": [ - 29 + "steam_id": [ + 180 ], - "kda": [ - 29 + "title": [ + 78 ], - "kills": [ - 29 + "type": [ + 841 ], - "map_losses": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_sum_fields": { + "steam_id": [ + 180 ], - "map_wins": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_sum_order_by": { + "steam_id": [ + 2461 ], - "opponent_team_elo_avg": [ - 29 + "__typename": [ + 78 + ] + }, + "notifications_update_column": {}, + "notifications_updates": { + "_append": [ + 2417 ], - "performance_multiplier": [ - 29 + "_delete_at_path": [ + 2423 ], - "player_team_elo_avg": [ - 29 + "_delete_elem": [ + 2424 ], - "series_multiplier": [ + "_delete_key": [ + 2425 + ], + "_inc": [ + 2426 + ], + "_prepend": [ + 2436 + ], + "_set": [ + 2440 + ], + "where": [ + 2421 + ], + "__typename": [ + 78 + ] + }, + "notifications_var_pop_fields": { + "steam_id": [ 29 ], + "__typename": [ + 78 + ] + }, + "notifications_var_pop_order_by": { + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "notifications_var_samp_fields": { "steam_id": [ 29 ], - "team_avg_kda": [ + "__typename": [ + 78 + ] + }, + "notifications_var_samp_order_by": { + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "notifications_variance_fields": { + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history": { - "elo": [ - 38 + "notifications_variance_order_by": { + "steam_id": [ + 2461 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "numeric": {}, + "numeric_comparison_exp": { + "_eq": [ + 2459 ], - "match": [ - 1835 + "_gt": [ + 2459 ], - "match_id": [ - 3955 + "_gte": [ + 2459 ], - "observed_at": [ - 3558 + "_in": [ + 2459 ], - "player": [ - 2978 + "_is_null": [ + 3 ], - "previous_rank": [ - 38 + "_lt": [ + 2459 ], - "skill_level": [ - 38 + "_lte": [ + 2459 + ], + "_neq": [ + 2459 + ], + "_nin": [ + 2459 + ], + "__typename": [ + 78 + ] + }, + "order_by": {}, + "pending_match_import_players": { + "created_at": [ + 4004 + ], + "pending_match_import": [ + 2503 + ], + "player": [ + 3419 ], "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_aggregate": { + "pending_match_import_players_aggregate": { "aggregate": [ - 2293 + 2466 ], "nodes": [ - 2289 + 2462 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_aggregate_bool_exp": { + "pending_match_import_players_aggregate_bool_exp": { "count": [ - 2292 + 2465 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_aggregate_bool_exp_count": { + "pending_match_import_players_aggregate_bool_exp_count": { "arguments": [ - 2310 + 2483 ], "distinct": [ 3 ], "filter": [ - 2298 + 2471 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_aggregate_fields": { + "pending_match_import_players_aggregate_fields": { "avg": [ - 2296 + 2469 ], "count": [ 38, { "columns": [ - 2310, - "[player_faceit_rank_history_select_column!]" + 2483, + "[pending_match_import_players_select_column!]" ], "distinct": [ 3 @@ -47457,826 +48219,586 @@ export default { } ], "max": [ - 2302 + 2475 ], "min": [ - 2304 + 2477 ], "stddev": [ - 2312 + 2485 ], "stddev_pop": [ - 2314 + 2487 ], "stddev_samp": [ - 2316 + 2489 ], "sum": [ - 2320 + 2493 ], "var_pop": [ - 2324 + 2497 ], "var_samp": [ - 2326 + 2499 ], "variance": [ - 2328 + 2501 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_aggregate_order_by": { + "pending_match_import_players_aggregate_order_by": { "avg": [ - 2297 + 2470 ], "count": [ - 2020 + 2461 ], "max": [ - 2303 + 2476 ], "min": [ - 2305 + 2478 ], "stddev": [ - 2313 + 2486 ], "stddev_pop": [ - 2315 + 2488 ], "stddev_samp": [ - 2317 + 2490 ], "sum": [ - 2321 + 2494 ], "var_pop": [ - 2325 + 2498 ], "var_samp": [ - 2327 + 2500 ], "variance": [ - 2329 + 2502 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_arr_rel_insert_input": { + "pending_match_import_players_arr_rel_insert_input": { "data": [ - 2301 + 2474 ], "on_conflict": [ - 2307 + 2480 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_avg_fields": { - "elo": [ - 29 - ], - "previous_rank": [ + "pending_match_import_players_avg_fields": { + "steam_id": [ 29 ], - "skill_level": [ + "valve_match_id": [ 29 ], + "__typename": [ + 78 + ] + }, + "pending_match_import_players_avg_order_by": { "steam_id": [ - 29 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_avg_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], - "steam_id": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "player_faceit_rank_history_bool_exp": { - "_and": [ - 2298 + "pending_match_import_players_bool_exp": { + "_and": [ + 2471 ], "_not": [ - 2298 + 2471 ], "_or": [ - 2298 - ], - "elo": [ - 39 - ], - "id": [ - 3957 - ], - "match": [ - 1844 + 2471 ], - "match_id": [ - 3957 + "created_at": [ + 4005 ], - "observed_at": [ - 3559 + "pending_match_import": [ + 2507 ], "player": [ - 2982 - ], - "previous_rank": [ - 39 - ], - "skill_level": [ - 39 + 3423 ], "steam_id": [ - 180 + 182 + ], + "valve_match_id": [ + 2460 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_constraint": {}, - "player_faceit_rank_history_inc_input": { - "elo": [ - 38 - ], - "previous_rank": [ - 38 - ], - "skill_level": [ - 38 - ], + "pending_match_import_players_constraint": {}, + "pending_match_import_players_inc_input": { "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_insert_input": { - "elo": [ - 38 - ], - "id": [ - 3955 - ], - "match": [ - 1853 - ], - "match_id": [ - 3955 + "pending_match_import_players_insert_input": { + "created_at": [ + 4004 ], - "observed_at": [ - 3558 + "pending_match_import": [ + 2514 ], "player": [ - 2989 - ], - "previous_rank": [ - 38 - ], - "skill_level": [ - 38 + 3430 ], "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_max_fields": { - "elo": [ - 38 - ], - "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "observed_at": [ - 3558 - ], - "previous_rank": [ - 38 - ], - "skill_level": [ - 38 + "pending_match_import_players_max_fields": { + "created_at": [ + 4004 ], "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_max_order_by": { - "elo": [ - 2020 - ], - "id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "observed_at": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 + "pending_match_import_players_max_order_by": { + "created_at": [ + 2461 ], "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_min_fields": { - "elo": [ - 38 - ], - "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "observed_at": [ - 3558 - ], - "previous_rank": [ - 38 - ], - "skill_level": [ - 38 + "pending_match_import_players_min_fields": { + "created_at": [ + 4004 ], "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_min_order_by": { - "elo": [ - 2020 - ], - "id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "observed_at": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 + "pending_match_import_players_min_order_by": { + "created_at": [ + 2461 ], "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_mutation_response": { + "pending_match_import_players_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 2289 + 2462 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_on_conflict": { + "pending_match_import_players_on_conflict": { "constraint": [ - 2299 + 2472 ], "update_columns": [ - 2322 + 2495 ], "where": [ - 2298 + 2471 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_order_by": { - "elo": [ - 2020 - ], - "id": [ - 2020 - ], - "match": [ - 1855 - ], - "match_id": [ - 2020 + "pending_match_import_players_order_by": { + "created_at": [ + 2461 ], - "observed_at": [ - 2020 + "pending_match_import": [ + 2516 ], "player": [ - 2991 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 + 3432 ], "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_pk_columns_input": { - "id": [ - 3955 + "pending_match_import_players_pk_columns_input": { + "steam_id": [ + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_select_column": {}, - "player_faceit_rank_history_set_input": { - "elo": [ - 38 - ], - "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "observed_at": [ - 3558 - ], - "previous_rank": [ - 38 - ], - "skill_level": [ - 38 + "pending_match_import_players_select_column": {}, + "pending_match_import_players_set_input": { + "created_at": [ + 4004 ], "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stddev_fields": { - "elo": [ - 29 - ], - "previous_rank": [ - 29 - ], - "skill_level": [ + "pending_match_import_players_stddev_fields": { + "steam_id": [ 29 ], - "steam_id": [ + "valve_match_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stddev_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], + "pending_match_import_players_stddev_order_by": { "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stddev_pop_fields": { - "elo": [ - 29 - ], - "previous_rank": [ - 29 - ], - "skill_level": [ + "pending_match_import_players_stddev_pop_fields": { + "steam_id": [ 29 ], - "steam_id": [ + "valve_match_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stddev_pop_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], + "pending_match_import_players_stddev_pop_order_by": { "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stddev_samp_fields": { - "elo": [ - 29 - ], - "previous_rank": [ - 29 - ], - "skill_level": [ + "pending_match_import_players_stddev_samp_fields": { + "steam_id": [ 29 ], - "steam_id": [ + "valve_match_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stddev_samp_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], + "pending_match_import_players_stddev_samp_order_by": { "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stream_cursor_input": { + "pending_match_import_players_stream_cursor_input": { "initial_value": [ - 2319 + 2492 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_stream_cursor_value_input": { - "elo": [ - 38 - ], - "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "observed_at": [ - 3558 - ], - "previous_rank": [ - 38 - ], - "skill_level": [ - 38 + "pending_match_import_players_stream_cursor_value_input": { + "created_at": [ + 4004 ], "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_sum_fields": { - "elo": [ - 38 - ], - "previous_rank": [ - 38 - ], - "skill_level": [ - 38 - ], + "pending_match_import_players_sum_fields": { "steam_id": [ - 178 + 180 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_sum_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], + "pending_match_import_players_sum_order_by": { "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_update_column": {}, - "player_faceit_rank_history_updates": { + "pending_match_import_players_update_column": {}, + "pending_match_import_players_updates": { "_inc": [ - 2300 + 2473 ], "_set": [ - 2311 + 2484 ], "where": [ - 2298 + 2471 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_var_pop_fields": { - "elo": [ - 29 - ], - "previous_rank": [ - 29 - ], - "skill_level": [ + "pending_match_import_players_var_pop_fields": { + "steam_id": [ 29 ], - "steam_id": [ + "valve_match_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_var_pop_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], + "pending_match_import_players_var_pop_order_by": { "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_var_samp_fields": { - "elo": [ - 29 - ], - "previous_rank": [ - 29 - ], - "skill_level": [ + "pending_match_import_players_var_samp_fields": { + "steam_id": [ 29 ], - "steam_id": [ + "valve_match_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_var_samp_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], + "pending_match_import_players_var_samp_order_by": { "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_variance_fields": { - "elo": [ - 29 - ], - "previous_rank": [ - 29 - ], - "skill_level": [ + "pending_match_import_players_variance_fields": { + "steam_id": [ 29 ], - "steam_id": [ + "valve_match_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_faceit_rank_history_variance_order_by": { - "elo": [ - 2020 - ], - "previous_rank": [ - 2020 - ], - "skill_level": [ - 2020 - ], + "pending_match_import_players_variance_order_by": { "steam_id": [ - 2020 + 2461 + ], + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_flashes": { - "attacked_steam_id": [ - 178 - ], - "attacker_steam_id": [ - 178 - ], - "blinded": [ - 2978 + "pending_match_imports": { + "created_at": [ + 4004 ], - "deleted_at": [ - 3558 + "demo_url": [ + 78 ], - "duration": [ - 2018 + "error": [ + 78 ], - "match": [ - 1835 + "map_name": [ + 78 ], - "match_id": [ - 3955 + "match_start_time": [ + 4004 ], - "match_map": [ - 1673 + "players": [ + 2462, + { + "distinct_on": [ + 2483, + "[pending_match_import_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2481, + "[pending_match_import_players_order_by!]" + ], + "where": [ + 2471 + ] + } ], - "match_map_id": [ - 3955 + "players_aggregate": [ + 2463, + { + "distinct_on": [ + 2483, + "[pending_match_import_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2481, + "[pending_match_import_players_order_by!]" + ], + "where": [ + 2471 + ] + } ], - "round": [ - 38 + "share_code": [ + 78 ], - "team_flash": [ - 3 + "status": [ + 78 ], - "thrown_by": [ - 2978 + "updated_at": [ + 4004 ], - "time": [ - 3558 + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_aggregate": { + "pending_match_imports_aggregate": { "aggregate": [ - 2336 + 2505 ], "nodes": [ - 2330 - ], - "__typename": [ - 79 - ] - }, - "player_flashes_aggregate_bool_exp": { - "bool_and": [ - 2333 - ], - "bool_or": [ - 2334 - ], - "count": [ - 2335 - ], - "__typename": [ - 79 - ] - }, - "player_flashes_aggregate_bool_exp_bool_and": { - "arguments": [ - 2354 - ], - "distinct": [ - 3 - ], - "filter": [ - 2341 - ], - "predicate": [ - 4 - ], - "__typename": [ - 79 - ] - }, - "player_flashes_aggregate_bool_exp_bool_or": { - "arguments": [ - 2355 - ], - "distinct": [ - 3 - ], - "filter": [ - 2341 - ], - "predicate": [ - 4 - ], - "__typename": [ - 79 - ] - }, - "player_flashes_aggregate_bool_exp_count": { - "arguments": [ - 2353 - ], - "distinct": [ - 3 - ], - "filter": [ - 2341 - ], - "predicate": [ - 39 + 2503 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_aggregate_fields": { + "pending_match_imports_aggregate_fields": { "avg": [ - 2339 + 2506 ], "count": [ 38, { "columns": [ - 2353, - "[player_flashes_select_column!]" + 2518, + "[pending_match_imports_select_column!]" ], "distinct": [ 3 @@ -48284,3142 +48806,2815 @@ export default { } ], "max": [ - 2345 + 2511 ], "min": [ - 2347 + 2512 ], "stddev": [ - 2357 + 2520 ], "stddev_pop": [ - 2359 + 2521 ], "stddev_samp": [ - 2361 + 2522 ], "sum": [ - 2365 + 2525 ], "var_pop": [ - 2369 + 2528 ], "var_samp": [ - 2371 + 2529 ], "variance": [ - 2373 + 2530 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_aggregate_order_by": { - "avg": [ - 2340 + "pending_match_imports_avg_fields": { + "valve_match_id": [ + 29 ], - "count": [ - 2020 + "__typename": [ + 78 + ] + }, + "pending_match_imports_bool_exp": { + "_and": [ + 2507 ], - "max": [ - 2346 + "_not": [ + 2507 ], - "min": [ - 2348 + "_or": [ + 2507 ], - "stddev": [ - 2358 + "created_at": [ + 4005 ], - "stddev_pop": [ - 2360 + "demo_url": [ + 80 ], - "stddev_samp": [ - 2362 + "error": [ + 80 ], - "sum": [ - 2366 + "map_name": [ + 80 ], - "var_pop": [ - 2370 + "match_start_time": [ + 4005 ], - "var_samp": [ - 2372 + "players": [ + 2471 ], - "variance": [ - 2374 + "players_aggregate": [ + 2464 + ], + "share_code": [ + 80 + ], + "status": [ + 80 + ], + "updated_at": [ + 4005 + ], + "valve_match_id": [ + 2460 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_arr_rel_insert_input": { - "data": [ - 2344 - ], - "on_conflict": [ - 2350 + "pending_match_imports_constraint": {}, + "pending_match_imports_inc_input": { + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_avg_fields": { - "attacked_steam_id": [ - 29 + "pending_match_imports_insert_input": { + "created_at": [ + 4004 ], - "attacker_steam_id": [ - 29 + "demo_url": [ + 78 ], - "duration": [ - 29 + "error": [ + 78 ], - "round": [ - 29 + "map_name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_flashes_avg_order_by": { - "attacked_steam_id": [ - 2020 + "match_start_time": [ + 4004 ], - "attacker_steam_id": [ - 2020 + "players": [ + 2468 ], - "duration": [ - 2020 + "share_code": [ + 78 ], - "round": [ - 2020 + "status": [ + 78 + ], + "updated_at": [ + 4004 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_bool_exp": { - "_and": [ - 2341 + "pending_match_imports_max_fields": { + "created_at": [ + 4004 ], - "_not": [ - 2341 + "demo_url": [ + 78 ], - "_or": [ - 2341 + "error": [ + 78 ], - "attacked_steam_id": [ - 180 + "map_name": [ + 78 ], - "attacker_steam_id": [ - 180 + "match_start_time": [ + 4004 ], - "blinded": [ - 2982 + "share_code": [ + 78 ], - "deleted_at": [ - 3559 + "status": [ + 78 ], - "duration": [ - 2019 + "updated_at": [ + 4004 ], - "match": [ - 1844 + "valve_match_id": [ + 2459 ], - "match_id": [ - 3957 + "__typename": [ + 78 + ] + }, + "pending_match_imports_min_fields": { + "created_at": [ + 4004 ], - "match_map": [ - 1682 + "demo_url": [ + 78 ], - "match_map_id": [ - 3957 + "error": [ + 78 ], - "round": [ - 39 + "map_name": [ + 78 ], - "team_flash": [ - 4 + "match_start_time": [ + 4004 ], - "thrown_by": [ - 2982 + "share_code": [ + 78 ], - "time": [ - 3559 + "status": [ + 78 + ], + "updated_at": [ + 4004 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_constraint": {}, - "player_flashes_inc_input": { - "attacked_steam_id": [ - 178 + "pending_match_imports_mutation_response": { + "affected_rows": [ + 38 ], - "attacker_steam_id": [ - 178 + "returning": [ + 2503 ], - "duration": [ - 2018 + "__typename": [ + 78 + ] + }, + "pending_match_imports_obj_rel_insert_input": { + "data": [ + 2510 ], - "round": [ - 38 + "on_conflict": [ + 2515 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_insert_input": { - "attacked_steam_id": [ - 178 + "pending_match_imports_on_conflict": { + "constraint": [ + 2508 ], - "attacker_steam_id": [ - 178 + "update_columns": [ + 2526 ], - "blinded": [ - 2989 + "where": [ + 2507 ], - "deleted_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "pending_match_imports_order_by": { + "created_at": [ + 2461 ], - "duration": [ - 2018 + "demo_url": [ + 2461 ], - "match": [ - 1853 + "error": [ + 2461 ], - "match_id": [ - 3955 + "map_name": [ + 2461 ], - "match_map": [ - 1691 + "match_start_time": [ + 2461 ], - "match_map_id": [ - 3955 + "players_aggregate": [ + 2467 ], - "round": [ - 38 + "share_code": [ + 2461 ], - "team_flash": [ - 3 + "status": [ + 2461 ], - "thrown_by": [ - 2989 + "updated_at": [ + 2461 ], - "time": [ - 3558 + "valve_match_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_max_fields": { - "attacked_steam_id": [ - 178 + "pending_match_imports_pk_columns_input": { + "valve_match_id": [ + 2459 ], - "attacker_steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "pending_match_imports_select_column": {}, + "pending_match_imports_set_input": { + "created_at": [ + 4004 ], - "deleted_at": [ - 3558 + "demo_url": [ + 78 ], - "duration": [ - 2018 + "error": [ + 78 ], - "match_id": [ - 3955 + "map_name": [ + 78 ], - "match_map_id": [ - 3955 + "match_start_time": [ + 4004 ], - "round": [ - 38 + "share_code": [ + 78 ], - "time": [ - 3558 + "status": [ + 78 + ], + "updated_at": [ + 4004 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_max_order_by": { - "attacked_steam_id": [ - 2020 - ], - "attacker_steam_id": [ - 2020 - ], - "deleted_at": [ - 2020 - ], - "duration": [ - 2020 + "pending_match_imports_stddev_fields": { + "valve_match_id": [ + 29 ], - "match_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "pending_match_imports_stddev_pop_fields": { + "valve_match_id": [ + 29 ], - "match_map_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "pending_match_imports_stddev_samp_fields": { + "valve_match_id": [ + 29 ], - "round": [ - 2020 + "__typename": [ + 78 + ] + }, + "pending_match_imports_stream_cursor_input": { + "initial_value": [ + 2524 ], - "time": [ - 2020 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_min_fields": { - "attacked_steam_id": [ - 178 + "pending_match_imports_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "attacker_steam_id": [ - 178 + "demo_url": [ + 78 ], - "deleted_at": [ - 3558 + "error": [ + 78 ], - "duration": [ - 2018 + "map_name": [ + 78 ], - "match_id": [ - 3955 + "match_start_time": [ + 4004 ], - "match_map_id": [ - 3955 + "share_code": [ + 78 ], - "round": [ - 38 + "status": [ + 78 ], - "time": [ - 3558 + "updated_at": [ + 4004 + ], + "valve_match_id": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_min_order_by": { - "attacked_steam_id": [ - 2020 - ], - "attacker_steam_id": [ - 2020 - ], - "deleted_at": [ - 2020 - ], - "duration": [ - 2020 - ], - "match_id": [ - 2020 + "pending_match_imports_sum_fields": { + "valve_match_id": [ + 2459 ], - "match_map_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "pending_match_imports_update_column": {}, + "pending_match_imports_updates": { + "_inc": [ + 2509 ], - "round": [ - 2020 + "_set": [ + 2519 ], - "time": [ - 2020 + "where": [ + 2507 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_mutation_response": { - "affected_rows": [ - 38 - ], - "returning": [ - 2330 + "pending_match_imports_var_pop_fields": { + "valve_match_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_on_conflict": { - "constraint": [ - 2342 - ], - "update_columns": [ - 2367 + "pending_match_imports_var_samp_fields": { + "valve_match_id": [ + 29 ], - "where": [ - 2341 + "__typename": [ + 78 + ] + }, + "pending_match_imports_variance_fields": { + "valve_match_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_order_by": { - "attacked_steam_id": [ - 2020 + "player_aim_stats_demo": { + "attacker": [ + 3419 ], "attacker_steam_id": [ - 2020 + 180 ], - "blinded": [ - 2991 + "counter_strafe_eligible_shots": [ + 38 ], - "deleted_at": [ - 2020 + "counter_strafed_shots": [ + 38 ], - "duration": [ - 2020 + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 + ], + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "headshot_hits": [ + 38 + ], + "hits": [ + 38 + ], + "hits_at_spotted": [ + 38 ], "match": [ - 1855 + 2276 ], "match_id": [ - 2020 + 4442 ], "match_map": [ - 1693 + 2114 ], "match_map_id": [ - 2020 + 4442 ], - "round": [ - 2020 + "non_awp_hits": [ + 38 ], - "team_flash": [ - 2020 + "on_target_frames": [ + 38 ], - "thrown_by": [ - 2991 + "shots_at_spotted": [ + 38 ], - "time": [ - 2020 + "spray_hits": [ + 38 + ], + "spray_shots": [ + 38 + ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 + ], + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_pk_columns_input": { - "attacked_steam_id": [ - 178 - ], - "attacker_steam_id": [ - 178 - ], - "match_map_id": [ - 3955 + "player_aim_stats_demo_aggregate": { + "aggregate": [ + 2533 ], - "time": [ - 3558 + "nodes": [ + 2531 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_select_column": {}, - "player_flashes_select_column_player_flashes_aggregate_bool_exp_bool_and_arguments_columns": {}, - "player_flashes_select_column_player_flashes_aggregate_bool_exp_bool_or_arguments_columns": {}, - "player_flashes_set_input": { - "attacked_steam_id": [ - 178 + "player_aim_stats_demo_aggregate_fields": { + "avg": [ + 2534 ], - "attacker_steam_id": [ - 178 + "count": [ + 38, + { + "columns": [ + 2545, + "[player_aim_stats_demo_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "deleted_at": [ - 3558 + "max": [ + 2539 ], - "duration": [ - 2018 + "min": [ + 2540 ], - "match_id": [ - 3955 + "stddev": [ + 2547 ], - "match_map_id": [ - 3955 + "stddev_pop": [ + 2548 ], - "round": [ - 38 + "stddev_samp": [ + 2549 ], - "team_flash": [ - 3 + "sum": [ + 2552 ], - "time": [ - 3558 + "var_pop": [ + 2555 + ], + "var_samp": [ + 2556 + ], + "variance": [ + 2557 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_stddev_fields": { - "attacked_steam_id": [ - 29 - ], + "player_aim_stats_demo_avg_fields": { "attacker_steam_id": [ 29 ], - "duration": [ + "counter_strafe_eligible_shots": [ 29 ], - "round": [ + "counter_strafed_shots": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_flashes_stddev_order_by": { - "attacked_steam_id": [ - 2020 - ], - "attacker_steam_id": [ - 2020 + "crosshair_angle_count": [ + 29 ], - "duration": [ - 2020 + "crosshair_angle_sum_deg": [ + 29 ], - "round": [ - 2020 + "first_bullet_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_flashes_stddev_pop_fields": { - "attacked_steam_id": [ + "first_bullet_shots": [ 29 ], - "attacker_steam_id": [ + "headshot_hits": [ 29 ], - "duration": [ + "hits": [ 29 ], - "round": [ + "hits_at_spotted": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_flashes_stddev_pop_order_by": { - "attacked_steam_id": [ - 2020 + "non_awp_hits": [ + 29 ], - "attacker_steam_id": [ - 2020 + "on_target_frames": [ + 29 ], - "duration": [ - 2020 + "shots_at_spotted": [ + 29 ], - "round": [ - 2020 + "spray_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_flashes_stddev_samp_fields": { - "attacked_steam_id": [ + "spray_shots": [ 29 ], - "attacker_steam_id": [ + "time_to_damage_count": [ 29 ], - "duration": [ + "time_to_damage_sum_s": [ 29 ], - "round": [ + "total_engagement_frames": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_stddev_samp_order_by": { - "attacked_steam_id": [ - 2020 - ], - "attacker_steam_id": [ - 2020 - ], - "duration": [ - 2020 - ], - "round": [ - 2020 + "player_aim_stats_demo_bool_exp": { + "_and": [ + 2535 ], - "__typename": [ - 79 - ] - }, - "player_flashes_stream_cursor_input": { - "initial_value": [ - 2364 + "_not": [ + 2535 ], - "ordering": [ - 233 + "_or": [ + 2535 ], - "__typename": [ - 79 - ] - }, - "player_flashes_stream_cursor_value_input": { - "attacked_steam_id": [ - 178 + "attacker": [ + 3423 ], "attacker_steam_id": [ - 178 - ], - "deleted_at": [ - 3558 + 182 ], - "duration": [ - 2018 + "counter_strafe_eligible_shots": [ + 39 ], - "match_id": [ - 3955 + "counter_strafed_shots": [ + 39 ], - "match_map_id": [ - 3955 + "crosshair_angle_count": [ + 39 ], - "round": [ - 38 + "crosshair_angle_sum_deg": [ + 2460 ], - "team_flash": [ - 3 + "first_bullet_hits": [ + 39 ], - "time": [ - 3558 + "first_bullet_shots": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_flashes_sum_fields": { - "attacked_steam_id": [ - 178 + "headshot_hits": [ + 39 ], - "attacker_steam_id": [ - 178 + "hits": [ + 39 ], - "duration": [ - 2018 + "hits_at_spotted": [ + 39 ], - "round": [ - 38 + "match": [ + 2285 ], - "__typename": [ - 79 - ] - }, - "player_flashes_sum_order_by": { - "attacked_steam_id": [ - 2020 + "match_id": [ + 4444 ], - "attacker_steam_id": [ - 2020 + "match_map": [ + 2123 ], - "duration": [ - 2020 + "match_map_id": [ + 4444 ], - "round": [ - 2020 + "non_awp_hits": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_flashes_update_column": {}, - "player_flashes_updates": { - "_inc": [ - 2343 + "on_target_frames": [ + 39 ], - "_set": [ - 2356 + "shots_at_spotted": [ + 39 ], - "where": [ - 2341 + "spray_hits": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_flashes_var_pop_fields": { - "attacked_steam_id": [ - 29 + "spray_shots": [ + 39 ], - "attacker_steam_id": [ - 29 + "time_to_damage_count": [ + 39 ], - "duration": [ - 29 + "time_to_damage_sum_s": [ + 2460 ], - "round": [ - 29 + "total_engagement_frames": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "player_flashes_var_pop_order_by": { - "attacked_steam_id": [ - 2020 - ], + "player_aim_stats_demo_constraint": {}, + "player_aim_stats_demo_inc_input": { "attacker_steam_id": [ - 2020 - ], - "duration": [ - 2020 + 180 ], - "round": [ - 2020 + "counter_strafe_eligible_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_flashes_var_samp_fields": { - "attacked_steam_id": [ - 29 + "counter_strafed_shots": [ + 38 ], - "attacker_steam_id": [ - 29 + "crosshair_angle_count": [ + 38 ], - "duration": [ - 29 + "crosshair_angle_sum_deg": [ + 2459 ], - "round": [ - 29 + "first_bullet_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_flashes_var_samp_order_by": { - "attacked_steam_id": [ - 2020 + "first_bullet_shots": [ + 38 ], - "attacker_steam_id": [ - 2020 + "headshot_hits": [ + 38 ], - "duration": [ - 2020 + "hits": [ + 38 ], - "round": [ - 2020 + "hits_at_spotted": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_flashes_variance_fields": { - "attacked_steam_id": [ - 29 + "non_awp_hits": [ + 38 ], - "attacker_steam_id": [ - 29 + "on_target_frames": [ + 38 ], - "duration": [ - 29 + "shots_at_spotted": [ + 38 ], - "round": [ - 29 + "spray_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_flashes_variance_order_by": { - "attacked_steam_id": [ - 2020 + "spray_shots": [ + 38 ], - "attacker_steam_id": [ - 2020 + "time_to_damage_count": [ + 38 ], - "duration": [ - 2020 + "time_to_damage_sum_s": [ + 2459 ], - "round": [ - 2020 + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_kills": { - "assisted": [ - 3 - ], - "attacked_location": [ - 79 - ], - "attacked_location_coordinates": [ - 79 - ], - "attacked_player": [ - 2978 - ], - "attacked_steam_id": [ - 178 - ], - "attacked_team": [ - 79 + "player_aim_stats_demo_insert_input": { + "attacker": [ + 3430 ], - "attacker_location": [ - 79 + "attacker_steam_id": [ + 180 ], - "attacker_location_coordinates": [ - 79 + "counter_strafe_eligible_shots": [ + 38 ], - "attacker_steam_id": [ - 178 + "counter_strafed_shots": [ + 38 ], - "attacker_team": [ - 79 + "crosshair_angle_count": [ + 38 ], - "blinded": [ - 3 + "crosshair_angle_sum_deg": [ + 2459 ], - "deleted_at": [ - 3558 + "first_bullet_hits": [ + 38 ], - "headshot": [ - 3 + "first_bullet_shots": [ + 38 ], - "hitgroup": [ - 79 + "headshot_hits": [ + 38 ], - "in_air": [ - 3 + "hits": [ + 38 ], - "is_suicide": [ - 3 + "hits_at_spotted": [ + 38 ], "match": [ - 1835 + 2294 ], "match_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2132 ], "match_map_id": [ - 3955 + 4442 ], - "no_scope": [ - 3 + "non_awp_hits": [ + 38 ], - "player": [ - 2978 + "on_target_frames": [ + 38 ], - "round": [ + "shots_at_spotted": [ 38 ], - "team_kill": [ - 3 + "spray_hits": [ + 38 ], - "thru_smoke": [ - 3 + "spray_shots": [ + 38 ], - "thru_wall": [ - 3 + "time_to_damage_count": [ + 38 ], - "time": [ - 3558 + "time_to_damage_sum_s": [ + 2459 ], - "with": [ - 79 + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_kills_aggregate": { - "aggregate": [ - 2381 + "player_aim_stats_demo_max_fields": { + "attacker_steam_id": [ + 180 ], - "nodes": [ - 2375 + "counter_strafe_eligible_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_aggregate_bool_exp": { - "bool_and": [ - 2378 + "counter_strafed_shots": [ + 38 ], - "bool_or": [ - 2379 + "crosshair_angle_count": [ + 38 ], - "count": [ - 2380 + "crosshair_angle_sum_deg": [ + 2459 ], - "__typename": [ - 79 - ] - }, - "player_kills_aggregate_bool_exp_bool_and": { - "arguments": [ - 2440 + "first_bullet_hits": [ + 38 ], - "distinct": [ - 3 + "first_bullet_shots": [ + 38 ], - "filter": [ - 2386 + "headshot_hits": [ + 38 ], - "predicate": [ - 4 + "hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_aggregate_bool_exp_bool_or": { - "arguments": [ - 2441 + "hits_at_spotted": [ + 38 ], - "distinct": [ - 3 + "match_id": [ + 4442 ], - "filter": [ - 2386 + "match_map_id": [ + 4442 ], - "predicate": [ - 4 + "non_awp_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_aggregate_bool_exp_count": { - "arguments": [ - 2439 + "on_target_frames": [ + 38 ], - "distinct": [ - 3 + "shots_at_spotted": [ + 38 ], - "filter": [ - 2386 + "spray_hits": [ + 38 ], - "predicate": [ - 39 + "spray_shots": [ + 38 + ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 + ], + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_kills_aggregate_fields": { - "avg": [ - 2384 - ], - "count": [ - 38, - { - "columns": [ - 2439, - "[player_kills_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 2431 + "player_aim_stats_demo_min_fields": { + "attacker_steam_id": [ + 180 ], - "min": [ - 2433 + "counter_strafe_eligible_shots": [ + 38 ], - "stddev": [ - 2443 + "counter_strafed_shots": [ + 38 ], - "stddev_pop": [ - 2445 + "crosshair_angle_count": [ + 38 ], - "stddev_samp": [ - 2447 + "crosshair_angle_sum_deg": [ + 2459 ], - "sum": [ - 2451 + "first_bullet_hits": [ + 38 ], - "var_pop": [ - 2455 + "first_bullet_shots": [ + 38 ], - "var_samp": [ - 2457 + "headshot_hits": [ + 38 ], - "variance": [ - 2459 + "hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_aggregate_order_by": { - "avg": [ - 2385 + "hits_at_spotted": [ + 38 ], - "count": [ - 2020 + "match_id": [ + 4442 ], - "max": [ - 2432 + "match_map_id": [ + 4442 ], - "min": [ - 2434 + "non_awp_hits": [ + 38 ], - "stddev": [ - 2444 + "on_target_frames": [ + 38 ], - "stddev_pop": [ - 2446 + "shots_at_spotted": [ + 38 ], - "stddev_samp": [ - 2448 + "spray_hits": [ + 38 ], - "sum": [ - 2452 + "spray_shots": [ + 38 ], - "var_pop": [ - 2456 + "time_to_damage_count": [ + 38 ], - "var_samp": [ - 2458 + "time_to_damage_sum_s": [ + 2459 ], - "variance": [ - 2460 + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_kills_arr_rel_insert_input": { - "data": [ - 2430 + "player_aim_stats_demo_mutation_response": { + "affected_rows": [ + 38 ], - "on_conflict": [ - 2436 + "returning": [ + 2531 ], "__typename": [ - 79 + 78 ] }, - "player_kills_avg_fields": { - "attacked_steam_id": [ - 29 + "player_aim_stats_demo_on_conflict": { + "constraint": [ + 2536 ], - "attacker_steam_id": [ - 29 + "update_columns": [ + 2553 ], - "round": [ - 29 + "where": [ + 2535 ], "__typename": [ - 79 + 78 ] }, - "player_kills_avg_order_by": { - "attacked_steam_id": [ - 2020 + "player_aim_stats_demo_order_by": { + "attacker": [ + 3432 ], "attacker_steam_id": [ - 2020 + 2461 ], - "round": [ - 2020 + "counter_strafe_eligible_shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_kills_bool_exp": { - "_and": [ - 2386 + "counter_strafed_shots": [ + 2461 ], - "_not": [ - 2386 + "crosshair_angle_count": [ + 2461 ], - "_or": [ - 2386 + "crosshair_angle_sum_deg": [ + 2461 ], - "assisted": [ - 4 + "first_bullet_hits": [ + 2461 ], - "attacked_location": [ - 81 + "first_bullet_shots": [ + 2461 ], - "attacked_location_coordinates": [ - 81 + "headshot_hits": [ + 2461 ], - "attacked_player": [ - 2982 + "hits": [ + 2461 ], - "attacked_steam_id": [ - 180 + "hits_at_spotted": [ + 2461 ], - "attacked_team": [ - 81 + "match": [ + 2296 ], - "attacker_location": [ - 81 + "match_id": [ + 2461 ], - "attacker_location_coordinates": [ - 81 + "match_map": [ + 2134 + ], + "match_map_id": [ + 2461 + ], + "non_awp_hits": [ + 2461 + ], + "on_target_frames": [ + 2461 + ], + "shots_at_spotted": [ + 2461 + ], + "spray_hits": [ + 2461 + ], + "spray_shots": [ + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], + "total_engagement_frames": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_aim_stats_demo_pk_columns_input": { "attacker_steam_id": [ 180 ], - "attacker_team": [ - 81 + "match_map_id": [ + 4442 ], - "blinded": [ - 4 + "__typename": [ + 78 + ] + }, + "player_aim_stats_demo_select_column": {}, + "player_aim_stats_demo_set_input": { + "attacker_steam_id": [ + 180 ], - "deleted_at": [ - 3559 + "counter_strafe_eligible_shots": [ + 38 ], - "headshot": [ - 4 + "counter_strafed_shots": [ + 38 ], - "hitgroup": [ - 81 + "crosshair_angle_count": [ + 38 ], - "in_air": [ - 4 + "crosshair_angle_sum_deg": [ + 2459 ], - "is_suicide": [ - 4 + "first_bullet_hits": [ + 38 ], - "match": [ - 1844 + "first_bullet_shots": [ + 38 ], - "match_id": [ - 3957 + "headshot_hits": [ + 38 ], - "match_map": [ - 1682 + "hits": [ + 38 + ], + "hits_at_spotted": [ + 38 + ], + "match_id": [ + 4442 ], "match_map_id": [ - 3957 + 4442 ], - "no_scope": [ - 4 + "non_awp_hits": [ + 38 ], - "player": [ - 2982 + "on_target_frames": [ + 38 ], - "round": [ - 39 + "shots_at_spotted": [ + 38 ], - "team_kill": [ - 4 + "spray_hits": [ + 38 ], - "thru_smoke": [ - 4 + "spray_shots": [ + 38 ], - "thru_wall": [ - 4 + "time_to_damage_count": [ + 38 ], - "time": [ - 3559 + "time_to_damage_sum_s": [ + 2459 ], - "with": [ - 81 + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon": { - "kill_count": [ - 178 + "player_aim_stats_demo_stddev_fields": { + "attacker_steam_id": [ + 29 ], - "player": [ - 2978 + "counter_strafe_eligible_shots": [ + 29 ], - "player_steam_id": [ - 178 + "counter_strafed_shots": [ + 29 ], - "with": [ - 79 + "crosshair_angle_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_aggregate": { - "aggregate": [ - 2391 + "crosshair_angle_sum_deg": [ + 29 ], - "nodes": [ - 2387 + "first_bullet_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_aggregate_bool_exp": { - "count": [ - 2390 + "first_bullet_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_aggregate_bool_exp_count": { - "arguments": [ - 2408 + "headshot_hits": [ + 29 ], - "distinct": [ - 3 + "hits": [ + 29 ], - "filter": [ - 2396 + "hits_at_spotted": [ + 29 ], - "predicate": [ - 39 + "non_awp_hits": [ + 29 + ], + "on_target_frames": [ + 29 + ], + "shots_at_spotted": [ + 29 + ], + "spray_hits": [ + 29 + ], + "spray_shots": [ + 29 + ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], + "total_engagement_frames": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_aggregate_fields": { - "avg": [ - 2394 + "player_aim_stats_demo_stddev_pop_fields": { + "attacker_steam_id": [ + 29 ], - "count": [ - 38, - { - "columns": [ - 2408, - "[player_kills_by_weapon_select_column!]" - ], - "distinct": [ - 3 - ] - } + "counter_strafe_eligible_shots": [ + 29 ], - "max": [ - 2400 + "counter_strafed_shots": [ + 29 ], - "min": [ - 2402 + "crosshair_angle_count": [ + 29 ], - "stddev": [ - 2410 + "crosshair_angle_sum_deg": [ + 29 ], - "stddev_pop": [ - 2412 + "first_bullet_hits": [ + 29 ], - "stddev_samp": [ - 2414 + "first_bullet_shots": [ + 29 ], - "sum": [ - 2418 + "headshot_hits": [ + 29 ], - "var_pop": [ - 2422 + "hits": [ + 29 ], - "var_samp": [ - 2424 + "hits_at_spotted": [ + 29 ], - "variance": [ - 2426 + "non_awp_hits": [ + 29 + ], + "on_target_frames": [ + 29 + ], + "shots_at_spotted": [ + 29 + ], + "spray_hits": [ + 29 + ], + "spray_shots": [ + 29 + ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], + "total_engagement_frames": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_aggregate_order_by": { - "avg": [ - 2395 + "player_aim_stats_demo_stddev_samp_fields": { + "attacker_steam_id": [ + 29 ], - "count": [ - 2020 + "counter_strafe_eligible_shots": [ + 29 ], - "max": [ - 2401 + "counter_strafed_shots": [ + 29 ], - "min": [ - 2403 + "crosshair_angle_count": [ + 29 ], - "stddev": [ - 2411 + "crosshair_angle_sum_deg": [ + 29 ], - "stddev_pop": [ - 2413 + "first_bullet_hits": [ + 29 ], - "stddev_samp": [ - 2415 + "first_bullet_shots": [ + 29 ], - "sum": [ - 2419 + "headshot_hits": [ + 29 ], - "var_pop": [ - 2423 + "hits": [ + 29 ], - "var_samp": [ - 2425 + "hits_at_spotted": [ + 29 ], - "variance": [ - 2427 + "non_awp_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_arr_rel_insert_input": { - "data": [ - 2399 + "on_target_frames": [ + 29 ], - "on_conflict": [ - 2405 + "shots_at_spotted": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_avg_fields": { - "kill_count": [ + "spray_hits": [ 29 ], - "player_steam_id": [ + "spray_shots": [ + 29 + ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], + "total_engagement_frames": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_avg_order_by": { - "kill_count": [ - 2020 + "player_aim_stats_demo_stream_cursor_input": { + "initial_value": [ + 2551 ], - "player_steam_id": [ - 2020 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_bool_exp": { - "_and": [ - 2396 + "player_aim_stats_demo_stream_cursor_value_input": { + "attacker_steam_id": [ + 180 ], - "_not": [ - 2396 + "counter_strafe_eligible_shots": [ + 38 ], - "_or": [ - 2396 + "counter_strafed_shots": [ + 38 ], - "kill_count": [ - 180 + "crosshair_angle_count": [ + 38 ], - "player": [ - 2982 + "crosshair_angle_sum_deg": [ + 2459 ], - "player_steam_id": [ - 180 + "first_bullet_hits": [ + 38 ], - "with": [ - 81 + "first_bullet_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_constraint": {}, - "player_kills_by_weapon_inc_input": { - "kill_count": [ - 178 + "headshot_hits": [ + 38 ], - "player_steam_id": [ - 178 + "hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_insert_input": { - "kill_count": [ - 178 + "hits_at_spotted": [ + 38 ], - "player": [ - 2989 + "match_id": [ + 4442 ], - "player_steam_id": [ - 178 + "match_map_id": [ + 4442 ], - "with": [ - 79 + "non_awp_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_max_fields": { - "kill_count": [ - 178 + "on_target_frames": [ + 38 ], - "player_steam_id": [ - 178 + "shots_at_spotted": [ + 38 ], - "with": [ - 79 + "spray_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_max_order_by": { - "kill_count": [ - 2020 + "spray_shots": [ + 38 ], - "player_steam_id": [ - 2020 + "time_to_damage_count": [ + 38 ], - "with": [ - 2020 + "time_to_damage_sum_s": [ + 2459 + ], + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_min_fields": { - "kill_count": [ - 178 + "player_aim_stats_demo_sum_fields": { + "attacker_steam_id": [ + 180 ], - "player_steam_id": [ - 178 + "counter_strafe_eligible_shots": [ + 38 ], - "with": [ - 79 + "counter_strafed_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_min_order_by": { - "kill_count": [ - 2020 + "crosshair_angle_count": [ + 38 ], - "player_steam_id": [ - 2020 + "crosshair_angle_sum_deg": [ + 2459 ], - "with": [ - 2020 + "first_bullet_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_mutation_response": { - "affected_rows": [ + "first_bullet_shots": [ 38 ], - "returning": [ - 2387 + "headshot_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_on_conflict": { - "constraint": [ - 2397 + "hits": [ + 38 ], - "update_columns": [ - 2420 + "hits_at_spotted": [ + 38 ], - "where": [ - 2396 + "non_awp_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_order_by": { - "kill_count": [ - 2020 + "on_target_frames": [ + 38 ], - "player": [ - 2991 + "shots_at_spotted": [ + 38 ], - "player_steam_id": [ - 2020 + "spray_hits": [ + 38 ], - "with": [ - 2020 + "spray_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_pk_columns_input": { - "player_steam_id": [ - 178 + "time_to_damage_count": [ + 38 ], - "with": [ - 79 + "time_to_damage_sum_s": [ + 2459 + ], + "total_engagement_frames": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_select_column": {}, - "player_kills_by_weapon_set_input": { - "kill_count": [ - 178 + "player_aim_stats_demo_update_column": {}, + "player_aim_stats_demo_updates": { + "_inc": [ + 2537 ], - "player_steam_id": [ - 178 + "_set": [ + 2546 ], - "with": [ - 79 + "where": [ + 2535 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_stddev_fields": { - "kill_count": [ + "player_aim_stats_demo_var_pop_fields": { + "attacker_steam_id": [ 29 ], - "player_steam_id": [ + "counter_strafe_eligible_shots": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_stddev_order_by": { - "kill_count": [ - 2020 + "counter_strafed_shots": [ + 29 ], - "player_steam_id": [ - 2020 + "crosshair_angle_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_stddev_pop_fields": { - "kill_count": [ + "crosshair_angle_sum_deg": [ 29 ], - "player_steam_id": [ + "first_bullet_hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_stddev_pop_order_by": { - "kill_count": [ - 2020 + "first_bullet_shots": [ + 29 ], - "player_steam_id": [ - 2020 + "headshot_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_stddev_samp_fields": { - "kill_count": [ + "hits": [ 29 ], - "player_steam_id": [ + "hits_at_spotted": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_stddev_samp_order_by": { - "kill_count": [ - 2020 + "non_awp_hits": [ + 29 ], - "player_steam_id": [ - 2020 + "on_target_frames": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_stream_cursor_input": { - "initial_value": [ - 2417 + "shots_at_spotted": [ + 29 ], - "ordering": [ - 233 + "spray_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_stream_cursor_value_input": { - "kill_count": [ - 178 + "spray_shots": [ + 29 ], - "player_steam_id": [ - 178 + "time_to_damage_count": [ + 29 ], - "with": [ - 79 + "time_to_damage_sum_s": [ + 29 + ], + "total_engagement_frames": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_sum_fields": { - "kill_count": [ - 178 + "player_aim_stats_demo_var_samp_fields": { + "attacker_steam_id": [ + 29 ], - "player_steam_id": [ - 178 + "counter_strafe_eligible_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_sum_order_by": { - "kill_count": [ - 2020 + "counter_strafed_shots": [ + 29 ], - "player_steam_id": [ - 2020 + "crosshair_angle_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_update_column": {}, - "player_kills_by_weapon_updates": { - "_inc": [ - 2398 + "crosshair_angle_sum_deg": [ + 29 ], - "_set": [ - 2409 + "first_bullet_hits": [ + 29 ], - "where": [ - 2396 + "first_bullet_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_var_pop_fields": { - "kill_count": [ + "headshot_hits": [ 29 ], - "player_steam_id": [ + "hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_var_pop_order_by": { - "kill_count": [ - 2020 + "hits_at_spotted": [ + 29 ], - "player_steam_id": [ - 2020 + "non_awp_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_var_samp_fields": { - "kill_count": [ + "on_target_frames": [ 29 ], - "player_steam_id": [ + "shots_at_spotted": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_var_samp_order_by": { - "kill_count": [ - 2020 + "spray_hits": [ + 29 ], - "player_steam_id": [ - 2020 + "spray_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_by_weapon_variance_fields": { - "kill_count": [ + "time_to_damage_count": [ 29 ], - "player_steam_id": [ + "time_to_damage_sum_s": [ + 29 + ], + "total_engagement_frames": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_kills_by_weapon_variance_order_by": { - "kill_count": [ - 2020 + "player_aim_stats_demo_variance_fields": { + "attacker_steam_id": [ + 29 ], - "player_steam_id": [ - 2020 + "counter_strafe_eligible_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_constraint": {}, - "player_kills_inc_input": { - "attacked_steam_id": [ - 178 + "counter_strafed_shots": [ + 29 ], - "attacker_steam_id": [ - 178 + "crosshair_angle_count": [ + 29 ], - "round": [ - 38 + "crosshair_angle_sum_deg": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_insert_input": { - "assisted": [ - 3 + "first_bullet_hits": [ + 29 ], - "attacked_location": [ - 79 + "first_bullet_shots": [ + 29 ], - "attacked_location_coordinates": [ - 79 + "headshot_hits": [ + 29 ], - "attacked_player": [ - 2989 + "hits": [ + 29 ], - "attacked_steam_id": [ - 178 + "hits_at_spotted": [ + 29 ], - "attacked_team": [ - 79 + "non_awp_hits": [ + 29 ], - "attacker_location": [ - 79 + "on_target_frames": [ + 29 ], - "attacker_location_coordinates": [ - 79 + "shots_at_spotted": [ + 29 ], - "attacker_steam_id": [ - 178 + "spray_hits": [ + 29 ], - "attacker_team": [ - 79 + "spray_shots": [ + 29 ], - "blinded": [ - 3 + "time_to_damage_count": [ + 29 ], - "deleted_at": [ - 3558 + "time_to_damage_sum_s": [ + 29 ], - "headshot": [ - 3 + "total_engagement_frames": [ + 29 ], - "hitgroup": [ - 79 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats": { + "first_bullet_hits": [ + 38 ], - "in_air": [ - 3 + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 ], "match": [ - 1853 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_map": [ - 1691 + 2114 ], "match_map_id": [ - 3955 - ], - "no_scope": [ - 3 + 4442 ], "player": [ - 2989 + 3419 ], - "round": [ + "shots": [ 38 ], - "thru_smoke": [ - 3 - ], - "thru_wall": [ - 3 + "shots_spotted": [ + 38 ], - "time": [ - 3558 + "steam_id": [ + 180 ], - "with": [ - 79 + "weapon_class": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_kills_max_fields": { - "attacked_location": [ - 79 + "player_aim_weapon_stats_aggregate": { + "aggregate": [ + 2562 ], - "attacked_location_coordinates": [ - 79 + "nodes": [ + 2558 ], - "attacked_steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_aggregate_bool_exp": { + "count": [ + 2561 ], - "attacked_team": [ - 79 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_aggregate_bool_exp_count": { + "arguments": [ + 2579 ], - "attacker_location": [ - 79 + "distinct": [ + 3 ], - "attacker_location_coordinates": [ - 79 + "filter": [ + 2567 ], - "attacker_steam_id": [ - 178 + "predicate": [ + 39 ], - "attacker_team": [ - 79 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_aggregate_fields": { + "avg": [ + 2565 ], - "deleted_at": [ - 3558 + "count": [ + 38, + { + "columns": [ + 2579, + "[player_aim_weapon_stats_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "hitgroup": [ - 79 + "max": [ + 2571 ], - "match_id": [ - 3955 + "min": [ + 2573 ], - "match_map_id": [ - 3955 + "stddev": [ + 2581 ], - "round": [ - 38 + "stddev_pop": [ + 2583 ], - "time": [ - 3558 + "stddev_samp": [ + 2585 ], - "with": [ - 79 + "sum": [ + 2589 + ], + "var_pop": [ + 2593 + ], + "var_samp": [ + 2595 + ], + "variance": [ + 2597 ], "__typename": [ - 79 + 78 ] }, - "player_kills_max_order_by": { - "attacked_location": [ - 2020 - ], - "attacked_location_coordinates": [ - 2020 - ], - "attacked_steam_id": [ - 2020 + "player_aim_weapon_stats_aggregate_order_by": { + "avg": [ + 2566 ], - "attacked_team": [ - 2020 + "count": [ + 2461 ], - "attacker_location": [ - 2020 + "max": [ + 2572 ], - "attacker_location_coordinates": [ - 2020 + "min": [ + 2574 ], - "attacker_steam_id": [ - 2020 + "stddev": [ + 2582 ], - "attacker_team": [ - 2020 + "stddev_pop": [ + 2584 ], - "deleted_at": [ - 2020 + "stddev_samp": [ + 2586 ], - "hitgroup": [ - 2020 + "sum": [ + 2590 ], - "match_id": [ - 2020 + "var_pop": [ + 2594 ], - "match_map_id": [ - 2020 + "var_samp": [ + 2596 ], - "round": [ - 2020 + "variance": [ + 2598 ], - "time": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_arr_rel_insert_input": { + "data": [ + 2570 ], - "with": [ - 2020 + "on_conflict": [ + 2576 ], "__typename": [ - 79 + 78 ] }, - "player_kills_min_fields": { - "attacked_location": [ - 79 - ], - "attacked_location_coordinates": [ - 79 + "player_aim_weapon_stats_avg_fields": { + "first_bullet_hits": [ + 29 ], - "attacked_steam_id": [ - 178 + "first_bullet_shots": [ + 29 ], - "attacked_team": [ - 79 + "hits": [ + 29 ], - "attacker_location": [ - 79 + "hits_spotted": [ + 29 ], - "attacker_location_coordinates": [ - 79 + "shots": [ + 29 ], - "attacker_steam_id": [ - 178 + "shots_spotted": [ + 29 ], - "attacker_team": [ - 79 + "steam_id": [ + 29 ], - "deleted_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_avg_order_by": { + "first_bullet_hits": [ + 2461 ], - "hitgroup": [ - 79 + "first_bullet_shots": [ + 2461 ], - "match_id": [ - 3955 + "hits": [ + 2461 ], - "match_map_id": [ - 3955 + "hits_spotted": [ + 2461 ], - "round": [ - 38 + "shots": [ + 2461 ], - "time": [ - 3558 + "shots_spotted": [ + 2461 ], - "with": [ - 79 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_kills_min_order_by": { - "attacked_location": [ - 2020 - ], - "attacked_location_coordinates": [ - 2020 - ], - "attacked_steam_id": [ - 2020 + "player_aim_weapon_stats_bool_exp": { + "_and": [ + 2567 ], - "attacked_team": [ - 2020 + "_not": [ + 2567 ], - "attacker_location": [ - 2020 + "_or": [ + 2567 ], - "attacker_location_coordinates": [ - 2020 + "first_bullet_hits": [ + 39 ], - "attacker_steam_id": [ - 2020 + "first_bullet_shots": [ + 39 ], - "attacker_team": [ - 2020 + "hits": [ + 39 ], - "deleted_at": [ - 2020 + "hits_spotted": [ + 39 ], - "hitgroup": [ - 2020 + "match": [ + 2285 ], "match_id": [ - 2020 - ], - "match_map_id": [ - 2020 - ], - "round": [ - 2020 + 4444 ], - "time": [ - 2020 + "match_map": [ + 2123 ], - "with": [ - 2020 + "match_map_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "player_kills_mutation_response": { - "affected_rows": [ - 38 + "player": [ + 3423 ], - "returning": [ - 2375 + "shots": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_kills_on_conflict": { - "constraint": [ - 2428 + "shots_spotted": [ + 39 ], - "update_columns": [ - 2453 + "steam_id": [ + 182 ], - "where": [ - 2386 + "weapon_class": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "player_kills_order_by": { - "assisted": [ - 2020 - ], - "attacked_location": [ - 2020 - ], - "attacked_location_coordinates": [ - 2020 - ], - "attacked_player": [ - 2991 - ], - "attacked_steam_id": [ - 2020 - ], - "attacked_team": [ - 2020 + "player_aim_weapon_stats_constraint": {}, + "player_aim_weapon_stats_inc_input": { + "first_bullet_hits": [ + 38 ], - "attacker_location": [ - 2020 + "first_bullet_shots": [ + 38 ], - "attacker_location_coordinates": [ - 2020 + "hits": [ + 38 ], - "attacker_steam_id": [ - 2020 + "hits_spotted": [ + 38 ], - "attacker_team": [ - 2020 + "shots": [ + 38 ], - "blinded": [ - 2020 + "shots_spotted": [ + 38 ], - "deleted_at": [ - 2020 + "steam_id": [ + 180 ], - "headshot": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_insert_input": { + "first_bullet_hits": [ + 38 ], - "hitgroup": [ - 2020 + "first_bullet_shots": [ + 38 ], - "in_air": [ - 2020 + "hits": [ + 38 ], - "is_suicide": [ - 2020 + "hits_spotted": [ + 38 ], "match": [ - 1855 + 2294 ], "match_id": [ - 2020 + 4442 ], "match_map": [ - 1693 + 2132 ], "match_map_id": [ - 2020 - ], - "no_scope": [ - 2020 + 4442 ], "player": [ - 2991 - ], - "round": [ - 2020 - ], - "team_kill": [ - 2020 + 3430 ], - "thru_smoke": [ - 2020 + "shots": [ + 38 ], - "thru_wall": [ - 2020 + "shots_spotted": [ + 38 ], - "time": [ - 2020 + "steam_id": [ + 180 ], - "with": [ - 2020 + "weapon_class": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_kills_pk_columns_input": { - "attacked_steam_id": [ - 178 + "player_aim_weapon_stats_max_fields": { + "first_bullet_hits": [ + 38 ], - "attacker_steam_id": [ - 178 + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 + ], + "match_id": [ + 4442 ], "match_map_id": [ - 3955 + 4442 ], - "time": [ - 3558 + "shots": [ + 38 + ], + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_kills_select_column": {}, - "player_kills_select_column_player_kills_aggregate_bool_exp_bool_and_arguments_columns": {}, - "player_kills_select_column_player_kills_aggregate_bool_exp_bool_or_arguments_columns": {}, - "player_kills_set_input": { - "assisted": [ - 3 + "player_aim_weapon_stats_max_order_by": { + "first_bullet_hits": [ + 2461 ], - "attacked_location": [ - 79 + "first_bullet_shots": [ + 2461 ], - "attacked_location_coordinates": [ - 79 + "hits": [ + 2461 ], - "attacked_steam_id": [ - 178 + "hits_spotted": [ + 2461 ], - "attacked_team": [ - 79 + "match_id": [ + 2461 ], - "attacker_location": [ - 79 + "match_map_id": [ + 2461 ], - "attacker_location_coordinates": [ - 79 + "shots": [ + 2461 ], - "attacker_steam_id": [ - 178 + "shots_spotted": [ + 2461 ], - "attacker_team": [ - 79 + "steam_id": [ + 2461 ], - "blinded": [ - 3 + "weapon_class": [ + 2461 ], - "deleted_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_min_fields": { + "first_bullet_hits": [ + 38 ], - "headshot": [ - 3 + "first_bullet_shots": [ + 38 ], - "hitgroup": [ - 79 + "hits": [ + 38 ], - "in_air": [ - 3 + "hits_spotted": [ + 38 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 - ], - "no_scope": [ - 3 + 4442 ], - "round": [ + "shots": [ 38 ], - "thru_smoke": [ - 3 - ], - "thru_wall": [ - 3 + "shots_spotted": [ + 38 ], - "time": [ - 3558 + "steam_id": [ + 180 ], - "with": [ - 79 + "weapon_class": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_kills_stddev_fields": { - "attacked_steam_id": [ - 29 - ], - "attacker_steam_id": [ - 29 - ], - "round": [ - 29 + "player_aim_weapon_stats_min_order_by": { + "first_bullet_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_kills_stddev_order_by": { - "attacked_steam_id": [ - 2020 + "first_bullet_shots": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "hits": [ + 2461 ], - "round": [ - 2020 + "hits_spotted": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_kills_stddev_pop_fields": { - "attacked_steam_id": [ - 29 + "match_id": [ + 2461 ], - "attacker_steam_id": [ - 29 + "match_map_id": [ + 2461 ], - "round": [ - 29 + "shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_kills_stddev_pop_order_by": { - "attacked_steam_id": [ - 2020 + "shots_spotted": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "steam_id": [ + 2461 ], - "round": [ - 2020 + "weapon_class": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_kills_stddev_samp_fields": { - "attacked_steam_id": [ - 29 - ], - "attacker_steam_id": [ - 29 + "player_aim_weapon_stats_mutation_response": { + "affected_rows": [ + 38 ], - "round": [ - 29 + "returning": [ + 2558 ], "__typename": [ - 79 + 78 ] }, - "player_kills_stddev_samp_order_by": { - "attacked_steam_id": [ - 2020 - ], - "attacker_steam_id": [ - 2020 - ], - "round": [ - 2020 + "player_aim_weapon_stats_on_conflict": { + "constraint": [ + 2568 ], - "__typename": [ - 79 - ] - }, - "player_kills_stream_cursor_input": { - "initial_value": [ - 2450 + "update_columns": [ + 2591 ], - "ordering": [ - 233 + "where": [ + 2567 ], "__typename": [ - 79 + 78 ] }, - "player_kills_stream_cursor_value_input": { - "assisted": [ - 3 - ], - "attacked_location": [ - 79 - ], - "attacked_location_coordinates": [ - 79 + "player_aim_weapon_stats_order_by": { + "first_bullet_hits": [ + 2461 ], - "attacked_steam_id": [ - 178 + "first_bullet_shots": [ + 2461 ], - "attacked_team": [ - 79 + "hits": [ + 2461 ], - "attacker_location": [ - 79 + "hits_spotted": [ + 2461 ], - "attacker_location_coordinates": [ - 79 + "match": [ + 2296 ], - "attacker_steam_id": [ - 178 + "match_id": [ + 2461 ], - "attacker_team": [ - 79 + "match_map": [ + 2134 ], - "blinded": [ - 3 + "match_map_id": [ + 2461 ], - "deleted_at": [ - 3558 + "player": [ + 3432 ], - "headshot": [ - 3 + "shots": [ + 2461 ], - "hitgroup": [ - 79 + "shots_spotted": [ + 2461 ], - "in_air": [ - 3 + "steam_id": [ + 2461 ], - "match_id": [ - 3955 + "weapon_class": [ + 2461 ], + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_pk_columns_input": { "match_map_id": [ - 3955 - ], - "no_scope": [ - 3 - ], - "round": [ - 38 - ], - "thru_smoke": [ - 3 - ], - "thru_wall": [ - 3 + 4442 ], - "time": [ - 3558 + "steam_id": [ + 180 ], - "with": [ - 79 + "weapon_class": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_kills_sum_fields": { - "attacked_steam_id": [ - 178 + "player_aim_weapon_stats_select_column": {}, + "player_aim_weapon_stats_set_input": { + "first_bullet_hits": [ + 38 ], - "attacker_steam_id": [ - 178 + "first_bullet_shots": [ + 38 ], - "round": [ + "hits": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_kills_sum_order_by": { - "attacked_steam_id": [ - 2020 + "hits_spotted": [ + 38 ], - "attacker_steam_id": [ - 2020 + "match_id": [ + 4442 ], - "round": [ - 2020 + "match_map_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "player_kills_update_column": {}, - "player_kills_updates": { - "_inc": [ - 2429 + "shots": [ + 38 ], - "_set": [ - 2442 + "shots_spotted": [ + 38 ], - "where": [ - 2386 + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_kills_var_pop_fields": { - "attacked_steam_id": [ + "player_aim_weapon_stats_stddev_fields": { + "first_bullet_hits": [ 29 ], - "attacker_steam_id": [ + "first_bullet_shots": [ 29 ], - "round": [ + "hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_var_pop_order_by": { - "attacked_steam_id": [ - 2020 - ], - "attacker_steam_id": [ - 2020 - ], - "round": [ - 2020 + "hits_spotted": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_var_samp_fields": { - "attacked_steam_id": [ + "shots": [ 29 ], - "attacker_steam_id": [ + "shots_spotted": [ 29 ], - "round": [ + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_kills_var_samp_order_by": { - "attacked_steam_id": [ - 2020 + "player_aim_weapon_stats_stddev_order_by": { + "first_bullet_hits": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "first_bullet_shots": [ + 2461 ], - "round": [ - 2020 + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_kills_variance_fields": { - "attacked_steam_id": [ + "player_aim_weapon_stats_stddev_pop_fields": { + "first_bullet_hits": [ 29 ], - "attacker_steam_id": [ + "first_bullet_shots": [ 29 ], - "round": [ + "hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_kills_variance_order_by": { - "attacked_steam_id": [ - 2020 + "hits_spotted": [ + 29 ], - "attacker_steam_id": [ - 2020 + "shots": [ + 29 ], - "round": [ - 2020 + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank": { - "player_steam_id": [ - 79 + "player_aim_weapon_stats_stddev_pop_order_by": { + "first_bullet_hits": [ + 2461 ], - "rank": [ - 38 + "first_bullet_shots": [ + 2461 ], - "total": [ - 38 + "hits": [ + 2461 ], - "value": [ - 1093 + "hits_spotted": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_aggregate": { - "aggregate": [ - 2463 + "shots": [ + 2461 ], - "nodes": [ + "shots_spotted": [ + 2461 + ], + "steam_id": [ 2461 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_aggregate_fields": { - "avg": [ - 2464 - ], - "count": [ - 38, - { - "columns": [ - 2472, - "[player_leaderboard_rank_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 2468 - ], - "min": [ - 2469 - ], - "stddev": [ - 2474 - ], - "stddev_pop": [ - 2475 - ], - "stddev_samp": [ - 2476 - ], - "sum": [ - 2479 + "player_aim_weapon_stats_stddev_samp_fields": { + "first_bullet_hits": [ + 29 ], - "var_pop": [ - 2481 + "first_bullet_shots": [ + 29 ], - "var_samp": [ - 2482 + "hits": [ + 29 ], - "variance": [ - 2483 + "hits_spotted": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_avg_fields": { - "rank": [ + "shots": [ 29 ], - "total": [ + "shots_spotted": [ 29 ], - "value": [ + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_bool_exp": { - "_and": [ - 2465 + "player_aim_weapon_stats_stddev_samp_order_by": { + "first_bullet_hits": [ + 2461 ], - "_not": [ - 2465 + "first_bullet_shots": [ + 2461 ], - "_or": [ - 2465 + "hits": [ + 2461 ], - "player_steam_id": [ - 81 + "hits_spotted": [ + 2461 ], - "rank": [ - 39 + "shots": [ + 2461 ], - "total": [ - 39 + "shots_spotted": [ + 2461 ], - "value": [ - 1094 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_inc_input": { - "rank": [ - 38 - ], - "total": [ - 38 + "player_aim_weapon_stats_stream_cursor_input": { + "initial_value": [ + 2588 ], - "value": [ - 1093 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_insert_input": { - "player_steam_id": [ - 79 + "player_aim_weapon_stats_stream_cursor_value_input": { + "first_bullet_hits": [ + 38 ], - "rank": [ + "first_bullet_shots": [ 38 ], - "total": [ + "hits": [ 38 ], - "value": [ - 1093 + "hits_spotted": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_max_fields": { - "player_steam_id": [ - 79 + "match_id": [ + 4442 ], - "rank": [ + "match_map_id": [ + 4442 + ], + "shots": [ 38 ], - "total": [ + "shots_spotted": [ 38 ], - "value": [ - 1093 + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_min_fields": { - "player_steam_id": [ - 79 + "player_aim_weapon_stats_sum_fields": { + "first_bullet_hits": [ + 38 ], - "rank": [ + "first_bullet_shots": [ 38 ], - "total": [ + "hits": [ 38 ], - "value": [ - 1093 + "hits_spotted": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_mutation_response": { - "affected_rows": [ + "shots": [ 38 ], - "returning": [ - 2461 + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_order_by": { - "player_steam_id": [ - 2020 + "player_aim_weapon_stats_sum_order_by": { + "first_bullet_hits": [ + 2461 ], - "rank": [ - 2020 - ], - "total": [ - 2020 + "first_bullet_shots": [ + 2461 ], - "value": [ - 2020 + "hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_select_column": {}, - "player_leaderboard_rank_set_input": { - "player_steam_id": [ - 79 + "hits_spotted": [ + 2461 ], - "rank": [ - 38 + "shots": [ + 2461 ], - "total": [ - 38 + "shots_spotted": [ + 2461 ], - "value": [ - 1093 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_stddev_fields": { - "rank": [ - 29 + "player_aim_weapon_stats_update_column": {}, + "player_aim_weapon_stats_updates": { + "_inc": [ + 2569 ], - "total": [ - 29 + "_set": [ + 2580 ], - "value": [ - 29 + "where": [ + 2567 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_stddev_pop_fields": { - "rank": [ + "player_aim_weapon_stats_var_pop_fields": { + "first_bullet_hits": [ 29 ], - "total": [ + "first_bullet_shots": [ 29 ], - "value": [ + "hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_stddev_samp_fields": { - "rank": [ + "hits_spotted": [ 29 ], - "total": [ + "shots": [ 29 ], - "value": [ + "shots_spotted": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_stream_cursor_input": { - "initial_value": [ - 2478 - ], - "ordering": [ - 233 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_stream_cursor_value_input": { - "player_steam_id": [ - 79 - ], - "rank": [ - 38 - ], - "total": [ - 38 - ], - "value": [ - 1093 + "player_aim_weapon_stats_var_pop_order_by": { + "first_bullet_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_sum_fields": { - "rank": [ - 38 + "first_bullet_shots": [ + 2461 ], - "total": [ - 38 + "hits": [ + 2461 ], - "value": [ - 1093 + "hits_spotted": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_updates": { - "_inc": [ - 2466 + "shots": [ + 2461 ], - "_set": [ - 2473 + "shots_spotted": [ + 2461 ], - "where": [ - 2465 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_leaderboard_rank_var_pop_fields": { - "rank": [ - 29 - ], - "total": [ - 29 - ], - "value": [ + "player_aim_weapon_stats_var_samp_fields": { + "first_bullet_hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_var_samp_fields": { - "rank": [ + "first_bullet_shots": [ 29 ], - "total": [ + "hits": [ 29 ], - "value": [ + "hits_spotted": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_leaderboard_rank_variance_fields": { - "rank": [ + "shots": [ 29 ], - "total": [ + "shots_spotted": [ 29 ], - "value": [ + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats": { - "assists": [ - 38 - ], - "assists_ct": [ - 38 - ], - "assists_t": [ - 38 - ], - "counter_strafe_eligible_shots": [ - 38 - ], - "counter_strafed_shots": [ - 38 - ], - "crosshair_angle_count": [ - 38 - ], - "crosshair_angle_sum_deg": [ - 2018 - ], - "damage": [ - 38 - ], - "damage_ct": [ - 38 + "player_aim_weapon_stats_var_samp_order_by": { + "first_bullet_hits": [ + 2461 ], - "damage_t": [ - 38 + "first_bullet_shots": [ + 2461 ], - "deaths": [ - 38 + "hits": [ + 2461 ], - "deaths_ct": [ - 38 + "hits_spotted": [ + 2461 ], - "deaths_t": [ - 38 + "shots": [ + 2461 ], - "decoy_throws": [ - 38 + "shots_spotted": [ + 2461 ], - "enemies_flashed": [ - 38 + "steam_id": [ + 2461 ], + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_variance_fields": { "first_bullet_hits": [ - 38 + 29 ], "first_bullet_shots": [ - 38 - ], - "five_kill_rounds": [ - 38 + 29 ], - "flash_assists": [ - 38 + "hits": [ + 29 ], - "flash_duration_count": [ - 38 + "hits_spotted": [ + 29 ], - "flash_duration_sum": [ - 2018 + "shots": [ + 29 ], - "flashes_thrown": [ - 38 + "shots_spotted": [ + 29 ], - "four_kill_rounds": [ - 38 + "steam_id": [ + 29 ], - "he_damage": [ - 38 + "__typename": [ + 78 + ] + }, + "player_aim_weapon_stats_variance_order_by": { + "first_bullet_hits": [ + 2461 ], - "he_team_damage": [ - 38 + "first_bullet_shots": [ + 2461 ], - "he_throws": [ - 38 + "hits": [ + 2461 ], - "headshot_hits": [ - 38 + "hits_spotted": [ + 2461 ], - "hits": [ - 38 + "shots": [ + 2461 ], - "hits_at_spotted": [ - 38 + "shots_spotted": [ + 2461 ], - "hs_kills": [ - 38 + "steam_id": [ + 2461 ], - "hs_kills_ct": [ - 38 + "__typename": [ + 78 + ] + }, + "player_assists": { + "attacked_player": [ + 3419 ], - "hs_kills_t": [ - 38 + "attacked_steam_id": [ + 180 ], - "kast_rounds": [ - 38 + "attacked_team": [ + 78 ], - "kast_total_rounds": [ - 38 + "attacker_steam_id": [ + 180 ], - "kills": [ - 38 + "attacker_team": [ + 78 ], - "kills_ct": [ - 38 + "deleted_at": [ + 4004 ], - "kills_t": [ - 38 + "flash": [ + 3 ], - "knife_kills": [ - 38 + "is_team_assist": [ + 3 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 - ], - "molotov_damage": [ - 38 - ], - "molotov_throws": [ - 38 - ], - "non_awp_hits": [ - 38 - ], - "on_target_frames": [ - 38 + 4442 ], "player": [ - 2978 - ], - "rounds_ct": [ - 38 - ], - "rounds_played": [ - 38 - ], - "rounds_t": [ - 38 - ], - "shots_at_spotted": [ - 38 - ], - "shots_fired": [ - 38 - ], - "smoke_throws": [ - 38 - ], - "spotted_count": [ - 38 - ], - "spotted_with_damage_count": [ - 38 - ], - "spray_hits": [ - 38 - ], - "spray_shots": [ - 38 - ], - "steam_id": [ - 178 - ], - "team_damage": [ - 38 - ], - "team_flashed": [ - 38 - ], - "three_kill_rounds": [ - 38 - ], - "time_to_damage_count": [ - 38 - ], - "time_to_damage_sum_s": [ - 2018 - ], - "total_engagement_frames": [ - 38 - ], - "trade_kill_attempts": [ - 38 - ], - "trade_kill_opportunities": [ - 38 + 3419 ], - "trade_kill_successes": [ + "round": [ 38 ], - "traded_death_attempts": [ - 38 + "time": [ + 4004 ], - "traded_death_opportunities": [ - 38 + "__typename": [ + 78 + ] + }, + "player_assists_aggregate": { + "aggregate": [ + 2605 ], - "traded_death_successes": [ - 38 + "nodes": [ + 2599 ], - "two_kill_rounds": [ - 38 + "__typename": [ + 78 + ] + }, + "player_assists_aggregate_bool_exp": { + "bool_and": [ + 2602 ], - "unused_utility_value": [ - 38 + "bool_or": [ + 2603 ], - "updated_at": [ - 3558 + "count": [ + 2604 ], - "util_on_death_count": [ - 38 + "__typename": [ + 78 + ] + }, + "player_assists_aggregate_bool_exp_bool_and": { + "arguments": [ + 2623 ], - "util_on_death_sum": [ - 38 + "distinct": [ + 3 ], - "wasted_magazine_shots": [ - 38 + "filter": [ + 2610 ], - "zeus_kills": [ - 38 + "predicate": [ + 4 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_aggregate": { - "aggregate": [ - 2488 + "player_assists_aggregate_bool_exp_bool_or": { + "arguments": [ + 2624 ], - "nodes": [ - 2484 + "distinct": [ + 3 ], - "__typename": [ - 79 - ] - }, - "player_match_map_stats_aggregate_bool_exp": { - "count": [ - 2487 + "filter": [ + 2610 + ], + "predicate": [ + 4 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_aggregate_bool_exp_count": { + "player_assists_aggregate_bool_exp_count": { "arguments": [ - 2505 + 2622 ], "distinct": [ 3 ], "filter": [ - 2493 + 2610 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_aggregate_fields": { + "player_assists_aggregate_fields": { "avg": [ - 2491 + 2608 ], "count": [ 38, { "columns": [ - 2505, - "[player_match_map_stats_select_column!]" + 2622, + "[player_assists_select_column!]" ], "distinct": [ 3 @@ -51427,6810 +51622,8059 @@ export default { } ], "max": [ - 2497 + 2614 ], "min": [ - 2499 + 2616 ], "stddev": [ - 2507 + 2626 ], "stddev_pop": [ - 2509 + 2628 ], "stddev_samp": [ - 2511 + 2630 ], "sum": [ - 2515 + 2634 ], "var_pop": [ - 2519 + 2638 ], "var_samp": [ - 2521 + 2640 ], "variance": [ - 2523 + 2642 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_aggregate_order_by": { + "player_assists_aggregate_order_by": { "avg": [ - 2492 + 2609 ], "count": [ - 2020 + 2461 ], "max": [ - 2498 + 2615 ], "min": [ - 2500 + 2617 ], "stddev": [ - 2508 + 2627 ], "stddev_pop": [ - 2510 + 2629 ], "stddev_samp": [ - 2512 + 2631 ], "sum": [ - 2516 + 2635 ], "var_pop": [ - 2520 + 2639 ], "var_samp": [ - 2522 + 2641 ], "variance": [ - 2524 + 2643 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_arr_rel_insert_input": { + "player_assists_arr_rel_insert_input": { "data": [ - 2496 + 2613 ], "on_conflict": [ - 2502 + 2619 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_avg_fields": { - "assists": [ - 29 - ], - "assists_ct": [ - 29 - ], - "assists_t": [ - 29 - ], - "counter_strafe_eligible_shots": [ + "player_assists_avg_fields": { + "attacked_steam_id": [ 29 ], - "counter_strafed_shots": [ + "attacker_steam_id": [ 29 ], - "crosshair_angle_count": [ + "round": [ 29 ], - "crosshair_angle_sum_deg": [ - 29 + "__typename": [ + 78 + ] + }, + "player_assists_avg_order_by": { + "attacked_steam_id": [ + 2461 ], - "damage": [ - 29 + "attacker_steam_id": [ + 2461 ], - "damage_ct": [ - 29 + "round": [ + 2461 ], - "damage_t": [ - 29 + "__typename": [ + 78 + ] + }, + "player_assists_bool_exp": { + "_and": [ + 2610 ], - "deaths": [ - 29 + "_not": [ + 2610 ], - "deaths_ct": [ - 29 + "_or": [ + 2610 ], - "deaths_t": [ - 29 + "attacked_player": [ + 3423 ], - "decoy_throws": [ - 29 + "attacked_steam_id": [ + 182 ], - "enemies_flashed": [ - 29 + "attacked_team": [ + 80 ], - "first_bullet_hits": [ - 29 + "attacker_steam_id": [ + 182 ], - "first_bullet_shots": [ - 29 + "attacker_team": [ + 80 ], - "five_kill_rounds": [ - 29 + "deleted_at": [ + 4005 ], - "flash_assists": [ - 29 + "flash": [ + 4 ], - "flash_duration_count": [ - 29 + "is_team_assist": [ + 4 ], - "flash_duration_sum": [ - 29 + "match": [ + 2285 ], - "flashes_thrown": [ - 29 + "match_id": [ + 4444 ], - "four_kill_rounds": [ - 29 + "match_map": [ + 2123 ], - "he_damage": [ - 29 + "match_map_id": [ + 4444 ], - "he_team_damage": [ - 29 + "player": [ + 3423 ], - "he_throws": [ - 29 + "round": [ + 39 ], - "headshot_hits": [ - 29 + "time": [ + 4005 ], - "hits": [ - 29 + "__typename": [ + 78 + ] + }, + "player_assists_constraint": {}, + "player_assists_inc_input": { + "attacked_steam_id": [ + 180 ], - "hits_at_spotted": [ - 29 + "attacker_steam_id": [ + 180 ], - "hs_kills": [ - 29 + "round": [ + 38 ], - "hs_kills_ct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_assists_insert_input": { + "attacked_player": [ + 3430 ], - "hs_kills_t": [ - 29 + "attacked_steam_id": [ + 180 ], - "kast_rounds": [ - 29 + "attacked_team": [ + 78 ], - "kast_total_rounds": [ - 29 + "attacker_steam_id": [ + 180 ], - "kills": [ - 29 + "attacker_team": [ + 78 ], - "kills_ct": [ - 29 + "deleted_at": [ + 4004 ], - "kills_t": [ - 29 + "flash": [ + 3 ], - "knife_kills": [ - 29 + "match": [ + 2294 ], - "molotov_damage": [ - 29 + "match_id": [ + 4442 ], - "molotov_throws": [ - 29 + "match_map": [ + 2132 ], - "non_awp_hits": [ - 29 + "match_map_id": [ + 4442 ], - "on_target_frames": [ - 29 + "player": [ + 3430 ], - "rounds_ct": [ - 29 + "round": [ + 38 ], - "rounds_played": [ - 29 + "time": [ + 4004 ], - "rounds_t": [ - 29 + "__typename": [ + 78 + ] + }, + "player_assists_max_fields": { + "attacked_steam_id": [ + 180 ], - "shots_at_spotted": [ - 29 + "attacked_team": [ + 78 ], - "shots_fired": [ - 29 + "attacker_steam_id": [ + 180 ], - "smoke_throws": [ - 29 + "attacker_team": [ + 78 ], - "spotted_count": [ - 29 + "deleted_at": [ + 4004 ], - "spotted_with_damage_count": [ - 29 + "match_id": [ + 4442 ], - "spray_hits": [ - 29 + "match_map_id": [ + 4442 ], - "spray_shots": [ - 29 + "round": [ + 38 ], - "steam_id": [ - 29 + "time": [ + 4004 ], - "team_damage": [ - 29 + "__typename": [ + 78 + ] + }, + "player_assists_max_order_by": { + "attacked_steam_id": [ + 2461 ], - "team_flashed": [ - 29 + "attacked_team": [ + 2461 ], - "three_kill_rounds": [ - 29 + "attacker_steam_id": [ + 2461 ], - "time_to_damage_count": [ - 29 + "attacker_team": [ + 2461 ], - "time_to_damage_sum_s": [ - 29 + "deleted_at": [ + 2461 ], - "total_engagement_frames": [ - 29 + "match_id": [ + 2461 ], - "trade_kill_attempts": [ - 29 + "match_map_id": [ + 2461 ], - "trade_kill_opportunities": [ - 29 + "round": [ + 2461 ], - "trade_kill_successes": [ - 29 + "time": [ + 2461 ], - "traded_death_attempts": [ - 29 + "__typename": [ + 78 + ] + }, + "player_assists_min_fields": { + "attacked_steam_id": [ + 180 ], - "traded_death_opportunities": [ - 29 + "attacked_team": [ + 78 ], - "traded_death_successes": [ - 29 + "attacker_steam_id": [ + 180 ], - "two_kill_rounds": [ - 29 + "attacker_team": [ + 78 ], - "unused_utility_value": [ - 29 + "deleted_at": [ + 4004 ], - "util_on_death_count": [ - 29 + "match_id": [ + 4442 ], - "util_on_death_sum": [ - 29 + "match_map_id": [ + 4442 ], - "wasted_magazine_shots": [ - 29 + "round": [ + 38 ], - "zeus_kills": [ - 29 + "time": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_avg_order_by": { - "assists": [ - 2020 + "player_assists_min_order_by": { + "attacked_steam_id": [ + 2461 ], - "assists_ct": [ - 2020 + "attacked_team": [ + 2461 ], - "assists_t": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "counter_strafe_eligible_shots": [ - 2020 + "attacker_team": [ + 2461 ], - "counter_strafed_shots": [ - 2020 + "deleted_at": [ + 2461 ], - "crosshair_angle_count": [ - 2020 + "match_id": [ + 2461 ], - "crosshair_angle_sum_deg": [ - 2020 + "match_map_id": [ + 2461 ], - "damage": [ - 2020 + "round": [ + 2461 ], - "damage_ct": [ - 2020 + "time": [ + 2461 ], - "damage_t": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_mutation_response": { + "affected_rows": [ + 38 ], - "deaths": [ - 2020 + "returning": [ + 2599 ], - "deaths_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_on_conflict": { + "constraint": [ + 2611 ], - "deaths_t": [ - 2020 + "update_columns": [ + 2636 ], - "decoy_throws": [ - 2020 + "where": [ + 2610 ], - "enemies_flashed": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_order_by": { + "attacked_player": [ + 3432 ], - "first_bullet_hits": [ - 2020 + "attacked_steam_id": [ + 2461 ], - "first_bullet_shots": [ - 2020 + "attacked_team": [ + 2461 ], - "five_kill_rounds": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "flash_assists": [ - 2020 + "attacker_team": [ + 2461 ], - "flash_duration_count": [ - 2020 + "deleted_at": [ + 2461 ], - "flash_duration_sum": [ - 2020 + "flash": [ + 2461 ], - "flashes_thrown": [ - 2020 + "is_team_assist": [ + 2461 ], - "four_kill_rounds": [ - 2020 + "match": [ + 2296 ], - "he_damage": [ - 2020 + "match_id": [ + 2461 ], - "he_team_damage": [ - 2020 + "match_map": [ + 2134 ], - "he_throws": [ - 2020 + "match_map_id": [ + 2461 ], - "headshot_hits": [ - 2020 + "player": [ + 3432 ], - "hits": [ - 2020 + "round": [ + 2461 ], - "hits_at_spotted": [ - 2020 + "time": [ + 2461 ], - "hs_kills": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_pk_columns_input": { + "attacked_steam_id": [ + 180 ], - "hs_kills_ct": [ - 2020 + "attacker_steam_id": [ + 180 ], - "hs_kills_t": [ - 2020 + "match_map_id": [ + 4442 ], - "kast_rounds": [ - 2020 + "time": [ + 4004 ], - "kast_total_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_select_column": {}, + "player_assists_select_column_player_assists_aggregate_bool_exp_bool_and_arguments_columns": {}, + "player_assists_select_column_player_assists_aggregate_bool_exp_bool_or_arguments_columns": {}, + "player_assists_set_input": { + "attacked_steam_id": [ + 180 ], - "kills": [ - 2020 + "attacked_team": [ + 78 ], - "kills_ct": [ - 2020 + "attacker_steam_id": [ + 180 ], - "kills_t": [ - 2020 + "attacker_team": [ + 78 ], - "knife_kills": [ - 2020 + "deleted_at": [ + 4004 ], - "molotov_damage": [ - 2020 + "flash": [ + 3 ], - "molotov_throws": [ - 2020 + "match_id": [ + 4442 ], - "non_awp_hits": [ - 2020 + "match_map_id": [ + 4442 ], - "on_target_frames": [ - 2020 + "round": [ + 38 ], - "rounds_ct": [ - 2020 + "time": [ + 4004 ], - "rounds_played": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stddev_fields": { + "attacked_steam_id": [ + 29 ], - "rounds_t": [ - 2020 + "attacker_steam_id": [ + 29 ], - "shots_at_spotted": [ - 2020 + "round": [ + 29 ], - "shots_fired": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stddev_order_by": { + "attacked_steam_id": [ + 2461 ], - "smoke_throws": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "spotted_count": [ - 2020 + "round": [ + 2461 ], - "spotted_with_damage_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stddev_pop_fields": { + "attacked_steam_id": [ + 29 ], - "spray_hits": [ - 2020 + "attacker_steam_id": [ + 29 ], - "spray_shots": [ - 2020 + "round": [ + 29 ], - "steam_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stddev_pop_order_by": { + "attacked_steam_id": [ + 2461 ], - "team_damage": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "team_flashed": [ - 2020 + "round": [ + 2461 ], - "three_kill_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stddev_samp_fields": { + "attacked_steam_id": [ + 29 ], - "time_to_damage_count": [ - 2020 + "attacker_steam_id": [ + 29 ], - "time_to_damage_sum_s": [ - 2020 + "round": [ + 29 ], - "total_engagement_frames": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stddev_samp_order_by": { + "attacked_steam_id": [ + 2461 ], - "trade_kill_attempts": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "trade_kill_opportunities": [ - 2020 + "round": [ + 2461 ], - "trade_kill_successes": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stream_cursor_input": { + "initial_value": [ + 2633 ], - "traded_death_attempts": [ - 2020 + "ordering": [ + 236 ], - "traded_death_opportunities": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_assists_stream_cursor_value_input": { + "attacked_steam_id": [ + 180 ], - "traded_death_successes": [ - 2020 + "attacked_team": [ + 78 ], - "two_kill_rounds": [ - 2020 + "attacker_steam_id": [ + 180 ], - "unused_utility_value": [ - 2020 + "attacker_team": [ + 78 ], - "util_on_death_count": [ - 2020 + "deleted_at": [ + 4004 ], - "util_on_death_sum": [ - 2020 + "flash": [ + 3 ], - "wasted_magazine_shots": [ - 2020 + "match_id": [ + 4442 ], - "zeus_kills": [ - 2020 + "match_map_id": [ + 4442 + ], + "round": [ + 38 + ], + "time": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_bool_exp": { - "_and": [ - 2493 + "player_assists_sum_fields": { + "attacked_steam_id": [ + 180 ], - "_not": [ - 2493 + "attacker_steam_id": [ + 180 ], - "_or": [ - 2493 + "round": [ + 38 ], - "assists": [ - 39 + "__typename": [ + 78 + ] + }, + "player_assists_sum_order_by": { + "attacked_steam_id": [ + 2461 ], - "assists_ct": [ - 39 + "attacker_steam_id": [ + 2461 ], - "assists_t": [ - 39 + "round": [ + 2461 ], - "counter_strafe_eligible_shots": [ - 39 + "__typename": [ + 78 + ] + }, + "player_assists_update_column": {}, + "player_assists_updates": { + "_inc": [ + 2612 ], - "counter_strafed_shots": [ - 39 + "_set": [ + 2625 ], - "crosshair_angle_count": [ - 39 + "where": [ + 2610 ], - "crosshair_angle_sum_deg": [ - 2019 + "__typename": [ + 78 + ] + }, + "player_assists_var_pop_fields": { + "attacked_steam_id": [ + 29 ], - "damage": [ - 39 + "attacker_steam_id": [ + 29 ], - "damage_ct": [ - 39 + "round": [ + 29 ], - "damage_t": [ - 39 + "__typename": [ + 78 + ] + }, + "player_assists_var_pop_order_by": { + "attacked_steam_id": [ + 2461 ], - "deaths": [ - 39 + "attacker_steam_id": [ + 2461 ], - "deaths_ct": [ - 39 + "round": [ + 2461 ], - "deaths_t": [ - 39 + "__typename": [ + 78 + ] + }, + "player_assists_var_samp_fields": { + "attacked_steam_id": [ + 29 ], - "decoy_throws": [ - 39 + "attacker_steam_id": [ + 29 ], - "enemies_flashed": [ - 39 + "round": [ + 29 ], - "first_bullet_hits": [ - 39 + "__typename": [ + 78 + ] + }, + "player_assists_var_samp_order_by": { + "attacked_steam_id": [ + 2461 ], - "first_bullet_shots": [ - 39 + "attacker_steam_id": [ + 2461 ], - "five_kill_rounds": [ - 39 + "round": [ + 2461 ], - "flash_assists": [ - 39 + "__typename": [ + 78 + ] + }, + "player_assists_variance_fields": { + "attacked_steam_id": [ + 29 ], - "flash_duration_count": [ - 39 + "attacker_steam_id": [ + 29 ], - "flash_duration_sum": [ - 2019 + "round": [ + 29 ], - "flashes_thrown": [ - 39 + "__typename": [ + 78 + ] + }, + "player_assists_variance_order_by": { + "attacked_steam_id": [ + 2461 ], - "four_kill_rounds": [ - 39 + "attacker_steam_id": [ + 2461 ], - "he_damage": [ - 39 + "round": [ + 2461 ], - "he_team_damage": [ - 39 + "__typename": [ + 78 + ] + }, + "player_career_stats_v": { + "accuracy": [ + 2459 ], - "he_throws": [ - 39 + "accuracy_spotted": [ + 2459 ], - "headshot_hits": [ - 39 + "counter_strafe_pct": [ + 2459 ], - "hits": [ - 39 + "crosshair_deg": [ + 2459 ], - "hits_at_spotted": [ - 39 + "enemy_blind_pr": [ + 2459 ], - "hs_kills": [ - 39 + "flash_assists_pr": [ + 2459 ], - "hs_kills_ct": [ - 39 + "hs_pct": [ + 2459 ], - "hs_kills_t": [ - 39 + "kast_pct": [ + 2459 ], - "kast_rounds": [ - 39 + "maps": [ + 38 ], - "kast_total_rounds": [ - 39 + "premier_rank": [ + 38 ], - "kills": [ - 39 + "rounds": [ + 38 ], - "kills_ct": [ - 39 + "steam_id": [ + 180 ], - "kills_t": [ - 39 + "survival_pct": [ + 2459 ], - "knife_kills": [ - 39 + "time_to_damage_s": [ + 2459 ], - "match": [ - 1844 + "traded_death_pct": [ + 2459 ], - "match_id": [ - 3957 + "util_efficiency": [ + 2459 ], - "match_map": [ - 1682 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_aggregate": { + "aggregate": [ + 2646 ], - "match_map_id": [ - 3957 + "nodes": [ + 2644 ], - "molotov_damage": [ - 39 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_aggregate_fields": { + "avg": [ + 2647 ], - "molotov_throws": [ - 39 + "count": [ + 38, + { + "columns": [ + 2652, + "[player_career_stats_v_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "non_awp_hits": [ - 39 + "max": [ + 2649 ], - "on_target_frames": [ - 39 + "min": [ + 2650 ], - "player": [ - 2982 + "stddev": [ + 2653 ], - "rounds_ct": [ - 39 + "stddev_pop": [ + 2654 ], - "rounds_played": [ - 39 + "stddev_samp": [ + 2655 ], - "rounds_t": [ - 39 + "sum": [ + 2658 ], - "shots_at_spotted": [ - 39 + "var_pop": [ + 2659 ], - "shots_fired": [ - 39 + "var_samp": [ + 2660 ], - "smoke_throws": [ - 39 + "variance": [ + 2661 ], - "spotted_count": [ - 39 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_avg_fields": { + "accuracy": [ + 29 ], - "spotted_with_damage_count": [ - 39 + "accuracy_spotted": [ + 29 ], - "spray_hits": [ - 39 + "counter_strafe_pct": [ + 29 ], - "spray_shots": [ - 39 + "crosshair_deg": [ + 29 ], - "steam_id": [ - 180 + "enemy_blind_pr": [ + 29 ], - "team_damage": [ - 39 + "flash_assists_pr": [ + 29 ], - "team_flashed": [ - 39 + "hs_pct": [ + 29 ], - "three_kill_rounds": [ - 39 + "kast_pct": [ + 29 ], - "time_to_damage_count": [ - 39 + "maps": [ + 29 ], - "time_to_damage_sum_s": [ - 2019 + "premier_rank": [ + 29 ], - "total_engagement_frames": [ - 39 + "rounds": [ + 29 ], - "trade_kill_attempts": [ - 39 + "steam_id": [ + 29 ], - "trade_kill_opportunities": [ - 39 + "survival_pct": [ + 29 ], - "trade_kill_successes": [ - 39 + "time_to_damage_s": [ + 29 ], - "traded_death_attempts": [ - 39 + "traded_death_pct": [ + 29 ], - "traded_death_opportunities": [ - 39 + "util_efficiency": [ + 29 ], - "traded_death_successes": [ - 39 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_bool_exp": { + "_and": [ + 2648 ], - "two_kill_rounds": [ - 39 + "_not": [ + 2648 ], - "unused_utility_value": [ - 39 + "_or": [ + 2648 ], - "updated_at": [ - 3559 + "accuracy": [ + 2460 ], - "util_on_death_count": [ - 39 + "accuracy_spotted": [ + 2460 ], - "util_on_death_sum": [ - 39 + "counter_strafe_pct": [ + 2460 ], - "wasted_magazine_shots": [ - 39 + "crosshair_deg": [ + 2460 ], - "zeus_kills": [ - 39 + "enemy_blind_pr": [ + 2460 ], - "__typename": [ - 79 - ] - }, - "player_match_map_stats_constraint": {}, - "player_match_map_stats_inc_input": { - "assists": [ - 38 + "flash_assists_pr": [ + 2460 ], - "assists_ct": [ - 38 + "hs_pct": [ + 2460 ], - "assists_t": [ - 38 + "kast_pct": [ + 2460 ], - "counter_strafe_eligible_shots": [ - 38 + "maps": [ + 39 ], - "counter_strafed_shots": [ - 38 + "premier_rank": [ + 39 ], - "crosshair_angle_count": [ - 38 + "rounds": [ + 39 ], - "crosshair_angle_sum_deg": [ - 2018 + "steam_id": [ + 182 ], - "damage": [ - 38 + "survival_pct": [ + 2460 ], - "damage_ct": [ - 38 + "time_to_damage_s": [ + 2460 ], - "damage_t": [ - 38 + "traded_death_pct": [ + 2460 ], - "deaths": [ - 38 + "util_efficiency": [ + 2460 ], - "deaths_ct": [ - 38 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_max_fields": { + "accuracy": [ + 2459 ], - "deaths_t": [ - 38 + "accuracy_spotted": [ + 2459 ], - "decoy_throws": [ - 38 + "counter_strafe_pct": [ + 2459 ], - "enemies_flashed": [ - 38 + "crosshair_deg": [ + 2459 ], - "first_bullet_hits": [ - 38 + "enemy_blind_pr": [ + 2459 ], - "first_bullet_shots": [ - 38 + "flash_assists_pr": [ + 2459 ], - "five_kill_rounds": [ + "hs_pct": [ + 2459 + ], + "kast_pct": [ + 2459 + ], + "maps": [ 38 ], - "flash_assists": [ + "premier_rank": [ 38 ], - "flash_duration_count": [ + "rounds": [ 38 ], - "flash_duration_sum": [ - 2018 + "steam_id": [ + 180 ], - "flashes_thrown": [ - 38 + "survival_pct": [ + 2459 ], - "four_kill_rounds": [ - 38 + "time_to_damage_s": [ + 2459 ], - "he_damage": [ - 38 + "traded_death_pct": [ + 2459 ], - "he_team_damage": [ - 38 + "util_efficiency": [ + 2459 ], - "he_throws": [ - 38 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_min_fields": { + "accuracy": [ + 2459 ], - "headshot_hits": [ - 38 + "accuracy_spotted": [ + 2459 ], - "hits": [ - 38 + "counter_strafe_pct": [ + 2459 ], - "hits_at_spotted": [ - 38 + "crosshair_deg": [ + 2459 ], - "hs_kills": [ - 38 + "enemy_blind_pr": [ + 2459 ], - "hs_kills_ct": [ - 38 + "flash_assists_pr": [ + 2459 ], - "hs_kills_t": [ - 38 + "hs_pct": [ + 2459 ], - "kast_rounds": [ - 38 + "kast_pct": [ + 2459 ], - "kast_total_rounds": [ + "maps": [ 38 ], - "kills": [ + "premier_rank": [ 38 ], - "kills_ct": [ + "rounds": [ 38 ], - "kills_t": [ - 38 + "steam_id": [ + 180 ], - "knife_kills": [ - 38 + "survival_pct": [ + 2459 ], - "molotov_damage": [ - 38 + "time_to_damage_s": [ + 2459 ], - "molotov_throws": [ - 38 + "traded_death_pct": [ + 2459 ], - "non_awp_hits": [ - 38 + "util_efficiency": [ + 2459 ], - "on_target_frames": [ - 38 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_order_by": { + "accuracy": [ + 2461 ], - "rounds_ct": [ - 38 + "accuracy_spotted": [ + 2461 ], - "rounds_played": [ - 38 + "counter_strafe_pct": [ + 2461 ], - "rounds_t": [ - 38 + "crosshair_deg": [ + 2461 ], - "shots_at_spotted": [ - 38 + "enemy_blind_pr": [ + 2461 ], - "shots_fired": [ - 38 + "flash_assists_pr": [ + 2461 ], - "smoke_throws": [ - 38 + "hs_pct": [ + 2461 ], - "spotted_count": [ - 38 + "kast_pct": [ + 2461 ], - "spotted_with_damage_count": [ - 38 + "maps": [ + 2461 ], - "spray_hits": [ - 38 + "premier_rank": [ + 2461 ], - "spray_shots": [ - 38 + "rounds": [ + 2461 ], "steam_id": [ - 178 + 2461 ], - "team_damage": [ - 38 + "survival_pct": [ + 2461 ], - "team_flashed": [ - 38 + "time_to_damage_s": [ + 2461 ], - "three_kill_rounds": [ - 38 + "traded_death_pct": [ + 2461 ], - "time_to_damage_count": [ - 38 + "util_efficiency": [ + 2461 ], - "time_to_damage_sum_s": [ - 2018 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_select_column": {}, + "player_career_stats_v_stddev_fields": { + "accuracy": [ + 29 ], - "total_engagement_frames": [ - 38 + "accuracy_spotted": [ + 29 ], - "trade_kill_attempts": [ - 38 + "counter_strafe_pct": [ + 29 ], - "trade_kill_opportunities": [ - 38 + "crosshair_deg": [ + 29 ], - "trade_kill_successes": [ - 38 + "enemy_blind_pr": [ + 29 ], - "traded_death_attempts": [ - 38 + "flash_assists_pr": [ + 29 ], - "traded_death_opportunities": [ - 38 + "hs_pct": [ + 29 ], - "traded_death_successes": [ - 38 + "kast_pct": [ + 29 ], - "two_kill_rounds": [ - 38 + "maps": [ + 29 ], - "unused_utility_value": [ - 38 + "premier_rank": [ + 29 ], - "util_on_death_count": [ - 38 + "rounds": [ + 29 ], - "util_on_death_sum": [ - 38 + "steam_id": [ + 29 ], - "wasted_magazine_shots": [ - 38 + "survival_pct": [ + 29 ], - "zeus_kills": [ - 38 + "time_to_damage_s": [ + 29 + ], + "traded_death_pct": [ + 29 + ], + "util_efficiency": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_insert_input": { - "assists": [ - 38 - ], - "assists_ct": [ - 38 + "player_career_stats_v_stddev_pop_fields": { + "accuracy": [ + 29 ], - "assists_t": [ - 38 + "accuracy_spotted": [ + 29 ], - "counter_strafe_eligible_shots": [ - 38 + "counter_strafe_pct": [ + 29 ], - "counter_strafed_shots": [ - 38 + "crosshair_deg": [ + 29 ], - "crosshair_angle_count": [ - 38 + "enemy_blind_pr": [ + 29 ], - "crosshair_angle_sum_deg": [ - 2018 + "flash_assists_pr": [ + 29 ], - "damage": [ - 38 + "hs_pct": [ + 29 ], - "damage_ct": [ - 38 + "kast_pct": [ + 29 ], - "damage_t": [ - 38 + "maps": [ + 29 ], - "deaths": [ - 38 + "premier_rank": [ + 29 ], - "deaths_ct": [ - 38 + "rounds": [ + 29 ], - "deaths_t": [ - 38 + "steam_id": [ + 29 ], - "decoy_throws": [ - 38 + "survival_pct": [ + 29 ], - "enemies_flashed": [ - 38 + "time_to_damage_s": [ + 29 ], - "first_bullet_hits": [ - 38 + "traded_death_pct": [ + 29 ], - "first_bullet_shots": [ - 38 + "util_efficiency": [ + 29 ], - "five_kill_rounds": [ - 38 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_stddev_samp_fields": { + "accuracy": [ + 29 ], - "flash_assists": [ - 38 + "accuracy_spotted": [ + 29 ], - "flash_duration_count": [ - 38 + "counter_strafe_pct": [ + 29 ], - "flash_duration_sum": [ - 2018 + "crosshair_deg": [ + 29 ], - "flashes_thrown": [ - 38 + "enemy_blind_pr": [ + 29 ], - "four_kill_rounds": [ - 38 + "flash_assists_pr": [ + 29 ], - "he_damage": [ - 38 + "hs_pct": [ + 29 ], - "he_team_damage": [ - 38 + "kast_pct": [ + 29 ], - "he_throws": [ - 38 + "maps": [ + 29 ], - "headshot_hits": [ - 38 + "premier_rank": [ + 29 ], - "hits": [ - 38 + "rounds": [ + 29 ], - "hits_at_spotted": [ - 38 + "steam_id": [ + 29 ], - "hs_kills": [ - 38 + "survival_pct": [ + 29 ], - "hs_kills_ct": [ - 38 + "time_to_damage_s": [ + 29 ], - "hs_kills_t": [ - 38 + "traded_death_pct": [ + 29 ], - "kast_rounds": [ - 38 + "util_efficiency": [ + 29 ], - "kast_total_rounds": [ - 38 - ], - "kills": [ - 38 - ], - "kills_ct": [ - 38 - ], - "kills_t": [ - 38 - ], - "knife_kills": [ - 38 - ], - "match": [ - 1853 - ], - "match_id": [ - 3955 - ], - "match_map": [ - 1691 - ], - "match_map_id": [ - 3955 - ], - "molotov_damage": [ - 38 - ], - "molotov_throws": [ - 38 - ], - "non_awp_hits": [ - 38 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_stream_cursor_input": { + "initial_value": [ + 2657 ], - "on_target_frames": [ - 38 + "ordering": [ + 236 ], - "player": [ - 2989 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_stream_cursor_value_input": { + "accuracy": [ + 2459 ], - "rounds_ct": [ - 38 + "accuracy_spotted": [ + 2459 ], - "rounds_played": [ - 38 + "counter_strafe_pct": [ + 2459 ], - "rounds_t": [ - 38 + "crosshair_deg": [ + 2459 ], - "shots_at_spotted": [ - 38 + "enemy_blind_pr": [ + 2459 ], - "shots_fired": [ - 38 + "flash_assists_pr": [ + 2459 ], - "smoke_throws": [ - 38 + "hs_pct": [ + 2459 ], - "spotted_count": [ - 38 + "kast_pct": [ + 2459 ], - "spotted_with_damage_count": [ + "maps": [ 38 ], - "spray_hits": [ + "premier_rank": [ 38 ], - "spray_shots": [ + "rounds": [ 38 ], "steam_id": [ - 178 + 180 ], - "team_damage": [ - 38 + "survival_pct": [ + 2459 ], - "team_flashed": [ - 38 + "time_to_damage_s": [ + 2459 ], - "three_kill_rounds": [ - 38 + "traded_death_pct": [ + 2459 ], - "time_to_damage_count": [ - 38 + "util_efficiency": [ + 2459 ], - "time_to_damage_sum_s": [ - 2018 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_sum_fields": { + "accuracy": [ + 2459 ], - "total_engagement_frames": [ - 38 + "accuracy_spotted": [ + 2459 ], - "trade_kill_attempts": [ - 38 + "counter_strafe_pct": [ + 2459 ], - "trade_kill_opportunities": [ - 38 + "crosshair_deg": [ + 2459 ], - "trade_kill_successes": [ - 38 + "enemy_blind_pr": [ + 2459 ], - "traded_death_attempts": [ - 38 + "flash_assists_pr": [ + 2459 ], - "traded_death_opportunities": [ - 38 + "hs_pct": [ + 2459 ], - "traded_death_successes": [ + "kast_pct": [ + 2459 + ], + "maps": [ 38 ], - "two_kill_rounds": [ + "premier_rank": [ 38 ], - "unused_utility_value": [ + "rounds": [ 38 ], - "updated_at": [ - 3558 + "steam_id": [ + 180 ], - "util_on_death_count": [ - 38 + "survival_pct": [ + 2459 ], - "util_on_death_sum": [ - 38 + "time_to_damage_s": [ + 2459 ], - "wasted_magazine_shots": [ - 38 + "traded_death_pct": [ + 2459 ], - "zeus_kills": [ - 38 + "util_efficiency": [ + 2459 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_max_fields": { - "assists": [ - 38 + "player_career_stats_v_var_pop_fields": { + "accuracy": [ + 29 ], - "assists_ct": [ - 38 + "accuracy_spotted": [ + 29 ], - "assists_t": [ - 38 + "counter_strafe_pct": [ + 29 ], - "counter_strafe_eligible_shots": [ - 38 + "crosshair_deg": [ + 29 ], - "counter_strafed_shots": [ - 38 + "enemy_blind_pr": [ + 29 ], - "crosshair_angle_count": [ - 38 + "flash_assists_pr": [ + 29 ], - "crosshair_angle_sum_deg": [ - 2018 + "hs_pct": [ + 29 ], - "damage": [ - 38 + "kast_pct": [ + 29 ], - "damage_ct": [ - 38 + "maps": [ + 29 ], - "damage_t": [ - 38 + "premier_rank": [ + 29 ], - "deaths": [ - 38 + "rounds": [ + 29 ], - "deaths_ct": [ - 38 + "steam_id": [ + 29 ], - "deaths_t": [ - 38 + "survival_pct": [ + 29 ], - "decoy_throws": [ - 38 + "time_to_damage_s": [ + 29 ], - "enemies_flashed": [ - 38 + "traded_death_pct": [ + 29 ], - "first_bullet_hits": [ - 38 + "util_efficiency": [ + 29 ], - "first_bullet_shots": [ - 38 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_var_samp_fields": { + "accuracy": [ + 29 ], - "five_kill_rounds": [ - 38 + "accuracy_spotted": [ + 29 ], - "flash_assists": [ - 38 + "counter_strafe_pct": [ + 29 ], - "flash_duration_count": [ - 38 + "crosshair_deg": [ + 29 ], - "flash_duration_sum": [ - 2018 + "enemy_blind_pr": [ + 29 ], - "flashes_thrown": [ - 38 + "flash_assists_pr": [ + 29 ], - "four_kill_rounds": [ - 38 + "hs_pct": [ + 29 ], - "he_damage": [ - 38 + "kast_pct": [ + 29 ], - "he_team_damage": [ - 38 + "maps": [ + 29 ], - "he_throws": [ - 38 + "premier_rank": [ + 29 ], - "headshot_hits": [ - 38 + "rounds": [ + 29 ], - "hits": [ - 38 + "steam_id": [ + 29 ], - "hits_at_spotted": [ - 38 + "survival_pct": [ + 29 ], - "hs_kills": [ - 38 + "time_to_damage_s": [ + 29 ], - "hs_kills_ct": [ - 38 + "traded_death_pct": [ + 29 ], - "hs_kills_t": [ - 38 + "util_efficiency": [ + 29 ], - "kast_rounds": [ - 38 + "__typename": [ + 78 + ] + }, + "player_career_stats_v_variance_fields": { + "accuracy": [ + 29 ], - "kast_total_rounds": [ - 38 + "accuracy_spotted": [ + 29 ], - "kills": [ - 38 + "counter_strafe_pct": [ + 29 ], - "kills_ct": [ - 38 + "crosshair_deg": [ + 29 ], - "kills_t": [ - 38 + "enemy_blind_pr": [ + 29 ], - "knife_kills": [ - 38 + "flash_assists_pr": [ + 29 ], - "match_id": [ - 3955 + "hs_pct": [ + 29 ], - "match_map_id": [ - 3955 + "kast_pct": [ + 29 ], - "molotov_damage": [ - 38 + "maps": [ + 29 ], - "molotov_throws": [ - 38 + "premier_rank": [ + 29 ], - "non_awp_hits": [ - 38 + "rounds": [ + 29 ], - "on_target_frames": [ - 38 + "steam_id": [ + 29 ], - "rounds_ct": [ - 38 + "survival_pct": [ + 29 ], - "rounds_played": [ - 38 + "time_to_damage_s": [ + 29 ], - "rounds_t": [ - 38 + "traded_death_pct": [ + 29 ], - "shots_at_spotted": [ - 38 + "util_efficiency": [ + 29 ], - "shots_fired": [ + "__typename": [ + 78 + ] + }, + "player_damages": { + "armor": [ 38 ], - "smoke_throws": [ - 38 + "attacked_location": [ + 78 ], - "spotted_count": [ - 38 + "attacked_location_coordinates": [ + 78 ], - "spotted_with_damage_count": [ - 38 + "attacked_player": [ + 3419 ], - "spray_hits": [ - 38 + "attacked_steam_id": [ + 180 ], - "spray_shots": [ - 38 + "attacked_team": [ + 78 ], - "steam_id": [ - 178 + "attacker_location": [ + 78 ], - "team_damage": [ - 38 + "attacker_location_coordinates": [ + 78 ], - "team_flashed": [ - 38 + "attacker_steam_id": [ + 180 ], - "three_kill_rounds": [ - 38 + "attacker_team": [ + 78 ], - "time_to_damage_count": [ + "damage": [ 38 ], - "time_to_damage_sum_s": [ - 2018 - ], - "total_engagement_frames": [ + "damage_armor": [ 38 ], - "trade_kill_attempts": [ - 38 + "deleted_at": [ + 4004 ], - "trade_kill_opportunities": [ + "health": [ 38 ], - "trade_kill_successes": [ - 38 + "hitgroup": [ + 78 ], - "traded_death_attempts": [ - 38 + "id": [ + 4442 ], - "traded_death_opportunities": [ - 38 + "match": [ + 2276 ], - "traded_death_successes": [ - 38 + "match_id": [ + 4442 ], - "two_kill_rounds": [ - 38 + "match_map": [ + 2114 ], - "unused_utility_value": [ - 38 + "match_map_id": [ + 4442 ], - "updated_at": [ - 3558 + "player": [ + 3419 ], - "util_on_death_count": [ - 38 + "round": [ + 2459 ], - "util_on_death_sum": [ - 38 + "team_damage": [ + 3 ], - "wasted_magazine_shots": [ - 38 + "time": [ + 4004 ], - "zeus_kills": [ - 38 + "with": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_max_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 + "player_damages_aggregate": { + "aggregate": [ + 2666 ], - "assists_t": [ - 2020 + "nodes": [ + 2662 ], - "counter_strafe_eligible_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_aggregate_bool_exp": { + "count": [ + 2665 ], - "counter_strafed_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_aggregate_bool_exp_count": { + "arguments": [ + 2683 ], - "crosshair_angle_count": [ - 2020 + "distinct": [ + 3 ], - "crosshair_angle_sum_deg": [ - 2020 + "filter": [ + 2671 ], - "damage": [ - 2020 + "predicate": [ + 39 ], - "damage_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_aggregate_fields": { + "avg": [ + 2669 ], - "damage_t": [ - 2020 + "count": [ + 38, + { + "columns": [ + 2683, + "[player_damages_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "deaths": [ - 2020 + "max": [ + 2675 ], - "deaths_ct": [ - 2020 + "min": [ + 2677 ], - "deaths_t": [ - 2020 + "stddev": [ + 2685 ], - "decoy_throws": [ - 2020 + "stddev_pop": [ + 2687 ], - "enemies_flashed": [ - 2020 + "stddev_samp": [ + 2689 ], - "first_bullet_hits": [ - 2020 + "sum": [ + 2693 ], - "first_bullet_shots": [ - 2020 + "var_pop": [ + 2697 ], - "five_kill_rounds": [ - 2020 + "var_samp": [ + 2699 ], - "flash_assists": [ - 2020 + "variance": [ + 2701 ], - "flash_duration_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_aggregate_order_by": { + "avg": [ + 2670 ], - "flash_duration_sum": [ - 2020 + "count": [ + 2461 ], - "flashes_thrown": [ - 2020 + "max": [ + 2676 ], - "four_kill_rounds": [ - 2020 + "min": [ + 2678 ], - "he_damage": [ - 2020 + "stddev": [ + 2686 ], - "he_team_damage": [ - 2020 + "stddev_pop": [ + 2688 ], - "he_throws": [ - 2020 + "stddev_samp": [ + 2690 ], - "headshot_hits": [ - 2020 + "sum": [ + 2694 ], - "hits": [ - 2020 + "var_pop": [ + 2698 ], - "hits_at_spotted": [ - 2020 + "var_samp": [ + 2700 ], - "hs_kills": [ - 2020 + "variance": [ + 2702 ], - "hs_kills_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_arr_rel_insert_input": { + "data": [ + 2674 ], - "hs_kills_t": [ - 2020 + "on_conflict": [ + 2680 ], - "kast_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_avg_fields": { + "armor": [ + 29 ], - "kast_total_rounds": [ - 2020 + "attacked_steam_id": [ + 29 ], - "kills": [ - 2020 + "attacker_steam_id": [ + 29 ], - "kills_ct": [ - 2020 + "damage": [ + 29 ], - "kills_t": [ - 2020 + "damage_armor": [ + 29 ], - "knife_kills": [ - 2020 + "health": [ + 29 ], - "match_id": [ - 2020 + "round": [ + 29 ], - "match_map_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_avg_order_by": { + "armor": [ + 2461 ], - "molotov_damage": [ - 2020 + "attacked_steam_id": [ + 2461 ], - "molotov_throws": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "non_awp_hits": [ - 2020 + "damage": [ + 2461 ], - "on_target_frames": [ - 2020 + "damage_armor": [ + 2461 ], - "rounds_ct": [ - 2020 + "health": [ + 2461 ], - "rounds_played": [ - 2020 + "round": [ + 2461 ], - "rounds_t": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_bool_exp": { + "_and": [ + 2671 ], - "shots_at_spotted": [ - 2020 + "_not": [ + 2671 ], - "shots_fired": [ - 2020 + "_or": [ + 2671 ], - "smoke_throws": [ - 2020 + "armor": [ + 39 ], - "spotted_count": [ - 2020 + "attacked_location": [ + 80 ], - "spotted_with_damage_count": [ - 2020 + "attacked_location_coordinates": [ + 80 ], - "spray_hits": [ - 2020 + "attacked_player": [ + 3423 ], - "spray_shots": [ - 2020 + "attacked_steam_id": [ + 182 ], - "steam_id": [ - 2020 + "attacked_team": [ + 80 ], - "team_damage": [ - 2020 + "attacker_location": [ + 80 ], - "team_flashed": [ - 2020 + "attacker_location_coordinates": [ + 80 ], - "three_kill_rounds": [ - 2020 + "attacker_steam_id": [ + 182 ], - "time_to_damage_count": [ - 2020 + "attacker_team": [ + 80 ], - "time_to_damage_sum_s": [ - 2020 + "damage": [ + 39 ], - "total_engagement_frames": [ - 2020 + "damage_armor": [ + 39 ], - "trade_kill_attempts": [ - 2020 + "deleted_at": [ + 4005 ], - "trade_kill_opportunities": [ - 2020 + "health": [ + 39 ], - "trade_kill_successes": [ - 2020 + "hitgroup": [ + 80 ], - "traded_death_attempts": [ - 2020 + "id": [ + 4444 ], - "traded_death_opportunities": [ - 2020 + "match": [ + 2285 ], - "traded_death_successes": [ - 2020 + "match_id": [ + 4444 ], - "two_kill_rounds": [ - 2020 + "match_map": [ + 2123 ], - "unused_utility_value": [ - 2020 + "match_map_id": [ + 4444 ], - "updated_at": [ - 2020 + "player": [ + 3423 ], - "util_on_death_count": [ - 2020 + "round": [ + 2460 ], - "util_on_death_sum": [ - 2020 + "team_damage": [ + 4 ], - "wasted_magazine_shots": [ - 2020 + "time": [ + 4005 ], - "zeus_kills": [ - 2020 + "with": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_min_fields": { - "assists": [ - 38 - ], - "assists_ct": [ - 38 - ], - "assists_t": [ - 38 - ], - "counter_strafe_eligible_shots": [ - 38 - ], - "counter_strafed_shots": [ + "player_damages_constraint": {}, + "player_damages_inc_input": { + "armor": [ 38 ], - "crosshair_angle_count": [ - 38 + "attacked_steam_id": [ + 180 ], - "crosshair_angle_sum_deg": [ - 2018 + "attacker_steam_id": [ + 180 ], "damage": [ 38 ], - "damage_ct": [ - 38 - ], - "damage_t": [ + "damage_armor": [ 38 ], - "deaths": [ + "health": [ 38 ], - "deaths_ct": [ - 38 + "round": [ + 2459 ], - "deaths_t": [ + "__typename": [ + 78 + ] + }, + "player_damages_insert_input": { + "armor": [ 38 ], - "decoy_throws": [ - 38 + "attacked_location": [ + 78 ], - "enemies_flashed": [ - 38 + "attacked_location_coordinates": [ + 78 ], - "first_bullet_hits": [ - 38 + "attacked_player": [ + 3430 ], - "first_bullet_shots": [ - 38 + "attacked_steam_id": [ + 180 ], - "five_kill_rounds": [ - 38 + "attacked_team": [ + 78 ], - "flash_assists": [ - 38 + "attacker_location": [ + 78 ], - "flash_duration_count": [ - 38 + "attacker_location_coordinates": [ + 78 ], - "flash_duration_sum": [ - 2018 + "attacker_steam_id": [ + 180 ], - "flashes_thrown": [ - 38 + "attacker_team": [ + 78 ], - "four_kill_rounds": [ + "damage": [ 38 ], - "he_damage": [ + "damage_armor": [ 38 ], - "he_team_damage": [ - 38 + "deleted_at": [ + 4004 ], - "he_throws": [ + "health": [ 38 ], - "headshot_hits": [ - 38 + "hitgroup": [ + 78 ], - "hits": [ - 38 + "id": [ + 4442 ], - "hits_at_spotted": [ - 38 + "match": [ + 2294 ], - "hs_kills": [ - 38 + "match_id": [ + 4442 ], - "hs_kills_ct": [ - 38 + "match_map": [ + 2132 ], - "hs_kills_t": [ - 38 + "match_map_id": [ + 4442 ], - "kast_rounds": [ - 38 + "player": [ + 3430 ], - "kast_total_rounds": [ - 38 + "round": [ + 2459 ], - "kills": [ - 38 + "time": [ + 4004 ], - "kills_ct": [ - 38 + "with": [ + 78 ], - "kills_t": [ + "__typename": [ + 78 + ] + }, + "player_damages_max_fields": { + "armor": [ 38 ], - "knife_kills": [ - 38 + "attacked_location": [ + 78 ], - "match_id": [ - 3955 + "attacked_location_coordinates": [ + 78 ], - "match_map_id": [ - 3955 + "attacked_steam_id": [ + 180 ], - "molotov_damage": [ - 38 + "attacked_team": [ + 78 ], - "molotov_throws": [ - 38 + "attacker_location": [ + 78 ], - "non_awp_hits": [ - 38 + "attacker_location_coordinates": [ + 78 ], - "on_target_frames": [ - 38 + "attacker_steam_id": [ + 180 ], - "rounds_ct": [ - 38 + "attacker_team": [ + 78 ], - "rounds_played": [ + "damage": [ 38 ], - "rounds_t": [ + "damage_armor": [ 38 ], - "shots_at_spotted": [ - 38 + "deleted_at": [ + 4004 ], - "shots_fired": [ + "health": [ 38 ], - "smoke_throws": [ - 38 + "hitgroup": [ + 78 ], - "spotted_count": [ - 38 + "id": [ + 4442 ], - "spotted_with_damage_count": [ - 38 + "match_id": [ + 4442 ], - "spray_hits": [ - 38 + "match_map_id": [ + 4442 ], - "spray_shots": [ - 38 + "round": [ + 2459 ], - "steam_id": [ - 178 + "time": [ + 4004 ], - "team_damage": [ - 38 - ], - "team_flashed": [ - 38 - ], - "three_kill_rounds": [ - 38 - ], - "time_to_damage_count": [ - 38 - ], - "time_to_damage_sum_s": [ - 2018 - ], - "total_engagement_frames": [ - 38 - ], - "trade_kill_attempts": [ - 38 - ], - "trade_kill_opportunities": [ - 38 - ], - "trade_kill_successes": [ - 38 - ], - "traded_death_attempts": [ - 38 - ], - "traded_death_opportunities": [ - 38 - ], - "traded_death_successes": [ - 38 - ], - "two_kill_rounds": [ - 38 - ], - "unused_utility_value": [ - 38 - ], - "updated_at": [ - 3558 - ], - "util_on_death_count": [ - 38 - ], - "util_on_death_sum": [ - 38 - ], - "wasted_magazine_shots": [ - 38 - ], - "zeus_kills": [ - 38 + "with": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_min_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 - ], - "assists_t": [ - 2020 - ], - "counter_strafe_eligible_shots": [ - 2020 + "player_damages_max_order_by": { + "armor": [ + 2461 ], - "counter_strafed_shots": [ - 2020 + "attacked_location": [ + 2461 ], - "crosshair_angle_count": [ - 2020 + "attacked_location_coordinates": [ + 2461 ], - "crosshair_angle_sum_deg": [ - 2020 + "attacked_steam_id": [ + 2461 ], - "damage": [ - 2020 + "attacked_team": [ + 2461 ], - "damage_ct": [ - 2020 + "attacker_location": [ + 2461 ], - "damage_t": [ - 2020 + "attacker_location_coordinates": [ + 2461 ], - "deaths": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "deaths_ct": [ - 2020 + "attacker_team": [ + 2461 ], - "deaths_t": [ - 2020 + "damage": [ + 2461 ], - "decoy_throws": [ - 2020 + "damage_armor": [ + 2461 ], - "enemies_flashed": [ - 2020 + "deleted_at": [ + 2461 ], - "first_bullet_hits": [ - 2020 + "health": [ + 2461 ], - "first_bullet_shots": [ - 2020 + "hitgroup": [ + 2461 ], - "five_kill_rounds": [ - 2020 + "id": [ + 2461 ], - "flash_assists": [ - 2020 + "match_id": [ + 2461 ], - "flash_duration_count": [ - 2020 + "match_map_id": [ + 2461 ], - "flash_duration_sum": [ - 2020 + "round": [ + 2461 ], - "flashes_thrown": [ - 2020 + "time": [ + 2461 ], - "four_kill_rounds": [ - 2020 + "with": [ + 2461 ], - "he_damage": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_min_fields": { + "armor": [ + 38 ], - "he_team_damage": [ - 2020 + "attacked_location": [ + 78 ], - "he_throws": [ - 2020 + "attacked_location_coordinates": [ + 78 ], - "headshot_hits": [ - 2020 + "attacked_steam_id": [ + 180 ], - "hits": [ - 2020 + "attacked_team": [ + 78 ], - "hits_at_spotted": [ - 2020 + "attacker_location": [ + 78 ], - "hs_kills": [ - 2020 + "attacker_location_coordinates": [ + 78 ], - "hs_kills_ct": [ - 2020 + "attacker_steam_id": [ + 180 ], - "hs_kills_t": [ - 2020 + "attacker_team": [ + 78 ], - "kast_rounds": [ - 2020 + "damage": [ + 38 ], - "kast_total_rounds": [ - 2020 + "damage_armor": [ + 38 ], - "kills": [ - 2020 + "deleted_at": [ + 4004 ], - "kills_ct": [ - 2020 + "health": [ + 38 ], - "kills_t": [ - 2020 + "hitgroup": [ + 78 ], - "knife_kills": [ - 2020 + "id": [ + 4442 ], "match_id": [ - 2020 + 4442 ], "match_map_id": [ - 2020 - ], - "molotov_damage": [ - 2020 - ], - "molotov_throws": [ - 2020 - ], - "non_awp_hits": [ - 2020 - ], - "on_target_frames": [ - 2020 - ], - "rounds_ct": [ - 2020 - ], - "rounds_played": [ - 2020 - ], - "rounds_t": [ - 2020 - ], - "shots_at_spotted": [ - 2020 - ], - "shots_fired": [ - 2020 - ], - "smoke_throws": [ - 2020 - ], - "spotted_count": [ - 2020 + 4442 ], - "spotted_with_damage_count": [ - 2020 + "round": [ + 2459 ], - "spray_hits": [ - 2020 + "time": [ + 4004 ], - "spray_shots": [ - 2020 + "with": [ + 78 ], - "steam_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_min_order_by": { + "armor": [ + 2461 ], - "team_damage": [ - 2020 + "attacked_location": [ + 2461 ], - "team_flashed": [ - 2020 + "attacked_location_coordinates": [ + 2461 ], - "three_kill_rounds": [ - 2020 + "attacked_steam_id": [ + 2461 ], - "time_to_damage_count": [ - 2020 + "attacked_team": [ + 2461 ], - "time_to_damage_sum_s": [ - 2020 + "attacker_location": [ + 2461 ], - "total_engagement_frames": [ - 2020 + "attacker_location_coordinates": [ + 2461 ], - "trade_kill_attempts": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "trade_kill_opportunities": [ - 2020 + "attacker_team": [ + 2461 ], - "trade_kill_successes": [ - 2020 + "damage": [ + 2461 ], - "traded_death_attempts": [ - 2020 + "damage_armor": [ + 2461 ], - "traded_death_opportunities": [ - 2020 + "deleted_at": [ + 2461 ], - "traded_death_successes": [ - 2020 + "health": [ + 2461 ], - "two_kill_rounds": [ - 2020 + "hitgroup": [ + 2461 ], - "unused_utility_value": [ - 2020 + "id": [ + 2461 ], - "updated_at": [ - 2020 + "match_id": [ + 2461 ], - "util_on_death_count": [ - 2020 + "match_map_id": [ + 2461 ], - "util_on_death_sum": [ - 2020 + "round": [ + 2461 ], - "wasted_magazine_shots": [ - 2020 + "time": [ + 2461 ], - "zeus_kills": [ - 2020 + "with": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_mutation_response": { + "player_damages_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 2484 + 2662 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_on_conflict": { + "player_damages_on_conflict": { "constraint": [ - 2494 + 2672 ], "update_columns": [ - 2517 + 2695 ], "where": [ - 2493 + 2671 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 - ], - "assists_t": [ - 2020 - ], - "counter_strafe_eligible_shots": [ - 2020 - ], - "counter_strafed_shots": [ - 2020 - ], - "crosshair_angle_count": [ - 2020 - ], - "crosshair_angle_sum_deg": [ - 2020 - ], - "damage": [ - 2020 - ], - "damage_ct": [ - 2020 - ], - "damage_t": [ - 2020 - ], - "deaths": [ - 2020 - ], - "deaths_ct": [ - 2020 - ], - "deaths_t": [ - 2020 - ], - "decoy_throws": [ - 2020 - ], - "enemies_flashed": [ - 2020 - ], - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "five_kill_rounds": [ - 2020 - ], - "flash_assists": [ - 2020 - ], - "flash_duration_count": [ - 2020 - ], - "flash_duration_sum": [ - 2020 - ], - "flashes_thrown": [ - 2020 - ], - "four_kill_rounds": [ - 2020 + "player_damages_order_by": { + "armor": [ + 2461 ], - "he_damage": [ - 2020 + "attacked_location": [ + 2461 ], - "he_team_damage": [ - 2020 + "attacked_location_coordinates": [ + 2461 ], - "he_throws": [ - 2020 + "attacked_player": [ + 3432 ], - "headshot_hits": [ - 2020 + "attacked_steam_id": [ + 2461 ], - "hits": [ - 2020 + "attacked_team": [ + 2461 ], - "hits_at_spotted": [ - 2020 + "attacker_location": [ + 2461 ], - "hs_kills": [ - 2020 + "attacker_location_coordinates": [ + 2461 ], - "hs_kills_ct": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "hs_kills_t": [ - 2020 + "attacker_team": [ + 2461 ], - "kast_rounds": [ - 2020 + "damage": [ + 2461 ], - "kast_total_rounds": [ - 2020 + "damage_armor": [ + 2461 ], - "kills": [ - 2020 + "deleted_at": [ + 2461 ], - "kills_ct": [ - 2020 + "health": [ + 2461 ], - "kills_t": [ - 2020 + "hitgroup": [ + 2461 ], - "knife_kills": [ - 2020 + "id": [ + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 - ], - "molotov_damage": [ - 2020 - ], - "molotov_throws": [ - 2020 + 2461 ], - "non_awp_hits": [ - 2020 + "player": [ + 3432 ], - "on_target_frames": [ - 2020 + "round": [ + 2461 ], - "player": [ - 2991 + "team_damage": [ + 2461 ], - "rounds_ct": [ - 2020 + "time": [ + 2461 ], - "rounds_played": [ - 2020 + "with": [ + 2461 ], - "rounds_t": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_pk_columns_input": { + "id": [ + 4442 ], - "shots_at_spotted": [ - 2020 + "match_map_id": [ + 4442 ], - "shots_fired": [ - 2020 + "time": [ + 4004 ], - "smoke_throws": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_select_column": {}, + "player_damages_set_input": { + "armor": [ + 38 ], - "spotted_count": [ - 2020 + "attacked_location": [ + 78 ], - "spotted_with_damage_count": [ - 2020 + "attacked_location_coordinates": [ + 78 ], - "spray_hits": [ - 2020 + "attacked_steam_id": [ + 180 ], - "spray_shots": [ - 2020 + "attacked_team": [ + 78 ], - "steam_id": [ - 2020 + "attacker_location": [ + 78 ], - "team_damage": [ - 2020 + "attacker_location_coordinates": [ + 78 ], - "team_flashed": [ - 2020 + "attacker_steam_id": [ + 180 ], - "three_kill_rounds": [ - 2020 + "attacker_team": [ + 78 ], - "time_to_damage_count": [ - 2020 + "damage": [ + 38 ], - "time_to_damage_sum_s": [ - 2020 + "damage_armor": [ + 38 ], - "total_engagement_frames": [ - 2020 + "deleted_at": [ + 4004 ], - "trade_kill_attempts": [ - 2020 + "health": [ + 38 ], - "trade_kill_opportunities": [ - 2020 + "hitgroup": [ + 78 ], - "trade_kill_successes": [ - 2020 + "id": [ + 4442 ], - "traded_death_attempts": [ - 2020 + "match_id": [ + 4442 ], - "traded_death_opportunities": [ - 2020 + "match_map_id": [ + 4442 ], - "traded_death_successes": [ - 2020 + "round": [ + 2459 ], - "two_kill_rounds": [ - 2020 + "time": [ + 4004 ], - "unused_utility_value": [ - 2020 + "with": [ + 78 ], - "updated_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_damages_stddev_fields": { + "armor": [ + 29 ], - "util_on_death_count": [ - 2020 + "attacked_steam_id": [ + 29 ], - "util_on_death_sum": [ - 2020 + "attacker_steam_id": [ + 29 ], - "wasted_magazine_shots": [ - 2020 + "damage": [ + 29 ], - "zeus_kills": [ - 2020 + "damage_armor": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_match_map_stats_pk_columns_input": { - "match_map_id": [ - 3955 + "health": [ + 29 ], - "steam_id": [ - 178 + "round": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_select_column": {}, - "player_match_map_stats_set_input": { - "assists": [ - 38 + "player_damages_stddev_order_by": { + "armor": [ + 2461 ], - "assists_ct": [ - 38 + "attacked_steam_id": [ + 2461 ], - "assists_t": [ - 38 + "attacker_steam_id": [ + 2461 ], - "counter_strafe_eligible_shots": [ - 38 + "damage": [ + 2461 ], - "counter_strafed_shots": [ - 38 + "damage_armor": [ + 2461 ], - "crosshair_angle_count": [ - 38 + "health": [ + 2461 ], - "crosshair_angle_sum_deg": [ - 2018 + "round": [ + 2461 ], - "damage": [ - 38 + "__typename": [ + 78 + ] + }, + "player_damages_stddev_pop_fields": { + "armor": [ + 29 ], - "damage_ct": [ - 38 + "attacked_steam_id": [ + 29 ], - "damage_t": [ - 38 + "attacker_steam_id": [ + 29 ], - "deaths": [ - 38 + "damage": [ + 29 ], - "deaths_ct": [ - 38 + "damage_armor": [ + 29 ], - "deaths_t": [ - 38 + "health": [ + 29 ], - "decoy_throws": [ - 38 + "round": [ + 29 ], - "enemies_flashed": [ - 38 + "__typename": [ + 78 + ] + }, + "player_damages_stddev_pop_order_by": { + "armor": [ + 2461 ], - "first_bullet_hits": [ - 38 + "attacked_steam_id": [ + 2461 ], - "first_bullet_shots": [ - 38 + "attacker_steam_id": [ + 2461 ], - "five_kill_rounds": [ - 38 + "damage": [ + 2461 ], - "flash_assists": [ - 38 + "damage_armor": [ + 2461 ], - "flash_duration_count": [ - 38 + "health": [ + 2461 ], - "flash_duration_sum": [ - 2018 + "round": [ + 2461 ], - "flashes_thrown": [ - 38 + "__typename": [ + 78 + ] + }, + "player_damages_stddev_samp_fields": { + "armor": [ + 29 ], - "four_kill_rounds": [ - 38 + "attacked_steam_id": [ + 29 ], - "he_damage": [ - 38 + "attacker_steam_id": [ + 29 ], - "he_team_damage": [ - 38 + "damage": [ + 29 ], - "he_throws": [ - 38 + "damage_armor": [ + 29 ], - "headshot_hits": [ - 38 + "health": [ + 29 ], - "hits": [ - 38 + "round": [ + 29 ], - "hits_at_spotted": [ - 38 + "__typename": [ + 78 + ] + }, + "player_damages_stddev_samp_order_by": { + "armor": [ + 2461 ], - "hs_kills": [ - 38 + "attacked_steam_id": [ + 2461 ], - "hs_kills_ct": [ - 38 + "attacker_steam_id": [ + 2461 ], - "hs_kills_t": [ - 38 + "damage": [ + 2461 ], - "kast_rounds": [ - 38 + "damage_armor": [ + 2461 ], - "kast_total_rounds": [ - 38 + "health": [ + 2461 ], - "kills": [ - 38 + "round": [ + 2461 ], - "kills_ct": [ - 38 + "__typename": [ + 78 + ] + }, + "player_damages_stream_cursor_input": { + "initial_value": [ + 2692 ], - "kills_t": [ - 38 + "ordering": [ + 236 ], - "knife_kills": [ + "__typename": [ + 78 + ] + }, + "player_damages_stream_cursor_value_input": { + "armor": [ 38 ], - "match_id": [ - 3955 + "attacked_location": [ + 78 ], - "match_map_id": [ - 3955 + "attacked_location_coordinates": [ + 78 ], - "molotov_damage": [ - 38 + "attacked_steam_id": [ + 180 ], - "molotov_throws": [ - 38 + "attacked_team": [ + 78 ], - "non_awp_hits": [ - 38 + "attacker_location": [ + 78 ], - "on_target_frames": [ - 38 + "attacker_location_coordinates": [ + 78 ], - "rounds_ct": [ - 38 + "attacker_steam_id": [ + 180 ], - "rounds_played": [ - 38 + "attacker_team": [ + 78 ], - "rounds_t": [ + "damage": [ 38 ], - "shots_at_spotted": [ + "damage_armor": [ 38 ], - "shots_fired": [ - 38 + "deleted_at": [ + 4004 ], - "smoke_throws": [ + "health": [ 38 ], - "spotted_count": [ - 38 + "hitgroup": [ + 78 ], - "spotted_with_damage_count": [ - 38 + "id": [ + 4442 ], - "spray_hits": [ - 38 + "match_id": [ + 4442 ], - "spray_shots": [ - 38 + "match_map_id": [ + 4442 ], - "steam_id": [ - 178 + "round": [ + 2459 ], - "team_damage": [ - 38 + "time": [ + 4004 ], - "team_flashed": [ - 38 + "with": [ + 78 ], - "three_kill_rounds": [ + "__typename": [ + 78 + ] + }, + "player_damages_sum_fields": { + "armor": [ 38 ], - "time_to_damage_count": [ - 38 + "attacked_steam_id": [ + 180 ], - "time_to_damage_sum_s": [ - 2018 + "attacker_steam_id": [ + 180 ], - "total_engagement_frames": [ + "damage": [ 38 ], - "trade_kill_attempts": [ + "damage_armor": [ 38 ], - "trade_kill_opportunities": [ + "health": [ 38 ], - "trade_kill_successes": [ - 38 + "round": [ + 2459 ], - "traded_death_attempts": [ - 38 + "__typename": [ + 78 + ] + }, + "player_damages_sum_order_by": { + "armor": [ + 2461 ], - "traded_death_opportunities": [ - 38 + "attacked_steam_id": [ + 2461 ], - "traded_death_successes": [ - 38 + "attacker_steam_id": [ + 2461 ], - "two_kill_rounds": [ - 38 + "damage": [ + 2461 ], - "unused_utility_value": [ - 38 + "damage_armor": [ + 2461 ], - "updated_at": [ - 3558 + "health": [ + 2461 ], - "util_on_death_count": [ - 38 + "round": [ + 2461 ], - "util_on_death_sum": [ - 38 + "__typename": [ + 78 + ] + }, + "player_damages_update_column": {}, + "player_damages_updates": { + "_inc": [ + 2673 ], - "wasted_magazine_shots": [ - 38 + "_set": [ + 2684 ], - "zeus_kills": [ - 38 + "where": [ + 2671 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_stddev_fields": { - "assists": [ - 29 - ], - "assists_ct": [ - 29 - ], - "assists_t": [ + "player_damages_var_pop_fields": { + "armor": [ 29 ], - "counter_strafe_eligible_shots": [ + "attacked_steam_id": [ 29 ], - "counter_strafed_shots": [ + "attacker_steam_id": [ 29 ], - "crosshair_angle_count": [ + "damage": [ 29 ], - "crosshair_angle_sum_deg": [ + "damage_armor": [ 29 ], - "damage": [ + "health": [ 29 ], - "damage_ct": [ + "round": [ 29 ], - "damage_t": [ - 29 + "__typename": [ + 78 + ] + }, + "player_damages_var_pop_order_by": { + "armor": [ + 2461 ], - "deaths": [ - 29 + "attacked_steam_id": [ + 2461 ], - "deaths_ct": [ - 29 + "attacker_steam_id": [ + 2461 ], - "deaths_t": [ - 29 + "damage": [ + 2461 ], - "decoy_throws": [ - 29 + "damage_armor": [ + 2461 ], - "enemies_flashed": [ - 29 + "health": [ + 2461 ], - "first_bullet_hits": [ - 29 + "round": [ + 2461 ], - "first_bullet_shots": [ + "__typename": [ + 78 + ] + }, + "player_damages_var_samp_fields": { + "armor": [ 29 ], - "five_kill_rounds": [ + "attacked_steam_id": [ 29 ], - "flash_assists": [ + "attacker_steam_id": [ 29 ], - "flash_duration_count": [ + "damage": [ 29 ], - "flash_duration_sum": [ + "damage_armor": [ 29 ], - "flashes_thrown": [ + "health": [ 29 ], - "four_kill_rounds": [ + "round": [ 29 ], - "he_damage": [ - 29 + "__typename": [ + 78 + ] + }, + "player_damages_var_samp_order_by": { + "armor": [ + 2461 ], - "he_team_damage": [ - 29 + "attacked_steam_id": [ + 2461 ], - "he_throws": [ - 29 + "attacker_steam_id": [ + 2461 ], - "headshot_hits": [ - 29 + "damage": [ + 2461 ], - "hits": [ + "damage_armor": [ + 2461 + ], + "health": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_damages_variance_fields": { + "armor": [ 29 ], - "hits_at_spotted": [ + "attacked_steam_id": [ 29 ], - "hs_kills": [ + "attacker_steam_id": [ 29 ], - "hs_kills_ct": [ + "damage": [ 29 ], - "hs_kills_t": [ + "damage_armor": [ 29 ], - "kast_rounds": [ + "health": [ 29 ], - "kast_total_rounds": [ + "round": [ 29 ], + "__typename": [ + 78 + ] + }, + "player_damages_variance_order_by": { + "armor": [ + 2461 + ], + "attacked_steam_id": [ + 2461 + ], + "attacker_steam_id": [ + 2461 + ], + "damage": [ + 2461 + ], + "damage_armor": [ + 2461 + ], + "health": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_elo": { + "actual_score": [ + 1180 + ], + "assists": [ + 38 + ], + "change": [ + 2459 + ], + "created_at": [ + 4004 + ], + "current": [ + 2459 + ], + "damage": [ + 38 + ], + "damage_percent": [ + 1180 + ], + "deaths": [ + 38 + ], + "expected_score": [ + 1180 + ], + "impact": [ + 2459 + ], + "k_factor": [ + 38 + ], + "kda": [ + 1180 + ], "kills": [ - 29 + 38 ], - "kills_ct": [ - 29 + "map_losses": [ + 38 ], - "kills_t": [ - 29 + "map_wins": [ + 38 ], - "knife_kills": [ - 29 + "match": [ + 2276 ], - "molotov_damage": [ - 29 + "match_id": [ + 4442 ], - "molotov_throws": [ - 29 + "opponent_team_elo_avg": [ + 1180 ], - "non_awp_hits": [ - 29 + "performance_multiplier": [ + 1180 ], - "on_target_frames": [ - 29 + "player": [ + 3419 ], - "rounds_ct": [ - 29 + "player_team_elo_avg": [ + 1180 ], - "rounds_played": [ - 29 + "season": [ + 3478 ], - "rounds_t": [ - 29 + "season_id": [ + 4442 ], - "shots_at_spotted": [ - 29 + "series_multiplier": [ + 38 ], - "shots_fired": [ - 29 + "steam_id": [ + 180 ], - "smoke_throws": [ - 29 + "team_avg_kda": [ + 1180 ], - "spotted_count": [ - 29 + "type": [ + 820 ], - "spotted_with_damage_count": [ - 29 + "__typename": [ + 78 + ] + }, + "player_elo_aggregate": { + "aggregate": [ + 2705 ], - "spray_hits": [ - 29 + "nodes": [ + 2703 ], - "spray_shots": [ + "__typename": [ + 78 + ] + }, + "player_elo_aggregate_fields": { + "avg": [ + 2706 + ], + "count": [ + 38, + { + "columns": [ + 2717, + "[player_elo_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 2711 + ], + "min": [ + 2712 + ], + "stddev": [ + 2719 + ], + "stddev_pop": [ + 2720 + ], + "stddev_samp": [ + 2721 + ], + "sum": [ + 2724 + ], + "var_pop": [ + 2727 + ], + "var_samp": [ + 2728 + ], + "variance": [ + 2729 + ], + "__typename": [ + 78 + ] + }, + "player_elo_avg_fields": { + "actual_score": [ 29 ], - "steam_id": [ + "assists": [ 29 ], - "team_damage": [ + "change": [ 29 ], - "team_flashed": [ + "current": [ 29 ], - "three_kill_rounds": [ + "damage": [ 29 ], - "time_to_damage_count": [ + "damage_percent": [ 29 ], - "time_to_damage_sum_s": [ + "deaths": [ 29 ], - "total_engagement_frames": [ + "expected_score": [ 29 ], - "trade_kill_attempts": [ + "impact": [ 29 ], - "trade_kill_opportunities": [ + "k_factor": [ 29 ], - "trade_kill_successes": [ + "kda": [ 29 ], - "traded_death_attempts": [ + "kills": [ 29 ], - "traded_death_opportunities": [ + "map_losses": [ 29 ], - "traded_death_successes": [ + "map_wins": [ 29 ], - "two_kill_rounds": [ + "opponent_team_elo_avg": [ 29 ], - "unused_utility_value": [ + "performance_multiplier": [ 29 ], - "util_on_death_count": [ + "player_team_elo_avg": [ 29 ], - "util_on_death_sum": [ + "series_multiplier": [ 29 ], - "wasted_magazine_shots": [ + "steam_id": [ 29 ], - "zeus_kills": [ + "team_avg_kda": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_stddev_order_by": { - "assists": [ - 2020 + "player_elo_bool_exp": { + "_and": [ + 2707 ], - "assists_ct": [ - 2020 + "_not": [ + 2707 ], - "assists_t": [ - 2020 + "_or": [ + 2707 ], - "counter_strafe_eligible_shots": [ - 2020 + "actual_score": [ + 1181 ], - "counter_strafed_shots": [ - 2020 + "assists": [ + 39 ], - "crosshair_angle_count": [ - 2020 + "change": [ + 2460 ], - "crosshair_angle_sum_deg": [ - 2020 + "created_at": [ + 4005 ], - "damage": [ - 2020 + "current": [ + 2460 ], - "damage_ct": [ - 2020 + "damage": [ + 39 ], - "damage_t": [ - 2020 + "damage_percent": [ + 1181 ], "deaths": [ - 2020 + 39 ], - "deaths_ct": [ - 2020 + "expected_score": [ + 1181 ], - "deaths_t": [ - 2020 + "impact": [ + 2460 ], - "decoy_throws": [ - 2020 + "k_factor": [ + 39 ], - "enemies_flashed": [ - 2020 + "kda": [ + 1181 ], - "first_bullet_hits": [ - 2020 + "kills": [ + 39 ], - "first_bullet_shots": [ - 2020 + "map_losses": [ + 39 ], - "five_kill_rounds": [ - 2020 + "map_wins": [ + 39 ], - "flash_assists": [ - 2020 + "match": [ + 2285 ], - "flash_duration_count": [ - 2020 + "match_id": [ + 4444 ], - "flash_duration_sum": [ - 2020 + "opponent_team_elo_avg": [ + 1181 ], - "flashes_thrown": [ - 2020 + "performance_multiplier": [ + 1181 ], - "four_kill_rounds": [ - 2020 + "player": [ + 3423 ], - "he_damage": [ - 2020 + "player_team_elo_avg": [ + 1181 ], - "he_team_damage": [ - 2020 + "season": [ + 3482 ], - "he_throws": [ - 2020 + "season_id": [ + 4444 ], - "headshot_hits": [ - 2020 + "series_multiplier": [ + 39 ], - "hits": [ - 2020 + "steam_id": [ + 182 ], - "hits_at_spotted": [ - 2020 + "team_avg_kda": [ + 1181 ], - "hs_kills": [ - 2020 + "type": [ + 821 ], - "hs_kills_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_elo_constraint": {}, + "player_elo_inc_input": { + "actual_score": [ + 1180 ], - "hs_kills_t": [ - 2020 + "assists": [ + 38 ], - "kast_rounds": [ - 2020 + "change": [ + 2459 ], - "kast_total_rounds": [ - 2020 + "current": [ + 2459 ], - "kills": [ - 2020 + "damage": [ + 38 ], - "kills_ct": [ - 2020 + "damage_percent": [ + 1180 ], - "kills_t": [ - 2020 + "deaths": [ + 38 ], - "knife_kills": [ - 2020 + "expected_score": [ + 1180 ], - "molotov_damage": [ - 2020 + "impact": [ + 2459 ], - "molotov_throws": [ - 2020 + "k_factor": [ + 38 ], - "non_awp_hits": [ - 2020 + "kda": [ + 1180 ], - "on_target_frames": [ - 2020 + "kills": [ + 38 ], - "rounds_ct": [ - 2020 + "map_losses": [ + 38 ], - "rounds_played": [ - 2020 + "map_wins": [ + 38 ], - "rounds_t": [ - 2020 + "opponent_team_elo_avg": [ + 1180 ], - "shots_at_spotted": [ - 2020 + "performance_multiplier": [ + 1180 ], - "shots_fired": [ - 2020 + "player_team_elo_avg": [ + 1180 ], - "smoke_throws": [ - 2020 + "series_multiplier": [ + 38 ], - "spotted_count": [ - 2020 + "steam_id": [ + 180 ], - "spotted_with_damage_count": [ - 2020 + "team_avg_kda": [ + 1180 ], - "spray_hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_elo_insert_input": { + "actual_score": [ + 1180 ], - "spray_shots": [ - 2020 + "assists": [ + 38 ], - "steam_id": [ - 2020 + "change": [ + 2459 ], - "team_damage": [ - 2020 + "created_at": [ + 4004 ], - "team_flashed": [ - 2020 + "current": [ + 2459 ], - "three_kill_rounds": [ - 2020 + "damage": [ + 38 ], - "time_to_damage_count": [ - 2020 + "damage_percent": [ + 1180 ], - "time_to_damage_sum_s": [ - 2020 + "deaths": [ + 38 ], - "total_engagement_frames": [ - 2020 + "expected_score": [ + 1180 ], - "trade_kill_attempts": [ - 2020 + "impact": [ + 2459 ], - "trade_kill_opportunities": [ - 2020 + "k_factor": [ + 38 ], - "trade_kill_successes": [ - 2020 + "kda": [ + 1180 ], - "traded_death_attempts": [ - 2020 + "kills": [ + 38 ], - "traded_death_opportunities": [ - 2020 + "map_losses": [ + 38 ], - "traded_death_successes": [ - 2020 + "map_wins": [ + 38 ], - "two_kill_rounds": [ - 2020 + "match": [ + 2294 ], - "unused_utility_value": [ - 2020 + "match_id": [ + 4442 ], - "util_on_death_count": [ - 2020 + "opponent_team_elo_avg": [ + 1180 ], - "util_on_death_sum": [ - 2020 + "performance_multiplier": [ + 1180 ], - "wasted_magazine_shots": [ - 2020 + "player": [ + 3430 ], - "zeus_kills": [ - 2020 + "player_team_elo_avg": [ + 1180 + ], + "season": [ + 3489 + ], + "season_id": [ + 4442 + ], + "series_multiplier": [ + 38 + ], + "steam_id": [ + 180 + ], + "team_avg_kda": [ + 1180 + ], + "type": [ + 820 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_stddev_pop_fields": { + "player_elo_max_fields": { + "actual_score": [ + 1180 + ], "assists": [ - 29 + 38 ], - "assists_ct": [ - 29 + "change": [ + 2459 ], - "assists_t": [ - 29 + "created_at": [ + 4004 ], - "counter_strafe_eligible_shots": [ - 29 + "current": [ + 2459 ], - "counter_strafed_shots": [ - 29 + "damage": [ + 38 ], - "crosshair_angle_count": [ - 29 + "damage_percent": [ + 1180 ], - "crosshair_angle_sum_deg": [ - 29 + "deaths": [ + 38 ], - "damage": [ - 29 + "expected_score": [ + 1180 ], - "damage_ct": [ - 29 + "impact": [ + 2459 ], - "damage_t": [ - 29 + "k_factor": [ + 38 ], - "deaths": [ - 29 + "kda": [ + 1180 ], - "deaths_ct": [ - 29 + "kills": [ + 38 ], - "deaths_t": [ - 29 + "map_losses": [ + 38 ], - "decoy_throws": [ - 29 + "map_wins": [ + 38 ], - "enemies_flashed": [ - 29 + "match_id": [ + 4442 ], - "first_bullet_hits": [ - 29 + "opponent_team_elo_avg": [ + 1180 ], - "first_bullet_shots": [ - 29 + "performance_multiplier": [ + 1180 ], - "five_kill_rounds": [ - 29 + "player_team_elo_avg": [ + 1180 ], - "flash_assists": [ - 29 + "season_id": [ + 4442 ], - "flash_duration_count": [ - 29 + "series_multiplier": [ + 38 ], - "flash_duration_sum": [ - 29 + "steam_id": [ + 180 ], - "flashes_thrown": [ - 29 + "team_avg_kda": [ + 1180 ], - "four_kill_rounds": [ - 29 + "__typename": [ + 78 + ] + }, + "player_elo_min_fields": { + "actual_score": [ + 1180 ], - "he_damage": [ - 29 + "assists": [ + 38 ], - "he_team_damage": [ - 29 + "change": [ + 2459 ], - "he_throws": [ - 29 + "created_at": [ + 4004 ], - "headshot_hits": [ - 29 + "current": [ + 2459 ], - "hits": [ - 29 + "damage": [ + 38 ], - "hits_at_spotted": [ - 29 + "damage_percent": [ + 1180 ], - "hs_kills": [ - 29 + "deaths": [ + 38 ], - "hs_kills_ct": [ - 29 + "expected_score": [ + 1180 ], - "hs_kills_t": [ - 29 + "impact": [ + 2459 ], - "kast_rounds": [ - 29 + "k_factor": [ + 38 ], - "kast_total_rounds": [ - 29 + "kda": [ + 1180 ], "kills": [ - 29 + 38 ], - "kills_ct": [ - 29 + "map_losses": [ + 38 ], - "kills_t": [ - 29 + "map_wins": [ + 38 ], - "knife_kills": [ - 29 + "match_id": [ + 4442 ], - "molotov_damage": [ - 29 + "opponent_team_elo_avg": [ + 1180 ], - "molotov_throws": [ - 29 + "performance_multiplier": [ + 1180 ], - "non_awp_hits": [ - 29 + "player_team_elo_avg": [ + 1180 ], - "on_target_frames": [ - 29 + "season_id": [ + 4442 ], - "rounds_ct": [ - 29 + "series_multiplier": [ + 38 ], - "rounds_played": [ - 29 + "steam_id": [ + 180 ], - "rounds_t": [ - 29 + "team_avg_kda": [ + 1180 ], - "shots_at_spotted": [ - 29 + "__typename": [ + 78 + ] + }, + "player_elo_mutation_response": { + "affected_rows": [ + 38 ], - "shots_fired": [ - 29 + "returning": [ + 2703 ], - "smoke_throws": [ - 29 + "__typename": [ + 78 + ] + }, + "player_elo_on_conflict": { + "constraint": [ + 2708 ], - "spotted_count": [ - 29 + "update_columns": [ + 2725 ], - "spotted_with_damage_count": [ - 29 + "where": [ + 2707 ], - "spray_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "player_elo_order_by": { + "actual_score": [ + 2461 ], - "spray_shots": [ - 29 + "assists": [ + 2461 ], - "steam_id": [ - 29 + "change": [ + 2461 ], - "team_damage": [ - 29 + "created_at": [ + 2461 ], - "team_flashed": [ - 29 + "current": [ + 2461 ], - "three_kill_rounds": [ - 29 + "damage": [ + 2461 ], - "time_to_damage_count": [ - 29 + "damage_percent": [ + 2461 ], - "time_to_damage_sum_s": [ - 29 + "deaths": [ + 2461 ], - "total_engagement_frames": [ - 29 + "expected_score": [ + 2461 ], - "trade_kill_attempts": [ - 29 + "impact": [ + 2461 ], - "trade_kill_opportunities": [ - 29 + "k_factor": [ + 2461 ], - "trade_kill_successes": [ - 29 + "kda": [ + 2461 ], - "traded_death_attempts": [ - 29 + "kills": [ + 2461 ], - "traded_death_opportunities": [ - 29 + "map_losses": [ + 2461 ], - "traded_death_successes": [ - 29 + "map_wins": [ + 2461 ], - "two_kill_rounds": [ - 29 + "match": [ + 2296 ], - "unused_utility_value": [ - 29 + "match_id": [ + 2461 ], - "util_on_death_count": [ - 29 + "opponent_team_elo_avg": [ + 2461 ], - "util_on_death_sum": [ - 29 + "performance_multiplier": [ + 2461 ], - "wasted_magazine_shots": [ - 29 + "player": [ + 3432 ], - "zeus_kills": [ - 29 + "player_team_elo_avg": [ + 2461 + ], + "season": [ + 3491 + ], + "season_id": [ + 2461 + ], + "series_multiplier": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "team_avg_kda": [ + 2461 + ], + "type": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_stddev_pop_order_by": { - "assists": [ - 2020 + "player_elo_pk_columns_input": { + "match_id": [ + 4442 ], - "assists_ct": [ - 2020 + "steam_id": [ + 180 ], - "assists_t": [ - 2020 + "type": [ + 820 ], - "counter_strafe_eligible_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_elo_select_column": {}, + "player_elo_set_input": { + "actual_score": [ + 1180 ], - "counter_strafed_shots": [ - 2020 + "assists": [ + 38 ], - "crosshair_angle_count": [ - 2020 + "change": [ + 2459 ], - "crosshair_angle_sum_deg": [ - 2020 + "created_at": [ + 4004 ], - "damage": [ - 2020 + "current": [ + 2459 ], - "damage_ct": [ - 2020 + "damage": [ + 38 ], - "damage_t": [ - 2020 + "damage_percent": [ + 1180 ], "deaths": [ - 2020 + 38 ], - "deaths_ct": [ - 2020 + "expected_score": [ + 1180 ], - "deaths_t": [ - 2020 + "impact": [ + 2459 ], - "decoy_throws": [ - 2020 + "k_factor": [ + 38 ], - "enemies_flashed": [ - 2020 - ], - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "five_kill_rounds": [ - 2020 - ], - "flash_assists": [ - 2020 + "kda": [ + 1180 ], - "flash_duration_count": [ - 2020 + "kills": [ + 38 ], - "flash_duration_sum": [ - 2020 + "map_losses": [ + 38 ], - "flashes_thrown": [ - 2020 + "map_wins": [ + 38 ], - "four_kill_rounds": [ - 2020 + "match_id": [ + 4442 ], - "he_damage": [ - 2020 + "opponent_team_elo_avg": [ + 1180 ], - "he_team_damage": [ - 2020 + "performance_multiplier": [ + 1180 ], - "he_throws": [ - 2020 + "player_team_elo_avg": [ + 1180 ], - "headshot_hits": [ - 2020 + "season_id": [ + 4442 ], - "hits": [ - 2020 + "series_multiplier": [ + 38 ], - "hits_at_spotted": [ - 2020 + "steam_id": [ + 180 ], - "hs_kills": [ - 2020 + "team_avg_kda": [ + 1180 ], - "hs_kills_ct": [ - 2020 + "type": [ + 820 ], - "hs_kills_t": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_elo_stddev_fields": { + "actual_score": [ + 29 ], - "kast_rounds": [ - 2020 + "assists": [ + 29 ], - "kast_total_rounds": [ - 2020 + "change": [ + 29 ], - "kills": [ - 2020 + "current": [ + 29 ], - "kills_ct": [ - 2020 + "damage": [ + 29 ], - "kills_t": [ - 2020 + "damage_percent": [ + 29 ], - "knife_kills": [ - 2020 + "deaths": [ + 29 ], - "molotov_damage": [ - 2020 + "expected_score": [ + 29 ], - "molotov_throws": [ - 2020 + "impact": [ + 29 ], - "non_awp_hits": [ - 2020 + "k_factor": [ + 29 ], - "on_target_frames": [ - 2020 + "kda": [ + 29 ], - "rounds_ct": [ - 2020 + "kills": [ + 29 ], - "rounds_played": [ - 2020 + "map_losses": [ + 29 ], - "rounds_t": [ - 2020 + "map_wins": [ + 29 ], - "shots_at_spotted": [ - 2020 + "opponent_team_elo_avg": [ + 29 ], - "shots_fired": [ - 2020 + "performance_multiplier": [ + 29 ], - "smoke_throws": [ - 2020 + "player_team_elo_avg": [ + 29 ], - "spotted_count": [ - 2020 + "series_multiplier": [ + 29 ], - "spotted_with_damage_count": [ - 2020 + "steam_id": [ + 29 ], - "spray_hits": [ - 2020 + "team_avg_kda": [ + 29 ], - "spray_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_elo_stddev_pop_fields": { + "actual_score": [ + 29 ], - "steam_id": [ - 2020 + "assists": [ + 29 ], - "team_damage": [ - 2020 + "change": [ + 29 ], - "team_flashed": [ - 2020 + "current": [ + 29 ], - "three_kill_rounds": [ - 2020 + "damage": [ + 29 ], - "time_to_damage_count": [ - 2020 + "damage_percent": [ + 29 ], - "time_to_damage_sum_s": [ - 2020 + "deaths": [ + 29 ], - "total_engagement_frames": [ - 2020 + "expected_score": [ + 29 ], - "trade_kill_attempts": [ - 2020 + "impact": [ + 29 ], - "trade_kill_opportunities": [ - 2020 + "k_factor": [ + 29 ], - "trade_kill_successes": [ - 2020 + "kda": [ + 29 ], - "traded_death_attempts": [ - 2020 + "kills": [ + 29 ], - "traded_death_opportunities": [ - 2020 + "map_losses": [ + 29 ], - "traded_death_successes": [ - 2020 + "map_wins": [ + 29 ], - "two_kill_rounds": [ - 2020 + "opponent_team_elo_avg": [ + 29 ], - "unused_utility_value": [ - 2020 + "performance_multiplier": [ + 29 ], - "util_on_death_count": [ - 2020 + "player_team_elo_avg": [ + 29 ], - "util_on_death_sum": [ - 2020 + "series_multiplier": [ + 29 ], - "wasted_magazine_shots": [ - 2020 + "steam_id": [ + 29 ], - "zeus_kills": [ - 2020 + "team_avg_kda": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_stddev_samp_fields": { - "assists": [ + "player_elo_stddev_samp_fields": { + "actual_score": [ 29 ], - "assists_ct": [ + "assists": [ 29 ], - "assists_t": [ + "change": [ 29 ], - "counter_strafe_eligible_shots": [ + "current": [ 29 ], - "counter_strafed_shots": [ + "damage": [ 29 ], - "crosshair_angle_count": [ + "damage_percent": [ 29 ], - "crosshair_angle_sum_deg": [ + "deaths": [ 29 ], - "damage": [ + "expected_score": [ 29 ], - "damage_ct": [ + "impact": [ 29 ], - "damage_t": [ + "k_factor": [ 29 ], - "deaths": [ + "kda": [ 29 ], - "deaths_ct": [ + "kills": [ 29 ], - "deaths_t": [ + "map_losses": [ 29 ], - "decoy_throws": [ + "map_wins": [ 29 ], - "enemies_flashed": [ + "opponent_team_elo_avg": [ 29 ], - "first_bullet_hits": [ + "performance_multiplier": [ 29 ], - "first_bullet_shots": [ + "player_team_elo_avg": [ 29 ], - "five_kill_rounds": [ + "series_multiplier": [ 29 ], - "flash_assists": [ + "steam_id": [ 29 ], - "flash_duration_count": [ + "team_avg_kda": [ 29 ], - "flash_duration_sum": [ - 29 + "__typename": [ + 78 + ] + }, + "player_elo_stream_cursor_input": { + "initial_value": [ + 2723 ], - "flashes_thrown": [ - 29 + "ordering": [ + 236 ], - "four_kill_rounds": [ - 29 + "__typename": [ + 78 + ] + }, + "player_elo_stream_cursor_value_input": { + "actual_score": [ + 1180 ], - "he_damage": [ + "assists": [ + 38 + ], + "change": [ + 2459 + ], + "created_at": [ + 4004 + ], + "current": [ + 2459 + ], + "damage": [ + 38 + ], + "damage_percent": [ + 1180 + ], + "deaths": [ + 38 + ], + "expected_score": [ + 1180 + ], + "impact": [ + 2459 + ], + "k_factor": [ + 38 + ], + "kda": [ + 1180 + ], + "kills": [ + 38 + ], + "map_losses": [ + 38 + ], + "map_wins": [ + 38 + ], + "match_id": [ + 4442 + ], + "opponent_team_elo_avg": [ + 1180 + ], + "performance_multiplier": [ + 1180 + ], + "player_team_elo_avg": [ + 1180 + ], + "season_id": [ + 4442 + ], + "series_multiplier": [ + 38 + ], + "steam_id": [ + 180 + ], + "team_avg_kda": [ + 1180 + ], + "type": [ + 820 + ], + "__typename": [ + 78 + ] + }, + "player_elo_sum_fields": { + "actual_score": [ + 1180 + ], + "assists": [ + 38 + ], + "change": [ + 2459 + ], + "current": [ + 2459 + ], + "damage": [ + 38 + ], + "damage_percent": [ + 1180 + ], + "deaths": [ + 38 + ], + "expected_score": [ + 1180 + ], + "impact": [ + 2459 + ], + "k_factor": [ + 38 + ], + "kda": [ + 1180 + ], + "kills": [ + 38 + ], + "map_losses": [ + 38 + ], + "map_wins": [ + 38 + ], + "opponent_team_elo_avg": [ + 1180 + ], + "performance_multiplier": [ + 1180 + ], + "player_team_elo_avg": [ + 1180 + ], + "series_multiplier": [ + 38 + ], + "steam_id": [ + 180 + ], + "team_avg_kda": [ + 1180 + ], + "__typename": [ + 78 + ] + }, + "player_elo_update_column": {}, + "player_elo_updates": { + "_inc": [ + 2709 + ], + "_set": [ + 2718 + ], + "where": [ + 2707 + ], + "__typename": [ + 78 + ] + }, + "player_elo_var_pop_fields": { + "actual_score": [ 29 ], - "he_team_damage": [ + "assists": [ 29 ], - "he_throws": [ + "change": [ 29 ], - "headshot_hits": [ + "current": [ 29 ], - "hits": [ + "damage": [ 29 ], - "hits_at_spotted": [ + "damage_percent": [ 29 ], - "hs_kills": [ + "deaths": [ 29 ], - "hs_kills_ct": [ + "expected_score": [ 29 ], - "hs_kills_t": [ + "impact": [ 29 ], - "kast_rounds": [ + "k_factor": [ 29 ], - "kast_total_rounds": [ + "kda": [ 29 ], "kills": [ 29 ], - "kills_ct": [ + "map_losses": [ 29 ], - "kills_t": [ + "map_wins": [ 29 ], - "knife_kills": [ + "opponent_team_elo_avg": [ 29 ], - "molotov_damage": [ + "performance_multiplier": [ 29 ], - "molotov_throws": [ + "player_team_elo_avg": [ 29 ], - "non_awp_hits": [ + "series_multiplier": [ 29 ], - "on_target_frames": [ + "steam_id": [ 29 ], - "rounds_ct": [ + "team_avg_kda": [ 29 ], - "rounds_played": [ + "__typename": [ + 78 + ] + }, + "player_elo_var_samp_fields": { + "actual_score": [ 29 ], - "rounds_t": [ + "assists": [ 29 ], - "shots_at_spotted": [ + "change": [ 29 ], - "shots_fired": [ + "current": [ 29 ], - "smoke_throws": [ + "damage": [ 29 ], - "spotted_count": [ + "damage_percent": [ 29 ], - "spotted_with_damage_count": [ + "deaths": [ 29 ], - "spray_hits": [ + "expected_score": [ 29 ], - "spray_shots": [ + "impact": [ 29 ], - "steam_id": [ + "k_factor": [ 29 ], - "team_damage": [ + "kda": [ 29 ], - "team_flashed": [ + "kills": [ 29 ], - "three_kill_rounds": [ + "map_losses": [ 29 ], - "time_to_damage_count": [ + "map_wins": [ 29 ], - "time_to_damage_sum_s": [ + "opponent_team_elo_avg": [ 29 ], - "total_engagement_frames": [ + "performance_multiplier": [ 29 ], - "trade_kill_attempts": [ + "player_team_elo_avg": [ 29 ], - "trade_kill_opportunities": [ + "series_multiplier": [ 29 ], - "trade_kill_successes": [ + "steam_id": [ 29 ], - "traded_death_attempts": [ + "team_avg_kda": [ 29 ], - "traded_death_opportunities": [ + "__typename": [ + 78 + ] + }, + "player_elo_variance_fields": { + "actual_score": [ 29 ], - "traded_death_successes": [ + "assists": [ 29 ], - "two_kill_rounds": [ + "change": [ 29 ], - "unused_utility_value": [ + "current": [ 29 ], - "util_on_death_count": [ + "damage": [ 29 ], - "util_on_death_sum": [ + "damage_percent": [ 29 ], - "wasted_magazine_shots": [ + "deaths": [ 29 ], - "zeus_kills": [ + "expected_score": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_match_map_stats_stddev_samp_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 + "impact": [ + 29 ], - "assists_t": [ - 2020 + "k_factor": [ + 29 ], - "counter_strafe_eligible_shots": [ - 2020 + "kda": [ + 29 ], - "counter_strafed_shots": [ - 2020 + "kills": [ + 29 ], - "crosshair_angle_count": [ - 2020 + "map_losses": [ + 29 ], - "crosshair_angle_sum_deg": [ - 2020 + "map_wins": [ + 29 ], - "damage": [ - 2020 + "opponent_team_elo_avg": [ + 29 ], - "damage_ct": [ - 2020 + "performance_multiplier": [ + 29 ], - "damage_t": [ - 2020 + "player_team_elo_avg": [ + 29 ], - "deaths": [ - 2020 + "series_multiplier": [ + 29 ], - "deaths_ct": [ - 2020 + "steam_id": [ + 29 ], - "deaths_t": [ - 2020 + "team_avg_kda": [ + 29 ], - "decoy_throws": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history": { + "elo": [ + 38 ], - "enemies_flashed": [ - 2020 + "id": [ + 4442 ], - "first_bullet_hits": [ - 2020 + "match": [ + 2276 ], - "first_bullet_shots": [ - 2020 + "match_id": [ + 4442 ], - "five_kill_rounds": [ - 2020 + "observed_at": [ + 4004 ], - "flash_assists": [ - 2020 + "player": [ + 3419 ], - "flash_duration_count": [ - 2020 + "previous_rank": [ + 38 ], - "flash_duration_sum": [ - 2020 + "skill_level": [ + 38 ], - "flashes_thrown": [ - 2020 + "steam_id": [ + 180 ], - "four_kill_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_aggregate": { + "aggregate": [ + 2734 ], - "he_damage": [ - 2020 + "nodes": [ + 2730 ], - "he_team_damage": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_aggregate_bool_exp": { + "count": [ + 2733 ], - "he_throws": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_aggregate_bool_exp_count": { + "arguments": [ + 2751 ], - "headshot_hits": [ - 2020 + "distinct": [ + 3 ], - "hits": [ - 2020 + "filter": [ + 2739 ], - "hits_at_spotted": [ - 2020 + "predicate": [ + 39 ], - "hs_kills": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_aggregate_fields": { + "avg": [ + 2737 ], - "hs_kills_ct": [ - 2020 + "count": [ + 38, + { + "columns": [ + 2751, + "[player_faceit_rank_history_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "hs_kills_t": [ - 2020 + "max": [ + 2743 ], - "kast_rounds": [ - 2020 + "min": [ + 2745 ], - "kast_total_rounds": [ - 2020 + "stddev": [ + 2753 ], - "kills": [ - 2020 + "stddev_pop": [ + 2755 ], - "kills_ct": [ - 2020 + "stddev_samp": [ + 2757 ], - "kills_t": [ - 2020 + "sum": [ + 2761 ], - "knife_kills": [ - 2020 + "var_pop": [ + 2765 ], - "molotov_damage": [ - 2020 + "var_samp": [ + 2767 ], - "molotov_throws": [ - 2020 + "variance": [ + 2769 ], - "non_awp_hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_aggregate_order_by": { + "avg": [ + 2738 ], - "on_target_frames": [ - 2020 + "count": [ + 2461 ], - "rounds_ct": [ - 2020 + "max": [ + 2744 ], - "rounds_played": [ - 2020 + "min": [ + 2746 ], - "rounds_t": [ - 2020 + "stddev": [ + 2754 ], - "shots_at_spotted": [ - 2020 + "stddev_pop": [ + 2756 ], - "shots_fired": [ - 2020 + "stddev_samp": [ + 2758 ], - "smoke_throws": [ - 2020 + "sum": [ + 2762 ], - "spotted_count": [ - 2020 + "var_pop": [ + 2766 ], - "spotted_with_damage_count": [ - 2020 + "var_samp": [ + 2768 ], - "spray_hits": [ - 2020 + "variance": [ + 2770 ], - "spray_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_arr_rel_insert_input": { + "data": [ + 2742 ], - "steam_id": [ - 2020 + "on_conflict": [ + 2748 ], - "team_damage": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_avg_fields": { + "elo": [ + 29 ], - "team_flashed": [ - 2020 + "previous_rank": [ + 29 ], - "three_kill_rounds": [ - 2020 + "skill_level": [ + 29 ], - "time_to_damage_count": [ - 2020 + "steam_id": [ + 29 ], - "time_to_damage_sum_s": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_avg_order_by": { + "elo": [ + 2461 ], - "total_engagement_frames": [ - 2020 + "previous_rank": [ + 2461 ], - "trade_kill_attempts": [ - 2020 + "skill_level": [ + 2461 ], - "trade_kill_opportunities": [ - 2020 + "steam_id": [ + 2461 ], - "trade_kill_successes": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_bool_exp": { + "_and": [ + 2739 ], - "traded_death_attempts": [ - 2020 + "_not": [ + 2739 ], - "traded_death_opportunities": [ - 2020 + "_or": [ + 2739 ], - "traded_death_successes": [ - 2020 + "elo": [ + 39 ], - "two_kill_rounds": [ - 2020 + "id": [ + 4444 ], - "unused_utility_value": [ - 2020 + "match": [ + 2285 ], - "util_on_death_count": [ - 2020 + "match_id": [ + 4444 ], - "util_on_death_sum": [ - 2020 + "observed_at": [ + 4005 ], - "wasted_magazine_shots": [ - 2020 + "player": [ + 3423 ], - "zeus_kills": [ - 2020 + "previous_rank": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_match_map_stats_stream_cursor_input": { - "initial_value": [ - 2514 + "skill_level": [ + 39 ], - "ordering": [ - 233 + "steam_id": [ + 182 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_stream_cursor_value_input": { - "assists": [ - 38 - ], - "assists_ct": [ + "player_faceit_rank_history_constraint": {}, + "player_faceit_rank_history_inc_input": { + "elo": [ 38 ], - "assists_t": [ + "previous_rank": [ 38 ], - "counter_strafe_eligible_shots": [ + "skill_level": [ 38 ], - "counter_strafed_shots": [ - 38 + "steam_id": [ + 180 ], - "crosshair_angle_count": [ + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_insert_input": { + "elo": [ 38 ], - "crosshair_angle_sum_deg": [ - 2018 + "id": [ + 4442 ], - "damage": [ - 38 + "match": [ + 2294 ], - "damage_ct": [ - 38 + "match_id": [ + 4442 ], - "damage_t": [ - 38 + "observed_at": [ + 4004 ], - "deaths": [ - 38 + "player": [ + 3430 ], - "deaths_ct": [ + "previous_rank": [ 38 ], - "deaths_t": [ + "skill_level": [ 38 ], - "decoy_throws": [ - 38 + "steam_id": [ + 180 ], - "enemies_flashed": [ + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_max_fields": { + "elo": [ 38 ], - "first_bullet_hits": [ - 38 + "id": [ + 4442 ], - "first_bullet_shots": [ - 38 + "match_id": [ + 4442 ], - "five_kill_rounds": [ - 38 + "observed_at": [ + 4004 ], - "flash_assists": [ + "previous_rank": [ 38 ], - "flash_duration_count": [ + "skill_level": [ 38 ], - "flash_duration_sum": [ - 2018 + "steam_id": [ + 180 ], - "flashes_thrown": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_max_order_by": { + "elo": [ + 2461 ], - "four_kill_rounds": [ - 38 + "id": [ + 2461 ], - "he_damage": [ - 38 + "match_id": [ + 2461 ], - "he_team_damage": [ - 38 + "observed_at": [ + 2461 ], - "he_throws": [ - 38 + "previous_rank": [ + 2461 ], - "headshot_hits": [ - 38 + "skill_level": [ + 2461 ], - "hits": [ - 38 + "steam_id": [ + 2461 ], - "hits_at_spotted": [ - 38 - ], - "hs_kills": [ + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_min_fields": { + "elo": [ 38 ], - "hs_kills_ct": [ - 38 + "id": [ + 4442 ], - "hs_kills_t": [ - 38 + "match_id": [ + 4442 ], - "kast_rounds": [ - 38 + "observed_at": [ + 4004 ], - "kast_total_rounds": [ + "previous_rank": [ 38 ], - "kills": [ + "skill_level": [ 38 ], - "kills_ct": [ - 38 + "steam_id": [ + 180 ], - "kills_t": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_min_order_by": { + "elo": [ + 2461 ], - "knife_kills": [ - 38 + "id": [ + 2461 ], "match_id": [ - 3955 + 2461 ], - "match_map_id": [ - 3955 + "observed_at": [ + 2461 ], - "molotov_damage": [ - 38 + "previous_rank": [ + 2461 ], - "molotov_throws": [ - 38 + "skill_level": [ + 2461 ], - "non_awp_hits": [ - 38 + "steam_id": [ + 2461 ], - "on_target_frames": [ + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_mutation_response": { + "affected_rows": [ 38 ], - "rounds_ct": [ - 38 + "returning": [ + 2730 ], - "rounds_played": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_on_conflict": { + "constraint": [ + 2740 ], - "rounds_t": [ - 38 + "update_columns": [ + 2763 ], - "shots_at_spotted": [ - 38 + "where": [ + 2739 ], - "shots_fired": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_order_by": { + "elo": [ + 2461 ], - "smoke_throws": [ - 38 + "id": [ + 2461 ], - "spotted_count": [ - 38 + "match": [ + 2296 ], - "spotted_with_damage_count": [ - 38 + "match_id": [ + 2461 ], - "spray_hits": [ - 38 + "observed_at": [ + 2461 ], - "spray_shots": [ - 38 + "player": [ + 3432 + ], + "previous_rank": [ + 2461 + ], + "skill_level": [ + 2461 ], "steam_id": [ - 178 + 2461 ], - "team_damage": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_pk_columns_input": { + "id": [ + 4442 ], - "team_flashed": [ + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_select_column": {}, + "player_faceit_rank_history_set_input": { + "elo": [ 38 ], - "three_kill_rounds": [ - 38 + "id": [ + 4442 ], - "time_to_damage_count": [ - 38 + "match_id": [ + 4442 ], - "time_to_damage_sum_s": [ - 2018 + "observed_at": [ + 4004 ], - "total_engagement_frames": [ + "previous_rank": [ 38 ], - "trade_kill_attempts": [ + "skill_level": [ 38 ], - "trade_kill_opportunities": [ - 38 + "steam_id": [ + 180 ], - "trade_kill_successes": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_stddev_fields": { + "elo": [ + 29 ], - "traded_death_attempts": [ - 38 + "previous_rank": [ + 29 ], - "traded_death_opportunities": [ - 38 + "skill_level": [ + 29 ], - "traded_death_successes": [ - 38 + "steam_id": [ + 29 ], - "two_kill_rounds": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_stddev_order_by": { + "elo": [ + 2461 ], - "unused_utility_value": [ - 38 + "previous_rank": [ + 2461 ], - "updated_at": [ - 3558 + "skill_level": [ + 2461 ], - "util_on_death_count": [ - 38 + "steam_id": [ + 2461 ], - "util_on_death_sum": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_stddev_pop_fields": { + "elo": [ + 29 ], - "wasted_magazine_shots": [ - 38 + "previous_rank": [ + 29 ], - "zeus_kills": [ - 38 + "skill_level": [ + 29 + ], + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_sum_fields": { - "assists": [ - 38 + "player_faceit_rank_history_stddev_pop_order_by": { + "elo": [ + 2461 ], - "assists_ct": [ - 38 + "previous_rank": [ + 2461 ], - "assists_t": [ - 38 + "skill_level": [ + 2461 ], - "counter_strafe_eligible_shots": [ - 38 + "steam_id": [ + 2461 ], - "counter_strafed_shots": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_stddev_samp_fields": { + "elo": [ + 29 ], - "crosshair_angle_count": [ - 38 + "previous_rank": [ + 29 ], - "crosshair_angle_sum_deg": [ - 2018 + "skill_level": [ + 29 ], - "damage": [ - 38 + "steam_id": [ + 29 ], - "damage_ct": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_stddev_samp_order_by": { + "elo": [ + 2461 ], - "damage_t": [ - 38 + "previous_rank": [ + 2461 ], - "deaths": [ - 38 + "skill_level": [ + 2461 ], - "deaths_ct": [ - 38 + "steam_id": [ + 2461 ], - "deaths_t": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_stream_cursor_input": { + "initial_value": [ + 2760 ], - "decoy_throws": [ - 38 + "ordering": [ + 236 ], - "enemies_flashed": [ + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_stream_cursor_value_input": { + "elo": [ 38 ], - "first_bullet_hits": [ - 38 + "id": [ + 4442 ], - "first_bullet_shots": [ - 38 + "match_id": [ + 4442 ], - "five_kill_rounds": [ - 38 + "observed_at": [ + 4004 ], - "flash_assists": [ + "previous_rank": [ 38 ], - "flash_duration_count": [ + "skill_level": [ 38 ], - "flash_duration_sum": [ - 2018 - ], - "flashes_thrown": [ - 38 + "steam_id": [ + 180 ], - "four_kill_rounds": [ + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_sum_fields": { + "elo": [ 38 ], - "he_damage": [ + "previous_rank": [ 38 ], - "he_team_damage": [ + "skill_level": [ 38 ], - "he_throws": [ - 38 + "steam_id": [ + 180 ], - "headshot_hits": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_sum_order_by": { + "elo": [ + 2461 ], - "hits": [ - 38 + "previous_rank": [ + 2461 ], - "hits_at_spotted": [ - 38 + "skill_level": [ + 2461 ], - "hs_kills": [ - 38 + "steam_id": [ + 2461 ], - "hs_kills_ct": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_update_column": {}, + "player_faceit_rank_history_updates": { + "_inc": [ + 2741 ], - "hs_kills_t": [ - 38 + "_set": [ + 2752 ], - "kast_rounds": [ - 38 + "where": [ + 2739 ], - "kast_total_rounds": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_var_pop_fields": { + "elo": [ + 29 ], - "kills": [ - 38 + "previous_rank": [ + 29 ], - "kills_ct": [ - 38 + "skill_level": [ + 29 ], - "kills_t": [ - 38 + "steam_id": [ + 29 ], - "knife_kills": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_var_pop_order_by": { + "elo": [ + 2461 ], - "molotov_damage": [ - 38 + "previous_rank": [ + 2461 ], - "molotov_throws": [ - 38 + "skill_level": [ + 2461 ], - "non_awp_hits": [ - 38 + "steam_id": [ + 2461 ], - "on_target_frames": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_var_samp_fields": { + "elo": [ + 29 ], - "rounds_ct": [ - 38 + "previous_rank": [ + 29 ], - "rounds_played": [ - 38 + "skill_level": [ + 29 ], - "rounds_t": [ - 38 + "steam_id": [ + 29 ], - "shots_at_spotted": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_var_samp_order_by": { + "elo": [ + 2461 ], - "shots_fired": [ - 38 + "previous_rank": [ + 2461 ], - "smoke_throws": [ - 38 + "skill_level": [ + 2461 ], - "spotted_count": [ - 38 + "steam_id": [ + 2461 ], - "spotted_with_damage_count": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_variance_fields": { + "elo": [ + 29 ], - "spray_hits": [ - 38 + "previous_rank": [ + 29 ], - "spray_shots": [ - 38 + "skill_level": [ + 29 ], "steam_id": [ - 178 - ], - "team_damage": [ - 38 + 29 ], - "team_flashed": [ - 38 + "__typename": [ + 78 + ] + }, + "player_faceit_rank_history_variance_order_by": { + "elo": [ + 2461 ], - "three_kill_rounds": [ - 38 + "previous_rank": [ + 2461 ], - "time_to_damage_count": [ - 38 + "skill_level": [ + 2461 ], - "time_to_damage_sum_s": [ - 2018 + "steam_id": [ + 2461 ], - "total_engagement_frames": [ - 38 + "__typename": [ + 78 + ] + }, + "player_flashes": { + "attacked_steam_id": [ + 180 ], - "trade_kill_attempts": [ - 38 + "attacker_steam_id": [ + 180 ], - "trade_kill_opportunities": [ - 38 + "blinded": [ + 3419 ], - "trade_kill_successes": [ - 38 + "deleted_at": [ + 4004 ], - "traded_death_attempts": [ - 38 + "duration": [ + 2459 ], - "traded_death_opportunities": [ - 38 + "match": [ + 2276 ], - "traded_death_successes": [ - 38 + "match_id": [ + 4442 ], - "two_kill_rounds": [ - 38 + "match_map": [ + 2114 ], - "unused_utility_value": [ - 38 + "match_map_id": [ + 4442 ], - "util_on_death_count": [ + "round": [ 38 ], - "util_on_death_sum": [ - 38 + "team_flash": [ + 3 ], - "wasted_magazine_shots": [ - 38 + "thrown_by": [ + 3419 ], - "zeus_kills": [ - 38 + "time": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_sum_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 - ], - "assists_t": [ - 2020 - ], - "counter_strafe_eligible_shots": [ - 2020 - ], - "counter_strafed_shots": [ - 2020 - ], - "crosshair_angle_count": [ - 2020 - ], - "crosshair_angle_sum_deg": [ - 2020 + "player_flashes_aggregate": { + "aggregate": [ + 2777 ], - "damage": [ - 2020 + "nodes": [ + 2771 ], - "damage_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_aggregate_bool_exp": { + "bool_and": [ + 2774 ], - "damage_t": [ - 2020 + "bool_or": [ + 2775 ], - "deaths": [ - 2020 + "count": [ + 2776 ], - "deaths_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_aggregate_bool_exp_bool_and": { + "arguments": [ + 2795 ], - "deaths_t": [ - 2020 + "distinct": [ + 3 ], - "decoy_throws": [ - 2020 + "filter": [ + 2782 ], - "enemies_flashed": [ - 2020 + "predicate": [ + 4 ], - "first_bullet_hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_aggregate_bool_exp_bool_or": { + "arguments": [ + 2796 ], - "first_bullet_shots": [ - 2020 + "distinct": [ + 3 ], - "five_kill_rounds": [ - 2020 + "filter": [ + 2782 ], - "flash_assists": [ - 2020 + "predicate": [ + 4 ], - "flash_duration_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_aggregate_bool_exp_count": { + "arguments": [ + 2794 ], - "flash_duration_sum": [ - 2020 + "distinct": [ + 3 ], - "flashes_thrown": [ - 2020 + "filter": [ + 2782 ], - "four_kill_rounds": [ - 2020 + "predicate": [ + 39 ], - "he_damage": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_aggregate_fields": { + "avg": [ + 2780 ], - "he_team_damage": [ - 2020 + "count": [ + 38, + { + "columns": [ + 2794, + "[player_flashes_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "he_throws": [ - 2020 + "max": [ + 2786 ], - "headshot_hits": [ - 2020 + "min": [ + 2788 ], - "hits": [ - 2020 + "stddev": [ + 2798 ], - "hits_at_spotted": [ - 2020 + "stddev_pop": [ + 2800 ], - "hs_kills": [ - 2020 + "stddev_samp": [ + 2802 ], - "hs_kills_ct": [ - 2020 + "sum": [ + 2806 ], - "hs_kills_t": [ - 2020 + "var_pop": [ + 2810 ], - "kast_rounds": [ - 2020 + "var_samp": [ + 2812 ], - "kast_total_rounds": [ - 2020 + "variance": [ + 2814 ], - "kills": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_aggregate_order_by": { + "avg": [ + 2781 ], - "kills_ct": [ - 2020 + "count": [ + 2461 ], - "kills_t": [ - 2020 + "max": [ + 2787 ], - "knife_kills": [ - 2020 + "min": [ + 2789 ], - "molotov_damage": [ - 2020 + "stddev": [ + 2799 ], - "molotov_throws": [ - 2020 + "stddev_pop": [ + 2801 ], - "non_awp_hits": [ - 2020 + "stddev_samp": [ + 2803 ], - "on_target_frames": [ - 2020 + "sum": [ + 2807 ], - "rounds_ct": [ - 2020 + "var_pop": [ + 2811 ], - "rounds_played": [ - 2020 + "var_samp": [ + 2813 ], - "rounds_t": [ - 2020 + "variance": [ + 2815 ], - "shots_at_spotted": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_arr_rel_insert_input": { + "data": [ + 2785 ], - "shots_fired": [ - 2020 + "on_conflict": [ + 2791 ], - "smoke_throws": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_avg_fields": { + "attacked_steam_id": [ + 29 ], - "spotted_count": [ - 2020 + "attacker_steam_id": [ + 29 ], - "spotted_with_damage_count": [ - 2020 + "duration": [ + 29 ], - "spray_hits": [ - 2020 + "round": [ + 29 ], - "spray_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_avg_order_by": { + "attacked_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "team_damage": [ - 2020 + "duration": [ + 2461 ], - "team_flashed": [ - 2020 + "round": [ + 2461 ], - "three_kill_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_bool_exp": { + "_and": [ + 2782 ], - "time_to_damage_count": [ - 2020 + "_not": [ + 2782 ], - "time_to_damage_sum_s": [ - 2020 + "_or": [ + 2782 ], - "total_engagement_frames": [ - 2020 + "attacked_steam_id": [ + 182 ], - "trade_kill_attempts": [ - 2020 + "attacker_steam_id": [ + 182 ], - "trade_kill_opportunities": [ - 2020 + "blinded": [ + 3423 ], - "trade_kill_successes": [ - 2020 + "deleted_at": [ + 4005 ], - "traded_death_attempts": [ - 2020 + "duration": [ + 2460 ], - "traded_death_opportunities": [ - 2020 + "match": [ + 2285 ], - "traded_death_successes": [ - 2020 + "match_id": [ + 4444 ], - "two_kill_rounds": [ - 2020 + "match_map": [ + 2123 ], - "unused_utility_value": [ - 2020 + "match_map_id": [ + 4444 ], - "util_on_death_count": [ - 2020 + "round": [ + 39 ], - "util_on_death_sum": [ - 2020 + "team_flash": [ + 4 ], - "wasted_magazine_shots": [ - 2020 + "thrown_by": [ + 3423 ], - "zeus_kills": [ - 2020 + "time": [ + 4005 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_update_column": {}, - "player_match_map_stats_updates": { - "_inc": [ - 2495 + "player_flashes_constraint": {}, + "player_flashes_inc_input": { + "attacked_steam_id": [ + 180 ], - "_set": [ - 2506 + "attacker_steam_id": [ + 180 ], - "where": [ - 2493 + "duration": [ + 2459 + ], + "round": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_var_pop_fields": { - "assists": [ - 29 + "player_flashes_insert_input": { + "attacked_steam_id": [ + 180 ], - "assists_ct": [ - 29 + "attacker_steam_id": [ + 180 ], - "assists_t": [ - 29 + "blinded": [ + 3430 ], - "counter_strafe_eligible_shots": [ - 29 + "deleted_at": [ + 4004 ], - "counter_strafed_shots": [ - 29 + "duration": [ + 2459 ], - "crosshair_angle_count": [ - 29 + "match": [ + 2294 ], - "crosshair_angle_sum_deg": [ - 29 + "match_id": [ + 4442 ], - "damage": [ - 29 + "match_map": [ + 2132 ], - "damage_ct": [ - 29 + "match_map_id": [ + 4442 ], - "damage_t": [ - 29 + "round": [ + 38 ], - "deaths": [ - 29 + "team_flash": [ + 3 ], - "deaths_ct": [ - 29 + "thrown_by": [ + 3430 ], - "deaths_t": [ - 29 + "time": [ + 4004 ], - "decoy_throws": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_max_fields": { + "attacked_steam_id": [ + 180 ], - "enemies_flashed": [ - 29 + "attacker_steam_id": [ + 180 ], - "first_bullet_hits": [ - 29 + "deleted_at": [ + 4004 ], - "first_bullet_shots": [ - 29 + "duration": [ + 2459 ], - "five_kill_rounds": [ - 29 + "match_id": [ + 4442 ], - "flash_assists": [ - 29 + "match_map_id": [ + 4442 ], - "flash_duration_count": [ - 29 + "round": [ + 38 ], - "flash_duration_sum": [ - 29 + "time": [ + 4004 ], - "flashes_thrown": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_max_order_by": { + "attacked_steam_id": [ + 2461 ], - "four_kill_rounds": [ - 29 + "attacker_steam_id": [ + 2461 ], - "he_damage": [ - 29 - ], - "he_team_damage": [ - 29 - ], - "he_throws": [ - 29 - ], - "headshot_hits": [ - 29 - ], - "hits": [ - 29 - ], - "hits_at_spotted": [ - 29 - ], - "hs_kills": [ - 29 - ], - "hs_kills_ct": [ - 29 - ], - "hs_kills_t": [ - 29 + "deleted_at": [ + 2461 ], - "kast_rounds": [ - 29 + "duration": [ + 2461 ], - "kast_total_rounds": [ - 29 + "match_id": [ + 2461 ], - "kills": [ - 29 + "match_map_id": [ + 2461 ], - "kills_ct": [ - 29 + "round": [ + 2461 ], - "kills_t": [ - 29 + "time": [ + 2461 ], - "knife_kills": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_min_fields": { + "attacked_steam_id": [ + 180 ], - "molotov_damage": [ - 29 + "attacker_steam_id": [ + 180 ], - "molotov_throws": [ - 29 + "deleted_at": [ + 4004 ], - "non_awp_hits": [ - 29 + "duration": [ + 2459 ], - "on_target_frames": [ - 29 + "match_id": [ + 4442 ], - "rounds_ct": [ - 29 + "match_map_id": [ + 4442 ], - "rounds_played": [ - 29 + "round": [ + 38 ], - "rounds_t": [ - 29 + "time": [ + 4004 ], - "shots_at_spotted": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_min_order_by": { + "attacked_steam_id": [ + 2461 ], - "shots_fired": [ - 29 + "attacker_steam_id": [ + 2461 ], - "smoke_throws": [ - 29 + "deleted_at": [ + 2461 ], - "spotted_count": [ - 29 + "duration": [ + 2461 ], - "spotted_with_damage_count": [ - 29 + "match_id": [ + 2461 ], - "spray_hits": [ - 29 + "match_map_id": [ + 2461 ], - "spray_shots": [ - 29 + "round": [ + 2461 ], - "steam_id": [ - 29 + "time": [ + 2461 ], - "team_damage": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_mutation_response": { + "affected_rows": [ + 38 ], - "team_flashed": [ - 29 + "returning": [ + 2771 ], - "three_kill_rounds": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_on_conflict": { + "constraint": [ + 2783 ], - "time_to_damage_count": [ - 29 + "update_columns": [ + 2808 ], - "time_to_damage_sum_s": [ - 29 + "where": [ + 2782 ], - "total_engagement_frames": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_order_by": { + "attacked_steam_id": [ + 2461 ], - "trade_kill_attempts": [ - 29 + "attacker_steam_id": [ + 2461 ], - "trade_kill_opportunities": [ - 29 + "blinded": [ + 3432 ], - "trade_kill_successes": [ - 29 + "deleted_at": [ + 2461 ], - "traded_death_attempts": [ - 29 + "duration": [ + 2461 ], - "traded_death_opportunities": [ - 29 + "match": [ + 2296 ], - "traded_death_successes": [ - 29 + "match_id": [ + 2461 ], - "two_kill_rounds": [ - 29 + "match_map": [ + 2134 ], - "unused_utility_value": [ - 29 + "match_map_id": [ + 2461 ], - "util_on_death_count": [ - 29 + "round": [ + 2461 ], - "util_on_death_sum": [ - 29 + "team_flash": [ + 2461 ], - "wasted_magazine_shots": [ - 29 + "thrown_by": [ + 3432 ], - "zeus_kills": [ - 29 + "time": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_var_pop_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 - ], - "assists_t": [ - 2020 - ], - "counter_strafe_eligible_shots": [ - 2020 - ], - "counter_strafed_shots": [ - 2020 - ], - "crosshair_angle_count": [ - 2020 - ], - "crosshair_angle_sum_deg": [ - 2020 - ], - "damage": [ - 2020 - ], - "damage_ct": [ - 2020 - ], - "damage_t": [ - 2020 - ], - "deaths": [ - 2020 - ], - "deaths_ct": [ - 2020 - ], - "deaths_t": [ - 2020 + "player_flashes_pk_columns_input": { + "attacked_steam_id": [ + 180 ], - "decoy_throws": [ - 2020 + "attacker_steam_id": [ + 180 ], - "enemies_flashed": [ - 2020 + "match_map_id": [ + 4442 ], - "first_bullet_hits": [ - 2020 + "time": [ + 4004 ], - "first_bullet_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_select_column": {}, + "player_flashes_select_column_player_flashes_aggregate_bool_exp_bool_and_arguments_columns": {}, + "player_flashes_select_column_player_flashes_aggregate_bool_exp_bool_or_arguments_columns": {}, + "player_flashes_set_input": { + "attacked_steam_id": [ + 180 ], - "five_kill_rounds": [ - 2020 + "attacker_steam_id": [ + 180 ], - "flash_assists": [ - 2020 + "deleted_at": [ + 4004 ], - "flash_duration_count": [ - 2020 + "duration": [ + 2459 ], - "flash_duration_sum": [ - 2020 + "match_id": [ + 4442 ], - "flashes_thrown": [ - 2020 + "match_map_id": [ + 4442 ], - "four_kill_rounds": [ - 2020 + "round": [ + 38 ], - "he_damage": [ - 2020 + "team_flash": [ + 3 ], - "he_team_damage": [ - 2020 + "time": [ + 4004 ], - "he_throws": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stddev_fields": { + "attacked_steam_id": [ + 29 ], - "headshot_hits": [ - 2020 + "attacker_steam_id": [ + 29 ], - "hits": [ - 2020 + "duration": [ + 29 ], - "hits_at_spotted": [ - 2020 + "round": [ + 29 ], - "hs_kills": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stddev_order_by": { + "attacked_steam_id": [ + 2461 ], - "hs_kills_ct": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "hs_kills_t": [ - 2020 + "duration": [ + 2461 ], - "kast_rounds": [ - 2020 + "round": [ + 2461 ], - "kast_total_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stddev_pop_fields": { + "attacked_steam_id": [ + 29 ], - "kills": [ - 2020 + "attacker_steam_id": [ + 29 ], - "kills_ct": [ - 2020 + "duration": [ + 29 ], - "kills_t": [ - 2020 + "round": [ + 29 ], - "knife_kills": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stddev_pop_order_by": { + "attacked_steam_id": [ + 2461 ], - "molotov_damage": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "molotov_throws": [ - 2020 + "duration": [ + 2461 ], - "non_awp_hits": [ - 2020 + "round": [ + 2461 ], - "on_target_frames": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stddev_samp_fields": { + "attacked_steam_id": [ + 29 ], - "rounds_ct": [ - 2020 + "attacker_steam_id": [ + 29 ], - "rounds_played": [ - 2020 + "duration": [ + 29 ], - "rounds_t": [ - 2020 + "round": [ + 29 ], - "shots_at_spotted": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stddev_samp_order_by": { + "attacked_steam_id": [ + 2461 ], - "shots_fired": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "smoke_throws": [ - 2020 + "duration": [ + 2461 ], - "spotted_count": [ - 2020 + "round": [ + 2461 ], - "spotted_with_damage_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stream_cursor_input": { + "initial_value": [ + 2805 ], - "spray_hits": [ - 2020 + "ordering": [ + 236 ], - "spray_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_stream_cursor_value_input": { + "attacked_steam_id": [ + 180 ], - "steam_id": [ - 2020 + "attacker_steam_id": [ + 180 ], - "team_damage": [ - 2020 + "deleted_at": [ + 4004 ], - "team_flashed": [ - 2020 + "duration": [ + 2459 ], - "three_kill_rounds": [ - 2020 + "match_id": [ + 4442 ], - "time_to_damage_count": [ - 2020 + "match_map_id": [ + 4442 ], - "time_to_damage_sum_s": [ - 2020 + "round": [ + 38 ], - "total_engagement_frames": [ - 2020 + "team_flash": [ + 3 ], - "trade_kill_attempts": [ - 2020 + "time": [ + 4004 ], - "trade_kill_opportunities": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_sum_fields": { + "attacked_steam_id": [ + 180 ], - "trade_kill_successes": [ - 2020 + "attacker_steam_id": [ + 180 ], - "traded_death_attempts": [ - 2020 + "duration": [ + 2459 ], - "traded_death_opportunities": [ - 2020 + "round": [ + 38 ], - "traded_death_successes": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_sum_order_by": { + "attacked_steam_id": [ + 2461 ], - "two_kill_rounds": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "unused_utility_value": [ - 2020 + "duration": [ + 2461 ], - "util_on_death_count": [ - 2020 + "round": [ + 2461 ], - "util_on_death_sum": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_flashes_update_column": {}, + "player_flashes_updates": { + "_inc": [ + 2784 ], - "wasted_magazine_shots": [ - 2020 + "_set": [ + 2797 ], - "zeus_kills": [ - 2020 + "where": [ + 2782 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_var_samp_fields": { - "assists": [ - 29 - ], - "assists_ct": [ - 29 - ], - "assists_t": [ + "player_flashes_var_pop_fields": { + "attacked_steam_id": [ 29 ], - "counter_strafe_eligible_shots": [ + "attacker_steam_id": [ 29 ], - "counter_strafed_shots": [ + "duration": [ 29 ], - "crosshair_angle_count": [ + "round": [ 29 ], - "crosshair_angle_sum_deg": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_var_pop_order_by": { + "attacked_steam_id": [ + 2461 ], - "damage": [ - 29 + "attacker_steam_id": [ + 2461 ], - "damage_ct": [ - 29 + "duration": [ + 2461 ], - "damage_t": [ - 29 + "round": [ + 2461 ], - "deaths": [ + "__typename": [ + 78 + ] + }, + "player_flashes_var_samp_fields": { + "attacked_steam_id": [ 29 ], - "deaths_ct": [ + "attacker_steam_id": [ 29 ], - "deaths_t": [ + "duration": [ 29 ], - "decoy_throws": [ + "round": [ 29 ], - "enemies_flashed": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_var_samp_order_by": { + "attacked_steam_id": [ + 2461 ], - "first_bullet_hits": [ - 29 + "attacker_steam_id": [ + 2461 ], - "first_bullet_shots": [ - 29 + "duration": [ + 2461 ], - "five_kill_rounds": [ - 29 + "round": [ + 2461 ], - "flash_assists": [ + "__typename": [ + 78 + ] + }, + "player_flashes_variance_fields": { + "attacked_steam_id": [ 29 ], - "flash_duration_count": [ + "attacker_steam_id": [ 29 ], - "flash_duration_sum": [ + "duration": [ 29 ], - "flashes_thrown": [ + "round": [ 29 ], - "four_kill_rounds": [ - 29 + "__typename": [ + 78 + ] + }, + "player_flashes_variance_order_by": { + "attacked_steam_id": [ + 2461 ], - "he_damage": [ - 29 + "attacker_steam_id": [ + 2461 ], - "he_team_damage": [ - 29 + "duration": [ + 2461 ], - "he_throws": [ - 29 + "round": [ + 2461 ], - "headshot_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills": { + "assisted": [ + 3 ], - "hits": [ - 29 + "attacked_location": [ + 78 ], - "hits_at_spotted": [ - 29 + "attacked_location_coordinates": [ + 78 ], - "hs_kills": [ - 29 + "attacked_player": [ + 3419 ], - "hs_kills_ct": [ - 29 + "attacked_steam_id": [ + 180 ], - "hs_kills_t": [ - 29 + "attacked_team": [ + 78 ], - "kast_rounds": [ - 29 + "attacker_location": [ + 78 ], - "kast_total_rounds": [ - 29 + "attacker_location_coordinates": [ + 78 ], - "kills": [ - 29 + "attacker_steam_id": [ + 180 ], - "kills_ct": [ - 29 + "attacker_team": [ + 78 ], - "kills_t": [ - 29 + "blinded": [ + 3 ], - "knife_kills": [ - 29 + "deleted_at": [ + 4004 ], - "molotov_damage": [ - 29 + "headshot": [ + 3 ], - "molotov_throws": [ - 29 + "hitgroup": [ + 78 ], - "non_awp_hits": [ - 29 + "in_air": [ + 3 ], - "on_target_frames": [ - 29 + "is_suicide": [ + 3 ], - "rounds_ct": [ - 29 + "match": [ + 2276 ], - "rounds_played": [ - 29 + "match_id": [ + 4442 ], - "rounds_t": [ - 29 + "match_map": [ + 2114 ], - "shots_at_spotted": [ - 29 + "match_map_id": [ + 4442 ], - "shots_fired": [ - 29 + "no_scope": [ + 3 ], - "smoke_throws": [ - 29 + "player": [ + 3419 ], - "spotted_count": [ - 29 + "round": [ + 38 ], - "spotted_with_damage_count": [ - 29 + "team_kill": [ + 3 ], - "spray_hits": [ - 29 + "thru_smoke": [ + 3 ], - "spray_shots": [ - 29 + "thru_wall": [ + 3 ], - "steam_id": [ - 29 + "time": [ + 4004 ], - "team_damage": [ - 29 + "with": [ + 78 ], - "team_flashed": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_aggregate": { + "aggregate": [ + 2822 ], - "three_kill_rounds": [ - 29 + "nodes": [ + 2816 ], - "time_to_damage_count": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_aggregate_bool_exp": { + "bool_and": [ + 2819 ], - "time_to_damage_sum_s": [ - 29 + "bool_or": [ + 2820 ], - "total_engagement_frames": [ - 29 + "count": [ + 2821 ], - "trade_kill_attempts": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_aggregate_bool_exp_bool_and": { + "arguments": [ + 2881 ], - "trade_kill_opportunities": [ - 29 + "distinct": [ + 3 ], - "trade_kill_successes": [ - 29 + "filter": [ + 2827 ], - "traded_death_attempts": [ - 29 + "predicate": [ + 4 ], - "traded_death_opportunities": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_aggregate_bool_exp_bool_or": { + "arguments": [ + 2882 ], - "traded_death_successes": [ - 29 + "distinct": [ + 3 ], - "two_kill_rounds": [ - 29 + "filter": [ + 2827 ], - "unused_utility_value": [ - 29 + "predicate": [ + 4 ], - "util_on_death_count": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_aggregate_bool_exp_count": { + "arguments": [ + 2880 ], - "util_on_death_sum": [ - 29 + "distinct": [ + 3 ], - "wasted_magazine_shots": [ - 29 + "filter": [ + 2827 ], - "zeus_kills": [ - 29 + "predicate": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_var_samp_order_by": { - "assists": [ - 2020 + "player_kills_aggregate_fields": { + "avg": [ + 2825 ], - "assists_ct": [ - 2020 + "count": [ + 38, + { + "columns": [ + 2880, + "[player_kills_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "assists_t": [ - 2020 + "max": [ + 2872 ], - "counter_strafe_eligible_shots": [ - 2020 + "min": [ + 2874 ], - "counter_strafed_shots": [ - 2020 + "stddev": [ + 2884 ], - "crosshair_angle_count": [ - 2020 + "stddev_pop": [ + 2886 ], - "crosshair_angle_sum_deg": [ - 2020 + "stddev_samp": [ + 2888 ], - "damage": [ - 2020 + "sum": [ + 2892 ], - "damage_ct": [ - 2020 + "var_pop": [ + 2896 ], - "damage_t": [ - 2020 + "var_samp": [ + 2898 ], - "deaths": [ - 2020 + "variance": [ + 2900 ], - "deaths_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_aggregate_order_by": { + "avg": [ + 2826 ], - "deaths_t": [ - 2020 + "count": [ + 2461 ], - "decoy_throws": [ - 2020 + "max": [ + 2873 ], - "enemies_flashed": [ - 2020 + "min": [ + 2875 ], - "first_bullet_hits": [ - 2020 + "stddev": [ + 2885 ], - "first_bullet_shots": [ - 2020 + "stddev_pop": [ + 2887 ], - "five_kill_rounds": [ - 2020 + "stddev_samp": [ + 2889 ], - "flash_assists": [ - 2020 + "sum": [ + 2893 ], - "flash_duration_count": [ - 2020 + "var_pop": [ + 2897 ], - "flash_duration_sum": [ - 2020 + "var_samp": [ + 2899 ], - "flashes_thrown": [ - 2020 + "variance": [ + 2901 ], - "four_kill_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_arr_rel_insert_input": { + "data": [ + 2871 ], - "he_damage": [ - 2020 + "on_conflict": [ + 2877 ], - "he_team_damage": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_avg_fields": { + "attacked_steam_id": [ + 29 ], - "he_throws": [ - 2020 + "attacker_steam_id": [ + 29 ], - "headshot_hits": [ - 2020 + "round": [ + 29 ], - "hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_avg_order_by": { + "attacked_steam_id": [ + 2461 ], - "hits_at_spotted": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "hs_kills": [ - 2020 + "round": [ + 2461 ], - "hs_kills_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_bool_exp": { + "_and": [ + 2827 ], - "hs_kills_t": [ - 2020 + "_not": [ + 2827 ], - "kast_rounds": [ - 2020 + "_or": [ + 2827 ], - "kast_total_rounds": [ - 2020 + "assisted": [ + 4 ], - "kills": [ - 2020 + "attacked_location": [ + 80 ], - "kills_ct": [ - 2020 + "attacked_location_coordinates": [ + 80 ], - "kills_t": [ - 2020 + "attacked_player": [ + 3423 ], - "knife_kills": [ - 2020 + "attacked_steam_id": [ + 182 ], - "molotov_damage": [ - 2020 + "attacked_team": [ + 80 ], - "molotov_throws": [ - 2020 + "attacker_location": [ + 80 ], - "non_awp_hits": [ - 2020 + "attacker_location_coordinates": [ + 80 ], - "on_target_frames": [ - 2020 + "attacker_steam_id": [ + 182 ], - "rounds_ct": [ - 2020 + "attacker_team": [ + 80 ], - "rounds_played": [ - 2020 + "blinded": [ + 4 ], - "rounds_t": [ - 2020 + "deleted_at": [ + 4005 ], - "shots_at_spotted": [ - 2020 + "headshot": [ + 4 ], - "shots_fired": [ - 2020 + "hitgroup": [ + 80 ], - "smoke_throws": [ - 2020 + "in_air": [ + 4 ], - "spotted_count": [ - 2020 + "is_suicide": [ + 4 ], - "spotted_with_damage_count": [ - 2020 + "match": [ + 2285 ], - "spray_hits": [ - 2020 + "match_id": [ + 4444 ], - "spray_shots": [ - 2020 + "match_map": [ + 2123 ], - "steam_id": [ - 2020 + "match_map_id": [ + 4444 ], - "team_damage": [ - 2020 + "no_scope": [ + 4 ], - "team_flashed": [ - 2020 + "player": [ + 3423 ], - "three_kill_rounds": [ - 2020 + "round": [ + 39 ], - "time_to_damage_count": [ - 2020 + "team_kill": [ + 4 ], - "time_to_damage_sum_s": [ - 2020 + "thru_smoke": [ + 4 ], - "total_engagement_frames": [ - 2020 + "thru_wall": [ + 4 ], - "trade_kill_attempts": [ - 2020 + "time": [ + 4005 ], - "trade_kill_opportunities": [ - 2020 + "with": [ + 80 ], - "trade_kill_successes": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon": { + "kill_count": [ + 180 ], - "traded_death_attempts": [ - 2020 + "player": [ + 3419 ], - "traded_death_opportunities": [ - 2020 + "player_steam_id": [ + 180 ], - "traded_death_successes": [ - 2020 + "with": [ + 78 ], - "two_kill_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_aggregate": { + "aggregate": [ + 2832 ], - "unused_utility_value": [ - 2020 + "nodes": [ + 2828 ], - "util_on_death_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_aggregate_bool_exp": { + "count": [ + 2831 ], - "util_on_death_sum": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_aggregate_bool_exp_count": { + "arguments": [ + 2849 ], - "wasted_magazine_shots": [ - 2020 + "distinct": [ + 3 ], - "zeus_kills": [ - 2020 + "filter": [ + 2837 + ], + "predicate": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_variance_fields": { - "assists": [ - 29 + "player_kills_by_weapon_aggregate_fields": { + "avg": [ + 2835 ], - "assists_ct": [ - 29 + "count": [ + 38, + { + "columns": [ + 2849, + "[player_kills_by_weapon_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "assists_t": [ - 29 + "max": [ + 2841 ], - "counter_strafe_eligible_shots": [ - 29 + "min": [ + 2843 ], - "counter_strafed_shots": [ - 29 + "stddev": [ + 2851 ], - "crosshair_angle_count": [ - 29 + "stddev_pop": [ + 2853 ], - "crosshair_angle_sum_deg": [ - 29 + "stddev_samp": [ + 2855 ], - "damage": [ - 29 + "sum": [ + 2859 ], - "damage_ct": [ - 29 + "var_pop": [ + 2863 ], - "damage_t": [ - 29 + "var_samp": [ + 2865 ], - "deaths": [ - 29 + "variance": [ + 2867 ], - "deaths_ct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_aggregate_order_by": { + "avg": [ + 2836 ], - "deaths_t": [ - 29 + "count": [ + 2461 ], - "decoy_throws": [ - 29 + "max": [ + 2842 ], - "enemies_flashed": [ - 29 + "min": [ + 2844 ], - "first_bullet_hits": [ - 29 + "stddev": [ + 2852 ], - "first_bullet_shots": [ - 29 + "stddev_pop": [ + 2854 ], - "five_kill_rounds": [ - 29 + "stddev_samp": [ + 2856 ], - "flash_assists": [ - 29 + "sum": [ + 2860 ], - "flash_duration_count": [ - 29 + "var_pop": [ + 2864 ], - "flash_duration_sum": [ - 29 + "var_samp": [ + 2866 ], - "flashes_thrown": [ - 29 + "variance": [ + 2868 ], - "four_kill_rounds": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_arr_rel_insert_input": { + "data": [ + 2840 ], - "he_damage": [ - 29 + "on_conflict": [ + 2846 ], - "he_team_damage": [ + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_avg_fields": { + "kill_count": [ 29 ], - "he_throws": [ + "player_steam_id": [ 29 ], - "headshot_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_avg_order_by": { + "kill_count": [ + 2461 ], - "hits": [ - 29 + "player_steam_id": [ + 2461 ], - "hits_at_spotted": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_bool_exp": { + "_and": [ + 2837 ], - "hs_kills": [ - 29 + "_not": [ + 2837 ], - "hs_kills_ct": [ - 29 + "_or": [ + 2837 ], - "hs_kills_t": [ - 29 + "kill_count": [ + 182 ], - "kast_rounds": [ - 29 + "player": [ + 3423 ], - "kast_total_rounds": [ - 29 + "player_steam_id": [ + 182 ], - "kills": [ - 29 + "with": [ + 80 ], - "kills_ct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_constraint": {}, + "player_kills_by_weapon_inc_input": { + "kill_count": [ + 180 ], - "kills_t": [ - 29 + "player_steam_id": [ + 180 ], - "knife_kills": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_insert_input": { + "kill_count": [ + 180 ], - "molotov_damage": [ - 29 + "player": [ + 3430 ], - "molotov_throws": [ - 29 + "player_steam_id": [ + 180 ], - "non_awp_hits": [ - 29 + "with": [ + 78 ], - "on_target_frames": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_max_fields": { + "kill_count": [ + 180 ], - "rounds_ct": [ - 29 + "player_steam_id": [ + 180 ], - "rounds_played": [ - 29 + "with": [ + 78 ], - "rounds_t": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_max_order_by": { + "kill_count": [ + 2461 ], - "shots_at_spotted": [ - 29 + "player_steam_id": [ + 2461 ], - "shots_fired": [ - 29 + "with": [ + 2461 ], - "smoke_throws": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_min_fields": { + "kill_count": [ + 180 ], - "spotted_count": [ - 29 + "player_steam_id": [ + 180 ], - "spotted_with_damage_count": [ - 29 + "with": [ + 78 ], - "spray_hits": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_min_order_by": { + "kill_count": [ + 2461 ], - "spray_shots": [ - 29 + "player_steam_id": [ + 2461 ], - "steam_id": [ - 29 + "with": [ + 2461 ], - "team_damage": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_mutation_response": { + "affected_rows": [ + 38 ], - "team_flashed": [ - 29 + "returning": [ + 2828 ], - "three_kill_rounds": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_on_conflict": { + "constraint": [ + 2838 ], - "time_to_damage_count": [ - 29 + "update_columns": [ + 2861 ], - "time_to_damage_sum_s": [ - 29 + "where": [ + 2837 ], - "total_engagement_frames": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_order_by": { + "kill_count": [ + 2461 ], - "trade_kill_attempts": [ - 29 + "player": [ + 3432 ], - "trade_kill_opportunities": [ - 29 + "player_steam_id": [ + 2461 ], - "trade_kill_successes": [ - 29 + "with": [ + 2461 ], - "traded_death_attempts": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_pk_columns_input": { + "player_steam_id": [ + 180 ], - "traded_death_opportunities": [ - 29 + "with": [ + 78 ], - "traded_death_successes": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_select_column": {}, + "player_kills_by_weapon_set_input": { + "kill_count": [ + 180 ], - "two_kill_rounds": [ + "player_steam_id": [ + 180 + ], + "with": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_stddev_fields": { + "kill_count": [ 29 ], - "unused_utility_value": [ + "player_steam_id": [ 29 ], - "util_on_death_count": [ + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_stddev_order_by": { + "kill_count": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_stddev_pop_fields": { + "kill_count": [ 29 ], - "util_on_death_sum": [ + "player_steam_id": [ 29 ], - "wasted_magazine_shots": [ + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_stddev_pop_order_by": { + "kill_count": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_stddev_samp_fields": { + "kill_count": [ 29 ], - "zeus_kills": [ + "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_map_stats_variance_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 + "player_kills_by_weapon_stddev_samp_order_by": { + "kill_count": [ + 2461 ], - "assists_t": [ - 2020 + "player_steam_id": [ + 2461 ], - "counter_strafe_eligible_shots": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_stream_cursor_input": { + "initial_value": [ + 2858 ], - "counter_strafed_shots": [ - 2020 + "ordering": [ + 236 ], - "crosshair_angle_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_stream_cursor_value_input": { + "kill_count": [ + 180 ], - "crosshair_angle_sum_deg": [ - 2020 + "player_steam_id": [ + 180 ], - "damage": [ - 2020 + "with": [ + 78 ], - "damage_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_sum_fields": { + "kill_count": [ + 180 ], - "damage_t": [ - 2020 + "player_steam_id": [ + 180 ], - "deaths": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_sum_order_by": { + "kill_count": [ + 2461 ], - "deaths_ct": [ - 2020 + "player_steam_id": [ + 2461 ], - "deaths_t": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_update_column": {}, + "player_kills_by_weapon_updates": { + "_inc": [ + 2839 ], - "decoy_throws": [ - 2020 + "_set": [ + 2850 ], - "enemies_flashed": [ - 2020 + "where": [ + 2837 ], - "first_bullet_hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_var_pop_fields": { + "kill_count": [ + 29 ], - "first_bullet_shots": [ - 2020 + "player_steam_id": [ + 29 ], - "five_kill_rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_var_pop_order_by": { + "kill_count": [ + 2461 ], - "flash_assists": [ - 2020 + "player_steam_id": [ + 2461 ], - "flash_duration_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_var_samp_fields": { + "kill_count": [ + 29 ], - "flash_duration_sum": [ - 2020 + "player_steam_id": [ + 29 ], - "flashes_thrown": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_var_samp_order_by": { + "kill_count": [ + 2461 ], - "four_kill_rounds": [ - 2020 + "player_steam_id": [ + 2461 ], - "he_damage": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_variance_fields": { + "kill_count": [ + 29 ], - "he_team_damage": [ - 2020 + "player_steam_id": [ + 29 ], - "he_throws": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_by_weapon_variance_order_by": { + "kill_count": [ + 2461 ], - "headshot_hits": [ - 2020 + "player_steam_id": [ + 2461 ], - "hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_constraint": {}, + "player_kills_inc_input": { + "attacked_steam_id": [ + 180 ], - "hits_at_spotted": [ - 2020 + "attacker_steam_id": [ + 180 ], - "hs_kills": [ - 2020 + "round": [ + 38 ], - "hs_kills_ct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_insert_input": { + "assisted": [ + 3 ], - "hs_kills_t": [ - 2020 + "attacked_location": [ + 78 ], - "kast_rounds": [ - 2020 + "attacked_location_coordinates": [ + 78 ], - "kast_total_rounds": [ - 2020 + "attacked_player": [ + 3430 ], - "kills": [ - 2020 + "attacked_steam_id": [ + 180 ], - "kills_ct": [ - 2020 + "attacked_team": [ + 78 ], - "kills_t": [ - 2020 + "attacker_location": [ + 78 ], - "knife_kills": [ - 2020 + "attacker_location_coordinates": [ + 78 ], - "molotov_damage": [ - 2020 + "attacker_steam_id": [ + 180 ], - "molotov_throws": [ - 2020 + "attacker_team": [ + 78 ], - "non_awp_hits": [ - 2020 + "blinded": [ + 3 ], - "on_target_frames": [ - 2020 + "deleted_at": [ + 4004 ], - "rounds_ct": [ - 2020 + "headshot": [ + 3 ], - "rounds_played": [ - 2020 + "hitgroup": [ + 78 ], - "rounds_t": [ - 2020 + "in_air": [ + 3 ], - "shots_at_spotted": [ - 2020 + "match": [ + 2294 ], - "shots_fired": [ - 2020 + "match_id": [ + 4442 ], - "smoke_throws": [ - 2020 + "match_map": [ + 2132 ], - "spotted_count": [ - 2020 + "match_map_id": [ + 4442 ], - "spotted_with_damage_count": [ - 2020 + "no_scope": [ + 3 ], - "spray_hits": [ - 2020 + "player": [ + 3430 ], - "spray_shots": [ - 2020 + "round": [ + 38 ], - "steam_id": [ - 2020 + "thru_smoke": [ + 3 ], - "team_damage": [ - 2020 + "thru_wall": [ + 3 ], - "team_flashed": [ - 2020 + "time": [ + 4004 ], - "three_kill_rounds": [ - 2020 + "with": [ + 78 ], - "time_to_damage_count": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_max_fields": { + "attacked_location": [ + 78 ], - "time_to_damage_sum_s": [ - 2020 + "attacked_location_coordinates": [ + 78 ], - "total_engagement_frames": [ - 2020 + "attacked_steam_id": [ + 180 ], - "trade_kill_attempts": [ - 2020 + "attacked_team": [ + 78 ], - "trade_kill_opportunities": [ - 2020 + "attacker_location": [ + 78 ], - "trade_kill_successes": [ - 2020 + "attacker_location_coordinates": [ + 78 ], - "traded_death_attempts": [ - 2020 + "attacker_steam_id": [ + 180 ], - "traded_death_opportunities": [ - 2020 + "attacker_team": [ + 78 ], - "traded_death_successes": [ - 2020 + "deleted_at": [ + 4004 ], - "two_kill_rounds": [ - 2020 + "hitgroup": [ + 78 ], - "unused_utility_value": [ - 2020 + "match_id": [ + 4442 ], - "util_on_death_count": [ - 2020 + "match_map_id": [ + 4442 ], - "util_on_death_sum": [ - 2020 + "round": [ + 38 ], - "wasted_magazine_shots": [ - 2020 + "time": [ + 4004 ], - "zeus_kills": [ - 2020 + "with": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v": { - "accuracy": [ - 2018 + "player_kills_max_order_by": { + "attacked_location": [ + 2461 ], - "accuracy_spotted": [ - 2018 + "attacked_location_coordinates": [ + 2461 ], - "aim_rating": [ - 1093 + "attacked_steam_id": [ + 2461 ], - "counter_strafe_pct": [ - 2018 + "attacked_team": [ + 2461 ], - "enemy_blind_pr": [ - 2018 + "attacker_location": [ + 2461 ], - "flash_assists_pr": [ - 2018 + "attacker_location_coordinates": [ + 2461 ], - "hs_pct": [ - 2018 + "attacker_steam_id": [ + 2461 ], - "kast_pct": [ - 2018 + "attacker_team": [ + 2461 + ], + "deleted_at": [ + 2461 + ], + "hitgroup": [ + 2461 ], "match_id": [ - 3955 + 2461 ], - "overall_rating": [ - 1093 + "match_map_id": [ + 2461 ], - "played_at": [ - 3558 + "round": [ + 2461 ], - "positioning_rating": [ - 1093 + "time": [ + 2461 ], - "rounds": [ - 38 + "with": [ + 2461 ], - "source": [ - 79 + "__typename": [ + 78 + ] + }, + "player_kills_min_fields": { + "attacked_location": [ + 78 ], - "steam_id": [ - 178 + "attacked_location_coordinates": [ + 78 ], - "survival_pct": [ - 2018 + "attacked_steam_id": [ + 180 ], - "traded_death_pct": [ - 2018 + "attacked_team": [ + 78 ], - "util_efficiency": [ - 2018 + "attacker_location": [ + 78 ], - "utility_rating": [ - 1093 + "attacker_location_coordinates": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_match_performance_v_aggregate": { - "aggregate": [ - 2527 + "attacker_steam_id": [ + 180 ], - "nodes": [ - 2525 + "attacker_team": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_match_performance_v_aggregate_fields": { - "avg": [ - 2528 - ], - "count": [ - 38, - { - "columns": [ - 2533, - "[player_match_performance_v_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 2530 - ], - "min": [ - 2531 - ], - "stddev": [ - 2534 + "deleted_at": [ + 4004 ], - "stddev_pop": [ - 2535 + "hitgroup": [ + 78 ], - "stddev_samp": [ - 2536 + "match_id": [ + 4442 ], - "sum": [ - 2539 + "match_map_id": [ + 4442 ], - "var_pop": [ - 2540 + "round": [ + 38 ], - "var_samp": [ - 2541 + "time": [ + 4004 ], - "variance": [ - 2542 + "with": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_avg_fields": { - "accuracy": [ - 29 + "player_kills_min_order_by": { + "attacked_location": [ + 2461 ], - "accuracy_spotted": [ - 29 + "attacked_location_coordinates": [ + 2461 ], - "aim_rating": [ - 29 + "attacked_steam_id": [ + 2461 ], - "counter_strafe_pct": [ - 29 + "attacked_team": [ + 2461 ], - "enemy_blind_pr": [ - 29 + "attacker_location": [ + 2461 ], - "flash_assists_pr": [ - 29 + "attacker_location_coordinates": [ + 2461 ], - "hs_pct": [ - 29 + "attacker_steam_id": [ + 2461 ], - "kast_pct": [ - 29 + "attacker_team": [ + 2461 ], - "overall_rating": [ - 29 + "deleted_at": [ + 2461 ], - "positioning_rating": [ - 29 + "hitgroup": [ + 2461 ], - "rounds": [ - 29 + "match_id": [ + 2461 ], - "steam_id": [ - 29 + "match_map_id": [ + 2461 ], - "survival_pct": [ - 29 + "round": [ + 2461 ], - "traded_death_pct": [ - 29 + "time": [ + 2461 ], - "util_efficiency": [ - 29 + "with": [ + 2461 ], - "utility_rating": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 2816 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_bool_exp": { - "_and": [ - 2529 + "player_kills_on_conflict": { + "constraint": [ + 2869 ], - "_not": [ - 2529 + "update_columns": [ + 2894 ], - "_or": [ - 2529 + "where": [ + 2827 ], - "accuracy": [ - 2019 + "__typename": [ + 78 + ] + }, + "player_kills_order_by": { + "assisted": [ + 2461 ], - "accuracy_spotted": [ - 2019 + "attacked_location": [ + 2461 ], - "aim_rating": [ - 1094 + "attacked_location_coordinates": [ + 2461 ], - "counter_strafe_pct": [ - 2019 + "attacked_player": [ + 3432 ], - "enemy_blind_pr": [ - 2019 + "attacked_steam_id": [ + 2461 ], - "flash_assists_pr": [ - 2019 + "attacked_team": [ + 2461 ], - "hs_pct": [ - 2019 + "attacker_location": [ + 2461 ], - "kast_pct": [ - 2019 + "attacker_location_coordinates": [ + 2461 ], - "match_id": [ - 3957 + "attacker_steam_id": [ + 2461 ], - "overall_rating": [ - 1094 + "attacker_team": [ + 2461 ], - "played_at": [ - 3559 + "blinded": [ + 2461 ], - "positioning_rating": [ - 1094 + "deleted_at": [ + 2461 ], - "rounds": [ - 39 + "headshot": [ + 2461 ], - "source": [ - 81 + "hitgroup": [ + 2461 ], - "steam_id": [ - 180 + "in_air": [ + 2461 ], - "survival_pct": [ - 2019 + "is_suicide": [ + 2461 ], - "traded_death_pct": [ - 2019 + "match": [ + 2296 ], - "util_efficiency": [ - 2019 + "match_id": [ + 2461 ], - "utility_rating": [ - 1094 + "match_map": [ + 2134 ], - "__typename": [ - 79 - ] - }, - "player_match_performance_v_max_fields": { - "accuracy": [ - 2018 + "match_map_id": [ + 2461 ], - "accuracy_spotted": [ - 2018 + "no_scope": [ + 2461 ], - "aim_rating": [ - 1093 + "player": [ + 3432 ], - "counter_strafe_pct": [ - 2018 + "round": [ + 2461 ], - "enemy_blind_pr": [ - 2018 + "team_kill": [ + 2461 ], - "flash_assists_pr": [ - 2018 + "thru_smoke": [ + 2461 ], - "hs_pct": [ - 2018 + "thru_wall": [ + 2461 ], - "kast_pct": [ - 2018 + "time": [ + 2461 ], - "match_id": [ - 3955 + "with": [ + 2461 ], - "overall_rating": [ - 1093 + "__typename": [ + 78 + ] + }, + "player_kills_pk_columns_input": { + "attacked_steam_id": [ + 180 ], - "played_at": [ - 3558 + "attacker_steam_id": [ + 180 ], - "positioning_rating": [ - 1093 + "match_map_id": [ + 4442 ], - "rounds": [ - 38 + "time": [ + 4004 ], - "source": [ - 79 + "__typename": [ + 78 + ] + }, + "player_kills_select_column": {}, + "player_kills_select_column_player_kills_aggregate_bool_exp_bool_and_arguments_columns": {}, + "player_kills_select_column_player_kills_aggregate_bool_exp_bool_or_arguments_columns": {}, + "player_kills_set_input": { + "assisted": [ + 3 ], - "steam_id": [ - 178 + "attacked_location": [ + 78 ], - "survival_pct": [ - 2018 + "attacked_location_coordinates": [ + 78 ], - "traded_death_pct": [ - 2018 + "attacked_steam_id": [ + 180 ], - "util_efficiency": [ - 2018 + "attacked_team": [ + 78 ], - "utility_rating": [ - 1093 + "attacker_location": [ + 78 ], - "__typename": [ - 79 - ] - }, - "player_match_performance_v_min_fields": { - "accuracy": [ - 2018 + "attacker_location_coordinates": [ + 78 ], - "accuracy_spotted": [ - 2018 + "attacker_steam_id": [ + 180 ], - "aim_rating": [ - 1093 + "attacker_team": [ + 78 ], - "counter_strafe_pct": [ - 2018 + "blinded": [ + 3 ], - "enemy_blind_pr": [ - 2018 + "deleted_at": [ + 4004 ], - "flash_assists_pr": [ - 2018 + "headshot": [ + 3 ], - "hs_pct": [ - 2018 + "hitgroup": [ + 78 ], - "kast_pct": [ - 2018 + "in_air": [ + 3 ], "match_id": [ - 3955 - ], - "overall_rating": [ - 1093 + 4442 ], - "played_at": [ - 3558 + "match_map_id": [ + 4442 ], - "positioning_rating": [ - 1093 + "no_scope": [ + 3 ], - "rounds": [ + "round": [ 38 ], - "source": [ - 79 - ], - "steam_id": [ - 178 - ], - "survival_pct": [ - 2018 + "thru_smoke": [ + 3 ], - "traded_death_pct": [ - 2018 + "thru_wall": [ + 3 ], - "util_efficiency": [ - 2018 + "time": [ + 4004 ], - "utility_rating": [ - 1093 + "with": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_order_by": { - "accuracy": [ - 2020 + "player_kills_stddev_fields": { + "attacked_steam_id": [ + 29 ], - "accuracy_spotted": [ - 2020 + "attacker_steam_id": [ + 29 ], - "aim_rating": [ - 2020 + "round": [ + 29 ], - "counter_strafe_pct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_stddev_order_by": { + "attacked_steam_id": [ + 2461 ], - "enemy_blind_pr": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "flash_assists_pr": [ - 2020 + "round": [ + 2461 ], - "hs_pct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_stddev_pop_fields": { + "attacked_steam_id": [ + 29 ], - "kast_pct": [ - 2020 + "attacker_steam_id": [ + 29 ], - "match_id": [ - 2020 + "round": [ + 29 ], - "overall_rating": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_stddev_pop_order_by": { + "attacked_steam_id": [ + 2461 ], - "played_at": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "positioning_rating": [ - 2020 + "round": [ + 2461 ], - "rounds": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_stddev_samp_fields": { + "attacked_steam_id": [ + 29 ], - "source": [ - 2020 + "attacker_steam_id": [ + 29 ], - "steam_id": [ - 2020 + "round": [ + 29 ], - "survival_pct": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_stddev_samp_order_by": { + "attacked_steam_id": [ + 2461 ], - "traded_death_pct": [ - 2020 + "attacker_steam_id": [ + 2461 ], - "util_efficiency": [ - 2020 + "round": [ + 2461 ], - "utility_rating": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_kills_stream_cursor_input": { + "initial_value": [ + 2891 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_select_column": {}, - "player_match_performance_v_stddev_fields": { - "accuracy": [ - 29 + "player_kills_stream_cursor_value_input": { + "assisted": [ + 3 ], - "accuracy_spotted": [ - 29 + "attacked_location": [ + 78 ], - "aim_rating": [ - 29 + "attacked_location_coordinates": [ + 78 ], - "counter_strafe_pct": [ - 29 + "attacked_steam_id": [ + 180 ], - "enemy_blind_pr": [ - 29 + "attacked_team": [ + 78 ], - "flash_assists_pr": [ - 29 + "attacker_location": [ + 78 ], - "hs_pct": [ - 29 + "attacker_location_coordinates": [ + 78 ], - "kast_pct": [ - 29 + "attacker_steam_id": [ + 180 ], - "overall_rating": [ - 29 + "attacker_team": [ + 78 ], - "positioning_rating": [ - 29 + "blinded": [ + 3 ], - "rounds": [ - 29 + "deleted_at": [ + 4004 ], - "steam_id": [ - 29 + "headshot": [ + 3 ], - "survival_pct": [ - 29 + "hitgroup": [ + 78 ], - "traded_death_pct": [ - 29 + "in_air": [ + 3 ], - "util_efficiency": [ - 29 + "match_id": [ + 4442 ], - "utility_rating": [ - 29 + "match_map_id": [ + 4442 + ], + "no_scope": [ + 3 + ], + "round": [ + 38 + ], + "thru_smoke": [ + 3 + ], + "thru_wall": [ + 3 + ], + "time": [ + 4004 + ], + "with": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_stddev_pop_fields": { - "accuracy": [ - 29 - ], - "accuracy_spotted": [ - 29 + "player_kills_sum_fields": { + "attacked_steam_id": [ + 180 ], - "aim_rating": [ - 29 + "attacker_steam_id": [ + 180 ], - "counter_strafe_pct": [ - 29 + "round": [ + 38 ], - "enemy_blind_pr": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_sum_order_by": { + "attacked_steam_id": [ + 2461 ], - "flash_assists_pr": [ - 29 + "attacker_steam_id": [ + 2461 ], - "hs_pct": [ - 29 + "round": [ + 2461 ], - "kast_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_update_column": {}, + "player_kills_updates": { + "_inc": [ + 2870 ], - "overall_rating": [ - 29 + "_set": [ + 2883 ], - "positioning_rating": [ - 29 + "where": [ + 2827 ], - "rounds": [ + "__typename": [ + 78 + ] + }, + "player_kills_var_pop_fields": { + "attacked_steam_id": [ 29 ], - "steam_id": [ + "attacker_steam_id": [ 29 ], - "survival_pct": [ + "round": [ 29 ], - "traded_death_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_var_pop_order_by": { + "attacked_steam_id": [ + 2461 ], - "util_efficiency": [ - 29 + "attacker_steam_id": [ + 2461 ], - "utility_rating": [ - 29 + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_stddev_samp_fields": { - "accuracy": [ + "player_kills_var_samp_fields": { + "attacked_steam_id": [ 29 ], - "accuracy_spotted": [ + "attacker_steam_id": [ 29 ], - "aim_rating": [ + "round": [ 29 ], - "counter_strafe_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_var_samp_order_by": { + "attacked_steam_id": [ + 2461 ], - "enemy_blind_pr": [ - 29 + "attacker_steam_id": [ + 2461 ], - "flash_assists_pr": [ - 29 + "round": [ + 2461 ], - "hs_pct": [ + "__typename": [ + 78 + ] + }, + "player_kills_variance_fields": { + "attacked_steam_id": [ 29 ], - "kast_pct": [ + "attacker_steam_id": [ 29 ], - "overall_rating": [ + "round": [ 29 ], - "positioning_rating": [ - 29 + "__typename": [ + 78 + ] + }, + "player_kills_variance_order_by": { + "attacked_steam_id": [ + 2461 ], - "rounds": [ - 29 + "attacker_steam_id": [ + 2461 ], - "steam_id": [ - 29 + "round": [ + 2461 ], - "survival_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank": { + "player_steam_id": [ + 78 ], - "traded_death_pct": [ - 29 + "rank": [ + 38 ], - "util_efficiency": [ - 29 + "total": [ + 38 ], - "utility_rating": [ - 29 + "value": [ + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_stream_cursor_input": { - "initial_value": [ - 2538 + "player_leaderboard_rank_aggregate": { + "aggregate": [ + 2904 ], - "ordering": [ - 233 + "nodes": [ + 2902 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_stream_cursor_value_input": { - "accuracy": [ - 2018 + "player_leaderboard_rank_aggregate_fields": { + "avg": [ + 2905 ], - "accuracy_spotted": [ - 2018 + "count": [ + 38, + { + "columns": [ + 2913, + "[player_leaderboard_rank_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "aim_rating": [ - 1093 + "max": [ + 2909 ], - "counter_strafe_pct": [ - 2018 + "min": [ + 2910 ], - "enemy_blind_pr": [ - 2018 + "stddev": [ + 2915 ], - "flash_assists_pr": [ - 2018 + "stddev_pop": [ + 2916 ], - "hs_pct": [ - 2018 + "stddev_samp": [ + 2917 ], - "kast_pct": [ - 2018 + "sum": [ + 2920 ], - "match_id": [ - 3955 + "var_pop": [ + 2922 ], - "overall_rating": [ - 1093 + "var_samp": [ + 2923 ], - "played_at": [ - 3558 + "variance": [ + 2924 ], - "positioning_rating": [ - 1093 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_avg_fields": { + "rank": [ + 29 ], - "rounds": [ - 38 + "total": [ + 29 ], - "source": [ - 79 + "value": [ + 29 ], - "steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_bool_exp": { + "_and": [ + 2906 ], - "survival_pct": [ - 2018 + "_not": [ + 2906 ], - "traded_death_pct": [ - 2018 + "_or": [ + 2906 ], - "util_efficiency": [ - 2018 + "player_steam_id": [ + 80 ], - "utility_rating": [ - 1093 + "rank": [ + 39 + ], + "total": [ + 39 + ], + "value": [ + 1181 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_sum_fields": { - "accuracy": [ - 2018 - ], - "accuracy_spotted": [ - 2018 + "player_leaderboard_rank_inc_input": { + "rank": [ + 38 ], - "aim_rating": [ - 1093 + "total": [ + 38 ], - "counter_strafe_pct": [ - 2018 + "value": [ + 1180 ], - "enemy_blind_pr": [ - 2018 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_insert_input": { + "player_steam_id": [ + 78 ], - "flash_assists_pr": [ - 2018 + "rank": [ + 38 ], - "hs_pct": [ - 2018 + "total": [ + 38 ], - "kast_pct": [ - 2018 + "value": [ + 1180 ], - "overall_rating": [ - 1093 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_max_fields": { + "player_steam_id": [ + 78 ], - "positioning_rating": [ - 1093 + "rank": [ + 38 ], - "rounds": [ + "total": [ 38 ], - "steam_id": [ - 178 + "value": [ + 1180 ], - "survival_pct": [ - 2018 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_min_fields": { + "player_steam_id": [ + 78 ], - "traded_death_pct": [ - 2018 + "rank": [ + 38 ], - "util_efficiency": [ - 2018 + "total": [ + 38 ], - "utility_rating": [ - 1093 + "value": [ + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_var_pop_fields": { - "accuracy": [ - 29 + "player_leaderboard_rank_mutation_response": { + "affected_rows": [ + 38 ], - "accuracy_spotted": [ - 29 + "returning": [ + 2902 ], - "aim_rating": [ - 29 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_order_by": { + "player_steam_id": [ + 2461 ], - "counter_strafe_pct": [ - 29 + "rank": [ + 2461 ], - "enemy_blind_pr": [ - 29 + "total": [ + 2461 ], - "flash_assists_pr": [ - 29 + "value": [ + 2461 ], - "hs_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_select_column": {}, + "player_leaderboard_rank_set_input": { + "player_steam_id": [ + 78 ], - "kast_pct": [ - 29 + "rank": [ + 38 ], - "overall_rating": [ - 29 + "total": [ + 38 ], - "positioning_rating": [ - 29 + "value": [ + 1180 ], - "rounds": [ + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_stddev_fields": { + "rank": [ 29 ], - "steam_id": [ + "total": [ 29 ], - "survival_pct": [ + "value": [ 29 ], - "traded_death_pct": [ + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_stddev_pop_fields": { + "rank": [ 29 ], - "util_efficiency": [ + "total": [ 29 ], - "utility_rating": [ + "value": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_var_samp_fields": { - "accuracy": [ - 29 - ], - "accuracy_spotted": [ + "player_leaderboard_rank_stddev_samp_fields": { + "rank": [ 29 ], - "aim_rating": [ + "total": [ 29 ], - "counter_strafe_pct": [ + "value": [ 29 ], - "enemy_blind_pr": [ - 29 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_stream_cursor_input": { + "initial_value": [ + 2919 ], - "flash_assists_pr": [ - 29 + "ordering": [ + 236 ], - "hs_pct": [ - 29 - ], - "kast_pct": [ - 29 - ], - "overall_rating": [ - 29 - ], - "positioning_rating": [ - 29 - ], - "rounds": [ - 29 - ], - "steam_id": [ - 29 - ], - "survival_pct": [ - 29 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_stream_cursor_value_input": { + "player_steam_id": [ + 78 ], - "traded_death_pct": [ - 29 + "rank": [ + 38 ], - "util_efficiency": [ - 29 + "total": [ + 38 ], - "utility_rating": [ - 29 + "value": [ + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_match_performance_v_variance_fields": { - "accuracy": [ - 29 - ], - "accuracy_spotted": [ - 29 + "player_leaderboard_rank_sum_fields": { + "rank": [ + 38 ], - "aim_rating": [ - 29 + "total": [ + 38 ], - "counter_strafe_pct": [ - 29 + "value": [ + 1180 ], - "enemy_blind_pr": [ - 29 + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_updates": { + "_inc": [ + 2907 ], - "flash_assists_pr": [ - 29 + "_set": [ + 2914 ], - "hs_pct": [ - 29 + "where": [ + 2906 ], - "kast_pct": [ + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_var_pop_fields": { + "rank": [ 29 ], - "overall_rating": [ + "total": [ 29 ], - "positioning_rating": [ + "value": [ 29 ], - "rounds": [ + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_var_samp_fields": { + "rank": [ 29 ], - "steam_id": [ + "total": [ 29 ], - "survival_pct": [ + "value": [ 29 ], - "traded_death_pct": [ + "__typename": [ + 78 + ] + }, + "player_leaderboard_rank_variance_fields": { + "rank": [ 29 ], - "util_efficiency": [ + "total": [ 29 ], - "utility_rating": [ + "value": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v": { + "player_match_map_stats": { "assists": [ 38 ], @@ -58240,21 +59684,18 @@ export default { "assists_t": [ 38 ], - "avg_crosshair_angle_deg": [ - 2018 - ], - "avg_flash_duration": [ - 2018 - ], - "avg_time_to_damage_s": [ - 2018 - ], "counter_strafe_eligible_shots": [ 38 ], "counter_strafed_shots": [ 38 ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 + ], "damage": [ 38 ], @@ -58291,6 +59732,12 @@ export default { "flash_assists": [ 38 ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 + ], "flashes_thrown": [ 38 ], @@ -58324,6 +59771,12 @@ export default { "hs_kills_t": [ 38 ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 + ], "kills": [ 38 ], @@ -58336,8 +59789,17 @@ export default { "knife_kills": [ 38 ], + "match": [ + 2276 + ], "match_id": [ - 3955 + 4442 + ], + "match_map": [ + 2114 + ], + "match_map_id": [ + 4442 ], "molotov_damage": [ 38 @@ -58351,6 +59813,9 @@ export default { "on_target_frames": [ 38 ], + "player": [ + 3419 + ], "rounds_ct": [ 38 ], @@ -58382,7 +59847,7 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "team_damage": [ 38 @@ -58393,6 +59858,12 @@ export default { "three_kill_rounds": [ 38 ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 + ], "total_engagement_frames": [ 38 ], @@ -58420,8 +59891,14 @@ export default { "unused_utility_value": [ 38 ], - "utility_on_death": [ - 2018 + "updated_at": [ + 4004 + ], + "util_on_death_count": [ + 38 + ], + "util_on_death_sum": [ + 38 ], "wasted_magazine_shots": [ 38 @@ -58430,55 +59907,55 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_aggregate": { + "player_match_map_stats_aggregate": { "aggregate": [ - 2547 + 2929 ], "nodes": [ - 2543 + 2925 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_aggregate_bool_exp": { + "player_match_map_stats_aggregate_bool_exp": { "count": [ - 2546 + 2928 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_aggregate_bool_exp_count": { + "player_match_map_stats_aggregate_bool_exp_count": { "arguments": [ - 2559 + 2946 ], "distinct": [ 3 ], "filter": [ - 2552 + 2934 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_aggregate_fields": { + "player_match_map_stats_aggregate_fields": { "avg": [ - 2550 + 2932 ], "count": [ 38, { "columns": [ - 2559, - "[player_match_stats_v_select_column!]" + 2946, + "[player_match_map_stats_select_column!]" ], "distinct": [ 3 @@ -58486,83 +59963,86 @@ export default { } ], "max": [ - 2554 + 2938 ], "min": [ - 2556 + 2940 ], "stddev": [ - 2560 + 2948 ], "stddev_pop": [ - 2562 + 2950 ], "stddev_samp": [ - 2564 + 2952 ], "sum": [ - 2568 + 2956 ], "var_pop": [ - 2570 + 2960 ], "var_samp": [ - 2572 + 2962 ], "variance": [ - 2574 + 2964 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_aggregate_order_by": { + "player_match_map_stats_aggregate_order_by": { "avg": [ - 2551 + 2933 ], "count": [ - 2020 + 2461 ], "max": [ - 2555 + 2939 ], "min": [ - 2557 + 2941 ], "stddev": [ - 2561 + 2949 ], "stddev_pop": [ - 2563 + 2951 ], "stddev_samp": [ - 2565 + 2953 ], "sum": [ - 2569 + 2957 ], "var_pop": [ - 2571 + 2961 ], "var_samp": [ - 2573 + 2963 ], "variance": [ - 2575 + 2965 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_arr_rel_insert_input": { + "player_match_map_stats_arr_rel_insert_input": { "data": [ - 2553 + 2937 + ], + "on_conflict": [ + 2943 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_avg_fields": { + "player_match_map_stats_avg_fields": { "assists": [ 29 ], @@ -58572,19 +60052,16 @@ export default { "assists_t": [ 29 ], - "avg_crosshair_angle_deg": [ - 29 - ], - "avg_flash_duration": [ + "counter_strafe_eligible_shots": [ 29 ], - "avg_time_to_damage_s": [ + "counter_strafed_shots": [ 29 ], - "counter_strafe_eligible_shots": [ + "crosshair_angle_count": [ 29 ], - "counter_strafed_shots": [ + "crosshair_angle_sum_deg": [ 29 ], "damage": [ @@ -58623,6 +60100,12 @@ export default { "flash_assists": [ 29 ], + "flash_duration_count": [ + 29 + ], + "flash_duration_sum": [ + 29 + ], "flashes_thrown": [ 29 ], @@ -58656,6 +60139,12 @@ export default { "hs_kills_t": [ 29 ], + "kast_rounds": [ + 29 + ], + "kast_total_rounds": [ + 29 + ], "kills": [ 29 ], @@ -58722,6 +60211,12 @@ export default { "three_kill_rounds": [ 29 ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], "total_engagement_frames": [ 29 ], @@ -58749,7 +60244,10 @@ export default { "unused_utility_value": [ 29 ], - "utility_on_death": [ + "util_on_death_count": [ + 29 + ], + "util_on_death_sum": [ 29 ], "wasted_magazine_shots": [ @@ -58759,218 +60257,236 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_avg_order_by": { + "player_match_map_stats_avg_order_by": { "assists": [ - 2020 + 2461 ], "assists_ct": [ - 2020 + 2461 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_bool_exp": { + "player_match_map_stats_bool_exp": { "_and": [ - 2552 + 2934 ], "_not": [ - 2552 + 2934 ], "_or": [ - 2552 + 2934 ], "assists": [ 39 @@ -58981,21 +60497,18 @@ export default { "assists_t": [ 39 ], - "avg_crosshair_angle_deg": [ - 2019 - ], - "avg_flash_duration": [ - 2019 - ], - "avg_time_to_damage_s": [ - 2019 - ], "counter_strafe_eligible_shots": [ 39 ], "counter_strafed_shots": [ 39 ], + "crosshair_angle_count": [ + 39 + ], + "crosshair_angle_sum_deg": [ + 2460 + ], "damage": [ 39 ], @@ -59032,6 +60545,12 @@ export default { "flash_assists": [ 39 ], + "flash_duration_count": [ + 39 + ], + "flash_duration_sum": [ + 2460 + ], "flashes_thrown": [ 39 ], @@ -59065,6 +60584,12 @@ export default { "hs_kills_t": [ 39 ], + "kast_rounds": [ + 39 + ], + "kast_total_rounds": [ + 39 + ], "kills": [ 39 ], @@ -59077,8 +60602,17 @@ export default { "knife_kills": [ 39 ], + "match": [ + 2285 + ], "match_id": [ - 3957 + 4444 + ], + "match_map": [ + 2123 + ], + "match_map_id": [ + 4444 ], "molotov_damage": [ 39 @@ -59092,6 +60626,9 @@ export default { "on_target_frames": [ 39 ], + "player": [ + 3423 + ], "rounds_ct": [ 39 ], @@ -59123,7 +60660,7 @@ export default { 39 ], "steam_id": [ - 180 + 182 ], "team_damage": [ 39 @@ -59134,6 +60671,12 @@ export default { "three_kill_rounds": [ 39 ], + "time_to_damage_count": [ + 39 + ], + "time_to_damage_sum_s": [ + 2460 + ], "total_engagement_frames": [ 39 ], @@ -59161,8 +60704,14 @@ export default { "unused_utility_value": [ 39 ], - "utility_on_death": [ - 2019 + "updated_at": [ + 4005 + ], + "util_on_death_count": [ + 39 + ], + "util_on_death_sum": [ + 39 ], "wasted_magazine_shots": [ 39 @@ -59171,10 +60720,11 @@ export default { 39 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_insert_input": { + "player_match_map_stats_constraint": {}, + "player_match_map_stats_inc_input": { "assists": [ 38 ], @@ -59184,21 +60734,18 @@ export default { "assists_t": [ 38 ], - "avg_crosshair_angle_deg": [ - 2018 - ], - "avg_flash_duration": [ - 2018 - ], - "avg_time_to_damage_s": [ - 2018 - ], "counter_strafe_eligible_shots": [ 38 ], "counter_strafed_shots": [ 38 ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 + ], "damage": [ 38 ], @@ -59235,6 +60782,12 @@ export default { "flash_assists": [ 38 ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 + ], "flashes_thrown": [ 38 ], @@ -59268,6 +60821,12 @@ export default { "hs_kills_t": [ 38 ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 + ], "kills": [ 38 ], @@ -59280,9 +60839,6 @@ export default { "knife_kills": [ 38 ], - "match_id": [ - 3955 - ], "molotov_damage": [ 38 ], @@ -59326,7 +60882,7 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "team_damage": [ 38 @@ -59337,6 +60893,12 @@ export default { "three_kill_rounds": [ 38 ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 + ], "total_engagement_frames": [ 38 ], @@ -59364,8 +60926,11 @@ export default { "unused_utility_value": [ 38 ], - "utility_on_death": [ - 2018 + "util_on_death_count": [ + 38 + ], + "util_on_death_sum": [ + 38 ], "wasted_magazine_shots": [ 38 @@ -59374,10 +60939,10 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_max_fields": { + "player_match_map_stats_insert_input": { "assists": [ 38 ], @@ -59387,21 +60952,18 @@ export default { "assists_t": [ 38 ], - "avg_crosshair_angle_deg": [ - 2018 - ], - "avg_flash_duration": [ - 2018 - ], - "avg_time_to_damage_s": [ - 2018 - ], "counter_strafe_eligible_shots": [ 38 ], "counter_strafed_shots": [ 38 ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 + ], "damage": [ 38 ], @@ -59438,6 +61000,12 @@ export default { "flash_assists": [ 38 ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 + ], "flashes_thrown": [ 38 ], @@ -59471,6 +61039,12 @@ export default { "hs_kills_t": [ 38 ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 + ], "kills": [ 38 ], @@ -59483,8 +61057,17 @@ export default { "knife_kills": [ 38 ], + "match": [ + 2294 + ], "match_id": [ - 3955 + 4442 + ], + "match_map": [ + 2132 + ], + "match_map_id": [ + 4442 ], "molotov_damage": [ 38 @@ -59498,6 +61081,9 @@ export default { "on_target_frames": [ 38 ], + "player": [ + 3430 + ], "rounds_ct": [ 38 ], @@ -59529,7 +61115,7 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "team_damage": [ 38 @@ -59540,6 +61126,12 @@ export default { "three_kill_rounds": [ 38 ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 + ], "total_engagement_frames": [ 38 ], @@ -59567,223 +61159,26 @@ export default { "unused_utility_value": [ 38 ], - "utility_on_death": [ - 2018 + "updated_at": [ + 4004 ], - "wasted_magazine_shots": [ + "util_on_death_count": [ 38 ], - "zeus_kills": [ + "util_on_death_sum": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_match_stats_v_max_order_by": { - "assists": [ - 2020 - ], - "assists_ct": [ - 2020 - ], - "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 - ], - "counter_strafe_eligible_shots": [ - 2020 - ], - "counter_strafed_shots": [ - 2020 - ], - "damage": [ - 2020 - ], - "damage_ct": [ - 2020 - ], - "damage_t": [ - 2020 - ], - "deaths": [ - 2020 - ], - "deaths_ct": [ - 2020 - ], - "deaths_t": [ - 2020 - ], - "decoy_throws": [ - 2020 - ], - "enemies_flashed": [ - 2020 - ], - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "five_kill_rounds": [ - 2020 - ], - "flash_assists": [ - 2020 - ], - "flashes_thrown": [ - 2020 - ], - "four_kill_rounds": [ - 2020 - ], - "he_damage": [ - 2020 - ], - "he_team_damage": [ - 2020 - ], - "he_throws": [ - 2020 - ], - "headshot_hits": [ - 2020 - ], - "hits": [ - 2020 - ], - "hits_at_spotted": [ - 2020 - ], - "hs_kills": [ - 2020 - ], - "hs_kills_ct": [ - 2020 - ], - "hs_kills_t": [ - 2020 - ], - "kills": [ - 2020 - ], - "kills_ct": [ - 2020 - ], - "kills_t": [ - 2020 - ], - "knife_kills": [ - 2020 - ], - "match_id": [ - 2020 - ], - "molotov_damage": [ - 2020 - ], - "molotov_throws": [ - 2020 - ], - "non_awp_hits": [ - 2020 - ], - "on_target_frames": [ - 2020 - ], - "rounds_ct": [ - 2020 - ], - "rounds_played": [ - 2020 - ], - "rounds_t": [ - 2020 - ], - "shots_at_spotted": [ - 2020 - ], - "shots_fired": [ - 2020 - ], - "smoke_throws": [ - 2020 - ], - "spotted_count": [ - 2020 - ], - "spotted_with_damage_count": [ - 2020 - ], - "spray_hits": [ - 2020 - ], - "spray_shots": [ - 2020 - ], - "steam_id": [ - 2020 - ], - "team_damage": [ - 2020 - ], - "team_flashed": [ - 2020 - ], - "three_kill_rounds": [ - 2020 - ], - "total_engagement_frames": [ - 2020 - ], - "trade_kill_attempts": [ - 2020 - ], - "trade_kill_opportunities": [ - 2020 - ], - "trade_kill_successes": [ - 2020 - ], - "traded_death_attempts": [ - 2020 - ], - "traded_death_opportunities": [ - 2020 - ], - "traded_death_successes": [ - 2020 - ], - "two_kill_rounds": [ - 2020 - ], - "unused_utility_value": [ - 2020 - ], - "utility_on_death": [ - 2020 - ], "wasted_magazine_shots": [ - 2020 + 38 ], "zeus_kills": [ - 2020 + 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_min_fields": { + "player_match_map_stats_max_fields": { "assists": [ 38 ], @@ -59793,21 +61188,18 @@ export default { "assists_t": [ 38 ], - "avg_crosshair_angle_deg": [ - 2018 - ], - "avg_flash_duration": [ - 2018 - ], - "avg_time_to_damage_s": [ - 2018 - ], "counter_strafe_eligible_shots": [ 38 ], "counter_strafed_shots": [ 38 ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 + ], "damage": [ 38 ], @@ -59844,6 +61236,12 @@ export default { "flash_assists": [ 38 ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 + ], "flashes_thrown": [ 38 ], @@ -59877,6 +61275,12 @@ export default { "hs_kills_t": [ 38 ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 + ], "kills": [ 38 ], @@ -59890,7 +61294,10 @@ export default { 38 ], "match_id": [ - 3955 + 4442 + ], + "match_map_id": [ + 4442 ], "molotov_damage": [ 38 @@ -59935,7 +61342,7 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "team_damage": [ 38 @@ -59946,6 +61353,12 @@ export default { "three_kill_rounds": [ 38 ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 + ], "total_engagement_frames": [ 38 ], @@ -59973,8 +61386,14 @@ export default { "unused_utility_value": [ 38 ], - "utility_on_death": [ - 2018 + "updated_at": [ + 4004 + ], + "util_on_death_count": [ + 38 + ], + "util_on_death_sum": [ + 38 ], "wasted_magazine_shots": [ 38 @@ -59983,833 +61402,1198 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_min_order_by": { + "player_match_map_stats_max_order_by": { "assists": [ - 2020 + 2461 ], "assists_ct": [ - 2020 + 2461 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 + ], + "match_map_id": [ + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "updated_at": [ + 2461 + ], + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_order_by": { + "player_match_map_stats_min_fields": { "assists": [ - 2020 + 38 ], "assists_ct": [ - 2020 + 38 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 38 ], "counter_strafe_eligible_shots": [ - 2020 + 38 ], "counter_strafed_shots": [ - 2020 + 38 + ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 ], "damage": [ - 2020 + 38 ], "damage_ct": [ - 2020 + 38 ], "damage_t": [ - 2020 + 38 ], "deaths": [ - 2020 + 38 ], "deaths_ct": [ - 2020 + 38 ], "deaths_t": [ - 2020 + 38 ], "decoy_throws": [ - 2020 + 38 ], "enemies_flashed": [ - 2020 + 38 ], "first_bullet_hits": [ - 2020 + 38 ], "first_bullet_shots": [ - 2020 + 38 ], "five_kill_rounds": [ - 2020 + 38 ], "flash_assists": [ - 2020 + 38 + ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 ], "flashes_thrown": [ - 2020 + 38 ], "four_kill_rounds": [ - 2020 + 38 ], "he_damage": [ - 2020 + 38 ], "he_team_damage": [ - 2020 + 38 ], "he_throws": [ - 2020 + 38 ], "headshot_hits": [ - 2020 + 38 ], "hits": [ - 2020 + 38 ], "hits_at_spotted": [ - 2020 + 38 ], "hs_kills": [ - 2020 + 38 ], "hs_kills_ct": [ - 2020 + 38 ], "hs_kills_t": [ - 2020 + 38 + ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 ], "kills": [ - 2020 + 38 ], "kills_ct": [ - 2020 + 38 ], "kills_t": [ - 2020 + 38 ], "knife_kills": [ - 2020 + 38 ], "match_id": [ - 2020 + 4442 + ], + "match_map_id": [ + 4442 ], "molotov_damage": [ - 2020 + 38 ], "molotov_throws": [ - 2020 + 38 ], "non_awp_hits": [ - 2020 + 38 ], "on_target_frames": [ - 2020 + 38 ], "rounds_ct": [ - 2020 + 38 ], "rounds_played": [ - 2020 + 38 ], "rounds_t": [ - 2020 + 38 ], "shots_at_spotted": [ - 2020 + 38 ], "shots_fired": [ - 2020 + 38 ], "smoke_throws": [ - 2020 + 38 ], "spotted_count": [ - 2020 + 38 ], "spotted_with_damage_count": [ - 2020 + 38 ], "spray_hits": [ - 2020 + 38 ], "spray_shots": [ - 2020 + 38 ], "steam_id": [ - 2020 + 180 ], "team_damage": [ - 2020 + 38 ], "team_flashed": [ - 2020 + 38 ], "three_kill_rounds": [ - 2020 + 38 + ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 ], "total_engagement_frames": [ - 2020 + 38 ], "trade_kill_attempts": [ - 2020 + 38 ], "trade_kill_opportunities": [ - 2020 + 38 ], "trade_kill_successes": [ - 2020 + 38 ], "traded_death_attempts": [ - 2020 + 38 ], "traded_death_opportunities": [ - 2020 + 38 ], "traded_death_successes": [ - 2020 + 38 ], "two_kill_rounds": [ - 2020 + 38 ], "unused_utility_value": [ - 2020 + 38 ], - "utility_on_death": [ - 2020 + "updated_at": [ + 4004 + ], + "util_on_death_count": [ + 38 + ], + "util_on_death_sum": [ + 38 ], "wasted_magazine_shots": [ - 2020 + 38 ], "zeus_kills": [ - 2020 + 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_select_column": {}, - "player_match_stats_v_stddev_fields": { + "player_match_map_stats_min_order_by": { "assists": [ - 29 + 2461 ], "assists_ct": [ - 29 + 2461 ], "assists_t": [ - 29 - ], - "avg_crosshair_angle_deg": [ - 29 - ], - "avg_flash_duration": [ - 29 - ], - "avg_time_to_damage_s": [ - 29 + 2461 ], "counter_strafe_eligible_shots": [ - 29 + 2461 ], "counter_strafed_shots": [ - 29 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 29 + 2461 ], "damage_ct": [ - 29 + 2461 ], "damage_t": [ - 29 + 2461 ], "deaths": [ - 29 + 2461 ], "deaths_ct": [ - 29 + 2461 ], "deaths_t": [ - 29 + 2461 ], "decoy_throws": [ - 29 + 2461 ], "enemies_flashed": [ - 29 + 2461 ], "first_bullet_hits": [ - 29 + 2461 ], "first_bullet_shots": [ - 29 + 2461 ], "five_kill_rounds": [ - 29 + 2461 ], "flash_assists": [ - 29 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 29 + 2461 ], "four_kill_rounds": [ - 29 + 2461 ], "he_damage": [ - 29 + 2461 ], "he_team_damage": [ - 29 + 2461 ], "he_throws": [ - 29 + 2461 ], "headshot_hits": [ - 29 + 2461 ], "hits": [ - 29 + 2461 ], "hits_at_spotted": [ - 29 + 2461 ], "hs_kills": [ - 29 + 2461 ], "hs_kills_ct": [ - 29 + 2461 ], "hs_kills_t": [ - 29 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 29 + 2461 ], "kills_ct": [ - 29 + 2461 ], "kills_t": [ - 29 + 2461 ], "knife_kills": [ - 29 + 2461 + ], + "match_id": [ + 2461 + ], + "match_map_id": [ + 2461 ], "molotov_damage": [ - 29 + 2461 ], "molotov_throws": [ - 29 + 2461 ], "non_awp_hits": [ - 29 + 2461 ], "on_target_frames": [ - 29 + 2461 ], "rounds_ct": [ - 29 + 2461 ], "rounds_played": [ - 29 + 2461 ], "rounds_t": [ - 29 + 2461 ], "shots_at_spotted": [ - 29 + 2461 ], "shots_fired": [ - 29 + 2461 ], "smoke_throws": [ - 29 + 2461 ], "spotted_count": [ - 29 + 2461 ], "spotted_with_damage_count": [ - 29 + 2461 ], "spray_hits": [ - 29 + 2461 ], "spray_shots": [ - 29 + 2461 ], "steam_id": [ - 29 + 2461 ], "team_damage": [ - 29 + 2461 ], "team_flashed": [ - 29 + 2461 ], "three_kill_rounds": [ - 29 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 29 + 2461 ], "trade_kill_attempts": [ - 29 + 2461 ], "trade_kill_opportunities": [ - 29 + 2461 ], "trade_kill_successes": [ - 29 + 2461 ], "traded_death_attempts": [ - 29 + 2461 ], "traded_death_opportunities": [ - 29 + 2461 ], "traded_death_successes": [ - 29 + 2461 ], "two_kill_rounds": [ - 29 + 2461 ], "unused_utility_value": [ - 29 + 2461 ], - "utility_on_death": [ - 29 + "updated_at": [ + 2461 + ], + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 29 + 2461 ], "zeus_kills": [ - 29 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_stddev_order_by": { - "assists": [ - 2020 + "player_match_map_stats_mutation_response": { + "affected_rows": [ + 38 ], - "assists_ct": [ - 2020 + "returning": [ + 2925 ], - "assists_t": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_match_map_stats_on_conflict": { + "constraint": [ + 2935 ], - "avg_crosshair_angle_deg": [ - 2020 + "update_columns": [ + 2958 ], - "avg_flash_duration": [ - 2020 + "where": [ + 2934 ], - "avg_time_to_damage_s": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_match_map_stats_order_by": { + "assists": [ + 2461 + ], + "assists_ct": [ + 2461 + ], + "assists_t": [ + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 + ], + "match": [ + 2296 + ], + "match_id": [ + 2461 + ], + "match_map": [ + 2134 + ], + "match_map_id": [ + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 + ], + "player": [ + 3432 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "updated_at": [ + 2461 + ], + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_stddev_pop_fields": { + "player_match_map_stats_pk_columns_input": { + "match_map_id": [ + 4442 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_match_map_stats_select_column": {}, + "player_match_map_stats_set_input": { "assists": [ - 29 + 38 ], "assists_ct": [ - 29 + 38 ], "assists_t": [ - 29 + 38 ], - "avg_crosshair_angle_deg": [ + "counter_strafe_eligible_shots": [ + 38 + ], + "counter_strafed_shots": [ + 38 + ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 + ], + "damage": [ + 38 + ], + "damage_ct": [ + 38 + ], + "damage_t": [ + 38 + ], + "deaths": [ + 38 + ], + "deaths_ct": [ + 38 + ], + "deaths_t": [ + 38 + ], + "decoy_throws": [ + 38 + ], + "enemies_flashed": [ + 38 + ], + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "five_kill_rounds": [ + 38 + ], + "flash_assists": [ + 38 + ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 + ], + "flashes_thrown": [ + 38 + ], + "four_kill_rounds": [ + 38 + ], + "he_damage": [ + 38 + ], + "he_team_damage": [ + 38 + ], + "he_throws": [ + 38 + ], + "headshot_hits": [ + 38 + ], + "hits": [ + 38 + ], + "hits_at_spotted": [ + 38 + ], + "hs_kills": [ + 38 + ], + "hs_kills_ct": [ + 38 + ], + "hs_kills_t": [ + 38 + ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 + ], + "kills": [ + 38 + ], + "kills_ct": [ + 38 + ], + "kills_t": [ + 38 + ], + "knife_kills": [ + 38 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "molotov_damage": [ + 38 + ], + "molotov_throws": [ + 38 + ], + "non_awp_hits": [ + 38 + ], + "on_target_frames": [ + 38 + ], + "rounds_ct": [ + 38 + ], + "rounds_played": [ + 38 + ], + "rounds_t": [ + 38 + ], + "shots_at_spotted": [ + 38 + ], + "shots_fired": [ + 38 + ], + "smoke_throws": [ + 38 + ], + "spotted_count": [ + 38 + ], + "spotted_with_damage_count": [ + 38 + ], + "spray_hits": [ + 38 + ], + "spray_shots": [ + 38 + ], + "steam_id": [ + 180 + ], + "team_damage": [ + 38 + ], + "team_flashed": [ + 38 + ], + "three_kill_rounds": [ + 38 + ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 + ], + "total_engagement_frames": [ + 38 + ], + "trade_kill_attempts": [ + 38 + ], + "trade_kill_opportunities": [ + 38 + ], + "trade_kill_successes": [ + 38 + ], + "traded_death_attempts": [ + 38 + ], + "traded_death_opportunities": [ + 38 + ], + "traded_death_successes": [ + 38 + ], + "two_kill_rounds": [ + 38 + ], + "unused_utility_value": [ + 38 + ], + "updated_at": [ + 4004 + ], + "util_on_death_count": [ + 38 + ], + "util_on_death_sum": [ + 38 + ], + "wasted_magazine_shots": [ + 38 + ], + "zeus_kills": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_match_map_stats_stddev_fields": { + "assists": [ 29 ], - "avg_flash_duration": [ + "assists_ct": [ 29 ], - "avg_time_to_damage_s": [ + "assists_t": [ 29 ], "counter_strafe_eligible_shots": [ @@ -60818,6 +62602,12 @@ export default { "counter_strafed_shots": [ 29 ], + "crosshair_angle_count": [ + 29 + ], + "crosshair_angle_sum_deg": [ + 29 + ], "damage": [ 29 ], @@ -60854,6 +62644,12 @@ export default { "flash_assists": [ 29 ], + "flash_duration_count": [ + 29 + ], + "flash_duration_sum": [ + 29 + ], "flashes_thrown": [ 29 ], @@ -60887,6 +62683,12 @@ export default { "hs_kills_t": [ 29 ], + "kast_rounds": [ + 29 + ], + "kast_total_rounds": [ + 29 + ], "kills": [ 29 ], @@ -60953,6 +62755,12 @@ export default { "three_kill_rounds": [ 29 ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], "total_engagement_frames": [ 29 ], @@ -60980,7 +62788,10 @@ export default { "unused_utility_value": [ 29 ], - "utility_on_death": [ + "util_on_death_count": [ + 29 + ], + "util_on_death_sum": [ 29 ], "wasted_magazine_shots": [ @@ -60990,210 +62801,228 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_stddev_pop_order_by": { + "player_match_map_stats_stddev_order_by": { "assists": [ - 2020 + 2461 ], "assists_ct": [ - 2020 + 2461 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_stddev_samp_fields": { + "player_match_map_stats_stddev_pop_fields": { "assists": [ 29 ], @@ -61203,19 +63032,16 @@ export default { "assists_t": [ 29 ], - "avg_crosshair_angle_deg": [ - 29 - ], - "avg_flash_duration": [ + "counter_strafe_eligible_shots": [ 29 ], - "avg_time_to_damage_s": [ + "counter_strafed_shots": [ 29 ], - "counter_strafe_eligible_shots": [ + "crosshair_angle_count": [ 29 ], - "counter_strafed_shots": [ + "crosshair_angle_sum_deg": [ 29 ], "damage": [ @@ -61254,6 +63080,12 @@ export default { "flash_assists": [ 29 ], + "flash_duration_count": [ + 29 + ], + "flash_duration_sum": [ + 29 + ], "flashes_thrown": [ 29 ], @@ -61287,6 +63119,12 @@ export default { "hs_kills_t": [ 29 ], + "kast_rounds": [ + 29 + ], + "kast_total_rounds": [ + 29 + ], "kills": [ 29 ], @@ -61353,6 +63191,12 @@ export default { "three_kill_rounds": [ 29 ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], "total_engagement_frames": [ 29 ], @@ -61380,7 +63224,10 @@ export default { "unused_utility_value": [ 29 ], - "utility_on_death": [ + "util_on_death_count": [ + 29 + ], + "util_on_death_sum": [ 29 ], "wasted_magazine_shots": [ @@ -61390,1224 +63237,1353 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_stddev_samp_order_by": { + "player_match_map_stats_stddev_pop_order_by": { "assists": [ - 2020 + 2461 ], "assists_ct": [ - 2020 + 2461 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "player_match_stats_v_stream_cursor_input": { - "initial_value": [ - 2567 - ], - "ordering": [ - 233 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_stream_cursor_value_input": { + "player_match_map_stats_stddev_samp_fields": { "assists": [ - 38 + 29 ], "assists_ct": [ - 38 + 29 ], "assists_t": [ - 38 - ], - "avg_crosshair_angle_deg": [ - 2018 - ], - "avg_flash_duration": [ - 2018 - ], - "avg_time_to_damage_s": [ - 2018 + 29 ], "counter_strafe_eligible_shots": [ - 38 + 29 ], "counter_strafed_shots": [ - 38 + 29 + ], + "crosshair_angle_count": [ + 29 + ], + "crosshair_angle_sum_deg": [ + 29 ], "damage": [ - 38 + 29 ], "damage_ct": [ - 38 + 29 ], "damage_t": [ - 38 + 29 ], "deaths": [ - 38 + 29 ], "deaths_ct": [ - 38 + 29 ], "deaths_t": [ - 38 + 29 ], "decoy_throws": [ - 38 + 29 ], "enemies_flashed": [ - 38 + 29 ], "first_bullet_hits": [ - 38 + 29 ], "first_bullet_shots": [ - 38 + 29 ], "five_kill_rounds": [ - 38 + 29 ], "flash_assists": [ - 38 + 29 + ], + "flash_duration_count": [ + 29 + ], + "flash_duration_sum": [ + 29 ], "flashes_thrown": [ - 38 + 29 ], "four_kill_rounds": [ - 38 + 29 ], "he_damage": [ - 38 + 29 ], "he_team_damage": [ - 38 + 29 ], "he_throws": [ - 38 + 29 ], "headshot_hits": [ - 38 + 29 ], "hits": [ - 38 + 29 ], "hits_at_spotted": [ - 38 + 29 ], "hs_kills": [ - 38 + 29 ], "hs_kills_ct": [ - 38 + 29 ], "hs_kills_t": [ - 38 + 29 + ], + "kast_rounds": [ + 29 + ], + "kast_total_rounds": [ + 29 ], "kills": [ - 38 + 29 ], "kills_ct": [ - 38 + 29 ], "kills_t": [ - 38 + 29 ], "knife_kills": [ - 38 - ], - "match_id": [ - 3955 + 29 ], "molotov_damage": [ - 38 + 29 ], "molotov_throws": [ - 38 + 29 ], "non_awp_hits": [ - 38 + 29 ], "on_target_frames": [ - 38 + 29 ], "rounds_ct": [ - 38 + 29 ], "rounds_played": [ - 38 + 29 ], "rounds_t": [ - 38 + 29 ], "shots_at_spotted": [ - 38 + 29 ], "shots_fired": [ - 38 + 29 ], "smoke_throws": [ - 38 + 29 ], "spotted_count": [ - 38 + 29 ], "spotted_with_damage_count": [ - 38 + 29 ], "spray_hits": [ - 38 + 29 ], "spray_shots": [ - 38 + 29 ], "steam_id": [ - 178 + 29 ], "team_damage": [ - 38 + 29 ], "team_flashed": [ - 38 + 29 ], "three_kill_rounds": [ - 38 + 29 + ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 ], "total_engagement_frames": [ - 38 + 29 ], "trade_kill_attempts": [ - 38 + 29 ], "trade_kill_opportunities": [ - 38 + 29 ], "trade_kill_successes": [ - 38 + 29 ], "traded_death_attempts": [ - 38 + 29 ], "traded_death_opportunities": [ - 38 + 29 ], "traded_death_successes": [ - 38 + 29 ], "two_kill_rounds": [ - 38 + 29 ], "unused_utility_value": [ - 38 + 29 ], - "utility_on_death": [ - 2018 + "util_on_death_count": [ + 29 + ], + "util_on_death_sum": [ + 29 ], "wasted_magazine_shots": [ - 38 + 29 ], "zeus_kills": [ - 38 + 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_sum_fields": { + "player_match_map_stats_stddev_samp_order_by": { "assists": [ - 38 + 2461 ], "assists_ct": [ - 38 + 2461 ], "assists_t": [ - 38 - ], - "avg_crosshair_angle_deg": [ - 2018 - ], - "avg_flash_duration": [ - 2018 - ], - "avg_time_to_damage_s": [ - 2018 + 2461 ], "counter_strafe_eligible_shots": [ - 38 + 2461 ], "counter_strafed_shots": [ - 38 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 38 + 2461 ], "damage_ct": [ - 38 + 2461 ], "damage_t": [ - 38 + 2461 ], "deaths": [ - 38 + 2461 ], "deaths_ct": [ - 38 + 2461 ], "deaths_t": [ - 38 + 2461 ], "decoy_throws": [ - 38 + 2461 ], "enemies_flashed": [ - 38 + 2461 ], "first_bullet_hits": [ - 38 + 2461 ], "first_bullet_shots": [ - 38 + 2461 ], "five_kill_rounds": [ - 38 + 2461 ], "flash_assists": [ - 38 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 38 + 2461 ], "four_kill_rounds": [ - 38 + 2461 ], "he_damage": [ - 38 + 2461 ], "he_team_damage": [ - 38 + 2461 ], "he_throws": [ - 38 + 2461 ], "headshot_hits": [ - 38 + 2461 ], "hits": [ - 38 + 2461 ], "hits_at_spotted": [ - 38 + 2461 ], "hs_kills": [ - 38 + 2461 ], "hs_kills_ct": [ - 38 + 2461 ], "hs_kills_t": [ - 38 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 38 + 2461 ], "kills_ct": [ - 38 + 2461 ], "kills_t": [ - 38 + 2461 ], "knife_kills": [ - 38 + 2461 ], "molotov_damage": [ - 38 + 2461 ], "molotov_throws": [ - 38 + 2461 ], "non_awp_hits": [ - 38 + 2461 ], "on_target_frames": [ - 38 + 2461 ], "rounds_ct": [ - 38 + 2461 ], "rounds_played": [ - 38 + 2461 ], "rounds_t": [ - 38 + 2461 ], "shots_at_spotted": [ - 38 + 2461 ], "shots_fired": [ - 38 + 2461 ], "smoke_throws": [ - 38 + 2461 ], "spotted_count": [ - 38 + 2461 ], "spotted_with_damage_count": [ - 38 + 2461 ], "spray_hits": [ - 38 + 2461 ], "spray_shots": [ - 38 + 2461 ], "steam_id": [ - 178 + 2461 ], "team_damage": [ - 38 + 2461 ], "team_flashed": [ - 38 + 2461 ], "three_kill_rounds": [ - 38 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 38 + 2461 ], "trade_kill_attempts": [ - 38 + 2461 ], "trade_kill_opportunities": [ - 38 + 2461 ], "trade_kill_successes": [ - 38 + 2461 ], "traded_death_attempts": [ - 38 + 2461 ], "traded_death_opportunities": [ - 38 + 2461 ], "traded_death_successes": [ - 38 + 2461 ], "two_kill_rounds": [ - 38 + 2461 ], "unused_utility_value": [ - 38 + 2461 ], - "utility_on_death": [ - 2018 + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 38 + 2461 ], "zeus_kills": [ - 38 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_sum_order_by": { + "player_match_map_stats_stream_cursor_input": { + "initial_value": [ + 2955 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_match_map_stats_stream_cursor_value_input": { "assists": [ - 2020 + 38 ], "assists_ct": [ - 2020 + 38 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 38 ], "counter_strafe_eligible_shots": [ - 2020 + 38 ], "counter_strafed_shots": [ - 2020 + 38 + ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 ], "damage": [ - 2020 + 38 ], "damage_ct": [ - 2020 + 38 ], "damage_t": [ - 2020 + 38 ], "deaths": [ - 2020 + 38 ], "deaths_ct": [ - 2020 + 38 ], "deaths_t": [ - 2020 + 38 ], "decoy_throws": [ - 2020 + 38 ], "enemies_flashed": [ - 2020 + 38 ], "first_bullet_hits": [ - 2020 + 38 ], "first_bullet_shots": [ - 2020 + 38 ], "five_kill_rounds": [ - 2020 + 38 ], "flash_assists": [ - 2020 + 38 + ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 ], "flashes_thrown": [ - 2020 + 38 ], "four_kill_rounds": [ - 2020 + 38 ], "he_damage": [ - 2020 + 38 ], "he_team_damage": [ - 2020 + 38 ], "he_throws": [ - 2020 + 38 ], "headshot_hits": [ - 2020 + 38 ], "hits": [ - 2020 + 38 ], "hits_at_spotted": [ - 2020 + 38 ], "hs_kills": [ - 2020 + 38 ], "hs_kills_ct": [ - 2020 + 38 ], "hs_kills_t": [ - 2020 + 38 + ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 ], "kills": [ - 2020 + 38 ], "kills_ct": [ - 2020 + 38 ], "kills_t": [ - 2020 + 38 ], "knife_kills": [ - 2020 + 38 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 ], "molotov_damage": [ - 2020 + 38 ], "molotov_throws": [ - 2020 + 38 ], "non_awp_hits": [ - 2020 + 38 ], "on_target_frames": [ - 2020 + 38 ], "rounds_ct": [ - 2020 + 38 ], "rounds_played": [ - 2020 + 38 ], "rounds_t": [ - 2020 + 38 ], "shots_at_spotted": [ - 2020 + 38 ], "shots_fired": [ - 2020 + 38 ], "smoke_throws": [ - 2020 + 38 ], "spotted_count": [ - 2020 + 38 ], "spotted_with_damage_count": [ - 2020 + 38 ], "spray_hits": [ - 2020 + 38 ], "spray_shots": [ - 2020 + 38 ], "steam_id": [ - 2020 + 180 ], "team_damage": [ - 2020 + 38 ], "team_flashed": [ - 2020 + 38 ], "three_kill_rounds": [ - 2020 + 38 + ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 ], "total_engagement_frames": [ - 2020 + 38 ], "trade_kill_attempts": [ - 2020 + 38 ], "trade_kill_opportunities": [ - 2020 + 38 ], "trade_kill_successes": [ - 2020 + 38 ], "traded_death_attempts": [ - 2020 + 38 ], "traded_death_opportunities": [ - 2020 + 38 ], "traded_death_successes": [ - 2020 + 38 ], "two_kill_rounds": [ - 2020 + 38 ], "unused_utility_value": [ - 2020 + 38 ], - "utility_on_death": [ - 2020 + "updated_at": [ + 4004 + ], + "util_on_death_count": [ + 38 + ], + "util_on_death_sum": [ + 38 ], "wasted_magazine_shots": [ - 2020 + 38 ], "zeus_kills": [ - 2020 + 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_var_pop_fields": { + "player_match_map_stats_sum_fields": { "assists": [ - 29 + 38 ], "assists_ct": [ - 29 + 38 ], "assists_t": [ - 29 - ], - "avg_crosshair_angle_deg": [ - 29 - ], - "avg_flash_duration": [ - 29 - ], - "avg_time_to_damage_s": [ - 29 + 38 ], "counter_strafe_eligible_shots": [ - 29 + 38 ], "counter_strafed_shots": [ - 29 + 38 + ], + "crosshair_angle_count": [ + 38 + ], + "crosshair_angle_sum_deg": [ + 2459 ], "damage": [ - 29 + 38 ], "damage_ct": [ - 29 + 38 ], "damage_t": [ - 29 + 38 ], "deaths": [ - 29 + 38 ], "deaths_ct": [ - 29 + 38 ], "deaths_t": [ - 29 + 38 ], "decoy_throws": [ - 29 + 38 ], "enemies_flashed": [ - 29 + 38 ], "first_bullet_hits": [ - 29 + 38 ], "first_bullet_shots": [ - 29 + 38 ], "five_kill_rounds": [ - 29 + 38 ], "flash_assists": [ - 29 + 38 + ], + "flash_duration_count": [ + 38 + ], + "flash_duration_sum": [ + 2459 ], "flashes_thrown": [ - 29 + 38 ], "four_kill_rounds": [ - 29 + 38 ], "he_damage": [ - 29 + 38 ], "he_team_damage": [ - 29 + 38 ], "he_throws": [ - 29 + 38 ], "headshot_hits": [ - 29 + 38 ], "hits": [ - 29 + 38 ], "hits_at_spotted": [ - 29 + 38 ], "hs_kills": [ - 29 + 38 ], "hs_kills_ct": [ - 29 + 38 ], "hs_kills_t": [ - 29 + 38 + ], + "kast_rounds": [ + 38 + ], + "kast_total_rounds": [ + 38 ], "kills": [ - 29 + 38 ], "kills_ct": [ - 29 + 38 ], "kills_t": [ - 29 + 38 ], "knife_kills": [ - 29 + 38 ], "molotov_damage": [ - 29 + 38 ], "molotov_throws": [ - 29 + 38 ], "non_awp_hits": [ - 29 + 38 ], "on_target_frames": [ - 29 + 38 ], "rounds_ct": [ - 29 + 38 ], "rounds_played": [ - 29 + 38 ], "rounds_t": [ - 29 + 38 ], "shots_at_spotted": [ - 29 + 38 ], "shots_fired": [ - 29 + 38 ], "smoke_throws": [ - 29 + 38 ], "spotted_count": [ - 29 + 38 ], "spotted_with_damage_count": [ - 29 + 38 ], "spray_hits": [ - 29 + 38 ], "spray_shots": [ - 29 + 38 ], "steam_id": [ - 29 + 180 ], "team_damage": [ - 29 + 38 ], "team_flashed": [ - 29 + 38 ], "three_kill_rounds": [ - 29 + 38 + ], + "time_to_damage_count": [ + 38 + ], + "time_to_damage_sum_s": [ + 2459 ], "total_engagement_frames": [ - 29 + 38 ], "trade_kill_attempts": [ - 29 + 38 ], "trade_kill_opportunities": [ - 29 + 38 ], "trade_kill_successes": [ - 29 + 38 ], "traded_death_attempts": [ - 29 + 38 ], "traded_death_opportunities": [ - 29 + 38 ], "traded_death_successes": [ - 29 + 38 ], "two_kill_rounds": [ - 29 + 38 ], "unused_utility_value": [ - 29 + 38 ], - "utility_on_death": [ - 29 + "util_on_death_count": [ + 38 + ], + "util_on_death_sum": [ + 38 ], "wasted_magazine_shots": [ - 29 + 38 ], "zeus_kills": [ - 29 + 38 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_var_pop_order_by": { + "player_match_map_stats_sum_order_by": { "assists": [ - 2020 + 2461 ], "assists_ct": [ - 2020 + 2461 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_var_samp_fields": { + "player_match_map_stats_update_column": {}, + "player_match_map_stats_updates": { + "_inc": [ + 2936 + ], + "_set": [ + 2947 + ], + "where": [ + 2934 + ], + "__typename": [ + 78 + ] + }, + "player_match_map_stats_var_pop_fields": { "assists": [ 29 ], @@ -62617,19 +64593,16 @@ export default { "assists_t": [ 29 ], - "avg_crosshair_angle_deg": [ - 29 - ], - "avg_flash_duration": [ + "counter_strafe_eligible_shots": [ 29 ], - "avg_time_to_damage_s": [ + "counter_strafed_shots": [ 29 ], - "counter_strafe_eligible_shots": [ + "crosshair_angle_count": [ 29 ], - "counter_strafed_shots": [ + "crosshair_angle_sum_deg": [ 29 ], "damage": [ @@ -62668,6 +64641,12 @@ export default { "flash_assists": [ 29 ], + "flash_duration_count": [ + 29 + ], + "flash_duration_sum": [ + 29 + ], "flashes_thrown": [ 29 ], @@ -62701,6 +64680,12 @@ export default { "hs_kills_t": [ 29 ], + "kast_rounds": [ + 29 + ], + "kast_total_rounds": [ + 29 + ], "kills": [ 29 ], @@ -62767,6 +64752,12 @@ export default { "three_kill_rounds": [ 29 ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], "total_engagement_frames": [ 29 ], @@ -62794,7 +64785,10 @@ export default { "unused_utility_value": [ 29 ], - "utility_on_death": [ + "util_on_death_count": [ + 29 + ], + "util_on_death_sum": [ 29 ], "wasted_magazine_shots": [ @@ -62804,210 +64798,228 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_var_samp_order_by": { + "player_match_map_stats_var_pop_order_by": { "assists": [ - 2020 + 2461 ], "assists_ct": [ - 2020 + 2461 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_variance_fields": { + "player_match_map_stats_var_samp_fields": { "assists": [ 29 ], @@ -63017,19 +65029,16 @@ export default { "assists_t": [ 29 ], - "avg_crosshair_angle_deg": [ - 29 - ], - "avg_flash_duration": [ + "counter_strafe_eligible_shots": [ 29 ], - "avg_time_to_damage_s": [ + "counter_strafed_shots": [ 29 ], - "counter_strafe_eligible_shots": [ + "crosshair_angle_count": [ 29 ], - "counter_strafed_shots": [ + "crosshair_angle_sum_deg": [ 29 ], "damage": [ @@ -63068,6 +65077,12 @@ export default { "flash_assists": [ 29 ], + "flash_duration_count": [ + 29 + ], + "flash_duration_sum": [ + 29 + ], "flashes_thrown": [ 29 ], @@ -63101,6 +65116,12 @@ export default { "hs_kills_t": [ 29 ], + "kast_rounds": [ + 29 + ], + "kast_total_rounds": [ + 29 + ], "kills": [ 29 ], @@ -63167,6 +65188,12 @@ export default { "three_kill_rounds": [ 29 ], + "time_to_damage_count": [ + 29 + ], + "time_to_damage_sum_s": [ + 29 + ], "total_engagement_frames": [ 29 ], @@ -63194,7 +65221,10 @@ export default { "unused_utility_value": [ 29 ], - "utility_on_death": [ + "util_on_death_count": [ + 29 + ], + "util_on_death_sum": [ 29 ], "wasted_magazine_shots": [ @@ -63204,986 +65234,746 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, - "player_match_stats_v_variance_order_by": { + "player_match_map_stats_var_samp_order_by": { "assists": [ - 2020 + 2461 ], "assists_ct": [ - 2020 + 2461 ], "assists_t": [ - 2020 - ], - "avg_crosshair_angle_deg": [ - 2020 - ], - "avg_flash_duration": [ - 2020 - ], - "avg_time_to_damage_s": [ - 2020 + 2461 ], "counter_strafe_eligible_shots": [ - 2020 + 2461 ], "counter_strafed_shots": [ - 2020 + 2461 + ], + "crosshair_angle_count": [ + 2461 + ], + "crosshair_angle_sum_deg": [ + 2461 ], "damage": [ - 2020 + 2461 ], "damage_ct": [ - 2020 + 2461 ], "damage_t": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "deaths_ct": [ - 2020 + 2461 ], "deaths_t": [ - 2020 + 2461 ], "decoy_throws": [ - 2020 + 2461 ], "enemies_flashed": [ - 2020 + 2461 ], "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], "five_kill_rounds": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 + ], + "flash_duration_count": [ + 2461 + ], + "flash_duration_sum": [ + 2461 ], "flashes_thrown": [ - 2020 + 2461 ], "four_kill_rounds": [ - 2020 + 2461 ], "he_damage": [ - 2020 + 2461 ], "he_team_damage": [ - 2020 + 2461 ], "he_throws": [ - 2020 + 2461 ], "headshot_hits": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "hits_at_spotted": [ - 2020 + 2461 ], "hs_kills": [ - 2020 + 2461 ], "hs_kills_ct": [ - 2020 + 2461 ], "hs_kills_t": [ - 2020 + 2461 + ], + "kast_rounds": [ + 2461 + ], + "kast_total_rounds": [ + 2461 ], "kills": [ - 2020 + 2461 ], "kills_ct": [ - 2020 + 2461 ], "kills_t": [ - 2020 + 2461 ], "knife_kills": [ - 2020 + 2461 ], "molotov_damage": [ - 2020 + 2461 ], "molotov_throws": [ - 2020 + 2461 ], "non_awp_hits": [ - 2020 + 2461 ], "on_target_frames": [ - 2020 + 2461 ], "rounds_ct": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "rounds_t": [ - 2020 + 2461 ], "shots_at_spotted": [ - 2020 + 2461 ], "shots_fired": [ - 2020 + 2461 ], "smoke_throws": [ - 2020 + 2461 ], "spotted_count": [ - 2020 + 2461 ], "spotted_with_damage_count": [ - 2020 + 2461 ], "spray_hits": [ - 2020 + 2461 ], "spray_shots": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "team_damage": [ - 2020 + 2461 ], "team_flashed": [ - 2020 + 2461 ], "three_kill_rounds": [ - 2020 + 2461 + ], + "time_to_damage_count": [ + 2461 + ], + "time_to_damage_sum_s": [ + 2461 ], "total_engagement_frames": [ - 2020 + 2461 ], "trade_kill_attempts": [ - 2020 + 2461 ], "trade_kill_opportunities": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_attempts": [ - 2020 + 2461 ], "traded_death_opportunities": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "two_kill_rounds": [ - 2020 + 2461 ], "unused_utility_value": [ - 2020 + 2461 ], - "utility_on_death": [ - 2020 + "util_on_death_count": [ + 2461 + ], + "util_on_death_sum": [ + 2461 ], "wasted_magazine_shots": [ - 2020 + 2461 ], "zeus_kills": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_objectives": { - "deleted_at": [ - 3558 + "player_match_map_stats_variance_fields": { + "assists": [ + 29 ], - "match": [ - 1835 + "assists_ct": [ + 29 ], - "match_id": [ - 3955 + "assists_t": [ + 29 ], - "match_map": [ - 1673 + "counter_strafe_eligible_shots": [ + 29 ], - "match_map_id": [ - 3955 + "counter_strafed_shots": [ + 29 ], - "player": [ - 2978 + "crosshair_angle_count": [ + 29 ], - "player_steam_id": [ - 178 + "crosshair_angle_sum_deg": [ + 29 ], - "round": [ - 38 + "damage": [ + 29 ], - "time": [ - 3558 + "damage_ct": [ + 29 ], - "type": [ - 774 + "damage_t": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_aggregate": { - "aggregate": [ - 2580 + "deaths": [ + 29 ], - "nodes": [ - 2576 + "deaths_ct": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_aggregate_bool_exp": { - "count": [ - 2579 + "deaths_t": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_aggregate_bool_exp_count": { - "arguments": [ - 2597 - ], - "distinct": [ - 3 - ], - "filter": [ - 2585 - ], - "predicate": [ - 39 - ], - "__typename": [ - 79 - ] - }, - "player_objectives_aggregate_fields": { - "avg": [ - 2583 - ], - "count": [ - 38, - { - "columns": [ - 2597, - "[player_objectives_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 2589 - ], - "min": [ - 2591 - ], - "stddev": [ - 2599 - ], - "stddev_pop": [ - 2601 - ], - "stddev_samp": [ - 2603 - ], - "sum": [ - 2607 - ], - "var_pop": [ - 2611 - ], - "var_samp": [ - 2613 - ], - "variance": [ - 2615 - ], - "__typename": [ - 79 - ] - }, - "player_objectives_aggregate_order_by": { - "avg": [ - 2584 - ], - "count": [ - 2020 - ], - "max": [ - 2590 + "decoy_throws": [ + 29 ], - "min": [ - 2592 + "enemies_flashed": [ + 29 ], - "stddev": [ - 2600 + "first_bullet_hits": [ + 29 ], - "stddev_pop": [ - 2602 + "first_bullet_shots": [ + 29 ], - "stddev_samp": [ - 2604 + "five_kill_rounds": [ + 29 ], - "sum": [ - 2608 + "flash_assists": [ + 29 ], - "var_pop": [ - 2612 + "flash_duration_count": [ + 29 ], - "var_samp": [ - 2614 + "flash_duration_sum": [ + 29 ], - "variance": [ - 2616 + "flashes_thrown": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_arr_rel_insert_input": { - "data": [ - 2588 + "four_kill_rounds": [ + 29 ], - "on_conflict": [ - 2594 + "he_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_avg_fields": { - "player_steam_id": [ + "he_team_damage": [ 29 ], - "round": [ + "he_throws": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_avg_order_by": { - "player_steam_id": [ - 2020 + "headshot_hits": [ + 29 ], - "round": [ - 2020 + "hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_bool_exp": { - "_and": [ - 2585 + "hits_at_spotted": [ + 29 ], - "_not": [ - 2585 + "hs_kills": [ + 29 ], - "_or": [ - 2585 + "hs_kills_ct": [ + 29 ], - "deleted_at": [ - 3559 + "hs_kills_t": [ + 29 ], - "match": [ - 1844 + "kast_rounds": [ + 29 ], - "match_id": [ - 3957 + "kast_total_rounds": [ + 29 ], - "match_map": [ - 1682 + "kills": [ + 29 ], - "match_map_id": [ - 3957 + "kills_ct": [ + 29 ], - "player": [ - 2982 + "kills_t": [ + 29 ], - "player_steam_id": [ - 180 + "knife_kills": [ + 29 ], - "round": [ - 39 + "molotov_damage": [ + 29 ], - "time": [ - 3559 + "molotov_throws": [ + 29 ], - "type": [ - 775 + "non_awp_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_constraint": {}, - "player_objectives_inc_input": { - "player_steam_id": [ - 178 + "on_target_frames": [ + 29 ], - "round": [ - 38 + "rounds_ct": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_insert_input": { - "deleted_at": [ - 3558 + "rounds_played": [ + 29 ], - "match": [ - 1853 + "rounds_t": [ + 29 ], - "match_id": [ - 3955 + "shots_at_spotted": [ + 29 ], - "match_map": [ - 1691 + "shots_fired": [ + 29 ], - "match_map_id": [ - 3955 + "smoke_throws": [ + 29 ], - "player": [ - 2989 + "spotted_count": [ + 29 ], - "player_steam_id": [ - 178 + "spotted_with_damage_count": [ + 29 ], - "round": [ - 38 + "spray_hits": [ + 29 ], - "time": [ - 3558 + "spray_shots": [ + 29 ], - "type": [ - 774 + "steam_id": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_max_fields": { - "deleted_at": [ - 3558 + "team_damage": [ + 29 ], - "match_id": [ - 3955 + "team_flashed": [ + 29 ], - "match_map_id": [ - 3955 + "three_kill_rounds": [ + 29 ], - "player_steam_id": [ - 178 + "time_to_damage_count": [ + 29 ], - "round": [ - 38 + "time_to_damage_sum_s": [ + 29 ], - "time": [ - 3558 + "total_engagement_frames": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_max_order_by": { - "deleted_at": [ - 2020 + "trade_kill_attempts": [ + 29 ], - "match_id": [ - 2020 + "trade_kill_opportunities": [ + 29 ], - "match_map_id": [ - 2020 + "trade_kill_successes": [ + 29 ], - "player_steam_id": [ - 2020 + "traded_death_attempts": [ + 29 ], - "round": [ - 2020 + "traded_death_opportunities": [ + 29 ], - "time": [ - 2020 + "traded_death_successes": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_objectives_min_fields": { - "deleted_at": [ - 3558 + "two_kill_rounds": [ + 29 ], - "match_id": [ - 3955 + "unused_utility_value": [ + 29 ], - "match_map_id": [ - 3955 + "util_on_death_count": [ + 29 ], - "player_steam_id": [ - 178 + "util_on_death_sum": [ + 29 ], - "round": [ - 38 + "wasted_magazine_shots": [ + 29 ], - "time": [ - 3558 + "zeus_kills": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_objectives_min_order_by": { - "deleted_at": [ - 2020 + "player_match_map_stats_variance_order_by": { + "assists": [ + 2461 ], - "match_id": [ - 2020 + "assists_ct": [ + 2461 ], - "match_map_id": [ - 2020 + "assists_t": [ + 2461 ], - "player_steam_id": [ - 2020 + "counter_strafe_eligible_shots": [ + 2461 ], - "round": [ - 2020 + "counter_strafed_shots": [ + 2461 ], - "time": [ - 2020 + "crosshair_angle_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_mutation_response": { - "affected_rows": [ - 38 + "crosshair_angle_sum_deg": [ + 2461 ], - "returning": [ - 2576 + "damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_on_conflict": { - "constraint": [ - 2586 + "damage_ct": [ + 2461 ], - "update_columns": [ - 2609 + "damage_t": [ + 2461 ], - "where": [ - 2585 + "deaths": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_order_by": { - "deleted_at": [ - 2020 + "deaths_ct": [ + 2461 ], - "match": [ - 1855 + "deaths_t": [ + 2461 ], - "match_id": [ - 2020 + "decoy_throws": [ + 2461 ], - "match_map": [ - 1693 + "enemies_flashed": [ + 2461 ], - "match_map_id": [ - 2020 + "first_bullet_hits": [ + 2461 ], - "player": [ - 2991 + "first_bullet_shots": [ + 2461 ], - "player_steam_id": [ - 2020 + "five_kill_rounds": [ + 2461 ], - "round": [ - 2020 + "flash_assists": [ + 2461 ], - "time": [ - 2020 + "flash_duration_count": [ + 2461 ], - "type": [ - 2020 + "flash_duration_sum": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_pk_columns_input": { - "match_map_id": [ - 3955 + "flashes_thrown": [ + 2461 ], - "player_steam_id": [ - 178 + "four_kill_rounds": [ + 2461 ], - "time": [ - 3558 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_select_column": {}, - "player_objectives_set_input": { - "deleted_at": [ - 3558 + "he_team_damage": [ + 2461 ], - "match_id": [ - 3955 + "he_throws": [ + 2461 ], - "match_map_id": [ - 3955 + "headshot_hits": [ + 2461 ], - "player_steam_id": [ - 178 + "hits": [ + 2461 ], - "round": [ - 38 + "hits_at_spotted": [ + 2461 ], - "time": [ - 3558 + "hs_kills": [ + 2461 ], - "type": [ - 774 + "hs_kills_ct": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stddev_fields": { - "player_steam_id": [ - 29 + "hs_kills_t": [ + 2461 ], - "round": [ - 29 + "kast_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stddev_order_by": { - "player_steam_id": [ - 2020 + "kast_total_rounds": [ + 2461 ], - "round": [ - 2020 + "kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stddev_pop_fields": { - "player_steam_id": [ - 29 + "kills_ct": [ + 2461 ], - "round": [ - 29 + "kills_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stddev_pop_order_by": { - "player_steam_id": [ - 2020 + "knife_kills": [ + 2461 ], - "round": [ - 2020 + "molotov_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stddev_samp_fields": { - "player_steam_id": [ - 29 + "molotov_throws": [ + 2461 ], - "round": [ - 29 + "non_awp_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stddev_samp_order_by": { - "player_steam_id": [ - 2020 + "on_target_frames": [ + 2461 ], - "round": [ - 2020 + "rounds_ct": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stream_cursor_input": { - "initial_value": [ - 2606 + "rounds_played": [ + 2461 ], - "ordering": [ - 233 + "rounds_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_stream_cursor_value_input": { - "deleted_at": [ - 3558 + "shots_at_spotted": [ + 2461 ], - "match_id": [ - 3955 + "shots_fired": [ + 2461 ], - "match_map_id": [ - 3955 + "smoke_throws": [ + 2461 ], - "player_steam_id": [ - 178 + "spotted_count": [ + 2461 ], - "round": [ - 38 + "spotted_with_damage_count": [ + 2461 ], - "time": [ - 3558 + "spray_hits": [ + 2461 ], - "type": [ - 774 + "spray_shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_sum_fields": { - "player_steam_id": [ - 178 + "steam_id": [ + 2461 ], - "round": [ - 38 + "team_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_sum_order_by": { - "player_steam_id": [ - 2020 + "team_flashed": [ + 2461 ], - "round": [ - 2020 + "three_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_update_column": {}, - "player_objectives_updates": { - "_inc": [ - 2587 + "time_to_damage_count": [ + 2461 ], - "_set": [ - 2598 + "time_to_damage_sum_s": [ + 2461 ], - "where": [ - 2585 + "total_engagement_frames": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_var_pop_fields": { - "player_steam_id": [ - 29 + "trade_kill_attempts": [ + 2461 ], - "round": [ - 29 + "trade_kill_opportunities": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_var_pop_order_by": { - "player_steam_id": [ - 2020 + "trade_kill_successes": [ + 2461 ], - "round": [ - 2020 + "traded_death_attempts": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_var_samp_fields": { - "player_steam_id": [ - 29 + "traded_death_opportunities": [ + 2461 ], - "round": [ - 29 + "traded_death_successes": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_var_samp_order_by": { - "player_steam_id": [ - 2020 + "two_kill_rounds": [ + 2461 ], - "round": [ - 2020 + "unused_utility_value": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_variance_fields": { - "player_steam_id": [ - 29 + "util_on_death_count": [ + 2461 ], - "round": [ - 29 + "util_on_death_sum": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_objectives_variance_order_by": { - "player_steam_id": [ - 2020 + "wasted_magazine_shots": [ + 2461 ], - "round": [ - 2020 + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v": { - "accuracy_score": [ - 1093 + "player_match_performance_v": { + "accuracy": [ + 2459 ], - "aim_goal": [ - 1093 + "accuracy_spotted": [ + 2459 ], "aim_rating": [ - 1093 - ], - "band": [ - 38 - ], - "band_sample": [ - 178 + 1180 ], - "blind_score": [ - 1093 + "counter_strafe_pct": [ + 2459 ], - "counter_strafe_score": [ - 1093 + "enemy_blind_pr": [ + 2459 ], - "crosshair_score": [ - 1093 + "flash_assists_pr": [ + 2459 ], - "flash_assists_score": [ - 1093 + "hs_pct": [ + 2459 ], - "hs_score": [ - 1093 + "kast_pct": [ + 2459 ], - "kast_score": [ - 1093 + "match_id": [ + 4442 ], - "maps": [ - 38 + "overall_rating": [ + 1180 ], - "positioning_goal": [ - 1093 + "played_at": [ + 4004 ], "positioning_rating": [ - 1093 - ], - "premier_rank": [ - 38 + 1180 ], "rounds": [ 38 ], - "spotted_score": [ - 1093 + "source": [ + 78 ], "steam_id": [ - 178 - ], - "survival_score": [ - 1093 - ], - "traded_score": [ - 1093 + 180 ], - "ttd_score": [ - 1093 + "survival_pct": [ + 2459 ], - "util_eff_score": [ - 1093 + "traded_death_pct": [ + 2459 ], - "utility_goal": [ - 1093 + "util_efficiency": [ + 2459 ], "utility_rating": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_aggregate": { + "player_match_performance_v_aggregate": { "aggregate": [ - 2619 + 2968 ], "nodes": [ - 2617 + 2966 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_aggregate_fields": { + "player_match_performance_v_aggregate_fields": { "avg": [ - 2620 + 2969 ], "count": [ 38, { "columns": [ - 2625, - "[player_performance_v_select_column!]" + 2974, + "[player_match_performance_v_select_column!]" ], "distinct": [ 3 @@ -64191,1142 +65981,1040 @@ export default { } ], "max": [ - 2622 + 2971 ], "min": [ - 2623 + 2972 ], "stddev": [ - 2626 + 2975 ], "stddev_pop": [ - 2627 + 2976 ], "stddev_samp": [ - 2628 + 2977 ], "sum": [ - 2631 + 2980 ], "var_pop": [ - 2632 + 2981 ], "var_samp": [ - 2633 + 2982 ], "variance": [ - 2634 + 2983 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_avg_fields": { - "accuracy_score": [ + "player_match_performance_v_avg_fields": { + "accuracy": [ 29 ], - "aim_goal": [ + "accuracy_spotted": [ 29 ], "aim_rating": [ 29 ], - "band": [ - 29 - ], - "band_sample": [ - 29 - ], - "blind_score": [ - 29 - ], - "counter_strafe_score": [ - 29 - ], - "crosshair_score": [ + "counter_strafe_pct": [ 29 ], - "flash_assists_score": [ + "enemy_blind_pr": [ 29 ], - "hs_score": [ + "flash_assists_pr": [ 29 ], - "kast_score": [ + "hs_pct": [ 29 ], - "maps": [ + "kast_pct": [ 29 ], - "positioning_goal": [ + "overall_rating": [ 29 ], "positioning_rating": [ 29 ], - "premier_rank": [ - 29 - ], "rounds": [ 29 ], - "spotted_score": [ - 29 - ], "steam_id": [ 29 ], - "survival_score": [ - 29 - ], - "traded_score": [ - 29 - ], - "ttd_score": [ + "survival_pct": [ 29 ], - "util_eff_score": [ + "traded_death_pct": [ 29 ], - "utility_goal": [ + "util_efficiency": [ 29 ], "utility_rating": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_bool_exp": { + "player_match_performance_v_bool_exp": { "_and": [ - 2621 + 2970 ], "_not": [ - 2621 + 2970 ], "_or": [ - 2621 + 2970 ], - "accuracy_score": [ - 1094 + "accuracy": [ + 2460 ], - "aim_goal": [ - 1094 + "accuracy_spotted": [ + 2460 ], "aim_rating": [ - 1094 - ], - "band": [ - 39 - ], - "band_sample": [ - 180 + 1181 ], - "blind_score": [ - 1094 + "counter_strafe_pct": [ + 2460 ], - "counter_strafe_score": [ - 1094 + "enemy_blind_pr": [ + 2460 ], - "crosshair_score": [ - 1094 + "flash_assists_pr": [ + 2460 ], - "flash_assists_score": [ - 1094 + "hs_pct": [ + 2460 ], - "hs_score": [ - 1094 + "kast_pct": [ + 2460 ], - "kast_score": [ - 1094 + "match_id": [ + 4444 ], - "maps": [ - 39 + "overall_rating": [ + 1181 ], - "positioning_goal": [ - 1094 + "played_at": [ + 4005 ], "positioning_rating": [ - 1094 - ], - "premier_rank": [ - 39 + 1181 ], "rounds": [ 39 ], - "spotted_score": [ - 1094 + "source": [ + 80 ], "steam_id": [ - 180 - ], - "survival_score": [ - 1094 - ], - "traded_score": [ - 1094 + 182 ], - "ttd_score": [ - 1094 + "survival_pct": [ + 2460 ], - "util_eff_score": [ - 1094 + "traded_death_pct": [ + 2460 ], - "utility_goal": [ - 1094 + "util_efficiency": [ + 2460 ], "utility_rating": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_max_fields": { - "accuracy_score": [ - 1093 + "player_match_performance_v_max_fields": { + "accuracy": [ + 2459 ], - "aim_goal": [ - 1093 + "accuracy_spotted": [ + 2459 ], "aim_rating": [ - 1093 - ], - "band": [ - 38 - ], - "band_sample": [ - 178 + 1180 ], - "blind_score": [ - 1093 + "counter_strafe_pct": [ + 2459 ], - "counter_strafe_score": [ - 1093 + "enemy_blind_pr": [ + 2459 ], - "crosshair_score": [ - 1093 + "flash_assists_pr": [ + 2459 ], - "flash_assists_score": [ - 1093 + "hs_pct": [ + 2459 ], - "hs_score": [ - 1093 + "kast_pct": [ + 2459 ], - "kast_score": [ - 1093 + "match_id": [ + 4442 ], - "maps": [ - 38 + "overall_rating": [ + 1180 ], - "positioning_goal": [ - 1093 + "played_at": [ + 4004 ], "positioning_rating": [ - 1093 - ], - "premier_rank": [ - 38 + 1180 ], "rounds": [ 38 ], - "spotted_score": [ - 1093 + "source": [ + 78 ], "steam_id": [ - 178 - ], - "survival_score": [ - 1093 + 180 ], - "traded_score": [ - 1093 + "survival_pct": [ + 2459 ], - "ttd_score": [ - 1093 - ], - "util_eff_score": [ - 1093 + "traded_death_pct": [ + 2459 ], - "utility_goal": [ - 1093 + "util_efficiency": [ + 2459 ], "utility_rating": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_min_fields": { - "accuracy_score": [ - 1093 + "player_match_performance_v_min_fields": { + "accuracy": [ + 2459 ], - "aim_goal": [ - 1093 + "accuracy_spotted": [ + 2459 ], "aim_rating": [ - 1093 - ], - "band": [ - 38 - ], - "band_sample": [ - 178 + 1180 ], - "blind_score": [ - 1093 + "counter_strafe_pct": [ + 2459 ], - "counter_strafe_score": [ - 1093 + "enemy_blind_pr": [ + 2459 ], - "crosshair_score": [ - 1093 + "flash_assists_pr": [ + 2459 ], - "flash_assists_score": [ - 1093 + "hs_pct": [ + 2459 ], - "hs_score": [ - 1093 + "kast_pct": [ + 2459 ], - "kast_score": [ - 1093 + "match_id": [ + 4442 ], - "maps": [ - 38 + "overall_rating": [ + 1180 ], - "positioning_goal": [ - 1093 + "played_at": [ + 4004 ], "positioning_rating": [ - 1093 - ], - "premier_rank": [ - 38 + 1180 ], "rounds": [ 38 ], - "spotted_score": [ - 1093 + "source": [ + 78 ], "steam_id": [ - 178 - ], - "survival_score": [ - 1093 - ], - "traded_score": [ - 1093 + 180 ], - "ttd_score": [ - 1093 + "survival_pct": [ + 2459 ], - "util_eff_score": [ - 1093 + "traded_death_pct": [ + 2459 ], - "utility_goal": [ - 1093 + "util_efficiency": [ + 2459 ], "utility_rating": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_order_by": { - "accuracy_score": [ - 2020 + "player_match_performance_v_order_by": { + "accuracy": [ + 2461 ], - "aim_goal": [ - 2020 + "accuracy_spotted": [ + 2461 ], "aim_rating": [ - 2020 - ], - "band": [ - 2020 - ], - "band_sample": [ - 2020 + 2461 ], - "blind_score": [ - 2020 + "counter_strafe_pct": [ + 2461 ], - "counter_strafe_score": [ - 2020 + "enemy_blind_pr": [ + 2461 ], - "crosshair_score": [ - 2020 + "flash_assists_pr": [ + 2461 ], - "flash_assists_score": [ - 2020 + "hs_pct": [ + 2461 ], - "hs_score": [ - 2020 + "kast_pct": [ + 2461 ], - "kast_score": [ - 2020 + "match_id": [ + 2461 ], - "maps": [ - 2020 + "overall_rating": [ + 2461 ], - "positioning_goal": [ - 2020 + "played_at": [ + 2461 ], "positioning_rating": [ - 2020 - ], - "premier_rank": [ - 2020 + 2461 ], "rounds": [ - 2020 + 2461 ], - "spotted_score": [ - 2020 + "source": [ + 2461 ], "steam_id": [ - 2020 - ], - "survival_score": [ - 2020 - ], - "traded_score": [ - 2020 + 2461 ], - "ttd_score": [ - 2020 + "survival_pct": [ + 2461 ], - "util_eff_score": [ - 2020 + "traded_death_pct": [ + 2461 ], - "utility_goal": [ - 2020 + "util_efficiency": [ + 2461 ], "utility_rating": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_select_column": {}, - "player_performance_v_stddev_fields": { - "accuracy_score": [ + "player_match_performance_v_select_column": {}, + "player_match_performance_v_stddev_fields": { + "accuracy": [ 29 ], - "aim_goal": [ + "accuracy_spotted": [ 29 ], "aim_rating": [ 29 ], - "band": [ - 29 - ], - "band_sample": [ - 29 - ], - "blind_score": [ - 29 - ], - "counter_strafe_score": [ - 29 - ], - "crosshair_score": [ + "counter_strafe_pct": [ 29 ], - "flash_assists_score": [ + "enemy_blind_pr": [ 29 ], - "hs_score": [ + "flash_assists_pr": [ 29 ], - "kast_score": [ + "hs_pct": [ 29 ], - "maps": [ + "kast_pct": [ 29 ], - "positioning_goal": [ + "overall_rating": [ 29 ], "positioning_rating": [ 29 ], - "premier_rank": [ - 29 - ], "rounds": [ 29 ], - "spotted_score": [ - 29 - ], "steam_id": [ 29 ], - "survival_score": [ - 29 - ], - "traded_score": [ - 29 - ], - "ttd_score": [ + "survival_pct": [ 29 ], - "util_eff_score": [ + "traded_death_pct": [ 29 ], - "utility_goal": [ + "util_efficiency": [ 29 ], "utility_rating": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_stddev_pop_fields": { - "accuracy_score": [ + "player_match_performance_v_stddev_pop_fields": { + "accuracy": [ 29 ], - "aim_goal": [ + "accuracy_spotted": [ 29 ], "aim_rating": [ 29 ], - "band": [ - 29 - ], - "band_sample": [ - 29 - ], - "blind_score": [ - 29 - ], - "counter_strafe_score": [ - 29 - ], - "crosshair_score": [ + "counter_strafe_pct": [ 29 ], - "flash_assists_score": [ + "enemy_blind_pr": [ 29 ], - "hs_score": [ + "flash_assists_pr": [ 29 ], - "kast_score": [ + "hs_pct": [ 29 ], - "maps": [ + "kast_pct": [ 29 ], - "positioning_goal": [ + "overall_rating": [ 29 ], "positioning_rating": [ 29 ], - "premier_rank": [ - 29 - ], "rounds": [ 29 ], - "spotted_score": [ - 29 - ], "steam_id": [ 29 ], - "survival_score": [ - 29 - ], - "traded_score": [ - 29 - ], - "ttd_score": [ + "survival_pct": [ 29 ], - "util_eff_score": [ + "traded_death_pct": [ 29 ], - "utility_goal": [ + "util_efficiency": [ 29 ], "utility_rating": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_stddev_samp_fields": { - "accuracy_score": [ + "player_match_performance_v_stddev_samp_fields": { + "accuracy": [ 29 ], - "aim_goal": [ + "accuracy_spotted": [ 29 ], "aim_rating": [ 29 ], - "band": [ - 29 - ], - "band_sample": [ - 29 - ], - "blind_score": [ - 29 - ], - "counter_strafe_score": [ - 29 - ], - "crosshair_score": [ + "counter_strafe_pct": [ 29 ], - "flash_assists_score": [ + "enemy_blind_pr": [ 29 ], - "hs_score": [ + "flash_assists_pr": [ 29 ], - "kast_score": [ + "hs_pct": [ 29 ], - "maps": [ + "kast_pct": [ 29 ], - "positioning_goal": [ + "overall_rating": [ 29 ], "positioning_rating": [ 29 ], - "premier_rank": [ - 29 - ], "rounds": [ 29 ], - "spotted_score": [ - 29 - ], "steam_id": [ 29 ], - "survival_score": [ - 29 - ], - "traded_score": [ - 29 - ], - "ttd_score": [ + "survival_pct": [ 29 ], - "util_eff_score": [ + "traded_death_pct": [ 29 ], - "utility_goal": [ + "util_efficiency": [ 29 ], "utility_rating": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_stream_cursor_input": { + "player_match_performance_v_stream_cursor_input": { "initial_value": [ - 2630 + 2979 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_stream_cursor_value_input": { - "accuracy_score": [ - 1093 + "player_match_performance_v_stream_cursor_value_input": { + "accuracy": [ + 2459 ], - "aim_goal": [ - 1093 + "accuracy_spotted": [ + 2459 ], "aim_rating": [ - 1093 - ], - "band": [ - 38 - ], - "band_sample": [ - 178 + 1180 ], - "blind_score": [ - 1093 + "counter_strafe_pct": [ + 2459 ], - "counter_strafe_score": [ - 1093 + "enemy_blind_pr": [ + 2459 ], - "crosshair_score": [ - 1093 + "flash_assists_pr": [ + 2459 ], - "flash_assists_score": [ - 1093 + "hs_pct": [ + 2459 ], - "hs_score": [ - 1093 + "kast_pct": [ + 2459 ], - "kast_score": [ - 1093 + "match_id": [ + 4442 ], - "maps": [ - 38 + "overall_rating": [ + 1180 ], - "positioning_goal": [ - 1093 + "played_at": [ + 4004 ], "positioning_rating": [ - 1093 - ], - "premier_rank": [ - 38 + 1180 ], "rounds": [ 38 ], - "spotted_score": [ - 1093 + "source": [ + 78 ], "steam_id": [ - 178 - ], - "survival_score": [ - 1093 - ], - "traded_score": [ - 1093 + 180 ], - "ttd_score": [ - 1093 + "survival_pct": [ + 2459 ], - "util_eff_score": [ - 1093 + "traded_death_pct": [ + 2459 ], - "utility_goal": [ - 1093 + "util_efficiency": [ + 2459 ], "utility_rating": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_sum_fields": { - "accuracy_score": [ - 1093 + "player_match_performance_v_sum_fields": { + "accuracy": [ + 2459 ], - "aim_goal": [ - 1093 + "accuracy_spotted": [ + 2459 ], "aim_rating": [ - 1093 - ], - "band": [ - 38 - ], - "band_sample": [ - 178 - ], - "blind_score": [ - 1093 - ], - "counter_strafe_score": [ - 1093 + 1180 ], - "crosshair_score": [ - 1093 + "counter_strafe_pct": [ + 2459 ], - "flash_assists_score": [ - 1093 + "enemy_blind_pr": [ + 2459 ], - "hs_score": [ - 1093 + "flash_assists_pr": [ + 2459 ], - "kast_score": [ - 1093 + "hs_pct": [ + 2459 ], - "maps": [ - 38 + "kast_pct": [ + 2459 ], - "positioning_goal": [ - 1093 + "overall_rating": [ + 1180 ], "positioning_rating": [ - 1093 - ], - "premier_rank": [ - 38 + 1180 ], "rounds": [ 38 ], - "spotted_score": [ - 1093 - ], "steam_id": [ - 178 - ], - "survival_score": [ - 1093 - ], - "traded_score": [ - 1093 + 180 ], - "ttd_score": [ - 1093 + "survival_pct": [ + 2459 ], - "util_eff_score": [ - 1093 + "traded_death_pct": [ + 2459 ], - "utility_goal": [ - 1093 + "util_efficiency": [ + 2459 ], "utility_rating": [ - 1093 + 1180 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_var_pop_fields": { - "accuracy_score": [ + "player_match_performance_v_var_pop_fields": { + "accuracy": [ 29 ], - "aim_goal": [ + "accuracy_spotted": [ 29 ], "aim_rating": [ 29 ], - "band": [ + "counter_strafe_pct": [ 29 ], - "band_sample": [ + "enemy_blind_pr": [ 29 ], - "blind_score": [ + "flash_assists_pr": [ 29 ], - "counter_strafe_score": [ + "hs_pct": [ 29 ], - "crosshair_score": [ + "kast_pct": [ 29 ], - "flash_assists_score": [ + "overall_rating": [ 29 ], - "hs_score": [ + "positioning_rating": [ 29 ], - "kast_score": [ + "rounds": [ 29 ], - "maps": [ + "steam_id": [ 29 ], - "positioning_goal": [ + "survival_pct": [ 29 ], - "positioning_rating": [ + "traded_death_pct": [ 29 ], - "premier_rank": [ + "util_efficiency": [ 29 ], - "rounds": [ + "utility_rating": [ 29 ], - "spotted_score": [ + "__typename": [ + 78 + ] + }, + "player_match_performance_v_var_samp_fields": { + "accuracy": [ 29 ], - "steam_id": [ + "accuracy_spotted": [ 29 ], - "survival_score": [ + "aim_rating": [ 29 ], - "traded_score": [ + "counter_strafe_pct": [ 29 ], - "ttd_score": [ + "enemy_blind_pr": [ 29 ], - "util_eff_score": [ + "flash_assists_pr": [ 29 ], - "utility_goal": [ + "hs_pct": [ 29 ], - "utility_rating": [ + "kast_pct": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_performance_v_var_samp_fields": { - "accuracy_score": [ + "overall_rating": [ 29 ], - "aim_goal": [ + "positioning_rating": [ 29 ], - "aim_rating": [ + "rounds": [ 29 ], - "band": [ + "steam_id": [ 29 ], - "band_sample": [ + "survival_pct": [ 29 ], - "blind_score": [ + "traded_death_pct": [ 29 ], - "counter_strafe_score": [ + "util_efficiency": [ 29 ], - "crosshair_score": [ + "utility_rating": [ 29 ], - "flash_assists_score": [ + "__typename": [ + 78 + ] + }, + "player_match_performance_v_variance_fields": { + "accuracy": [ 29 ], - "hs_score": [ + "accuracy_spotted": [ 29 ], - "kast_score": [ + "aim_rating": [ 29 ], - "maps": [ + "counter_strafe_pct": [ 29 ], - "positioning_goal": [ + "enemy_blind_pr": [ 29 ], - "positioning_rating": [ + "flash_assists_pr": [ 29 ], - "premier_rank": [ + "hs_pct": [ 29 ], - "rounds": [ + "kast_pct": [ 29 ], - "spotted_score": [ + "overall_rating": [ 29 ], - "steam_id": [ + "positioning_rating": [ 29 ], - "survival_score": [ + "rounds": [ 29 ], - "traded_score": [ + "steam_id": [ 29 ], - "ttd_score": [ + "survival_pct": [ 29 ], - "util_eff_score": [ + "traded_death_pct": [ 29 ], - "utility_goal": [ + "util_efficiency": [ 29 ], "utility_rating": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_performance_v_variance_fields": { - "accuracy_score": [ - 29 + "player_match_stats_v": { + "assists": [ + 38 ], - "aim_goal": [ - 29 + "assists_ct": [ + 38 ], - "aim_rating": [ - 29 + "assists_t": [ + 38 ], - "band": [ - 29 + "avg_crosshair_angle_deg": [ + 2459 ], - "band_sample": [ - 29 + "avg_flash_duration": [ + 2459 ], - "blind_score": [ - 29 + "avg_time_to_damage_s": [ + 2459 ], - "counter_strafe_score": [ - 29 + "counter_strafe_eligible_shots": [ + 38 ], - "crosshair_score": [ - 29 + "counter_strafed_shots": [ + 38 ], - "flash_assists_score": [ - 29 + "damage": [ + 38 ], - "hs_score": [ - 29 + "damage_ct": [ + 38 ], - "kast_score": [ - 29 + "damage_t": [ + 38 ], - "maps": [ - 29 + "deaths": [ + 38 ], - "positioning_goal": [ - 29 + "deaths_ct": [ + 38 ], - "positioning_rating": [ - 29 + "deaths_t": [ + 38 ], - "premier_rank": [ - 29 + "decoy_throws": [ + 38 ], - "rounds": [ - 29 + "enemies_flashed": [ + 38 ], - "spotted_score": [ - 29 + "first_bullet_hits": [ + 38 ], - "steam_id": [ - 29 + "first_bullet_shots": [ + 38 ], - "survival_score": [ - 29 + "five_kill_rounds": [ + 38 ], - "traded_score": [ - 29 + "flash_assists": [ + 38 ], - "ttd_score": [ - 29 + "flashes_thrown": [ + 38 ], - "util_eff_score": [ - 29 + "four_kill_rounds": [ + 38 ], - "utility_goal": [ - 29 + "he_damage": [ + 38 ], - "utility_rating": [ - 29 + "he_team_damage": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history": { - "id": [ - 3955 + "he_throws": [ + 38 ], - "map": [ - 1353 + "headshot_hits": [ + 38 ], - "map_id": [ - 3955 + "hits": [ + 38 ], - "match": [ - 1835 + "hits_at_spotted": [ + 38 + ], + "hs_kills": [ + 38 + ], + "hs_kills_ct": [ + 38 + ], + "hs_kills_t": [ + 38 + ], + "kills": [ + 38 + ], + "kills_ct": [ + 38 + ], + "kills_t": [ + 38 + ], + "knife_kills": [ + 38 ], "match_id": [ - 3955 + 4442 ], - "observed_at": [ - 3558 + "molotov_damage": [ + 38 ], - "player": [ - 2978 + "molotov_throws": [ + 38 ], - "previous_rank": [ + "non_awp_hits": [ 38 ], - "rank": [ + "on_target_frames": [ 38 ], - "rank_type": [ + "rounds_ct": [ + 38 + ], + "rounds_played": [ + 38 + ], + "rounds_t": [ + 38 + ], + "shots_at_spotted": [ + 38 + ], + "shots_fired": [ + 38 + ], + "smoke_throws": [ + 38 + ], + "spotted_count": [ + 38 + ], + "spotted_with_damage_count": [ + 38 + ], + "spray_hits": [ + 38 + ], + "spray_shots": [ 38 ], "steam_id": [ - 178 + 180 + ], + "team_damage": [ + 38 + ], + "team_flashed": [ + 38 + ], + "three_kill_rounds": [ + 38 + ], + "total_engagement_frames": [ + 38 + ], + "trade_kill_attempts": [ + 38 + ], + "trade_kill_opportunities": [ + 38 + ], + "trade_kill_successes": [ + 38 + ], + "traded_death_attempts": [ + 38 + ], + "traded_death_opportunities": [ + 38 + ], + "traded_death_successes": [ + 38 + ], + "two_kill_rounds": [ + 38 + ], + "unused_utility_value": [ + 38 + ], + "utility_on_death": [ + 2459 + ], + "wasted_magazine_shots": [ + 38 + ], + "zeus_kills": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_aggregate": { + "player_match_stats_v_aggregate": { "aggregate": [ - 2639 + 2988 ], "nodes": [ - 2635 + 2984 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_aggregate_bool_exp": { + "player_match_stats_v_aggregate_bool_exp": { "count": [ - 2638 + 2987 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_aggregate_bool_exp_count": { + "player_match_stats_v_aggregate_bool_exp_count": { "arguments": [ - 2656 + 3000 ], "distinct": [ 3 ], "filter": [ - 2644 + 2993 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_aggregate_fields": { + "player_match_stats_v_aggregate_fields": { "avg": [ - 2642 + 2991 ], "count": [ 38, { "columns": [ - 2656, - "[player_premier_rank_history_select_column!]" + 3000, + "[player_match_stats_v_select_column!]" ], "distinct": [ 3 @@ -65334,7155 +67022,17260 @@ export default { } ], "max": [ - 2648 + 2995 ], "min": [ - 2650 + 2997 ], "stddev": [ - 2658 + 3001 ], "stddev_pop": [ - 2660 + 3003 ], "stddev_samp": [ - 2662 + 3005 ], "sum": [ - 2666 + 3009 ], "var_pop": [ - 2670 + 3011 ], "var_samp": [ - 2672 + 3013 ], "variance": [ - 2674 + 3015 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_aggregate_order_by": { + "player_match_stats_v_aggregate_order_by": { "avg": [ - 2643 + 2992 ], "count": [ - 2020 + 2461 ], "max": [ - 2649 + 2996 ], "min": [ - 2651 + 2998 ], "stddev": [ - 2659 + 3002 ], "stddev_pop": [ - 2661 + 3004 ], "stddev_samp": [ - 2663 + 3006 ], "sum": [ - 2667 + 3010 ], "var_pop": [ - 2671 + 3012 ], "var_samp": [ - 2673 + 3014 ], "variance": [ - 2675 + 3016 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_arr_rel_insert_input": { + "player_match_stats_v_arr_rel_insert_input": { "data": [ - 2647 - ], - "on_conflict": [ - 2653 + 2994 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_avg_fields": { - "previous_rank": [ + "player_match_stats_v_avg_fields": { + "assists": [ 29 ], - "rank": [ + "assists_ct": [ 29 ], - "rank_type": [ + "assists_t": [ 29 ], - "steam_id": [ + "avg_crosshair_angle_deg": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_avg_order_by": { - "previous_rank": [ - 2020 + "avg_flash_duration": [ + 29 ], - "rank": [ - 2020 + "avg_time_to_damage_s": [ + 29 ], - "rank_type": [ - 2020 + "counter_strafe_eligible_shots": [ + 29 ], - "steam_id": [ - 2020 + "counter_strafed_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_bool_exp": { - "_and": [ - 2644 + "damage": [ + 29 ], - "_not": [ - 2644 + "damage_ct": [ + 29 ], - "_or": [ - 2644 + "damage_t": [ + 29 ], - "id": [ - 3957 + "deaths": [ + 29 ], - "map": [ - 1362 + "deaths_ct": [ + 29 ], - "map_id": [ - 3957 + "deaths_t": [ + 29 ], - "match": [ - 1844 + "decoy_throws": [ + 29 ], - "match_id": [ - 3957 + "enemies_flashed": [ + 29 ], - "observed_at": [ - 3559 + "first_bullet_hits": [ + 29 ], - "player": [ - 2982 + "first_bullet_shots": [ + 29 ], - "previous_rank": [ - 39 + "five_kill_rounds": [ + 29 ], - "rank": [ - 39 + "flash_assists": [ + 29 ], - "rank_type": [ - 39 + "flashes_thrown": [ + 29 ], - "steam_id": [ - 180 + "four_kill_rounds": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_constraint": {}, - "player_premier_rank_history_inc_input": { - "previous_rank": [ - 38 + "he_damage": [ + 29 ], - "rank": [ - 38 + "he_team_damage": [ + 29 ], - "rank_type": [ - 38 + "he_throws": [ + 29 ], - "steam_id": [ - 178 + "headshot_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_insert_input": { - "id": [ - 3955 + "hits": [ + 29 ], - "map": [ - 1370 + "hits_at_spotted": [ + 29 ], - "map_id": [ - 3955 + "hs_kills": [ + 29 ], - "match": [ - 1853 + "hs_kills_ct": [ + 29 ], - "match_id": [ - 3955 + "hs_kills_t": [ + 29 ], - "observed_at": [ - 3558 + "kills": [ + 29 ], - "player": [ - 2989 + "kills_ct": [ + 29 ], - "previous_rank": [ - 38 + "kills_t": [ + 29 ], - "rank": [ - 38 + "knife_kills": [ + 29 ], - "rank_type": [ - 38 + "molotov_damage": [ + 29 ], - "steam_id": [ - 178 + "molotov_throws": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_max_fields": { - "id": [ - 3955 - ], - "map_id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "observed_at": [ - 3558 + "non_awp_hits": [ + 29 ], - "previous_rank": [ - 38 + "on_target_frames": [ + 29 ], - "rank": [ - 38 + "rounds_ct": [ + 29 ], - "rank_type": [ - 38 + "rounds_played": [ + 29 ], - "steam_id": [ - 178 + "rounds_t": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_max_order_by": { - "id": [ - 2020 + "shots_at_spotted": [ + 29 ], - "map_id": [ - 2020 + "shots_fired": [ + 29 ], - "match_id": [ - 2020 + "smoke_throws": [ + 29 ], - "observed_at": [ - 2020 + "spotted_count": [ + 29 ], - "previous_rank": [ - 2020 + "spotted_with_damage_count": [ + 29 ], - "rank": [ - 2020 + "spray_hits": [ + 29 ], - "rank_type": [ - 2020 + "spray_shots": [ + 29 ], "steam_id": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_min_fields": { - "id": [ - 3955 - ], - "map_id": [ - 3955 - ], - "match_id": [ - 3955 + 29 ], - "observed_at": [ - 3558 + "team_damage": [ + 29 ], - "previous_rank": [ - 38 + "team_flashed": [ + 29 ], - "rank": [ - 38 + "three_kill_rounds": [ + 29 ], - "rank_type": [ - 38 + "total_engagement_frames": [ + 29 ], - "steam_id": [ - 178 + "trade_kill_attempts": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_min_order_by": { - "id": [ - 2020 + "trade_kill_opportunities": [ + 29 ], - "map_id": [ - 2020 + "trade_kill_successes": [ + 29 ], - "match_id": [ - 2020 + "traded_death_attempts": [ + 29 ], - "observed_at": [ - 2020 + "traded_death_opportunities": [ + 29 ], - "previous_rank": [ - 2020 + "traded_death_successes": [ + 29 ], - "rank": [ - 2020 + "two_kill_rounds": [ + 29 ], - "rank_type": [ - 2020 + "unused_utility_value": [ + 29 ], - "steam_id": [ - 2020 + "utility_on_death": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_mutation_response": { - "affected_rows": [ - 38 + "wasted_magazine_shots": [ + 29 ], - "returning": [ - 2635 + "zeus_kills": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_on_conflict": { - "constraint": [ - 2645 + "player_match_stats_v_avg_order_by": { + "assists": [ + 2461 ], - "update_columns": [ - 2668 + "assists_ct": [ + 2461 ], - "where": [ - 2644 + "assists_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_order_by": { - "id": [ - 2020 + "avg_crosshair_angle_deg": [ + 2461 ], - "map": [ - 1372 + "avg_flash_duration": [ + 2461 ], - "map_id": [ - 2020 + "avg_time_to_damage_s": [ + 2461 ], - "match": [ - 1855 + "counter_strafe_eligible_shots": [ + 2461 ], - "match_id": [ - 2020 + "counter_strafed_shots": [ + 2461 ], - "observed_at": [ - 2020 + "damage": [ + 2461 ], - "player": [ - 2991 + "damage_ct": [ + 2461 ], - "previous_rank": [ - 2020 + "damage_t": [ + 2461 ], - "rank": [ - 2020 + "deaths": [ + 2461 ], - "rank_type": [ - 2020 + "deaths_ct": [ + 2461 ], - "steam_id": [ - 2020 + "deaths_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_pk_columns_input": { - "id": [ - 3955 + "decoy_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_select_column": {}, - "player_premier_rank_history_set_input": { - "id": [ - 3955 + "enemies_flashed": [ + 2461 ], - "map_id": [ - 3955 + "first_bullet_hits": [ + 2461 ], - "match_id": [ - 3955 + "first_bullet_shots": [ + 2461 ], - "observed_at": [ - 3558 + "five_kill_rounds": [ + 2461 ], - "previous_rank": [ - 38 + "flash_assists": [ + 2461 ], - "rank": [ - 38 + "flashes_thrown": [ + 2461 ], - "rank_type": [ - 38 + "four_kill_rounds": [ + 2461 ], - "steam_id": [ - 178 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stddev_fields": { - "previous_rank": [ - 29 + "he_team_damage": [ + 2461 ], - "rank": [ - 29 + "he_throws": [ + 2461 ], - "rank_type": [ - 29 + "headshot_hits": [ + 2461 ], - "steam_id": [ - 29 + "hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stddev_order_by": { - "previous_rank": [ - 2020 + "hits_at_spotted": [ + 2461 ], - "rank": [ - 2020 + "hs_kills": [ + 2461 ], - "rank_type": [ - 2020 + "hs_kills_ct": [ + 2461 ], - "steam_id": [ - 2020 + "hs_kills_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stddev_pop_fields": { - "previous_rank": [ - 29 + "kills": [ + 2461 ], - "rank": [ - 29 + "kills_ct": [ + 2461 ], - "rank_type": [ - 29 + "kills_t": [ + 2461 ], - "steam_id": [ - 29 + "knife_kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stddev_pop_order_by": { - "previous_rank": [ - 2020 + "molotov_damage": [ + 2461 ], - "rank": [ - 2020 + "molotov_throws": [ + 2461 ], - "rank_type": [ - 2020 + "non_awp_hits": [ + 2461 ], - "steam_id": [ - 2020 + "on_target_frames": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stddev_samp_fields": { - "previous_rank": [ - 29 + "rounds_ct": [ + 2461 ], - "rank": [ - 29 + "rounds_played": [ + 2461 ], - "rank_type": [ - 29 + "rounds_t": [ + 2461 ], - "steam_id": [ - 29 + "shots_at_spotted": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stddev_samp_order_by": { - "previous_rank": [ - 2020 + "shots_fired": [ + 2461 ], - "rank": [ - 2020 + "smoke_throws": [ + 2461 ], - "rank_type": [ - 2020 + "spotted_count": [ + 2461 ], - "steam_id": [ - 2020 + "spotted_with_damage_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stream_cursor_input": { - "initial_value": [ - 2665 + "spray_hits": [ + 2461 ], - "ordering": [ - 233 + "spray_shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_stream_cursor_value_input": { - "id": [ - 3955 + "steam_id": [ + 2461 ], - "map_id": [ - 3955 + "team_damage": [ + 2461 ], - "match_id": [ - 3955 + "team_flashed": [ + 2461 ], - "observed_at": [ - 3558 + "three_kill_rounds": [ + 2461 ], - "previous_rank": [ - 38 + "total_engagement_frames": [ + 2461 ], - "rank": [ - 38 + "trade_kill_attempts": [ + 2461 ], - "rank_type": [ - 38 + "trade_kill_opportunities": [ + 2461 ], - "steam_id": [ - 178 + "trade_kill_successes": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_sum_fields": { - "previous_rank": [ - 38 + "traded_death_attempts": [ + 2461 ], - "rank": [ - 38 + "traded_death_opportunities": [ + 2461 ], - "rank_type": [ - 38 + "traded_death_successes": [ + 2461 ], - "steam_id": [ - 178 + "two_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_sum_order_by": { - "previous_rank": [ - 2020 + "unused_utility_value": [ + 2461 ], - "rank": [ - 2020 + "utility_on_death": [ + 2461 ], - "rank_type": [ - 2020 + "wasted_magazine_shots": [ + 2461 ], - "steam_id": [ - 2020 + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_premier_rank_history_update_column": {}, - "player_premier_rank_history_updates": { - "_inc": [ - 2646 + "player_match_stats_v_bool_exp": { + "_and": [ + 2993 ], - "_set": [ - 2657 + "_not": [ + 2993 ], - "where": [ - 2644 + "_or": [ + 2993 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_var_pop_fields": { - "previous_rank": [ - 29 + "assists": [ + 39 ], - "rank": [ - 29 + "assists_ct": [ + 39 ], - "rank_type": [ - 29 + "assists_t": [ + 39 ], - "steam_id": [ - 29 + "avg_crosshair_angle_deg": [ + 2460 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_var_pop_order_by": { - "previous_rank": [ - 2020 + "avg_flash_duration": [ + 2460 ], - "rank": [ - 2020 + "avg_time_to_damage_s": [ + 2460 ], - "rank_type": [ - 2020 + "counter_strafe_eligible_shots": [ + 39 ], - "steam_id": [ - 2020 + "counter_strafed_shots": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_var_samp_fields": { - "previous_rank": [ - 29 + "damage": [ + 39 ], - "rank": [ - 29 + "damage_ct": [ + 39 ], - "rank_type": [ - 29 + "damage_t": [ + 39 ], - "steam_id": [ - 29 + "deaths": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_var_samp_order_by": { - "previous_rank": [ - 2020 + "deaths_ct": [ + 39 ], - "rank": [ - 2020 + "deaths_t": [ + 39 ], - "rank_type": [ - 2020 + "decoy_throws": [ + 39 ], - "steam_id": [ - 2020 + "enemies_flashed": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_variance_fields": { - "previous_rank": [ - 29 + "first_bullet_hits": [ + 39 ], - "rank": [ - 29 + "first_bullet_shots": [ + 39 ], - "rank_type": [ - 29 + "five_kill_rounds": [ + 39 ], - "steam_id": [ - 29 + "flash_assists": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_premier_rank_history_variance_order_by": { - "previous_rank": [ - 2020 + "flashes_thrown": [ + 39 ], - "rank": [ - 2020 + "four_kill_rounds": [ + 39 ], - "rank_type": [ - 2020 + "he_damage": [ + 39 ], - "steam_id": [ - 2020 + "he_team_damage": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_sanctions": { - "created_at": [ - 3558 + "he_throws": [ + 39 ], - "deleted_at": [ - 3558 + "headshot_hits": [ + 39 ], - "e_sanction_type": [ - 829 + "hits": [ + 39 ], - "id": [ - 3955 + "hits_at_spotted": [ + 39 ], - "player": [ - 2978 + "hs_kills": [ + 39 ], - "player_steam_id": [ - 178 + "hs_kills_ct": [ + 39 ], - "reason": [ - 79 + "hs_kills_t": [ + 39 ], - "remove_sanction_date": [ - 3558 + "kills": [ + 39 ], - "sanctioned_by": [ - 2978 + "kills_ct": [ + 39 ], - "sanctioned_by_steam_id": [ - 178 + "kills_t": [ + 39 ], - "type": [ - 834 + "knife_kills": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_aggregate": { - "aggregate": [ - 2680 + "match_id": [ + 4444 ], - "nodes": [ - 2676 + "molotov_damage": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_aggregate_bool_exp": { - "count": [ - 2679 + "molotov_throws": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_aggregate_bool_exp_count": { - "arguments": [ - 2697 + "non_awp_hits": [ + 39 ], - "distinct": [ - 3 + "on_target_frames": [ + 39 ], - "filter": [ - 2685 + "rounds_ct": [ + 39 ], - "predicate": [ + "rounds_played": [ 39 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_aggregate_fields": { - "avg": [ - 2683 + "rounds_t": [ + 39 ], - "count": [ - 38, - { - "columns": [ - 2697, - "[player_sanctions_select_column!]" - ], - "distinct": [ - 3 - ] - } + "shots_at_spotted": [ + 39 ], - "max": [ - 2689 + "shots_fired": [ + 39 ], - "min": [ - 2691 + "smoke_throws": [ + 39 ], - "stddev": [ - 2699 + "spotted_count": [ + 39 ], - "stddev_pop": [ - 2701 + "spotted_with_damage_count": [ + 39 ], - "stddev_samp": [ - 2703 + "spray_hits": [ + 39 ], - "sum": [ - 2707 + "spray_shots": [ + 39 ], - "var_pop": [ - 2711 + "steam_id": [ + 182 ], - "var_samp": [ - 2713 + "team_damage": [ + 39 ], - "variance": [ - 2715 + "team_flashed": [ + 39 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_aggregate_order_by": { - "avg": [ - 2684 + "three_kill_rounds": [ + 39 ], - "count": [ - 2020 + "total_engagement_frames": [ + 39 ], - "max": [ - 2690 + "trade_kill_attempts": [ + 39 ], - "min": [ - 2692 + "trade_kill_opportunities": [ + 39 ], - "stddev": [ - 2700 + "trade_kill_successes": [ + 39 ], - "stddev_pop": [ - 2702 + "traded_death_attempts": [ + 39 ], - "stddev_samp": [ - 2704 + "traded_death_opportunities": [ + 39 ], - "sum": [ - 2708 + "traded_death_successes": [ + 39 ], - "var_pop": [ - 2712 + "two_kill_rounds": [ + 39 ], - "var_samp": [ - 2714 + "unused_utility_value": [ + 39 ], - "variance": [ - 2716 + "utility_on_death": [ + 2460 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_arr_rel_insert_input": { - "data": [ - 2688 + "wasted_magazine_shots": [ + 39 ], - "on_conflict": [ - 2694 + "zeus_kills": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "player_sanctions_avg_fields": { - "player_steam_id": [ - 29 + "player_match_stats_v_insert_input": { + "assists": [ + 38 ], - "sanctioned_by_steam_id": [ - 29 + "assists_ct": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_avg_order_by": { - "player_steam_id": [ - 2020 + "assists_t": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "avg_crosshair_angle_deg": [ + 2459 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_bool_exp": { - "_and": [ - 2685 + "avg_flash_duration": [ + 2459 ], - "_not": [ - 2685 + "avg_time_to_damage_s": [ + 2459 ], - "_or": [ - 2685 + "counter_strafe_eligible_shots": [ + 38 ], - "created_at": [ - 3559 + "counter_strafed_shots": [ + 38 ], - "deleted_at": [ - 3559 + "damage": [ + 38 ], - "e_sanction_type": [ - 832 + "damage_ct": [ + 38 ], - "id": [ - 3957 + "damage_t": [ + 38 ], - "player": [ - 2982 + "deaths": [ + 38 ], - "player_steam_id": [ - 180 + "deaths_ct": [ + 38 ], - "reason": [ - 81 + "deaths_t": [ + 38 ], - "remove_sanction_date": [ - 3559 + "decoy_throws": [ + 38 ], - "sanctioned_by": [ - 2982 + "enemies_flashed": [ + 38 ], - "sanctioned_by_steam_id": [ - 180 + "first_bullet_hits": [ + 38 ], - "type": [ - 835 + "first_bullet_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_constraint": {}, - "player_sanctions_inc_input": { - "player_steam_id": [ - 178 + "five_kill_rounds": [ + 38 ], - "sanctioned_by_steam_id": [ - 178 + "flash_assists": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_insert_input": { - "created_at": [ - 3558 + "flashes_thrown": [ + 38 ], - "deleted_at": [ - 3558 + "four_kill_rounds": [ + 38 ], - "e_sanction_type": [ - 840 + "he_damage": [ + 38 ], - "id": [ - 3955 + "he_team_damage": [ + 38 ], - "player": [ - 2989 + "he_throws": [ + 38 ], - "player_steam_id": [ - 178 + "headshot_hits": [ + 38 ], - "reason": [ - 79 + "hits": [ + 38 ], - "remove_sanction_date": [ - 3558 + "hits_at_spotted": [ + 38 ], - "sanctioned_by": [ - 2989 + "hs_kills": [ + 38 ], - "sanctioned_by_steam_id": [ - 178 + "hs_kills_ct": [ + 38 ], - "type": [ - 834 + "hs_kills_t": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_max_fields": { - "created_at": [ - 3558 + "kills": [ + 38 ], - "deleted_at": [ - 3558 + "kills_ct": [ + 38 ], - "id": [ - 3955 + "kills_t": [ + 38 ], - "player_steam_id": [ - 178 + "knife_kills": [ + 38 ], - "reason": [ - 79 + "match_id": [ + 4442 ], - "remove_sanction_date": [ - 3558 + "molotov_damage": [ + 38 ], - "sanctioned_by_steam_id": [ - 178 + "molotov_throws": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_max_order_by": { - "created_at": [ - 2020 + "non_awp_hits": [ + 38 ], - "deleted_at": [ - 2020 + "on_target_frames": [ + 38 ], - "id": [ - 2020 + "rounds_ct": [ + 38 ], - "player_steam_id": [ - 2020 + "rounds_played": [ + 38 ], - "reason": [ - 2020 + "rounds_t": [ + 38 ], - "remove_sanction_date": [ - 2020 + "shots_at_spotted": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "shots_fired": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_min_fields": { - "created_at": [ - 3558 + "smoke_throws": [ + 38 ], - "deleted_at": [ - 3558 + "spotted_count": [ + 38 ], - "id": [ - 3955 + "spotted_with_damage_count": [ + 38 ], - "player_steam_id": [ - 178 + "spray_hits": [ + 38 ], - "reason": [ - 79 + "spray_shots": [ + 38 ], - "remove_sanction_date": [ - 3558 + "steam_id": [ + 180 ], - "sanctioned_by_steam_id": [ - 178 + "team_damage": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_min_order_by": { - "created_at": [ - 2020 + "team_flashed": [ + 38 ], - "deleted_at": [ - 2020 + "three_kill_rounds": [ + 38 ], - "id": [ - 2020 + "total_engagement_frames": [ + 38 ], - "player_steam_id": [ - 2020 + "trade_kill_attempts": [ + 38 ], - "reason": [ - 2020 + "trade_kill_opportunities": [ + 38 ], - "remove_sanction_date": [ - 2020 + "trade_kill_successes": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "traded_death_attempts": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_mutation_response": { - "affected_rows": [ + "traded_death_opportunities": [ 38 ], - "returning": [ - 2676 + "traded_death_successes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_on_conflict": { - "constraint": [ - 2686 + "two_kill_rounds": [ + 38 ], - "update_columns": [ - 2709 + "unused_utility_value": [ + 38 ], - "where": [ - 2685 + "utility_on_death": [ + 2459 + ], + "wasted_magazine_shots": [ + 38 + ], + "zeus_kills": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_sanctions_order_by": { - "created_at": [ - 2020 - ], - "deleted_at": [ - 2020 + "player_match_stats_v_max_fields": { + "assists": [ + 38 ], - "e_sanction_type": [ - 842 + "assists_ct": [ + 38 ], - "id": [ - 2020 + "assists_t": [ + 38 ], - "player": [ - 2991 + "avg_crosshair_angle_deg": [ + 2459 ], - "player_steam_id": [ - 2020 + "avg_flash_duration": [ + 2459 ], - "reason": [ - 2020 + "avg_time_to_damage_s": [ + 2459 ], - "remove_sanction_date": [ - 2020 + "counter_strafe_eligible_shots": [ + 38 ], - "sanctioned_by": [ - 2991 + "counter_strafed_shots": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "damage": [ + 38 ], - "type": [ - 2020 + "damage_ct": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_pk_columns_input": { - "created_at": [ - 3558 + "damage_t": [ + 38 ], - "id": [ - 3955 + "deaths": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_select_column": {}, - "player_sanctions_set_input": { - "created_at": [ - 3558 + "deaths_ct": [ + 38 ], - "deleted_at": [ - 3558 + "deaths_t": [ + 38 ], - "id": [ - 3955 + "decoy_throws": [ + 38 ], - "player_steam_id": [ - 178 + "enemies_flashed": [ + 38 ], - "reason": [ - 79 + "first_bullet_hits": [ + 38 ], - "remove_sanction_date": [ - 3558 + "first_bullet_shots": [ + 38 ], - "sanctioned_by_steam_id": [ - 178 + "five_kill_rounds": [ + 38 ], - "type": [ - 834 + "flash_assists": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stddev_fields": { - "player_steam_id": [ - 29 + "flashes_thrown": [ + 38 ], - "sanctioned_by_steam_id": [ - 29 + "four_kill_rounds": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stddev_order_by": { - "player_steam_id": [ - 2020 + "he_damage": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "he_team_damage": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stddev_pop_fields": { - "player_steam_id": [ - 29 + "he_throws": [ + 38 ], - "sanctioned_by_steam_id": [ - 29 + "headshot_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stddev_pop_order_by": { - "player_steam_id": [ - 2020 + "hits": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "hits_at_spotted": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stddev_samp_fields": { - "player_steam_id": [ - 29 + "hs_kills": [ + 38 ], - "sanctioned_by_steam_id": [ - 29 + "hs_kills_ct": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stddev_samp_order_by": { - "player_steam_id": [ - 2020 + "hs_kills_t": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "kills": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stream_cursor_input": { - "initial_value": [ - 2706 + "kills_ct": [ + 38 ], - "ordering": [ - 233 + "kills_t": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_stream_cursor_value_input": { - "created_at": [ - 3558 + "knife_kills": [ + 38 ], - "deleted_at": [ - 3558 + "match_id": [ + 4442 ], - "id": [ - 3955 + "molotov_damage": [ + 38 ], - "player_steam_id": [ - 178 + "molotov_throws": [ + 38 ], - "reason": [ - 79 + "non_awp_hits": [ + 38 ], - "remove_sanction_date": [ - 3558 + "on_target_frames": [ + 38 ], - "sanctioned_by_steam_id": [ - 178 + "rounds_ct": [ + 38 ], - "type": [ - 834 + "rounds_played": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_sum_fields": { - "player_steam_id": [ - 178 + "rounds_t": [ + 38 ], - "sanctioned_by_steam_id": [ - 178 + "shots_at_spotted": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_sum_order_by": { - "player_steam_id": [ - 2020 + "shots_fired": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "smoke_throws": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_update_column": {}, - "player_sanctions_updates": { - "_inc": [ - 2687 + "spotted_count": [ + 38 ], - "_set": [ - 2698 + "spotted_with_damage_count": [ + 38 ], - "where": [ - 2685 + "spray_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_var_pop_fields": { - "player_steam_id": [ - 29 + "spray_shots": [ + 38 ], - "sanctioned_by_steam_id": [ - 29 + "steam_id": [ + 180 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_var_pop_order_by": { - "player_steam_id": [ - 2020 + "team_damage": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "team_flashed": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_var_samp_fields": { - "player_steam_id": [ - 29 + "three_kill_rounds": [ + 38 ], - "sanctioned_by_steam_id": [ - 29 + "total_engagement_frames": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_var_samp_order_by": { - "player_steam_id": [ - 2020 + "trade_kill_attempts": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "trade_kill_opportunities": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_variance_fields": { - "player_steam_id": [ - 29 + "trade_kill_successes": [ + 38 ], - "sanctioned_by_steam_id": [ - 29 + "traded_death_attempts": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_sanctions_variance_order_by": { - "player_steam_id": [ - 2020 + "traded_death_opportunities": [ + 38 ], - "sanctioned_by_steam_id": [ - 2020 + "traded_death_successes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_season_stats": { - "assists": [ - 178 + "two_kill_rounds": [ + 38 ], - "deaths": [ - 178 + "unused_utility_value": [ + 38 ], - "headshot_percentage": [ - 1093 + "utility_on_death": [ + 2459 ], - "headshots": [ - 178 + "wasted_magazine_shots": [ + 38 ], - "kills": [ - 178 + "zeus_kills": [ + 38 ], - "player": [ - 2978 + "__typename": [ + 78 + ] + }, + "player_match_stats_v_max_order_by": { + "assists": [ + 2461 ], - "player_steam_id": [ - 178 + "assists_ct": [ + 2461 ], - "season": [ - 3034 + "assists_t": [ + 2461 ], - "season_id": [ - 3955 + "avg_crosshair_angle_deg": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate": { - "aggregate": [ - 2731 + "avg_flash_duration": [ + 2461 ], - "nodes": [ - 2717 + "avg_time_to_damage_s": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp": { - "avg": [ - 2720 + "counter_strafe_eligible_shots": [ + 2461 ], - "corr": [ - 2721 + "counter_strafed_shots": [ + 2461 ], - "count": [ - 2723 + "damage": [ + 2461 ], - "covar_samp": [ - 2724 + "damage_ct": [ + 2461 ], - "max": [ - 2726 + "damage_t": [ + 2461 ], - "min": [ - 2727 + "deaths": [ + 2461 ], - "stddev_samp": [ - 2728 + "deaths_ct": [ + 2461 ], - "sum": [ - 2729 + "deaths_t": [ + 2461 ], - "var_samp": [ - 2730 + "decoy_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_avg": { - "arguments": [ - 2749 + "enemies_flashed": [ + 2461 ], - "distinct": [ - 3 + "first_bullet_hits": [ + 2461 ], - "filter": [ - 2736 + "first_bullet_shots": [ + 2461 ], - "predicate": [ - 1094 + "five_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_corr": { - "arguments": [ - 2722 + "flash_assists": [ + 2461 ], - "distinct": [ - 3 + "flashes_thrown": [ + 2461 ], - "filter": [ - 2736 + "four_kill_rounds": [ + 2461 ], - "predicate": [ - 1094 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_corr_arguments": { - "X": [ - 2750 + "he_team_damage": [ + 2461 ], - "Y": [ - 2750 + "he_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_count": { - "arguments": [ - 2748 + "headshot_hits": [ + 2461 ], - "distinct": [ - 3 + "hits": [ + 2461 ], - "filter": [ - 2736 + "hits_at_spotted": [ + 2461 ], - "predicate": [ - 39 + "hs_kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_covar_samp": { - "arguments": [ - 2725 + "hs_kills_ct": [ + 2461 ], - "distinct": [ - 3 + "hs_kills_t": [ + 2461 ], - "filter": [ - 2736 + "kills": [ + 2461 ], - "predicate": [ - 1094 + "kills_ct": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { - "X": [ - 2751 + "kills_t": [ + 2461 ], - "Y": [ - 2751 + "knife_kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_max": { - "arguments": [ - 2752 + "match_id": [ + 2461 ], - "distinct": [ - 3 + "molotov_damage": [ + 2461 ], - "filter": [ - 2736 + "molotov_throws": [ + 2461 ], - "predicate": [ - 1094 + "non_awp_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_min": { - "arguments": [ - 2753 + "on_target_frames": [ + 2461 ], - "distinct": [ - 3 + "rounds_ct": [ + 2461 ], - "filter": [ - 2736 + "rounds_played": [ + 2461 ], - "predicate": [ - 1094 + "rounds_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_stddev_samp": { - "arguments": [ - 2754 + "shots_at_spotted": [ + 2461 ], - "distinct": [ - 3 + "shots_fired": [ + 2461 ], - "filter": [ - 2736 + "smoke_throws": [ + 2461 ], - "predicate": [ - 1094 + "spotted_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_sum": { - "arguments": [ - 2755 + "spotted_with_damage_count": [ + 2461 ], - "distinct": [ - 3 + "spray_hits": [ + 2461 ], - "filter": [ - 2736 + "spray_shots": [ + 2461 ], - "predicate": [ - 1094 + "steam_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_bool_exp_var_samp": { - "arguments": [ - 2756 + "team_damage": [ + 2461 ], - "distinct": [ - 3 + "team_flashed": [ + 2461 ], - "filter": [ - 2736 + "three_kill_rounds": [ + 2461 ], - "predicate": [ - 1094 + "total_engagement_frames": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_aggregate_fields": { - "avg": [ - 2734 + "trade_kill_attempts": [ + 2461 ], - "count": [ - 38, - { - "columns": [ - 2748, - "[player_season_stats_select_column!]" - ], - "distinct": [ - 3 - ] - } + "trade_kill_opportunities": [ + 2461 ], - "max": [ - 2740 + "trade_kill_successes": [ + 2461 ], - "min": [ - 2742 + "traded_death_attempts": [ + 2461 ], - "stddev": [ - 2758 + "traded_death_opportunities": [ + 2461 ], - "stddev_pop": [ - 2760 + "traded_death_successes": [ + 2461 ], - "stddev_samp": [ - 2762 + "two_kill_rounds": [ + 2461 ], - "sum": [ - 2766 + "unused_utility_value": [ + 2461 ], - "var_pop": [ - 2770 + "utility_on_death": [ + 2461 ], - "var_samp": [ - 2772 + "wasted_magazine_shots": [ + 2461 ], - "variance": [ - 2774 + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_season_stats_aggregate_order_by": { - "avg": [ - 2735 - ], - "count": [ - 2020 + "player_match_stats_v_min_fields": { + "assists": [ + 38 ], - "max": [ - 2741 + "assists_ct": [ + 38 ], - "min": [ - 2743 + "assists_t": [ + 38 ], - "stddev": [ - 2759 + "avg_crosshair_angle_deg": [ + 2459 ], - "stddev_pop": [ - 2761 + "avg_flash_duration": [ + 2459 ], - "stddev_samp": [ - 2763 + "avg_time_to_damage_s": [ + 2459 ], - "sum": [ - 2767 + "counter_strafe_eligible_shots": [ + 38 ], - "var_pop": [ - 2771 + "counter_strafed_shots": [ + 38 ], - "var_samp": [ - 2773 + "damage": [ + 38 ], - "variance": [ - 2775 + "damage_ct": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_arr_rel_insert_input": { - "data": [ - 2739 + "damage_t": [ + 38 ], - "on_conflict": [ - 2745 + "deaths": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_avg_fields": { - "assists": [ - 29 + "deaths_ct": [ + 38 ], - "deaths": [ - 29 + "deaths_t": [ + 38 ], - "headshot_percentage": [ - 29 + "decoy_throws": [ + 38 ], - "headshots": [ - 29 + "enemies_flashed": [ + 38 ], - "kills": [ - 29 + "first_bullet_hits": [ + 38 ], - "player_steam_id": [ - 29 + "first_bullet_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_avg_order_by": { - "assists": [ - 2020 + "five_kill_rounds": [ + 38 ], - "deaths": [ - 2020 + "flash_assists": [ + 38 ], - "headshot_percentage": [ - 2020 + "flashes_thrown": [ + 38 ], - "headshots": [ - 2020 + "four_kill_rounds": [ + 38 ], - "kills": [ - 2020 + "he_damage": [ + 38 ], - "player_steam_id": [ - 2020 + "he_team_damage": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_bool_exp": { - "_and": [ - 2736 + "he_throws": [ + 38 ], - "_not": [ - 2736 + "headshot_hits": [ + 38 ], - "_or": [ - 2736 + "hits": [ + 38 ], - "assists": [ - 180 + "hits_at_spotted": [ + 38 ], - "deaths": [ - 180 + "hs_kills": [ + 38 ], - "headshot_percentage": [ - 1094 + "hs_kills_ct": [ + 38 ], - "headshots": [ - 180 + "hs_kills_t": [ + 38 ], "kills": [ - 180 + 38 ], - "player": [ - 2982 + "kills_ct": [ + 38 ], - "player_steam_id": [ - 180 + "kills_t": [ + 38 ], - "season": [ - 3038 + "knife_kills": [ + 38 ], - "season_id": [ - 3957 + "match_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_constraint": {}, - "player_season_stats_inc_input": { - "assists": [ - 178 + "molotov_damage": [ + 38 ], - "deaths": [ - 178 + "molotov_throws": [ + 38 ], - "headshot_percentage": [ - 1093 + "non_awp_hits": [ + 38 ], - "headshots": [ - 178 + "on_target_frames": [ + 38 ], - "kills": [ - 178 + "rounds_ct": [ + 38 ], - "player_steam_id": [ - 178 + "rounds_played": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_insert_input": { - "assists": [ - 178 + "rounds_t": [ + 38 ], - "deaths": [ - 178 + "shots_at_spotted": [ + 38 ], - "headshot_percentage": [ - 1093 + "shots_fired": [ + 38 ], - "headshots": [ - 178 + "smoke_throws": [ + 38 ], - "kills": [ - 178 + "spotted_count": [ + 38 ], - "player": [ - 2989 + "spotted_with_damage_count": [ + 38 ], - "player_steam_id": [ - 178 + "spray_hits": [ + 38 ], - "season": [ - 3045 + "spray_shots": [ + 38 ], - "season_id": [ - 3955 + "steam_id": [ + 180 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_max_fields": { - "assists": [ - 178 + "team_damage": [ + 38 ], - "deaths": [ - 178 + "team_flashed": [ + 38 ], - "headshot_percentage": [ - 1093 + "three_kill_rounds": [ + 38 ], - "headshots": [ - 178 + "total_engagement_frames": [ + 38 ], - "kills": [ - 178 + "trade_kill_attempts": [ + 38 ], - "player_steam_id": [ - 178 + "trade_kill_opportunities": [ + 38 ], - "season_id": [ - 3955 + "trade_kill_successes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_max_order_by": { - "assists": [ - 2020 + "traded_death_attempts": [ + 38 ], - "deaths": [ - 2020 + "traded_death_opportunities": [ + 38 ], - "headshot_percentage": [ - 2020 + "traded_death_successes": [ + 38 ], - "headshots": [ - 2020 + "two_kill_rounds": [ + 38 ], - "kills": [ - 2020 + "unused_utility_value": [ + 38 ], - "player_steam_id": [ - 2020 + "utility_on_death": [ + 2459 ], - "season_id": [ - 2020 + "wasted_magazine_shots": [ + 38 + ], + "zeus_kills": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_season_stats_min_fields": { + "player_match_stats_v_min_order_by": { "assists": [ - 178 + 2461 ], - "deaths": [ - 178 + "assists_ct": [ + 2461 ], - "headshot_percentage": [ - 1093 + "assists_t": [ + 2461 ], - "headshots": [ - 178 + "avg_crosshair_angle_deg": [ + 2461 ], - "kills": [ - 178 + "avg_flash_duration": [ + 2461 ], - "player_steam_id": [ - 178 + "avg_time_to_damage_s": [ + 2461 ], - "season_id": [ - 3955 + "counter_strafe_eligible_shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_min_order_by": { - "assists": [ - 2020 + "counter_strafed_shots": [ + 2461 + ], + "damage": [ + 2461 + ], + "damage_ct": [ + 2461 + ], + "damage_t": [ + 2461 ], "deaths": [ - 2020 + 2461 ], - "headshot_percentage": [ - 2020 + "deaths_ct": [ + 2461 ], - "headshots": [ - 2020 + "deaths_t": [ + 2461 ], - "kills": [ - 2020 + "decoy_throws": [ + 2461 ], - "player_steam_id": [ - 2020 + "enemies_flashed": [ + 2461 ], - "season_id": [ - 2020 + "first_bullet_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_mutation_response": { - "affected_rows": [ - 38 + "first_bullet_shots": [ + 2461 ], - "returning": [ - 2717 + "five_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_on_conflict": { - "constraint": [ - 2737 + "flash_assists": [ + 2461 ], - "update_columns": [ - 2768 + "flashes_thrown": [ + 2461 ], - "where": [ - 2736 + "four_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_order_by": { - "assists": [ - 2020 + "he_damage": [ + 2461 ], - "deaths": [ - 2020 + "he_team_damage": [ + 2461 ], - "headshot_percentage": [ - 2020 + "he_throws": [ + 2461 ], - "headshots": [ - 2020 + "headshot_hits": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_at_spotted": [ + 2461 + ], + "hs_kills": [ + 2461 + ], + "hs_kills_ct": [ + 2461 + ], + "hs_kills_t": [ + 2461 ], "kills": [ - 2020 + 2461 ], - "player": [ - 2991 + "kills_ct": [ + 2461 ], - "player_steam_id": [ - 2020 + "kills_t": [ + 2461 ], - "season": [ - 3047 + "knife_kills": [ + 2461 ], - "season_id": [ - 2020 + "match_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_pk_columns_input": { - "player_steam_id": [ - 178 + "molotov_damage": [ + 2461 ], - "season_id": [ - 3955 + "molotov_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_select_column": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_avg_arguments_columns": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_corr_arguments_columns": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_covar_samp_arguments_columns": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_max_arguments_columns": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_min_arguments_columns": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_stddev_samp_arguments_columns": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_sum_arguments_columns": {}, - "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, - "player_season_stats_set_input": { - "assists": [ - 178 + "non_awp_hits": [ + 2461 ], - "deaths": [ - 178 + "on_target_frames": [ + 2461 ], - "headshot_percentage": [ - 1093 + "rounds_ct": [ + 2461 ], - "headshots": [ - 178 + "rounds_played": [ + 2461 ], - "kills": [ - 178 + "rounds_t": [ + 2461 ], - "player_steam_id": [ - 178 + "shots_at_spotted": [ + 2461 ], - "season_id": [ - 3955 + "shots_fired": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_stddev_fields": { - "assists": [ - 29 + "smoke_throws": [ + 2461 ], - "deaths": [ - 29 + "spotted_count": [ + 2461 ], - "headshot_percentage": [ - 29 + "spotted_with_damage_count": [ + 2461 ], - "headshots": [ - 29 + "spray_hits": [ + 2461 ], - "kills": [ - 29 + "spray_shots": [ + 2461 ], - "player_steam_id": [ - 29 + "steam_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_stddev_order_by": { - "assists": [ - 2020 + "team_damage": [ + 2461 ], - "deaths": [ - 2020 + "team_flashed": [ + 2461 ], - "headshot_percentage": [ - 2020 + "three_kill_rounds": [ + 2461 ], - "headshots": [ - 2020 + "total_engagement_frames": [ + 2461 ], - "kills": [ - 2020 + "trade_kill_attempts": [ + 2461 ], - "player_steam_id": [ - 2020 + "trade_kill_opportunities": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_stddev_pop_fields": { - "assists": [ - 29 + "trade_kill_successes": [ + 2461 ], - "deaths": [ - 29 + "traded_death_attempts": [ + 2461 ], - "headshot_percentage": [ - 29 + "traded_death_opportunities": [ + 2461 ], - "headshots": [ - 29 + "traded_death_successes": [ + 2461 ], - "kills": [ - 29 + "two_kill_rounds": [ + 2461 ], - "player_steam_id": [ - 29 + "unused_utility_value": [ + 2461 + ], + "utility_on_death": [ + 2461 + ], + "wasted_magazine_shots": [ + 2461 + ], + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_season_stats_stddev_pop_order_by": { + "player_match_stats_v_order_by": { "assists": [ - 2020 + 2461 ], - "deaths": [ - 2020 + "assists_ct": [ + 2461 ], - "headshot_percentage": [ - 2020 + "assists_t": [ + 2461 ], - "headshots": [ - 2020 + "avg_crosshair_angle_deg": [ + 2461 ], - "kills": [ - 2020 + "avg_flash_duration": [ + 2461 ], - "player_steam_id": [ - 2020 + "avg_time_to_damage_s": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_stddev_samp_fields": { - "assists": [ - 29 + "counter_strafe_eligible_shots": [ + 2461 + ], + "counter_strafed_shots": [ + 2461 + ], + "damage": [ + 2461 + ], + "damage_ct": [ + 2461 + ], + "damage_t": [ + 2461 ], "deaths": [ - 29 + 2461 ], - "headshot_percentage": [ - 29 + "deaths_ct": [ + 2461 ], - "headshots": [ - 29 + "deaths_t": [ + 2461 ], - "kills": [ - 29 + "decoy_throws": [ + 2461 ], - "player_steam_id": [ - 29 + "enemies_flashed": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_stddev_samp_order_by": { - "assists": [ - 2020 + "first_bullet_hits": [ + 2461 ], - "deaths": [ - 2020 + "first_bullet_shots": [ + 2461 ], - "headshot_percentage": [ - 2020 + "five_kill_rounds": [ + 2461 ], - "headshots": [ - 2020 + "flash_assists": [ + 2461 ], - "kills": [ - 2020 + "flashes_thrown": [ + 2461 ], - "player_steam_id": [ - 2020 + "four_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_stream_cursor_input": { - "initial_value": [ - 2765 + "he_damage": [ + 2461 ], - "ordering": [ - 233 + "he_team_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_stream_cursor_value_input": { - "assists": [ - 178 + "he_throws": [ + 2461 ], - "deaths": [ - 178 + "headshot_hits": [ + 2461 ], - "headshot_percentage": [ - 1093 + "hits": [ + 2461 ], - "headshots": [ - 178 + "hits_at_spotted": [ + 2461 + ], + "hs_kills": [ + 2461 + ], + "hs_kills_ct": [ + 2461 + ], + "hs_kills_t": [ + 2461 ], "kills": [ - 178 + 2461 ], - "player_steam_id": [ - 178 + "kills_ct": [ + 2461 ], - "season_id": [ - 3955 + "kills_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_sum_fields": { - "assists": [ - 178 + "knife_kills": [ + 2461 ], - "deaths": [ - 178 + "match_id": [ + 2461 ], - "headshot_percentage": [ - 1093 + "molotov_damage": [ + 2461 ], - "headshots": [ - 178 + "molotov_throws": [ + 2461 ], - "kills": [ - 178 + "non_awp_hits": [ + 2461 ], - "player_steam_id": [ - 178 + "on_target_frames": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_sum_order_by": { - "assists": [ - 2020 + "rounds_ct": [ + 2461 ], - "deaths": [ - 2020 + "rounds_played": [ + 2461 ], - "headshot_percentage": [ - 2020 + "rounds_t": [ + 2461 ], - "headshots": [ - 2020 + "shots_at_spotted": [ + 2461 ], - "kills": [ - 2020 + "shots_fired": [ + 2461 ], - "player_steam_id": [ - 2020 + "smoke_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_update_column": {}, - "player_season_stats_updates": { - "_inc": [ - 2738 + "spotted_count": [ + 2461 ], - "_set": [ - 2757 + "spotted_with_damage_count": [ + 2461 ], - "where": [ - 2736 + "spray_hits": [ + 2461 + ], + "spray_shots": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "team_damage": [ + 2461 + ], + "team_flashed": [ + 2461 + ], + "three_kill_rounds": [ + 2461 + ], + "total_engagement_frames": [ + 2461 + ], + "trade_kill_attempts": [ + 2461 + ], + "trade_kill_opportunities": [ + 2461 + ], + "trade_kill_successes": [ + 2461 + ], + "traded_death_attempts": [ + 2461 + ], + "traded_death_opportunities": [ + 2461 + ], + "traded_death_successes": [ + 2461 + ], + "two_kill_rounds": [ + 2461 + ], + "unused_utility_value": [ + 2461 + ], + "utility_on_death": [ + 2461 + ], + "wasted_magazine_shots": [ + 2461 + ], + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_season_stats_var_pop_fields": { + "player_match_stats_v_select_column": {}, + "player_match_stats_v_stddev_fields": { "assists": [ 29 ], - "deaths": [ + "assists_ct": [ 29 ], - "headshot_percentage": [ + "assists_t": [ 29 ], - "headshots": [ + "avg_crosshair_angle_deg": [ 29 ], - "kills": [ + "avg_flash_duration": [ 29 ], - "player_steam_id": [ + "avg_time_to_damage_s": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_var_pop_order_by": { - "assists": [ - 2020 + "counter_strafe_eligible_shots": [ + 29 ], - "deaths": [ - 2020 + "counter_strafed_shots": [ + 29 ], - "headshot_percentage": [ - 2020 + "damage": [ + 29 ], - "headshots": [ - 2020 + "damage_ct": [ + 29 ], - "kills": [ - 2020 + "damage_t": [ + 29 ], - "player_steam_id": [ - 2020 + "deaths": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_var_samp_fields": { - "assists": [ + "deaths_ct": [ 29 ], - "deaths": [ + "deaths_t": [ 29 ], - "headshot_percentage": [ + "decoy_throws": [ 29 ], - "headshots": [ + "enemies_flashed": [ 29 ], - "kills": [ + "first_bullet_hits": [ 29 ], - "player_steam_id": [ + "first_bullet_shots": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_var_samp_order_by": { - "assists": [ - 2020 + "five_kill_rounds": [ + 29 ], - "deaths": [ - 2020 + "flash_assists": [ + 29 ], - "headshot_percentage": [ - 2020 + "flashes_thrown": [ + 29 ], - "headshots": [ - 2020 + "four_kill_rounds": [ + 29 ], - "kills": [ - 2020 + "he_damage": [ + 29 ], - "player_steam_id": [ - 2020 + "he_team_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_variance_fields": { - "assists": [ + "he_throws": [ 29 ], - "deaths": [ + "headshot_hits": [ 29 ], - "headshot_percentage": [ + "hits": [ 29 ], - "headshots": [ + "hits_at_spotted": [ + 29 + ], + "hs_kills": [ + 29 + ], + "hs_kills_ct": [ + 29 + ], + "hs_kills_t": [ 29 ], "kills": [ 29 ], - "player_steam_id": [ + "kills_ct": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_season_stats_variance_order_by": { - "assists": [ - 2020 + "kills_t": [ + 29 ], - "deaths": [ - 2020 + "knife_kills": [ + 29 ], - "headshot_percentage": [ - 2020 + "molotov_damage": [ + 29 ], - "headshots": [ - 2020 + "molotov_throws": [ + 29 ], - "kills": [ - 2020 + "non_awp_hits": [ + 29 ], - "player_steam_id": [ - 2020 + "on_target_frames": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats": { - "assists": [ - 178 + "rounds_ct": [ + 29 ], - "deaths": [ - 178 + "rounds_played": [ + 29 ], - "headshot_percentage": [ - 1093 + "rounds_t": [ + 29 ], - "headshots": [ - 178 + "shots_at_spotted": [ + 29 ], - "kills": [ - 178 + "shots_fired": [ + 29 ], - "player": [ - 2978 + "smoke_throws": [ + 29 ], - "player_steam_id": [ - 178 + "spotted_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_aggregate": { - "aggregate": [ - 2778 + "spotted_with_damage_count": [ + 29 ], - "nodes": [ - 2776 + "spray_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_aggregate_fields": { - "avg": [ - 2779 + "spray_shots": [ + 29 ], - "count": [ - 38, - { - "columns": [ - 2791, - "[player_stats_select_column!]" - ], - "distinct": [ - 3 - ] - } + "steam_id": [ + 29 ], - "max": [ - 2784 + "team_damage": [ + 29 ], - "min": [ - 2785 + "team_flashed": [ + 29 ], - "stddev": [ - 2793 + "three_kill_rounds": [ + 29 ], - "stddev_pop": [ - 2794 + "total_engagement_frames": [ + 29 ], - "stddev_samp": [ - 2795 + "trade_kill_attempts": [ + 29 ], - "sum": [ - 2798 + "trade_kill_opportunities": [ + 29 ], - "var_pop": [ - 2801 + "trade_kill_successes": [ + 29 ], - "var_samp": [ - 2802 + "traded_death_attempts": [ + 29 ], - "variance": [ - 2803 + "traded_death_opportunities": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_avg_fields": { - "assists": [ + "traded_death_successes": [ 29 ], - "deaths": [ + "two_kill_rounds": [ 29 ], - "headshot_percentage": [ + "unused_utility_value": [ 29 ], - "headshots": [ + "utility_on_death": [ 29 ], - "kills": [ + "wasted_magazine_shots": [ 29 ], - "player_steam_id": [ + "zeus_kills": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_stats_bool_exp": { - "_and": [ - 2780 + "player_match_stats_v_stddev_order_by": { + "assists": [ + 2461 ], - "_not": [ - 2780 + "assists_ct": [ + 2461 ], - "_or": [ - 2780 + "assists_t": [ + 2461 ], - "assists": [ - 180 + "avg_crosshair_angle_deg": [ + 2461 ], - "deaths": [ - 180 + "avg_flash_duration": [ + 2461 ], - "headshot_percentage": [ - 1094 + "avg_time_to_damage_s": [ + 2461 ], - "headshots": [ - 180 + "counter_strafe_eligible_shots": [ + 2461 ], - "kills": [ - 180 + "counter_strafed_shots": [ + 2461 ], - "player": [ - 2982 + "damage": [ + 2461 ], - "player_steam_id": [ - 180 + "damage_ct": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_constraint": {}, - "player_stats_inc_input": { - "assists": [ - 178 + "damage_t": [ + 2461 ], "deaths": [ - 178 + 2461 ], - "headshot_percentage": [ - 1093 + "deaths_ct": [ + 2461 ], - "headshots": [ - 178 + "deaths_t": [ + 2461 ], - "kills": [ - 178 + "decoy_throws": [ + 2461 ], - "player_steam_id": [ - 178 + "enemies_flashed": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_insert_input": { - "assists": [ - 178 + "first_bullet_hits": [ + 2461 ], - "deaths": [ - 178 + "first_bullet_shots": [ + 2461 ], - "headshot_percentage": [ - 1093 + "five_kill_rounds": [ + 2461 ], - "headshots": [ - 178 + "flash_assists": [ + 2461 ], - "kills": [ - 178 + "flashes_thrown": [ + 2461 ], - "player": [ - 2989 + "four_kill_rounds": [ + 2461 ], - "player_steam_id": [ - 178 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_max_fields": { - "assists": [ - 178 + "he_team_damage": [ + 2461 ], - "deaths": [ - 178 + "he_throws": [ + 2461 ], - "headshot_percentage": [ - 1093 + "headshot_hits": [ + 2461 ], - "headshots": [ - 178 + "hits": [ + 2461 + ], + "hits_at_spotted": [ + 2461 + ], + "hs_kills": [ + 2461 + ], + "hs_kills_ct": [ + 2461 + ], + "hs_kills_t": [ + 2461 ], "kills": [ - 178 + 2461 ], - "player_steam_id": [ - 178 + "kills_ct": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_min_fields": { - "assists": [ - 178 + "kills_t": [ + 2461 ], - "deaths": [ - 178 + "knife_kills": [ + 2461 ], - "headshot_percentage": [ - 1093 + "molotov_damage": [ + 2461 ], - "headshots": [ - 178 + "molotov_throws": [ + 2461 ], - "kills": [ - 178 + "non_awp_hits": [ + 2461 ], - "player_steam_id": [ - 178 + "on_target_frames": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_mutation_response": { - "affected_rows": [ - 38 + "rounds_ct": [ + 2461 ], - "returning": [ - 2776 + "rounds_played": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_obj_rel_insert_input": { - "data": [ - 2783 + "rounds_t": [ + 2461 ], - "on_conflict": [ - 2788 + "shots_at_spotted": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_on_conflict": { - "constraint": [ - 2781 + "shots_fired": [ + 2461 ], - "update_columns": [ - 2799 + "smoke_throws": [ + 2461 ], - "where": [ - 2780 + "spotted_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_order_by": { - "assists": [ - 2020 + "spotted_with_damage_count": [ + 2461 ], - "deaths": [ - 2020 + "spray_hits": [ + 2461 ], - "headshot_percentage": [ - 2020 + "spray_shots": [ + 2461 ], - "headshots": [ - 2020 + "steam_id": [ + 2461 ], - "kills": [ - 2020 + "team_damage": [ + 2461 ], - "player": [ - 2991 + "team_flashed": [ + 2461 ], - "player_steam_id": [ - 2020 + "three_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_pk_columns_input": { - "player_steam_id": [ - 178 + "total_engagement_frames": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_stats_select_column": {}, - "player_stats_set_input": { - "assists": [ - 178 + "trade_kill_attempts": [ + 2461 ], - "deaths": [ - 178 + "trade_kill_opportunities": [ + 2461 ], - "headshot_percentage": [ - 1093 + "trade_kill_successes": [ + 2461 ], - "headshots": [ - 178 + "traded_death_attempts": [ + 2461 ], - "kills": [ - 178 + "traded_death_opportunities": [ + 2461 ], - "player_steam_id": [ - 178 + "traded_death_successes": [ + 2461 + ], + "two_kill_rounds": [ + 2461 + ], + "unused_utility_value": [ + 2461 + ], + "utility_on_death": [ + 2461 + ], + "wasted_magazine_shots": [ + 2461 + ], + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_stats_stddev_fields": { + "player_match_stats_v_stddev_pop_fields": { "assists": [ 29 ], - "deaths": [ + "assists_ct": [ 29 ], - "headshot_percentage": [ + "assists_t": [ 29 ], - "headshots": [ + "avg_crosshair_angle_deg": [ 29 ], - "kills": [ + "avg_flash_duration": [ 29 ], - "player_steam_id": [ + "avg_time_to_damage_s": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_stddev_pop_fields": { - "assists": [ + "counter_strafe_eligible_shots": [ 29 ], - "deaths": [ + "counter_strafed_shots": [ 29 ], - "headshot_percentage": [ + "damage": [ 29 ], - "headshots": [ + "damage_ct": [ 29 ], - "kills": [ + "damage_t": [ 29 ], - "player_steam_id": [ + "deaths": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_stddev_samp_fields": { - "assists": [ + "deaths_ct": [ 29 ], - "deaths": [ + "deaths_t": [ 29 ], - "headshot_percentage": [ + "decoy_throws": [ 29 ], - "headshots": [ + "enemies_flashed": [ 29 ], - "kills": [ + "first_bullet_hits": [ 29 ], - "player_steam_id": [ + "first_bullet_shots": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_stream_cursor_input": { - "initial_value": [ - 2797 + "five_kill_rounds": [ + 29 ], - "ordering": [ - 233 + "flash_assists": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_stream_cursor_value_input": { - "assists": [ - 178 + "flashes_thrown": [ + 29 ], - "deaths": [ - 178 + "four_kill_rounds": [ + 29 ], - "headshot_percentage": [ - 1093 + "he_damage": [ + 29 ], - "headshots": [ - 178 + "he_team_damage": [ + 29 ], - "kills": [ - 178 + "he_throws": [ + 29 ], - "player_steam_id": [ - 178 + "headshot_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_sum_fields": { - "assists": [ - 178 + "hits": [ + 29 ], - "deaths": [ - 178 + "hits_at_spotted": [ + 29 ], - "headshot_percentage": [ - 1093 + "hs_kills": [ + 29 ], - "headshots": [ - 178 + "hs_kills_ct": [ + 29 + ], + "hs_kills_t": [ + 29 ], "kills": [ - 178 + 29 ], - "player_steam_id": [ - 178 + "kills_ct": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_update_column": {}, - "player_stats_updates": { - "_inc": [ - 2782 + "kills_t": [ + 29 ], - "_set": [ - 2792 + "knife_kills": [ + 29 ], - "where": [ - 2780 + "molotov_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_var_pop_fields": { - "assists": [ + "molotov_throws": [ 29 ], - "deaths": [ + "non_awp_hits": [ 29 ], - "headshot_percentage": [ + "on_target_frames": [ 29 ], - "headshots": [ + "rounds_ct": [ 29 ], - "kills": [ + "rounds_played": [ 29 ], - "player_steam_id": [ + "rounds_t": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_var_samp_fields": { - "assists": [ + "shots_at_spotted": [ 29 ], - "deaths": [ + "shots_fired": [ 29 ], - "headshot_percentage": [ + "smoke_throws": [ 29 ], - "headshots": [ + "spotted_count": [ 29 ], - "kills": [ + "spotted_with_damage_count": [ 29 ], - "player_steam_id": [ + "spray_hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_stats_variance_fields": { - "assists": [ + "spray_shots": [ 29 ], - "deaths": [ + "steam_id": [ 29 ], - "headshot_percentage": [ + "team_damage": [ 29 ], - "headshots": [ + "team_flashed": [ 29 ], - "kills": [ + "three_kill_rounds": [ 29 ], - "player_steam_id": [ + "total_engagement_frames": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend": { - "bot_steam_account_id": [ - 3955 + "trade_kill_attempts": [ + 29 ], - "bot_steamid64": [ - 178 + "trade_kill_opportunities": [ + 29 ], - "created_at": [ - 3558 + "trade_kill_successes": [ + 29 ], - "friended_at": [ - 3558 + "traded_death_attempts": [ + 29 ], - "last_presence_state": [ - 1244, - { - "path": [ - 79 - ] - } + "traded_death_opportunities": [ + 29 ], - "player": [ - 2978 + "traded_death_successes": [ + 29 ], - "status": [ - 79 + "two_kill_rounds": [ + 29 ], - "steam_id": [ - 178 + "unused_utility_value": [ + 29 ], - "updated_at": [ - 3558 + "utility_on_death": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_aggregate": { - "aggregate": [ - 2806 + "wasted_magazine_shots": [ + 29 ], - "nodes": [ - 2804 + "zeus_kills": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_steam_bot_friend_aggregate_fields": { - "avg": [ - 2808 - ], - "count": [ - 38, - { - "columns": [ - 2823, - "[player_steam_bot_friend_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 2816 - ], - "min": [ - 2817 + "player_match_stats_v_stddev_pop_order_by": { + "assists": [ + 2461 ], - "stddev": [ - 2825 + "assists_ct": [ + 2461 ], - "stddev_pop": [ - 2826 + "assists_t": [ + 2461 ], - "stddev_samp": [ - 2827 + "avg_crosshair_angle_deg": [ + 2461 ], - "sum": [ - 2830 + "avg_flash_duration": [ + 2461 ], - "var_pop": [ - 2833 + "avg_time_to_damage_s": [ + 2461 ], - "var_samp": [ - 2834 + "counter_strafe_eligible_shots": [ + 2461 ], - "variance": [ - 2835 + "counter_strafed_shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_append_input": { - "last_presence_state": [ - 1244 + "damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_avg_fields": { - "bot_steamid64": [ - 29 + "damage_ct": [ + 2461 ], - "steam_id": [ - 29 + "damage_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_bool_exp": { - "_and": [ - 2809 + "deaths": [ + 2461 ], - "_not": [ - 2809 + "deaths_ct": [ + 2461 ], - "_or": [ - 2809 + "deaths_t": [ + 2461 ], - "bot_steam_account_id": [ - 3957 + "decoy_throws": [ + 2461 ], - "bot_steamid64": [ - 180 + "enemies_flashed": [ + 2461 ], - "created_at": [ - 3559 + "first_bullet_hits": [ + 2461 ], - "friended_at": [ - 3559 + "first_bullet_shots": [ + 2461 ], - "last_presence_state": [ - 1246 + "five_kill_rounds": [ + 2461 ], - "player": [ - 2982 + "flash_assists": [ + 2461 ], - "status": [ - 81 + "flashes_thrown": [ + 2461 ], - "steam_id": [ - 180 + "four_kill_rounds": [ + 2461 ], - "updated_at": [ - 3559 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_constraint": {}, - "player_steam_bot_friend_delete_at_path_input": { - "last_presence_state": [ - 79 + "he_team_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_delete_elem_input": { - "last_presence_state": [ - 38 + "he_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_delete_key_input": { - "last_presence_state": [ - 79 + "headshot_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_inc_input": { - "bot_steamid64": [ - 178 + "hits": [ + 2461 ], - "steam_id": [ - 178 + "hits_at_spotted": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_insert_input": { - "bot_steam_account_id": [ - 3955 + "hs_kills": [ + 2461 ], - "bot_steamid64": [ - 178 + "hs_kills_ct": [ + 2461 ], - "created_at": [ - 3558 + "hs_kills_t": [ + 2461 ], - "friended_at": [ - 3558 + "kills": [ + 2461 ], - "last_presence_state": [ - 1244 + "kills_ct": [ + 2461 ], - "player": [ - 2989 + "kills_t": [ + 2461 ], - "status": [ - 79 + "knife_kills": [ + 2461 ], - "steam_id": [ - 178 + "molotov_damage": [ + 2461 ], - "updated_at": [ - 3558 + "molotov_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_max_fields": { - "bot_steam_account_id": [ - 3955 + "non_awp_hits": [ + 2461 ], - "bot_steamid64": [ - 178 + "on_target_frames": [ + 2461 ], - "created_at": [ - 3558 + "rounds_ct": [ + 2461 ], - "friended_at": [ - 3558 + "rounds_played": [ + 2461 ], - "status": [ - 79 + "rounds_t": [ + 2461 ], - "steam_id": [ - 178 + "shots_at_spotted": [ + 2461 ], - "updated_at": [ - 3558 + "shots_fired": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_min_fields": { - "bot_steam_account_id": [ - 3955 + "smoke_throws": [ + 2461 ], - "bot_steamid64": [ - 178 + "spotted_count": [ + 2461 ], - "created_at": [ - 3558 + "spotted_with_damage_count": [ + 2461 ], - "friended_at": [ - 3558 + "spray_hits": [ + 2461 ], - "status": [ - 79 + "spray_shots": [ + 2461 ], "steam_id": [ - 178 + 2461 ], - "updated_at": [ - 3558 + "team_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_mutation_response": { - "affected_rows": [ - 38 + "team_flashed": [ + 2461 ], - "returning": [ - 2804 + "three_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_on_conflict": { - "constraint": [ - 2810 + "total_engagement_frames": [ + 2461 ], - "update_columns": [ - 2831 + "trade_kill_attempts": [ + 2461 ], - "where": [ - 2809 + "trade_kill_opportunities": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_order_by": { - "bot_steam_account_id": [ - 2020 + "trade_kill_successes": [ + 2461 ], - "bot_steamid64": [ - 2020 + "traded_death_attempts": [ + 2461 ], - "created_at": [ - 2020 + "traded_death_opportunities": [ + 2461 ], - "friended_at": [ - 2020 + "traded_death_successes": [ + 2461 ], - "last_presence_state": [ - 2020 + "two_kill_rounds": [ + 2461 ], - "player": [ - 2991 + "unused_utility_value": [ + 2461 ], - "status": [ - 2020 + "utility_on_death": [ + 2461 ], - "steam_id": [ - 2020 + "wasted_magazine_shots": [ + 2461 ], - "updated_at": [ - 2020 + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_steam_bot_friend_pk_columns_input": { - "steam_id": [ - 178 + "player_match_stats_v_stddev_samp_fields": { + "assists": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_prepend_input": { - "last_presence_state": [ - 1244 + "assists_ct": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_select_column": {}, - "player_steam_bot_friend_set_input": { - "bot_steam_account_id": [ - 3955 + "assists_t": [ + 29 ], - "bot_steamid64": [ - 178 + "avg_crosshair_angle_deg": [ + 29 ], - "created_at": [ - 3558 + "avg_flash_duration": [ + 29 ], - "friended_at": [ - 3558 + "avg_time_to_damage_s": [ + 29 ], - "last_presence_state": [ - 1244 + "counter_strafe_eligible_shots": [ + 29 ], - "status": [ - 79 + "counter_strafed_shots": [ + 29 ], - "steam_id": [ - 178 + "damage": [ + 29 ], - "updated_at": [ - 3558 + "damage_ct": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_stddev_fields": { - "bot_steamid64": [ + "damage_t": [ 29 ], - "steam_id": [ + "deaths": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_stddev_pop_fields": { - "bot_steamid64": [ + "deaths_ct": [ 29 ], - "steam_id": [ + "deaths_t": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_stddev_samp_fields": { - "bot_steamid64": [ + "decoy_throws": [ 29 ], - "steam_id": [ + "enemies_flashed": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_stream_cursor_input": { - "initial_value": [ - 2829 + "first_bullet_hits": [ + 29 ], - "ordering": [ - 233 + "first_bullet_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_stream_cursor_value_input": { - "bot_steam_account_id": [ - 3955 + "five_kill_rounds": [ + 29 ], - "bot_steamid64": [ - 178 + "flash_assists": [ + 29 ], - "created_at": [ - 3558 + "flashes_thrown": [ + 29 ], - "friended_at": [ - 3558 + "four_kill_rounds": [ + 29 ], - "last_presence_state": [ - 1244 + "he_damage": [ + 29 ], - "status": [ - 79 + "he_team_damage": [ + 29 ], - "steam_id": [ - 178 + "he_throws": [ + 29 ], - "updated_at": [ - 3558 + "headshot_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_sum_fields": { - "bot_steamid64": [ - 178 + "hits": [ + 29 ], - "steam_id": [ - 178 + "hits_at_spotted": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_update_column": {}, - "player_steam_bot_friend_updates": { - "_append": [ - 2807 + "hs_kills": [ + 29 ], - "_delete_at_path": [ - 2811 + "hs_kills_ct": [ + 29 ], - "_delete_elem": [ - 2812 + "hs_kills_t": [ + 29 ], - "_delete_key": [ - 2813 + "kills": [ + 29 ], - "_inc": [ - 2814 + "kills_ct": [ + 29 ], - "_prepend": [ - 2822 + "kills_t": [ + 29 ], - "_set": [ - 2824 + "knife_kills": [ + 29 ], - "where": [ - 2809 + "molotov_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_var_pop_fields": { - "bot_steamid64": [ + "molotov_throws": [ 29 ], - "steam_id": [ + "non_awp_hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_var_samp_fields": { - "bot_steamid64": [ + "on_target_frames": [ 29 ], - "steam_id": [ + "rounds_ct": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_bot_friend_variance_fields": { - "bot_steamid64": [ + "rounds_played": [ 29 ], - "steam_id": [ + "rounds_t": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth": { - "auth_code": [ - 79 + "shots_at_spotted": [ + 29 ], - "created_at": [ - 3558 + "shots_fired": [ + 29 ], - "last_error": [ - 79 + "smoke_throws": [ + 29 ], - "last_known_share_code": [ - 79 + "spotted_count": [ + 29 ], - "last_polled_at": [ - 3558 + "spotted_with_damage_count": [ + 29 ], - "player": [ - 2978 + "spray_hits": [ + 29 + ], + "spray_shots": [ + 29 ], "steam_id": [ - 178 + 29 ], - "updated_at": [ - 3558 + "team_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_aggregate": { - "aggregate": [ - 2838 + "team_flashed": [ + 29 ], - "nodes": [ - 2836 + "three_kill_rounds": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_aggregate_fields": { - "avg": [ - 2839 + "total_engagement_frames": [ + 29 ], - "count": [ - 38, - { - "columns": [ - 2850, - "[player_steam_match_auth_select_column!]" - ], - "distinct": [ - 3 - ] - } + "trade_kill_attempts": [ + 29 ], - "max": [ - 2844 + "trade_kill_opportunities": [ + 29 ], - "min": [ - 2845 + "trade_kill_successes": [ + 29 ], - "stddev": [ - 2852 + "traded_death_attempts": [ + 29 ], - "stddev_pop": [ - 2853 + "traded_death_opportunities": [ + 29 ], - "stddev_samp": [ - 2854 + "traded_death_successes": [ + 29 ], - "sum": [ - 2857 + "two_kill_rounds": [ + 29 ], - "var_pop": [ - 2860 + "unused_utility_value": [ + 29 ], - "var_samp": [ - 2861 + "utility_on_death": [ + 29 ], - "variance": [ - 2862 + "wasted_magazine_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_avg_fields": { - "steam_id": [ + "zeus_kills": [ 29 ], "__typename": [ - 79 + 78 ] }, - "player_steam_match_auth_bool_exp": { - "_and": [ - 2840 - ], - "_not": [ - 2840 - ], - "_or": [ - 2840 + "player_match_stats_v_stddev_samp_order_by": { + "assists": [ + 2461 ], - "auth_code": [ - 81 + "assists_ct": [ + 2461 ], - "created_at": [ - 3559 + "assists_t": [ + 2461 ], - "last_error": [ - 81 + "avg_crosshair_angle_deg": [ + 2461 ], - "last_known_share_code": [ - 81 + "avg_flash_duration": [ + 2461 ], - "last_polled_at": [ - 3559 + "avg_time_to_damage_s": [ + 2461 ], - "player": [ - 2982 + "counter_strafe_eligible_shots": [ + 2461 ], - "steam_id": [ - 180 + "counter_strafed_shots": [ + 2461 ], - "updated_at": [ - 3559 + "damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_constraint": {}, - "player_steam_match_auth_inc_input": { - "steam_id": [ - 178 + "damage_ct": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_insert_input": { - "auth_code": [ - 79 + "damage_t": [ + 2461 ], - "created_at": [ - 3558 + "deaths": [ + 2461 ], - "last_error": [ - 79 + "deaths_ct": [ + 2461 ], - "last_known_share_code": [ - 79 + "deaths_t": [ + 2461 ], - "last_polled_at": [ - 3558 + "decoy_throws": [ + 2461 ], - "player": [ - 2989 + "enemies_flashed": [ + 2461 ], - "steam_id": [ - 178 + "first_bullet_hits": [ + 2461 ], - "updated_at": [ - 3558 + "first_bullet_shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_max_fields": { - "auth_code": [ - 79 + "five_kill_rounds": [ + 2461 ], - "created_at": [ - 3558 + "flash_assists": [ + 2461 ], - "last_error": [ - 79 + "flashes_thrown": [ + 2461 ], - "last_known_share_code": [ - 79 + "four_kill_rounds": [ + 2461 ], - "last_polled_at": [ - 3558 + "he_damage": [ + 2461 ], - "steam_id": [ - 178 + "he_team_damage": [ + 2461 ], - "updated_at": [ - 3558 + "he_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_min_fields": { - "auth_code": [ - 79 + "headshot_hits": [ + 2461 ], - "created_at": [ - 3558 + "hits": [ + 2461 ], - "last_error": [ - 79 + "hits_at_spotted": [ + 2461 ], - "last_known_share_code": [ - 79 + "hs_kills": [ + 2461 ], - "last_polled_at": [ - 3558 + "hs_kills_ct": [ + 2461 ], - "steam_id": [ - 178 + "hs_kills_t": [ + 2461 ], - "updated_at": [ - 3558 + "kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_mutation_response": { - "affected_rows": [ - 38 + "kills_ct": [ + 2461 ], - "returning": [ - 2836 + "kills_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_on_conflict": { - "constraint": [ - 2841 + "knife_kills": [ + 2461 ], - "update_columns": [ - 2858 + "molotov_damage": [ + 2461 ], - "where": [ - 2840 + "molotov_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_order_by": { - "auth_code": [ - 2020 + "non_awp_hits": [ + 2461 ], - "created_at": [ - 2020 + "on_target_frames": [ + 2461 ], - "last_error": [ - 2020 + "rounds_ct": [ + 2461 ], - "last_known_share_code": [ - 2020 + "rounds_played": [ + 2461 ], - "last_polled_at": [ - 2020 + "rounds_t": [ + 2461 ], - "player": [ - 2991 + "shots_at_spotted": [ + 2461 ], - "steam_id": [ - 2020 + "shots_fired": [ + 2461 ], - "updated_at": [ - 2020 + "smoke_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_pk_columns_input": { - "steam_id": [ - 178 + "spotted_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_select_column": {}, - "player_steam_match_auth_set_input": { - "auth_code": [ - 79 + "spotted_with_damage_count": [ + 2461 ], - "created_at": [ - 3558 + "spray_hits": [ + 2461 ], - "last_error": [ - 79 + "spray_shots": [ + 2461 ], - "last_known_share_code": [ - 79 + "steam_id": [ + 2461 ], - "last_polled_at": [ - 3558 + "team_damage": [ + 2461 ], - "steam_id": [ - 178 + "team_flashed": [ + 2461 ], - "updated_at": [ - 3558 + "three_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_stddev_fields": { - "steam_id": [ - 29 + "total_engagement_frames": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_stddev_pop_fields": { - "steam_id": [ - 29 + "trade_kill_attempts": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_stddev_samp_fields": { - "steam_id": [ - 29 + "trade_kill_opportunities": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_stream_cursor_input": { - "initial_value": [ - 2856 + "trade_kill_successes": [ + 2461 ], - "ordering": [ - 233 + "traded_death_attempts": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_stream_cursor_value_input": { - "auth_code": [ - 79 + "traded_death_opportunities": [ + 2461 ], - "created_at": [ - 3558 + "traded_death_successes": [ + 2461 ], - "last_error": [ - 79 + "two_kill_rounds": [ + 2461 ], - "last_known_share_code": [ - 79 + "unused_utility_value": [ + 2461 ], - "last_polled_at": [ - 3558 + "utility_on_death": [ + 2461 ], - "steam_id": [ - 178 + "wasted_magazine_shots": [ + 2461 ], - "updated_at": [ - 3558 + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_steam_match_auth_sum_fields": { - "steam_id": [ - 178 + "player_match_stats_v_stream_cursor_input": { + "initial_value": [ + 3008 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "player_steam_match_auth_update_column": {}, - "player_steam_match_auth_updates": { - "_inc": [ - 2842 - ], - "_set": [ - 2851 + "player_match_stats_v_stream_cursor_value_input": { + "assists": [ + 38 ], - "where": [ - 2840 + "assists_ct": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_var_pop_fields": { - "steam_id": [ - 29 + "assists_t": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_var_samp_fields": { - "steam_id": [ - 29 + "avg_crosshair_angle_deg": [ + 2459 ], - "__typename": [ - 79 - ] - }, - "player_steam_match_auth_variance_fields": { - "steam_id": [ - 29 + "avg_flash_duration": [ + 2459 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility": { - "deleted_at": [ - 3558 + "avg_time_to_damage_s": [ + 2459 ], - "match": [ - 1835 + "counter_strafe_eligible_shots": [ + 38 ], - "match_id": [ - 3955 + "counter_strafed_shots": [ + 38 ], - "match_map": [ - 1673 + "damage": [ + 38 ], - "match_map_id": [ - 3955 + "damage_ct": [ + 38 ], - "player": [ - 2978 + "damage_t": [ + 38 ], - "player_steam_id": [ - 178 + "deaths": [ + 38 ], - "round": [ + "deaths_ct": [ 38 ], - "unused": [ + "deaths_t": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_aggregate": { - "aggregate": [ - 2867 + "decoy_throws": [ + 38 ], - "nodes": [ - 2863 + "enemies_flashed": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_aggregate_bool_exp": { - "count": [ - 2866 + "first_bullet_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_aggregate_bool_exp_count": { - "arguments": [ - 2884 + "first_bullet_shots": [ + 38 ], - "distinct": [ - 3 + "five_kill_rounds": [ + 38 ], - "filter": [ - 2872 + "flash_assists": [ + 38 ], - "predicate": [ - 39 + "flashes_thrown": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_aggregate_fields": { - "avg": [ - 2870 + "four_kill_rounds": [ + 38 ], - "count": [ - 38, - { - "columns": [ - 2884, - "[player_unused_utility_select_column!]" - ], - "distinct": [ - 3 - ] - } + "he_damage": [ + 38 ], - "max": [ - 2876 + "he_team_damage": [ + 38 ], - "min": [ - 2878 + "he_throws": [ + 38 ], - "stddev": [ - 2886 + "headshot_hits": [ + 38 ], - "stddev_pop": [ - 2888 + "hits": [ + 38 ], - "stddev_samp": [ - 2890 + "hits_at_spotted": [ + 38 ], - "sum": [ - 2894 + "hs_kills": [ + 38 ], - "var_pop": [ - 2898 + "hs_kills_ct": [ + 38 ], - "var_samp": [ - 2900 + "hs_kills_t": [ + 38 ], - "variance": [ - 2902 + "kills": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_aggregate_order_by": { - "avg": [ - 2871 + "kills_ct": [ + 38 ], - "count": [ - 2020 + "kills_t": [ + 38 ], - "max": [ - 2877 + "knife_kills": [ + 38 ], - "min": [ - 2879 + "match_id": [ + 4442 ], - "stddev": [ - 2887 + "molotov_damage": [ + 38 ], - "stddev_pop": [ - 2889 + "molotov_throws": [ + 38 ], - "stddev_samp": [ - 2891 + "non_awp_hits": [ + 38 ], - "sum": [ - 2895 + "on_target_frames": [ + 38 ], - "var_pop": [ - 2899 + "rounds_ct": [ + 38 ], - "var_samp": [ - 2901 + "rounds_played": [ + 38 ], - "variance": [ - 2903 + "rounds_t": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_arr_rel_insert_input": { - "data": [ - 2875 + "shots_at_spotted": [ + 38 ], - "on_conflict": [ - 2881 + "shots_fired": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_avg_fields": { - "player_steam_id": [ - 29 + "smoke_throws": [ + 38 ], - "round": [ - 29 + "spotted_count": [ + 38 ], - "unused": [ - 29 + "spotted_with_damage_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_avg_order_by": { - "player_steam_id": [ - 2020 + "spray_hits": [ + 38 ], - "round": [ - 2020 + "spray_shots": [ + 38 ], - "unused": [ - 2020 + "steam_id": [ + 180 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_bool_exp": { - "_and": [ - 2872 + "team_damage": [ + 38 ], - "_not": [ - 2872 + "team_flashed": [ + 38 ], - "_or": [ - 2872 + "three_kill_rounds": [ + 38 ], - "deleted_at": [ - 3559 + "total_engagement_frames": [ + 38 ], - "match": [ - 1844 + "trade_kill_attempts": [ + 38 ], - "match_id": [ - 3957 + "trade_kill_opportunities": [ + 38 ], - "match_map": [ - 1682 + "trade_kill_successes": [ + 38 ], - "match_map_id": [ - 3957 + "traded_death_attempts": [ + 38 ], - "player": [ - 2982 + "traded_death_opportunities": [ + 38 ], - "player_steam_id": [ - 180 + "traded_death_successes": [ + 38 ], - "round": [ - 39 + "two_kill_rounds": [ + 38 ], - "unused": [ - 39 + "unused_utility_value": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_constraint": {}, - "player_unused_utility_inc_input": { - "player_steam_id": [ - 178 + "utility_on_death": [ + 2459 ], - "round": [ + "wasted_magazine_shots": [ 38 ], - "unused": [ + "zeus_kills": [ 38 ], "__typename": [ - 79 + 78 ] }, - "player_unused_utility_insert_input": { - "deleted_at": [ - 3558 + "player_match_stats_v_sum_fields": { + "assists": [ + 38 ], - "match": [ - 1853 + "assists_ct": [ + 38 ], - "match_id": [ - 3955 + "assists_t": [ + 38 ], - "match_map": [ - 1691 + "avg_crosshair_angle_deg": [ + 2459 ], - "match_map_id": [ - 3955 + "avg_flash_duration": [ + 2459 ], - "player": [ - 2989 + "avg_time_to_damage_s": [ + 2459 ], - "player_steam_id": [ - 178 + "counter_strafe_eligible_shots": [ + 38 ], - "round": [ + "counter_strafed_shots": [ 38 ], - "unused": [ + "damage": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_max_fields": { - "deleted_at": [ - 3558 + "damage_ct": [ + 38 ], - "match_id": [ - 3955 + "damage_t": [ + 38 ], - "match_map_id": [ - 3955 + "deaths": [ + 38 ], - "player_steam_id": [ - 178 + "deaths_ct": [ + 38 ], - "round": [ + "deaths_t": [ 38 ], - "unused": [ + "decoy_throws": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_max_order_by": { - "deleted_at": [ - 2020 + "enemies_flashed": [ + 38 ], - "match_id": [ - 2020 + "first_bullet_hits": [ + 38 ], - "match_map_id": [ - 2020 + "first_bullet_shots": [ + 38 ], - "player_steam_id": [ - 2020 + "five_kill_rounds": [ + 38 ], - "round": [ - 2020 + "flash_assists": [ + 38 ], - "unused": [ - 2020 + "flashes_thrown": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_min_fields": { - "deleted_at": [ - 3558 + "four_kill_rounds": [ + 38 ], - "match_id": [ - 3955 + "he_damage": [ + 38 ], - "match_map_id": [ - 3955 + "he_team_damage": [ + 38 ], - "player_steam_id": [ - 178 + "he_throws": [ + 38 ], - "round": [ + "headshot_hits": [ 38 ], - "unused": [ + "hits": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_min_order_by": { - "deleted_at": [ - 2020 + "hits_at_spotted": [ + 38 ], - "match_id": [ - 2020 + "hs_kills": [ + 38 ], - "match_map_id": [ - 2020 + "hs_kills_ct": [ + 38 ], - "player_steam_id": [ - 2020 + "hs_kills_t": [ + 38 ], - "round": [ - 2020 + "kills": [ + 38 ], - "unused": [ - 2020 + "kills_ct": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_mutation_response": { - "affected_rows": [ + "kills_t": [ 38 ], - "returning": [ - 2863 + "knife_kills": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_on_conflict": { - "constraint": [ - 2873 + "molotov_damage": [ + 38 ], - "update_columns": [ - 2896 + "molotov_throws": [ + 38 ], - "where": [ - 2872 + "non_awp_hits": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_order_by": { - "deleted_at": [ - 2020 + "on_target_frames": [ + 38 ], - "match": [ - 1855 + "rounds_ct": [ + 38 ], - "match_id": [ - 2020 + "rounds_played": [ + 38 ], - "match_map": [ - 1693 + "rounds_t": [ + 38 ], - "match_map_id": [ - 2020 + "shots_at_spotted": [ + 38 ], - "player": [ - 2991 + "shots_fired": [ + 38 ], - "player_steam_id": [ - 2020 + "smoke_throws": [ + 38 ], - "round": [ - 2020 + "spotted_count": [ + 38 ], - "unused": [ - 2020 + "spotted_with_damage_count": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_pk_columns_input": { - "match_map_id": [ - 3955 + "spray_hits": [ + 38 ], - "player_steam_id": [ - 178 + "spray_shots": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_select_column": {}, - "player_unused_utility_set_input": { - "deleted_at": [ - 3558 + "steam_id": [ + 180 ], - "match_id": [ - 3955 + "team_damage": [ + 38 ], - "match_map_id": [ - 3955 + "team_flashed": [ + 38 ], - "player_steam_id": [ - 178 + "three_kill_rounds": [ + 38 ], - "round": [ + "total_engagement_frames": [ 38 ], - "unused": [ + "trade_kill_attempts": [ 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_stddev_fields": { - "player_steam_id": [ - 29 + "trade_kill_opportunities": [ + 38 ], - "round": [ - 29 + "trade_kill_successes": [ + 38 ], - "unused": [ - 29 + "traded_death_attempts": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_stddev_order_by": { - "player_steam_id": [ - 2020 + "traded_death_opportunities": [ + 38 ], - "round": [ - 2020 + "traded_death_successes": [ + 38 ], - "unused": [ - 2020 + "two_kill_rounds": [ + 38 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_stddev_pop_fields": { - "player_steam_id": [ - 29 + "unused_utility_value": [ + 38 ], - "round": [ - 29 + "utility_on_death": [ + 2459 ], - "unused": [ - 29 + "wasted_magazine_shots": [ + 38 + ], + "zeus_kills": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "player_unused_utility_stddev_pop_order_by": { - "player_steam_id": [ - 2020 + "player_match_stats_v_sum_order_by": { + "assists": [ + 2461 ], - "round": [ - 2020 + "assists_ct": [ + 2461 ], - "unused": [ - 2020 + "assists_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_stddev_samp_fields": { - "player_steam_id": [ - 29 + "avg_crosshair_angle_deg": [ + 2461 ], - "round": [ - 29 + "avg_flash_duration": [ + 2461 ], - "unused": [ - 29 + "avg_time_to_damage_s": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_stddev_samp_order_by": { - "player_steam_id": [ - 2020 + "counter_strafe_eligible_shots": [ + 2461 ], - "round": [ - 2020 + "counter_strafed_shots": [ + 2461 ], - "unused": [ - 2020 + "damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_stream_cursor_input": { - "initial_value": [ - 2893 + "damage_ct": [ + 2461 ], - "ordering": [ - 233 + "damage_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_stream_cursor_value_input": { - "deleted_at": [ - 3558 + "deaths": [ + 2461 ], - "match_id": [ - 3955 + "deaths_ct": [ + 2461 ], - "match_map_id": [ - 3955 + "deaths_t": [ + 2461 ], - "player_steam_id": [ - 178 + "decoy_throws": [ + 2461 ], - "round": [ - 38 + "enemies_flashed": [ + 2461 ], - "unused": [ - 38 + "first_bullet_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_sum_fields": { - "player_steam_id": [ - 178 + "first_bullet_shots": [ + 2461 ], - "round": [ - 38 + "five_kill_rounds": [ + 2461 ], - "unused": [ - 38 + "flash_assists": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_sum_order_by": { - "player_steam_id": [ - 2020 + "flashes_thrown": [ + 2461 ], - "round": [ - 2020 + "four_kill_rounds": [ + 2461 ], - "unused": [ - 2020 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_update_column": {}, - "player_unused_utility_updates": { - "_inc": [ - 2874 + "he_team_damage": [ + 2461 ], - "_set": [ - 2885 + "he_throws": [ + 2461 ], - "where": [ - 2872 + "headshot_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_var_pop_fields": { - "player_steam_id": [ - 29 + "hits": [ + 2461 ], - "round": [ - 29 + "hits_at_spotted": [ + 2461 ], - "unused": [ - 29 + "hs_kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_var_pop_order_by": { - "player_steam_id": [ - 2020 + "hs_kills_ct": [ + 2461 ], - "round": [ - 2020 + "hs_kills_t": [ + 2461 ], - "unused": [ - 2020 + "kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_var_samp_fields": { - "player_steam_id": [ - 29 + "kills_ct": [ + 2461 ], - "round": [ - 29 + "kills_t": [ + 2461 ], - "unused": [ - 29 + "knife_kills": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_var_samp_order_by": { - "player_steam_id": [ - 2020 + "molotov_damage": [ + 2461 ], - "round": [ - 2020 + "molotov_throws": [ + 2461 ], - "unused": [ - 2020 + "non_awp_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_variance_fields": { - "player_steam_id": [ - 29 + "on_target_frames": [ + 2461 ], - "round": [ - 29 + "rounds_ct": [ + 2461 ], - "unused": [ - 29 + "rounds_played": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_unused_utility_variance_order_by": { - "player_steam_id": [ - 2020 + "rounds_t": [ + 2461 ], - "round": [ - 2020 + "shots_at_spotted": [ + 2461 ], - "unused": [ - 2020 + "shots_fired": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility": { - "attacker_location_coordinates": [ - 79 + "smoke_throws": [ + 2461 ], - "attacker_steam_id": [ - 178 + "spotted_count": [ + 2461 ], - "deleted_at": [ - 3558 + "spotted_with_damage_count": [ + 2461 ], - "match": [ - 1835 + "spray_hits": [ + 2461 ], - "match_id": [ - 3955 + "spray_shots": [ + 2461 ], - "match_map": [ - 1673 + "steam_id": [ + 2461 ], - "match_map_id": [ - 3955 + "team_damage": [ + 2461 ], - "player": [ - 2978 + "team_flashed": [ + 2461 ], - "round": [ - 38 + "three_kill_rounds": [ + 2461 ], - "time": [ - 3558 + "total_engagement_frames": [ + 2461 ], - "type": [ - 1038 + "trade_kill_attempts": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_aggregate": { - "aggregate": [ - 2908 + "trade_kill_opportunities": [ + 2461 ], - "nodes": [ - 2904 + "trade_kill_successes": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_aggregate_bool_exp": { - "count": [ - 2907 + "traded_death_attempts": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_aggregate_bool_exp_count": { - "arguments": [ - 2925 + "traded_death_opportunities": [ + 2461 ], - "distinct": [ - 3 + "traded_death_successes": [ + 2461 ], - "filter": [ - 2913 + "two_kill_rounds": [ + 2461 ], - "predicate": [ - 39 + "unused_utility_value": [ + 2461 + ], + "utility_on_death": [ + 2461 + ], + "wasted_magazine_shots": [ + 2461 + ], + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_utility_aggregate_fields": { - "avg": [ - 2911 + "player_match_stats_v_var_pop_fields": { + "assists": [ + 29 ], - "count": [ - 38, - { - "columns": [ - 2925, - "[player_utility_select_column!]" - ], - "distinct": [ - 3 - ] - } + "assists_ct": [ + 29 ], - "max": [ - 2917 + "assists_t": [ + 29 ], - "min": [ - 2919 + "avg_crosshair_angle_deg": [ + 29 ], - "stddev": [ - 2927 + "avg_flash_duration": [ + 29 ], - "stddev_pop": [ - 2929 + "avg_time_to_damage_s": [ + 29 ], - "stddev_samp": [ - 2931 + "counter_strafe_eligible_shots": [ + 29 ], - "sum": [ - 2935 + "counter_strafed_shots": [ + 29 ], - "var_pop": [ - 2939 + "damage": [ + 29 ], - "var_samp": [ - 2941 + "damage_ct": [ + 29 ], - "variance": [ - 2943 + "damage_t": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_aggregate_order_by": { - "avg": [ - 2912 + "deaths": [ + 29 ], - "count": [ - 2020 + "deaths_ct": [ + 29 ], - "max": [ - 2918 + "deaths_t": [ + 29 ], - "min": [ - 2920 + "decoy_throws": [ + 29 ], - "stddev": [ - 2928 + "enemies_flashed": [ + 29 ], - "stddev_pop": [ - 2930 + "first_bullet_hits": [ + 29 ], - "stddev_samp": [ - 2932 + "first_bullet_shots": [ + 29 ], - "sum": [ - 2936 + "five_kill_rounds": [ + 29 ], - "var_pop": [ - 2940 + "flash_assists": [ + 29 ], - "var_samp": [ - 2942 + "flashes_thrown": [ + 29 ], - "variance": [ - 2944 + "four_kill_rounds": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_arr_rel_insert_input": { - "data": [ - 2916 + "he_damage": [ + 29 ], - "on_conflict": [ - 2922 + "he_team_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_avg_fields": { - "attacker_steam_id": [ + "he_throws": [ 29 ], - "round": [ + "headshot_hits": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_avg_order_by": { - "attacker_steam_id": [ - 2020 + "hits": [ + 29 ], - "round": [ - 2020 + "hits_at_spotted": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_bool_exp": { - "_and": [ - 2913 + "hs_kills": [ + 29 ], - "_not": [ - 2913 + "hs_kills_ct": [ + 29 ], - "_or": [ - 2913 + "hs_kills_t": [ + 29 ], - "attacker_location_coordinates": [ - 81 + "kills": [ + 29 ], - "attacker_steam_id": [ - 180 + "kills_ct": [ + 29 ], - "deleted_at": [ - 3559 + "kills_t": [ + 29 ], - "match": [ - 1844 + "knife_kills": [ + 29 ], - "match_id": [ - 3957 + "molotov_damage": [ + 29 ], - "match_map": [ - 1682 + "molotov_throws": [ + 29 ], - "match_map_id": [ - 3957 + "non_awp_hits": [ + 29 ], - "player": [ - 2982 + "on_target_frames": [ + 29 ], - "round": [ - 39 + "rounds_ct": [ + 29 ], - "time": [ - 3559 + "rounds_played": [ + 29 ], - "type": [ - 1039 + "rounds_t": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_constraint": {}, - "player_utility_inc_input": { - "attacker_steam_id": [ - 178 + "shots_at_spotted": [ + 29 ], - "round": [ - 38 + "shots_fired": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_insert_input": { - "attacker_location_coordinates": [ - 79 + "smoke_throws": [ + 29 ], - "attacker_steam_id": [ - 178 + "spotted_count": [ + 29 ], - "deleted_at": [ - 3558 + "spotted_with_damage_count": [ + 29 ], - "match": [ - 1853 + "spray_hits": [ + 29 ], - "match_id": [ - 3955 + "spray_shots": [ + 29 ], - "match_map": [ - 1691 + "steam_id": [ + 29 ], - "match_map_id": [ - 3955 + "team_damage": [ + 29 ], - "player": [ - 2989 + "team_flashed": [ + 29 ], - "round": [ - 38 + "three_kill_rounds": [ + 29 ], - "time": [ - 3558 + "total_engagement_frames": [ + 29 ], - "type": [ - 1038 + "trade_kill_attempts": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_max_fields": { - "attacker_location_coordinates": [ - 79 + "trade_kill_opportunities": [ + 29 ], - "attacker_steam_id": [ - 178 + "trade_kill_successes": [ + 29 ], - "deleted_at": [ - 3558 + "traded_death_attempts": [ + 29 ], - "match_id": [ - 3955 + "traded_death_opportunities": [ + 29 ], - "match_map_id": [ - 3955 + "traded_death_successes": [ + 29 ], - "round": [ - 38 + "two_kill_rounds": [ + 29 ], - "time": [ - 3558 + "unused_utility_value": [ + 29 + ], + "utility_on_death": [ + 29 + ], + "wasted_magazine_shots": [ + 29 + ], + "zeus_kills": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_utility_max_order_by": { - "attacker_location_coordinates": [ - 2020 + "player_match_stats_v_var_pop_order_by": { + "assists": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "assists_ct": [ + 2461 ], - "deleted_at": [ - 2020 + "assists_t": [ + 2461 ], - "match_id": [ - 2020 + "avg_crosshair_angle_deg": [ + 2461 ], - "match_map_id": [ - 2020 + "avg_flash_duration": [ + 2461 ], - "round": [ - 2020 + "avg_time_to_damage_s": [ + 2461 ], - "time": [ - 2020 + "counter_strafe_eligible_shots": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_min_fields": { - "attacker_location_coordinates": [ - 79 + "counter_strafed_shots": [ + 2461 ], - "attacker_steam_id": [ - 178 + "damage": [ + 2461 ], - "deleted_at": [ - 3558 + "damage_ct": [ + 2461 ], - "match_id": [ - 3955 + "damage_t": [ + 2461 ], - "match_map_id": [ - 3955 + "deaths": [ + 2461 ], - "round": [ - 38 + "deaths_ct": [ + 2461 ], - "time": [ - 3558 + "deaths_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_min_order_by": { - "attacker_location_coordinates": [ - 2020 + "decoy_throws": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "enemies_flashed": [ + 2461 ], - "deleted_at": [ - 2020 + "first_bullet_hits": [ + 2461 ], - "match_id": [ - 2020 + "first_bullet_shots": [ + 2461 ], - "match_map_id": [ - 2020 + "five_kill_rounds": [ + 2461 ], - "round": [ - 2020 + "flash_assists": [ + 2461 ], - "time": [ - 2020 + "flashes_thrown": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_mutation_response": { - "affected_rows": [ - 38 + "four_kill_rounds": [ + 2461 ], - "returning": [ - 2904 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_on_conflict": { - "constraint": [ - 2914 + "he_team_damage": [ + 2461 ], - "update_columns": [ - 2937 + "he_throws": [ + 2461 ], - "where": [ - 2913 + "headshot_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_order_by": { - "attacker_location_coordinates": [ - 2020 + "hits": [ + 2461 ], - "attacker_steam_id": [ - 2020 + "hits_at_spotted": [ + 2461 ], - "deleted_at": [ - 2020 + "hs_kills": [ + 2461 ], - "match": [ - 1855 + "hs_kills_ct": [ + 2461 ], - "match_id": [ - 2020 + "hs_kills_t": [ + 2461 ], - "match_map": [ - 1693 + "kills": [ + 2461 ], - "match_map_id": [ - 2020 + "kills_ct": [ + 2461 ], - "player": [ - 2991 + "kills_t": [ + 2461 ], - "round": [ - 2020 + "knife_kills": [ + 2461 ], - "time": [ - 2020 + "molotov_damage": [ + 2461 ], - "type": [ - 2020 + "molotov_throws": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_pk_columns_input": { - "attacker_steam_id": [ - 178 + "non_awp_hits": [ + 2461 ], - "match_map_id": [ - 3955 + "on_target_frames": [ + 2461 ], - "time": [ - 3558 + "rounds_ct": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_utility_select_column": {}, - "player_utility_set_input": { - "attacker_location_coordinates": [ - 79 + "rounds_played": [ + 2461 ], - "attacker_steam_id": [ - 178 + "rounds_t": [ + 2461 ], - "deleted_at": [ - 3558 + "shots_at_spotted": [ + 2461 ], - "match_id": [ - 3955 + "shots_fired": [ + 2461 ], - "match_map_id": [ - 3955 + "smoke_throws": [ + 2461 ], - "round": [ - 38 + "spotted_count": [ + 2461 ], - "time": [ - 3558 + "spotted_with_damage_count": [ + 2461 ], - "type": [ - 1038 + "spray_hits": [ + 2461 + ], + "spray_shots": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "team_damage": [ + 2461 + ], + "team_flashed": [ + 2461 + ], + "three_kill_rounds": [ + 2461 + ], + "total_engagement_frames": [ + 2461 + ], + "trade_kill_attempts": [ + 2461 + ], + "trade_kill_opportunities": [ + 2461 + ], + "trade_kill_successes": [ + 2461 + ], + "traded_death_attempts": [ + 2461 + ], + "traded_death_opportunities": [ + 2461 + ], + "traded_death_successes": [ + 2461 + ], + "two_kill_rounds": [ + 2461 + ], + "unused_utility_value": [ + 2461 + ], + "utility_on_death": [ + 2461 + ], + "wasted_magazine_shots": [ + 2461 + ], + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_utility_stddev_fields": { - "attacker_steam_id": [ + "player_match_stats_v_var_samp_fields": { + "assists": [ 29 ], - "round": [ + "assists_ct": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_stddev_order_by": { - "attacker_steam_id": [ - 2020 + "assists_t": [ + 29 ], - "round": [ - 2020 + "avg_crosshair_angle_deg": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_stddev_pop_fields": { - "attacker_steam_id": [ + "avg_flash_duration": [ 29 ], - "round": [ + "avg_time_to_damage_s": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_stddev_pop_order_by": { - "attacker_steam_id": [ - 2020 + "counter_strafe_eligible_shots": [ + 29 ], - "round": [ - 2020 + "counter_strafed_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_stddev_samp_fields": { - "attacker_steam_id": [ + "damage": [ 29 ], - "round": [ + "damage_ct": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_stddev_samp_order_by": { - "attacker_steam_id": [ - 2020 + "damage_t": [ + 29 ], - "round": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "player_utility_stream_cursor_input": { - "initial_value": [ - 2934 - ], - "ordering": [ - 233 - ], - "__typename": [ - 79 - ] - }, - "player_utility_stream_cursor_value_input": { - "attacker_location_coordinates": [ - 79 + "deaths": [ + 29 ], - "attacker_steam_id": [ - 178 + "deaths_ct": [ + 29 ], - "deleted_at": [ - 3558 + "deaths_t": [ + 29 ], - "match_id": [ - 3955 + "decoy_throws": [ + 29 ], - "match_map_id": [ - 3955 + "enemies_flashed": [ + 29 ], - "round": [ - 38 + "first_bullet_hits": [ + 29 ], - "time": [ - 3558 + "first_bullet_shots": [ + 29 ], - "type": [ - 1038 + "five_kill_rounds": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_sum_fields": { - "attacker_steam_id": [ - 178 + "flash_assists": [ + 29 ], - "round": [ - 38 + "flashes_thrown": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_sum_order_by": { - "attacker_steam_id": [ - 2020 + "four_kill_rounds": [ + 29 ], - "round": [ - 2020 + "he_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_update_column": {}, - "player_utility_updates": { - "_inc": [ - 2915 + "he_team_damage": [ + 29 ], - "_set": [ - 2926 + "he_throws": [ + 29 ], - "where": [ - 2913 + "headshot_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_var_pop_fields": { - "attacker_steam_id": [ + "hits": [ 29 ], - "round": [ + "hits_at_spotted": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_var_pop_order_by": { - "attacker_steam_id": [ - 2020 + "hs_kills": [ + 29 ], - "round": [ - 2020 + "hs_kills_ct": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_var_samp_fields": { - "attacker_steam_id": [ + "hs_kills_t": [ 29 ], - "round": [ + "kills": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_var_samp_order_by": { - "attacker_steam_id": [ - 2020 + "kills_ct": [ + 29 ], - "round": [ - 2020 + "kills_t": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_variance_fields": { - "attacker_steam_id": [ + "knife_kills": [ 29 ], - "round": [ + "molotov_damage": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_utility_variance_order_by": { - "attacker_steam_id": [ - 2020 + "molotov_throws": [ + 29 ], - "round": [ - 2020 + "non_awp_hits": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v": { - "first_bullet_hits": [ - 38 + "on_target_frames": [ + 29 ], - "first_bullet_shots": [ - 38 + "rounds_ct": [ + 29 ], - "hits": [ - 38 + "rounds_played": [ + 29 ], - "hits_spotted": [ - 38 + "rounds_t": [ + 29 ], - "match_id": [ - 3955 + "shots_at_spotted": [ + 29 ], - "shots": [ - 38 + "shots_fired": [ + 29 ], - "shots_spotted": [ - 38 + "smoke_throws": [ + 29 ], - "steam_id": [ - 178 + "spotted_count": [ + 29 ], - "weapon_class": [ - 79 + "spotted_with_damage_count": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_aggregate": { - "aggregate": [ - 2949 + "spray_hits": [ + 29 ], - "nodes": [ - 2945 + "spray_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_aggregate_bool_exp": { - "count": [ - 2948 + "steam_id": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_aggregate_bool_exp_count": { - "arguments": [ - 2961 + "team_damage": [ + 29 ], - "distinct": [ - 3 + "team_flashed": [ + 29 ], - "filter": [ - 2954 + "three_kill_rounds": [ + 29 ], - "predicate": [ - 39 + "total_engagement_frames": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_aggregate_fields": { - "avg": [ - 2952 + "trade_kill_attempts": [ + 29 ], - "count": [ - 38, - { - "columns": [ - 2961, - "[player_weapon_stats_v_select_column!]" - ], - "distinct": [ - 3 - ] - } + "trade_kill_opportunities": [ + 29 ], - "max": [ - 2956 + "trade_kill_successes": [ + 29 ], - "min": [ - 2958 + "traded_death_attempts": [ + 29 ], - "stddev": [ - 2962 + "traded_death_opportunities": [ + 29 ], - "stddev_pop": [ - 2964 + "traded_death_successes": [ + 29 ], - "stddev_samp": [ - 2966 + "two_kill_rounds": [ + 29 ], - "sum": [ - 2970 + "unused_utility_value": [ + 29 ], - "var_pop": [ - 2972 + "utility_on_death": [ + 29 ], - "var_samp": [ - 2974 + "wasted_magazine_shots": [ + 29 ], - "variance": [ - 2976 + "zeus_kills": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_weapon_stats_v_aggregate_order_by": { - "avg": [ - 2953 + "player_match_stats_v_var_samp_order_by": { + "assists": [ + 2461 ], - "count": [ - 2020 + "assists_ct": [ + 2461 ], - "max": [ - 2957 + "assists_t": [ + 2461 ], - "min": [ - 2959 + "avg_crosshair_angle_deg": [ + 2461 ], - "stddev": [ - 2963 + "avg_flash_duration": [ + 2461 ], - "stddev_pop": [ - 2965 + "avg_time_to_damage_s": [ + 2461 ], - "stddev_samp": [ - 2967 + "counter_strafe_eligible_shots": [ + 2461 ], - "sum": [ - 2971 + "counter_strafed_shots": [ + 2461 ], - "var_pop": [ - 2973 + "damage": [ + 2461 ], - "var_samp": [ - 2975 + "damage_ct": [ + 2461 ], - "variance": [ - 2977 + "damage_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_arr_rel_insert_input": { - "data": [ - 2955 + "deaths": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_avg_fields": { - "first_bullet_hits": [ - 29 + "deaths_ct": [ + 2461 ], - "first_bullet_shots": [ - 29 + "deaths_t": [ + 2461 ], - "hits": [ - 29 + "decoy_throws": [ + 2461 ], - "hits_spotted": [ - 29 + "enemies_flashed": [ + 2461 ], - "shots": [ - 29 + "first_bullet_hits": [ + 2461 ], - "shots_spotted": [ - 29 + "first_bullet_shots": [ + 2461 ], - "steam_id": [ - 29 + "five_kill_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_avg_order_by": { - "first_bullet_hits": [ - 2020 + "flash_assists": [ + 2461 ], - "first_bullet_shots": [ - 2020 + "flashes_thrown": [ + 2461 ], - "hits": [ - 2020 + "four_kill_rounds": [ + 2461 ], - "hits_spotted": [ - 2020 + "he_damage": [ + 2461 ], - "shots": [ - 2020 + "he_team_damage": [ + 2461 ], - "shots_spotted": [ - 2020 + "he_throws": [ + 2461 ], - "steam_id": [ - 2020 + "headshot_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_bool_exp": { - "_and": [ - 2954 + "hits": [ + 2461 ], - "_not": [ - 2954 + "hits_at_spotted": [ + 2461 ], - "_or": [ - 2954 + "hs_kills": [ + 2461 ], - "first_bullet_hits": [ - 39 + "hs_kills_ct": [ + 2461 ], - "first_bullet_shots": [ - 39 + "hs_kills_t": [ + 2461 ], - "hits": [ - 39 + "kills": [ + 2461 ], - "hits_spotted": [ - 39 + "kills_ct": [ + 2461 ], - "match_id": [ - 3957 + "kills_t": [ + 2461 ], - "shots": [ - 39 + "knife_kills": [ + 2461 ], - "shots_spotted": [ - 39 + "molotov_damage": [ + 2461 ], - "steam_id": [ - 180 + "molotov_throws": [ + 2461 ], - "weapon_class": [ - 81 + "non_awp_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_insert_input": { - "first_bullet_hits": [ - 38 + "on_target_frames": [ + 2461 ], - "first_bullet_shots": [ - 38 + "rounds_ct": [ + 2461 ], - "hits": [ - 38 + "rounds_played": [ + 2461 ], - "hits_spotted": [ - 38 + "rounds_t": [ + 2461 ], - "match_id": [ - 3955 + "shots_at_spotted": [ + 2461 ], - "shots": [ - 38 + "shots_fired": [ + 2461 ], - "shots_spotted": [ - 38 + "smoke_throws": [ + 2461 ], - "steam_id": [ - 178 + "spotted_count": [ + 2461 ], - "weapon_class": [ - 79 + "spotted_with_damage_count": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_max_fields": { - "first_bullet_hits": [ - 38 + "spray_hits": [ + 2461 ], - "first_bullet_shots": [ - 38 + "spray_shots": [ + 2461 ], - "hits": [ - 38 + "steam_id": [ + 2461 ], - "hits_spotted": [ - 38 + "team_damage": [ + 2461 ], - "match_id": [ - 3955 + "team_flashed": [ + 2461 ], - "shots": [ - 38 + "three_kill_rounds": [ + 2461 ], - "shots_spotted": [ - 38 + "total_engagement_frames": [ + 2461 ], - "steam_id": [ - 178 + "trade_kill_attempts": [ + 2461 ], - "weapon_class": [ - 79 + "trade_kill_opportunities": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_max_order_by": { - "first_bullet_hits": [ - 2020 + "trade_kill_successes": [ + 2461 ], - "first_bullet_shots": [ - 2020 + "traded_death_attempts": [ + 2461 ], - "hits": [ - 2020 + "traded_death_opportunities": [ + 2461 ], - "hits_spotted": [ - 2020 + "traded_death_successes": [ + 2461 ], - "match_id": [ - 2020 + "two_kill_rounds": [ + 2461 ], - "shots": [ - 2020 + "unused_utility_value": [ + 2461 ], - "shots_spotted": [ - 2020 + "utility_on_death": [ + 2461 ], - "steam_id": [ - 2020 + "wasted_magazine_shots": [ + 2461 ], - "weapon_class": [ - 2020 + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_weapon_stats_v_min_fields": { - "first_bullet_hits": [ - 38 - ], - "first_bullet_shots": [ - 38 - ], - "hits": [ - 38 + "player_match_stats_v_variance_fields": { + "assists": [ + 29 ], - "hits_spotted": [ - 38 + "assists_ct": [ + 29 ], - "match_id": [ - 3955 + "assists_t": [ + 29 ], - "shots": [ - 38 + "avg_crosshair_angle_deg": [ + 29 ], - "shots_spotted": [ - 38 + "avg_flash_duration": [ + 29 ], - "steam_id": [ - 178 + "avg_time_to_damage_s": [ + 29 ], - "weapon_class": [ - 79 + "counter_strafe_eligible_shots": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_min_order_by": { - "first_bullet_hits": [ - 2020 + "counter_strafed_shots": [ + 29 ], - "first_bullet_shots": [ - 2020 + "damage": [ + 29 ], - "hits": [ - 2020 + "damage_ct": [ + 29 ], - "hits_spotted": [ - 2020 + "damage_t": [ + 29 ], - "match_id": [ - 2020 + "deaths": [ + 29 ], - "shots": [ - 2020 + "deaths_ct": [ + 29 ], - "shots_spotted": [ - 2020 + "deaths_t": [ + 29 ], - "steam_id": [ - 2020 + "decoy_throws": [ + 29 ], - "weapon_class": [ - 2020 + "enemies_flashed": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_order_by": { "first_bullet_hits": [ - 2020 + 29 ], "first_bullet_shots": [ - 2020 - ], - "hits": [ - 2020 + 29 ], - "hits_spotted": [ - 2020 + "five_kill_rounds": [ + 29 ], - "match_id": [ - 2020 + "flash_assists": [ + 29 ], - "shots": [ - 2020 + "flashes_thrown": [ + 29 ], - "shots_spotted": [ - 2020 + "four_kill_rounds": [ + 29 ], - "steam_id": [ - 2020 + "he_damage": [ + 29 ], - "weapon_class": [ - 2020 + "he_team_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_select_column": {}, - "player_weapon_stats_v_stddev_fields": { - "first_bullet_hits": [ + "he_throws": [ 29 ], - "first_bullet_shots": [ + "headshot_hits": [ 29 ], "hits": [ 29 ], - "hits_spotted": [ + "hits_at_spotted": [ 29 ], - "shots": [ + "hs_kills": [ 29 ], - "shots_spotted": [ + "hs_kills_ct": [ 29 ], - "steam_id": [ + "hs_kills_t": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_stddev_order_by": { - "first_bullet_hits": [ - 2020 - ], - "first_bullet_shots": [ - 2020 - ], - "hits": [ - 2020 + "kills": [ + 29 ], - "hits_spotted": [ - 2020 + "kills_ct": [ + 29 ], - "shots": [ - 2020 + "kills_t": [ + 29 ], - "shots_spotted": [ - 2020 + "knife_kills": [ + 29 ], - "steam_id": [ - 2020 + "molotov_damage": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_stddev_pop_fields": { - "first_bullet_hits": [ + "molotov_throws": [ 29 ], - "first_bullet_shots": [ + "non_awp_hits": [ 29 ], - "hits": [ + "on_target_frames": [ 29 ], - "hits_spotted": [ + "rounds_ct": [ 29 ], - "shots": [ + "rounds_played": [ 29 ], - "shots_spotted": [ + "rounds_t": [ 29 ], - "steam_id": [ + "shots_at_spotted": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_stddev_pop_order_by": { - "first_bullet_hits": [ - 2020 + "shots_fired": [ + 29 ], - "first_bullet_shots": [ - 2020 + "smoke_throws": [ + 29 ], - "hits": [ - 2020 + "spotted_count": [ + 29 ], - "hits_spotted": [ - 2020 + "spotted_with_damage_count": [ + 29 ], - "shots": [ - 2020 + "spray_hits": [ + 29 ], - "shots_spotted": [ - 2020 + "spray_shots": [ + 29 ], "steam_id": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_stddev_samp_fields": { - "first_bullet_hits": [ 29 ], - "first_bullet_shots": [ + "team_damage": [ 29 ], - "hits": [ + "team_flashed": [ 29 ], - "hits_spotted": [ + "three_kill_rounds": [ 29 ], - "shots": [ + "total_engagement_frames": [ 29 ], - "shots_spotted": [ + "trade_kill_attempts": [ 29 ], - "steam_id": [ + "trade_kill_opportunities": [ 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_stddev_samp_order_by": { - "first_bullet_hits": [ - 2020 + "trade_kill_successes": [ + 29 ], - "first_bullet_shots": [ - 2020 + "traded_death_attempts": [ + 29 ], - "hits": [ - 2020 + "traded_death_opportunities": [ + 29 ], - "hits_spotted": [ - 2020 + "traded_death_successes": [ + 29 ], - "shots": [ - 2020 + "two_kill_rounds": [ + 29 ], - "shots_spotted": [ - 2020 + "unused_utility_value": [ + 29 ], - "steam_id": [ - 2020 + "utility_on_death": [ + 29 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_stream_cursor_input": { - "initial_value": [ - 2969 + "wasted_magazine_shots": [ + 29 ], - "ordering": [ - 233 + "zeus_kills": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "player_weapon_stats_v_stream_cursor_value_input": { - "first_bullet_hits": [ - 38 + "player_match_stats_v_variance_order_by": { + "assists": [ + 2461 ], - "first_bullet_shots": [ - 38 + "assists_ct": [ + 2461 ], - "hits": [ - 38 + "assists_t": [ + 2461 ], - "hits_spotted": [ - 38 + "avg_crosshair_angle_deg": [ + 2461 ], - "match_id": [ - 3955 + "avg_flash_duration": [ + 2461 ], - "shots": [ - 38 + "avg_time_to_damage_s": [ + 2461 ], - "shots_spotted": [ - 38 + "counter_strafe_eligible_shots": [ + 2461 ], - "steam_id": [ - 178 + "counter_strafed_shots": [ + 2461 ], - "weapon_class": [ - 79 + "damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_sum_fields": { - "first_bullet_hits": [ - 38 + "damage_ct": [ + 2461 ], - "first_bullet_shots": [ - 38 + "damage_t": [ + 2461 ], - "hits": [ - 38 + "deaths": [ + 2461 ], - "hits_spotted": [ - 38 + "deaths_ct": [ + 2461 ], - "shots": [ - 38 + "deaths_t": [ + 2461 ], - "shots_spotted": [ - 38 + "decoy_throws": [ + 2461 ], - "steam_id": [ - 178 + "enemies_flashed": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_sum_order_by": { "first_bullet_hits": [ - 2020 + 2461 ], "first_bullet_shots": [ - 2020 + 2461 ], - "hits": [ - 2020 + "five_kill_rounds": [ + 2461 ], - "hits_spotted": [ - 2020 + "flash_assists": [ + 2461 ], - "shots": [ - 2020 + "flashes_thrown": [ + 2461 ], - "shots_spotted": [ - 2020 + "four_kill_rounds": [ + 2461 ], - "steam_id": [ - 2020 + "he_damage": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_var_pop_fields": { - "first_bullet_hits": [ - 29 + "he_team_damage": [ + 2461 ], - "first_bullet_shots": [ - 29 + "he_throws": [ + 2461 + ], + "headshot_hits": [ + 2461 ], "hits": [ - 29 + 2461 ], - "hits_spotted": [ - 29 + "hits_at_spotted": [ + 2461 ], - "shots": [ - 29 + "hs_kills": [ + 2461 ], - "shots_spotted": [ - 29 + "hs_kills_ct": [ + 2461 ], - "steam_id": [ - 29 + "hs_kills_t": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_var_pop_order_by": { - "first_bullet_hits": [ - 2020 + "kills": [ + 2461 ], - "first_bullet_shots": [ - 2020 + "kills_ct": [ + 2461 ], - "hits": [ - 2020 + "kills_t": [ + 2461 ], - "hits_spotted": [ - 2020 + "knife_kills": [ + 2461 ], - "shots": [ - 2020 + "molotov_damage": [ + 2461 ], - "shots_spotted": [ - 2020 + "molotov_throws": [ + 2461 ], - "steam_id": [ - 2020 + "non_awp_hits": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_var_samp_fields": { - "first_bullet_hits": [ - 29 + "on_target_frames": [ + 2461 ], - "first_bullet_shots": [ - 29 + "rounds_ct": [ + 2461 ], - "hits": [ - 29 + "rounds_played": [ + 2461 ], - "hits_spotted": [ - 29 + "rounds_t": [ + 2461 ], - "shots": [ - 29 + "shots_at_spotted": [ + 2461 ], - "shots_spotted": [ - 29 + "shots_fired": [ + 2461 + ], + "smoke_throws": [ + 2461 + ], + "spotted_count": [ + 2461 + ], + "spotted_with_damage_count": [ + 2461 + ], + "spray_hits": [ + 2461 + ], + "spray_shots": [ + 2461 ], "steam_id": [ - 29 + 2461 ], - "__typename": [ - 79 - ] - }, - "player_weapon_stats_v_var_samp_order_by": { - "first_bullet_hits": [ - 2020 + "team_damage": [ + 2461 ], - "first_bullet_shots": [ - 2020 + "team_flashed": [ + 2461 ], - "hits": [ - 2020 + "three_kill_rounds": [ + 2461 ], - "hits_spotted": [ - 2020 + "total_engagement_frames": [ + 2461 ], - "shots": [ - 2020 + "trade_kill_attempts": [ + 2461 ], - "shots_spotted": [ - 2020 + "trade_kill_opportunities": [ + 2461 ], - "steam_id": [ - 2020 + "trade_kill_successes": [ + 2461 + ], + "traded_death_attempts": [ + 2461 + ], + "traded_death_opportunities": [ + 2461 + ], + "traded_death_successes": [ + 2461 + ], + "two_kill_rounds": [ + 2461 + ], + "unused_utility_value": [ + 2461 + ], + "utility_on_death": [ + 2461 + ], + "wasted_magazine_shots": [ + 2461 + ], + "zeus_kills": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "player_weapon_stats_v_variance_fields": { - "first_bullet_hits": [ - 29 + "player_objectives": { + "deleted_at": [ + 4004 ], - "first_bullet_shots": [ - 29 + "match": [ + 2276 ], - "hits": [ - 29 + "match_id": [ + 4442 ], - "hits_spotted": [ - 29 + "match_map": [ + 2114 ], - "shots": [ - 29 + "match_map_id": [ + 4442 ], - "shots_spotted": [ - 29 + "player": [ + 3419 ], - "steam_id": [ - 29 + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "type": [ + 861 ], "__typename": [ - 79 + 78 ] }, - "player_weapon_stats_v_variance_order_by": { - "first_bullet_hits": [ - 2020 + "player_objectives_aggregate": { + "aggregate": [ + 3021 ], - "first_bullet_shots": [ - 2020 + "nodes": [ + 3017 ], - "hits": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_objectives_aggregate_bool_exp": { + "count": [ + 3020 ], - "hits_spotted": [ - 2020 + "__typename": [ + 78 + ] + }, + "player_objectives_aggregate_bool_exp_count": { + "arguments": [ + 3038 ], - "shots": [ - 2020 + "distinct": [ + 3 ], - "shots_spotted": [ - 2020 + "filter": [ + 3026 ], - "steam_id": [ - 2020 + "predicate": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "players": { - "abandoned_matches": [ - 110, - { - "distinct_on": [ - 131, - "[abandoned_matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 129, - "[abandoned_matches_order_by!]" - ], - "where": [ - 119 - ] - } + "player_objectives_aggregate_fields": { + "avg": [ + 3024 ], - "abandoned_matches_aggregate": [ - 111, + "count": [ + 38, { - "distinct_on": [ - 131, - "[abandoned_matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 129, - "[abandoned_matches_order_by!]" + "columns": [ + 3038, + "[player_objectives_select_column!]" ], - "where": [ - 119 + "distinct": [ + 3 ] } ], - "aim_weapon_stats": [ - 2117, - { - "distinct_on": [ - 2138, - "[player_aim_weapon_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2136, - "[player_aim_weapon_stats_order_by!]" - ], - "where": [ - 2126 - ] - } + "max": [ + 3030 ], - "aim_weapon_stats_aggregate": [ - 2118, - { - "distinct_on": [ - 2138, - "[player_aim_weapon_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2136, - "[player_aim_weapon_stats_order_by!]" - ], - "where": [ - 2126 - ] - } + "min": [ + 3032 ], - "assists": [ - 2158, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } + "stddev": [ + 3040 ], - "assists_aggregate": [ - 2159, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } + "stddev_pop": [ + 3042 ], - "assited_by_players": [ - 2158, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } + "stddev_samp": [ + 3044 ], - "assited_by_players_aggregate": [ - 2159, - { - "distinct_on": [ - 2181, - "[player_assists_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2179, - "[player_assists_order_by!]" - ], - "where": [ - 2169 - ] - } + "sum": [ + 3048 ], - "avatar_url": [ - 79 + "var_pop": [ + 3052 ], - "coach_lineups": [ - 1515, - { - "distinct_on": [ - 1537, - "[match_lineups_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1535, - "[match_lineups_order_by!]" - ], - "where": [ - 1524 - ] - } + "var_samp": [ + 3054 ], - "coach_lineups_aggregate": [ - 1516, - { - "distinct_on": [ - 1537, - "[match_lineups_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1535, - "[match_lineups_order_by!]" - ], - "where": [ - 1524 - ] - } + "variance": [ + 3056 ], - "country": [ - 79 + "__typename": [ + 78 + ] + }, + "player_objectives_aggregate_order_by": { + "avg": [ + 3025 ], - "created_at": [ - 3558 + "count": [ + 2461 ], - "current_lobby_id": [ - 3955 + "max": [ + 3031 ], - "custom_avatar_url": [ - 79 + "min": [ + 3033 ], - "damage_dealt": [ - 2221, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } + "stddev": [ + 3041 ], - "damage_dealt_aggregate": [ - 2222, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } + "stddev_pop": [ + 3043 ], - "damage_taken": [ - 2221, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } + "stddev_samp": [ + 3045 ], - "damage_taken_aggregate": [ - 2222, - { - "distinct_on": [ - 2242, - "[player_damages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2240, - "[player_damages_order_by!]" - ], - "where": [ - 2230 - ] - } + "sum": [ + 3049 ], - "days_since_last_ban": [ - 38 + "var_pop": [ + 3053 ], - "deaths": [ - 2375, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } + "var_samp": [ + 3055 ], - "deaths_aggregate": [ - 2376, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } + "variance": [ + 3057 ], - "discord_id": [ - 79 + "__typename": [ + 78 + ] + }, + "player_objectives_arr_rel_insert_input": { + "data": [ + 3029 ], - "draft_game_players": [ - 306, - { - "distinct_on": [ - 329, - "[draft_game_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 327, - "[draft_game_players_order_by!]" - ], - "where": [ - 317 - ] - } + "on_conflict": [ + 3035 ], - "draft_game_players_aggregate": [ - 307, - { - "distinct_on": [ - 329, - "[draft_game_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 327, - "[draft_game_players_order_by!]" - ], - "where": [ - 317 - ] - } + "__typename": [ + 78 + ] + }, + "player_objectives_avg_fields": { + "player_steam_id": [ + 29 ], - "elo": [ - 1244, - { - "path": [ - 79 - ] - } + "round": [ + 29 ], - "elo_history": [ - 4197, - { - "distinct_on": [ - 4223, - "[v_player_elo_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4222, - "[v_player_elo_order_by!]" - ], - "where": [ - 4216 - ] - } + "__typename": [ + 78 + ] + }, + "player_objectives_avg_order_by": { + "player_steam_id": [ + 2461 ], - "elo_history_aggregate": [ - 4198, - { - "distinct_on": [ - 4223, - "[v_player_elo_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4222, - "[v_player_elo_order_by!]" - ], - "where": [ - 4216 - ] - } + "round": [ + 2461 ], - "faceit_elo": [ - 38 + "__typename": [ + 78 + ] + }, + "player_objectives_bool_exp": { + "_and": [ + 3026 ], - "faceit_nickname": [ - 79 + "_not": [ + 3026 ], - "faceit_player_id": [ - 79 + "_or": [ + 3026 ], - "faceit_rank_history": [ - 2289, - { - "distinct_on": [ - 2310, - "[player_faceit_rank_history_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2308, - "[player_faceit_rank_history_order_by!]" - ], - "where": [ - 2298 - ] - } + "deleted_at": [ + 4005 ], - "faceit_rank_history_aggregate": [ - 2290, - { - "distinct_on": [ - 2310, - "[player_faceit_rank_history_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2308, - "[player_faceit_rank_history_order_by!]" - ], - "where": [ - 2298 - ] - } + "match": [ + 2285 ], - "faceit_skill_level": [ - 38 + "match_id": [ + 4444 ], - "faceit_updated_at": [ - 3558 + "match_map": [ + 2123 ], - "faceit_url": [ - 79 + "match_map_id": [ + 4444 ], - "flashed_by_players": [ - 2330, - { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" - ], - "where": [ - 2341 - ] - } + "player": [ + 3423 ], - "flashed_by_players_aggregate": [ - 2331, - { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" - ], - "where": [ - 2341 - ] - } + "player_steam_id": [ + 182 ], - "flashed_players": [ - 2330, - { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" - ], - "where": [ - 2341 - ] - } + "round": [ + 39 ], - "flashed_players_aggregate": [ - 2331, - { - "distinct_on": [ - 2353, - "[player_flashes_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2351, - "[player_flashes_order_by!]" - ], - "where": [ - 2341 - ] - } + "time": [ + 4005 ], - "friends": [ - 1895, - { - "distinct_on": [ - 1920, - "[my_friends_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1918, - "[my_friends_order_by!]" - ], - "where": [ - 1907 - ] - } + "type": [ + 862 ], - "friends_aggregate": [ - 1896, - { - "distinct_on": [ - 1920, - "[my_friends_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1918, - "[my_friends_order_by!]" - ], - "where": [ - 1907 - ] - } + "__typename": [ + 78 + ] + }, + "player_objectives_constraint": {}, + "player_objectives_inc_input": { + "player_steam_id": [ + 180 ], - "game_ban_count": [ + "round": [ 38 ], - "invited_players": [ - 3232, - { - "distinct_on": [ - 3253, - "[team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3251, - "[team_invites_order_by!]" - ], - "where": [ - 3241 - ] - } + "__typename": [ + 78 + ] + }, + "player_objectives_insert_input": { + "deleted_at": [ + 4004 ], - "invited_players_aggregate": [ - 3233, - { - "distinct_on": [ - 3253, - "[team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3251, - "[team_invites_order_by!]" - ], - "where": [ - 3241 - ] - } + "match": [ + 2294 ], - "is_banned": [ - 3 + "match_id": [ + 4442 ], - "is_gagged": [ - 3 + "match_map": [ + 2132 ], - "is_in_another_match": [ - 3 + "match_map_id": [ + 4442 ], - "is_in_draft": [ - 3 + "player": [ + 3430 ], - "is_in_lobby": [ - 3 + "player_steam_id": [ + 180 ], - "is_muted": [ - 3 + "round": [ + 38 ], - "kills": [ - 2375, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } + "time": [ + 4004 ], - "kills_aggregate": [ - 2376, - { - "distinct_on": [ - 2439, - "[player_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2437, - "[player_kills_order_by!]" - ], - "where": [ - 2386 - ] - } + "type": [ + 861 ], - "kills_by_weapons": [ - 2387, - { - "distinct_on": [ - 2408, - "[player_kills_by_weapon_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2406, - "[player_kills_by_weapon_order_by!]" - ], - "where": [ - 2396 - ] - } + "__typename": [ + 78 + ] + }, + "player_objectives_max_fields": { + "deleted_at": [ + 4004 ], - "kills_by_weapons_aggregate": [ - 2388, - { - "distinct_on": [ - 2408, - "[player_kills_by_weapon_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2406, - "[player_kills_by_weapon_order_by!]" - ], - "where": [ - 2396 - ] - } + "match_id": [ + 4442 ], - "language": [ - 79 + "match_map_id": [ + 4442 ], - "last_read_news_at": [ - 3558 + "player_steam_id": [ + 180 ], - "last_sign_in_at": [ - 3558 + "round": [ + 38 ], - "lobby_players": [ - 1289, - { - "distinct_on": [ - 1312, - "[lobby_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1310, - "[lobby_players_order_by!]" - ], - "where": [ - 1300 - ] - } + "time": [ + 4004 ], - "lobby_players_aggregate": [ - 1290, - { - "distinct_on": [ - 1312, - "[lobby_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1310, - "[lobby_players_order_by!]" + "__typename": [ + 78 + ] + }, + "player_objectives_max_order_by": { + "deleted_at": [ + 2461 + ], + "match_id": [ + 2461 + ], + "match_map_id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "time": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_min_fields": { + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_min_order_by": { + "deleted_at": [ + 2461 + ], + "match_id": [ + 2461 + ], + "match_map_id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "time": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3017 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_on_conflict": { + "constraint": [ + 3027 + ], + "update_columns": [ + 3050 + ], + "where": [ + 3026 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_order_by": { + "deleted_at": [ + 2461 + ], + "match": [ + 2296 + ], + "match_id": [ + 2461 + ], + "match_map": [ + 2134 + ], + "match_map_id": [ + 2461 + ], + "player": [ + 3432 + ], + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "time": [ + 2461 + ], + "type": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_pk_columns_input": { + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "time": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_select_column": {}, + "player_objectives_set_input": { + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "type": [ + 861 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stddev_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stddev_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stddev_pop_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stddev_pop_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stddev_samp_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stddev_samp_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stream_cursor_input": { + "initial_value": [ + 3047 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_stream_cursor_value_input": { + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "type": [ + 861 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_sum_fields": { + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_sum_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_update_column": {}, + "player_objectives_updates": { + "_inc": [ + 3028 + ], + "_set": [ + 3039 + ], + "where": [ + 3026 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_var_pop_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_var_pop_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_var_samp_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_var_samp_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_variance_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_objectives_variance_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v": { + "accuracy_score": [ + 1180 + ], + "aim_goal": [ + 1180 + ], + "aim_rating": [ + 1180 + ], + "band": [ + 38 + ], + "band_sample": [ + 180 + ], + "blind_score": [ + 1180 + ], + "counter_strafe_score": [ + 1180 + ], + "crosshair_score": [ + 1180 + ], + "flash_assists_score": [ + 1180 + ], + "hs_score": [ + 1180 + ], + "kast_score": [ + 1180 + ], + "maps": [ + 38 + ], + "positioning_goal": [ + 1180 + ], + "positioning_rating": [ + 1180 + ], + "premier_rank": [ + 38 + ], + "rounds": [ + 38 + ], + "spotted_score": [ + 1180 + ], + "steam_id": [ + 180 + ], + "survival_score": [ + 1180 + ], + "traded_score": [ + 1180 + ], + "ttd_score": [ + 1180 + ], + "util_eff_score": [ + 1180 + ], + "utility_goal": [ + 1180 + ], + "utility_rating": [ + 1180 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_aggregate": { + "aggregate": [ + 3060 + ], + "nodes": [ + 3058 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_aggregate_fields": { + "avg": [ + 3061 + ], + "count": [ + 38, + { + "columns": [ + 3066, + "[player_performance_v_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3063 + ], + "min": [ + 3064 + ], + "stddev": [ + 3067 + ], + "stddev_pop": [ + 3068 + ], + "stddev_samp": [ + 3069 + ], + "sum": [ + 3072 + ], + "var_pop": [ + 3073 + ], + "var_samp": [ + 3074 + ], + "variance": [ + 3075 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_avg_fields": { + "accuracy_score": [ + 29 + ], + "aim_goal": [ + 29 + ], + "aim_rating": [ + 29 + ], + "band": [ + 29 + ], + "band_sample": [ + 29 + ], + "blind_score": [ + 29 + ], + "counter_strafe_score": [ + 29 + ], + "crosshair_score": [ + 29 + ], + "flash_assists_score": [ + 29 + ], + "hs_score": [ + 29 + ], + "kast_score": [ + 29 + ], + "maps": [ + 29 + ], + "positioning_goal": [ + 29 + ], + "positioning_rating": [ + 29 + ], + "premier_rank": [ + 29 + ], + "rounds": [ + 29 + ], + "spotted_score": [ + 29 + ], + "steam_id": [ + 29 + ], + "survival_score": [ + 29 + ], + "traded_score": [ + 29 + ], + "ttd_score": [ + 29 + ], + "util_eff_score": [ + 29 + ], + "utility_goal": [ + 29 + ], + "utility_rating": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_bool_exp": { + "_and": [ + 3062 + ], + "_not": [ + 3062 + ], + "_or": [ + 3062 + ], + "accuracy_score": [ + 1181 + ], + "aim_goal": [ + 1181 + ], + "aim_rating": [ + 1181 + ], + "band": [ + 39 + ], + "band_sample": [ + 182 + ], + "blind_score": [ + 1181 + ], + "counter_strafe_score": [ + 1181 + ], + "crosshair_score": [ + 1181 + ], + "flash_assists_score": [ + 1181 + ], + "hs_score": [ + 1181 + ], + "kast_score": [ + 1181 + ], + "maps": [ + 39 + ], + "positioning_goal": [ + 1181 + ], + "positioning_rating": [ + 1181 + ], + "premier_rank": [ + 39 + ], + "rounds": [ + 39 + ], + "spotted_score": [ + 1181 + ], + "steam_id": [ + 182 + ], + "survival_score": [ + 1181 + ], + "traded_score": [ + 1181 + ], + "ttd_score": [ + 1181 + ], + "util_eff_score": [ + 1181 + ], + "utility_goal": [ + 1181 + ], + "utility_rating": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_max_fields": { + "accuracy_score": [ + 1180 + ], + "aim_goal": [ + 1180 + ], + "aim_rating": [ + 1180 + ], + "band": [ + 38 + ], + "band_sample": [ + 180 + ], + "blind_score": [ + 1180 + ], + "counter_strafe_score": [ + 1180 + ], + "crosshair_score": [ + 1180 + ], + "flash_assists_score": [ + 1180 + ], + "hs_score": [ + 1180 + ], + "kast_score": [ + 1180 + ], + "maps": [ + 38 + ], + "positioning_goal": [ + 1180 + ], + "positioning_rating": [ + 1180 + ], + "premier_rank": [ + 38 + ], + "rounds": [ + 38 + ], + "spotted_score": [ + 1180 + ], + "steam_id": [ + 180 + ], + "survival_score": [ + 1180 + ], + "traded_score": [ + 1180 + ], + "ttd_score": [ + 1180 + ], + "util_eff_score": [ + 1180 + ], + "utility_goal": [ + 1180 + ], + "utility_rating": [ + 1180 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_min_fields": { + "accuracy_score": [ + 1180 + ], + "aim_goal": [ + 1180 + ], + "aim_rating": [ + 1180 + ], + "band": [ + 38 + ], + "band_sample": [ + 180 + ], + "blind_score": [ + 1180 + ], + "counter_strafe_score": [ + 1180 + ], + "crosshair_score": [ + 1180 + ], + "flash_assists_score": [ + 1180 + ], + "hs_score": [ + 1180 + ], + "kast_score": [ + 1180 + ], + "maps": [ + 38 + ], + "positioning_goal": [ + 1180 + ], + "positioning_rating": [ + 1180 + ], + "premier_rank": [ + 38 + ], + "rounds": [ + 38 + ], + "spotted_score": [ + 1180 + ], + "steam_id": [ + 180 + ], + "survival_score": [ + 1180 + ], + "traded_score": [ + 1180 + ], + "ttd_score": [ + 1180 + ], + "util_eff_score": [ + 1180 + ], + "utility_goal": [ + 1180 + ], + "utility_rating": [ + 1180 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_order_by": { + "accuracy_score": [ + 2461 + ], + "aim_goal": [ + 2461 + ], + "aim_rating": [ + 2461 + ], + "band": [ + 2461 + ], + "band_sample": [ + 2461 + ], + "blind_score": [ + 2461 + ], + "counter_strafe_score": [ + 2461 + ], + "crosshair_score": [ + 2461 + ], + "flash_assists_score": [ + 2461 + ], + "hs_score": [ + 2461 + ], + "kast_score": [ + 2461 + ], + "maps": [ + 2461 + ], + "positioning_goal": [ + 2461 + ], + "positioning_rating": [ + 2461 + ], + "premier_rank": [ + 2461 + ], + "rounds": [ + 2461 + ], + "spotted_score": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "survival_score": [ + 2461 + ], + "traded_score": [ + 2461 + ], + "ttd_score": [ + 2461 + ], + "util_eff_score": [ + 2461 + ], + "utility_goal": [ + 2461 + ], + "utility_rating": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_select_column": {}, + "player_performance_v_stddev_fields": { + "accuracy_score": [ + 29 + ], + "aim_goal": [ + 29 + ], + "aim_rating": [ + 29 + ], + "band": [ + 29 + ], + "band_sample": [ + 29 + ], + "blind_score": [ + 29 + ], + "counter_strafe_score": [ + 29 + ], + "crosshair_score": [ + 29 + ], + "flash_assists_score": [ + 29 + ], + "hs_score": [ + 29 + ], + "kast_score": [ + 29 + ], + "maps": [ + 29 + ], + "positioning_goal": [ + 29 + ], + "positioning_rating": [ + 29 + ], + "premier_rank": [ + 29 + ], + "rounds": [ + 29 + ], + "spotted_score": [ + 29 + ], + "steam_id": [ + 29 + ], + "survival_score": [ + 29 + ], + "traded_score": [ + 29 + ], + "ttd_score": [ + 29 + ], + "util_eff_score": [ + 29 + ], + "utility_goal": [ + 29 + ], + "utility_rating": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_stddev_pop_fields": { + "accuracy_score": [ + 29 + ], + "aim_goal": [ + 29 + ], + "aim_rating": [ + 29 + ], + "band": [ + 29 + ], + "band_sample": [ + 29 + ], + "blind_score": [ + 29 + ], + "counter_strafe_score": [ + 29 + ], + "crosshair_score": [ + 29 + ], + "flash_assists_score": [ + 29 + ], + "hs_score": [ + 29 + ], + "kast_score": [ + 29 + ], + "maps": [ + 29 + ], + "positioning_goal": [ + 29 + ], + "positioning_rating": [ + 29 + ], + "premier_rank": [ + 29 + ], + "rounds": [ + 29 + ], + "spotted_score": [ + 29 + ], + "steam_id": [ + 29 + ], + "survival_score": [ + 29 + ], + "traded_score": [ + 29 + ], + "ttd_score": [ + 29 + ], + "util_eff_score": [ + 29 + ], + "utility_goal": [ + 29 + ], + "utility_rating": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_stddev_samp_fields": { + "accuracy_score": [ + 29 + ], + "aim_goal": [ + 29 + ], + "aim_rating": [ + 29 + ], + "band": [ + 29 + ], + "band_sample": [ + 29 + ], + "blind_score": [ + 29 + ], + "counter_strafe_score": [ + 29 + ], + "crosshair_score": [ + 29 + ], + "flash_assists_score": [ + 29 + ], + "hs_score": [ + 29 + ], + "kast_score": [ + 29 + ], + "maps": [ + 29 + ], + "positioning_goal": [ + 29 + ], + "positioning_rating": [ + 29 + ], + "premier_rank": [ + 29 + ], + "rounds": [ + 29 + ], + "spotted_score": [ + 29 + ], + "steam_id": [ + 29 + ], + "survival_score": [ + 29 + ], + "traded_score": [ + 29 + ], + "ttd_score": [ + 29 + ], + "util_eff_score": [ + 29 + ], + "utility_goal": [ + 29 + ], + "utility_rating": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_stream_cursor_input": { + "initial_value": [ + 3071 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_stream_cursor_value_input": { + "accuracy_score": [ + 1180 + ], + "aim_goal": [ + 1180 + ], + "aim_rating": [ + 1180 + ], + "band": [ + 38 + ], + "band_sample": [ + 180 + ], + "blind_score": [ + 1180 + ], + "counter_strafe_score": [ + 1180 + ], + "crosshair_score": [ + 1180 + ], + "flash_assists_score": [ + 1180 + ], + "hs_score": [ + 1180 + ], + "kast_score": [ + 1180 + ], + "maps": [ + 38 + ], + "positioning_goal": [ + 1180 + ], + "positioning_rating": [ + 1180 + ], + "premier_rank": [ + 38 + ], + "rounds": [ + 38 + ], + "spotted_score": [ + 1180 + ], + "steam_id": [ + 180 + ], + "survival_score": [ + 1180 + ], + "traded_score": [ + 1180 + ], + "ttd_score": [ + 1180 + ], + "util_eff_score": [ + 1180 + ], + "utility_goal": [ + 1180 + ], + "utility_rating": [ + 1180 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_sum_fields": { + "accuracy_score": [ + 1180 + ], + "aim_goal": [ + 1180 + ], + "aim_rating": [ + 1180 + ], + "band": [ + 38 + ], + "band_sample": [ + 180 + ], + "blind_score": [ + 1180 + ], + "counter_strafe_score": [ + 1180 + ], + "crosshair_score": [ + 1180 + ], + "flash_assists_score": [ + 1180 + ], + "hs_score": [ + 1180 + ], + "kast_score": [ + 1180 + ], + "maps": [ + 38 + ], + "positioning_goal": [ + 1180 + ], + "positioning_rating": [ + 1180 + ], + "premier_rank": [ + 38 + ], + "rounds": [ + 38 + ], + "spotted_score": [ + 1180 + ], + "steam_id": [ + 180 + ], + "survival_score": [ + 1180 + ], + "traded_score": [ + 1180 + ], + "ttd_score": [ + 1180 + ], + "util_eff_score": [ + 1180 + ], + "utility_goal": [ + 1180 + ], + "utility_rating": [ + 1180 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_var_pop_fields": { + "accuracy_score": [ + 29 + ], + "aim_goal": [ + 29 + ], + "aim_rating": [ + 29 + ], + "band": [ + 29 + ], + "band_sample": [ + 29 + ], + "blind_score": [ + 29 + ], + "counter_strafe_score": [ + 29 + ], + "crosshair_score": [ + 29 + ], + "flash_assists_score": [ + 29 + ], + "hs_score": [ + 29 + ], + "kast_score": [ + 29 + ], + "maps": [ + 29 + ], + "positioning_goal": [ + 29 + ], + "positioning_rating": [ + 29 + ], + "premier_rank": [ + 29 + ], + "rounds": [ + 29 + ], + "spotted_score": [ + 29 + ], + "steam_id": [ + 29 + ], + "survival_score": [ + 29 + ], + "traded_score": [ + 29 + ], + "ttd_score": [ + 29 + ], + "util_eff_score": [ + 29 + ], + "utility_goal": [ + 29 + ], + "utility_rating": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_var_samp_fields": { + "accuracy_score": [ + 29 + ], + "aim_goal": [ + 29 + ], + "aim_rating": [ + 29 + ], + "band": [ + 29 + ], + "band_sample": [ + 29 + ], + "blind_score": [ + 29 + ], + "counter_strafe_score": [ + 29 + ], + "crosshair_score": [ + 29 + ], + "flash_assists_score": [ + 29 + ], + "hs_score": [ + 29 + ], + "kast_score": [ + 29 + ], + "maps": [ + 29 + ], + "positioning_goal": [ + 29 + ], + "positioning_rating": [ + 29 + ], + "premier_rank": [ + 29 + ], + "rounds": [ + 29 + ], + "spotted_score": [ + 29 + ], + "steam_id": [ + 29 + ], + "survival_score": [ + 29 + ], + "traded_score": [ + 29 + ], + "ttd_score": [ + 29 + ], + "util_eff_score": [ + 29 + ], + "utility_goal": [ + 29 + ], + "utility_rating": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_performance_v_variance_fields": { + "accuracy_score": [ + 29 + ], + "aim_goal": [ + 29 + ], + "aim_rating": [ + 29 + ], + "band": [ + 29 + ], + "band_sample": [ + 29 + ], + "blind_score": [ + 29 + ], + "counter_strafe_score": [ + 29 + ], + "crosshair_score": [ + 29 + ], + "flash_assists_score": [ + 29 + ], + "hs_score": [ + 29 + ], + "kast_score": [ + 29 + ], + "maps": [ + 29 + ], + "positioning_goal": [ + 29 + ], + "positioning_rating": [ + 29 + ], + "premier_rank": [ + 29 + ], + "rounds": [ + 29 + ], + "spotted_score": [ + 29 + ], + "steam_id": [ + 29 + ], + "survival_score": [ + 29 + ], + "traded_score": [ + 29 + ], + "ttd_score": [ + 29 + ], + "util_eff_score": [ + 29 + ], + "utility_goal": [ + 29 + ], + "utility_rating": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history": { + "id": [ + 4442 + ], + "map": [ + 1794 + ], + "map_id": [ + 4442 + ], + "match": [ + 2276 + ], + "match_id": [ + 4442 + ], + "observed_at": [ + 4004 + ], + "player": [ + 3419 + ], + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_aggregate": { + "aggregate": [ + 3080 + ], + "nodes": [ + 3076 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_aggregate_bool_exp": { + "count": [ + 3079 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_aggregate_bool_exp_count": { + "arguments": [ + 3097 + ], + "distinct": [ + 3 + ], + "filter": [ + 3085 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_aggregate_fields": { + "avg": [ + 3083 + ], + "count": [ + 38, + { + "columns": [ + 3097, + "[player_premier_rank_history_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3089 + ], + "min": [ + 3091 + ], + "stddev": [ + 3099 + ], + "stddev_pop": [ + 3101 + ], + "stddev_samp": [ + 3103 + ], + "sum": [ + 3107 + ], + "var_pop": [ + 3111 + ], + "var_samp": [ + 3113 + ], + "variance": [ + 3115 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_aggregate_order_by": { + "avg": [ + 3084 + ], + "count": [ + 2461 + ], + "max": [ + 3090 + ], + "min": [ + 3092 + ], + "stddev": [ + 3100 + ], + "stddev_pop": [ + 3102 + ], + "stddev_samp": [ + 3104 + ], + "sum": [ + 3108 + ], + "var_pop": [ + 3112 + ], + "var_samp": [ + 3114 + ], + "variance": [ + 3116 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_arr_rel_insert_input": { + "data": [ + 3088 + ], + "on_conflict": [ + 3094 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_avg_fields": { + "previous_rank": [ + 29 + ], + "rank": [ + 29 + ], + "rank_type": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_avg_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_bool_exp": { + "_and": [ + 3085 + ], + "_not": [ + 3085 + ], + "_or": [ + 3085 + ], + "id": [ + 4444 + ], + "map": [ + 1803 + ], + "map_id": [ + 4444 + ], + "match": [ + 2285 + ], + "match_id": [ + 4444 + ], + "observed_at": [ + 4005 + ], + "player": [ + 3423 + ], + "previous_rank": [ + 39 + ], + "rank": [ + 39 + ], + "rank_type": [ + 39 + ], + "steam_id": [ + 182 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_constraint": {}, + "player_premier_rank_history_inc_input": { + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_insert_input": { + "id": [ + 4442 + ], + "map": [ + 1811 + ], + "map_id": [ + 4442 + ], + "match": [ + 2294 + ], + "match_id": [ + 4442 + ], + "observed_at": [ + 4004 + ], + "player": [ + 3430 + ], + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_max_fields": { + "id": [ + 4442 + ], + "map_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "observed_at": [ + 4004 + ], + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_max_order_by": { + "id": [ + 2461 + ], + "map_id": [ + 2461 + ], + "match_id": [ + 2461 + ], + "observed_at": [ + 2461 + ], + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_min_fields": { + "id": [ + 4442 + ], + "map_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "observed_at": [ + 4004 + ], + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_min_order_by": { + "id": [ + 2461 + ], + "map_id": [ + 2461 + ], + "match_id": [ + 2461 + ], + "observed_at": [ + 2461 + ], + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3076 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_on_conflict": { + "constraint": [ + 3086 + ], + "update_columns": [ + 3109 + ], + "where": [ + 3085 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_order_by": { + "id": [ + 2461 + ], + "map": [ + 1813 + ], + "map_id": [ + 2461 + ], + "match": [ + 2296 + ], + "match_id": [ + 2461 + ], + "observed_at": [ + 2461 + ], + "player": [ + 3432 + ], + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_pk_columns_input": { + "id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_select_column": {}, + "player_premier_rank_history_set_input": { + "id": [ + 4442 + ], + "map_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "observed_at": [ + 4004 + ], + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stddev_fields": { + "previous_rank": [ + 29 + ], + "rank": [ + 29 + ], + "rank_type": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stddev_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stddev_pop_fields": { + "previous_rank": [ + 29 + ], + "rank": [ + 29 + ], + "rank_type": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stddev_pop_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stddev_samp_fields": { + "previous_rank": [ + 29 + ], + "rank": [ + 29 + ], + "rank_type": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stddev_samp_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stream_cursor_input": { + "initial_value": [ + 3106 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_stream_cursor_value_input": { + "id": [ + 4442 + ], + "map_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "observed_at": [ + 4004 + ], + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_sum_fields": { + "previous_rank": [ + 38 + ], + "rank": [ + 38 + ], + "rank_type": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_sum_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_update_column": {}, + "player_premier_rank_history_updates": { + "_inc": [ + 3087 + ], + "_set": [ + 3098 + ], + "where": [ + 3085 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_var_pop_fields": { + "previous_rank": [ + 29 + ], + "rank": [ + 29 + ], + "rank_type": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_var_pop_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_var_samp_fields": { + "previous_rank": [ + 29 + ], + "rank": [ + 29 + ], + "rank_type": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_var_samp_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_variance_fields": { + "previous_rank": [ + 29 + ], + "rank": [ + 29 + ], + "rank_type": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_premier_rank_history_variance_order_by": { + "previous_rank": [ + 2461 + ], + "rank": [ + 2461 + ], + "rank_type": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions": { + "created_at": [ + 4004 + ], + "deleted_at": [ + 4004 + ], + "e_sanction_type": [ + 916 + ], + "id": [ + 4442 + ], + "player": [ + 3419 + ], + "player_steam_id": [ + 180 + ], + "reason": [ + 78 + ], + "remove_sanction_date": [ + 4004 + ], + "sanctioned_by": [ + 3419 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "type": [ + 921 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_aggregate": { + "aggregate": [ + 3121 + ], + "nodes": [ + 3117 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_aggregate_bool_exp": { + "count": [ + 3120 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_aggregate_bool_exp_count": { + "arguments": [ + 3138 + ], + "distinct": [ + 3 + ], + "filter": [ + 3126 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_aggregate_fields": { + "avg": [ + 3124 + ], + "count": [ + 38, + { + "columns": [ + 3138, + "[player_sanctions_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3130 + ], + "min": [ + 3132 + ], + "stddev": [ + 3140 + ], + "stddev_pop": [ + 3142 + ], + "stddev_samp": [ + 3144 + ], + "sum": [ + 3148 + ], + "var_pop": [ + 3152 + ], + "var_samp": [ + 3154 + ], + "variance": [ + 3156 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_aggregate_order_by": { + "avg": [ + 3125 + ], + "count": [ + 2461 + ], + "max": [ + 3131 + ], + "min": [ + 3133 + ], + "stddev": [ + 3141 + ], + "stddev_pop": [ + 3143 + ], + "stddev_samp": [ + 3145 + ], + "sum": [ + 3149 + ], + "var_pop": [ + 3153 + ], + "var_samp": [ + 3155 + ], + "variance": [ + 3157 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_arr_rel_insert_input": { + "data": [ + 3129 + ], + "on_conflict": [ + 3135 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_avg_fields": { + "player_steam_id": [ + 29 + ], + "sanctioned_by_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_avg_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_bool_exp": { + "_and": [ + 3126 + ], + "_not": [ + 3126 + ], + "_or": [ + 3126 + ], + "created_at": [ + 4005 + ], + "deleted_at": [ + 4005 + ], + "e_sanction_type": [ + 919 + ], + "id": [ + 4444 + ], + "player": [ + 3423 + ], + "player_steam_id": [ + 182 + ], + "reason": [ + 80 + ], + "remove_sanction_date": [ + 4005 + ], + "sanctioned_by": [ + 3423 + ], + "sanctioned_by_steam_id": [ + 182 + ], + "type": [ + 922 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_constraint": {}, + "player_sanctions_inc_input": { + "player_steam_id": [ + 180 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_insert_input": { + "created_at": [ + 4004 + ], + "deleted_at": [ + 4004 + ], + "e_sanction_type": [ + 927 + ], + "id": [ + 4442 + ], + "player": [ + 3430 + ], + "player_steam_id": [ + 180 + ], + "reason": [ + 78 + ], + "remove_sanction_date": [ + 4004 + ], + "sanctioned_by": [ + 3430 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "type": [ + 921 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_max_fields": { + "created_at": [ + 4004 + ], + "deleted_at": [ + 4004 + ], + "id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "reason": [ + 78 + ], + "remove_sanction_date": [ + 4004 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_max_order_by": { + "created_at": [ + 2461 + ], + "deleted_at": [ + 2461 + ], + "id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "reason": [ + 2461 + ], + "remove_sanction_date": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_min_fields": { + "created_at": [ + 4004 + ], + "deleted_at": [ + 4004 + ], + "id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "reason": [ + 78 + ], + "remove_sanction_date": [ + 4004 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_min_order_by": { + "created_at": [ + 2461 + ], + "deleted_at": [ + 2461 + ], + "id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "reason": [ + 2461 + ], + "remove_sanction_date": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3117 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_on_conflict": { + "constraint": [ + 3127 + ], + "update_columns": [ + 3150 + ], + "where": [ + 3126 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_order_by": { + "created_at": [ + 2461 + ], + "deleted_at": [ + 2461 + ], + "e_sanction_type": [ + 929 + ], + "id": [ + 2461 + ], + "player": [ + 3432 + ], + "player_steam_id": [ + 2461 + ], + "reason": [ + 2461 + ], + "remove_sanction_date": [ + 2461 + ], + "sanctioned_by": [ + 3432 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "type": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_pk_columns_input": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_select_column": {}, + "player_sanctions_set_input": { + "created_at": [ + 4004 + ], + "deleted_at": [ + 4004 + ], + "id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "reason": [ + 78 + ], + "remove_sanction_date": [ + 4004 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "type": [ + 921 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stddev_fields": { + "player_steam_id": [ + 29 + ], + "sanctioned_by_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stddev_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stddev_pop_fields": { + "player_steam_id": [ + 29 + ], + "sanctioned_by_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stddev_pop_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stddev_samp_fields": { + "player_steam_id": [ + 29 + ], + "sanctioned_by_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stddev_samp_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stream_cursor_input": { + "initial_value": [ + 3147 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_stream_cursor_value_input": { + "created_at": [ + 4004 + ], + "deleted_at": [ + 4004 + ], + "id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "reason": [ + 78 + ], + "remove_sanction_date": [ + 4004 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "type": [ + 921 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_sum_fields": { + "player_steam_id": [ + 180 + ], + "sanctioned_by_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_sum_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_update_column": {}, + "player_sanctions_updates": { + "_inc": [ + 3128 + ], + "_set": [ + 3139 + ], + "where": [ + 3126 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_var_pop_fields": { + "player_steam_id": [ + 29 + ], + "sanctioned_by_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_var_pop_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_var_samp_fields": { + "player_steam_id": [ + 29 + ], + "sanctioned_by_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_var_samp_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_variance_fields": { + "player_steam_id": [ + 29 + ], + "sanctioned_by_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_sanctions_variance_order_by": { + "player_steam_id": [ + 2461 + ], + "sanctioned_by_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player": [ + 3419 + ], + "player_steam_id": [ + 180 + ], + "season": [ + 3478 + ], + "season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate": { + "aggregate": [ + 3172 + ], + "nodes": [ + 3158 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp": { + "avg": [ + 3161 + ], + "corr": [ + 3162 + ], + "count": [ + 3164 + ], + "covar_samp": [ + 3165 + ], + "max": [ + 3167 + ], + "min": [ + 3168 + ], + "stddev_samp": [ + 3169 + ], + "sum": [ + 3170 + ], + "var_samp": [ + 3171 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_avg": { + "arguments": [ + 3190 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_corr": { + "arguments": [ + 3163 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_corr_arguments": { + "X": [ + 3191 + ], + "Y": [ + 3191 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_count": { + "arguments": [ + 3189 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_covar_samp": { + "arguments": [ + 3166 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { + "X": [ + 3192 + ], + "Y": [ + 3192 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_max": { + "arguments": [ + 3193 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_min": { + "arguments": [ + 3194 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_stddev_samp": { + "arguments": [ + 3195 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_sum": { + "arguments": [ + 3196 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_bool_exp_var_samp": { + "arguments": [ + 3197 + ], + "distinct": [ + 3 + ], + "filter": [ + 3177 + ], + "predicate": [ + 1181 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_fields": { + "avg": [ + 3175 + ], + "count": [ + 38, + { + "columns": [ + 3189, + "[player_season_stats_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3181 + ], + "min": [ + 3183 + ], + "stddev": [ + 3199 + ], + "stddev_pop": [ + 3201 + ], + "stddev_samp": [ + 3203 + ], + "sum": [ + 3207 + ], + "var_pop": [ + 3211 + ], + "var_samp": [ + 3213 + ], + "variance": [ + 3215 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_aggregate_order_by": { + "avg": [ + 3176 + ], + "count": [ + 2461 + ], + "max": [ + 3182 + ], + "min": [ + 3184 + ], + "stddev": [ + 3200 + ], + "stddev_pop": [ + 3202 + ], + "stddev_samp": [ + 3204 + ], + "sum": [ + 3208 + ], + "var_pop": [ + 3212 + ], + "var_samp": [ + 3214 + ], + "variance": [ + 3216 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_arr_rel_insert_input": { + "data": [ + 3180 + ], + "on_conflict": [ + 3186 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_avg_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_avg_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_bool_exp": { + "_and": [ + 3177 + ], + "_not": [ + 3177 + ], + "_or": [ + 3177 + ], + "assists": [ + 182 + ], + "deaths": [ + 182 + ], + "headshot_percentage": [ + 1181 + ], + "headshots": [ + 182 + ], + "kills": [ + 182 + ], + "player": [ + 3423 + ], + "player_steam_id": [ + 182 + ], + "season": [ + 3482 + ], + "season_id": [ + 4444 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_constraint": {}, + "player_season_stats_inc_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_insert_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player": [ + 3430 + ], + "player_steam_id": [ + 180 + ], + "season": [ + 3489 + ], + "season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_max_fields": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_max_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "season_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_min_fields": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_min_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "season_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3158 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_on_conflict": { + "constraint": [ + 3178 + ], + "update_columns": [ + 3209 + ], + "where": [ + 3177 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player": [ + 3432 + ], + "player_steam_id": [ + 2461 + ], + "season": [ + 3491 + ], + "season_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_pk_columns_input": { + "player_steam_id": [ + 180 + ], + "season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_select_column": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_avg_arguments_columns": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_corr_arguments_columns": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_covar_samp_arguments_columns": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_max_arguments_columns": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_min_arguments_columns": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_stddev_samp_arguments_columns": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_sum_arguments_columns": {}, + "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, + "player_season_stats_set_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stddev_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stddev_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stddev_pop_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stddev_pop_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stddev_samp_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stddev_samp_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stream_cursor_input": { + "initial_value": [ + 3206 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_stream_cursor_value_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_sum_fields": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_sum_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_update_column": {}, + "player_season_stats_updates": { + "_inc": [ + 3179 + ], + "_set": [ + 3198 + ], + "where": [ + 3177 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_var_pop_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_var_pop_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_var_samp_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_var_samp_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_variance_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_season_stats_variance_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_stats": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player": [ + 3419 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_aggregate": { + "aggregate": [ + 3219 + ], + "nodes": [ + 3217 + ], + "__typename": [ + 78 + ] + }, + "player_stats_aggregate_fields": { + "avg": [ + 3220 + ], + "count": [ + 38, + { + "columns": [ + 3232, + "[player_stats_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3225 + ], + "min": [ + 3226 + ], + "stddev": [ + 3234 + ], + "stddev_pop": [ + 3235 + ], + "stddev_samp": [ + 3236 + ], + "sum": [ + 3239 + ], + "var_pop": [ + 3242 + ], + "var_samp": [ + 3243 + ], + "variance": [ + 3244 + ], + "__typename": [ + 78 + ] + }, + "player_stats_avg_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_stats_bool_exp": { + "_and": [ + 3221 + ], + "_not": [ + 3221 + ], + "_or": [ + 3221 + ], + "assists": [ + 182 + ], + "deaths": [ + 182 + ], + "headshot_percentage": [ + 1181 + ], + "headshots": [ + 182 + ], + "kills": [ + 182 + ], + "player": [ + 3423 + ], + "player_steam_id": [ + 182 + ], + "__typename": [ + 78 + ] + }, + "player_stats_constraint": {}, + "player_stats_inc_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_insert_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player": [ + 3430 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_max_fields": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_min_fields": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3217 + ], + "__typename": [ + 78 + ] + }, + "player_stats_obj_rel_insert_input": { + "data": [ + 3224 + ], + "on_conflict": [ + 3229 + ], + "__typename": [ + 78 + ] + }, + "player_stats_on_conflict": { + "constraint": [ + 3222 + ], + "update_columns": [ + 3240 + ], + "where": [ + 3221 + ], + "__typename": [ + 78 + ] + }, + "player_stats_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kills": [ + 2461 + ], + "player": [ + 3432 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_stats_pk_columns_input": { + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_select_column": {}, + "player_stats_set_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_stddev_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_stats_stddev_pop_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_stats_stddev_samp_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_stats_stream_cursor_input": { + "initial_value": [ + 3238 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_stats_stream_cursor_value_input": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_sum_fields": { + "assists": [ + 180 + ], + "deaths": [ + 180 + ], + "headshot_percentage": [ + 1180 + ], + "headshots": [ + 180 + ], + "kills": [ + 180 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_stats_update_column": {}, + "player_stats_updates": { + "_inc": [ + 3223 + ], + "_set": [ + 3233 + ], + "where": [ + 3221 + ], + "__typename": [ + 78 + ] + }, + "player_stats_var_pop_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_stats_var_samp_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_stats_variance_fields": { + "assists": [ + 29 + ], + "deaths": [ + 29 + ], + "headshot_percentage": [ + 29 + ], + "headshots": [ + 29 + ], + "kills": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend": { + "bot_steam_account_id": [ + 4442 + ], + "bot_steamid64": [ + 180 + ], + "created_at": [ + 4004 + ], + "friended_at": [ + 4004 + ], + "last_presence_state": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "player": [ + 3419 + ], + "status": [ + 78 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_aggregate": { + "aggregate": [ + 3247 + ], + "nodes": [ + 3245 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_aggregate_fields": { + "avg": [ + 3249 + ], + "count": [ + 38, + { + "columns": [ + 3264, + "[player_steam_bot_friend_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3257 + ], + "min": [ + 3258 + ], + "stddev": [ + 3266 + ], + "stddev_pop": [ + 3267 + ], + "stddev_samp": [ + 3268 + ], + "sum": [ + 3271 + ], + "var_pop": [ + 3274 + ], + "var_samp": [ + 3275 + ], + "variance": [ + 3276 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_append_input": { + "last_presence_state": [ + 1332 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_avg_fields": { + "bot_steamid64": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_bool_exp": { + "_and": [ + 3250 + ], + "_not": [ + 3250 + ], + "_or": [ + 3250 + ], + "bot_steam_account_id": [ + 4444 + ], + "bot_steamid64": [ + 182 + ], + "created_at": [ + 4005 + ], + "friended_at": [ + 4005 + ], + "last_presence_state": [ + 1334 + ], + "player": [ + 3423 + ], + "status": [ + 80 + ], + "steam_id": [ + 182 + ], + "updated_at": [ + 4005 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_constraint": {}, + "player_steam_bot_friend_delete_at_path_input": { + "last_presence_state": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_delete_elem_input": { + "last_presence_state": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_delete_key_input": { + "last_presence_state": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_inc_input": { + "bot_steamid64": [ + 180 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_insert_input": { + "bot_steam_account_id": [ + 4442 + ], + "bot_steamid64": [ + 180 + ], + "created_at": [ + 4004 + ], + "friended_at": [ + 4004 + ], + "last_presence_state": [ + 1332 + ], + "player": [ + 3430 + ], + "status": [ + 78 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_max_fields": { + "bot_steam_account_id": [ + 4442 + ], + "bot_steamid64": [ + 180 + ], + "created_at": [ + 4004 + ], + "friended_at": [ + 4004 + ], + "status": [ + 78 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_min_fields": { + "bot_steam_account_id": [ + 4442 + ], + "bot_steamid64": [ + 180 + ], + "created_at": [ + 4004 + ], + "friended_at": [ + 4004 + ], + "status": [ + 78 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3245 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_on_conflict": { + "constraint": [ + 3251 + ], + "update_columns": [ + 3272 + ], + "where": [ + 3250 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_order_by": { + "bot_steam_account_id": [ + 2461 + ], + "bot_steamid64": [ + 2461 + ], + "created_at": [ + 2461 + ], + "friended_at": [ + 2461 + ], + "last_presence_state": [ + 2461 + ], + "player": [ + 3432 + ], + "status": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "updated_at": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_pk_columns_input": { + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_prepend_input": { + "last_presence_state": [ + 1332 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_select_column": {}, + "player_steam_bot_friend_set_input": { + "bot_steam_account_id": [ + 4442 + ], + "bot_steamid64": [ + 180 + ], + "created_at": [ + 4004 + ], + "friended_at": [ + 4004 + ], + "last_presence_state": [ + 1332 + ], + "status": [ + 78 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_stddev_fields": { + "bot_steamid64": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_stddev_pop_fields": { + "bot_steamid64": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_stddev_samp_fields": { + "bot_steamid64": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_stream_cursor_input": { + "initial_value": [ + 3270 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_stream_cursor_value_input": { + "bot_steam_account_id": [ + 4442 + ], + "bot_steamid64": [ + 180 + ], + "created_at": [ + 4004 + ], + "friended_at": [ + 4004 + ], + "last_presence_state": [ + 1332 + ], + "status": [ + 78 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_sum_fields": { + "bot_steamid64": [ + 180 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_update_column": {}, + "player_steam_bot_friend_updates": { + "_append": [ + 3248 + ], + "_delete_at_path": [ + 3252 + ], + "_delete_elem": [ + 3253 + ], + "_delete_key": [ + 3254 + ], + "_inc": [ + 3255 + ], + "_prepend": [ + 3263 + ], + "_set": [ + 3265 + ], + "where": [ + 3250 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_var_pop_fields": { + "bot_steamid64": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_var_samp_fields": { + "bot_steamid64": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_bot_friend_variance_fields": { + "bot_steamid64": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth": { + "auth_code": [ + 78 + ], + "created_at": [ + 4004 + ], + "last_error": [ + 78 + ], + "last_known_share_code": [ + 78 + ], + "last_polled_at": [ + 4004 + ], + "player": [ + 3419 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_aggregate": { + "aggregate": [ + 3279 + ], + "nodes": [ + 3277 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_aggregate_fields": { + "avg": [ + 3280 + ], + "count": [ + 38, + { + "columns": [ + 3291, + "[player_steam_match_auth_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3285 + ], + "min": [ + 3286 + ], + "stddev": [ + 3293 + ], + "stddev_pop": [ + 3294 + ], + "stddev_samp": [ + 3295 + ], + "sum": [ + 3298 + ], + "var_pop": [ + 3301 + ], + "var_samp": [ + 3302 + ], + "variance": [ + 3303 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_avg_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_bool_exp": { + "_and": [ + 3281 + ], + "_not": [ + 3281 + ], + "_or": [ + 3281 + ], + "auth_code": [ + 80 + ], + "created_at": [ + 4005 + ], + "last_error": [ + 80 + ], + "last_known_share_code": [ + 80 + ], + "last_polled_at": [ + 4005 + ], + "player": [ + 3423 + ], + "steam_id": [ + 182 + ], + "updated_at": [ + 4005 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_constraint": {}, + "player_steam_match_auth_inc_input": { + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_insert_input": { + "auth_code": [ + 78 + ], + "created_at": [ + 4004 + ], + "last_error": [ + 78 + ], + "last_known_share_code": [ + 78 + ], + "last_polled_at": [ + 4004 + ], + "player": [ + 3430 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_max_fields": { + "auth_code": [ + 78 + ], + "created_at": [ + 4004 + ], + "last_error": [ + 78 + ], + "last_known_share_code": [ + 78 + ], + "last_polled_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_min_fields": { + "auth_code": [ + 78 + ], + "created_at": [ + 4004 + ], + "last_error": [ + 78 + ], + "last_known_share_code": [ + 78 + ], + "last_polled_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3277 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_on_conflict": { + "constraint": [ + 3282 + ], + "update_columns": [ + 3299 + ], + "where": [ + 3281 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_order_by": { + "auth_code": [ + 2461 + ], + "created_at": [ + 2461 + ], + "last_error": [ + 2461 + ], + "last_known_share_code": [ + 2461 + ], + "last_polled_at": [ + 2461 + ], + "player": [ + 3432 + ], + "steam_id": [ + 2461 + ], + "updated_at": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_pk_columns_input": { + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_select_column": {}, + "player_steam_match_auth_set_input": { + "auth_code": [ + 78 + ], + "created_at": [ + 4004 + ], + "last_error": [ + 78 + ], + "last_known_share_code": [ + 78 + ], + "last_polled_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_stddev_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_stddev_pop_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_stddev_samp_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_stream_cursor_input": { + "initial_value": [ + 3297 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_stream_cursor_value_input": { + "auth_code": [ + 78 + ], + "created_at": [ + 4004 + ], + "last_error": [ + 78 + ], + "last_known_share_code": [ + 78 + ], + "last_polled_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "updated_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_sum_fields": { + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_update_column": {}, + "player_steam_match_auth_updates": { + "_inc": [ + 3283 + ], + "_set": [ + 3292 + ], + "where": [ + 3281 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_var_pop_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_var_samp_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_steam_match_auth_variance_fields": { + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility": { + "deleted_at": [ + 4004 + ], + "match": [ + 2276 + ], + "match_id": [ + 4442 + ], + "match_map": [ + 2114 + ], + "match_map_id": [ + 4442 + ], + "player": [ + 3419 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_aggregate": { + "aggregate": [ + 3308 + ], + "nodes": [ + 3304 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_aggregate_bool_exp": { + "count": [ + 3307 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_aggregate_bool_exp_count": { + "arguments": [ + 3325 + ], + "distinct": [ + 3 + ], + "filter": [ + 3313 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_aggregate_fields": { + "avg": [ + 3311 + ], + "count": [ + 38, + { + "columns": [ + 3325, + "[player_unused_utility_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3317 + ], + "min": [ + 3319 + ], + "stddev": [ + 3327 + ], + "stddev_pop": [ + 3329 + ], + "stddev_samp": [ + 3331 + ], + "sum": [ + 3335 + ], + "var_pop": [ + 3339 + ], + "var_samp": [ + 3341 + ], + "variance": [ + 3343 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_aggregate_order_by": { + "avg": [ + 3312 + ], + "count": [ + 2461 + ], + "max": [ + 3318 + ], + "min": [ + 3320 + ], + "stddev": [ + 3328 + ], + "stddev_pop": [ + 3330 + ], + "stddev_samp": [ + 3332 + ], + "sum": [ + 3336 + ], + "var_pop": [ + 3340 + ], + "var_samp": [ + 3342 + ], + "variance": [ + 3344 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_arr_rel_insert_input": { + "data": [ + 3316 + ], + "on_conflict": [ + 3322 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_avg_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "unused": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_avg_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_bool_exp": { + "_and": [ + 3313 + ], + "_not": [ + 3313 + ], + "_or": [ + 3313 + ], + "deleted_at": [ + 4005 + ], + "match": [ + 2285 + ], + "match_id": [ + 4444 + ], + "match_map": [ + 2123 + ], + "match_map_id": [ + 4444 + ], + "player": [ + 3423 + ], + "player_steam_id": [ + 182 + ], + "round": [ + 39 + ], + "unused": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_constraint": {}, + "player_unused_utility_inc_input": { + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_insert_input": { + "deleted_at": [ + 4004 + ], + "match": [ + 2294 + ], + "match_id": [ + 4442 + ], + "match_map": [ + 2132 + ], + "match_map_id": [ + 4442 + ], + "player": [ + 3430 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_max_fields": { + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_max_order_by": { + "deleted_at": [ + 2461 + ], + "match_id": [ + 2461 + ], + "match_map_id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_min_fields": { + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_min_order_by": { + "deleted_at": [ + 2461 + ], + "match_id": [ + 2461 + ], + "match_map_id": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3304 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_on_conflict": { + "constraint": [ + 3314 + ], + "update_columns": [ + 3337 + ], + "where": [ + 3313 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_order_by": { + "deleted_at": [ + 2461 + ], + "match": [ + 2296 + ], + "match_id": [ + 2461 + ], + "match_map": [ + 2134 + ], + "match_map_id": [ + 2461 + ], + "player": [ + 3432 + ], + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_pk_columns_input": { + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_select_column": {}, + "player_unused_utility_set_input": { + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stddev_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "unused": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stddev_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stddev_pop_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "unused": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stddev_pop_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stddev_samp_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "unused": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stddev_samp_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stream_cursor_input": { + "initial_value": [ + 3334 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_stream_cursor_value_input": { + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_sum_fields": { + "player_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "unused": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_sum_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_update_column": {}, + "player_unused_utility_updates": { + "_inc": [ + 3315 + ], + "_set": [ + 3326 + ], + "where": [ + 3313 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_var_pop_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "unused": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_var_pop_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_var_samp_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "unused": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_var_samp_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_variance_fields": { + "player_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "unused": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_unused_utility_variance_order_by": { + "player_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "unused": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility": { + "attacker_location_coordinates": [ + 78 + ], + "attacker_steam_id": [ + 180 + ], + "deleted_at": [ + 4004 + ], + "match": [ + 2276 + ], + "match_id": [ + 4442 + ], + "match_map": [ + 2114 + ], + "match_map_id": [ + 4442 + ], + "player": [ + 3419 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "type": [ + 1125 + ], + "__typename": [ + 78 + ] + }, + "player_utility_aggregate": { + "aggregate": [ + 3349 + ], + "nodes": [ + 3345 + ], + "__typename": [ + 78 + ] + }, + "player_utility_aggregate_bool_exp": { + "count": [ + 3348 + ], + "__typename": [ + 78 + ] + }, + "player_utility_aggregate_bool_exp_count": { + "arguments": [ + 3366 + ], + "distinct": [ + 3 + ], + "filter": [ + 3354 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "player_utility_aggregate_fields": { + "avg": [ + 3352 + ], + "count": [ + 38, + { + "columns": [ + 3366, + "[player_utility_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3358 + ], + "min": [ + 3360 + ], + "stddev": [ + 3368 + ], + "stddev_pop": [ + 3370 + ], + "stddev_samp": [ + 3372 + ], + "sum": [ + 3376 + ], + "var_pop": [ + 3380 + ], + "var_samp": [ + 3382 + ], + "variance": [ + 3384 + ], + "__typename": [ + 78 + ] + }, + "player_utility_aggregate_order_by": { + "avg": [ + 3353 + ], + "count": [ + 2461 + ], + "max": [ + 3359 + ], + "min": [ + 3361 + ], + "stddev": [ + 3369 + ], + "stddev_pop": [ + 3371 + ], + "stddev_samp": [ + 3373 + ], + "sum": [ + 3377 + ], + "var_pop": [ + 3381 + ], + "var_samp": [ + 3383 + ], + "variance": [ + 3385 + ], + "__typename": [ + 78 + ] + }, + "player_utility_arr_rel_insert_input": { + "data": [ + 3357 + ], + "on_conflict": [ + 3363 + ], + "__typename": [ + 78 + ] + }, + "player_utility_avg_fields": { + "attacker_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_utility_avg_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_bool_exp": { + "_and": [ + 3354 + ], + "_not": [ + 3354 + ], + "_or": [ + 3354 + ], + "attacker_location_coordinates": [ + 80 + ], + "attacker_steam_id": [ + 182 + ], + "deleted_at": [ + 4005 + ], + "match": [ + 2285 + ], + "match_id": [ + 4444 + ], + "match_map": [ + 2123 + ], + "match_map_id": [ + 4444 + ], + "player": [ + 3423 + ], + "round": [ + 39 + ], + "time": [ + 4005 + ], + "type": [ + 1126 + ], + "__typename": [ + 78 + ] + }, + "player_utility_constraint": {}, + "player_utility_inc_input": { + "attacker_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_utility_insert_input": { + "attacker_location_coordinates": [ + 78 + ], + "attacker_steam_id": [ + 180 + ], + "deleted_at": [ + 4004 + ], + "match": [ + 2294 + ], + "match_id": [ + 4442 + ], + "match_map": [ + 2132 + ], + "match_map_id": [ + 4442 + ], + "player": [ + 3430 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "type": [ + 1125 + ], + "__typename": [ + 78 + ] + }, + "player_utility_max_fields": { + "attacker_location_coordinates": [ + 78 + ], + "attacker_steam_id": [ + 180 + ], + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_utility_max_order_by": { + "attacker_location_coordinates": [ + 2461 + ], + "attacker_steam_id": [ + 2461 + ], + "deleted_at": [ + 2461 + ], + "match_id": [ + 2461 + ], + "match_map_id": [ + 2461 + ], + "round": [ + 2461 + ], + "time": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_min_fields": { + "attacker_location_coordinates": [ + 78 + ], + "attacker_steam_id": [ + 180 + ], + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_utility_min_order_by": { + "attacker_location_coordinates": [ + 2461 + ], + "attacker_steam_id": [ + 2461 + ], + "deleted_at": [ + 2461 + ], + "match_id": [ + 2461 + ], + "match_map_id": [ + 2461 + ], + "round": [ + 2461 + ], + "time": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3345 + ], + "__typename": [ + 78 + ] + }, + "player_utility_on_conflict": { + "constraint": [ + 3355 + ], + "update_columns": [ + 3378 + ], + "where": [ + 3354 + ], + "__typename": [ + 78 + ] + }, + "player_utility_order_by": { + "attacker_location_coordinates": [ + 2461 + ], + "attacker_steam_id": [ + 2461 + ], + "deleted_at": [ + 2461 + ], + "match": [ + 2296 + ], + "match_id": [ + 2461 + ], + "match_map": [ + 2134 + ], + "match_map_id": [ + 2461 + ], + "player": [ + 3432 + ], + "round": [ + 2461 + ], + "time": [ + 2461 + ], + "type": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_pk_columns_input": { + "attacker_steam_id": [ + 180 + ], + "match_map_id": [ + 4442 + ], + "time": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "player_utility_select_column": {}, + "player_utility_set_input": { + "attacker_location_coordinates": [ + 78 + ], + "attacker_steam_id": [ + 180 + ], + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "type": [ + 1125 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stddev_fields": { + "attacker_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stddev_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stddev_pop_fields": { + "attacker_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stddev_pop_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stddev_samp_fields": { + "attacker_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stddev_samp_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stream_cursor_input": { + "initial_value": [ + 3375 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_utility_stream_cursor_value_input": { + "attacker_location_coordinates": [ + 78 + ], + "attacker_steam_id": [ + 180 + ], + "deleted_at": [ + 4004 + ], + "match_id": [ + 4442 + ], + "match_map_id": [ + 4442 + ], + "round": [ + 38 + ], + "time": [ + 4004 + ], + "type": [ + 1125 + ], + "__typename": [ + 78 + ] + }, + "player_utility_sum_fields": { + "attacker_steam_id": [ + 180 + ], + "round": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "player_utility_sum_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_update_column": {}, + "player_utility_updates": { + "_inc": [ + 3356 + ], + "_set": [ + 3367 + ], + "where": [ + 3354 + ], + "__typename": [ + 78 + ] + }, + "player_utility_var_pop_fields": { + "attacker_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_utility_var_pop_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_var_samp_fields": { + "attacker_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_utility_var_samp_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_utility_variance_fields": { + "attacker_steam_id": [ + 29 + ], + "round": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_utility_variance_order_by": { + "attacker_steam_id": [ + 2461 + ], + "round": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v": { + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 + ], + "match_id": [ + 4442 + ], + "shots": [ + 38 + ], + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_aggregate": { + "aggregate": [ + 3390 + ], + "nodes": [ + 3386 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_aggregate_bool_exp": { + "count": [ + 3389 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_aggregate_bool_exp_count": { + "arguments": [ + 3402 + ], + "distinct": [ + 3 + ], + "filter": [ + 3395 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_aggregate_fields": { + "avg": [ + 3393 + ], + "count": [ + 38, + { + "columns": [ + 3402, + "[player_weapon_stats_v_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3397 + ], + "min": [ + 3399 + ], + "stddev": [ + 3403 + ], + "stddev_pop": [ + 3405 + ], + "stddev_samp": [ + 3407 + ], + "sum": [ + 3411 + ], + "var_pop": [ + 3413 + ], + "var_samp": [ + 3415 + ], + "variance": [ + 3417 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_aggregate_order_by": { + "avg": [ + 3394 + ], + "count": [ + 2461 + ], + "max": [ + 3398 + ], + "min": [ + 3400 + ], + "stddev": [ + 3404 + ], + "stddev_pop": [ + 3406 + ], + "stddev_samp": [ + 3408 + ], + "sum": [ + 3412 + ], + "var_pop": [ + 3414 + ], + "var_samp": [ + 3416 + ], + "variance": [ + 3418 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_arr_rel_insert_input": { + "data": [ + 3396 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_avg_fields": { + "first_bullet_hits": [ + 29 + ], + "first_bullet_shots": [ + 29 + ], + "hits": [ + 29 + ], + "hits_spotted": [ + 29 + ], + "shots": [ + 29 + ], + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_avg_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_bool_exp": { + "_and": [ + 3395 + ], + "_not": [ + 3395 + ], + "_or": [ + 3395 + ], + "first_bullet_hits": [ + 39 + ], + "first_bullet_shots": [ + 39 + ], + "hits": [ + 39 + ], + "hits_spotted": [ + 39 + ], + "match_id": [ + 4444 + ], + "shots": [ + 39 + ], + "shots_spotted": [ + 39 + ], + "steam_id": [ + 182 + ], + "weapon_class": [ + 80 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_insert_input": { + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 + ], + "match_id": [ + 4442 + ], + "shots": [ + 38 + ], + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_max_fields": { + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 + ], + "match_id": [ + 4442 + ], + "shots": [ + 38 + ], + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_max_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "match_id": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "weapon_class": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_min_fields": { + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 + ], + "match_id": [ + 4442 + ], + "shots": [ + 38 + ], + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_min_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "match_id": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "weapon_class": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "match_id": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "weapon_class": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_select_column": {}, + "player_weapon_stats_v_stddev_fields": { + "first_bullet_hits": [ + 29 + ], + "first_bullet_shots": [ + 29 + ], + "hits": [ + 29 + ], + "hits_spotted": [ + 29 + ], + "shots": [ + 29 + ], + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_stddev_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_stddev_pop_fields": { + "first_bullet_hits": [ + 29 + ], + "first_bullet_shots": [ + 29 + ], + "hits": [ + 29 + ], + "hits_spotted": [ + 29 + ], + "shots": [ + 29 + ], + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_stddev_pop_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_stddev_samp_fields": { + "first_bullet_hits": [ + 29 + ], + "first_bullet_shots": [ + 29 + ], + "hits": [ + 29 + ], + "hits_spotted": [ + 29 + ], + "shots": [ + 29 + ], + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_stddev_samp_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_stream_cursor_input": { + "initial_value": [ + 3410 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_stream_cursor_value_input": { + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 + ], + "match_id": [ + 4442 + ], + "shots": [ + 38 + ], + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 + ], + "weapon_class": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_sum_fields": { + "first_bullet_hits": [ + 38 + ], + "first_bullet_shots": [ + 38 + ], + "hits": [ + 38 + ], + "hits_spotted": [ + 38 + ], + "shots": [ + 38 + ], + "shots_spotted": [ + 38 + ], + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_sum_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_var_pop_fields": { + "first_bullet_hits": [ + 29 + ], + "first_bullet_shots": [ + 29 + ], + "hits": [ + 29 + ], + "hits_spotted": [ + 29 + ], + "shots": [ + 29 + ], + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_var_pop_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_var_samp_fields": { + "first_bullet_hits": [ + 29 + ], + "first_bullet_shots": [ + 29 + ], + "hits": [ + 29 + ], + "hits_spotted": [ + 29 + ], + "shots": [ + 29 + ], + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_var_samp_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_variance_fields": { + "first_bullet_hits": [ + 29 + ], + "first_bullet_shots": [ + 29 + ], + "hits": [ + 29 + ], + "hits_spotted": [ + 29 + ], + "shots": [ + 29 + ], + "shots_spotted": [ + 29 + ], + "steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "player_weapon_stats_v_variance_order_by": { + "first_bullet_hits": [ + 2461 + ], + "first_bullet_shots": [ + 2461 + ], + "hits": [ + 2461 + ], + "hits_spotted": [ + 2461 + ], + "shots": [ + 2461 + ], + "shots_spotted": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "players": { + "abandoned_matches": [ + 111, + { + "distinct_on": [ + 132, + "[abandoned_matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 130, + "[abandoned_matches_order_by!]" + ], + "where": [ + 120 + ] + } + ], + "abandoned_matches_aggregate": [ + 112, + { + "distinct_on": [ + 132, + "[abandoned_matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 130, + "[abandoned_matches_order_by!]" + ], + "where": [ + 120 + ] + } + ], + "aim_weapon_stats": [ + 2558, + { + "distinct_on": [ + 2579, + "[player_aim_weapon_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2577, + "[player_aim_weapon_stats_order_by!]" + ], + "where": [ + 2567 + ] + } + ], + "aim_weapon_stats_aggregate": [ + 2559, + { + "distinct_on": [ + 2579, + "[player_aim_weapon_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2577, + "[player_aim_weapon_stats_order_by!]" + ], + "where": [ + 2567 + ] + } + ], + "assists": [ + 2599, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "assists_aggregate": [ + 2600, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "assited_by_players": [ + 2599, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "assited_by_players_aggregate": [ + 2600, + { + "distinct_on": [ + 2622, + "[player_assists_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2620, + "[player_assists_order_by!]" + ], + "where": [ + 2610 + ] + } + ], + "avatar_url": [ + 78 + ], + "coach_lineups": [ + 1956, + { + "distinct_on": [ + 1978, + "[match_lineups_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1976, + "[match_lineups_order_by!]" + ], + "where": [ + 1965 + ] + } + ], + "coach_lineups_aggregate": [ + 1957, + { + "distinct_on": [ + 1978, + "[match_lineups_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1976, + "[match_lineups_order_by!]" + ], + "where": [ + 1965 + ] + } + ], + "country": [ + 78 + ], + "created_at": [ + 4004 + ], + "current_lobby_id": [ + 4442 + ], + "custom_avatar_url": [ + 78 + ], + "damage_dealt": [ + 2662, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } + ], + "damage_dealt_aggregate": [ + 2663, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } + ], + "damage_taken": [ + 2662, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } + ], + "damage_taken_aggregate": [ + 2663, + { + "distinct_on": [ + 2683, + "[player_damages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2681, + "[player_damages_order_by!]" + ], + "where": [ + 2671 + ] + } + ], + "days_since_last_ban": [ + 38 + ], + "deaths": [ + 2816, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "deaths_aggregate": [ + 2817, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "discord_id": [ + 78 + ], + "draft_game_players": [ + 309, + { + "distinct_on": [ + 332, + "[draft_game_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 330, + "[draft_game_players_order_by!]" + ], + "where": [ + 320 + ] + } + ], + "draft_game_players_aggregate": [ + 310, + { + "distinct_on": [ + 332, + "[draft_game_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 330, + "[draft_game_players_order_by!]" + ], + "where": [ + 320 + ] + } + ], + "elo": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "elo_history": [ + 4768, + { + "distinct_on": [ + 4794, + "[v_player_elo_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4793, + "[v_player_elo_order_by!]" + ], + "where": [ + 4787 + ] + } + ], + "elo_history_aggregate": [ + 4769, + { + "distinct_on": [ + 4794, + "[v_player_elo_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4793, + "[v_player_elo_order_by!]" + ], + "where": [ + 4787 + ] + } + ], + "faceit_elo": [ + 38 + ], + "faceit_nickname": [ + 78 + ], + "faceit_player_id": [ + 78 + ], + "faceit_rank_history": [ + 2730, + { + "distinct_on": [ + 2751, + "[player_faceit_rank_history_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2749, + "[player_faceit_rank_history_order_by!]" + ], + "where": [ + 2739 + ] + } + ], + "faceit_rank_history_aggregate": [ + 2731, + { + "distinct_on": [ + 2751, + "[player_faceit_rank_history_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2749, + "[player_faceit_rank_history_order_by!]" + ], + "where": [ + 2739 + ] + } + ], + "faceit_skill_level": [ + 38 + ], + "faceit_updated_at": [ + 4004 + ], + "faceit_url": [ + 78 + ], + "flashed_by_players": [ + 2771, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } + ], + "flashed_by_players_aggregate": [ + 2772, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } + ], + "flashed_players": [ + 2771, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } + ], + "flashed_players_aggregate": [ + 2772, + { + "distinct_on": [ + 2794, + "[player_flashes_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2792, + "[player_flashes_order_by!]" + ], + "where": [ + 2782 + ] + } + ], + "friends": [ + 2336, + { + "distinct_on": [ + 2361, + "[my_friends_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2359, + "[my_friends_order_by!]" + ], + "where": [ + 2348 + ] + } + ], + "friends_aggregate": [ + 2337, + { + "distinct_on": [ + 2361, + "[my_friends_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2359, + "[my_friends_order_by!]" + ], + "where": [ + 2348 + ] + } + ], + "game_ban_count": [ + 38 + ], + "invited_players": [ + 3678, + { + "distinct_on": [ + 3699, + "[team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3697, + "[team_invites_order_by!]" + ], + "where": [ + 3687 + ] + } + ], + "invited_players_aggregate": [ + 3679, + { + "distinct_on": [ + 3699, + "[team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3697, + "[team_invites_order_by!]" + ], + "where": [ + 3687 + ] + } + ], + "is_banned": [ + 3 + ], + "is_gagged": [ + 3 + ], + "is_in_another_match": [ + 3 + ], + "is_in_draft": [ + 3 + ], + "is_in_lobby": [ + 3 + ], + "is_muted": [ + 3 + ], + "kills": [ + 2816, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "kills_aggregate": [ + 2817, + { + "distinct_on": [ + 2880, + "[player_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2878, + "[player_kills_order_by!]" + ], + "where": [ + 2827 + ] + } + ], + "kills_by_weapons": [ + 2828, + { + "distinct_on": [ + 2849, + "[player_kills_by_weapon_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2847, + "[player_kills_by_weapon_order_by!]" + ], + "where": [ + 2837 + ] + } + ], + "kills_by_weapons_aggregate": [ + 2829, + { + "distinct_on": [ + 2849, + "[player_kills_by_weapon_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2847, + "[player_kills_by_weapon_order_by!]" + ], + "where": [ + 2837 + ] + } + ], + "language": [ + 78 + ], + "last_read_news_at": [ + 4004 + ], + "last_sign_in_at": [ + 4004 + ], + "lobby_players": [ + 1730, + { + "distinct_on": [ + 1753, + "[lobby_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1751, + "[lobby_players_order_by!]" + ], + "where": [ + 1741 + ] + } + ], + "lobby_players_aggregate": [ + 1731, + { + "distinct_on": [ + 1753, + "[lobby_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1751, + "[lobby_players_order_by!]" + ], + "where": [ + 1741 + ] + } + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "match_map_hltv": [ + 4873, + { + "distinct_on": [ + 4891, + "[v_player_match_map_hltv_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4890, + "[v_player_match_map_hltv_order_by!]" + ], + "where": [ + 4882 + ] + } + ], + "match_map_hltv_aggregate": [ + 4874, + { + "distinct_on": [ + 4891, + "[v_player_match_map_hltv_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4890, + "[v_player_match_map_hltv_order_by!]" + ], + "where": [ + 4882 + ] + } + ], + "match_map_stats": [ + 2925, + { + "distinct_on": [ + 2946, + "[player_match_map_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2944, + "[player_match_map_stats_order_by!]" + ], + "where": [ + 2934 + ] + } + ], + "match_map_stats_aggregate": [ + 2926, + { + "distinct_on": [ + 2946, + "[player_match_map_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2944, + "[player_match_map_stats_order_by!]" + ], + "where": [ + 2934 + ] + } + ], + "match_stats": [ + 2984, + { + "distinct_on": [ + 3000, + "[player_match_stats_v_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2999, + "[player_match_stats_v_order_by!]" + ], + "where": [ + 2993 + ] + } + ], + "match_stats_aggregate": [ + 2985, + { + "distinct_on": [ + 3000, + "[player_match_stats_v_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2999, + "[player_match_stats_v_order_by!]" + ], + "where": [ + 2993 + ] + } + ], + "matches": [ + 2276, + { + "distinct_on": [ + 2298, + "[matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 + ] + } + ], + "matchmaking_cooldown": [ + 4004 + ], + "multi_kills": [ + 4964, + { + "distinct_on": [ + 4980, + "[v_player_multi_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4979, + "[v_player_multi_kills_order_by!]" + ], + "where": [ + 4973 + ] + } + ], + "multi_kills_aggregate": [ + 4965, + { + "distinct_on": [ + 4980, + "[v_player_multi_kills_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4979, + "[v_player_multi_kills_order_by!]" + ], + "where": [ + 4973 + ] + } + ], + "name": [ + 78 + ], + "name_registered": [ + 3 + ], + "notifications": [ + 2409, + { + "distinct_on": [ + 2437, + "[notifications_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2434, + "[notifications_order_by!]" + ], + "where": [ + 2421 + ] + } + ], + "notifications_aggregate": [ + 2410, + { + "distinct_on": [ + 2437, + "[notifications_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2434, + "[notifications_order_by!]" + ], + "where": [ + 2421 + ] + } + ], + "objectives": [ + 3017, + { + "distinct_on": [ + 3038, + "[player_objectives_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3036, + "[player_objectives_order_by!]" + ], + "where": [ + 3026 + ] + } + ], + "objectives_aggregate": [ + 3018, + { + "distinct_on": [ + 3038, + "[player_objectives_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3036, + "[player_objectives_order_by!]" + ], + "where": [ + 3026 + ] + } + ], + "owned_teams": [ + 3961, + { + "distinct_on": [ + 3983, + "[teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3981, + "[teams_order_by!]" + ], + "where": [ + 3970 + ] + } + ], + "owned_teams_aggregate": [ + 3962, + { + "distinct_on": [ + 3983, + "[teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3981, + "[teams_order_by!]" + ], + "where": [ + 3970 + ] + } + ], + "peak_elo": [ + 1332, + { + "path": [ + 78 + ] + } + ], + "pending_match_imports": [ + 2462, + { + "distinct_on": [ + 2483, + "[pending_match_import_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2481, + "[pending_match_import_players_order_by!]" + ], + "where": [ + 2471 + ] + } + ], + "pending_match_imports_aggregate": [ + 2463, + { + "distinct_on": [ + 2483, + "[pending_match_import_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2481, + "[pending_match_import_players_order_by!]" + ], + "where": [ + 2471 + ] + } + ], + "player_lineup": [ + 1911, + { + "distinct_on": [ + 1934, + "[match_lineup_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1932, + "[match_lineup_players_order_by!]" + ], + "where": [ + 1922 + ] + } + ], + "player_lineup_aggregate": [ + 1912, + { + "distinct_on": [ + 1934, + "[match_lineup_players_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1932, + "[match_lineup_players_order_by!]" + ], + "where": [ + 1922 + ] + } + ], + "player_unused_utilities": [ + 3304, + { + "distinct_on": [ + 3325, + "[player_unused_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3323, + "[player_unused_utility_order_by!]" + ], + "where": [ + 3313 + ] + } + ], + "player_unused_utilities_aggregate": [ + 3305, + { + "distinct_on": [ + 3325, + "[player_unused_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3323, + "[player_unused_utility_order_by!]" + ], + "where": [ + 3313 + ] + } + ], + "premier_rank": [ + 38 + ], + "premier_rank_history": [ + 3076, + { + "distinct_on": [ + 3097, + "[player_premier_rank_history_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3095, + "[player_premier_rank_history_order_by!]" + ], + "where": [ + 3085 + ] + } + ], + "premier_rank_history_aggregate": [ + 3077, + { + "distinct_on": [ + 3097, + "[player_premier_rank_history_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3095, + "[player_premier_rank_history_order_by!]" + ], + "where": [ + 3085 + ] + } + ], + "premier_rank_updated_at": [ + 4004 + ], + "profile_url": [ + 78 + ], + "role": [ + 881 + ], + "roster_image_url": [ + 78 + ], + "sanctions": [ + 3117, + { + "distinct_on": [ + 3138, + "[player_sanctions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3136, + "[player_sanctions_order_by!]" + ], + "where": [ + 3126 + ] + } + ], + "sanctions_aggregate": [ + 3118, + { + "distinct_on": [ + 3138, + "[player_sanctions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3136, + "[player_sanctions_order_by!]" + ], + "where": [ + 3126 + ] + } + ], + "season_stats": [ + 3158, + { + "distinct_on": [ + 3189, + "[player_season_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3187, + "[player_season_stats_order_by!]" + ], + "where": [ + 3177 + ] + } + ], + "season_stats_aggregate": [ + 3159, + { + "distinct_on": [ + 3189, + "[player_season_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3187, + "[player_season_stats_order_by!]" + ], + "where": [ + 3177 + ] + } + ], + "show_match_ready_modal": [ + 3 + ], + "stats": [ + 3217 + ], + "steam_bans_checked_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "team_invites": [ + 3678, + { + "distinct_on": [ + 3699, + "[team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3697, + "[team_invites_order_by!]" + ], + "where": [ + 3687 + ] + } + ], + "team_invites_aggregate": [ + 3679, + { + "distinct_on": [ + 3699, + "[team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3697, + "[team_invites_order_by!]" + ], + "where": [ + 3687 + ] + } + ], + "team_members": [ + 3719, + { + "distinct_on": [ + 3742, + "[team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3740, + "[team_roster_order_by!]" + ], + "where": [ + 3730 + ] + } + ], + "team_members_aggregate": [ + 3720, + { + "distinct_on": [ + 3742, + "[team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3740, + "[team_roster_order_by!]" + ], + "where": [ + 3730 + ] + } + ], + "teams": [ + 3961, + { + "distinct_on": [ + 3983, + "[teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3981, + "[teams_order_by!]" + ], + "where": [ + 3970 + ] + } + ], + "total_matches": [ + 38 + ], + "tournament_organizers": [ + 4052, + { + "distinct_on": [ + 4073, + "[tournament_organizers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4071, + "[tournament_organizers_order_by!]" + ], + "where": [ + 4061 + ] + } + ], + "tournament_organizers_aggregate": [ + 4053, + { + "distinct_on": [ + 4073, + "[tournament_organizers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4071, + "[tournament_organizers_order_by!]" + ], + "where": [ + 4061 + ] + } + ], + "tournament_rosters": [ + 4226, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4235 + ] + } + ], + "tournament_rosters_aggregate": [ + 4227, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4235 + ] + } + ], + "tournament_trophies": [ + 4309, + { + "distinct_on": [ + 4332, + "[tournament_trophies_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4330, + "[tournament_trophies_order_by!]" + ], + "where": [ + 4320 + ] + } + ], + "tournament_trophies_aggregate": [ + 4310, + { + "distinct_on": [ + 4332, + "[tournament_trophies_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4330, + "[tournament_trophies_order_by!]" + ], + "where": [ + 4320 + ] + } + ], + "tournaments": [ + 4396, + { + "distinct_on": [ + 4420, + "[tournaments_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4418, + "[tournaments_order_by!]" + ], + "where": [ + 4407 + ] + } + ], + "tournaments_aggregate": [ + 4397, + { + "distinct_on": [ + 4420, + "[tournaments_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4418, + "[tournaments_order_by!]" + ], + "where": [ + 4407 + ] + } + ], + "utility_thrown": [ + 3345, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } + ], + "utility_thrown_aggregate": [ + 3346, + { + "distinct_on": [ + 3366, + "[player_utility_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3364, + "[player_utility_order_by!]" + ], + "where": [ + 3354 + ] + } + ], + "vac_ban_count": [ + 38 + ], + "vac_banned": [ + 3 + ], + "weapon_stats": [ + 3386, + { + "distinct_on": [ + 3402, + "[player_weapon_stats_v_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3401, + "[player_weapon_stats_v_order_by!]" + ], + "where": [ + 3395 + ] + } + ], + "weapon_stats_aggregate": [ + 3387, + { + "distinct_on": [ + 3402, + "[player_weapon_stats_v_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3401, + "[player_weapon_stats_v_order_by!]" + ], + "where": [ + 3395 + ] + } + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_aggregate": { + "aggregate": [ + 3421 + ], + "nodes": [ + 3419 + ], + "__typename": [ + 78 + ] + }, + "players_aggregate_fields": { + "avg": [ + 3422 + ], + "count": [ + 38, + { + "columns": [ + 3434, + "[players_select_column!]" + ], + "distinct": [ + 3 + ] + } + ], + "max": [ + 3427 + ], + "min": [ + 3428 + ], + "stddev": [ + 3436 + ], + "stddev_pop": [ + 3437 + ], + "stddev_samp": [ + 3438 + ], + "sum": [ + 3441 + ], + "var_pop": [ + 3444 + ], + "var_samp": [ + 3445 + ], + "variance": [ + 3446 + ], + "__typename": [ + 78 + ] + }, + "players_avg_fields": { + "days_since_last_ban": [ + 29 + ], + "faceit_elo": [ + 29 + ], + "faceit_skill_level": [ + 29 + ], + "game_ban_count": [ + 29 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 29 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_bool_exp": { + "_and": [ + 3423 + ], + "_not": [ + 3423 + ], + "_or": [ + 3423 + ], + "abandoned_matches": [ + 120 + ], + "abandoned_matches_aggregate": [ + 113 + ], + "aim_weapon_stats": [ + 2567 + ], + "aim_weapon_stats_aggregate": [ + 2560 + ], + "assists": [ + 2610 + ], + "assists_aggregate": [ + 2601 + ], + "assited_by_players": [ + 2610 + ], + "assited_by_players_aggregate": [ + 2601 + ], + "avatar_url": [ + 80 + ], + "coach_lineups": [ + 1965 + ], + "coach_lineups_aggregate": [ + 1958 + ], + "country": [ + 80 + ], + "created_at": [ + 4005 + ], + "current_lobby_id": [ + 4444 + ], + "custom_avatar_url": [ + 80 + ], + "damage_dealt": [ + 2671 + ], + "damage_dealt_aggregate": [ + 2664 + ], + "damage_taken": [ + 2671 + ], + "damage_taken_aggregate": [ + 2664 + ], + "days_since_last_ban": [ + 39 + ], + "deaths": [ + 2827 + ], + "deaths_aggregate": [ + 2818 + ], + "discord_id": [ + 80 + ], + "draft_game_players": [ + 320 + ], + "draft_game_players_aggregate": [ + 311 + ], + "elo": [ + 1334 + ], + "elo_history": [ + 4787 + ], + "elo_history_aggregate": [ + 4770 + ], + "faceit_elo": [ + 39 + ], + "faceit_nickname": [ + 80 + ], + "faceit_player_id": [ + 80 + ], + "faceit_rank_history": [ + 2739 + ], + "faceit_rank_history_aggregate": [ + 2732 + ], + "faceit_skill_level": [ + 39 + ], + "faceit_updated_at": [ + 4005 + ], + "faceit_url": [ + 80 + ], + "flashed_by_players": [ + 2782 + ], + "flashed_by_players_aggregate": [ + 2773 + ], + "flashed_players": [ + 2782 + ], + "flashed_players_aggregate": [ + 2773 + ], + "friends": [ + 2348 + ], + "friends_aggregate": [ + 2338 + ], + "game_ban_count": [ + 39 + ], + "invited_players": [ + 3687 + ], + "invited_players_aggregate": [ + 3680 + ], + "is_banned": [ + 4 + ], + "is_gagged": [ + 4 + ], + "is_in_another_match": [ + 4 + ], + "is_in_draft": [ + 4 + ], + "is_in_lobby": [ + 4 + ], + "is_muted": [ + 4 + ], + "kills": [ + 2827 + ], + "kills_aggregate": [ + 2818 + ], + "kills_by_weapons": [ + 2837 + ], + "kills_by_weapons_aggregate": [ + 2830 + ], + "language": [ + 80 + ], + "last_read_news_at": [ + 4005 + ], + "last_sign_in_at": [ + 4005 + ], + "lobby_players": [ + 1741 + ], + "lobby_players_aggregate": [ + 1732 + ], + "losses": [ + 39 + ], + "losses_competitive": [ + 39 + ], + "losses_duel": [ + 39 + ], + "losses_wingman": [ + 39 + ], + "match_map_hltv": [ + 4882 + ], + "match_map_hltv_aggregate": [ + 4875 + ], + "match_map_stats": [ + 2934 + ], + "match_map_stats_aggregate": [ + 2927 + ], + "match_stats": [ + 2993 + ], + "match_stats_aggregate": [ + 2986 + ], + "matches": [ + 2285 + ], + "matchmaking_cooldown": [ + 4005 + ], + "multi_kills": [ + 4973 + ], + "multi_kills_aggregate": [ + 4966 + ], + "name": [ + 80 + ], + "name_registered": [ + 4 + ], + "notifications": [ + 2421 + ], + "notifications_aggregate": [ + 2411 + ], + "objectives": [ + 3026 + ], + "objectives_aggregate": [ + 3019 + ], + "owned_teams": [ + 3970 + ], + "owned_teams_aggregate": [ + 3963 + ], + "peak_elo": [ + 1334 + ], + "pending_match_imports": [ + 2471 + ], + "pending_match_imports_aggregate": [ + 2464 + ], + "player_lineup": [ + 1922 + ], + "player_lineup_aggregate": [ + 1913 + ], + "player_unused_utilities": [ + 3313 + ], + "player_unused_utilities_aggregate": [ + 3306 + ], + "premier_rank": [ + 39 + ], + "premier_rank_history": [ + 3085 + ], + "premier_rank_history_aggregate": [ + 3078 + ], + "premier_rank_updated_at": [ + 4005 + ], + "profile_url": [ + 80 + ], + "role": [ + 882 + ], + "roster_image_url": [ + 80 + ], + "sanctions": [ + 3126 + ], + "sanctions_aggregate": [ + 3119 + ], + "season_stats": [ + 3177 + ], + "season_stats_aggregate": [ + 3160 + ], + "show_match_ready_modal": [ + 4 + ], + "stats": [ + 3221 + ], + "steam_bans_checked_at": [ + 4005 + ], + "steam_id": [ + 182 + ], + "team_invites": [ + 3687 + ], + "team_invites_aggregate": [ + 3680 + ], + "team_members": [ + 3730 + ], + "team_members_aggregate": [ + 3721 + ], + "teams": [ + 3970 + ], + "total_matches": [ + 39 + ], + "tournament_organizers": [ + 4061 + ], + "tournament_organizers_aggregate": [ + 4054 + ], + "tournament_rosters": [ + 4235 + ], + "tournament_rosters_aggregate": [ + 4228 + ], + "tournament_trophies": [ + 4320 + ], + "tournament_trophies_aggregate": [ + 4311 + ], + "tournaments": [ + 4407 + ], + "tournaments_aggregate": [ + 4398 + ], + "utility_thrown": [ + 3354 + ], + "utility_thrown_aggregate": [ + 3347 + ], + "vac_ban_count": [ + 39 + ], + "vac_banned": [ + 4 + ], + "weapon_stats": [ + 3395 + ], + "weapon_stats_aggregate": [ + 3388 + ], + "wins": [ + 39 + ], + "wins_competitive": [ + 39 + ], + "wins_duel": [ + 39 + ], + "wins_wingman": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "players_constraint": {}, + "players_inc_input": { + "days_since_last_ban": [ + 38 + ], + "faceit_elo": [ + 38 + ], + "faceit_skill_level": [ + 38 + ], + "game_ban_count": [ + 38 + ], + "premier_rank": [ + 38 + ], + "steam_id": [ + 180 + ], + "vac_ban_count": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_insert_input": { + "abandoned_matches": [ + 117 + ], + "aim_weapon_stats": [ + 2564 + ], + "assists": [ + 2607 + ], + "assited_by_players": [ + 2607 + ], + "avatar_url": [ + 78 + ], + "coach_lineups": [ + 1962 + ], + "country": [ + 78 + ], + "created_at": [ + 4004 + ], + "custom_avatar_url": [ + 78 + ], + "damage_dealt": [ + 2668 + ], + "damage_taken": [ + 2668 + ], + "days_since_last_ban": [ + 38 + ], + "deaths": [ + 2824 + ], + "discord_id": [ + 78 + ], + "draft_game_players": [ + 317 + ], + "elo_history": [ + 4784 + ], + "faceit_elo": [ + 38 + ], + "faceit_nickname": [ + 78 + ], + "faceit_player_id": [ + 78 + ], + "faceit_rank_history": [ + 2736 + ], + "faceit_skill_level": [ + 38 + ], + "faceit_updated_at": [ + 4004 + ], + "faceit_url": [ + 78 + ], + "flashed_by_players": [ + 2779 + ], + "flashed_players": [ + 2779 + ], + "friends": [ + 2345 + ], + "game_ban_count": [ + 38 + ], + "invited_players": [ + 3684 + ], + "kills": [ + 2824 + ], + "kills_by_weapons": [ + 2834 + ], + "language": [ + 78 + ], + "last_read_news_at": [ + 4004 + ], + "last_sign_in_at": [ + 4004 + ], + "lobby_players": [ + 1738 + ], + "match_map_hltv": [ + 4879 + ], + "match_map_stats": [ + 2931 + ], + "match_stats": [ + 2990 + ], + "multi_kills": [ + 4970 + ], + "name": [ + 78 + ], + "name_registered": [ + 3 + ], + "notifications": [ + 2418 + ], + "objectives": [ + 3023 + ], + "owned_teams": [ + 3967 + ], + "pending_match_imports": [ + 2468 + ], + "player_lineup": [ + 1919 + ], + "player_unused_utilities": [ + 3310 + ], + "premier_rank": [ + 38 + ], + "premier_rank_history": [ + 3082 + ], + "premier_rank_updated_at": [ + 4004 + ], + "profile_url": [ + 78 + ], + "role": [ + 881 + ], + "roster_image_url": [ + 78 + ], + "sanctions": [ + 3123 + ], + "season_stats": [ + 3174 + ], + "show_match_ready_modal": [ + 3 + ], + "stats": [ + 3228 + ], + "steam_bans_checked_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "team_invites": [ + 3684 + ], + "team_members": [ + 3727 + ], + "tournament_organizers": [ + 4058 + ], + "tournament_rosters": [ + 4232 + ], + "tournament_trophies": [ + 4317 + ], + "tournaments": [ + 4404 + ], + "utility_thrown": [ + 3351 + ], + "vac_ban_count": [ + 38 + ], + "vac_banned": [ + 3 + ], + "weapon_stats": [ + 3392 + ], + "__typename": [ + 78 + ] + }, + "players_max_fields": { + "avatar_url": [ + 78 + ], + "country": [ + 78 + ], + "created_at": [ + 4004 + ], + "current_lobby_id": [ + 4442 + ], + "custom_avatar_url": [ + 78 + ], + "days_since_last_ban": [ + 38 + ], + "discord_id": [ + 78 + ], + "faceit_elo": [ + 38 + ], + "faceit_nickname": [ + 78 + ], + "faceit_player_id": [ + 78 + ], + "faceit_skill_level": [ + 38 + ], + "faceit_updated_at": [ + 4004 + ], + "faceit_url": [ + 78 + ], + "game_ban_count": [ + 38 + ], + "language": [ + 78 + ], + "last_read_news_at": [ + 4004 + ], + "last_sign_in_at": [ + 4004 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "matchmaking_cooldown": [ + 4004 + ], + "name": [ + 78 + ], + "premier_rank": [ + 38 + ], + "premier_rank_updated_at": [ + 4004 + ], + "profile_url": [ + 78 + ], + "roster_image_url": [ + 78 + ], + "steam_bans_checked_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 38 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_min_fields": { + "avatar_url": [ + 78 + ], + "country": [ + 78 + ], + "created_at": [ + 4004 + ], + "current_lobby_id": [ + 4442 + ], + "custom_avatar_url": [ + 78 + ], + "days_since_last_ban": [ + 38 + ], + "discord_id": [ + 78 + ], + "faceit_elo": [ + 38 + ], + "faceit_nickname": [ + 78 + ], + "faceit_player_id": [ + 78 + ], + "faceit_skill_level": [ + 38 + ], + "faceit_updated_at": [ + 4004 + ], + "faceit_url": [ + 78 + ], + "game_ban_count": [ + 38 + ], + "language": [ + 78 + ], + "last_read_news_at": [ + 4004 + ], + "last_sign_in_at": [ + 4004 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "matchmaking_cooldown": [ + 4004 + ], + "name": [ + 78 + ], + "premier_rank": [ + 38 + ], + "premier_rank_updated_at": [ + 4004 + ], + "profile_url": [ + 78 + ], + "roster_image_url": [ + 78 + ], + "steam_bans_checked_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 38 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3419 + ], + "__typename": [ + 78 + ] + }, + "players_obj_rel_insert_input": { + "data": [ + 3426 + ], + "on_conflict": [ + 3431 + ], + "__typename": [ + 78 + ] + }, + "players_on_conflict": { + "constraint": [ + 3424 + ], + "update_columns": [ + 3442 + ], + "where": [ + 3423 + ], + "__typename": [ + 78 + ] + }, + "players_order_by": { + "abandoned_matches_aggregate": [ + 116 + ], + "aim_weapon_stats_aggregate": [ + 2563 + ], + "assists_aggregate": [ + 2606 + ], + "assited_by_players_aggregate": [ + 2606 + ], + "avatar_url": [ + 2461 + ], + "coach_lineups_aggregate": [ + 1961 + ], + "country": [ + 2461 + ], + "created_at": [ + 2461 + ], + "current_lobby_id": [ + 2461 + ], + "custom_avatar_url": [ + 2461 + ], + "damage_dealt_aggregate": [ + 2667 + ], + "damage_taken_aggregate": [ + 2667 + ], + "days_since_last_ban": [ + 2461 + ], + "deaths_aggregate": [ + 2823 + ], + "discord_id": [ + 2461 + ], + "draft_game_players_aggregate": [ + 316 + ], + "elo": [ + 2461 + ], + "elo_history_aggregate": [ + 4783 + ], + "faceit_elo": [ + 2461 + ], + "faceit_nickname": [ + 2461 + ], + "faceit_player_id": [ + 2461 + ], + "faceit_rank_history_aggregate": [ + 2735 + ], + "faceit_skill_level": [ + 2461 + ], + "faceit_updated_at": [ + 2461 + ], + "faceit_url": [ + 2461 + ], + "flashed_by_players_aggregate": [ + 2778 + ], + "flashed_players_aggregate": [ + 2778 + ], + "friends_aggregate": [ + 2343 + ], + "game_ban_count": [ + 2461 + ], + "invited_players_aggregate": [ + 3683 + ], + "is_banned": [ + 2461 + ], + "is_gagged": [ + 2461 + ], + "is_in_another_match": [ + 2461 + ], + "is_in_draft": [ + 2461 + ], + "is_in_lobby": [ + 2461 + ], + "is_muted": [ + 2461 + ], + "kills_aggregate": [ + 2823 + ], + "kills_by_weapons_aggregate": [ + 2833 + ], + "language": [ + 2461 + ], + "last_read_news_at": [ + 2461 + ], + "last_sign_in_at": [ + 2461 + ], + "lobby_players_aggregate": [ + 1737 + ], + "losses": [ + 2461 + ], + "losses_competitive": [ + 2461 + ], + "losses_duel": [ + 2461 + ], + "losses_wingman": [ + 2461 + ], + "match_map_hltv_aggregate": [ + 4878 + ], + "match_map_stats_aggregate": [ + 2930 + ], + "match_stats_aggregate": [ + 2989 + ], + "matches_aggregate": [ + 2281 + ], + "matchmaking_cooldown": [ + 2461 + ], + "multi_kills_aggregate": [ + 4969 + ], + "name": [ + 2461 + ], + "name_registered": [ + 2461 + ], + "notifications_aggregate": [ + 2416 + ], + "objectives_aggregate": [ + 3022 + ], + "owned_teams_aggregate": [ + 3966 + ], + "peak_elo": [ + 2461 + ], + "pending_match_imports_aggregate": [ + 2467 + ], + "player_lineup_aggregate": [ + 1918 + ], + "player_unused_utilities_aggregate": [ + 3309 + ], + "premier_rank": [ + 2461 + ], + "premier_rank_history_aggregate": [ + 3081 + ], + "premier_rank_updated_at": [ + 2461 + ], + "profile_url": [ + 2461 + ], + "role": [ + 2461 + ], + "roster_image_url": [ + 2461 + ], + "sanctions_aggregate": [ + 3122 + ], + "season_stats_aggregate": [ + 3173 + ], + "show_match_ready_modal": [ + 2461 + ], + "stats": [ + 3230 + ], + "steam_bans_checked_at": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "team_invites_aggregate": [ + 3683 + ], + "team_members_aggregate": [ + 3726 + ], + "teams_aggregate": [ + 3966 + ], + "total_matches": [ + 2461 + ], + "tournament_organizers_aggregate": [ + 4057 + ], + "tournament_rosters_aggregate": [ + 4231 + ], + "tournament_trophies_aggregate": [ + 4316 + ], + "tournaments_aggregate": [ + 4403 + ], + "utility_thrown_aggregate": [ + 3350 + ], + "vac_ban_count": [ + 2461 + ], + "vac_banned": [ + 2461 + ], + "weapon_stats_aggregate": [ + 3391 + ], + "wins": [ + 2461 + ], + "wins_competitive": [ + 2461 + ], + "wins_duel": [ + 2461 + ], + "wins_wingman": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "players_pk_columns_input": { + "steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "players_select_column": {}, + "players_set_input": { + "avatar_url": [ + 78 + ], + "country": [ + 78 + ], + "created_at": [ + 4004 + ], + "custom_avatar_url": [ + 78 + ], + "days_since_last_ban": [ + 38 + ], + "discord_id": [ + 78 + ], + "faceit_elo": [ + 38 + ], + "faceit_nickname": [ + 78 + ], + "faceit_player_id": [ + 78 + ], + "faceit_skill_level": [ + 38 + ], + "faceit_updated_at": [ + 4004 + ], + "faceit_url": [ + 78 + ], + "game_ban_count": [ + 38 + ], + "language": [ + 78 + ], + "last_read_news_at": [ + 4004 + ], + "last_sign_in_at": [ + 4004 + ], + "name": [ + 78 + ], + "name_registered": [ + 3 + ], + "premier_rank": [ + 38 + ], + "premier_rank_updated_at": [ + 4004 + ], + "profile_url": [ + 78 + ], + "role": [ + 881 + ], + "roster_image_url": [ + 78 + ], + "show_match_ready_modal": [ + 3 + ], + "steam_bans_checked_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "vac_ban_count": [ + 38 + ], + "vac_banned": [ + 3 + ], + "__typename": [ + 78 + ] + }, + "players_stddev_fields": { + "days_since_last_ban": [ + 29 + ], + "faceit_elo": [ + 29 + ], + "faceit_skill_level": [ + 29 + ], + "game_ban_count": [ + 29 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 29 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_stddev_pop_fields": { + "days_since_last_ban": [ + 29 + ], + "faceit_elo": [ + 29 + ], + "faceit_skill_level": [ + 29 + ], + "game_ban_count": [ + 29 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 29 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_stddev_samp_fields": { + "days_since_last_ban": [ + 29 + ], + "faceit_elo": [ + 29 + ], + "faceit_skill_level": [ + 29 + ], + "game_ban_count": [ + 29 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 29 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_stream_cursor_input": { + "initial_value": [ + 3440 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "players_stream_cursor_value_input": { + "avatar_url": [ + 78 + ], + "country": [ + 78 + ], + "created_at": [ + 4004 + ], + "custom_avatar_url": [ + 78 + ], + "days_since_last_ban": [ + 38 + ], + "discord_id": [ + 78 + ], + "faceit_elo": [ + 38 + ], + "faceit_nickname": [ + 78 + ], + "faceit_player_id": [ + 78 + ], + "faceit_skill_level": [ + 38 + ], + "faceit_updated_at": [ + 4004 + ], + "faceit_url": [ + 78 + ], + "game_ban_count": [ + 38 + ], + "language": [ + 78 + ], + "last_read_news_at": [ + 4004 + ], + "last_sign_in_at": [ + 4004 + ], + "name": [ + 78 + ], + "name_registered": [ + 3 + ], + "premier_rank": [ + 38 + ], + "premier_rank_updated_at": [ + 4004 + ], + "profile_url": [ + 78 + ], + "role": [ + 881 + ], + "roster_image_url": [ + 78 + ], + "show_match_ready_modal": [ + 3 + ], + "steam_bans_checked_at": [ + 4004 + ], + "steam_id": [ + 180 + ], + "vac_ban_count": [ + 38 + ], + "vac_banned": [ + 3 + ], + "__typename": [ + 78 + ] + }, + "players_sum_fields": { + "days_since_last_ban": [ + 38 + ], + "faceit_elo": [ + 38 + ], + "faceit_skill_level": [ + 38 + ], + "game_ban_count": [ + 38 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 38 + ], + "steam_id": [ + 180 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 38 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_update_column": {}, + "players_updates": { + "_inc": [ + 3425 + ], + "_set": [ + 3435 + ], + "where": [ + 3423 + ], + "__typename": [ + 78 + ] + }, + "players_var_pop_fields": { + "days_since_last_ban": [ + 29 + ], + "faceit_elo": [ + 29 + ], + "faceit_skill_level": [ + 29 + ], + "game_ban_count": [ + 29 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 29 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_var_samp_fields": { + "days_since_last_ban": [ + 29 + ], + "faceit_elo": [ + 29 + ], + "faceit_skill_level": [ + 29 + ], + "game_ban_count": [ + 29 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 29 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "players_variance_fields": { + "days_since_last_ban": [ + 29 + ], + "faceit_elo": [ + 29 + ], + "faceit_skill_level": [ + 29 + ], + "game_ban_count": [ + 29 + ], + "losses": [ + 38 + ], + "losses_competitive": [ + 38 + ], + "losses_duel": [ + 38 + ], + "losses_wingman": [ + 38 + ], + "premier_rank": [ + 29 + ], + "steam_id": [ + 29 + ], + "total_matches": [ + 38 + ], + "vac_ban_count": [ + 29 + ], + "wins": [ + 38 + ], + "wins_competitive": [ + 38 + ], + "wins_duel": [ + 38 + ], + "wins_wingman": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions": { + "min_game_build_id": [ + 38 + ], + "published_at": [ + 4004 + ], + "version": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_aggregate": { + "aggregate": [ + 3449 + ], + "nodes": [ + 3447 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_aggregate_fields": { + "avg": [ + 3450 + ], + "count": [ + 38, + { + "columns": [ + 3461, + "[plugin_versions_select_column!]" ], - "where": [ - 1300 + "distinct": [ + 3 ] } ], - "losses": [ - 38 + "max": [ + 3455 + ], + "min": [ + 3456 + ], + "stddev": [ + 3463 + ], + "stddev_pop": [ + 3464 + ], + "stddev_samp": [ + 3465 + ], + "sum": [ + 3468 + ], + "var_pop": [ + 3471 + ], + "var_samp": [ + 3472 + ], + "variance": [ + 3473 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_avg_fields": { + "min_game_build_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_bool_exp": { + "_and": [ + 3451 + ], + "_not": [ + 3451 + ], + "_or": [ + 3451 + ], + "min_game_build_id": [ + 39 + ], + "published_at": [ + 4005 + ], + "version": [ + 80 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_constraint": {}, + "plugin_versions_inc_input": { + "min_game_build_id": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_insert_input": { + "min_game_build_id": [ + 38 + ], + "published_at": [ + 4004 + ], + "version": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_max_fields": { + "min_game_build_id": [ + 38 + ], + "published_at": [ + 4004 + ], + "version": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_min_fields": { + "min_game_build_id": [ + 38 + ], + "published_at": [ + 4004 + ], + "version": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_mutation_response": { + "affected_rows": [ + 38 + ], + "returning": [ + 3447 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_on_conflict": { + "constraint": [ + 3452 + ], + "update_columns": [ + 3469 + ], + "where": [ + 3451 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_order_by": { + "min_game_build_id": [ + 2461 + ], + "published_at": [ + 2461 + ], + "version": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_pk_columns_input": { + "version": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_select_column": {}, + "plugin_versions_set_input": { + "min_game_build_id": [ + 38 + ], + "published_at": [ + 4004 + ], + "version": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_stddev_fields": { + "min_game_build_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_stddev_pop_fields": { + "min_game_build_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_stddev_samp_fields": { + "min_game_build_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_stream_cursor_input": { + "initial_value": [ + 3467 + ], + "ordering": [ + 236 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_stream_cursor_value_input": { + "min_game_build_id": [ + 38 + ], + "published_at": [ + 4004 + ], + "version": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_sum_fields": { + "min_game_build_id": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_update_column": {}, + "plugin_versions_updates": { + "_inc": [ + 3453 + ], + "_set": [ + 3462 + ], + "where": [ + 3451 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_var_pop_fields": { + "min_game_build_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_var_samp_fields": { + "min_game_build_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "plugin_versions_variance_fields": { + "min_game_build_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "recalculate_tournament_trophies_args": { + "_tournament_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "remove_league_team_from_season_args": { + "_league_team_season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "reorder_league_divisions_args": { + "_division_ids": [ + 110 + ], + "__typename": [ + 78 + ] + }, + "restart_league_season_args": { + "_league_season_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "seasons": { + "created_at": [ + 4004 ], - "losses_competitive": [ - 38 + "description": [ + 78 ], - "losses_duel": [ - 38 + "ends_at": [ + 4004 ], - "losses_wingman": [ + "id": [ + 4442 + ], + "needs_rebuild": [ + 3 + ], + "number": [ 38 ], - "match_map_hltv": [ - 4302, + "player_season_stats": [ + 3158, { "distinct_on": [ - 4320, - "[v_player_match_map_hltv_select_column!]" + 3189, + "[player_season_stats_select_column!]" ], "limit": [ 38 @@ -72491,20 +84284,20 @@ export default { 38 ], "order_by": [ - 4319, - "[v_player_match_map_hltv_order_by!]" + 3187, + "[player_season_stats_order_by!]" ], "where": [ - 4311 + 3177 ] } ], - "match_map_hltv_aggregate": [ - 4303, + "player_season_stats_aggregate": [ + 3159, { "distinct_on": [ - 4320, - "[v_player_match_map_hltv_select_column!]" + 3189, + "[player_season_stats_select_column!]" ], "limit": [ 38 @@ -72513,953 +84306,433 @@ export default { 38 ], "order_by": [ - 4319, - "[v_player_match_map_hltv_order_by!]" + 3187, + "[player_season_stats_order_by!]" ], "where": [ - 4311 + 3177 ] } ], - "match_map_stats": [ - 2484, - { - "distinct_on": [ - 2505, - "[player_match_map_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2503, - "[player_match_map_stats_order_by!]" - ], - "where": [ - 2493 - ] - } + "starts_at": [ + 4004 ], - "match_map_stats_aggregate": [ - 2485, - { - "distinct_on": [ - 2505, - "[player_match_map_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2503, - "[player_match_map_stats_order_by!]" - ], - "where": [ - 2493 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_aggregate": { + "aggregate": [ + 3480 ], - "match_stats": [ - 2543, - { - "distinct_on": [ - 2559, - "[player_match_stats_v_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2558, - "[player_match_stats_v_order_by!]" - ], - "where": [ - 2552 - ] - } + "nodes": [ + 3478 ], - "match_stats_aggregate": [ - 2544, - { - "distinct_on": [ - 2559, - "[player_match_stats_v_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2558, - "[player_match_stats_v_order_by!]" - ], - "where": [ - 2552 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_aggregate_fields": { + "avg": [ + 3481 ], - "matches": [ - 1835, + "count": [ + 38, { - "distinct_on": [ - 1857, - "[matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1855, - "[matches_order_by!]" + "columns": [ + 3493, + "[seasons_select_column!]" ], - "where": [ - 1844 + "distinct": [ + 3 ] } ], - "matchmaking_cooldown": [ - 3558 + "max": [ + 3486 ], - "multi_kills": [ - 4393, - { - "distinct_on": [ - 4409, - "[v_player_multi_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4408, - "[v_player_multi_kills_order_by!]" - ], - "where": [ - 4402 - ] - } + "min": [ + 3487 ], - "multi_kills_aggregate": [ - 4394, - { - "distinct_on": [ - 4409, - "[v_player_multi_kills_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4408, - "[v_player_multi_kills_order_by!]" - ], - "where": [ - 4402 - ] - } + "stddev": [ + 3495 ], - "name": [ - 79 + "stddev_pop": [ + 3496 ], - "name_registered": [ + "stddev_samp": [ + 3497 + ], + "sum": [ + 3500 + ], + "var_pop": [ + 3503 + ], + "var_samp": [ + 3504 + ], + "variance": [ + 3505 + ], + "__typename": [ + 78 + ] + }, + "seasons_avg_fields": { + "number": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "seasons_bool_exp": { + "_and": [ + 3482 + ], + "_not": [ + 3482 + ], + "_or": [ + 3482 + ], + "created_at": [ + 4005 + ], + "description": [ + 80 + ], + "ends_at": [ + 4005 + ], + "id": [ + 4444 + ], + "needs_rebuild": [ + 4 + ], + "number": [ + 39 + ], + "player_season_stats": [ + 3177 + ], + "player_season_stats_aggregate": [ + 3160 + ], + "starts_at": [ + 4005 + ], + "__typename": [ + 78 + ] + }, + "seasons_constraint": {}, + "seasons_inc_input": { + "number": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "seasons_insert_input": { + "created_at": [ + 4004 + ], + "description": [ + 78 + ], + "ends_at": [ + 4004 + ], + "id": [ + 4442 + ], + "needs_rebuild": [ 3 ], - "notifications": [ - 1968, - { - "distinct_on": [ - 1996, - "[notifications_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1993, - "[notifications_order_by!]" - ], - "where": [ - 1980 - ] - } + "number": [ + 38 ], - "notifications_aggregate": [ - 1969, - { - "distinct_on": [ - 1996, - "[notifications_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1993, - "[notifications_order_by!]" - ], - "where": [ - 1980 - ] - } + "player_season_stats": [ + 3174 ], - "objectives": [ - 2576, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } + "starts_at": [ + 4004 ], - "objectives_aggregate": [ - 2577, - { - "distinct_on": [ - 2597, - "[player_objectives_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2595, - "[player_objectives_order_by!]" - ], - "where": [ - 2585 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_max_fields": { + "created_at": [ + 4004 ], - "owned_teams": [ - 3515, - { - "distinct_on": [ - 3537, - "[teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3535, - "[teams_order_by!]" - ], - "where": [ - 3524 - ] - } + "description": [ + 78 ], - "owned_teams_aggregate": [ - 3516, - { - "distinct_on": [ - 3537, - "[teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3535, - "[teams_order_by!]" - ], - "where": [ - 3524 - ] - } + "ends_at": [ + 4004 ], - "peak_elo": [ - 1244, - { - "path": [ - 79 - ] - } + "id": [ + 4442 ], - "pending_match_imports": [ - 2021, - { - "distinct_on": [ - 2042, - "[pending_match_import_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2040, - "[pending_match_import_players_order_by!]" - ], - "where": [ - 2030 - ] - } + "number": [ + 38 ], - "pending_match_imports_aggregate": [ - 2022, - { - "distinct_on": [ - 2042, - "[pending_match_import_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2040, - "[pending_match_import_players_order_by!]" - ], - "where": [ - 2030 - ] - } + "starts_at": [ + 4004 ], - "player_lineup": [ - 1470, - { - "distinct_on": [ - 1493, - "[match_lineup_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1491, - "[match_lineup_players_order_by!]" - ], - "where": [ - 1481 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_min_fields": { + "created_at": [ + 4004 ], - "player_lineup_aggregate": [ - 1471, - { - "distinct_on": [ - 1493, - "[match_lineup_players_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1491, - "[match_lineup_players_order_by!]" - ], - "where": [ - 1481 - ] - } + "description": [ + 78 ], - "player_unused_utilities": [ - 2863, - { - "distinct_on": [ - 2884, - "[player_unused_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2882, - "[player_unused_utility_order_by!]" - ], - "where": [ - 2872 - ] - } + "ends_at": [ + 4004 ], - "player_unused_utilities_aggregate": [ - 2864, - { - "distinct_on": [ - 2884, - "[player_unused_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2882, - "[player_unused_utility_order_by!]" - ], - "where": [ - 2872 - ] - } + "id": [ + 4442 ], - "premier_rank": [ + "number": [ 38 ], - "premier_rank_history": [ - 2635, - { - "distinct_on": [ - 2656, - "[player_premier_rank_history_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2654, - "[player_premier_rank_history_order_by!]" - ], - "where": [ - 2644 - ] - } + "starts_at": [ + 4004 ], - "premier_rank_history_aggregate": [ - 2636, - { - "distinct_on": [ - 2656, - "[player_premier_rank_history_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2654, - "[player_premier_rank_history_order_by!]" - ], - "where": [ - 2644 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_mutation_response": { + "affected_rows": [ + 38 ], - "premier_rank_updated_at": [ - 3558 + "returning": [ + 3478 ], - "profile_url": [ - 79 + "__typename": [ + 78 + ] + }, + "seasons_obj_rel_insert_input": { + "data": [ + 3485 ], - "role": [ - 794 + "on_conflict": [ + 3490 ], - "roster_image_url": [ - 79 + "__typename": [ + 78 + ] + }, + "seasons_on_conflict": { + "constraint": [ + 3483 ], - "sanctions": [ - 2676, - { - "distinct_on": [ - 2697, - "[player_sanctions_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2695, - "[player_sanctions_order_by!]" - ], - "where": [ - 2685 - ] - } + "update_columns": [ + 3501 ], - "sanctions_aggregate": [ - 2677, - { - "distinct_on": [ - 2697, - "[player_sanctions_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2695, - "[player_sanctions_order_by!]" - ], - "where": [ - 2685 - ] - } + "where": [ + 3482 ], - "season_stats": [ - 2717, - { - "distinct_on": [ - 2748, - "[player_season_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2746, - "[player_season_stats_order_by!]" - ], - "where": [ - 2736 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_order_by": { + "created_at": [ + 2461 ], - "season_stats_aggregate": [ - 2718, - { - "distinct_on": [ - 2748, - "[player_season_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2746, - "[player_season_stats_order_by!]" - ], - "where": [ - 2736 - ] - } + "description": [ + 2461 ], - "show_match_ready_modal": [ - 3 + "ends_at": [ + 2461 ], - "stats": [ - 2776 + "id": [ + 2461 ], - "steam_bans_checked_at": [ - 3558 + "needs_rebuild": [ + 2461 ], - "steam_id": [ - 178 + "number": [ + 2461 ], - "team_invites": [ - 3232, - { - "distinct_on": [ - 3253, - "[team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3251, - "[team_invites_order_by!]" - ], - "where": [ - 3241 - ] - } + "player_season_stats_aggregate": [ + 3173 ], - "team_invites_aggregate": [ - 3233, - { - "distinct_on": [ - 3253, - "[team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3251, - "[team_invites_order_by!]" - ], - "where": [ - 3241 - ] - } + "starts_at": [ + 2461 ], - "team_members": [ - 3273, - { - "distinct_on": [ - 3296, - "[team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3294, - "[team_roster_order_by!]" - ], - "where": [ - 3284 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_pk_columns_input": { + "id": [ + 4442 ], - "team_members_aggregate": [ - 3274, - { - "distinct_on": [ - 3296, - "[team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3294, - "[team_roster_order_by!]" - ], - "where": [ - 3284 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_select_column": {}, + "seasons_set_input": { + "created_at": [ + 4004 ], - "teams": [ - 3515, - { - "distinct_on": [ - 3537, - "[teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3535, - "[teams_order_by!]" - ], - "where": [ - 3524 - ] - } + "description": [ + 78 ], - "total_matches": [ + "ends_at": [ + 4004 + ], + "id": [ + 4442 + ], + "needs_rebuild": [ + 3 + ], + "number": [ 38 ], - "tournament_organizers": [ - 3606, - { - "distinct_on": [ - 3627, - "[tournament_organizers_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3625, - "[tournament_organizers_order_by!]" - ], - "where": [ - 3615 - ] - } + "starts_at": [ + 4004 ], - "tournament_organizers_aggregate": [ - 3607, - { - "distinct_on": [ - 3627, - "[tournament_organizers_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3625, - "[tournament_organizers_order_by!]" - ], - "where": [ - 3615 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_stddev_fields": { + "number": [ + 29 ], - "tournament_rosters": [ - 3739, - { - "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 3748 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_stddev_pop_fields": { + "number": [ + 29 ], - "tournament_rosters_aggregate": [ - 3740, - { - "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 3748 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_stddev_samp_fields": { + "number": [ + 29 ], - "tournament_trophies": [ - 3822, - { - "distinct_on": [ - 3845, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3843, - "[tournament_trophies_order_by!]" - ], - "where": [ - 3833 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_stream_cursor_input": { + "initial_value": [ + 3499 ], - "tournament_trophies_aggregate": [ - 3823, - { - "distinct_on": [ - 3845, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3843, - "[tournament_trophies_order_by!]" - ], - "where": [ - 3833 - ] - } + "ordering": [ + 236 ], - "tournaments": [ - 3909, - { - "distinct_on": [ - 3933, - "[tournaments_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3931, - "[tournaments_order_by!]" - ], - "where": [ - 3920 - ] - } + "__typename": [ + 78 + ] + }, + "seasons_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "tournaments_aggregate": [ - 3910, - { - "distinct_on": [ - 3933, - "[tournaments_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3931, - "[tournaments_order_by!]" - ], - "where": [ - 3920 - ] - } + "description": [ + 78 + ], + "ends_at": [ + 4004 + ], + "id": [ + 4442 + ], + "needs_rebuild": [ + 3 + ], + "number": [ + 38 + ], + "starts_at": [ + 4004 + ], + "__typename": [ + 78 + ] + }, + "seasons_sum_fields": { + "number": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "seasons_update_column": {}, + "seasons_updates": { + "_inc": [ + 3484 ], - "utility_thrown": [ - 2904, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } + "_set": [ + 3494 ], - "utility_thrown_aggregate": [ - 2905, - { - "distinct_on": [ - 2925, - "[player_utility_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2923, - "[player_utility_order_by!]" - ], - "where": [ - 2913 - ] - } + "where": [ + 3482 ], - "vac_ban_count": [ + "__typename": [ + 78 + ] + }, + "seasons_var_pop_fields": { + "number": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "seasons_var_samp_fields": { + "number": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "seasons_variance_fields": { + "number": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "server_regions": { + "available_server_count": [ 38 ], - "vac_banned": [ - 3 + "description": [ + 78 ], - "weapon_stats": [ - 2945, + "game_server_nodes": [ + 1209, { "distinct_on": [ - 2961, - "[player_weapon_stats_v_select_column!]" + 1238, + "[game_server_nodes_select_column!]" ], "limit": [ 38 @@ -73468,20 +84741,20 @@ export default { 38 ], "order_by": [ - 2960, - "[player_weapon_stats_v_order_by!]" + 1235, + "[game_server_nodes_order_by!]" ], "where": [ - 2954 + 1221 ] } ], - "weapon_stats_aggregate": [ - 2946, + "game_server_nodes_aggregate": [ + 1210, { "distinct_on": [ - 2961, - "[player_weapon_stats_v_select_column!]" + 1238, + "[game_server_nodes_select_column!]" ], "limit": [ 38 @@ -73490,51 +84763,57 @@ export default { 38 ], "order_by": [ - 2960, - "[player_weapon_stats_v_order_by!]" + 1235, + "[game_server_nodes_order_by!]" ], "where": [ - 2954 + 1221 ] } ], - "wins": [ - 38 + "has_node": [ + 3 ], - "wins_competitive": [ - 38 + "is_lan": [ + 3 ], - "wins_duel": [ - 38 + "status": [ + 78 ], - "wins_wingman": [ + "steam_relay": [ + 3 + ], + "total_server_count": [ 38 ], + "value": [ + 78 + ], "__typename": [ - 79 + 78 ] }, - "players_aggregate": { + "server_regions_aggregate": { "aggregate": [ - 2980 + 3508 ], "nodes": [ - 2978 + 3506 ], "__typename": [ - 79 + 78 ] }, - "players_aggregate_fields": { + "server_regions_aggregate_fields": { "avg": [ - 2981 + 3509 ], "count": [ 38, { "columns": [ - 2993, - "[players_select_column!]" + 3520, + "[server_regions_select_column!]" ], "distinct": [ 3 @@ -73542,1870 +84821,1705 @@ export default { } ], "max": [ - 2986 + 3513 ], "min": [ - 2987 + 3514 ], "stddev": [ - 2995 + 3522 ], "stddev_pop": [ - 2996 + 3523 ], "stddev_samp": [ - 2997 + 3524 ], "sum": [ - 3000 + 3527 ], "var_pop": [ - 3003 + 3530 ], "var_samp": [ - 3004 + 3531 ], "variance": [ - 3005 + 3532 ], "__typename": [ - 79 + 78 ] }, - "players_avg_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ - 29 - ], - "faceit_skill_level": [ - 29 - ], - "game_ban_count": [ - 29 - ], - "losses": [ - 38 - ], - "losses_competitive": [ - 38 - ], - "losses_duel": [ - 38 - ], - "losses_wingman": [ - 38 - ], - "premier_rank": [ - 29 - ], - "steam_id": [ - 29 - ], - "total_matches": [ - 38 - ], - "vac_ban_count": [ - 29 - ], - "wins": [ - 38 - ], - "wins_competitive": [ - 38 - ], - "wins_duel": [ + "server_regions_avg_fields": { + "available_server_count": [ 38 ], - "wins_wingman": [ + "total_server_count": [ 38 ], "__typename": [ - 79 + 78 ] }, - "players_bool_exp": { + "server_regions_bool_exp": { "_and": [ - 2982 + 3510 ], "_not": [ - 2982 + 3510 ], "_or": [ - 2982 - ], - "abandoned_matches": [ - 119 - ], - "abandoned_matches_aggregate": [ - 112 - ], - "aim_weapon_stats": [ - 2126 - ], - "aim_weapon_stats_aggregate": [ - 2119 - ], - "assists": [ - 2169 - ], - "assists_aggregate": [ - 2160 - ], - "assited_by_players": [ - 2169 - ], - "assited_by_players_aggregate": [ - 2160 - ], - "avatar_url": [ - 81 - ], - "coach_lineups": [ - 1524 - ], - "coach_lineups_aggregate": [ - 1517 - ], - "country": [ - 81 - ], - "created_at": [ - 3559 - ], - "current_lobby_id": [ - 3957 - ], - "custom_avatar_url": [ - 81 - ], - "damage_dealt": [ - 2230 - ], - "damage_dealt_aggregate": [ - 2223 - ], - "damage_taken": [ - 2230 - ], - "damage_taken_aggregate": [ - 2223 - ], - "days_since_last_ban": [ - 39 - ], - "deaths": [ - 2386 - ], - "deaths_aggregate": [ - 2377 - ], - "discord_id": [ - 81 - ], - "draft_game_players": [ - 317 - ], - "draft_game_players_aggregate": [ - 308 - ], - "elo": [ - 1246 - ], - "elo_history": [ - 4216 - ], - "elo_history_aggregate": [ - 4199 - ], - "faceit_elo": [ - 39 - ], - "faceit_nickname": [ - 81 - ], - "faceit_player_id": [ - 81 - ], - "faceit_rank_history": [ - 2298 - ], - "faceit_rank_history_aggregate": [ - 2291 - ], - "faceit_skill_level": [ - 39 - ], - "faceit_updated_at": [ - 3559 - ], - "faceit_url": [ - 81 - ], - "flashed_by_players": [ - 2341 - ], - "flashed_by_players_aggregate": [ - 2332 - ], - "flashed_players": [ - 2341 - ], - "flashed_players_aggregate": [ - 2332 - ], - "friends": [ - 1907 - ], - "friends_aggregate": [ - 1897 + 3510 ], - "game_ban_count": [ + "available_server_count": [ 39 ], - "invited_players": [ - 3241 - ], - "invited_players_aggregate": [ - 3234 + "description": [ + 80 ], - "is_banned": [ - 4 + "game_server_nodes": [ + 1221 ], - "is_gagged": [ - 4 + "game_server_nodes_aggregate": [ + 1211 ], - "is_in_another_match": [ + "has_node": [ 4 ], - "is_in_draft": [ + "is_lan": [ 4 ], - "is_in_lobby": [ - 4 + "status": [ + 80 ], - "is_muted": [ + "steam_relay": [ 4 ], - "kills": [ - 2386 - ], - "kills_aggregate": [ - 2377 - ], - "kills_by_weapons": [ - 2396 - ], - "kills_by_weapons_aggregate": [ - 2389 - ], - "language": [ - 81 - ], - "last_read_news_at": [ - 3559 - ], - "last_sign_in_at": [ - 3559 - ], - "lobby_players": [ - 1300 - ], - "lobby_players_aggregate": [ - 1291 - ], - "losses": [ - 39 - ], - "losses_competitive": [ + "total_server_count": [ 39 ], - "losses_duel": [ - 39 + "value": [ + 80 ], - "losses_wingman": [ - 39 + "__typename": [ + 78 + ] + }, + "server_regions_constraint": {}, + "server_regions_insert_input": { + "description": [ + 78 ], - "match_map_hltv": [ - 4311 + "game_server_nodes": [ + 1218 ], - "match_map_hltv_aggregate": [ - 4304 + "is_lan": [ + 3 ], - "match_map_stats": [ - 2493 + "steam_relay": [ + 3 ], - "match_map_stats_aggregate": [ - 2486 + "value": [ + 78 ], - "match_stats": [ - 2552 + "__typename": [ + 78 + ] + }, + "server_regions_max_fields": { + "available_server_count": [ + 38 ], - "match_stats_aggregate": [ - 2545 + "description": [ + 78 ], - "matches": [ - 1844 + "status": [ + 78 ], - "matchmaking_cooldown": [ - 3559 + "total_server_count": [ + 38 ], - "multi_kills": [ - 4402 + "value": [ + 78 ], - "multi_kills_aggregate": [ - 4395 + "__typename": [ + 78 + ] + }, + "server_regions_min_fields": { + "available_server_count": [ + 38 ], - "name": [ - 81 + "description": [ + 78 ], - "name_registered": [ - 4 + "status": [ + 78 ], - "notifications": [ - 1980 + "total_server_count": [ + 38 ], - "notifications_aggregate": [ - 1970 + "value": [ + 78 ], - "objectives": [ - 2585 + "__typename": [ + 78 + ] + }, + "server_regions_mutation_response": { + "affected_rows": [ + 38 ], - "objectives_aggregate": [ - 2578 + "returning": [ + 3506 ], - "owned_teams": [ - 3524 + "__typename": [ + 78 + ] + }, + "server_regions_obj_rel_insert_input": { + "data": [ + 3512 ], - "owned_teams_aggregate": [ + "on_conflict": [ 3517 ], - "peak_elo": [ - 1246 - ], - "pending_match_imports": [ - 2030 - ], - "pending_match_imports_aggregate": [ - 2023 - ], - "player_lineup": [ - 1481 - ], - "player_lineup_aggregate": [ - 1472 - ], - "player_unused_utilities": [ - 2872 - ], - "player_unused_utilities_aggregate": [ - 2865 - ], - "premier_rank": [ - 39 - ], - "premier_rank_history": [ - 2644 - ], - "premier_rank_history_aggregate": [ - 2637 - ], - "premier_rank_updated_at": [ - 3559 - ], - "profile_url": [ - 81 - ], - "role": [ - 795 - ], - "roster_image_url": [ - 81 + "__typename": [ + 78 + ] + }, + "server_regions_on_conflict": { + "constraint": [ + 3511 ], - "sanctions": [ - 2685 + "update_columns": [ + 3528 ], - "sanctions_aggregate": [ - 2678 + "where": [ + 3510 ], - "season_stats": [ - 2736 + "__typename": [ + 78 + ] + }, + "server_regions_order_by": { + "available_server_count": [ + 2461 ], - "season_stats_aggregate": [ - 2719 + "description": [ + 2461 ], - "show_match_ready_modal": [ - 4 + "game_server_nodes_aggregate": [ + 1216 ], - "stats": [ - 2780 + "has_node": [ + 2461 ], - "steam_bans_checked_at": [ - 3559 + "is_lan": [ + 2461 ], - "steam_id": [ - 180 + "status": [ + 2461 ], - "team_invites": [ - 3241 + "steam_relay": [ + 2461 ], - "team_invites_aggregate": [ - 3234 + "total_server_count": [ + 2461 ], - "team_members": [ - 3284 + "value": [ + 2461 ], - "team_members_aggregate": [ - 3275 + "__typename": [ + 78 + ] + }, + "server_regions_pk_columns_input": { + "value": [ + 78 ], - "teams": [ - 3524 + "__typename": [ + 78 + ] + }, + "server_regions_select_column": {}, + "server_regions_set_input": { + "description": [ + 78 ], - "total_matches": [ - 39 + "is_lan": [ + 3 ], - "tournament_organizers": [ - 3615 + "steam_relay": [ + 3 ], - "tournament_organizers_aggregate": [ - 3608 + "value": [ + 78 ], - "tournament_rosters": [ - 3748 + "__typename": [ + 78 + ] + }, + "server_regions_stddev_fields": { + "available_server_count": [ + 38 ], - "tournament_rosters_aggregate": [ - 3741 + "total_server_count": [ + 38 ], - "tournament_trophies": [ - 3833 + "__typename": [ + 78 + ] + }, + "server_regions_stddev_pop_fields": { + "available_server_count": [ + 38 ], - "tournament_trophies_aggregate": [ - 3824 + "total_server_count": [ + 38 ], - "tournaments": [ - 3920 + "__typename": [ + 78 + ] + }, + "server_regions_stddev_samp_fields": { + "available_server_count": [ + 38 ], - "tournaments_aggregate": [ - 3911 + "total_server_count": [ + 38 ], - "utility_thrown": [ - 2913 + "__typename": [ + 78 + ] + }, + "server_regions_stream_cursor_input": { + "initial_value": [ + 3526 ], - "utility_thrown_aggregate": [ - 2906 + "ordering": [ + 236 ], - "vac_ban_count": [ - 39 + "__typename": [ + 78 + ] + }, + "server_regions_stream_cursor_value_input": { + "description": [ + 78 ], - "vac_banned": [ - 4 + "is_lan": [ + 3 ], - "weapon_stats": [ - 2954 + "steam_relay": [ + 3 ], - "weapon_stats_aggregate": [ - 2947 + "value": [ + 78 ], - "wins": [ - 39 + "__typename": [ + 78 + ] + }, + "server_regions_sum_fields": { + "available_server_count": [ + 38 ], - "wins_competitive": [ - 39 + "total_server_count": [ + 38 ], - "wins_duel": [ - 39 + "__typename": [ + 78 + ] + }, + "server_regions_update_column": {}, + "server_regions_updates": { + "_set": [ + 3521 ], - "wins_wingman": [ - 39 + "where": [ + 3510 ], "__typename": [ - 79 + 78 ] }, - "players_constraint": {}, - "players_inc_input": { - "days_since_last_ban": [ + "server_regions_var_pop_fields": { + "available_server_count": [ 38 ], - "faceit_elo": [ + "total_server_count": [ 38 ], - "faceit_skill_level": [ + "__typename": [ + 78 + ] + }, + "server_regions_var_samp_fields": { + "available_server_count": [ 38 ], - "game_ban_count": [ + "total_server_count": [ 38 ], - "premier_rank": [ + "__typename": [ + 78 + ] + }, + "server_regions_variance_fields": { + "available_server_count": [ 38 ], - "steam_id": [ - 178 - ], - "vac_ban_count": [ + "total_server_count": [ 38 ], "__typename": [ - 79 + 78 ] }, - "players_insert_input": { - "abandoned_matches": [ - 116 - ], - "aim_weapon_stats": [ - 2123 - ], - "assists": [ - 2166 + "servers": { + "api_password": [ + 4442 ], - "assited_by_players": [ - 2166 + "boot_status": [ + 78 ], - "avatar_url": [ - 79 + "boot_status_detail": [ + 78 ], - "coach_lineups": [ - 1521 + "connect_password": [ + 78 ], - "country": [ - 79 + "connected": [ + 3 ], - "created_at": [ - 3558 + "connection_link": [ + 78 ], - "custom_avatar_url": [ - 79 + "connection_string": [ + 78 ], - "damage_dealt": [ - 2227 + "current_match": [ + 2276 ], - "damage_taken": [ - 2227 + "enabled": [ + 3 ], - "days_since_last_ban": [ - 38 + "game": [ + 78 ], - "deaths": [ - 2383 + "game_server_node": [ + 1209 ], - "discord_id": [ - 79 + "game_server_node_id": [ + 78 ], - "draft_game_players": [ - 314 + "host": [ + 78 ], - "elo_history": [ - 4213 + "id": [ + 4442 ], - "faceit_elo": [ - 38 + "is_dedicated": [ + 3 ], - "faceit_nickname": [ - 79 + "label": [ + 78 ], - "faceit_player_id": [ - 79 + "matches": [ + 2276, + { + "distinct_on": [ + 2298, + "[matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 + ] + } ], - "faceit_rank_history": [ - 2295 + "matches_aggregate": [ + 2277, + { + "distinct_on": [ + 2298, + "[matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 + ] + } ], - "faceit_skill_level": [ + "max_players": [ 38 ], - "faceit_updated_at": [ - 3558 - ], - "faceit_url": [ - 79 - ], - "flashed_by_players": [ - 2338 - ], - "flashed_players": [ - 2338 + "offline_at": [ + 4004 ], - "friends": [ - 1904 + "plugin_version": [ + 78 ], - "game_ban_count": [ + "port": [ 38 ], - "invited_players": [ - 3238 - ], - "kills": [ - 2383 - ], - "kills_by_weapons": [ - 2393 - ], - "language": [ - 79 - ], - "last_read_news_at": [ - 3558 + "rcon_password": [ + 183 ], - "last_sign_in_at": [ - 3558 + "rcon_status": [ + 3 ], - "lobby_players": [ - 1297 + "region": [ + 78 ], - "match_map_hltv": [ - 4308 + "reserved_by_match_id": [ + 4442 ], - "match_map_stats": [ - 2490 + "server_region": [ + 3506 ], - "match_stats": [ - 2549 + "steam_relay": [ + 78 ], - "multi_kills": [ - 4399 + "tv_port": [ + 38 ], - "name": [ - 79 + "type": [ + 962 ], - "name_registered": [ - 3 + "updated_at": [ + 4004 ], - "notifications": [ - 1977 + "__typename": [ + 78 + ] + }, + "servers_aggregate": { + "aggregate": [ + 3539 ], - "objectives": [ - 2582 + "nodes": [ + 3533 ], - "owned_teams": [ - 3521 + "__typename": [ + 78 + ] + }, + "servers_aggregate_bool_exp": { + "bool_and": [ + 3536 ], - "pending_match_imports": [ - 2027 + "bool_or": [ + 3537 ], - "player_lineup": [ - 1478 + "count": [ + 3538 ], - "player_unused_utilities": [ - 2869 + "__typename": [ + 78 + ] + }, + "servers_aggregate_bool_exp_bool_and": { + "arguments": [ + 3558 ], - "premier_rank": [ - 38 + "distinct": [ + 3 ], - "premier_rank_history": [ - 2641 + "filter": [ + 3544 ], - "premier_rank_updated_at": [ - 3558 + "predicate": [ + 4 ], - "profile_url": [ - 79 + "__typename": [ + 78 + ] + }, + "servers_aggregate_bool_exp_bool_or": { + "arguments": [ + 3559 ], - "role": [ - 794 + "distinct": [ + 3 ], - "roster_image_url": [ - 79 + "filter": [ + 3544 ], - "sanctions": [ - 2682 + "predicate": [ + 4 ], - "season_stats": [ - 2733 + "__typename": [ + 78 + ] + }, + "servers_aggregate_bool_exp_count": { + "arguments": [ + 3557 ], - "show_match_ready_modal": [ + "distinct": [ 3 ], - "stats": [ - 2787 - ], - "steam_bans_checked_at": [ - 3558 + "filter": [ + 3544 ], - "steam_id": [ - 178 + "predicate": [ + 39 ], - "team_invites": [ - 3238 + "__typename": [ + 78 + ] + }, + "servers_aggregate_fields": { + "avg": [ + 3542 ], - "team_members": [ - 3281 + "count": [ + 38, + { + "columns": [ + 3557, + "[servers_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "tournament_organizers": [ - 3612 + "max": [ + 3548 ], - "tournament_rosters": [ - 3745 + "min": [ + 3550 ], - "tournament_trophies": [ - 3830 + "stddev": [ + 3561 ], - "tournaments": [ - 3917 + "stddev_pop": [ + 3563 ], - "utility_thrown": [ - 2910 + "stddev_samp": [ + 3565 ], - "vac_ban_count": [ - 38 + "sum": [ + 3569 ], - "vac_banned": [ - 3 + "var_pop": [ + 3573 ], - "weapon_stats": [ - 2951 + "var_samp": [ + 3575 + ], + "variance": [ + 3577 ], "__typename": [ - 79 + 78 ] }, - "players_max_fields": { - "avatar_url": [ - 79 + "servers_aggregate_order_by": { + "avg": [ + 3543 ], - "country": [ - 79 + "count": [ + 2461 ], - "created_at": [ - 3558 + "max": [ + 3549 ], - "current_lobby_id": [ - 3955 + "min": [ + 3551 ], - "custom_avatar_url": [ - 79 + "stddev": [ + 3562 ], - "days_since_last_ban": [ - 38 + "stddev_pop": [ + 3564 ], - "discord_id": [ - 79 + "stddev_samp": [ + 3566 ], - "faceit_elo": [ - 38 + "sum": [ + 3570 ], - "faceit_nickname": [ - 79 + "var_pop": [ + 3574 ], - "faceit_player_id": [ - 79 + "var_samp": [ + 3576 ], - "faceit_skill_level": [ - 38 + "variance": [ + 3578 ], - "faceit_updated_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "servers_arr_rel_insert_input": { + "data": [ + 3547 ], - "faceit_url": [ - 79 + "on_conflict": [ + 3554 ], - "game_ban_count": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_avg_fields": { + "max_players": [ + 29 ], - "language": [ - 79 + "port": [ + 29 ], - "last_read_news_at": [ - 3558 + "tv_port": [ + 29 ], - "last_sign_in_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "servers_avg_order_by": { + "max_players": [ + 2461 ], - "losses": [ - 38 + "port": [ + 2461 ], - "losses_competitive": [ - 38 + "tv_port": [ + 2461 ], - "losses_duel": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_bool_exp": { + "_and": [ + 3544 ], - "losses_wingman": [ - 38 + "_not": [ + 3544 ], - "matchmaking_cooldown": [ - 3558 + "_or": [ + 3544 ], - "name": [ - 79 + "api_password": [ + 4444 ], - "premier_rank": [ - 38 + "boot_status": [ + 80 ], - "premier_rank_updated_at": [ - 3558 + "boot_status_detail": [ + 80 ], - "profile_url": [ - 79 + "connect_password": [ + 80 ], - "roster_image_url": [ - 79 + "connected": [ + 4 ], - "steam_bans_checked_at": [ - 3558 + "connection_link": [ + 80 ], - "steam_id": [ - 178 + "connection_string": [ + 80 ], - "total_matches": [ - 38 + "current_match": [ + 2285 ], - "vac_ban_count": [ - 38 + "enabled": [ + 4 ], - "wins": [ - 38 + "game": [ + 80 ], - "wins_competitive": [ - 38 + "game_server_node": [ + 1221 ], - "wins_duel": [ - 38 + "game_server_node_id": [ + 80 ], - "wins_wingman": [ - 38 + "host": [ + 80 ], - "__typename": [ - 79 - ] - }, - "players_min_fields": { - "avatar_url": [ - 79 + "id": [ + 4444 ], - "country": [ - 79 + "is_dedicated": [ + 4 ], - "created_at": [ - 3558 + "label": [ + 80 ], - "current_lobby_id": [ - 3955 + "matches": [ + 2285 ], - "custom_avatar_url": [ - 79 + "matches_aggregate": [ + 2278 ], - "days_since_last_ban": [ - 38 + "max_players": [ + 39 ], - "discord_id": [ - 79 + "offline_at": [ + 4005 ], - "faceit_elo": [ - 38 + "plugin_version": [ + 80 ], - "faceit_nickname": [ - 79 + "port": [ + 39 ], - "faceit_player_id": [ - 79 + "rcon_password": [ + 184 ], - "faceit_skill_level": [ - 38 + "rcon_status": [ + 4 ], - "faceit_updated_at": [ - 3558 + "region": [ + 80 ], - "faceit_url": [ - 79 + "reserved_by_match_id": [ + 4444 ], - "game_ban_count": [ - 38 + "server_region": [ + 3510 ], - "language": [ - 79 + "steam_relay": [ + 80 ], - "last_read_news_at": [ - 3558 + "tv_port": [ + 39 ], - "last_sign_in_at": [ - 3558 + "type": [ + 963 ], - "losses": [ - 38 + "updated_at": [ + 4005 ], - "losses_competitive": [ + "__typename": [ + 78 + ] + }, + "servers_constraint": {}, + "servers_inc_input": { + "max_players": [ 38 ], - "losses_duel": [ + "port": [ 38 ], - "losses_wingman": [ + "tv_port": [ 38 ], - "matchmaking_cooldown": [ - 3558 - ], - "name": [ - 79 - ], - "premier_rank": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_insert_input": { + "api_password": [ + 4442 ], - "premier_rank_updated_at": [ - 3558 + "boot_status": [ + 78 ], - "profile_url": [ - 79 + "boot_status_detail": [ + 78 ], - "roster_image_url": [ - 79 + "connect_password": [ + 78 ], - "steam_bans_checked_at": [ - 3558 + "connected": [ + 3 ], - "steam_id": [ - 178 + "current_match": [ + 2294 ], - "total_matches": [ - 38 + "enabled": [ + 3 ], - "vac_ban_count": [ - 38 + "game": [ + 78 ], - "wins": [ - 38 + "game_server_node": [ + 1233 ], - "wins_competitive": [ - 38 + "game_server_node_id": [ + 78 ], - "wins_duel": [ - 38 + "host": [ + 78 ], - "wins_wingman": [ - 38 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "players_mutation_response": { - "affected_rows": [ - 38 + "is_dedicated": [ + 3 ], - "returning": [ - 2978 + "label": [ + 78 ], - "__typename": [ - 79 - ] - }, - "players_obj_rel_insert_input": { - "data": [ - 2985 + "matches": [ + 2282 ], - "on_conflict": [ - 2990 + "max_players": [ + 38 ], - "__typename": [ - 79 - ] - }, - "players_on_conflict": { - "constraint": [ - 2983 + "offline_at": [ + 4004 ], - "update_columns": [ - 3001 + "plugin_version": [ + 78 ], - "where": [ - 2982 + "port": [ + 38 ], - "__typename": [ - 79 - ] - }, - "players_order_by": { - "abandoned_matches_aggregate": [ - 115 + "rcon_password": [ + 183 ], - "aim_weapon_stats_aggregate": [ - 2122 + "rcon_status": [ + 3 ], - "assists_aggregate": [ - 2165 + "region": [ + 78 ], - "assited_by_players_aggregate": [ - 2165 + "reserved_by_match_id": [ + 4442 ], - "avatar_url": [ - 2020 + "server_region": [ + 3516 ], - "coach_lineups_aggregate": [ - 1520 + "steam_relay": [ + 78 ], - "country": [ - 2020 + "tv_port": [ + 38 ], - "created_at": [ - 2020 + "type": [ + 962 ], - "current_lobby_id": [ - 2020 + "updated_at": [ + 4004 ], - "custom_avatar_url": [ - 2020 + "__typename": [ + 78 + ] + }, + "servers_max_fields": { + "api_password": [ + 4442 ], - "damage_dealt_aggregate": [ - 2226 + "boot_status": [ + 78 ], - "damage_taken_aggregate": [ - 2226 + "boot_status_detail": [ + 78 ], - "days_since_last_ban": [ - 2020 + "connect_password": [ + 78 ], - "deaths_aggregate": [ - 2382 + "connection_link": [ + 78 ], - "discord_id": [ - 2020 + "connection_string": [ + 78 ], - "draft_game_players_aggregate": [ - 313 + "game": [ + 78 ], - "elo": [ - 2020 + "game_server_node_id": [ + 78 ], - "elo_history_aggregate": [ - 4212 + "host": [ + 78 ], - "faceit_elo": [ - 2020 + "id": [ + 4442 ], - "faceit_nickname": [ - 2020 + "label": [ + 78 ], - "faceit_player_id": [ - 2020 + "max_players": [ + 38 ], - "faceit_rank_history_aggregate": [ - 2294 + "offline_at": [ + 4004 ], - "faceit_skill_level": [ - 2020 + "plugin_version": [ + 78 ], - "faceit_updated_at": [ - 2020 + "port": [ + 38 ], - "faceit_url": [ - 2020 + "region": [ + 78 ], - "flashed_by_players_aggregate": [ - 2337 + "reserved_by_match_id": [ + 4442 ], - "flashed_players_aggregate": [ - 2337 + "steam_relay": [ + 78 ], - "friends_aggregate": [ - 1902 + "tv_port": [ + 38 ], - "game_ban_count": [ - 2020 + "updated_at": [ + 4004 ], - "invited_players_aggregate": [ - 3237 + "__typename": [ + 78 + ] + }, + "servers_max_order_by": { + "api_password": [ + 2461 ], - "is_banned": [ - 2020 + "boot_status": [ + 2461 ], - "is_gagged": [ - 2020 + "boot_status_detail": [ + 2461 ], - "is_in_another_match": [ - 2020 + "connect_password": [ + 2461 ], - "is_in_draft": [ - 2020 + "game": [ + 2461 ], - "is_in_lobby": [ - 2020 + "game_server_node_id": [ + 2461 ], - "is_muted": [ - 2020 + "host": [ + 2461 ], - "kills_aggregate": [ - 2382 + "id": [ + 2461 ], - "kills_by_weapons_aggregate": [ - 2392 + "label": [ + 2461 ], - "language": [ - 2020 + "max_players": [ + 2461 ], - "last_read_news_at": [ - 2020 + "offline_at": [ + 2461 ], - "last_sign_in_at": [ - 2020 + "plugin_version": [ + 2461 ], - "lobby_players_aggregate": [ - 1296 + "port": [ + 2461 ], - "losses": [ - 2020 + "region": [ + 2461 ], - "losses_competitive": [ - 2020 + "reserved_by_match_id": [ + 2461 ], - "losses_duel": [ - 2020 + "steam_relay": [ + 2461 ], - "losses_wingman": [ - 2020 + "tv_port": [ + 2461 ], - "match_map_hltv_aggregate": [ - 4307 + "updated_at": [ + 2461 ], - "match_map_stats_aggregate": [ - 2489 + "__typename": [ + 78 + ] + }, + "servers_min_fields": { + "api_password": [ + 4442 ], - "match_stats_aggregate": [ - 2548 + "boot_status": [ + 78 ], - "matches_aggregate": [ - 1840 + "boot_status_detail": [ + 78 ], - "matchmaking_cooldown": [ - 2020 + "connect_password": [ + 78 ], - "multi_kills_aggregate": [ - 4398 + "connection_link": [ + 78 ], - "name": [ - 2020 + "connection_string": [ + 78 ], - "name_registered": [ - 2020 + "game": [ + 78 ], - "notifications_aggregate": [ - 1975 + "game_server_node_id": [ + 78 ], - "objectives_aggregate": [ - 2581 + "host": [ + 78 ], - "owned_teams_aggregate": [ - 3520 + "id": [ + 4442 ], - "peak_elo": [ - 2020 + "label": [ + 78 ], - "pending_match_imports_aggregate": [ - 2026 + "max_players": [ + 38 ], - "player_lineup_aggregate": [ - 1477 + "offline_at": [ + 4004 ], - "player_unused_utilities_aggregate": [ - 2868 + "plugin_version": [ + 78 ], - "premier_rank": [ - 2020 + "port": [ + 38 ], - "premier_rank_history_aggregate": [ - 2640 + "region": [ + 78 ], - "premier_rank_updated_at": [ - 2020 + "reserved_by_match_id": [ + 4442 ], - "profile_url": [ - 2020 + "steam_relay": [ + 78 ], - "role": [ - 2020 + "tv_port": [ + 38 ], - "roster_image_url": [ - 2020 + "updated_at": [ + 4004 ], - "sanctions_aggregate": [ - 2681 + "__typename": [ + 78 + ] + }, + "servers_min_order_by": { + "api_password": [ + 2461 ], - "season_stats_aggregate": [ - 2732 + "boot_status": [ + 2461 ], - "show_match_ready_modal": [ - 2020 + "boot_status_detail": [ + 2461 ], - "stats": [ - 2789 + "connect_password": [ + 2461 ], - "steam_bans_checked_at": [ - 2020 + "game": [ + 2461 ], - "steam_id": [ - 2020 + "game_server_node_id": [ + 2461 ], - "team_invites_aggregate": [ - 3237 + "host": [ + 2461 ], - "team_members_aggregate": [ - 3280 + "id": [ + 2461 ], - "teams_aggregate": [ - 3520 + "label": [ + 2461 ], - "total_matches": [ - 2020 + "max_players": [ + 2461 ], - "tournament_organizers_aggregate": [ - 3611 + "offline_at": [ + 2461 ], - "tournament_rosters_aggregate": [ - 3744 + "plugin_version": [ + 2461 ], - "tournament_trophies_aggregate": [ - 3829 + "port": [ + 2461 ], - "tournaments_aggregate": [ - 3916 + "region": [ + 2461 ], - "utility_thrown_aggregate": [ - 2909 + "reserved_by_match_id": [ + 2461 ], - "vac_ban_count": [ - 2020 + "steam_relay": [ + 2461 ], - "vac_banned": [ - 2020 + "tv_port": [ + 2461 ], - "weapon_stats_aggregate": [ - 2950 + "updated_at": [ + 2461 ], - "wins": [ - 2020 + "__typename": [ + 78 + ] + }, + "servers_mutation_response": { + "affected_rows": [ + 38 ], - "wins_competitive": [ - 2020 + "returning": [ + 3533 ], - "wins_duel": [ - 2020 + "__typename": [ + 78 + ] + }, + "servers_obj_rel_insert_input": { + "data": [ + 3547 ], - "wins_wingman": [ - 2020 + "on_conflict": [ + 3554 ], "__typename": [ - 79 + 78 ] }, - "players_pk_columns_input": { - "steam_id": [ - 178 + "servers_on_conflict": { + "constraint": [ + 3545 + ], + "update_columns": [ + 3571 + ], + "where": [ + 3544 ], "__typename": [ - 79 + 78 ] }, - "players_select_column": {}, - "players_set_input": { - "avatar_url": [ - 79 + "servers_order_by": { + "api_password": [ + 2461 ], - "country": [ - 79 + "boot_status": [ + 2461 ], - "created_at": [ - 3558 + "boot_status_detail": [ + 2461 ], - "custom_avatar_url": [ - 79 + "connect_password": [ + 2461 ], - "days_since_last_ban": [ - 38 + "connected": [ + 2461 ], - "discord_id": [ - 79 + "connection_link": [ + 2461 ], - "faceit_elo": [ - 38 + "connection_string": [ + 2461 ], - "faceit_nickname": [ - 79 + "current_match": [ + 2296 ], - "faceit_player_id": [ - 79 + "enabled": [ + 2461 ], - "faceit_skill_level": [ - 38 + "game": [ + 2461 ], - "faceit_updated_at": [ - 3558 + "game_server_node": [ + 1235 ], - "faceit_url": [ - 79 + "game_server_node_id": [ + 2461 ], - "game_ban_count": [ - 38 + "host": [ + 2461 ], - "language": [ - 79 + "id": [ + 2461 ], - "last_read_news_at": [ - 3558 + "is_dedicated": [ + 2461 ], - "last_sign_in_at": [ - 3558 + "label": [ + 2461 ], - "name": [ - 79 + "matches_aggregate": [ + 2281 ], - "name_registered": [ - 3 + "max_players": [ + 2461 ], - "premier_rank": [ - 38 + "offline_at": [ + 2461 ], - "premier_rank_updated_at": [ - 3558 + "plugin_version": [ + 2461 ], - "profile_url": [ - 79 + "port": [ + 2461 ], - "role": [ - 794 + "rcon_password": [ + 2461 ], - "roster_image_url": [ - 79 + "rcon_status": [ + 2461 ], - "show_match_ready_modal": [ - 3 + "region": [ + 2461 ], - "steam_bans_checked_at": [ - 3558 + "reserved_by_match_id": [ + 2461 ], - "steam_id": [ - 178 + "server_region": [ + 3518 ], - "vac_ban_count": [ - 38 + "steam_relay": [ + 2461 ], - "vac_banned": [ - 3 + "tv_port": [ + 2461 + ], + "type": [ + 2461 + ], + "updated_at": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "players_stddev_fields": { - "days_since_last_ban": [ - 29 + "servers_pk_columns_input": { + "id": [ + 4442 ], - "faceit_elo": [ - 29 + "__typename": [ + 78 + ] + }, + "servers_select_column": {}, + "servers_select_column_servers_aggregate_bool_exp_bool_and_arguments_columns": {}, + "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, + "servers_set_input": { + "api_password": [ + 4442 ], - "faceit_skill_level": [ - 29 + "boot_status": [ + 78 ], - "game_ban_count": [ - 29 + "boot_status_detail": [ + 78 ], - "losses": [ - 38 + "connect_password": [ + 78 ], - "losses_competitive": [ - 38 + "connected": [ + 3 ], - "losses_duel": [ - 38 + "enabled": [ + 3 ], - "losses_wingman": [ - 38 + "game": [ + 78 ], - "premier_rank": [ - 29 + "game_server_node_id": [ + 78 ], - "steam_id": [ - 29 + "host": [ + 78 ], - "total_matches": [ - 38 + "id": [ + 4442 ], - "vac_ban_count": [ - 29 + "is_dedicated": [ + 3 ], - "wins": [ - 38 + "label": [ + 78 ], - "wins_competitive": [ + "max_players": [ 38 ], - "wins_duel": [ - 38 + "offline_at": [ + 4004 ], - "wins_wingman": [ + "plugin_version": [ + 78 + ], + "port": [ 38 ], - "__typename": [ - 79 - ] - }, - "players_stddev_pop_fields": { - "days_since_last_ban": [ - 29 + "rcon_password": [ + 183 ], - "faceit_elo": [ - 29 + "rcon_status": [ + 3 ], - "faceit_skill_level": [ - 29 + "region": [ + 78 ], - "game_ban_count": [ - 29 + "reserved_by_match_id": [ + 4442 ], - "losses": [ - 38 + "steam_relay": [ + 78 ], - "losses_competitive": [ + "tv_port": [ 38 ], - "losses_duel": [ - 38 + "type": [ + 962 ], - "losses_wingman": [ - 38 + "updated_at": [ + 4004 ], - "premier_rank": [ + "__typename": [ + 78 + ] + }, + "servers_stddev_fields": { + "max_players": [ 29 ], - "steam_id": [ + "port": [ 29 ], - "total_matches": [ - 38 - ], - "vac_ban_count": [ + "tv_port": [ 29 ], - "wins": [ - 38 - ], - "wins_competitive": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_stddev_order_by": { + "max_players": [ + 2461 ], - "wins_duel": [ - 38 + "port": [ + 2461 ], - "wins_wingman": [ - 38 + "tv_port": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "players_stddev_samp_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ + "servers_stddev_pop_fields": { + "max_players": [ 29 ], - "faceit_skill_level": [ + "port": [ 29 ], - "game_ban_count": [ + "tv_port": [ 29 ], - "losses": [ - 38 - ], - "losses_competitive": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_stddev_pop_order_by": { + "max_players": [ + 2461 ], - "losses_duel": [ - 38 + "port": [ + 2461 ], - "losses_wingman": [ - 38 + "tv_port": [ + 2461 ], - "premier_rank": [ + "__typename": [ + 78 + ] + }, + "servers_stddev_samp_fields": { + "max_players": [ 29 ], - "steam_id": [ + "port": [ 29 ], - "total_matches": [ - 38 - ], - "vac_ban_count": [ + "tv_port": [ 29 ], - "wins": [ - 38 - ], - "wins_competitive": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_stddev_samp_order_by": { + "max_players": [ + 2461 ], - "wins_duel": [ - 38 + "port": [ + 2461 ], - "wins_wingman": [ - 38 + "tv_port": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "players_stream_cursor_input": { + "servers_stream_cursor_input": { "initial_value": [ - 2999 + 3568 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "players_stream_cursor_value_input": { - "avatar_url": [ - 79 - ], - "country": [ - 79 - ], - "created_at": [ - 3558 - ], - "custom_avatar_url": [ - 79 - ], - "days_since_last_ban": [ - 38 - ], - "discord_id": [ - 79 - ], - "faceit_elo": [ - 38 - ], - "faceit_nickname": [ - 79 - ], - "faceit_player_id": [ - 79 - ], - "faceit_skill_level": [ - 38 - ], - "faceit_updated_at": [ - 3558 - ], - "faceit_url": [ - 79 - ], - "game_ban_count": [ - 38 - ], - "language": [ - 79 + "servers_stream_cursor_value_input": { + "api_password": [ + 4442 ], - "last_read_news_at": [ - 3558 + "boot_status": [ + 78 ], - "last_sign_in_at": [ - 3558 + "boot_status_detail": [ + 78 ], - "name": [ - 79 + "connect_password": [ + 78 ], - "name_registered": [ + "connected": [ 3 ], - "premier_rank": [ - 38 + "enabled": [ + 3 ], - "premier_rank_updated_at": [ - 3558 + "game": [ + 78 ], - "profile_url": [ - 79 + "game_server_node_id": [ + 78 ], - "role": [ - 794 + "host": [ + 78 ], - "roster_image_url": [ - 79 + "id": [ + 4442 ], - "show_match_ready_modal": [ + "is_dedicated": [ 3 ], - "steam_bans_checked_at": [ - 3558 - ], - "steam_id": [ - 178 + "label": [ + 78 ], - "vac_ban_count": [ + "max_players": [ 38 ], - "vac_banned": [ - 3 + "offline_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "players_sum_fields": { - "days_since_last_ban": [ - 38 + "plugin_version": [ + 78 ], - "faceit_elo": [ + "port": [ 38 ], - "faceit_skill_level": [ - 38 + "rcon_password": [ + 183 ], - "game_ban_count": [ - 38 + "rcon_status": [ + 3 ], - "losses": [ - 38 + "region": [ + 78 ], - "losses_competitive": [ - 38 + "reserved_by_match_id": [ + 4442 ], - "losses_duel": [ - 38 + "steam_relay": [ + 78 ], - "losses_wingman": [ + "tv_port": [ 38 ], - "premier_rank": [ - 38 + "type": [ + 962 ], - "steam_id": [ - 178 + "updated_at": [ + 4004 ], - "total_matches": [ + "__typename": [ + 78 + ] + }, + "servers_sum_fields": { + "max_players": [ 38 ], - "vac_ban_count": [ + "port": [ 38 ], - "wins": [ + "tv_port": [ 38 ], - "wins_competitive": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_sum_order_by": { + "max_players": [ + 2461 ], - "wins_duel": [ - 38 + "port": [ + 2461 ], - "wins_wingman": [ - 38 + "tv_port": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "players_update_column": {}, - "players_updates": { + "servers_update_column": {}, + "servers_updates": { "_inc": [ - 2984 + 3546 ], "_set": [ - 2994 + 3560 ], "where": [ - 2982 + 3544 ], "__typename": [ - 79 + 78 ] }, - "players_var_pop_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ - 29 - ], - "faceit_skill_level": [ - 29 - ], - "game_ban_count": [ - 29 - ], - "losses": [ - 38 - ], - "losses_competitive": [ - 38 - ], - "losses_duel": [ - 38 - ], - "losses_wingman": [ - 38 - ], - "premier_rank": [ + "servers_var_pop_fields": { + "max_players": [ 29 ], - "steam_id": [ + "port": [ 29 ], - "total_matches": [ - 38 - ], - "vac_ban_count": [ + "tv_port": [ 29 ], - "wins": [ - 38 - ], - "wins_competitive": [ - 38 - ], - "wins_duel": [ - 38 - ], - "wins_wingman": [ - 38 - ], "__typename": [ - 79 + 78 ] }, - "players_var_samp_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ - 29 - ], - "faceit_skill_level": [ - 29 - ], - "game_ban_count": [ - 29 - ], - "losses": [ - 38 - ], - "losses_competitive": [ - 38 - ], - "losses_duel": [ - 38 - ], - "losses_wingman": [ - 38 - ], - "premier_rank": [ - 29 - ], - "steam_id": [ - 29 - ], - "total_matches": [ - 38 - ], - "vac_ban_count": [ - 29 - ], - "wins": [ - 38 - ], - "wins_competitive": [ - 38 + "servers_var_pop_order_by": { + "max_players": [ + 2461 ], - "wins_duel": [ - 38 + "port": [ + 2461 ], - "wins_wingman": [ - 38 + "tv_port": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "players_variance_fields": { - "days_since_last_ban": [ - 29 - ], - "faceit_elo": [ + "servers_var_samp_fields": { + "max_players": [ 29 ], - "faceit_skill_level": [ + "port": [ 29 ], - "game_ban_count": [ + "tv_port": [ 29 ], - "losses": [ - 38 - ], - "losses_competitive": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_var_samp_order_by": { + "max_players": [ + 2461 ], - "losses_duel": [ - 38 + "port": [ + 2461 ], - "losses_wingman": [ - 38 + "tv_port": [ + 2461 ], - "premier_rank": [ + "__typename": [ + 78 + ] + }, + "servers_variance_fields": { + "max_players": [ 29 ], - "steam_id": [ + "port": [ 29 ], - "total_matches": [ - 38 - ], - "vac_ban_count": [ + "tv_port": [ 29 ], - "wins": [ - 38 - ], - "wins_competitive": [ - 38 + "__typename": [ + 78 + ] + }, + "servers_variance_order_by": { + "max_players": [ + 2461 ], - "wins_duel": [ - 38 + "port": [ + 2461 ], - "wins_wingman": [ - 38 + "tv_port": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions": { - "min_game_build_id": [ - 38 - ], - "published_at": [ - 3558 + "settings": { + "name": [ + 78 ], - "version": [ - 79 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_aggregate": { + "settings_aggregate": { "aggregate": [ - 3008 + 3581 ], "nodes": [ - 3006 + 3579 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_aggregate_fields": { - "avg": [ - 3009 - ], + "settings_aggregate_fields": { "count": [ 38, { "columns": [ - 3020, - "[plugin_versions_select_column!]" + 3591, + "[settings_select_column!]" ], "distinct": [ 3 @@ -75413,375 +86527,264 @@ export default { } ], "max": [ - 3014 + 3585 ], "min": [ - 3015 - ], - "stddev": [ - 3022 - ], - "stddev_pop": [ - 3023 - ], - "stddev_samp": [ - 3024 - ], - "sum": [ - 3027 - ], - "var_pop": [ - 3030 - ], - "var_samp": [ - 3031 - ], - "variance": [ - 3032 - ], - "__typename": [ - 79 - ] - }, - "plugin_versions_avg_fields": { - "min_game_build_id": [ - 29 + 3586 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_bool_exp": { + "settings_bool_exp": { "_and": [ - 3010 + 3582 ], "_not": [ - 3010 + 3582 ], "_or": [ - 3010 - ], - "min_game_build_id": [ - 39 - ], - "published_at": [ - 3559 + 3582 ], - "version": [ - 81 + "name": [ + 80 ], - "__typename": [ - 79 - ] - }, - "plugin_versions_constraint": {}, - "plugin_versions_inc_input": { - "min_game_build_id": [ - 38 + "value": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_insert_input": { - "min_game_build_id": [ - 38 - ], - "published_at": [ - 3558 + "settings_constraint": {}, + "settings_insert_input": { + "name": [ + 78 ], - "version": [ - 79 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_max_fields": { - "min_game_build_id": [ - 38 - ], - "published_at": [ - 3558 + "settings_max_fields": { + "name": [ + 78 ], - "version": [ - 79 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_min_fields": { - "min_game_build_id": [ - 38 - ], - "published_at": [ - 3558 + "settings_min_fields": { + "name": [ + 78 ], - "version": [ - 79 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_mutation_response": { + "settings_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3006 + 3579 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_on_conflict": { + "settings_on_conflict": { "constraint": [ - 3011 + 3583 ], "update_columns": [ - 3028 + 3595 ], "where": [ - 3010 - ], - "__typename": [ - 79 - ] - }, - "plugin_versions_order_by": { - "min_game_build_id": [ - 2020 - ], - "published_at": [ - 2020 - ], - "version": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "plugin_versions_pk_columns_input": { - "version": [ - 79 + 3582 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_select_column": {}, - "plugin_versions_set_input": { - "min_game_build_id": [ - 38 - ], - "published_at": [ - 3558 + "settings_order_by": { + "name": [ + 2461 ], - "version": [ - 79 + "value": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_stddev_fields": { - "min_game_build_id": [ - 29 + "settings_pk_columns_input": { + "name": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_stddev_pop_fields": { - "min_game_build_id": [ - 29 + "settings_select_column": {}, + "settings_set_input": { + "name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "plugin_versions_stddev_samp_fields": { - "min_game_build_id": [ - 29 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_stream_cursor_input": { + "settings_stream_cursor_input": { "initial_value": [ - 3026 + 3594 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_stream_cursor_value_input": { - "min_game_build_id": [ - 38 - ], - "published_at": [ - 3558 - ], - "version": [ - 79 + "settings_stream_cursor_value_input": { + "name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "plugin_versions_sum_fields": { - "min_game_build_id": [ - 38 + "value": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_update_column": {}, - "plugin_versions_updates": { - "_inc": [ - 3012 - ], + "settings_update_column": {}, + "settings_updates": { "_set": [ - 3021 + 3592 ], "where": [ - 3010 + 3582 ], "__typename": [ - 79 + 78 ] }, - "plugin_versions_var_pop_fields": { - "min_game_build_id": [ - 29 + "smallint": {}, + "smallint_comparison_exp": { + "_eq": [ + 3597 ], - "__typename": [ - 79 - ] - }, - "plugin_versions_var_samp_fields": { - "min_game_build_id": [ - 29 + "_gt": [ + 3597 ], - "__typename": [ - 79 - ] - }, - "plugin_versions_variance_fields": { - "min_game_build_id": [ - 29 + "_gte": [ + 3597 ], - "__typename": [ - 79 - ] - }, - "recalculate_tournament_trophies_args": { - "_tournament_id": [ - 3955 + "_in": [ + 3597 + ], + "_is_null": [ + 3 + ], + "_lt": [ + 3597 + ], + "_lte": [ + 3597 + ], + "_neq": [ + 3597 + ], + "_nin": [ + 3597 ], "__typename": [ - 79 + 78 ] }, - "seasons": { + "steam_account_claims": { "created_at": [ - 3558 - ], - "description": [ - 79 - ], - "ends_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "needs_rebuild": [ - 3 + "k8s_job_name": [ + 78 ], - "number": [ - 38 + "node": [ + 1209 ], - "player_season_stats": [ - 2717, - { - "distinct_on": [ - 2748, - "[player_season_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2746, - "[player_season_stats_order_by!]" - ], - "where": [ - 2736 - ] - } + "node_id": [ + 78 ], - "player_season_stats_aggregate": [ - 2718, - { - "distinct_on": [ - 2748, - "[player_season_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 2746, - "[player_season_stats_order_by!]" - ], - "where": [ - 2736 - ] - } + "purpose": [ + 78 ], - "starts_at": [ - 3558 + "steam_account": [ + 3623 + ], + "steam_account_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "seasons_aggregate": { + "steam_account_claims_aggregate": { "aggregate": [ - 3036 + 3603 ], "nodes": [ - 3034 + 3599 ], "__typename": [ - 79 + 78 ] }, - "seasons_aggregate_fields": { - "avg": [ - 3037 + "steam_account_claims_aggregate_bool_exp": { + "count": [ + 3602 + ], + "__typename": [ + 78 + ] + }, + "steam_account_claims_aggregate_bool_exp_count": { + "arguments": [ + 3617 + ], + "distinct": [ + 3 + ], + "filter": [ + 3606 + ], + "predicate": [ + 39 ], + "__typename": [ + 78 + ] + }, + "steam_account_claims_aggregate_fields": { "count": [ 38, { "columns": [ - 3049, - "[seasons_select_column!]" + 3617, + "[steam_account_claims_select_column!]" ], "distinct": [ 3 @@ -75789,390 +86792,339 @@ export default { } ], "max": [ - 3042 + 3609 ], "min": [ - 3043 - ], - "stddev": [ - 3051 - ], - "stddev_pop": [ - 3052 - ], - "stddev_samp": [ - 3053 - ], - "sum": [ - 3056 + 3611 ], - "var_pop": [ - 3059 + "__typename": [ + 78 + ] + }, + "steam_account_claims_aggregate_order_by": { + "count": [ + 2461 ], - "var_samp": [ - 3060 + "max": [ + 3610 ], - "variance": [ - 3061 + "min": [ + 3612 ], "__typename": [ - 79 + 78 ] }, - "seasons_avg_fields": { - "number": [ - 29 + "steam_account_claims_arr_rel_insert_input": { + "data": [ + 3608 + ], + "on_conflict": [ + 3614 ], "__typename": [ - 79 + 78 ] }, - "seasons_bool_exp": { + "steam_account_claims_bool_exp": { "_and": [ - 3038 + 3606 ], "_not": [ - 3038 + 3606 ], "_or": [ - 3038 + 3606 ], "created_at": [ - 3559 - ], - "description": [ - 81 - ], - "ends_at": [ - 3559 + 4005 ], "id": [ - 3957 + 4444 ], - "needs_rebuild": [ - 4 + "k8s_job_name": [ + 80 ], - "number": [ - 39 + "node": [ + 1221 ], - "player_season_stats": [ - 2736 + "node_id": [ + 80 ], - "player_season_stats_aggregate": [ - 2719 + "purpose": [ + 80 ], - "starts_at": [ - 3559 + "steam_account": [ + 3627 + ], + "steam_account_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "seasons_constraint": {}, - "seasons_inc_input": { - "number": [ - 38 + "steam_account_claims_constraint": {}, + "steam_account_claims_insert_input": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "k8s_job_name": [ + 78 + ], + "node": [ + 1233 + ], + "node_id": [ + 78 + ], + "purpose": [ + 78 + ], + "steam_account": [ + 3634 + ], + "steam_account_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "seasons_insert_input": { + "steam_account_claims_max_fields": { "created_at": [ - 3558 + 4004 ], - "description": [ - 79 + "id": [ + 4442 ], - "ends_at": [ - 3558 + "k8s_job_name": [ + 78 + ], + "node_id": [ + 78 + ], + "purpose": [ + 78 + ], + "steam_account_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "steam_account_claims_max_order_by": { + "created_at": [ + 2461 ], "id": [ - 3955 + 2461 ], - "needs_rebuild": [ - 3 + "k8s_job_name": [ + 2461 ], - "number": [ - 38 + "node_id": [ + 2461 ], - "player_season_stats": [ - 2733 + "purpose": [ + 2461 ], - "starts_at": [ - 3558 + "steam_account_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "seasons_max_fields": { + "steam_account_claims_min_fields": { "created_at": [ - 3558 + 4004 ], - "description": [ - 79 + "id": [ + 4442 ], - "ends_at": [ - 3558 + "k8s_job_name": [ + 78 ], - "id": [ - 3955 + "node_id": [ + 78 ], - "number": [ - 38 + "purpose": [ + 78 ], - "starts_at": [ - 3558 + "steam_account_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "seasons_min_fields": { + "steam_account_claims_min_order_by": { "created_at": [ - 3558 + 2461 ], - "description": [ - 79 + "id": [ + 2461 ], - "ends_at": [ - 3558 + "k8s_job_name": [ + 2461 ], - "id": [ - 3955 + "node_id": [ + 2461 ], - "number": [ - 38 + "purpose": [ + 2461 ], - "starts_at": [ - 3558 + "steam_account_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "seasons_mutation_response": { + "steam_account_claims_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3034 - ], - "__typename": [ - 79 - ] - }, - "seasons_obj_rel_insert_input": { - "data": [ - 3041 - ], - "on_conflict": [ - 3046 + 3599 ], "__typename": [ - 79 + 78 ] }, - "seasons_on_conflict": { + "steam_account_claims_on_conflict": { "constraint": [ - 3039 + 3607 ], "update_columns": [ - 3057 + 3621 ], "where": [ - 3038 + 3606 ], "__typename": [ - 79 + 78 ] }, - "seasons_order_by": { + "steam_account_claims_order_by": { "created_at": [ - 2020 + 2461 ], - "description": [ - 2020 + "id": [ + 2461 ], - "ends_at": [ - 2020 + "k8s_job_name": [ + 2461 ], - "id": [ - 2020 + "node": [ + 1235 ], - "needs_rebuild": [ - 2020 + "node_id": [ + 2461 ], - "number": [ - 2020 + "purpose": [ + 2461 ], - "player_season_stats_aggregate": [ - 2732 + "steam_account": [ + 3636 ], - "starts_at": [ - 2020 + "steam_account_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "seasons_pk_columns_input": { + "steam_account_claims_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "seasons_select_column": {}, - "seasons_set_input": { + "steam_account_claims_select_column": {}, + "steam_account_claims_set_input": { "created_at": [ - 3558 - ], - "description": [ - 79 - ], - "ends_at": [ - 3558 + 4004 ], "id": [ - 3955 - ], - "needs_rebuild": [ - 3 - ], - "number": [ - 38 + 4442 ], - "starts_at": [ - 3558 + "k8s_job_name": [ + 78 ], - "__typename": [ - 79 - ] - }, - "seasons_stddev_fields": { - "number": [ - 29 + "node_id": [ + 78 ], - "__typename": [ - 79 - ] - }, - "seasons_stddev_pop_fields": { - "number": [ - 29 + "purpose": [ + 78 ], - "__typename": [ - 79 - ] - }, - "seasons_stddev_samp_fields": { - "number": [ - 29 + "steam_account_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "seasons_stream_cursor_input": { + "steam_account_claims_stream_cursor_input": { "initial_value": [ - 3055 + 3620 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "seasons_stream_cursor_value_input": { + "steam_account_claims_stream_cursor_value_input": { "created_at": [ - 3558 - ], - "description": [ - 79 - ], - "ends_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "needs_rebuild": [ - 3 + "k8s_job_name": [ + 78 ], - "number": [ - 38 + "node_id": [ + 78 ], - "starts_at": [ - 3558 + "purpose": [ + 78 ], - "__typename": [ - 79 - ] - }, - "seasons_sum_fields": { - "number": [ - 38 + "steam_account_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "seasons_update_column": {}, - "seasons_updates": { - "_inc": [ - 3040 - ], + "steam_account_claims_update_column": {}, + "steam_account_claims_updates": { "_set": [ - 3050 + 3618 ], "where": [ - 3038 - ], - "__typename": [ - 79 - ] - }, - "seasons_var_pop_fields": { - "number": [ - 29 - ], - "__typename": [ - 79 - ] - }, - "seasons_var_samp_fields": { - "number": [ - 29 - ], - "__typename": [ - 79 - ] - }, - "seasons_variance_fields": { - "number": [ - 29 + 3606 ], "__typename": [ - 79 + 78 ] }, - "server_regions": { - "available_server_count": [ - 38 - ], - "description": [ - 79 - ], - "game_server_nodes": [ - 1122, + "steam_accounts": { + "claims": [ + 3599, { "distinct_on": [ - 1151, - "[game_server_nodes_select_column!]" + 3617, + "[steam_account_claims_select_column!]" ], "limit": [ 38 @@ -76181,20 +87133,20 @@ export default { 38 ], "order_by": [ - 1148, - "[game_server_nodes_order_by!]" + 3615, + "[steam_account_claims_order_by!]" ], "where": [ - 1134 + 3606 ] } ], - "game_server_nodes_aggregate": [ - 1123, + "claims_aggregate": [ + 3600, { "distinct_on": [ - 1151, - "[game_server_nodes_select_column!]" + 3617, + "[steam_account_claims_select_column!]" ], "limit": [ 38 @@ -76203,57 +87155,72 @@ export default { 38 ], "order_by": [ - 1148, - "[game_server_nodes_order_by!]" + 3615, + "[steam_account_claims_order_by!]" ], "where": [ - 1134 + 3606 ] } ], - "has_node": [ - 3 + "created_at": [ + 4004 ], - "is_lan": [ - 3 + "friend_capacity": [ + 38 ], - "status": [ - 79 + "id": [ + 4442 ], - "steam_relay": [ - 3 + "last_node": [ + 1209 ], - "total_server_count": [ + "last_node_id": [ + 78 + ], + "password": [ + 78 + ], + "role": [ + 78 + ], + "steam_level": [ 38 ], - "value": [ - 79 + "steamid64": [ + 180 + ], + "updated_at": [ + 4004 + ], + "username": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "server_regions_aggregate": { + "steam_accounts_aggregate": { "aggregate": [ - 3064 + 3625 ], "nodes": [ - 3062 + 3623 ], "__typename": [ - 79 + 78 ] }, - "server_regions_aggregate_fields": { + "steam_accounts_aggregate_fields": { "avg": [ - 3065 + 3626 ], "count": [ 38, { "columns": [ - 3076, - "[server_regions_select_column!]" + 3638, + "[steam_accounts_select_column!]" ], "distinct": [ 3 @@ -76261,1937 +87228,1711 @@ export default { } ], "max": [ - 3069 + 3631 ], "min": [ - 3070 + 3632 ], "stddev": [ - 3078 + 3640 ], "stddev_pop": [ - 3079 + 3641 ], "stddev_samp": [ - 3080 + 3642 ], "sum": [ - 3083 + 3645 ], "var_pop": [ - 3086 + 3648 ], "var_samp": [ - 3087 + 3649 ], "variance": [ - 3088 + 3650 ], "__typename": [ - 79 + 78 ] }, - "server_regions_avg_fields": { - "available_server_count": [ - 38 + "steam_accounts_avg_fields": { + "friend_capacity": [ + 29 ], - "total_server_count": [ - 38 + "steam_level": [ + 29 + ], + "steamid64": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "server_regions_bool_exp": { + "steam_accounts_bool_exp": { "_and": [ - 3066 + 3627 ], "_not": [ - 3066 + 3627 ], "_or": [ - 3066 + 3627 ], - "available_server_count": [ - 39 + "claims": [ + 3606 ], - "description": [ - 81 + "claims_aggregate": [ + 3601 ], - "game_server_nodes": [ - 1134 + "created_at": [ + 4005 ], - "game_server_nodes_aggregate": [ - 1124 + "friend_capacity": [ + 39 ], - "has_node": [ - 4 + "id": [ + 4444 ], - "is_lan": [ - 4 + "last_node": [ + 1221 ], - "status": [ - 81 + "last_node_id": [ + 80 ], - "steam_relay": [ - 4 + "password": [ + 80 ], - "total_server_count": [ + "role": [ + 80 + ], + "steam_level": [ 39 ], - "value": [ - 81 + "steamid64": [ + 182 + ], + "updated_at": [ + 4005 + ], + "username": [ + 80 ], "__typename": [ - 79 + 78 ] }, - "server_regions_constraint": {}, - "server_regions_insert_input": { - "description": [ - 79 + "steam_accounts_constraint": {}, + "steam_accounts_inc_input": { + "friend_capacity": [ + 38 ], - "game_server_nodes": [ - 1131 + "steam_level": [ + 38 ], - "is_lan": [ - 3 + "steamid64": [ + 180 ], - "steam_relay": [ - 3 + "__typename": [ + 78 + ] + }, + "steam_accounts_insert_input": { + "claims": [ + 3605 ], - "value": [ - 79 + "created_at": [ + 4004 + ], + "friend_capacity": [ + 38 + ], + "id": [ + 4442 + ], + "last_node": [ + 1233 + ], + "last_node_id": [ + 78 + ], + "password": [ + 78 + ], + "role": [ + 78 + ], + "steam_level": [ + 38 + ], + "steamid64": [ + 180 + ], + "updated_at": [ + 4004 + ], + "username": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "server_regions_max_fields": { - "available_server_count": [ + "steam_accounts_max_fields": { + "created_at": [ + 4004 + ], + "friend_capacity": [ 38 ], - "description": [ - 79 + "id": [ + 4442 ], - "status": [ - 79 + "last_node_id": [ + 78 ], - "total_server_count": [ + "password": [ + 78 + ], + "role": [ + 78 + ], + "steam_level": [ 38 ], - "value": [ - 79 + "steamid64": [ + 180 + ], + "updated_at": [ + 4004 + ], + "username": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "server_regions_min_fields": { - "available_server_count": [ + "steam_accounts_min_fields": { + "created_at": [ + 4004 + ], + "friend_capacity": [ 38 ], - "description": [ - 79 + "id": [ + 4442 ], - "status": [ - 79 + "last_node_id": [ + 78 ], - "total_server_count": [ + "password": [ + 78 + ], + "role": [ + 78 + ], + "steam_level": [ 38 ], - "value": [ - 79 + "steamid64": [ + 180 + ], + "updated_at": [ + 4004 + ], + "username": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "server_regions_mutation_response": { + "steam_accounts_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3062 + 3623 ], "__typename": [ - 79 + 78 ] }, - "server_regions_obj_rel_insert_input": { + "steam_accounts_obj_rel_insert_input": { "data": [ - 3068 + 3630 ], "on_conflict": [ - 3073 + 3635 ], "__typename": [ - 79 + 78 ] }, - "server_regions_on_conflict": { + "steam_accounts_on_conflict": { "constraint": [ - 3067 + 3628 ], "update_columns": [ - 3084 + 3646 ], "where": [ - 3066 + 3627 ], "__typename": [ - 79 + 78 ] }, - "server_regions_order_by": { - "available_server_count": [ - 2020 - ], - "description": [ - 2020 - ], - "game_server_nodes_aggregate": [ - 1129 + "steam_accounts_order_by": { + "claims_aggregate": [ + 3604 ], - "has_node": [ - 2020 + "created_at": [ + 2461 ], - "is_lan": [ - 2020 + "friend_capacity": [ + 2461 ], - "status": [ - 2020 + "id": [ + 2461 ], - "steam_relay": [ - 2020 + "last_node": [ + 1235 ], - "total_server_count": [ - 2020 + "last_node_id": [ + 2461 ], - "value": [ - 2020 + "password": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "server_regions_pk_columns_input": { - "value": [ - 79 + "role": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "server_regions_select_column": {}, - "server_regions_set_input": { - "description": [ - 79 + "steam_level": [ + 2461 ], - "is_lan": [ - 3 + "steamid64": [ + 2461 ], - "steam_relay": [ - 3 + "updated_at": [ + 2461 ], - "value": [ - 79 + "username": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "server_regions_stddev_fields": { - "available_server_count": [ - 38 - ], - "total_server_count": [ - 38 + "steam_accounts_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "server_regions_stddev_pop_fields": { - "available_server_count": [ - 38 + "steam_accounts_select_column": {}, + "steam_accounts_set_input": { + "created_at": [ + 4004 ], - "total_server_count": [ + "friend_capacity": [ 38 ], - "__typename": [ - 79 - ] - }, - "server_regions_stddev_samp_fields": { - "available_server_count": [ - 38 + "id": [ + 4442 ], - "total_server_count": [ - 38 + "last_node_id": [ + 78 ], - "__typename": [ - 79 - ] - }, - "server_regions_stream_cursor_input": { - "initial_value": [ - 3082 + "password": [ + 78 ], - "ordering": [ - 233 + "role": [ + 78 ], - "__typename": [ - 79 - ] - }, - "server_regions_stream_cursor_value_input": { - "description": [ - 79 + "steam_level": [ + 38 ], - "is_lan": [ - 3 + "steamid64": [ + 180 ], - "steam_relay": [ - 3 + "updated_at": [ + 4004 ], - "value": [ - 79 + "username": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "server_regions_sum_fields": { - "available_server_count": [ - 38 - ], - "total_server_count": [ - 38 + "steam_accounts_stddev_fields": { + "friend_capacity": [ + 29 ], - "__typename": [ - 79 - ] - }, - "server_regions_update_column": {}, - "server_regions_updates": { - "_set": [ - 3077 + "steam_level": [ + 29 ], - "where": [ - 3066 + "steamid64": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "server_regions_var_pop_fields": { - "available_server_count": [ - 38 + "steam_accounts_stddev_pop_fields": { + "friend_capacity": [ + 29 ], - "total_server_count": [ - 38 + "steam_level": [ + 29 + ], + "steamid64": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "server_regions_var_samp_fields": { - "available_server_count": [ - 38 + "steam_accounts_stddev_samp_fields": { + "friend_capacity": [ + 29 ], - "total_server_count": [ - 38 + "steam_level": [ + 29 + ], + "steamid64": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "server_regions_variance_fields": { - "available_server_count": [ - 38 + "steam_accounts_stream_cursor_input": { + "initial_value": [ + 3644 ], - "total_server_count": [ - 38 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "servers": { - "api_password": [ - 3955 - ], - "boot_status": [ - 79 - ], - "boot_status_detail": [ - 79 - ], - "connect_password": [ - 79 - ], - "connected": [ - 3 - ], - "connection_link": [ - 79 - ], - "connection_string": [ - 79 - ], - "current_match": [ - 1835 - ], - "enabled": [ - 3 - ], - "game": [ - 79 - ], - "game_server_node": [ - 1122 - ], - "game_server_node_id": [ - 79 - ], - "host": [ - 79 - ], - "id": [ - 3955 - ], - "is_dedicated": [ - 3 - ], - "label": [ - 79 - ], - "matches": [ - 1835, - { - "distinct_on": [ - 1857, - "[matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1855, - "[matches_order_by!]" - ], - "where": [ - 1844 - ] - } - ], - "matches_aggregate": [ - 1836, - { - "distinct_on": [ - 1857, - "[matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1855, - "[matches_order_by!]" - ], - "where": [ - 1844 - ] - } - ], - "max_players": [ - 38 - ], - "offline_at": [ - 3558 - ], - "plugin_version": [ - 79 + "steam_accounts_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "port": [ + "friend_capacity": [ 38 ], - "rcon_password": [ - 181 - ], - "rcon_status": [ - 3 - ], - "region": [ - 79 + "id": [ + 4442 ], - "reserved_by_match_id": [ - 3955 + "last_node_id": [ + 78 ], - "server_region": [ - 3062 + "password": [ + 78 ], - "steam_relay": [ - 79 + "role": [ + 78 ], - "tv_port": [ + "steam_level": [ 38 ], - "type": [ - 875 + "steamid64": [ + 180 ], "updated_at": [ - 3558 + 4004 + ], + "username": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "servers_aggregate": { - "aggregate": [ - 3095 + "steam_accounts_sum_fields": { + "friend_capacity": [ + 38 ], - "nodes": [ - 3089 + "steam_level": [ + 38 + ], + "steamid64": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "servers_aggregate_bool_exp": { - "bool_and": [ - 3092 + "steam_accounts_update_column": {}, + "steam_accounts_updates": { + "_inc": [ + 3629 ], - "bool_or": [ - 3093 + "_set": [ + 3639 ], - "count": [ - 3094 + "where": [ + 3627 ], "__typename": [ - 79 + 78 ] }, - "servers_aggregate_bool_exp_bool_and": { - "arguments": [ - 3114 - ], - "distinct": [ - 3 + "steam_accounts_var_pop_fields": { + "friend_capacity": [ + 29 ], - "filter": [ - 3100 + "steam_level": [ + 29 ], - "predicate": [ - 4 + "steamid64": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "servers_aggregate_bool_exp_bool_or": { - "arguments": [ - 3115 - ], - "distinct": [ - 3 + "steam_accounts_var_samp_fields": { + "friend_capacity": [ + 29 ], - "filter": [ - 3100 + "steam_level": [ + 29 ], - "predicate": [ - 4 + "steamid64": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "servers_aggregate_bool_exp_count": { - "arguments": [ - 3113 - ], - "distinct": [ - 3 + "steam_accounts_variance_fields": { + "friend_capacity": [ + 29 ], - "filter": [ - 3100 + "steam_level": [ + 29 ], - "predicate": [ - 39 + "steamid64": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "servers_aggregate_fields": { - "avg": [ - 3098 + "system_alerts": { + "created_at": [ + 4004 ], - "count": [ - 38, - { - "columns": [ - 3113, - "[servers_select_column!]" - ], - "distinct": [ - 3 - ] - } + "created_by": [ + 180 ], - "max": [ - 3104 + "dismissible": [ + 3 ], - "min": [ - 3106 + "expires_at": [ + 4004 ], - "stddev": [ - 3117 + "id": [ + 4442 ], - "stddev_pop": [ - 3119 + "is_active": [ + 3 ], - "stddev_samp": [ - 3121 + "message": [ + 78 ], - "sum": [ - 3125 + "title": [ + 78 ], - "var_pop": [ - 3129 + "type": [ + 1002 ], - "var_samp": [ - 3131 + "updated_at": [ + 4004 ], - "variance": [ - 3133 + "__typename": [ + 78 + ] + }, + "system_alerts_aggregate": { + "aggregate": [ + 3653 + ], + "nodes": [ + 3651 ], "__typename": [ - 79 + 78 ] }, - "servers_aggregate_order_by": { + "system_alerts_aggregate_fields": { "avg": [ - 3099 + 3654 ], "count": [ - 2020 + 38, + { + "columns": [ + 3665, + "[system_alerts_select_column!]" + ], + "distinct": [ + 3 + ] + } ], "max": [ - 3105 + 3659 ], "min": [ - 3107 + 3660 ], "stddev": [ - 3118 + 3667 ], "stddev_pop": [ - 3120 + 3668 ], "stddev_samp": [ - 3122 + 3669 ], "sum": [ - 3126 + 3672 ], "var_pop": [ - 3130 + 3675 ], "var_samp": [ - 3132 + 3676 ], "variance": [ - 3134 - ], - "__typename": [ - 79 - ] - }, - "servers_arr_rel_insert_input": { - "data": [ - 3103 - ], - "on_conflict": [ - 3110 + 3677 ], "__typename": [ - 79 + 78 ] }, - "servers_avg_fields": { - "max_players": [ - 29 - ], - "port": [ - 29 - ], - "tv_port": [ + "system_alerts_avg_fields": { + "created_by": [ 29 ], "__typename": [ - 79 - ] - }, - "servers_avg_order_by": { - "max_players": [ - 2020 - ], - "port": [ - 2020 - ], - "tv_port": [ - 2020 - ], - "__typename": [ - 79 + 78 ] }, - "servers_bool_exp": { + "system_alerts_bool_exp": { "_and": [ - 3100 + 3655 ], "_not": [ - 3100 + 3655 ], "_or": [ - 3100 - ], - "api_password": [ - 3957 - ], - "boot_status": [ - 81 - ], - "boot_status_detail": [ - 81 - ], - "connect_password": [ - 81 - ], - "connected": [ - 4 - ], - "connection_link": [ - 81 + 3655 ], - "connection_string": [ - 81 + "created_at": [ + 4005 ], - "current_match": [ - 1844 + "created_by": [ + 182 ], - "enabled": [ + "dismissible": [ 4 ], - "game": [ - 81 - ], - "game_server_node": [ - 1134 - ], - "game_server_node_id": [ - 81 - ], - "host": [ - 81 + "expires_at": [ + 4005 ], "id": [ - 3957 - ], - "is_dedicated": [ - 4 - ], - "label": [ - 81 - ], - "matches": [ - 1844 - ], - "matches_aggregate": [ - 1837 - ], - "max_players": [ - 39 - ], - "offline_at": [ - 3559 - ], - "plugin_version": [ - 81 - ], - "port": [ - 39 - ], - "rcon_password": [ - 182 + 4444 ], - "rcon_status": [ + "is_active": [ 4 ], - "region": [ - 81 - ], - "reserved_by_match_id": [ - 3957 - ], - "server_region": [ - 3066 - ], - "steam_relay": [ - 81 + "message": [ + 80 ], - "tv_port": [ - 39 + "title": [ + 80 ], "type": [ - 876 + 1003 ], "updated_at": [ - 3559 + 4005 ], "__typename": [ - 79 + 78 ] }, - "servers_constraint": {}, - "servers_inc_input": { - "max_players": [ - 38 - ], - "port": [ - 38 - ], - "tv_port": [ - 38 + "system_alerts_constraint": {}, + "system_alerts_inc_input": { + "created_by": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "servers_insert_input": { - "api_password": [ - 3955 - ], - "boot_status": [ - 79 - ], - "boot_status_detail": [ - 79 - ], - "connect_password": [ - 79 - ], - "connected": [ - 3 + "system_alerts_insert_input": { + "created_at": [ + 4004 ], - "current_match": [ - 1853 + "created_by": [ + 180 ], - "enabled": [ + "dismissible": [ 3 ], - "game": [ - 79 - ], - "game_server_node": [ - 1146 - ], - "game_server_node_id": [ - 79 - ], - "host": [ - 79 + "expires_at": [ + 4004 ], "id": [ - 3955 - ], - "is_dedicated": [ - 3 - ], - "label": [ - 79 - ], - "matches": [ - 1841 - ], - "max_players": [ - 38 - ], - "offline_at": [ - 3558 - ], - "plugin_version": [ - 79 - ], - "port": [ - 38 - ], - "rcon_password": [ - 181 + 4442 ], - "rcon_status": [ + "is_active": [ 3 ], - "region": [ - 79 - ], - "reserved_by_match_id": [ - 3955 - ], - "server_region": [ - 3072 - ], - "steam_relay": [ - 79 + "message": [ + 78 ], - "tv_port": [ - 38 + "title": [ + 78 ], "type": [ - 875 + 1002 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, - "servers_max_fields": { - "api_password": [ - 3955 - ], - "boot_status": [ - 79 - ], - "boot_status_detail": [ - 79 - ], - "connect_password": [ - 79 - ], - "connection_link": [ - 79 - ], - "connection_string": [ - 79 - ], - "game": [ - 79 + "system_alerts_max_fields": { + "created_at": [ + 4004 ], - "game_server_node_id": [ - 79 + "created_by": [ + 180 ], - "host": [ - 79 + "expires_at": [ + 4004 ], "id": [ - 3955 - ], - "label": [ - 79 - ], - "max_players": [ - 38 - ], - "offline_at": [ - 3558 - ], - "plugin_version": [ - 79 - ], - "port": [ - 38 - ], - "region": [ - 79 - ], - "reserved_by_match_id": [ - 3955 + 4442 ], - "steam_relay": [ - 79 + "message": [ + 78 ], - "tv_port": [ - 38 + "title": [ + 78 ], "updated_at": [ - 3558 + 4004 ], "__typename": [ - 79 + 78 ] }, - "servers_max_order_by": { - "api_password": [ - 2020 - ], - "boot_status": [ - 2020 - ], - "boot_status_detail": [ - 2020 - ], - "connect_password": [ - 2020 - ], - "game": [ - 2020 + "system_alerts_min_fields": { + "created_at": [ + 4004 ], - "game_server_node_id": [ - 2020 + "created_by": [ + 180 ], - "host": [ - 2020 + "expires_at": [ + 4004 ], "id": [ - 2020 - ], - "label": [ - 2020 - ], - "max_players": [ - 2020 - ], - "offline_at": [ - 2020 - ], - "plugin_version": [ - 2020 - ], - "port": [ - 2020 - ], - "region": [ - 2020 - ], - "reserved_by_match_id": [ - 2020 + 4442 ], - "steam_relay": [ - 2020 + "message": [ + 78 ], - "tv_port": [ - 2020 + "title": [ + 78 ], "updated_at": [ - 2020 + 4004 ], "__typename": [ - 79 + 78 ] }, - "servers_min_fields": { - "api_password": [ - 3955 + "system_alerts_mutation_response": { + "affected_rows": [ + 38 ], - "boot_status": [ - 79 + "returning": [ + 3651 ], - "boot_status_detail": [ - 79 + "__typename": [ + 78 + ] + }, + "system_alerts_on_conflict": { + "constraint": [ + 3656 ], - "connect_password": [ - 79 + "update_columns": [ + 3673 ], - "connection_link": [ - 79 + "where": [ + 3655 ], - "connection_string": [ - 79 + "__typename": [ + 78 + ] + }, + "system_alerts_order_by": { + "created_at": [ + 2461 ], - "game": [ - 79 + "created_by": [ + 2461 ], - "game_server_node_id": [ - 79 + "dismissible": [ + 2461 ], - "host": [ - 79 + "expires_at": [ + 2461 ], "id": [ - 3955 - ], - "label": [ - 79 - ], - "max_players": [ - 38 - ], - "offline_at": [ - 3558 - ], - "plugin_version": [ - 79 - ], - "port": [ - 38 + 2461 ], - "region": [ - 79 + "is_active": [ + 2461 ], - "reserved_by_match_id": [ - 3955 + "message": [ + 2461 ], - "steam_relay": [ - 79 + "title": [ + 2461 ], - "tv_port": [ - 38 + "type": [ + 2461 ], "updated_at": [ - 3558 + 2461 ], "__typename": [ - 79 + 78 ] }, - "servers_min_order_by": { - "api_password": [ - 2020 - ], - "boot_status": [ - 2020 - ], - "boot_status_detail": [ - 2020 - ], - "connect_password": [ - 2020 - ], - "game": [ - 2020 - ], - "game_server_node_id": [ - 2020 - ], - "host": [ - 2020 - ], + "system_alerts_pk_columns_input": { "id": [ - 2020 + 4442 ], - "label": [ - 2020 + "__typename": [ + 78 + ] + }, + "system_alerts_select_column": {}, + "system_alerts_set_input": { + "created_at": [ + 4004 ], - "max_players": [ - 2020 + "created_by": [ + 180 ], - "offline_at": [ - 2020 + "dismissible": [ + 3 ], - "plugin_version": [ - 2020 + "expires_at": [ + 4004 ], - "port": [ - 2020 + "id": [ + 4442 ], - "region": [ - 2020 + "is_active": [ + 3 ], - "reserved_by_match_id": [ - 2020 + "message": [ + 78 ], - "steam_relay": [ - 2020 + "title": [ + 78 ], - "tv_port": [ - 2020 + "type": [ + 1002 ], "updated_at": [ - 2020 + 4004 ], "__typename": [ - 79 + 78 ] }, - "servers_mutation_response": { - "affected_rows": [ - 38 - ], - "returning": [ - 3089 + "system_alerts_stddev_fields": { + "created_by": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "servers_obj_rel_insert_input": { - "data": [ - 3103 - ], - "on_conflict": [ - 3110 + "system_alerts_stddev_pop_fields": { + "created_by": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "servers_on_conflict": { - "constraint": [ - 3101 - ], - "update_columns": [ - 3127 - ], - "where": [ - 3100 + "system_alerts_stddev_samp_fields": { + "created_by": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "servers_order_by": { - "api_password": [ - 2020 - ], - "boot_status": [ - 2020 + "system_alerts_stream_cursor_input": { + "initial_value": [ + 3671 ], - "boot_status_detail": [ - 2020 + "ordering": [ + 236 ], - "connect_password": [ - 2020 + "__typename": [ + 78 + ] + }, + "system_alerts_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "connected": [ - 2020 + "created_by": [ + 180 ], - "connection_link": [ - 2020 + "dismissible": [ + 3 ], - "connection_string": [ - 2020 + "expires_at": [ + 4004 ], - "current_match": [ - 1855 + "id": [ + 4442 ], - "enabled": [ - 2020 + "is_active": [ + 3 ], - "game": [ - 2020 + "message": [ + 78 ], - "game_server_node": [ - 1148 + "title": [ + 78 ], - "game_server_node_id": [ - 2020 + "type": [ + 1002 ], - "host": [ - 2020 + "updated_at": [ + 4004 ], - "id": [ - 2020 + "__typename": [ + 78 + ] + }, + "system_alerts_sum_fields": { + "created_by": [ + 180 ], - "is_dedicated": [ - 2020 + "__typename": [ + 78 + ] + }, + "system_alerts_update_column": {}, + "system_alerts_updates": { + "_inc": [ + 3657 ], - "label": [ - 2020 + "_set": [ + 3666 ], - "matches_aggregate": [ - 1840 + "where": [ + 3655 ], - "max_players": [ - 2020 + "__typename": [ + 78 + ] + }, + "system_alerts_var_pop_fields": { + "created_by": [ + 29 ], - "offline_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "system_alerts_var_samp_fields": { + "created_by": [ + 29 ], - "plugin_version": [ - 2020 + "__typename": [ + 78 + ] + }, + "system_alerts_variance_fields": { + "created_by": [ + 29 ], - "port": [ - 2020 + "__typename": [ + 78 + ] + }, + "team_invites": { + "created_at": [ + 4004 ], - "rcon_password": [ - 2020 + "id": [ + 4442 ], - "rcon_status": [ - 2020 + "invited_by": [ + 3419 ], - "region": [ - 2020 + "invited_by_player_steam_id": [ + 180 ], - "reserved_by_match_id": [ - 2020 + "player": [ + 3419 ], - "server_region": [ - 3074 + "steam_id": [ + 180 ], - "steam_relay": [ - 2020 + "team": [ + 3961 ], - "tv_port": [ - 2020 + "team_id": [ + 4442 ], - "type": [ - 2020 + "__typename": [ + 78 + ] + }, + "team_invites_aggregate": { + "aggregate": [ + 3682 ], - "updated_at": [ - 2020 + "nodes": [ + 3678 ], "__typename": [ - 79 + 78 ] }, - "servers_pk_columns_input": { - "id": [ - 3955 + "team_invites_aggregate_bool_exp": { + "count": [ + 3681 ], "__typename": [ - 79 + 78 ] }, - "servers_select_column": {}, - "servers_select_column_servers_aggregate_bool_exp_bool_and_arguments_columns": {}, - "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, - "servers_set_input": { - "api_password": [ - 3955 - ], - "boot_status": [ - 79 + "team_invites_aggregate_bool_exp_count": { + "arguments": [ + 3699 ], - "boot_status_detail": [ - 79 + "distinct": [ + 3 ], - "connect_password": [ - 79 + "filter": [ + 3687 ], - "connected": [ - 3 + "predicate": [ + 39 ], - "enabled": [ - 3 + "__typename": [ + 78 + ] + }, + "team_invites_aggregate_fields": { + "avg": [ + 3685 ], - "game": [ - 79 + "count": [ + 38, + { + "columns": [ + 3699, + "[team_invites_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "game_server_node_id": [ - 79 + "max": [ + 3691 ], - "host": [ - 79 + "min": [ + 3693 ], - "id": [ - 3955 + "stddev": [ + 3701 ], - "is_dedicated": [ - 3 + "stddev_pop": [ + 3703 ], - "label": [ - 79 + "stddev_samp": [ + 3705 ], - "max_players": [ - 38 + "sum": [ + 3709 ], - "offline_at": [ - 3558 + "var_pop": [ + 3713 ], - "plugin_version": [ - 79 + "var_samp": [ + 3715 ], - "port": [ - 38 + "variance": [ + 3717 ], - "rcon_password": [ - 181 + "__typename": [ + 78 + ] + }, + "team_invites_aggregate_order_by": { + "avg": [ + 3686 ], - "rcon_status": [ - 3 + "count": [ + 2461 ], - "region": [ - 79 + "max": [ + 3692 ], - "reserved_by_match_id": [ - 3955 + "min": [ + 3694 ], - "steam_relay": [ - 79 + "stddev": [ + 3702 ], - "tv_port": [ - 38 + "stddev_pop": [ + 3704 ], - "type": [ - 875 + "stddev_samp": [ + 3706 ], - "updated_at": [ - 3558 + "sum": [ + 3710 ], - "__typename": [ - 79 - ] - }, - "servers_stddev_fields": { - "max_players": [ - 29 + "var_pop": [ + 3714 ], - "port": [ - 29 + "var_samp": [ + 3716 ], - "tv_port": [ - 29 + "variance": [ + 3718 ], "__typename": [ - 79 + 78 ] }, - "servers_stddev_order_by": { - "max_players": [ - 2020 - ], - "port": [ - 2020 + "team_invites_arr_rel_insert_input": { + "data": [ + 3690 ], - "tv_port": [ - 2020 + "on_conflict": [ + 3696 ], "__typename": [ - 79 + 78 ] }, - "servers_stddev_pop_fields": { - "max_players": [ - 29 - ], - "port": [ + "team_invites_avg_fields": { + "invited_by_player_steam_id": [ 29 ], - "tv_port": [ + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "servers_stddev_pop_order_by": { - "max_players": [ - 2020 - ], - "port": [ - 2020 + "team_invites_avg_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "tv_port": [ - 2020 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "servers_stddev_samp_fields": { - "max_players": [ - 29 + "team_invites_bool_exp": { + "_and": [ + 3687 ], - "port": [ - 29 + "_not": [ + 3687 ], - "tv_port": [ - 29 + "_or": [ + 3687 ], - "__typename": [ - 79 - ] - }, - "servers_stddev_samp_order_by": { - "max_players": [ - 2020 + "created_at": [ + 4005 ], - "port": [ - 2020 + "id": [ + 4444 ], - "tv_port": [ - 2020 + "invited_by": [ + 3423 + ], + "invited_by_player_steam_id": [ + 182 + ], + "player": [ + 3423 + ], + "steam_id": [ + 182 + ], + "team": [ + 3970 + ], + "team_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "servers_stream_cursor_input": { - "initial_value": [ - 3124 + "team_invites_constraint": {}, + "team_invites_inc_input": { + "invited_by_player_steam_id": [ + 180 ], - "ordering": [ - 233 + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "servers_stream_cursor_value_input": { - "api_password": [ - 3955 + "team_invites_insert_input": { + "created_at": [ + 4004 ], - "boot_status": [ - 79 + "id": [ + 4442 ], - "boot_status_detail": [ - 79 + "invited_by": [ + 3430 ], - "connect_password": [ - 79 + "invited_by_player_steam_id": [ + 180 ], - "connected": [ - 3 + "player": [ + 3430 ], - "enabled": [ - 3 + "steam_id": [ + 180 ], - "game": [ - 79 + "team": [ + 3979 ], - "game_server_node_id": [ - 79 + "team_id": [ + 4442 ], - "host": [ - 79 + "__typename": [ + 78 + ] + }, + "team_invites_max_fields": { + "created_at": [ + 4004 ], "id": [ - 3955 - ], - "is_dedicated": [ - 3 + 4442 ], - "label": [ - 79 + "invited_by_player_steam_id": [ + 180 ], - "max_players": [ - 38 + "steam_id": [ + 180 ], - "offline_at": [ - 3558 + "team_id": [ + 4442 ], - "plugin_version": [ - 79 + "__typename": [ + 78 + ] + }, + "team_invites_max_order_by": { + "created_at": [ + 2461 ], - "port": [ - 38 + "id": [ + 2461 ], - "rcon_password": [ - 181 + "invited_by_player_steam_id": [ + 2461 ], - "rcon_status": [ - 3 + "steam_id": [ + 2461 ], - "region": [ - 79 + "team_id": [ + 2461 ], - "reserved_by_match_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "team_invites_min_fields": { + "created_at": [ + 4004 ], - "steam_relay": [ - 79 + "id": [ + 4442 ], - "tv_port": [ - 38 + "invited_by_player_steam_id": [ + 180 ], - "type": [ - 875 + "steam_id": [ + 180 ], - "updated_at": [ - 3558 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "servers_sum_fields": { - "max_players": [ - 38 + "team_invites_min_order_by": { + "created_at": [ + 2461 ], - "port": [ - 38 + "id": [ + 2461 ], - "tv_port": [ - 38 + "invited_by_player_steam_id": [ + 2461 + ], + "steam_id": [ + 2461 + ], + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "servers_sum_order_by": { - "max_players": [ - 2020 - ], - "port": [ - 2020 + "team_invites_mutation_response": { + "affected_rows": [ + 38 ], - "tv_port": [ - 2020 + "returning": [ + 3678 ], "__typename": [ - 79 + 78 ] }, - "servers_update_column": {}, - "servers_updates": { - "_inc": [ - 3102 + "team_invites_on_conflict": { + "constraint": [ + 3688 ], - "_set": [ - 3116 + "update_columns": [ + 3711 ], "where": [ - 3100 + 3687 ], "__typename": [ - 79 + 78 ] }, - "servers_var_pop_fields": { - "max_players": [ - 29 + "team_invites_order_by": { + "created_at": [ + 2461 ], - "port": [ - 29 + "id": [ + 2461 ], - "tv_port": [ - 29 + "invited_by": [ + 3432 ], - "__typename": [ - 79 - ] - }, - "servers_var_pop_order_by": { - "max_players": [ - 2020 + "invited_by_player_steam_id": [ + 2461 ], - "port": [ - 2020 + "player": [ + 3432 ], - "tv_port": [ - 2020 + "steam_id": [ + 2461 + ], + "team": [ + 3981 + ], + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "servers_var_samp_fields": { - "max_players": [ - 29 - ], - "port": [ - 29 - ], - "tv_port": [ - 29 + "team_invites_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "servers_var_samp_order_by": { - "max_players": [ - 2020 + "team_invites_select_column": {}, + "team_invites_set_input": { + "created_at": [ + 4004 ], - "port": [ - 2020 + "id": [ + 4442 ], - "tv_port": [ - 2020 + "invited_by_player_steam_id": [ + 180 + ], + "steam_id": [ + 180 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "servers_variance_fields": { - "max_players": [ - 29 - ], - "port": [ + "team_invites_stddev_fields": { + "invited_by_player_steam_id": [ 29 ], - "tv_port": [ + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "servers_variance_order_by": { - "max_players": [ - 2020 - ], - "port": [ - 2020 + "team_invites_stddev_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "tv_port": [ - 2020 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "settings": { - "name": [ - 79 + "team_invites_stddev_pop_fields": { + "invited_by_player_steam_id": [ + 29 ], - "value": [ - 79 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "settings_aggregate": { - "aggregate": [ - 3137 + "team_invites_stddev_pop_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "nodes": [ - 3135 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "settings_aggregate_fields": { - "count": [ - 38, - { - "columns": [ - 3147, - "[settings_select_column!]" - ], - "distinct": [ - 3 - ] - } - ], - "max": [ - 3141 + "team_invites_stddev_samp_fields": { + "invited_by_player_steam_id": [ + 29 ], - "min": [ - 3142 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "settings_bool_exp": { - "_and": [ - 3138 - ], - "_not": [ - 3138 - ], - "_or": [ - 3138 - ], - "name": [ - 81 + "team_invites_stddev_samp_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "value": [ - 81 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "settings_constraint": {}, - "settings_insert_input": { - "name": [ - 79 + "team_invites_stream_cursor_input": { + "initial_value": [ + 3708 ], - "value": [ - 79 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "settings_max_fields": { - "name": [ - 79 + "team_invites_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "value": [ - 79 + "id": [ + 4442 + ], + "invited_by_player_steam_id": [ + 180 + ], + "steam_id": [ + 180 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "settings_min_fields": { - "name": [ - 79 + "team_invites_sum_fields": { + "invited_by_player_steam_id": [ + 180 ], - "value": [ - 79 + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "settings_mutation_response": { - "affected_rows": [ - 38 + "team_invites_sum_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "returning": [ - 3135 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "settings_on_conflict": { - "constraint": [ - 3139 + "team_invites_update_column": {}, + "team_invites_updates": { + "_inc": [ + 3689 ], - "update_columns": [ - 3151 + "_set": [ + 3700 ], "where": [ - 3138 + 3687 ], "__typename": [ - 79 + 78 ] }, - "settings_order_by": { - "name": [ - 2020 + "team_invites_var_pop_fields": { + "invited_by_player_steam_id": [ + 29 ], - "value": [ - 2020 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "settings_pk_columns_input": { - "name": [ - 79 + "team_invites_var_pop_order_by": { + "invited_by_player_steam_id": [ + 2461 + ], + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "settings_select_column": {}, - "settings_set_input": { - "name": [ - 79 + "team_invites_var_samp_fields": { + "invited_by_player_steam_id": [ + 29 ], - "value": [ - 79 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "settings_stream_cursor_input": { - "initial_value": [ - 3150 + "team_invites_var_samp_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "ordering": [ - 233 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "settings_stream_cursor_value_input": { - "name": [ - 79 + "team_invites_variance_fields": { + "invited_by_player_steam_id": [ + 29 ], - "value": [ - 79 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "settings_update_column": {}, - "settings_updates": { - "_set": [ - 3148 + "team_invites_variance_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "where": [ - 3138 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims": { - "created_at": [ - 3558 + "team_roster": { + "coach": [ + 3 ], - "id": [ - 3955 + "player": [ + 3419 ], - "k8s_job_name": [ - 79 + "player_steam_id": [ + 180 ], - "node": [ - 1122 + "role": [ + 1022 ], - "node_id": [ - 79 + "roster_image_url": [ + 78 ], - "purpose": [ - 79 + "status": [ + 1043 ], - "steam_account": [ - 3177 + "team": [ + 3961 ], - "steam_account_id": [ - 3955 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_aggregate": { + "team_roster_aggregate": { "aggregate": [ - 3157 + 3725 ], "nodes": [ - 3153 + 3719 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_aggregate_bool_exp": { + "team_roster_aggregate_bool_exp": { + "bool_and": [ + 3722 + ], + "bool_or": [ + 3723 + ], "count": [ - 3156 + 3724 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_aggregate_bool_exp_count": { + "team_roster_aggregate_bool_exp_bool_and": { "arguments": [ - 3171 + 3743 ], "distinct": [ 3 ], "filter": [ - 3160 + 3730 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "team_roster_aggregate_bool_exp_bool_or": { + "arguments": [ + 3744 + ], + "distinct": [ + 3 + ], + "filter": [ + 3730 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "team_roster_aggregate_bool_exp_count": { + "arguments": [ + 3742 + ], + "distinct": [ + 3 + ], + "filter": [ + 3730 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_aggregate_fields": { + "team_roster_aggregate_fields": { + "avg": [ + 3728 + ], "count": [ 38, { "columns": [ - 3171, - "[steam_account_claims_select_column!]" + 3742, + "[team_roster_select_column!]" ], "distinct": [ 3 @@ -78199,435 +88940,538 @@ export default { } ], "max": [ - 3163 + 3734 ], "min": [ - 3165 + 3736 + ], + "stddev": [ + 3746 + ], + "stddev_pop": [ + 3748 + ], + "stddev_samp": [ + 3750 + ], + "sum": [ + 3754 + ], + "var_pop": [ + 3758 + ], + "var_samp": [ + 3760 + ], + "variance": [ + 3762 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_aggregate_order_by": { + "team_roster_aggregate_order_by": { + "avg": [ + 3729 + ], "count": [ - 2020 + 2461 ], "max": [ - 3164 + 3735 ], "min": [ - 3166 + 3737 + ], + "stddev": [ + 3747 + ], + "stddev_pop": [ + 3749 + ], + "stddev_samp": [ + 3751 + ], + "sum": [ + 3755 + ], + "var_pop": [ + 3759 + ], + "var_samp": [ + 3761 + ], + "variance": [ + 3763 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_arr_rel_insert_input": { + "team_roster_arr_rel_insert_input": { "data": [ - 3162 + 3733 ], "on_conflict": [ - 3168 + 3739 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_bool_exp": { + "team_roster_avg_fields": { + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "team_roster_avg_order_by": { + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "team_roster_bool_exp": { "_and": [ - 3160 + 3730 ], "_not": [ - 3160 + 3730 ], "_or": [ - 3160 + 3730 ], - "created_at": [ - 3559 + "coach": [ + 4 ], - "id": [ - 3957 + "player": [ + 3423 ], - "k8s_job_name": [ - 81 + "player_steam_id": [ + 182 ], - "node": [ - 1134 + "role": [ + 1023 ], - "node_id": [ - 81 + "roster_image_url": [ + 80 ], - "purpose": [ - 81 + "status": [ + 1044 ], - "steam_account": [ - 3181 + "team": [ + 3970 ], - "steam_account_id": [ - 3957 + "team_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_constraint": {}, - "steam_account_claims_insert_input": { - "created_at": [ - 3558 + "team_roster_constraint": {}, + "team_roster_inc_input": { + "player_steam_id": [ + 180 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "team_roster_insert_input": { + "coach": [ + 3 ], - "k8s_job_name": [ - 79 + "player": [ + 3430 ], - "node": [ - 1146 + "player_steam_id": [ + 180 ], - "node_id": [ - 79 + "role": [ + 1022 ], - "purpose": [ - 79 + "roster_image_url": [ + 78 ], - "steam_account": [ - 3188 + "status": [ + 1043 ], - "steam_account_id": [ - 3955 + "team": [ + 3979 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_max_fields": { - "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "k8s_job_name": [ - 79 - ], - "node_id": [ - 79 + "team_roster_max_fields": { + "player_steam_id": [ + 180 ], - "purpose": [ - 79 + "roster_image_url": [ + 78 ], - "steam_account_id": [ - 3955 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_max_order_by": { - "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "k8s_job_name": [ - 2020 - ], - "node_id": [ - 2020 + "team_roster_max_order_by": { + "player_steam_id": [ + 2461 ], - "purpose": [ - 2020 + "roster_image_url": [ + 2461 ], - "steam_account_id": [ - 2020 + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_min_fields": { - "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "k8s_job_name": [ - 79 - ], - "node_id": [ - 79 + "team_roster_min_fields": { + "player_steam_id": [ + 180 ], - "purpose": [ - 79 + "roster_image_url": [ + 78 ], - "steam_account_id": [ - 3955 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_min_order_by": { - "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "k8s_job_name": [ - 2020 - ], - "node_id": [ - 2020 + "team_roster_min_order_by": { + "player_steam_id": [ + 2461 ], - "purpose": [ - 2020 + "roster_image_url": [ + 2461 ], - "steam_account_id": [ - 2020 + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_mutation_response": { + "team_roster_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3153 + 3719 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_on_conflict": { + "team_roster_on_conflict": { "constraint": [ - 3161 + 3731 ], "update_columns": [ - 3175 + 3756 ], "where": [ - 3160 + 3730 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_order_by": { - "created_at": [ - 2020 + "team_roster_order_by": { + "coach": [ + 2461 ], - "id": [ - 2020 + "player": [ + 3432 ], - "k8s_job_name": [ - 2020 + "player_steam_id": [ + 2461 ], - "node": [ - 1148 + "role": [ + 2461 ], - "node_id": [ - 2020 + "roster_image_url": [ + 2461 ], - "purpose": [ - 2020 + "status": [ + 2461 ], - "steam_account": [ - 3190 + "team": [ + 3981 ], - "steam_account_id": [ - 2020 + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_pk_columns_input": { - "id": [ - 3955 + "team_roster_pk_columns_input": { + "player_steam_id": [ + 180 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_select_column": {}, - "steam_account_claims_set_input": { - "created_at": [ - 3558 + "team_roster_select_column": {}, + "team_roster_select_column_team_roster_aggregate_bool_exp_bool_and_arguments_columns": {}, + "team_roster_select_column_team_roster_aggregate_bool_exp_bool_or_arguments_columns": {}, + "team_roster_set_input": { + "coach": [ + 3 ], - "id": [ - 3955 + "player_steam_id": [ + 180 ], - "k8s_job_name": [ - 79 + "role": [ + 1022 ], - "node_id": [ - 79 + "roster_image_url": [ + 78 ], - "purpose": [ - 79 + "status": [ + 1043 ], - "steam_account_id": [ - 3955 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_stream_cursor_input": { + "team_roster_stddev_fields": { + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "team_roster_stddev_order_by": { + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "team_roster_stddev_pop_fields": { + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "team_roster_stddev_pop_order_by": { + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "team_roster_stddev_samp_fields": { + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "team_roster_stddev_samp_order_by": { + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "team_roster_stream_cursor_input": { "initial_value": [ - 3174 + 3753 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_stream_cursor_value_input": { - "created_at": [ - 3558 + "team_roster_stream_cursor_value_input": { + "coach": [ + 3 ], - "id": [ - 3955 + "player_steam_id": [ + 180 ], - "k8s_job_name": [ - 79 + "role": [ + 1022 ], - "node_id": [ - 79 + "roster_image_url": [ + 78 ], - "purpose": [ - 79 + "status": [ + 1043 ], - "steam_account_id": [ - 3955 + "team_id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "team_roster_sum_fields": { + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "team_roster_sum_order_by": { + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "team_roster_update_column": {}, + "team_roster_updates": { + "_inc": [ + 3732 + ], + "_set": [ + 3745 + ], + "where": [ + 3730 + ], + "__typename": [ + 78 + ] + }, + "team_roster_var_pop_fields": { + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "team_roster_var_pop_order_by": { + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "steam_account_claims_update_column": {}, - "steam_account_claims_updates": { - "_set": [ - 3172 + "team_roster_var_samp_fields": { + "player_steam_id": [ + 29 ], - "where": [ - 3160 + "__typename": [ + 78 + ] + }, + "team_roster_var_samp_order_by": { + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts": { - "claims": [ - 3153, - { - "distinct_on": [ - 3171, - "[steam_account_claims_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3169, - "[steam_account_claims_order_by!]" - ], - "where": [ - 3160 - ] - } + "team_roster_variance_fields": { + "player_steam_id": [ + 29 ], - "claims_aggregate": [ - 3154, - { - "distinct_on": [ - 3171, - "[steam_account_claims_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3169, - "[steam_account_claims_order_by!]" - ], - "where": [ - 3160 - ] - } + "__typename": [ + 78 + ] + }, + "team_roster_variance_order_by": { + "player_steam_id": [ + 2461 ], + "__typename": [ + 78 + ] + }, + "team_scrim_alerts": { "created_at": [ - 3558 + 4004 ], - "friend_capacity": [ + "elo_max": [ 38 ], - "id": [ - 3955 - ], - "last_node": [ - 1122 - ], - "last_node_id": [ - 79 + "elo_min": [ + 38 ], - "password": [ - 79 + "enabled": [ + 3 ], - "role": [ - 79 + "id": [ + 4442 ], - "steam_level": [ - 38 + "last_notified_at": [ + 4004 ], - "steamid64": [ - 178 + "regions": [ + 78 ], - "updated_at": [ - 3558 + "team": [ + 3961 ], - "username": [ - 79 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_aggregate": { + "team_scrim_alerts_aggregate": { "aggregate": [ - 3179 + 3766 ], "nodes": [ - 3177 + 3764 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_aggregate_fields": { + "team_scrim_alerts_aggregate_fields": { "avg": [ - 3180 + 3767 ], "count": [ 38, { "columns": [ - 3192, - "[steam_accounts_select_column!]" + 3778, + "[team_scrim_alerts_select_column!]" ], "distinct": [ 3 @@ -78635,565 +89479,520 @@ export default { } ], "max": [ - 3185 + 3772 ], "min": [ - 3186 + 3773 ], "stddev": [ - 3194 + 3780 ], "stddev_pop": [ - 3195 + 3781 ], "stddev_samp": [ - 3196 + 3782 ], "sum": [ - 3199 + 3785 ], "var_pop": [ - 3202 + 3788 ], "var_samp": [ - 3203 + 3789 ], "variance": [ - 3204 + 3790 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_avg_fields": { - "friend_capacity": [ - 29 - ], - "steam_level": [ + "team_scrim_alerts_avg_fields": { + "elo_max": [ 29 ], - "steamid64": [ + "elo_min": [ 29 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_bool_exp": { + "team_scrim_alerts_bool_exp": { "_and": [ - 3181 + 3768 ], "_not": [ - 3181 + 3768 ], "_or": [ - 3181 - ], - "claims": [ - 3160 - ], - "claims_aggregate": [ - 3155 + 3768 ], "created_at": [ - 3559 + 4005 ], - "friend_capacity": [ + "elo_max": [ 39 ], - "id": [ - 3957 - ], - "last_node": [ - 1134 - ], - "last_node_id": [ - 81 + "elo_min": [ + 39 ], - "password": [ - 81 + "enabled": [ + 4 ], - "role": [ - 81 + "id": [ + 4444 ], - "steam_level": [ - 39 + "last_notified_at": [ + 4005 ], - "steamid64": [ - 180 + "regions": [ + 79 ], - "updated_at": [ - 3559 + "team": [ + 3970 ], - "username": [ - 81 + "team_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_constraint": {}, - "steam_accounts_inc_input": { - "friend_capacity": [ + "team_scrim_alerts_constraint": {}, + "team_scrim_alerts_inc_input": { + "elo_max": [ 38 ], - "steam_level": [ + "elo_min": [ 38 ], - "steamid64": [ - 178 - ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_insert_input": { - "claims": [ - 3159 - ], + "team_scrim_alerts_insert_input": { "created_at": [ - 3558 + 4004 ], - "friend_capacity": [ + "elo_max": [ 38 ], - "id": [ - 3955 - ], - "last_node": [ - 1146 - ], - "last_node_id": [ - 79 + "elo_min": [ + 38 ], - "password": [ - 79 + "enabled": [ + 3 ], - "role": [ - 79 + "id": [ + 4442 ], - "steam_level": [ - 38 + "last_notified_at": [ + 4004 ], - "steamid64": [ - 178 + "regions": [ + 78 ], - "updated_at": [ - 3558 + "team": [ + 3979 ], - "username": [ - 79 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_max_fields": { + "team_scrim_alerts_max_fields": { "created_at": [ - 3558 + 4004 ], - "friend_capacity": [ + "elo_max": [ 38 ], - "id": [ - 3955 - ], - "last_node_id": [ - 79 - ], - "password": [ - 79 - ], - "role": [ - 79 - ], - "steam_level": [ + "elo_min": [ 38 ], - "steamid64": [ - 178 + "id": [ + 4442 ], - "updated_at": [ - 3558 + "last_notified_at": [ + 4004 ], - "username": [ - 79 + "regions": [ + 78 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_min_fields": { + "team_scrim_alerts_min_fields": { "created_at": [ - 3558 + 4004 ], - "friend_capacity": [ + "elo_max": [ 38 ], - "id": [ - 3955 - ], - "last_node_id": [ - 79 - ], - "password": [ - 79 - ], - "role": [ - 79 - ], - "steam_level": [ + "elo_min": [ 38 ], - "steamid64": [ - 178 + "id": [ + 4442 ], - "updated_at": [ - 3558 + "last_notified_at": [ + 4004 ], - "username": [ - 79 + "regions": [ + 78 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_mutation_response": { + "team_scrim_alerts_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3177 - ], - "__typename": [ - 79 - ] - }, - "steam_accounts_obj_rel_insert_input": { - "data": [ - 3184 - ], - "on_conflict": [ - 3189 + 3764 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_on_conflict": { + "team_scrim_alerts_on_conflict": { "constraint": [ - 3182 + 3769 ], "update_columns": [ - 3200 + 3786 ], "where": [ - 3181 + 3768 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_order_by": { - "claims_aggregate": [ - 3158 - ], + "team_scrim_alerts_order_by": { "created_at": [ - 2020 - ], - "friend_capacity": [ - 2020 - ], - "id": [ - 2020 + 2461 ], - "last_node": [ - 1148 + "elo_max": [ + 2461 ], - "last_node_id": [ - 2020 + "elo_min": [ + 2461 ], - "password": [ - 2020 + "enabled": [ + 2461 ], - "role": [ - 2020 + "id": [ + 2461 ], - "steam_level": [ - 2020 + "last_notified_at": [ + 2461 ], - "steamid64": [ - 2020 + "regions": [ + 2461 ], - "updated_at": [ - 2020 + "team": [ + 3981 ], - "username": [ - 2020 + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_pk_columns_input": { + "team_scrim_alerts_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_select_column": {}, - "steam_accounts_set_input": { + "team_scrim_alerts_select_column": {}, + "team_scrim_alerts_set_input": { "created_at": [ - 3558 + 4004 ], - "friend_capacity": [ + "elo_max": [ 38 ], - "id": [ - 3955 - ], - "last_node_id": [ - 79 - ], - "password": [ - 79 + "elo_min": [ + 38 ], - "role": [ - 79 + "enabled": [ + 3 ], - "steam_level": [ - 38 + "id": [ + 4442 ], - "steamid64": [ - 178 + "last_notified_at": [ + 4004 ], - "updated_at": [ - 3558 + "regions": [ + 78 ], - "username": [ - 79 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_stddev_fields": { - "friend_capacity": [ - 29 - ], - "steam_level": [ + "team_scrim_alerts_stddev_fields": { + "elo_max": [ 29 ], - "steamid64": [ + "elo_min": [ 29 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_stddev_pop_fields": { - "friend_capacity": [ - 29 - ], - "steam_level": [ + "team_scrim_alerts_stddev_pop_fields": { + "elo_max": [ 29 ], - "steamid64": [ + "elo_min": [ 29 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_stddev_samp_fields": { - "friend_capacity": [ - 29 - ], - "steam_level": [ + "team_scrim_alerts_stddev_samp_fields": { + "elo_max": [ 29 ], - "steamid64": [ + "elo_min": [ 29 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_stream_cursor_input": { + "team_scrim_alerts_stream_cursor_input": { "initial_value": [ - 3198 + 3784 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_stream_cursor_value_input": { + "team_scrim_alerts_stream_cursor_value_input": { "created_at": [ - 3558 + 4004 ], - "friend_capacity": [ + "elo_max": [ 38 ], - "id": [ - 3955 - ], - "last_node_id": [ - 79 - ], - "password": [ - 79 + "elo_min": [ + 38 ], - "role": [ - 79 + "enabled": [ + 3 ], - "steam_level": [ - 38 + "id": [ + 4442 ], - "steamid64": [ - 178 + "last_notified_at": [ + 4004 ], - "updated_at": [ - 3558 + "regions": [ + 78 ], - "username": [ - 79 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_sum_fields": { - "friend_capacity": [ + "team_scrim_alerts_sum_fields": { + "elo_max": [ 38 ], - "steam_level": [ + "elo_min": [ 38 ], - "steamid64": [ - 178 - ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_update_column": {}, - "steam_accounts_updates": { + "team_scrim_alerts_update_column": {}, + "team_scrim_alerts_updates": { "_inc": [ - 3183 + 3770 ], "_set": [ - 3193 + 3779 ], "where": [ - 3181 + 3768 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_var_pop_fields": { - "friend_capacity": [ - 29 - ], - "steam_level": [ + "team_scrim_alerts_var_pop_fields": { + "elo_max": [ 29 ], - "steamid64": [ + "elo_min": [ 29 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_var_samp_fields": { - "friend_capacity": [ - 29 - ], - "steam_level": [ + "team_scrim_alerts_var_samp_fields": { + "elo_max": [ 29 ], - "steamid64": [ + "elo_min": [ 29 ], "__typename": [ - 79 + 78 ] }, - "steam_accounts_variance_fields": { - "friend_capacity": [ - 29 - ], - "steam_level": [ + "team_scrim_alerts_variance_fields": { + "elo_max": [ 29 ], - "steamid64": [ + "elo_min": [ 29 ], "__typename": [ - 79 + 78 ] }, - "system_alerts": { + "team_scrim_availability": { "created_at": [ - 3558 - ], - "created_by": [ - 178 - ], - "dismissible": [ - 3 + 4004 ], - "expires_at": [ - 3558 + "ends_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "is_active": [ + "recurring_weekly": [ 3 ], - "message": [ - 79 - ], - "title": [ - 79 + "starts_at": [ + 4004 ], - "type": [ - 915 + "team": [ + 3961 ], - "updated_at": [ - 3558 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_aggregate": { + "team_scrim_availability_aggregate": { "aggregate": [ - 3207 + 3797 ], "nodes": [ - 3205 + 3791 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_aggregate_fields": { - "avg": [ - 3208 + "team_scrim_availability_aggregate_bool_exp": { + "bool_and": [ + 3794 + ], + "bool_or": [ + 3795 + ], + "count": [ + 3796 + ], + "__typename": [ + 78 + ] + }, + "team_scrim_availability_aggregate_bool_exp_bool_and": { + "arguments": [ + 3812 + ], + "distinct": [ + 3 + ], + "filter": [ + 3800 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "team_scrim_availability_aggregate_bool_exp_bool_or": { + "arguments": [ + 3813 + ], + "distinct": [ + 3 + ], + "filter": [ + 3800 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "team_scrim_availability_aggregate_bool_exp_count": { + "arguments": [ + 3811 + ], + "distinct": [ + 3 + ], + "filter": [ + 3800 ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "team_scrim_availability_aggregate_fields": { "count": [ 38, { "columns": [ - 3219, - "[system_alerts_select_column!]" + 3811, + "[team_scrim_availability_select_column!]" ], "distinct": [ 3 @@ -79201,480 +90000,391 @@ export default { } ], "max": [ - 3213 + 3803 ], "min": [ - 3214 - ], - "stddev": [ - 3221 - ], - "stddev_pop": [ - 3222 - ], - "stddev_samp": [ - 3223 - ], - "sum": [ - 3226 + 3805 ], - "var_pop": [ - 3229 + "__typename": [ + 78 + ] + }, + "team_scrim_availability_aggregate_order_by": { + "count": [ + 2461 ], - "var_samp": [ - 3230 + "max": [ + 3804 ], - "variance": [ - 3231 + "min": [ + 3806 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_avg_fields": { - "created_by": [ - 29 + "team_scrim_availability_arr_rel_insert_input": { + "data": [ + 3802 + ], + "on_conflict": [ + 3808 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_bool_exp": { + "team_scrim_availability_bool_exp": { "_and": [ - 3209 + 3800 ], "_not": [ - 3209 + 3800 ], "_or": [ - 3209 + 3800 ], "created_at": [ - 3559 - ], - "created_by": [ - 180 - ], - "dismissible": [ - 4 + 4005 ], - "expires_at": [ - 3559 + "ends_at": [ + 4005 ], "id": [ - 3957 + 4444 ], - "is_active": [ + "recurring_weekly": [ 4 ], - "message": [ - 81 - ], - "title": [ - 81 - ], - "type": [ - 916 + "starts_at": [ + 4005 ], - "updated_at": [ - 3559 + "team": [ + 3970 ], - "__typename": [ - 79 - ] - }, - "system_alerts_constraint": {}, - "system_alerts_inc_input": { - "created_by": [ - 178 + "team_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_insert_input": { + "team_scrim_availability_constraint": {}, + "team_scrim_availability_insert_input": { "created_at": [ - 3558 - ], - "created_by": [ - 178 - ], - "dismissible": [ - 3 + 4004 ], - "expires_at": [ - 3558 + "ends_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "is_active": [ + "recurring_weekly": [ 3 ], - "message": [ - 79 - ], - "title": [ - 79 + "starts_at": [ + 4004 ], - "type": [ - 915 + "team": [ + 3979 ], - "updated_at": [ - 3558 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_max_fields": { + "team_scrim_availability_max_fields": { "created_at": [ - 3558 - ], - "created_by": [ - 178 + 4004 ], - "expires_at": [ - 3558 + "ends_at": [ + 4004 ], "id": [ - 3955 - ], - "message": [ - 79 + 4442 ], - "title": [ - 79 + "starts_at": [ + 4004 ], - "updated_at": [ - 3558 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_min_fields": { + "team_scrim_availability_max_order_by": { "created_at": [ - 3558 - ], - "created_by": [ - 178 + 2461 ], - "expires_at": [ - 3558 + "ends_at": [ + 2461 ], "id": [ - 3955 - ], - "message": [ - 79 - ], - "title": [ - 79 - ], - "updated_at": [ - 3558 - ], - "__typename": [ - 79 - ] - }, - "system_alerts_mutation_response": { - "affected_rows": [ - 38 - ], - "returning": [ - 3205 - ], - "__typename": [ - 79 - ] - }, - "system_alerts_on_conflict": { - "constraint": [ - 3210 + 2461 ], - "update_columns": [ - 3227 + "starts_at": [ + 2461 ], - "where": [ - 3209 + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_order_by": { + "team_scrim_availability_min_fields": { "created_at": [ - 2020 - ], - "created_by": [ - 2020 - ], - "dismissible": [ - 2020 + 4004 ], - "expires_at": [ - 2020 + "ends_at": [ + 4004 ], "id": [ - 2020 - ], - "is_active": [ - 2020 - ], - "message": [ - 2020 - ], - "title": [ - 2020 - ], - "type": [ - 2020 + 4442 ], - "updated_at": [ - 2020 + "starts_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "system_alerts_pk_columns_input": { - "id": [ - 3955 + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_select_column": {}, - "system_alerts_set_input": { + "team_scrim_availability_min_order_by": { "created_at": [ - 3558 - ], - "created_by": [ - 178 - ], - "dismissible": [ - 3 + 2461 ], - "expires_at": [ - 3558 + "ends_at": [ + 2461 ], "id": [ - 3955 - ], - "is_active": [ - 3 - ], - "message": [ - 79 - ], - "title": [ - 79 + 2461 ], - "type": [ - 915 + "starts_at": [ + 2461 ], - "updated_at": [ - 3558 + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_stddev_fields": { - "created_by": [ - 29 + "team_scrim_availability_mutation_response": { + "affected_rows": [ + 38 ], - "__typename": [ - 79 - ] - }, - "system_alerts_stddev_pop_fields": { - "created_by": [ - 29 + "returning": [ + 3791 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_stddev_samp_fields": { - "created_by": [ - 29 + "team_scrim_availability_on_conflict": { + "constraint": [ + 3801 ], - "__typename": [ - 79 - ] - }, - "system_alerts_stream_cursor_input": { - "initial_value": [ - 3225 + "update_columns": [ + 3817 ], - "ordering": [ - 233 + "where": [ + 3800 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_stream_cursor_value_input": { + "team_scrim_availability_order_by": { "created_at": [ - 3558 - ], - "created_by": [ - 178 - ], - "dismissible": [ - 3 + 2461 ], - "expires_at": [ - 3558 + "ends_at": [ + 2461 ], "id": [ - 3955 - ], - "is_active": [ - 3 + 2461 ], - "message": [ - 79 + "recurring_weekly": [ + 2461 ], - "title": [ - 79 + "starts_at": [ + 2461 ], - "type": [ - 915 + "team": [ + 3981 ], - "updated_at": [ - 3558 + "team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_sum_fields": { - "created_by": [ - 178 + "team_scrim_availability_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_update_column": {}, - "system_alerts_updates": { - "_inc": [ - 3211 + "team_scrim_availability_select_column": {}, + "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns": {}, + "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns": {}, + "team_scrim_availability_set_input": { + "created_at": [ + 4004 ], - "_set": [ - 3220 + "ends_at": [ + 4004 ], - "where": [ - 3209 + "id": [ + 4442 + ], + "recurring_weekly": [ + 3 + ], + "starts_at": [ + 4004 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_var_pop_fields": { - "created_by": [ - 29 + "team_scrim_availability_stream_cursor_input": { + "initial_value": [ + 3816 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_var_samp_fields": { - "created_by": [ - 29 + "team_scrim_availability_stream_cursor_value_input": { + "created_at": [ + 4004 + ], + "ends_at": [ + 4004 + ], + "id": [ + 4442 + ], + "recurring_weekly": [ + 3 + ], + "starts_at": [ + 4004 + ], + "team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "system_alerts_variance_fields": { - "created_by": [ - 29 + "team_scrim_availability_update_column": {}, + "team_scrim_availability_updates": { + "_set": [ + 3814 + ], + "where": [ + 3800 ], "__typename": [ - 79 + 78 ] }, - "team_invites": { + "team_scrim_request_proposals": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by": [ - 2978 + "proposed_by": [ + 3419 ], - "invited_by_player_steam_id": [ - 178 + "proposed_by_steam_id": [ + 180 ], - "player": [ - 2978 + "proposed_by_team": [ + 3961 ], - "steam_id": [ - 178 + "proposed_by_team_id": [ + 4442 ], - "team": [ - 3515 + "proposed_scheduled_at": [ + 4004 ], - "team_id": [ - 3955 + "request": [ + 3860 + ], + "request_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_invites_aggregate": { + "team_scrim_request_proposals_aggregate": { "aggregate": [ - 3236 + 3823 ], "nodes": [ - 3232 + 3819 ], "__typename": [ - 79 + 78 ] }, - "team_invites_aggregate_bool_exp": { + "team_scrim_request_proposals_aggregate_bool_exp": { "count": [ - 3235 + 3822 ], "__typename": [ - 79 + 78 ] }, - "team_invites_aggregate_bool_exp_count": { + "team_scrim_request_proposals_aggregate_bool_exp_count": { "arguments": [ - 3253 + 3840 ], "distinct": [ 3 ], "filter": [ - 3241 + 3828 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "team_invites_aggregate_fields": { + "team_scrim_request_proposals_aggregate_fields": { "avg": [ - 3239 + 3826 ], "count": [ 38, { "columns": [ - 3253, - "[team_invites_select_column!]" + 3840, + "[team_scrim_request_proposals_select_column!]" ], "distinct": [ 3 @@ -79682,1724 +90392,1666 @@ export default { } ], "max": [ - 3245 + 3832 ], "min": [ - 3247 + 3834 ], "stddev": [ - 3255 + 3842 ], "stddev_pop": [ - 3257 + 3844 ], "stddev_samp": [ - 3259 + 3846 ], "sum": [ - 3263 + 3850 ], "var_pop": [ - 3267 + 3854 ], "var_samp": [ - 3269 + 3856 ], "variance": [ - 3271 + 3858 ], "__typename": [ - 79 + 78 ] }, - "team_invites_aggregate_order_by": { + "team_scrim_request_proposals_aggregate_order_by": { "avg": [ - 3240 + 3827 ], "count": [ - 2020 + 2461 ], "max": [ - 3246 + 3833 ], "min": [ - 3248 + 3835 ], "stddev": [ - 3256 + 3843 ], "stddev_pop": [ - 3258 + 3845 ], "stddev_samp": [ - 3260 + 3847 ], "sum": [ - 3264 + 3851 ], "var_pop": [ - 3268 + 3855 ], "var_samp": [ - 3270 + 3857 ], "variance": [ - 3272 + 3859 ], "__typename": [ - 79 + 78 ] }, - "team_invites_arr_rel_insert_input": { + "team_scrim_request_proposals_arr_rel_insert_input": { "data": [ - 3244 + 3831 ], "on_conflict": [ - 3250 + 3837 ], "__typename": [ - 79 + 78 ] }, - "team_invites_avg_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ + "team_scrim_request_proposals_avg_fields": { + "proposed_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_invites_avg_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_avg_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_bool_exp": { + "team_scrim_request_proposals_bool_exp": { "_and": [ - 3241 + 3828 ], "_not": [ - 3241 + 3828 ], "_or": [ - 3241 + 3828 ], "created_at": [ - 3559 + 4005 ], "id": [ - 3957 + 4444 ], - "invited_by": [ - 2982 + "proposed_by": [ + 3423 ], - "invited_by_player_steam_id": [ - 180 + "proposed_by_steam_id": [ + 182 ], - "player": [ - 2982 + "proposed_by_team": [ + 3970 ], - "steam_id": [ - 180 + "proposed_by_team_id": [ + 4444 ], - "team": [ - 3524 + "proposed_scheduled_at": [ + 4005 ], - "team_id": [ - 3957 + "request": [ + 3871 + ], + "request_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "team_invites_constraint": {}, - "team_invites_inc_input": { - "invited_by_player_steam_id": [ - 178 - ], - "steam_id": [ - 178 + "team_scrim_request_proposals_constraint": {}, + "team_scrim_request_proposals_inc_input": { + "proposed_by_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "team_invites_insert_input": { + "team_scrim_request_proposals_insert_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by": [ - 2989 + "proposed_by": [ + 3430 ], - "invited_by_player_steam_id": [ - 178 + "proposed_by_steam_id": [ + 180 ], - "player": [ - 2989 + "proposed_by_team": [ + 3979 ], - "steam_id": [ - 178 + "proposed_by_team_id": [ + 4442 ], - "team": [ - 3533 + "proposed_scheduled_at": [ + 4004 ], - "team_id": [ - 3955 + "request": [ + 3880 + ], + "request_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_invites_max_fields": { + "team_scrim_request_proposals_max_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "proposed_by_steam_id": [ + 180 ], - "steam_id": [ - 178 + "proposed_by_team_id": [ + 4442 ], - "team_id": [ - 3955 + "proposed_scheduled_at": [ + 4004 + ], + "request_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_invites_max_order_by": { + "team_scrim_request_proposals_max_order_by": { "created_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], - "invited_by_player_steam_id": [ - 2020 + "proposed_by_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "proposed_by_team_id": [ + 2461 ], - "team_id": [ - 2020 + "proposed_scheduled_at": [ + 2461 + ], + "request_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_min_fields": { + "team_scrim_request_proposals_min_fields": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "proposed_by_steam_id": [ + 180 ], - "steam_id": [ - 178 + "proposed_by_team_id": [ + 4442 ], - "team_id": [ - 3955 + "proposed_scheduled_at": [ + 4004 + ], + "request_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_invites_min_order_by": { + "team_scrim_request_proposals_min_order_by": { "created_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], - "invited_by_player_steam_id": [ - 2020 + "proposed_by_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "proposed_by_team_id": [ + 2461 ], - "team_id": [ - 2020 + "proposed_scheduled_at": [ + 2461 + ], + "request_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_mutation_response": { + "team_scrim_request_proposals_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3232 + 3819 ], "__typename": [ - 79 + 78 ] }, - "team_invites_on_conflict": { + "team_scrim_request_proposals_on_conflict": { "constraint": [ - 3242 + 3829 ], "update_columns": [ - 3265 + 3852 ], "where": [ - 3241 + 3828 ], "__typename": [ - 79 + 78 ] }, - "team_invites_order_by": { + "team_scrim_request_proposals_order_by": { "created_at": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], - "invited_by": [ - 2991 + "proposed_by": [ + 3432 ], - "invited_by_player_steam_id": [ - 2020 + "proposed_by_steam_id": [ + 2461 ], - "player": [ - 2991 + "proposed_by_team": [ + 3981 ], - "steam_id": [ - 2020 + "proposed_by_team_id": [ + 2461 ], - "team": [ - 3535 + "proposed_scheduled_at": [ + 2461 ], - "team_id": [ - 2020 + "request": [ + 3882 + ], + "request_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_pk_columns_input": { + "team_scrim_request_proposals_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_invites_select_column": {}, - "team_invites_set_input": { + "team_scrim_request_proposals_select_column": {}, + "team_scrim_request_proposals_set_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "proposed_by_steam_id": [ + 180 ], - "steam_id": [ - 178 + "proposed_by_team_id": [ + 4442 ], - "team_id": [ - 3955 + "proposed_scheduled_at": [ + 4004 + ], + "request_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stddev_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ + "team_scrim_request_proposals_stddev_fields": { + "proposed_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stddev_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_stddev_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stddev_pop_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ + "team_scrim_request_proposals_stddev_pop_fields": { + "proposed_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stddev_pop_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_stddev_pop_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stddev_samp_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ + "team_scrim_request_proposals_stddev_samp_fields": { + "proposed_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stddev_samp_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_stddev_samp_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stream_cursor_input": { + "team_scrim_request_proposals_stream_cursor_input": { "initial_value": [ - 3262 + 3849 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "team_invites_stream_cursor_value_input": { + "team_scrim_request_proposals_stream_cursor_value_input": { "created_at": [ - 3558 + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "proposed_by_steam_id": [ + 180 ], - "steam_id": [ - 178 + "proposed_by_team_id": [ + 4442 ], - "team_id": [ - 3955 + "proposed_scheduled_at": [ + 4004 + ], + "request_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_invites_sum_fields": { - "invited_by_player_steam_id": [ - 178 - ], - "steam_id": [ - 178 + "team_scrim_request_proposals_sum_fields": { + "proposed_by_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "team_invites_sum_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_sum_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_update_column": {}, - "team_invites_updates": { + "team_scrim_request_proposals_update_column": {}, + "team_scrim_request_proposals_updates": { "_inc": [ - 3243 + 3830 ], "_set": [ - 3254 + 3841 ], "where": [ - 3241 + 3828 ], "__typename": [ - 79 + 78 ] }, - "team_invites_var_pop_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ + "team_scrim_request_proposals_var_pop_fields": { + "proposed_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_invites_var_pop_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_var_pop_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_var_samp_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ + "team_scrim_request_proposals_var_samp_fields": { + "proposed_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_invites_var_samp_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_var_samp_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_invites_variance_fields": { - "invited_by_player_steam_id": [ - 29 - ], - "steam_id": [ + "team_scrim_request_proposals_variance_fields": { + "proposed_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_invites_variance_order_by": { - "invited_by_player_steam_id": [ - 2020 - ], - "steam_id": [ - 2020 + "team_scrim_request_proposals_variance_order_by": { + "proposed_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_roster": { - "coach": [ + "team_scrim_requests": { + "auto_generated": [ 3 ], - "player": [ - 2978 - ], - "player_steam_id": [ - 178 - ], - "role": [ - 935 - ], - "roster_image_url": [ - 79 - ], - "status": [ - 956 - ], - "team": [ - 3515 - ], - "team_id": [ - 3955 - ], - "__typename": [ - 79 - ] - }, - "team_roster_aggregate": { - "aggregate": [ - 3279 - ], - "nodes": [ - 3273 - ], - "__typename": [ - 79 - ] - }, - "team_roster_aggregate_bool_exp": { - "bool_and": [ - 3276 - ], - "bool_or": [ - 3277 + "awaiting_team": [ + 3961 ], - "count": [ - 3278 + "awaiting_team_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "team_roster_aggregate_bool_exp_bool_and": { - "arguments": [ - 3297 + "canceled_by_team_id": [ + 4442 ], - "distinct": [ + "canceled_late": [ 3 ], - "filter": [ - 3284 + "created_at": [ + 4004 ], - "predicate": [ - 4 + "expires_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "team_roster_aggregate_bool_exp_bool_or": { - "arguments": [ - 3298 + "from_team": [ + 3961 ], - "distinct": [ + "from_team_checked_in": [ 3 ], - "filter": [ - 3284 + "from_team_id": [ + 4442 ], - "predicate": [ - 4 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "team_roster_aggregate_bool_exp_count": { - "arguments": [ - 3296 + "match": [ + 2276 ], - "distinct": [ - 3 + "match_id": [ + 4442 ], - "filter": [ - 3284 + "match_options": [ + 2156 ], - "predicate": [ - 39 + "match_options_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "team_roster_aggregate_fields": { - "avg": [ - 3282 + "match_outcome": [ + 78 ], - "count": [ - 38, + "proposals": [ + 3819, { - "columns": [ - 3296, - "[team_roster_select_column!]" + "distinct_on": [ + 3840, + "[team_scrim_request_proposals_select_column!]" ], - "distinct": [ - 3 + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3838, + "[team_scrim_request_proposals_order_by!]" + ], + "where": [ + 3828 ] } ], - "max": [ - 3288 - ], - "min": [ - 3290 - ], - "stddev": [ - 3300 - ], - "stddev_pop": [ - 3302 - ], - "stddev_samp": [ - 3304 - ], - "sum": [ - 3308 - ], - "var_pop": [ - 3312 - ], - "var_samp": [ - 3314 - ], - "variance": [ - 3316 - ], - "__typename": [ - 79 - ] - }, - "team_roster_aggregate_order_by": { - "avg": [ - 3283 - ], - "count": [ - 2020 - ], - "max": [ - 3289 - ], - "min": [ - 3291 - ], - "stddev": [ - 3301 - ], - "stddev_pop": [ - 3303 - ], - "stddev_samp": [ - 3305 - ], - "sum": [ - 3309 - ], - "var_pop": [ - 3313 - ], - "var_samp": [ - 3315 - ], - "variance": [ - 3317 - ], - "__typename": [ - 79 - ] - }, - "team_roster_arr_rel_insert_input": { - "data": [ - 3287 - ], - "on_conflict": [ - 3293 - ], - "__typename": [ - 79 - ] - }, - "team_roster_avg_fields": { - "player_steam_id": [ - 29 - ], - "__typename": [ - 79 - ] - }, - "team_roster_avg_order_by": { - "player_steam_id": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "team_roster_bool_exp": { - "_and": [ - 3284 - ], - "_not": [ - 3284 + "proposals_aggregate": [ + 3820, + { + "distinct_on": [ + 3840, + "[team_scrim_request_proposals_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3838, + "[team_scrim_request_proposals_order_by!]" + ], + "where": [ + 3828 + ] + } ], - "_or": [ - 3284 + "proposed_scheduled_at": [ + 4004 ], - "coach": [ - 4 + "region": [ + 78 ], - "player": [ - 2982 + "requested_by": [ + 3419 ], - "player_steam_id": [ + "requested_by_steam_id": [ 180 ], - "role": [ - 936 - ], - "roster_image_url": [ - 81 + "responded_at": [ + 4004 ], "status": [ - 957 - ], - "team": [ - 3524 - ], - "team_id": [ - 3957 + 942 ], - "__typename": [ - 79 - ] - }, - "team_roster_constraint": {}, - "team_roster_inc_input": { - "player_steam_id": [ - 178 + "to_team": [ + 3961 ], - "__typename": [ - 79 - ] - }, - "team_roster_insert_input": { - "coach": [ + "to_team_checked_in": [ 3 ], - "player": [ - 2989 - ], - "player_steam_id": [ - 178 - ], - "role": [ - 935 - ], - "roster_image_url": [ - 79 - ], - "status": [ - 956 - ], - "team": [ - 3533 - ], - "team_id": [ - 3955 + "to_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_roster_max_fields": { - "player_steam_id": [ - 178 - ], - "roster_image_url": [ - 79 + "team_scrim_requests_aggregate": { + "aggregate": [ + 3866 ], - "team_id": [ - 3955 + "nodes": [ + 3860 ], "__typename": [ - 79 + 78 ] }, - "team_roster_max_order_by": { - "player_steam_id": [ - 2020 + "team_scrim_requests_aggregate_bool_exp": { + "bool_and": [ + 3863 ], - "roster_image_url": [ - 2020 + "bool_or": [ + 3864 ], - "team_id": [ - 2020 + "count": [ + 3865 ], "__typename": [ - 79 + 78 ] }, - "team_roster_min_fields": { - "player_steam_id": [ - 178 - ], - "roster_image_url": [ - 79 - ], - "team_id": [ - 3955 + "team_scrim_requests_aggregate_bool_exp_bool_and": { + "arguments": [ + 3885 ], - "__typename": [ - 79 - ] - }, - "team_roster_min_order_by": { - "player_steam_id": [ - 2020 + "distinct": [ + 3 ], - "roster_image_url": [ - 2020 + "filter": [ + 3871 ], - "team_id": [ - 2020 + "predicate": [ + 4 ], "__typename": [ - 79 + 78 ] }, - "team_roster_mutation_response": { - "affected_rows": [ - 38 + "team_scrim_requests_aggregate_bool_exp_bool_or": { + "arguments": [ + 3886 ], - "returning": [ - 3273 + "distinct": [ + 3 + ], + "filter": [ + 3871 + ], + "predicate": [ + 4 ], "__typename": [ - 79 + 78 ] }, - "team_roster_on_conflict": { - "constraint": [ - 3285 + "team_scrim_requests_aggregate_bool_exp_count": { + "arguments": [ + 3884 ], - "update_columns": [ - 3310 + "distinct": [ + 3 ], - "where": [ - 3284 + "filter": [ + 3871 + ], + "predicate": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "team_roster_order_by": { - "coach": [ - 2020 + "team_scrim_requests_aggregate_fields": { + "avg": [ + 3869 ], - "player": [ - 2991 + "count": [ + 38, + { + "columns": [ + 3884, + "[team_scrim_requests_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "player_steam_id": [ - 2020 + "max": [ + 3875 ], - "role": [ - 2020 + "min": [ + 3877 ], - "roster_image_url": [ - 2020 + "stddev": [ + 3888 ], - "status": [ - 2020 + "stddev_pop": [ + 3890 ], - "team": [ - 3535 + "stddev_samp": [ + 3892 ], - "team_id": [ - 2020 + "sum": [ + 3896 ], - "__typename": [ - 79 - ] - }, - "team_roster_pk_columns_input": { - "player_steam_id": [ - 178 + "var_pop": [ + 3900 ], - "team_id": [ - 3955 + "var_samp": [ + 3902 + ], + "variance": [ + 3904 ], "__typename": [ - 79 + 78 ] }, - "team_roster_select_column": {}, - "team_roster_select_column_team_roster_aggregate_bool_exp_bool_and_arguments_columns": {}, - "team_roster_select_column_team_roster_aggregate_bool_exp_bool_or_arguments_columns": {}, - "team_roster_set_input": { - "coach": [ - 3 + "team_scrim_requests_aggregate_order_by": { + "avg": [ + 3870 ], - "player_steam_id": [ - 178 + "count": [ + 2461 ], - "role": [ - 935 + "max": [ + 3876 ], - "roster_image_url": [ - 79 + "min": [ + 3878 ], - "status": [ - 956 + "stddev": [ + 3889 ], - "team_id": [ - 3955 + "stddev_pop": [ + 3891 ], - "__typename": [ - 79 - ] - }, - "team_roster_stddev_fields": { - "player_steam_id": [ - 29 + "stddev_samp": [ + 3893 ], - "__typename": [ - 79 - ] - }, - "team_roster_stddev_order_by": { - "player_steam_id": [ - 2020 + "sum": [ + 3897 ], - "__typename": [ - 79 - ] - }, - "team_roster_stddev_pop_fields": { - "player_steam_id": [ - 29 + "var_pop": [ + 3901 + ], + "var_samp": [ + 3903 + ], + "variance": [ + 3905 ], "__typename": [ - 79 + 78 ] }, - "team_roster_stddev_pop_order_by": { - "player_steam_id": [ - 2020 + "team_scrim_requests_arr_rel_insert_input": { + "data": [ + 3874 + ], + "on_conflict": [ + 3881 ], "__typename": [ - 79 + 78 ] }, - "team_roster_stddev_samp_fields": { - "player_steam_id": [ + "team_scrim_requests_avg_fields": { + "requested_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_roster_stddev_samp_order_by": { - "player_steam_id": [ - 2020 + "team_scrim_requests_avg_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_roster_stream_cursor_input": { - "initial_value": [ - 3307 + "team_scrim_requests_bool_exp": { + "_and": [ + 3871 ], - "ordering": [ - 233 + "_not": [ + 3871 ], - "__typename": [ - 79 - ] - }, - "team_roster_stream_cursor_value_input": { - "coach": [ - 3 + "_or": [ + 3871 ], - "player_steam_id": [ - 178 + "auto_generated": [ + 4 ], - "role": [ - 935 + "awaiting_team": [ + 3970 ], - "roster_image_url": [ - 79 + "awaiting_team_id": [ + 4444 ], - "status": [ - 956 + "canceled_by_team_id": [ + 4444 ], - "team_id": [ - 3955 + "canceled_late": [ + 4 ], - "__typename": [ - 79 - ] - }, - "team_roster_sum_fields": { - "player_steam_id": [ - 178 + "created_at": [ + 4005 ], - "__typename": [ - 79 - ] - }, - "team_roster_sum_order_by": { - "player_steam_id": [ - 2020 + "expires_at": [ + 4005 ], - "__typename": [ - 79 - ] - }, - "team_roster_update_column": {}, - "team_roster_updates": { - "_inc": [ - 3286 + "from_team": [ + 3970 ], - "_set": [ - 3299 + "from_team_checked_in": [ + 4 ], - "where": [ - 3284 + "from_team_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "team_roster_var_pop_fields": { - "player_steam_id": [ - 29 + "id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "team_roster_var_pop_order_by": { - "player_steam_id": [ - 2020 + "match": [ + 2285 ], - "__typename": [ - 79 - ] - }, - "team_roster_var_samp_fields": { - "player_steam_id": [ - 29 + "match_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "team_roster_var_samp_order_by": { - "player_steam_id": [ - 2020 + "match_options": [ + 2160 ], - "__typename": [ - 79 - ] - }, - "team_roster_variance_fields": { - "player_steam_id": [ - 29 + "match_options_id": [ + 4444 + ], + "match_outcome": [ + 80 + ], + "proposals": [ + 3828 + ], + "proposals_aggregate": [ + 3821 + ], + "proposed_scheduled_at": [ + 4005 + ], + "region": [ + 80 + ], + "requested_by": [ + 3423 + ], + "requested_by_steam_id": [ + 182 + ], + "responded_at": [ + 4005 + ], + "status": [ + 943 + ], + "to_team": [ + 3970 + ], + "to_team_checked_in": [ + 4 + ], + "to_team_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "team_roster_variance_order_by": { - "player_steam_id": [ - 2020 + "team_scrim_requests_constraint": {}, + "team_scrim_requests_inc_input": { + "requested_by_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts": { - "created_at": [ - 3558 + "team_scrim_requests_insert_input": { + "auto_generated": [ + 3 ], - "elo_max": [ - 38 + "awaiting_team": [ + 3979 ], - "elo_min": [ - 38 + "awaiting_team_id": [ + 4442 ], - "enabled": [ + "canceled_by_team_id": [ + 4442 + ], + "canceled_late": [ 3 ], - "id": [ - 3955 + "created_at": [ + 4004 ], - "last_notified_at": [ - 3558 + "expires_at": [ + 4004 ], - "regions": [ - 79 + "from_team": [ + 3979 ], - "team": [ - 3515 + "from_team_checked_in": [ + 3 ], - "team_id": [ - 3955 + "from_team_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "team_scrim_alerts_aggregate": { - "aggregate": [ - 3320 + "id": [ + 4442 ], - "nodes": [ - 3318 + "match": [ + 2294 ], - "__typename": [ - 79 - ] - }, - "team_scrim_alerts_aggregate_fields": { - "avg": [ - 3321 + "match_id": [ + 4442 ], - "count": [ - 38, - { - "columns": [ - 3332, - "[team_scrim_alerts_select_column!]" - ], - "distinct": [ - 3 - ] - } + "match_options": [ + 2167 ], - "max": [ - 3326 + "match_options_id": [ + 4442 ], - "min": [ - 3327 + "match_outcome": [ + 78 ], - "stddev": [ - 3334 + "proposals": [ + 3825 ], - "stddev_pop": [ - 3335 + "proposed_scheduled_at": [ + 4004 ], - "stddev_samp": [ - 3336 + "region": [ + 78 ], - "sum": [ - 3339 + "requested_by": [ + 3430 ], - "var_pop": [ - 3342 + "requested_by_steam_id": [ + 180 ], - "var_samp": [ - 3343 + "responded_at": [ + 4004 ], - "variance": [ - 3344 + "status": [ + 942 ], - "__typename": [ - 79 - ] - }, - "team_scrim_alerts_avg_fields": { - "elo_max": [ - 29 + "to_team": [ + 3979 ], - "elo_min": [ - 29 + "to_team_checked_in": [ + 3 + ], + "to_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_bool_exp": { - "_and": [ - 3322 - ], - "_not": [ - 3322 + "team_scrim_requests_max_fields": { + "awaiting_team_id": [ + 4442 ], - "_or": [ - 3322 + "canceled_by_team_id": [ + 4442 ], "created_at": [ - 3559 - ], - "elo_max": [ - 39 + 4004 ], - "elo_min": [ - 39 + "expires_at": [ + 4004 ], - "enabled": [ - 4 + "from_team_id": [ + 4442 ], "id": [ - 3957 + 4442 ], - "last_notified_at": [ - 3559 + "match_id": [ + 4442 ], - "regions": [ - 80 + "match_options_id": [ + 4442 ], - "team": [ - 3524 + "match_outcome": [ + 78 ], - "team_id": [ - 3957 + "proposed_scheduled_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "team_scrim_alerts_constraint": {}, - "team_scrim_alerts_inc_input": { - "elo_max": [ - 38 + "region": [ + 78 ], - "elo_min": [ - 38 + "requested_by_steam_id": [ + 180 + ], + "responded_at": [ + 4004 + ], + "to_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_insert_input": { - "created_at": [ - 3558 + "team_scrim_requests_max_order_by": { + "awaiting_team_id": [ + 2461 ], - "elo_max": [ - 38 + "canceled_by_team_id": [ + 2461 ], - "elo_min": [ - 38 + "created_at": [ + 2461 ], - "enabled": [ - 3 + "expires_at": [ + 2461 + ], + "from_team_id": [ + 2461 ], "id": [ - 3955 + 2461 ], - "last_notified_at": [ - 3558 + "match_id": [ + 2461 ], - "regions": [ - 79 + "match_options_id": [ + 2461 ], - "team": [ - 3533 + "match_outcome": [ + 2461 ], - "team_id": [ - 3955 + "proposed_scheduled_at": [ + 2461 + ], + "region": [ + 2461 + ], + "requested_by_steam_id": [ + 2461 + ], + "responded_at": [ + 2461 + ], + "to_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_max_fields": { + "team_scrim_requests_min_fields": { + "awaiting_team_id": [ + 4442 + ], + "canceled_by_team_id": [ + 4442 + ], "created_at": [ - 3558 + 4004 ], - "elo_max": [ - 38 + "expires_at": [ + 4004 ], - "elo_min": [ - 38 + "from_team_id": [ + 4442 ], "id": [ - 3955 + 4442 ], - "last_notified_at": [ - 3558 + "match_id": [ + 4442 ], - "regions": [ - 79 + "match_options_id": [ + 4442 ], - "team_id": [ - 3955 + "match_outcome": [ + 78 + ], + "proposed_scheduled_at": [ + 4004 + ], + "region": [ + 78 + ], + "requested_by_steam_id": [ + 180 + ], + "responded_at": [ + 4004 + ], + "to_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_min_fields": { + "team_scrim_requests_min_order_by": { + "awaiting_team_id": [ + 2461 + ], + "canceled_by_team_id": [ + 2461 + ], "created_at": [ - 3558 + 2461 ], - "elo_max": [ - 38 + "expires_at": [ + 2461 ], - "elo_min": [ - 38 + "from_team_id": [ + 2461 ], "id": [ - 3955 + 2461 ], - "last_notified_at": [ - 3558 + "match_id": [ + 2461 ], - "regions": [ - 79 + "match_options_id": [ + 2461 ], - "team_id": [ - 3955 + "match_outcome": [ + 2461 + ], + "proposed_scheduled_at": [ + 2461 + ], + "region": [ + 2461 + ], + "requested_by_steam_id": [ + 2461 + ], + "responded_at": [ + 2461 + ], + "to_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_mutation_response": { + "team_scrim_requests_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3318 + 3860 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_on_conflict": { + "team_scrim_requests_obj_rel_insert_input": { + "data": [ + 3874 + ], + "on_conflict": [ + 3881 + ], + "__typename": [ + 78 + ] + }, + "team_scrim_requests_on_conflict": { "constraint": [ - 3323 + 3872 ], "update_columns": [ - 3340 + 3898 ], "where": [ - 3322 + 3871 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_order_by": { + "team_scrim_requests_order_by": { + "auto_generated": [ + 2461 + ], + "awaiting_team": [ + 3981 + ], + "awaiting_team_id": [ + 2461 + ], + "canceled_by_team_id": [ + 2461 + ], + "canceled_late": [ + 2461 + ], "created_at": [ - 2020 + 2461 ], - "elo_max": [ - 2020 + "expires_at": [ + 2461 ], - "elo_min": [ - 2020 + "from_team": [ + 3981 ], - "enabled": [ - 2020 + "from_team_checked_in": [ + 2461 + ], + "from_team_id": [ + 2461 ], "id": [ - 2020 + 2461 ], - "last_notified_at": [ - 2020 + "match": [ + 2296 ], - "regions": [ - 2020 + "match_id": [ + 2461 ], - "team": [ - 3535 + "match_options": [ + 2169 ], - "team_id": [ - 2020 + "match_options_id": [ + 2461 + ], + "match_outcome": [ + 2461 + ], + "proposals_aggregate": [ + 3824 + ], + "proposed_scheduled_at": [ + 2461 + ], + "region": [ + 2461 + ], + "requested_by": [ + 3432 + ], + "requested_by_steam_id": [ + 2461 + ], + "responded_at": [ + 2461 + ], + "status": [ + 2461 + ], + "to_team": [ + 3981 + ], + "to_team_checked_in": [ + 2461 + ], + "to_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_pk_columns_input": { + "team_scrim_requests_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_select_column": {}, - "team_scrim_alerts_set_input": { - "created_at": [ - 3558 + "team_scrim_requests_select_column": {}, + "team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns": {}, + "team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns": {}, + "team_scrim_requests_set_input": { + "auto_generated": [ + 3 ], - "elo_max": [ - 38 + "awaiting_team_id": [ + 4442 ], - "elo_min": [ - 38 + "canceled_by_team_id": [ + 4442 ], - "enabled": [ + "canceled_late": [ + 3 + ], + "created_at": [ + 4004 + ], + "expires_at": [ + 4004 + ], + "from_team_checked_in": [ 3 ], + "from_team_id": [ + 4442 + ], "id": [ - 3955 + 4442 ], - "last_notified_at": [ - 3558 + "match_id": [ + 4442 ], - "regions": [ - 79 + "match_options_id": [ + 4442 ], - "team_id": [ - 3955 + "match_outcome": [ + 78 + ], + "proposed_scheduled_at": [ + 4004 + ], + "region": [ + 78 + ], + "requested_by_steam_id": [ + 180 + ], + "responded_at": [ + 4004 + ], + "status": [ + 942 + ], + "to_team_checked_in": [ + 3 + ], + "to_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_stddev_fields": { - "elo_max": [ + "team_scrim_requests_stddev_fields": { + "requested_by_steam_id": [ 29 ], - "elo_min": [ - 29 + "__typename": [ + 78 + ] + }, + "team_scrim_requests_stddev_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_stddev_pop_fields": { - "elo_max": [ + "team_scrim_requests_stddev_pop_fields": { + "requested_by_steam_id": [ 29 ], - "elo_min": [ - 29 + "__typename": [ + 78 + ] + }, + "team_scrim_requests_stddev_pop_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_stddev_samp_fields": { - "elo_max": [ + "team_scrim_requests_stddev_samp_fields": { + "requested_by_steam_id": [ 29 ], - "elo_min": [ - 29 + "__typename": [ + 78 + ] + }, + "team_scrim_requests_stddev_samp_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_stream_cursor_input": { + "team_scrim_requests_stream_cursor_input": { "initial_value": [ - 3338 + 3895 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_stream_cursor_value_input": { - "created_at": [ - 3558 + "team_scrim_requests_stream_cursor_value_input": { + "auto_generated": [ + 3 ], - "elo_max": [ - 38 + "awaiting_team_id": [ + 4442 ], - "elo_min": [ - 38 + "canceled_by_team_id": [ + 4442 ], - "enabled": [ + "canceled_late": [ + 3 + ], + "created_at": [ + 4004 + ], + "expires_at": [ + 4004 + ], + "from_team_checked_in": [ 3 ], + "from_team_id": [ + 4442 + ], "id": [ - 3955 + 4442 ], - "last_notified_at": [ - 3558 + "match_id": [ + 4442 ], - "regions": [ - 79 + "match_options_id": [ + 4442 ], - "team_id": [ - 3955 + "match_outcome": [ + 78 + ], + "proposed_scheduled_at": [ + 4004 + ], + "region": [ + 78 + ], + "requested_by_steam_id": [ + 180 + ], + "responded_at": [ + 4004 + ], + "status": [ + 942 + ], + "to_team_checked_in": [ + 3 + ], + "to_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_sum_fields": { - "elo_max": [ - 38 + "team_scrim_requests_sum_fields": { + "requested_by_steam_id": [ + 180 ], - "elo_min": [ - 38 + "__typename": [ + 78 + ] + }, + "team_scrim_requests_sum_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_update_column": {}, - "team_scrim_alerts_updates": { + "team_scrim_requests_update_column": {}, + "team_scrim_requests_updates": { "_inc": [ - 3324 + 3873 ], "_set": [ - 3333 + 3887 ], "where": [ - 3322 + 3871 ], "__typename": [ - 79 + 78 ] - }, - "team_scrim_alerts_var_pop_fields": { - "elo_max": [ - 29 - ], - "elo_min": [ + }, + "team_scrim_requests_var_pop_fields": { + "requested_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_var_samp_fields": { - "elo_max": [ - 29 - ], - "elo_min": [ - 29 + "team_scrim_requests_var_pop_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_alerts_variance_fields": { - "elo_max": [ - 29 - ], - "elo_min": [ + "team_scrim_requests_var_samp_fields": { + "requested_by_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability": { - "created_at": [ - 3558 - ], - "ends_at": [ - 3558 - ], - "id": [ - 3955 - ], - "recurring_weekly": [ - 3 - ], - "starts_at": [ - 3558 - ], - "team": [ - 3515 - ], - "team_id": [ - 3955 + "team_scrim_requests_var_samp_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_aggregate": { - "aggregate": [ - 3351 - ], - "nodes": [ - 3345 + "team_scrim_requests_variance_fields": { + "requested_by_steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_aggregate_bool_exp": { - "bool_and": [ - 3348 - ], - "bool_or": [ - 3349 - ], - "count": [ - 3350 + "team_scrim_requests_variance_order_by": { + "requested_by_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_aggregate_bool_exp_bool_and": { - "arguments": [ - 3366 - ], - "distinct": [ + "team_scrim_settings": { + "allow_outside_availability": [ 3 ], - "filter": [ - 3354 + "created_at": [ + 4004 ], - "predicate": [ - 4 + "elo_max": [ + 38 ], - "__typename": [ - 79 - ] - }, - "team_scrim_availability_aggregate_bool_exp_bool_or": { - "arguments": [ - 3367 + "elo_min": [ + 38 ], - "distinct": [ + "enabled": [ 3 ], - "filter": [ - 3354 + "id": [ + 4442 ], - "predicate": [ - 4 + "map_ids": [ + 4442 + ], + "notes": [ + 78 + ], + "regions": [ + 78 + ], + "team": [ + 3961 + ], + "team_id": [ + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_aggregate_bool_exp_count": { - "arguments": [ - 3365 - ], - "distinct": [ - 3 - ], - "filter": [ - 3354 + "team_scrim_settings_aggregate": { + "aggregate": [ + 3908 ], - "predicate": [ - 39 + "nodes": [ + 3906 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_aggregate_fields": { + "team_scrim_settings_aggregate_fields": { + "avg": [ + 3909 + ], "count": [ 38, { "columns": [ - 3365, - "[team_scrim_availability_select_column!]" + 3921, + "[team_scrim_settings_select_column!]" ], "distinct": [ 3 @@ -81407,972 +92059,984 @@ export default { } ], "max": [ - 3357 + 3914 ], "min": [ - 3359 + 3915 ], - "__typename": [ - 79 - ] - }, - "team_scrim_availability_aggregate_order_by": { - "count": [ - 2020 + "stddev": [ + 3923 ], - "max": [ - 3358 + "stddev_pop": [ + 3924 ], - "min": [ - 3360 + "stddev_samp": [ + 3925 + ], + "sum": [ + 3928 + ], + "var_pop": [ + 3931 + ], + "var_samp": [ + 3932 + ], + "variance": [ + 3933 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_arr_rel_insert_input": { - "data": [ - 3356 + "team_scrim_settings_avg_fields": { + "elo_max": [ + 29 ], - "on_conflict": [ - 3362 + "elo_min": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_bool_exp": { + "team_scrim_settings_bool_exp": { "_and": [ - 3354 + 3910 ], "_not": [ - 3354 + 3910 ], "_or": [ - 3354 + 3910 + ], + "allow_outside_availability": [ + 4 ], "created_at": [ - 3559 + 4005 ], - "ends_at": [ - 3559 + "elo_max": [ + 39 ], - "id": [ - 3957 + "elo_min": [ + 39 ], - "recurring_weekly": [ + "enabled": [ 4 ], - "starts_at": [ - 3559 + "id": [ + 4444 ], - "team": [ - 3524 + "map_ids": [ + 4443 ], - "team_id": [ - 3957 + "notes": [ + 80 ], - "__typename": [ + "regions": [ 79 - ] - }, - "team_scrim_availability_constraint": {}, - "team_scrim_availability_insert_input": { - "created_at": [ - 3558 - ], - "ends_at": [ - 3558 - ], - "id": [ - 3955 - ], - "recurring_weekly": [ - 3 - ], - "starts_at": [ - 3558 ], "team": [ - 3533 + 3970 ], "team_id": [ - 3955 + 4444 + ], + "updated_at": [ + 4005 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_max_fields": { - "created_at": [ - 3558 - ], - "ends_at": [ - 3558 - ], - "id": [ - 3955 - ], - "starts_at": [ - 3558 + "team_scrim_settings_constraint": {}, + "team_scrim_settings_inc_input": { + "elo_max": [ + 38 ], - "team_id": [ - 3955 + "elo_min": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_max_order_by": { + "team_scrim_settings_insert_input": { + "allow_outside_availability": [ + 3 + ], "created_at": [ - 2020 + 4004 ], - "ends_at": [ - 2020 + "elo_max": [ + 38 + ], + "elo_min": [ + 38 + ], + "enabled": [ + 3 ], "id": [ - 2020 + 4442 ], - "starts_at": [ - 2020 + "map_ids": [ + 4442 + ], + "notes": [ + 78 + ], + "regions": [ + 78 + ], + "team": [ + 3979 ], "team_id": [ - 2020 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_min_fields": { + "team_scrim_settings_max_fields": { "created_at": [ - 3558 + 4004 ], - "ends_at": [ - 3558 + "elo_max": [ + 38 + ], + "elo_min": [ + 38 ], "id": [ - 3955 + 4442 ], - "starts_at": [ - 3558 + "map_ids": [ + 4442 + ], + "notes": [ + 78 + ], + "regions": [ + 78 ], "team_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_min_order_by": { + "team_scrim_settings_min_fields": { "created_at": [ - 2020 + 4004 ], - "ends_at": [ - 2020 + "elo_max": [ + 38 + ], + "elo_min": [ + 38 ], "id": [ - 2020 + 4442 ], - "starts_at": [ - 2020 + "map_ids": [ + 4442 + ], + "notes": [ + 78 + ], + "regions": [ + 78 ], "team_id": [ - 2020 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_mutation_response": { + "team_scrim_settings_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3345 + 3906 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_on_conflict": { + "team_scrim_settings_obj_rel_insert_input": { + "data": [ + 3913 + ], + "on_conflict": [ + 3918 + ], + "__typename": [ + 78 + ] + }, + "team_scrim_settings_on_conflict": { "constraint": [ - 3355 + 3911 ], "update_columns": [ - 3371 + 3929 ], "where": [ - 3354 + 3910 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_order_by": { + "team_scrim_settings_order_by": { + "allow_outside_availability": [ + 2461 + ], "created_at": [ - 2020 + 2461 ], - "ends_at": [ - 2020 + "elo_max": [ + 2461 + ], + "elo_min": [ + 2461 + ], + "enabled": [ + 2461 ], "id": [ - 2020 + 2461 ], - "recurring_weekly": [ - 2020 + "map_ids": [ + 2461 ], - "starts_at": [ - 2020 + "notes": [ + 2461 + ], + "regions": [ + 2461 ], "team": [ - 3535 + 3981 ], "team_id": [ - 2020 + 2461 + ], + "updated_at": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_pk_columns_input": { + "team_scrim_settings_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_select_column": {}, - "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_and_arguments_columns": {}, - "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns": {}, - "team_scrim_availability_set_input": { + "team_scrim_settings_select_column": {}, + "team_scrim_settings_set_input": { + "allow_outside_availability": [ + 3 + ], "created_at": [ - 3558 + 4004 ], - "ends_at": [ - 3558 + "elo_max": [ + 38 ], - "id": [ - 3955 + "elo_min": [ + 38 ], - "recurring_weekly": [ + "enabled": [ 3 ], - "starts_at": [ - 3558 + "id": [ + 4442 + ], + "map_ids": [ + 4442 + ], + "notes": [ + 78 + ], + "regions": [ + 78 ], "team_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_stream_cursor_input": { - "initial_value": [ - 3370 + "team_scrim_settings_stddev_fields": { + "elo_max": [ + 29 ], - "ordering": [ - 233 + "elo_min": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_stream_cursor_value_input": { - "created_at": [ - 3558 - ], - "ends_at": [ - 3558 - ], - "id": [ - 3955 + "team_scrim_settings_stddev_pop_fields": { + "elo_max": [ + 29 ], - "recurring_weekly": [ - 3 + "elo_min": [ + 29 ], - "starts_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "team_scrim_settings_stddev_samp_fields": { + "elo_max": [ + 29 ], - "team_id": [ - 3955 + "elo_min": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_availability_update_column": {}, - "team_scrim_availability_updates": { - "_set": [ - 3368 + "team_scrim_settings_stream_cursor_input": { + "initial_value": [ + 3927 ], - "where": [ - 3354 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals": { + "team_scrim_settings_stream_cursor_value_input": { + "allow_outside_availability": [ + 3 + ], "created_at": [ - 3558 + 4004 ], - "id": [ - 3955 + "elo_max": [ + 38 ], - "proposed_by": [ - 2978 + "elo_min": [ + 38 ], - "proposed_by_steam_id": [ - 178 + "enabled": [ + 3 ], - "proposed_by_team": [ - 3515 + "id": [ + 4442 ], - "proposed_by_team_id": [ - 3955 + "map_ids": [ + 4442 ], - "proposed_scheduled_at": [ - 3558 + "notes": [ + 78 ], - "request": [ - 3414 + "regions": [ + 78 ], - "request_id": [ - 3955 + "team_id": [ + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_aggregate": { - "aggregate": [ - 3377 + "team_scrim_settings_sum_fields": { + "elo_max": [ + 38 ], - "nodes": [ - 3373 + "elo_min": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_aggregate_bool_exp": { - "count": [ - 3376 + "team_scrim_settings_update_column": {}, + "team_scrim_settings_updates": { + "_inc": [ + 3912 + ], + "_set": [ + 3922 + ], + "where": [ + 3910 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_aggregate_bool_exp_count": { - "arguments": [ - 3394 + "team_scrim_settings_var_pop_fields": { + "elo_max": [ + 29 ], - "distinct": [ - 3 + "elo_min": [ + 29 ], - "filter": [ - 3382 + "__typename": [ + 78 + ] + }, + "team_scrim_settings_var_samp_fields": { + "elo_max": [ + 29 ], - "predicate": [ - 39 + "elo_min": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_aggregate_fields": { - "avg": [ - 3380 + "team_scrim_settings_variance_fields": { + "elo_max": [ + 29 ], - "count": [ - 38, - { - "columns": [ - 3394, - "[team_scrim_request_proposals_select_column!]" - ], - "distinct": [ - 3 - ] - } + "elo_min": [ + 29 ], - "max": [ - 3386 + "__typename": [ + 78 + ] + }, + "team_suggestions": { + "created_at": [ + 4004 ], - "min": [ - 3388 + "group_hash": [ + 78 ], - "stddev": [ - 3396 + "id": [ + 4442 ], - "stddev_pop": [ - 3398 + "last_notified_at": [ + 4004 ], - "stddev_samp": [ - 3400 + "member_steam_ids": [ + 180 ], - "sum": [ - 3404 + "status": [ + 78 ], - "var_pop": [ - 3408 + "together_count": [ + 38 ], - "var_samp": [ - 3410 + "__typename": [ + 78 + ] + }, + "team_suggestions_aggregate": { + "aggregate": [ + 3936 ], - "variance": [ - 3412 + "nodes": [ + 3934 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_aggregate_order_by": { + "team_suggestions_aggregate_fields": { "avg": [ - 3381 + 3937 ], "count": [ - 2020 + 38, + { + "columns": [ + 3948, + "[team_suggestions_select_column!]" + ], + "distinct": [ + 3 + ] + } ], "max": [ - 3387 + 3942 ], "min": [ - 3389 + 3943 ], "stddev": [ - 3397 + 3950 ], "stddev_pop": [ - 3399 + 3951 ], "stddev_samp": [ - 3401 + 3952 ], "sum": [ - 3405 + 3955 ], "var_pop": [ - 3409 + 3958 ], "var_samp": [ - 3411 + 3959 ], "variance": [ - 3413 - ], - "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_arr_rel_insert_input": { - "data": [ - 3385 - ], - "on_conflict": [ - 3391 + 3960 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_avg_fields": { - "proposed_by_steam_id": [ + "team_suggestions_avg_fields": { + "together_count": [ 29 ], "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_avg_order_by": { - "proposed_by_steam_id": [ - 2020 - ], - "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_bool_exp": { + "team_suggestions_bool_exp": { "_and": [ - 3382 + 3938 ], "_not": [ - 3382 + 3938 ], "_or": [ - 3382 + 3938 ], "created_at": [ - 3559 - ], - "id": [ - 3957 - ], - "proposed_by": [ - 2982 + 4005 ], - "proposed_by_steam_id": [ - 180 + "group_hash": [ + 80 ], - "proposed_by_team": [ - 3524 + "id": [ + 4444 ], - "proposed_by_team_id": [ - 3957 + "last_notified_at": [ + 4005 ], - "proposed_scheduled_at": [ - 3559 + "member_steam_ids": [ + 181 ], - "request": [ - 3425 + "status": [ + 80 ], - "request_id": [ - 3957 + "together_count": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_constraint": {}, - "team_scrim_request_proposals_inc_input": { - "proposed_by_steam_id": [ - 178 + "team_suggestions_constraint": {}, + "team_suggestions_inc_input": { + "together_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_insert_input": { + "team_suggestions_insert_input": { "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "proposed_by": [ - 2989 - ], - "proposed_by_steam_id": [ - 178 - ], - "proposed_by_team": [ - 3533 - ], - "proposed_by_team_id": [ - 3955 - ], - "proposed_scheduled_at": [ - 3558 - ], - "request": [ - 3434 - ], - "request_id": [ - 3955 + 4004 ], - "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_max_fields": { - "created_at": [ - 3558 + "group_hash": [ + 78 ], "id": [ - 3955 + 4442 ], - "proposed_by_steam_id": [ - 178 + "last_notified_at": [ + 4004 ], - "proposed_by_team_id": [ - 3955 + "member_steam_ids": [ + 180 ], - "proposed_scheduled_at": [ - 3558 + "status": [ + 78 ], - "request_id": [ - 3955 + "together_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_max_order_by": { + "team_suggestions_max_fields": { "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "proposed_by_steam_id": [ - 2020 - ], - "proposed_by_team_id": [ - 2020 - ], - "proposed_scheduled_at": [ - 2020 - ], - "request_id": [ - 2020 + 4004 ], - "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_min_fields": { - "created_at": [ - 3558 + "group_hash": [ + 78 ], "id": [ - 3955 + 4442 ], - "proposed_by_steam_id": [ - 178 + "last_notified_at": [ + 4004 ], - "proposed_by_team_id": [ - 3955 + "member_steam_ids": [ + 180 ], - "proposed_scheduled_at": [ - 3558 + "status": [ + 78 ], - "request_id": [ - 3955 + "together_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_min_order_by": { + "team_suggestions_min_fields": { "created_at": [ - 2020 + 4004 + ], + "group_hash": [ + 78 ], "id": [ - 2020 + 4442 ], - "proposed_by_steam_id": [ - 2020 + "last_notified_at": [ + 4004 ], - "proposed_by_team_id": [ - 2020 + "member_steam_ids": [ + 180 ], - "proposed_scheduled_at": [ - 2020 + "status": [ + 78 ], - "request_id": [ - 2020 + "together_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_mutation_response": { + "team_suggestions_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3373 + 3934 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_on_conflict": { + "team_suggestions_on_conflict": { "constraint": [ - 3383 + 3939 ], "update_columns": [ - 3406 + 3956 ], "where": [ - 3382 + 3938 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_order_by": { + "team_suggestions_order_by": { "created_at": [ - 2020 - ], - "id": [ - 2020 - ], - "proposed_by": [ - 2991 + 2461 ], - "proposed_by_steam_id": [ - 2020 + "group_hash": [ + 2461 ], - "proposed_by_team": [ - 3535 + "id": [ + 2461 ], - "proposed_by_team_id": [ - 2020 + "last_notified_at": [ + 2461 ], - "proposed_scheduled_at": [ - 2020 + "member_steam_ids": [ + 2461 ], - "request": [ - 3436 + "status": [ + 2461 ], - "request_id": [ - 2020 + "together_count": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_pk_columns_input": { + "team_suggestions_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_select_column": {}, - "team_scrim_request_proposals_set_input": { + "team_suggestions_select_column": {}, + "team_suggestions_set_input": { "created_at": [ - 3558 - ], - "id": [ - 3955 - ], - "proposed_by_steam_id": [ - 178 - ], - "proposed_by_team_id": [ - 3955 + 4004 ], - "proposed_scheduled_at": [ - 3558 + "group_hash": [ + 78 ], - "request_id": [ - 3955 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_stddev_fields": { - "proposed_by_steam_id": [ - 29 + "last_notified_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_stddev_order_by": { - "proposed_by_steam_id": [ - 2020 + "member_steam_ids": [ + 180 ], - "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_stddev_pop_fields": { - "proposed_by_steam_id": [ - 29 + "status": [ + 78 + ], + "together_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_stddev_pop_order_by": { - "proposed_by_steam_id": [ - 2020 + "team_suggestions_stddev_fields": { + "together_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_stddev_samp_fields": { - "proposed_by_steam_id": [ + "team_suggestions_stddev_pop_fields": { + "together_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_stddev_samp_order_by": { - "proposed_by_steam_id": [ - 2020 + "team_suggestions_stddev_samp_fields": { + "together_count": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_stream_cursor_input": { + "team_suggestions_stream_cursor_input": { "initial_value": [ - 3403 + 3954 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_stream_cursor_value_input": { + "team_suggestions_stream_cursor_value_input": { "created_at": [ - 3558 + 4004 ], - "id": [ - 3955 + "group_hash": [ + 78 ], - "proposed_by_steam_id": [ - 178 + "id": [ + 4442 ], - "proposed_by_team_id": [ - 3955 + "last_notified_at": [ + 4004 ], - "proposed_scheduled_at": [ - 3558 + "member_steam_ids": [ + 180 ], - "request_id": [ - 3955 + "status": [ + 78 ], - "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_sum_fields": { - "proposed_by_steam_id": [ - 178 + "together_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_sum_order_by": { - "proposed_by_steam_id": [ - 2020 + "team_suggestions_sum_fields": { + "together_count": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_update_column": {}, - "team_scrim_request_proposals_updates": { + "team_suggestions_update_column": {}, + "team_suggestions_updates": { "_inc": [ - 3384 + 3940 ], "_set": [ - 3395 + 3949 ], "where": [ - 3382 + 3938 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_var_pop_fields": { - "proposed_by_steam_id": [ + "team_suggestions_var_pop_fields": { + "together_count": [ 29 ], "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_var_pop_order_by": { - "proposed_by_steam_id": [ - 2020 - ], - "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_var_samp_fields": { - "proposed_by_steam_id": [ + "team_suggestions_var_samp_fields": { + "together_count": [ 29 ], "__typename": [ - 79 - ] - }, - "team_scrim_request_proposals_var_samp_order_by": { - "proposed_by_steam_id": [ - 2020 - ], - "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_variance_fields": { - "proposed_by_steam_id": [ + "team_suggestions_variance_fields": { + "together_count": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_request_proposals_variance_order_by": { - "proposed_by_steam_id": [ - 2020 + "teams": { + "avatar_url": [ + 78 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests": { - "auto_generated": [ + "can_change_role": [ 3 ], - "awaiting_team": [ - 3515 - ], - "awaiting_team_id": [ - 3955 - ], - "canceled_by_team_id": [ - 3955 - ], - "canceled_late": [ + "can_invite": [ 3 ], - "created_at": [ - 3558 - ], - "expires_at": [ - 3558 - ], - "from_team": [ - 3515 - ], - "from_team_checked_in": [ + "can_manage_scrims": [ 3 ], - "from_team_id": [ - 3955 + "can_remove": [ + 3 ], - "id": [ - 3955 + "captain": [ + 3419 ], - "match": [ - 1835 + "captain_steam_id": [ + 180 ], - "match_id": [ - 3955 + "id": [ + 4442 ], - "match_options": [ - 1715 + "invites": [ + 3678, + { + "distinct_on": [ + 3699, + "[team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3697, + "[team_invites_order_by!]" + ], + "where": [ + 3687 + ] + } ], - "match_options_id": [ - 3955 + "invites_aggregate": [ + 3679, + { + "distinct_on": [ + 3699, + "[team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3697, + "[team_invites_order_by!]" + ], + "where": [ + 3687 + ] + } ], - "match_outcome": [ - 79 + "match_lineups": [ + 1956, + { + "distinct_on": [ + 1978, + "[match_lineups_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1976, + "[match_lineups_order_by!]" + ], + "where": [ + 1965 + ] + } ], - "proposals": [ - 3373, + "match_lineups_aggregate": [ + 1957, { "distinct_on": [ - 3394, - "[team_scrim_request_proposals_select_column!]" + 1978, + "[match_lineups_select_column!]" ], "limit": [ 38 @@ -82381,20 +93045,20 @@ export default { 38 ], "order_by": [ - 3392, - "[team_scrim_request_proposals_order_by!]" + 1976, + "[match_lineups_order_by!]" ], "where": [ - 3382 + 1965 ] } ], - "proposals_aggregate": [ - 3374, + "matches": [ + 2276, { "distinct_on": [ - 3394, - "[team_scrim_request_proposals_select_column!]" + 2298, + "[matches_select_column!]" ], "limit": [ 38 @@ -82403,131 +93067,220 @@ export default { 38 ], "order_by": [ - 3392, - "[team_scrim_request_proposals_order_by!]" + 2296, + "[matches_order_by!]" ], "where": [ - 3382 + 2285 ] } ], - "proposed_scheduled_at": [ - 3558 + "name": [ + 78 ], - "region": [ - 79 + "owner": [ + 3419 ], - "requested_by": [ - 2978 + "owner_steam_id": [ + 180 ], - "requested_by_steam_id": [ - 178 + "ranks": [ + 5075 ], - "responded_at": [ - 3558 + "reputation": [ + 5095 ], - "status": [ - 855 + "role": [ + 78 ], - "to_team": [ - 3515 + "roster": [ + 3719, + { + "distinct_on": [ + 3742, + "[team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3740, + "[team_roster_order_by!]" + ], + "where": [ + 3730 + ] + } ], - "to_team_checked_in": [ - 3 + "roster_aggregate": [ + 3720, + { + "distinct_on": [ + 3742, + "[team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3740, + "[team_roster_order_by!]" + ], + "where": [ + 3730 + ] + } ], - "to_team_id": [ - 3955 + "scrim_availability": [ + 3791, + { + "distinct_on": [ + 3811, + "[team_scrim_availability_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3809, + "[team_scrim_availability_order_by!]" + ], + "where": [ + 3800 + ] + } ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_aggregate": { - "aggregate": [ - 3420 + "scrim_availability_aggregate": [ + 3792, + { + "distinct_on": [ + 3811, + "[team_scrim_availability_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 3809, + "[team_scrim_availability_order_by!]" + ], + "where": [ + 3800 + ] + } ], - "nodes": [ - 3414 + "scrim_settings": [ + 3906 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_aggregate_bool_exp": { - "bool_and": [ - 3417 + "short_name": [ + 78 ], - "bool_or": [ - 3418 + "tournament_teams": [ + 4267, + { + "distinct_on": [ + 4289, + "[tournament_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4287, + "[tournament_teams_order_by!]" + ], + "where": [ + 4276 + ] + } ], - "count": [ - 3419 + "tournament_teams_aggregate": [ + 4268, + { + "distinct_on": [ + 4289, + "[tournament_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4287, + "[tournament_teams_order_by!]" + ], + "where": [ + 4276 + ] + } ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_aggregate_bool_exp_bool_and": { - "arguments": [ - 3439 - ], - "distinct": [ - 3 - ], - "filter": [ - 3425 + "teams_aggregate": { + "aggregate": [ + 3965 ], - "predicate": [ - 4 + "nodes": [ + 3961 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_aggregate_bool_exp_bool_or": { - "arguments": [ - 3440 - ], - "distinct": [ - 3 - ], - "filter": [ - 3425 - ], - "predicate": [ - 4 + "teams_aggregate_bool_exp": { + "count": [ + 3964 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_aggregate_bool_exp_count": { + "teams_aggregate_bool_exp_count": { "arguments": [ - 3438 + 3983 ], "distinct": [ 3 ], "filter": [ - 3425 + 3970 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_aggregate_fields": { + "teams_aggregate_fields": { "avg": [ - 3423 + 3968 ], "count": [ 38, { "columns": [ - 3438, - "[team_scrim_requests_select_column!]" + 3983, + "[teams_select_column!]" ], "distinct": [ 3 @@ -82535,1457 +93288,2163 @@ export default { } ], "max": [ - 3429 + 3974 ], "min": [ - 3431 + 3976 ], "stddev": [ - 3442 + 3985 ], "stddev_pop": [ - 3444 + 3987 ], "stddev_samp": [ - 3446 + 3989 ], "sum": [ - 3450 + 3993 ], "var_pop": [ - 3454 + 3997 ], "var_samp": [ - 3456 + 3999 ], "variance": [ - 3458 + 4001 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_aggregate_order_by": { + "teams_aggregate_order_by": { "avg": [ - 3424 + 3969 ], "count": [ - 2020 + 2461 ], "max": [ - 3430 + 3975 ], "min": [ - 3432 + 3977 ], "stddev": [ - 3443 + 3986 ], "stddev_pop": [ - 3445 + 3988 ], "stddev_samp": [ - 3447 + 3990 ], "sum": [ - 3451 + 3994 ], "var_pop": [ - 3455 + 3998 ], "var_samp": [ - 3457 + 4000 ], "variance": [ - 3459 + 4002 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_arr_rel_insert_input": { + "teams_arr_rel_insert_input": { "data": [ - 3428 + 3973 ], "on_conflict": [ - 3435 + 3980 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_avg_fields": { - "requested_by_steam_id": [ + "teams_avg_fields": { + "captain_steam_id": [ + 29 + ], + "owner_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_avg_order_by": { - "requested_by_steam_id": [ - 2020 + "teams_avg_order_by": { + "captain_steam_id": [ + 2461 + ], + "owner_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_bool_exp": { + "teams_bool_exp": { "_and": [ - 3425 + 3970 ], "_not": [ - 3425 + 3970 ], "_or": [ - 3425 + 3970 ], - "auto_generated": [ - 4 + "avatar_url": [ + 80 ], - "awaiting_team": [ - 3524 + "can_change_role": [ + 4 ], - "awaiting_team_id": [ - 3957 + "can_invite": [ + 4 ], - "canceled_by_team_id": [ - 3957 + "can_manage_scrims": [ + 4 ], - "canceled_late": [ + "can_remove": [ 4 ], - "created_at": [ - 3559 + "captain": [ + 3423 ], - "expires_at": [ - 3559 + "captain_steam_id": [ + 182 ], - "from_team": [ - 3524 + "id": [ + 4444 ], - "from_team_checked_in": [ - 4 + "invites": [ + 3687 ], - "from_team_id": [ - 3957 + "invites_aggregate": [ + 3680 ], - "id": [ - 3957 + "match_lineups": [ + 1965 ], - "match": [ - 1844 + "match_lineups_aggregate": [ + 1958 ], - "match_id": [ - 3957 + "matches": [ + 2285 ], - "match_options": [ - 1719 + "name": [ + 80 ], - "match_options_id": [ - 3957 + "owner": [ + 3423 ], - "match_outcome": [ - 81 + "owner_steam_id": [ + 182 ], - "proposals": [ - 3382 + "ranks": [ + 5079 ], - "proposals_aggregate": [ - 3375 + "reputation": [ + 5099 ], - "proposed_scheduled_at": [ - 3559 + "role": [ + 80 ], - "region": [ - 81 + "roster": [ + 3730 ], - "requested_by": [ - 2982 + "roster_aggregate": [ + 3721 ], - "requested_by_steam_id": [ - 180 + "scrim_availability": [ + 3800 ], - "responded_at": [ - 3559 + "scrim_availability_aggregate": [ + 3793 ], - "status": [ - 856 + "scrim_settings": [ + 3910 ], - "to_team": [ - 3524 + "short_name": [ + 80 ], - "to_team_checked_in": [ - 4 + "tournament_teams": [ + 4276 ], - "to_team_id": [ - 3957 + "tournament_teams_aggregate": [ + 4269 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_constraint": {}, - "team_scrim_requests_inc_input": { - "requested_by_steam_id": [ - 178 + "teams_constraint": {}, + "teams_inc_input": { + "captain_steam_id": [ + 180 + ], + "owner_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_insert_input": { - "auto_generated": [ - 3 + "teams_insert_input": { + "avatar_url": [ + 78 ], - "awaiting_team": [ - 3533 + "captain": [ + 3430 ], - "awaiting_team_id": [ - 3955 + "captain_steam_id": [ + 180 ], - "canceled_by_team_id": [ - 3955 + "id": [ + 4442 ], - "canceled_late": [ - 3 + "invites": [ + 3684 ], - "created_at": [ - 3558 + "match_lineups": [ + 1962 ], - "expires_at": [ - 3558 + "name": [ + 78 ], - "from_team": [ - 3533 + "owner": [ + 3430 ], - "from_team_checked_in": [ - 3 + "owner_steam_id": [ + 180 ], - "from_team_id": [ - 3955 + "ranks": [ + 5083 ], - "id": [ - 3955 + "reputation": [ + 5103 ], - "match": [ - 1853 + "roster": [ + 3727 ], - "match_id": [ - 3955 + "scrim_availability": [ + 3799 ], - "match_options": [ - 1726 + "scrim_settings": [ + 3917 ], - "match_options_id": [ - 3955 + "short_name": [ + 78 ], - "match_outcome": [ - 79 + "tournament_teams": [ + 4273 ], - "proposals": [ - 3379 + "__typename": [ + 78 + ] + }, + "teams_max_fields": { + "avatar_url": [ + 78 ], - "proposed_scheduled_at": [ - 3558 + "captain_steam_id": [ + 180 ], - "region": [ - 79 + "id": [ + 4442 ], - "requested_by": [ - 2989 + "name": [ + 78 ], - "requested_by_steam_id": [ - 178 + "owner_steam_id": [ + 180 ], - "responded_at": [ - 3558 + "role": [ + 78 ], - "status": [ - 855 + "short_name": [ + 78 ], - "to_team": [ - 3533 + "__typename": [ + 78 + ] + }, + "teams_max_order_by": { + "avatar_url": [ + 2461 ], - "to_team_checked_in": [ - 3 + "captain_steam_id": [ + 2461 ], - "to_team_id": [ - 3955 + "id": [ + 2461 + ], + "name": [ + 2461 + ], + "owner_steam_id": [ + 2461 + ], + "short_name": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_max_fields": { - "awaiting_team_id": [ - 3955 + "teams_min_fields": { + "avatar_url": [ + 78 ], - "canceled_by_team_id": [ - 3955 + "captain_steam_id": [ + 180 ], - "created_at": [ - 3558 + "id": [ + 4442 ], - "expires_at": [ - 3558 + "name": [ + 78 ], - "from_team_id": [ - 3955 + "owner_steam_id": [ + 180 + ], + "role": [ + 78 + ], + "short_name": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "teams_min_order_by": { + "avatar_url": [ + 2461 + ], + "captain_steam_id": [ + 2461 ], "id": [ - 3955 + 2461 ], - "match_id": [ - 3955 + "name": [ + 2461 ], - "match_options_id": [ - 3955 + "owner_steam_id": [ + 2461 ], - "match_outcome": [ - 79 + "short_name": [ + 2461 ], - "proposed_scheduled_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "teams_mutation_response": { + "affected_rows": [ + 38 ], - "region": [ - 79 + "returning": [ + 3961 ], - "requested_by_steam_id": [ - 178 + "__typename": [ + 78 + ] + }, + "teams_obj_rel_insert_input": { + "data": [ + 3973 ], - "responded_at": [ - 3558 + "on_conflict": [ + 3980 ], - "to_team_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "teams_on_conflict": { + "constraint": [ + 3971 + ], + "update_columns": [ + 3995 + ], + "where": [ + 3970 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_max_order_by": { - "awaiting_team_id": [ - 2020 + "teams_order_by": { + "avatar_url": [ + 2461 ], - "canceled_by_team_id": [ - 2020 + "can_change_role": [ + 2461 ], - "created_at": [ - 2020 + "can_invite": [ + 2461 ], - "expires_at": [ - 2020 + "can_manage_scrims": [ + 2461 ], - "from_team_id": [ - 2020 + "can_remove": [ + 2461 + ], + "captain": [ + 3432 + ], + "captain_steam_id": [ + 2461 ], "id": [ - 2020 + 2461 ], - "match_id": [ - 2020 + "invites_aggregate": [ + 3683 ], - "match_options_id": [ - 2020 + "match_lineups_aggregate": [ + 1961 ], - "match_outcome": [ - 2020 + "matches_aggregate": [ + 2281 ], - "proposed_scheduled_at": [ - 2020 + "name": [ + 2461 ], - "region": [ - 2020 + "owner": [ + 3432 ], - "requested_by_steam_id": [ - 2020 + "owner_steam_id": [ + 2461 ], - "responded_at": [ - 2020 + "ranks": [ + 5084 ], - "to_team_id": [ - 2020 + "reputation": [ + 5104 + ], + "role": [ + 2461 + ], + "roster_aggregate": [ + 3726 + ], + "scrim_availability_aggregate": [ + 3798 + ], + "scrim_settings": [ + 3919 + ], + "short_name": [ + 2461 + ], + "tournament_teams_aggregate": [ + 4272 + ], + "__typename": [ + 78 + ] + }, + "teams_pk_columns_input": { + "id": [ + 4442 + ], + "__typename": [ + 78 + ] + }, + "teams_select_column": {}, + "teams_set_input": { + "avatar_url": [ + 78 + ], + "captain_steam_id": [ + 180 + ], + "id": [ + 4442 + ], + "name": [ + 78 + ], + "owner_steam_id": [ + 180 + ], + "short_name": [ + 78 + ], + "__typename": [ + 78 + ] + }, + "teams_stddev_fields": { + "captain_steam_id": [ + 29 + ], + "owner_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "teams_stddev_order_by": { + "captain_steam_id": [ + 2461 + ], + "owner_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "teams_stddev_pop_fields": { + "captain_steam_id": [ + 29 + ], + "owner_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "teams_stddev_pop_order_by": { + "captain_steam_id": [ + 2461 + ], + "owner_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "teams_stddev_samp_fields": { + "captain_steam_id": [ + 29 + ], + "owner_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "teams_stddev_samp_order_by": { + "captain_steam_id": [ + 2461 + ], + "owner_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_min_fields": { - "awaiting_team_id": [ - 3955 - ], - "canceled_by_team_id": [ - 3955 + "teams_stream_cursor_input": { + "initial_value": [ + 3992 ], - "created_at": [ - 3558 + "ordering": [ + 236 ], - "expires_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "teams_stream_cursor_value_input": { + "avatar_url": [ + 78 ], - "from_team_id": [ - 3955 + "captain_steam_id": [ + 180 ], "id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_options_id": [ - 3955 - ], - "match_outcome": [ - 79 - ], - "proposed_scheduled_at": [ - 3558 - ], - "region": [ - 79 + 4442 ], - "requested_by_steam_id": [ - 178 + "name": [ + 78 ], - "responded_at": [ - 3558 + "owner_steam_id": [ + 180 ], - "to_team_id": [ - 3955 + "short_name": [ + 78 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_min_order_by": { - "awaiting_team_id": [ - 2020 - ], - "canceled_by_team_id": [ - 2020 + "teams_sum_fields": { + "captain_steam_id": [ + 180 ], - "created_at": [ - 2020 + "owner_steam_id": [ + 180 ], - "expires_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "teams_sum_order_by": { + "captain_steam_id": [ + 2461 ], - "from_team_id": [ - 2020 + "owner_steam_id": [ + 2461 ], - "id": [ - 2020 + "__typename": [ + 78 + ] + }, + "teams_update_column": {}, + "teams_updates": { + "_inc": [ + 3972 ], - "match_id": [ - 2020 + "_set": [ + 3984 ], - "match_options_id": [ - 2020 + "where": [ + 3970 ], - "match_outcome": [ - 2020 + "__typename": [ + 78 + ] + }, + "teams_var_pop_fields": { + "captain_steam_id": [ + 29 ], - "proposed_scheduled_at": [ - 2020 + "owner_steam_id": [ + 29 ], - "region": [ - 2020 + "__typename": [ + 78 + ] + }, + "teams_var_pop_order_by": { + "captain_steam_id": [ + 2461 ], - "requested_by_steam_id": [ - 2020 + "owner_steam_id": [ + 2461 ], - "responded_at": [ - 2020 + "__typename": [ + 78 + ] + }, + "teams_var_samp_fields": { + "captain_steam_id": [ + 29 ], - "to_team_id": [ - 2020 + "owner_steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_mutation_response": { - "affected_rows": [ - 38 + "teams_var_samp_order_by": { + "captain_steam_id": [ + 2461 ], - "returning": [ - 3414 + "owner_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_obj_rel_insert_input": { - "data": [ - 3428 + "teams_variance_fields": { + "captain_steam_id": [ + 29 ], - "on_conflict": [ - 3435 + "owner_steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_on_conflict": { - "constraint": [ - 3426 - ], - "update_columns": [ - 3452 + "teams_variance_order_by": { + "captain_steam_id": [ + 2461 ], - "where": [ - 3425 + "owner_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_order_by": { - "auto_generated": [ - 2020 + "timestamp": {}, + "timestamptz": {}, + "timestamptz_comparison_exp": { + "_eq": [ + 4004 ], - "awaiting_team": [ - 3535 + "_gt": [ + 4004 ], - "awaiting_team_id": [ - 2020 + "_gte": [ + 4004 ], - "canceled_by_team_id": [ - 2020 + "_in": [ + 4004 ], - "canceled_late": [ - 2020 + "_is_null": [ + 3 ], - "created_at": [ - 2020 + "_lt": [ + 4004 ], - "expires_at": [ - 2020 + "_lte": [ + 4004 ], - "from_team": [ - 3535 + "_neq": [ + 4004 ], - "from_team_checked_in": [ - 2020 + "_nin": [ + 4004 ], - "from_team_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_brackets": { + "bye": [ + 3 + ], + "created_at": [ + 4004 + ], + "feeding_brackets": [ + 4006, + { + "distinct_on": [ + 4030, + "[tournament_brackets_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4028, + "[tournament_brackets_order_by!]" + ], + "where": [ + 4017 + ] + } + ], + "finished": [ + 3 + ], + "group": [ + 2459 ], "id": [ - 2020 + 4442 + ], + "loser_bracket": [ + 4006 + ], + "loser_parent_bracket_id": [ + 4442 ], "match": [ - 1855 + 2276 ], "match_id": [ - 2020 + 4442 ], - "match_options": [ - 1728 + "match_number": [ + 38 ], "match_options_id": [ - 2020 + 4442 ], - "match_outcome": [ - 2020 + "options": [ + 2156 ], - "proposals_aggregate": [ - 3378 + "parent_bracket": [ + 4006 ], - "proposed_scheduled_at": [ - 2020 + "parent_bracket_id": [ + 4442 ], - "region": [ - 2020 + "path": [ + 78 ], - "requested_by": [ - 2991 + "round": [ + 38 ], - "requested_by_steam_id": [ - 2020 + "scheduled_at": [ + 4004 ], - "responded_at": [ - 2020 + "scheduled_eta": [ + 4004 ], - "status": [ - 2020 + "scheduling_proposals": [ + 1469, + { + "distinct_on": [ + 1490, + "[league_scheduling_proposals_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1488, + "[league_scheduling_proposals_order_by!]" + ], + "where": [ + 1478 + ] + } ], - "to_team": [ - 3535 + "scheduling_proposals_aggregate": [ + 1470, + { + "distinct_on": [ + 1490, + "[league_scheduling_proposals_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1488, + "[league_scheduling_proposals_order_by!]" + ], + "where": [ + 1478 + ] + } ], - "to_team_checked_in": [ - 2020 + "stage": [ + 4134 ], - "to_team_id": [ - 2020 + "team_1": [ + 4267 + ], + "team_1_seed": [ + 38 + ], + "team_2": [ + 4267 + ], + "team_2_seed": [ + 38 + ], + "tournament_stage_id": [ + 4442 + ], + "tournament_team_id_1": [ + 4442 + ], + "tournament_team_id_2": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_pk_columns_input": { - "id": [ - 3955 + "tournament_brackets_aggregate": { + "aggregate": [ + 4012 + ], + "nodes": [ + 4006 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_select_column": {}, - "team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_and_arguments_columns": {}, - "team_scrim_requests_select_column_team_scrim_requests_aggregate_bool_exp_bool_or_arguments_columns": {}, - "team_scrim_requests_set_input": { - "auto_generated": [ + "tournament_brackets_aggregate_bool_exp": { + "bool_and": [ + 4009 + ], + "bool_or": [ + 4010 + ], + "count": [ + 4011 + ], + "__typename": [ + 78 + ] + }, + "tournament_brackets_aggregate_bool_exp_bool_and": { + "arguments": [ + 4031 + ], + "distinct": [ 3 ], - "awaiting_team_id": [ - 3955 + "filter": [ + 4017 ], - "canceled_by_team_id": [ - 3955 + "predicate": [ + 4 ], - "canceled_late": [ + "__typename": [ + 78 + ] + }, + "tournament_brackets_aggregate_bool_exp_bool_or": { + "arguments": [ + 4032 + ], + "distinct": [ 3 ], - "created_at": [ - 3558 + "filter": [ + 4017 ], - "expires_at": [ - 3558 + "predicate": [ + 4 ], - "from_team_checked_in": [ + "__typename": [ + 78 + ] + }, + "tournament_brackets_aggregate_bool_exp_count": { + "arguments": [ + 4030 + ], + "distinct": [ 3 ], - "from_team_id": [ - 3955 + "filter": [ + 4017 ], - "id": [ - 3955 + "predicate": [ + 39 ], - "match_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "tournament_brackets_aggregate_fields": { + "avg": [ + 4015 ], - "match_options_id": [ - 3955 + "count": [ + 38, + { + "columns": [ + 4030, + "[tournament_brackets_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "match_outcome": [ - 79 + "max": [ + 4021 ], - "proposed_scheduled_at": [ - 3558 + "min": [ + 4023 ], - "region": [ - 79 + "stddev": [ + 4034 ], - "requested_by_steam_id": [ - 178 + "stddev_pop": [ + 4036 ], - "responded_at": [ - 3558 + "stddev_samp": [ + 4038 ], - "status": [ - 855 + "sum": [ + 4042 ], - "to_team_checked_in": [ - 3 + "var_pop": [ + 4046 ], - "to_team_id": [ - 3955 + "var_samp": [ + 4048 + ], + "variance": [ + 4050 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_stddev_fields": { - "requested_by_steam_id": [ - 29 + "tournament_brackets_aggregate_order_by": { + "avg": [ + 4016 + ], + "count": [ + 2461 + ], + "max": [ + 4022 + ], + "min": [ + 4024 + ], + "stddev": [ + 4035 + ], + "stddev_pop": [ + 4037 + ], + "stddev_samp": [ + 4039 + ], + "sum": [ + 4043 + ], + "var_pop": [ + 4047 + ], + "var_samp": [ + 4049 + ], + "variance": [ + 4051 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_stddev_order_by": { - "requested_by_steam_id": [ - 2020 + "tournament_brackets_arr_rel_insert_input": { + "data": [ + 4020 + ], + "on_conflict": [ + 4027 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_stddev_pop_fields": { - "requested_by_steam_id": [ + "tournament_brackets_avg_fields": { + "group": [ 29 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_stddev_pop_order_by": { - "requested_by_steam_id": [ - 2020 + "match_number": [ + 29 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_stddev_samp_fields": { - "requested_by_steam_id": [ + "round": [ 29 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_stddev_samp_order_by": { - "requested_by_steam_id": [ - 2020 + "team_1_seed": [ + 29 + ], + "team_2_seed": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_stream_cursor_input": { - "initial_value": [ - 3449 + "tournament_brackets_avg_order_by": { + "group": [ + 2461 ], - "ordering": [ - 233 + "match_number": [ + 2461 + ], + "round": [ + 2461 + ], + "team_1_seed": [ + 2461 + ], + "team_2_seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_stream_cursor_value_input": { - "auto_generated": [ - 3 + "tournament_brackets_bool_exp": { + "_and": [ + 4017 ], - "awaiting_team_id": [ - 3955 + "_not": [ + 4017 ], - "canceled_by_team_id": [ - 3955 + "_or": [ + 4017 ], - "canceled_late": [ - 3 + "bye": [ + 4 ], "created_at": [ - 3558 + 4005 ], - "expires_at": [ - 3558 + "feeding_brackets": [ + 4017 ], - "from_team_checked_in": [ - 3 + "finished": [ + 4 ], - "from_team_id": [ - 3955 + "group": [ + 2460 ], "id": [ - 3955 + 4444 + ], + "loser_bracket": [ + 4017 + ], + "loser_parent_bracket_id": [ + 4444 + ], + "match": [ + 2285 ], "match_id": [ - 3955 + 4444 + ], + "match_number": [ + 39 ], "match_options_id": [ - 3955 + 4444 ], - "match_outcome": [ - 79 + "options": [ + 2160 ], - "proposed_scheduled_at": [ - 3558 + "parent_bracket": [ + 4017 ], - "region": [ - 79 + "parent_bracket_id": [ + 4444 ], - "requested_by_steam_id": [ - 178 + "path": [ + 80 ], - "responded_at": [ - 3558 + "round": [ + 39 ], - "status": [ - 855 + "scheduled_at": [ + 4005 ], - "to_team_checked_in": [ - 3 + "scheduled_eta": [ + 4005 ], - "to_team_id": [ - 3955 + "scheduling_proposals": [ + 1478 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_sum_fields": { - "requested_by_steam_id": [ - 178 + "scheduling_proposals_aggregate": [ + 1471 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_sum_order_by": { - "requested_by_steam_id": [ - 2020 + "stage": [ + 4146 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_update_column": {}, - "team_scrim_requests_updates": { - "_inc": [ - 3427 + "team_1": [ + 4276 ], - "_set": [ - 3441 + "team_1_seed": [ + 39 ], - "where": [ - 3425 + "team_2": [ + 4276 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_var_pop_fields": { - "requested_by_steam_id": [ - 29 + "team_2_seed": [ + 39 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_var_pop_order_by": { - "requested_by_steam_id": [ - 2020 + "tournament_stage_id": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_var_samp_fields": { - "requested_by_steam_id": [ - 29 + "tournament_team_id_1": [ + 4444 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_var_samp_order_by": { - "requested_by_steam_id": [ - 2020 + "tournament_team_id_2": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_requests_variance_fields": { - "requested_by_steam_id": [ - 29 + "tournament_brackets_constraint": {}, + "tournament_brackets_inc_input": { + "group": [ + 2459 ], - "__typename": [ - 79 - ] - }, - "team_scrim_requests_variance_order_by": { - "requested_by_steam_id": [ - 2020 + "match_number": [ + 38 + ], + "round": [ + 38 + ], + "team_1_seed": [ + 38 + ], + "team_2_seed": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings": { - "allow_outside_availability": [ + "tournament_brackets_insert_input": { + "bye": [ 3 ], "created_at": [ - 3558 + 4004 ], - "elo_max": [ + "finished": [ + 3 + ], + "group": [ + 2459 + ], + "id": [ + 4442 + ], + "loser_bracket": [ + 4026 + ], + "loser_parent_bracket_id": [ + 4442 + ], + "match": [ + 2294 + ], + "match_id": [ + 4442 + ], + "match_number": [ 38 ], - "elo_min": [ + "match_options_id": [ + 4442 + ], + "options": [ + 2167 + ], + "parent_bracket": [ + 4026 + ], + "parent_bracket_id": [ + 4442 + ], + "path": [ + 78 + ], + "round": [ 38 ], - "enabled": [ - 3 + "scheduled_at": [ + 4004 ], - "id": [ - 3955 + "scheduled_eta": [ + 4004 ], - "map_ids": [ - 3955 + "scheduling_proposals": [ + 1475 ], - "notes": [ - 79 + "stage": [ + 4158 ], - "regions": [ - 79 + "team_1": [ + 4285 ], - "team": [ - 3515 + "team_1_seed": [ + 38 ], - "team_id": [ - 3955 + "team_2": [ + 4285 ], - "updated_at": [ - 3558 + "team_2_seed": [ + 38 ], - "__typename": [ - 79 - ] - }, - "team_scrim_settings_aggregate": { - "aggregate": [ - 3462 + "tournament_stage_id": [ + 4442 ], - "nodes": [ - 3460 + "tournament_team_id_1": [ + 4442 + ], + "tournament_team_id_2": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_aggregate_fields": { - "avg": [ - 3463 + "tournament_brackets_max_fields": { + "created_at": [ + 4004 ], - "count": [ - 38, - { - "columns": [ - 3475, - "[team_scrim_settings_select_column!]" - ], - "distinct": [ - 3 - ] - } + "group": [ + 2459 ], - "max": [ - 3468 + "id": [ + 4442 ], - "min": [ - 3469 + "loser_parent_bracket_id": [ + 4442 ], - "stddev": [ - 3477 + "match_id": [ + 4442 ], - "stddev_pop": [ - 3478 + "match_number": [ + 38 ], - "stddev_samp": [ - 3479 + "match_options_id": [ + 4442 ], - "sum": [ - 3482 + "parent_bracket_id": [ + 4442 ], - "var_pop": [ - 3485 + "path": [ + 78 ], - "var_samp": [ - 3486 + "round": [ + 38 ], - "variance": [ - 3487 + "scheduled_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "team_scrim_settings_avg_fields": { - "elo_max": [ - 29 + "scheduled_eta": [ + 4004 ], - "elo_min": [ - 29 + "team_1_seed": [ + 38 + ], + "team_2_seed": [ + 38 + ], + "tournament_stage_id": [ + 4442 + ], + "tournament_team_id_1": [ + 4442 + ], + "tournament_team_id_2": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_bool_exp": { - "_and": [ - 3464 - ], - "_not": [ - 3464 + "tournament_brackets_max_order_by": { + "created_at": [ + 2461 ], - "_or": [ - 3464 + "group": [ + 2461 ], - "allow_outside_availability": [ - 4 + "id": [ + 2461 ], - "created_at": [ - 3559 + "loser_parent_bracket_id": [ + 2461 ], - "elo_max": [ - 39 + "match_id": [ + 2461 ], - "elo_min": [ - 39 + "match_number": [ + 2461 ], - "enabled": [ - 4 + "match_options_id": [ + 2461 ], - "id": [ - 3957 + "parent_bracket_id": [ + 2461 ], - "map_ids": [ - 3956 + "path": [ + 2461 ], - "notes": [ - 81 + "round": [ + 2461 ], - "regions": [ - 80 + "scheduled_at": [ + 2461 ], - "team": [ - 3524 + "scheduled_eta": [ + 2461 ], - "team_id": [ - 3957 + "team_1_seed": [ + 2461 ], - "updated_at": [ - 3559 + "team_2_seed": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "team_scrim_settings_constraint": {}, - "team_scrim_settings_inc_input": { - "elo_max": [ - 38 + "tournament_stage_id": [ + 2461 ], - "elo_min": [ - 38 + "tournament_team_id_1": [ + 2461 + ], + "tournament_team_id_2": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_insert_input": { - "allow_outside_availability": [ - 3 - ], + "tournament_brackets_min_fields": { "created_at": [ - 3558 + 4004 ], - "elo_max": [ - 38 + "group": [ + 2459 ], - "elo_min": [ + "id": [ + 4442 + ], + "loser_parent_bracket_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "match_number": [ 38 ], - "enabled": [ - 3 + "match_options_id": [ + 4442 ], - "id": [ - 3955 + "parent_bracket_id": [ + 4442 ], - "map_ids": [ - 3955 + "path": [ + 78 ], - "notes": [ - 79 + "round": [ + 38 ], - "regions": [ - 79 + "scheduled_at": [ + 4004 ], - "team": [ - 3533 + "scheduled_eta": [ + 4004 ], - "team_id": [ - 3955 + "team_1_seed": [ + 38 ], - "updated_at": [ - 3558 + "team_2_seed": [ + 38 + ], + "tournament_stage_id": [ + 4442 + ], + "tournament_team_id_1": [ + 4442 + ], + "tournament_team_id_2": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_max_fields": { + "tournament_brackets_min_order_by": { "created_at": [ - 3558 - ], - "elo_max": [ - 38 + 2461 ], - "elo_min": [ - 38 + "group": [ + 2461 ], "id": [ - 3955 + 2461 ], - "map_ids": [ - 3955 + "loser_parent_bracket_id": [ + 2461 ], - "notes": [ - 79 + "match_id": [ + 2461 ], - "regions": [ - 79 + "match_number": [ + 2461 ], - "team_id": [ - 3955 + "match_options_id": [ + 2461 ], - "updated_at": [ - 3558 + "parent_bracket_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "team_scrim_settings_min_fields": { - "created_at": [ - 3558 + "path": [ + 2461 ], - "elo_max": [ - 38 + "round": [ + 2461 ], - "elo_min": [ - 38 + "scheduled_at": [ + 2461 ], - "id": [ - 3955 + "scheduled_eta": [ + 2461 ], - "map_ids": [ - 3955 + "team_1_seed": [ + 2461 ], - "notes": [ - 79 + "team_2_seed": [ + 2461 ], - "regions": [ - 79 + "tournament_stage_id": [ + 2461 ], - "team_id": [ - 3955 + "tournament_team_id_1": [ + 2461 ], - "updated_at": [ - 3558 + "tournament_team_id_2": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_mutation_response": { + "tournament_brackets_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3460 + 4006 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_obj_rel_insert_input": { + "tournament_brackets_obj_rel_insert_input": { "data": [ - 3467 + 4020 ], "on_conflict": [ - 3472 + 4027 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_on_conflict": { + "tournament_brackets_on_conflict": { "constraint": [ - 3465 + 4018 ], "update_columns": [ - 3483 + 4044 ], "where": [ - 3464 + 4017 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_order_by": { - "allow_outside_availability": [ - 2020 + "tournament_brackets_order_by": { + "bye": [ + 2461 ], "created_at": [ - 2020 + 2461 ], - "elo_max": [ - 2020 + "feeding_brackets_aggregate": [ + 4013 ], - "elo_min": [ - 2020 + "finished": [ + 2461 ], - "enabled": [ - 2020 + "group": [ + 2461 ], "id": [ - 2020 + 2461 ], - "map_ids": [ - 2020 + "loser_bracket": [ + 4028 ], - "notes": [ - 2020 + "loser_parent_bracket_id": [ + 2461 ], - "regions": [ - 2020 + "match": [ + 2296 ], - "team": [ - 3535 + "match_id": [ + 2461 ], - "team_id": [ - 2020 + "match_number": [ + 2461 ], - "updated_at": [ - 2020 + "match_options_id": [ + 2461 + ], + "options": [ + 2169 + ], + "parent_bracket": [ + 4028 + ], + "parent_bracket_id": [ + 2461 + ], + "path": [ + 2461 + ], + "round": [ + 2461 + ], + "scheduled_at": [ + 2461 + ], + "scheduled_eta": [ + 2461 + ], + "scheduling_proposals_aggregate": [ + 1474 + ], + "stage": [ + 4160 + ], + "team_1": [ + 4287 + ], + "team_1_seed": [ + 2461 + ], + "team_2": [ + 4287 + ], + "team_2_seed": [ + 2461 + ], + "tournament_stage_id": [ + 2461 + ], + "tournament_team_id_1": [ + 2461 + ], + "tournament_team_id_2": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_pk_columns_input": { + "tournament_brackets_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_select_column": {}, - "team_scrim_settings_set_input": { - "allow_outside_availability": [ + "tournament_brackets_select_column": {}, + "tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns": {}, + "tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns": {}, + "tournament_brackets_set_input": { + "bye": [ 3 ], "created_at": [ - 3558 + 4004 ], - "elo_max": [ + "finished": [ + 3 + ], + "group": [ + 2459 + ], + "id": [ + 4442 + ], + "loser_parent_bracket_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "match_number": [ 38 ], - "elo_min": [ + "match_options_id": [ + 4442 + ], + "parent_bracket_id": [ + 4442 + ], + "path": [ + 78 + ], + "round": [ 38 ], - "enabled": [ - 3 + "scheduled_at": [ + 4004 ], - "id": [ - 3955 + "scheduled_eta": [ + 4004 ], - "map_ids": [ - 3955 + "team_1_seed": [ + 38 ], - "notes": [ - 79 + "team_2_seed": [ + 38 ], - "regions": [ - 79 + "tournament_stage_id": [ + 4442 ], - "team_id": [ - 3955 + "tournament_team_id_1": [ + 4442 ], - "updated_at": [ - 3558 + "tournament_team_id_2": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_stddev_fields": { - "elo_max": [ + "tournament_brackets_stddev_fields": { + "group": [ 29 ], - "elo_min": [ + "match_number": [ + 29 + ], + "round": [ + 29 + ], + "team_1_seed": [ + 29 + ], + "team_2_seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_stddev_pop_fields": { - "elo_max": [ + "tournament_brackets_stddev_order_by": { + "group": [ + 2461 + ], + "match_number": [ + 2461 + ], + "round": [ + 2461 + ], + "team_1_seed": [ + 2461 + ], + "team_2_seed": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "tournament_brackets_stddev_pop_fields": { + "group": [ 29 ], - "elo_min": [ + "match_number": [ + 29 + ], + "round": [ + 29 + ], + "team_1_seed": [ + 29 + ], + "team_2_seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_stddev_samp_fields": { - "elo_max": [ + "tournament_brackets_stddev_pop_order_by": { + "group": [ + 2461 + ], + "match_number": [ + 2461 + ], + "round": [ + 2461 + ], + "team_1_seed": [ + 2461 + ], + "team_2_seed": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "tournament_brackets_stddev_samp_fields": { + "group": [ 29 ], - "elo_min": [ + "match_number": [ + 29 + ], + "round": [ + 29 + ], + "team_1_seed": [ + 29 + ], + "team_2_seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_stream_cursor_input": { + "tournament_brackets_stddev_samp_order_by": { + "group": [ + 2461 + ], + "match_number": [ + 2461 + ], + "round": [ + 2461 + ], + "team_1_seed": [ + 2461 + ], + "team_2_seed": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "tournament_brackets_stream_cursor_input": { "initial_value": [ - 3481 + 4041 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_stream_cursor_value_input": { - "allow_outside_availability": [ + "tournament_brackets_stream_cursor_value_input": { + "bye": [ 3 ], "created_at": [ - 3558 + 4004 ], - "elo_max": [ + "finished": [ + 3 + ], + "group": [ + 2459 + ], + "id": [ + 4442 + ], + "loser_parent_bracket_id": [ + 4442 + ], + "match_id": [ + 4442 + ], + "match_number": [ 38 ], - "elo_min": [ + "match_options_id": [ + 4442 + ], + "parent_bracket_id": [ + 4442 + ], + "path": [ + 78 + ], + "round": [ 38 ], - "enabled": [ - 3 + "scheduled_at": [ + 4004 ], - "id": [ - 3955 + "scheduled_eta": [ + 4004 ], - "map_ids": [ - 3955 + "team_1_seed": [ + 38 ], - "notes": [ - 79 + "team_2_seed": [ + 38 ], - "regions": [ - 79 + "tournament_stage_id": [ + 4442 ], - "team_id": [ - 3955 + "tournament_team_id_1": [ + 4442 ], - "updated_at": [ - 3558 + "tournament_team_id_2": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_sum_fields": { - "elo_max": [ + "tournament_brackets_sum_fields": { + "group": [ + 2459 + ], + "match_number": [ 38 ], - "elo_min": [ + "round": [ + 38 + ], + "team_1_seed": [ + 38 + ], + "team_2_seed": [ 38 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_update_column": {}, - "team_scrim_settings_updates": { + "tournament_brackets_sum_order_by": { + "group": [ + 2461 + ], + "match_number": [ + 2461 + ], + "round": [ + 2461 + ], + "team_1_seed": [ + 2461 + ], + "team_2_seed": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "tournament_brackets_update_column": {}, + "tournament_brackets_updates": { "_inc": [ - 3466 + 4019 ], "_set": [ - 3476 + 4033 ], "where": [ - 3464 + 4017 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_var_pop_fields": { - "elo_max": [ + "tournament_brackets_var_pop_fields": { + "group": [ 29 ], - "elo_min": [ + "match_number": [ + 29 + ], + "round": [ + 29 + ], + "team_1_seed": [ + 29 + ], + "team_2_seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_var_samp_fields": { - "elo_max": [ + "tournament_brackets_var_pop_order_by": { + "group": [ + 2461 + ], + "match_number": [ + 2461 + ], + "round": [ + 2461 + ], + "team_1_seed": [ + 2461 + ], + "team_2_seed": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "tournament_brackets_var_samp_fields": { + "group": [ 29 ], - "elo_min": [ + "match_number": [ + 29 + ], + "round": [ + 29 + ], + "team_1_seed": [ + 29 + ], + "team_2_seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_scrim_settings_variance_fields": { - "elo_max": [ + "tournament_brackets_var_samp_order_by": { + "group": [ + 2461 + ], + "match_number": [ + 2461 + ], + "round": [ + 2461 + ], + "team_1_seed": [ + 2461 + ], + "team_2_seed": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "tournament_brackets_variance_fields": { + "group": [ 29 ], - "elo_min": [ + "match_number": [ + 29 + ], + "round": [ + 29 + ], + "team_1_seed": [ + 29 + ], + "team_2_seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions": { - "created_at": [ - 3558 + "tournament_brackets_variance_order_by": { + "group": [ + 2461 ], - "group_hash": [ - 79 + "match_number": [ + 2461 ], - "id": [ - 3955 + "round": [ + 2461 ], - "last_notified_at": [ - 3558 + "team_1_seed": [ + 2461 ], - "member_steam_ids": [ - 178 + "team_2_seed": [ + 2461 ], - "status": [ - 79 + "__typename": [ + 78 + ] + }, + "tournament_organizers": { + "organizer": [ + 3419 ], - "together_count": [ - 38 + "steam_id": [ + 180 + ], + "tournament": [ + 4396 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_aggregate": { + "tournament_organizers_aggregate": { "aggregate": [ - 3490 + 4056 ], "nodes": [ - 3488 + 4052 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_aggregate_fields": { + "tournament_organizers_aggregate_bool_exp": { + "count": [ + 4055 + ], + "__typename": [ + 78 + ] + }, + "tournament_organizers_aggregate_bool_exp_count": { + "arguments": [ + 4073 + ], + "distinct": [ + 3 + ], + "filter": [ + 4061 + ], + "predicate": [ + 39 + ], + "__typename": [ + 78 + ] + }, + "tournament_organizers_aggregate_fields": { "avg": [ - 3491 + 4059 ], "count": [ 38, { "columns": [ - 3502, - "[team_suggestions_select_column!]" + 4073, + "[tournament_organizers_select_column!]" ], "distinct": [ 3 @@ -83993,701 +95452,486 @@ export default { } ], "max": [ - 3496 + 4065 ], "min": [ - 3497 + 4067 ], "stddev": [ - 3504 + 4075 ], "stddev_pop": [ - 3505 + 4077 ], "stddev_samp": [ - 3506 + 4079 ], "sum": [ - 3509 + 4083 ], "var_pop": [ - 3512 + 4087 ], "var_samp": [ - 3513 + 4089 ], "variance": [ - 3514 + 4091 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_avg_fields": { - "together_count": [ - 29 + "tournament_organizers_aggregate_order_by": { + "avg": [ + 4060 ], - "__typename": [ - 79 - ] - }, - "team_suggestions_bool_exp": { - "_and": [ - 3492 + "count": [ + 2461 ], - "_not": [ - 3492 + "max": [ + 4066 ], - "_or": [ - 3492 + "min": [ + 4068 ], - "created_at": [ - 3559 + "stddev": [ + 4076 ], - "group_hash": [ - 81 + "stddev_pop": [ + 4078 ], - "id": [ - 3957 + "stddev_samp": [ + 4080 ], - "last_notified_at": [ - 3559 + "sum": [ + 4084 ], - "member_steam_ids": [ - 179 + "var_pop": [ + 4088 ], - "status": [ - 81 + "var_samp": [ + 4090 ], - "together_count": [ - 39 + "variance": [ + 4092 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_constraint": {}, - "team_suggestions_inc_input": { - "together_count": [ - 38 + "tournament_organizers_arr_rel_insert_input": { + "data": [ + 4064 + ], + "on_conflict": [ + 4070 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_insert_input": { - "created_at": [ - 3558 + "tournament_organizers_avg_fields": { + "steam_id": [ + 29 ], - "group_hash": [ - 79 + "__typename": [ + 78 + ] + }, + "tournament_organizers_avg_order_by": { + "steam_id": [ + 2461 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "tournament_organizers_bool_exp": { + "_and": [ + 4061 ], - "last_notified_at": [ - 3558 + "_not": [ + 4061 ], - "member_steam_ids": [ - 178 + "_or": [ + 4061 ], - "status": [ - 79 + "organizer": [ + 3423 ], - "together_count": [ - 38 + "steam_id": [ + 182 + ], + "tournament": [ + 4407 + ], + "tournament_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_max_fields": { - "created_at": [ - 3558 + "tournament_organizers_constraint": {}, + "tournament_organizers_inc_input": { + "steam_id": [ + 180 ], - "group_hash": [ - 79 + "__typename": [ + 78 + ] + }, + "tournament_organizers_insert_input": { + "organizer": [ + 3430 ], - "id": [ - 3955 + "steam_id": [ + 180 ], - "last_notified_at": [ - 3558 + "tournament": [ + 4416 ], - "member_steam_ids": [ - 178 + "tournament_id": [ + 4442 ], - "status": [ - 79 + "__typename": [ + 78 + ] + }, + "tournament_organizers_max_fields": { + "steam_id": [ + 180 ], - "together_count": [ - 38 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_min_fields": { - "created_at": [ - 3558 - ], - "group_hash": [ - 79 + "tournament_organizers_max_order_by": { + "steam_id": [ + 2461 ], - "id": [ - 3955 + "tournament_id": [ + 2461 ], - "last_notified_at": [ - 3558 + "__typename": [ + 78 + ] + }, + "tournament_organizers_min_fields": { + "steam_id": [ + 180 ], - "member_steam_ids": [ - 178 + "tournament_id": [ + 4442 ], - "status": [ - 79 + "__typename": [ + 78 + ] + }, + "tournament_organizers_min_order_by": { + "steam_id": [ + 2461 ], - "together_count": [ - 38 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_mutation_response": { + "tournament_organizers_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3488 + 4052 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_on_conflict": { + "tournament_organizers_on_conflict": { "constraint": [ - 3493 + 4062 ], "update_columns": [ - 3510 + 4085 ], "where": [ - 3492 + 4061 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_order_by": { - "created_at": [ - 2020 - ], - "group_hash": [ - 2020 - ], - "id": [ - 2020 - ], - "last_notified_at": [ - 2020 + "tournament_organizers_order_by": { + "organizer": [ + 3432 ], - "member_steam_ids": [ - 2020 + "steam_id": [ + 2461 ], - "status": [ - 2020 + "tournament": [ + 4418 ], - "together_count": [ - 2020 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_pk_columns_input": { - "id": [ - 3955 + "tournament_organizers_pk_columns_input": { + "steam_id": [ + 180 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_select_column": {}, - "team_suggestions_set_input": { - "created_at": [ - 3558 - ], - "group_hash": [ - 79 - ], - "id": [ - 3955 - ], - "last_notified_at": [ - 3558 - ], - "member_steam_ids": [ - 178 - ], - "status": [ - 79 + "tournament_organizers_select_column": {}, + "tournament_organizers_set_input": { + "steam_id": [ + 180 ], - "together_count": [ - 38 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_stddev_fields": { - "together_count": [ + "tournament_organizers_stddev_fields": { + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_stddev_pop_fields": { - "together_count": [ - 29 + "tournament_organizers_stddev_order_by": { + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_stddev_samp_fields": { - "together_count": [ + "tournament_organizers_stddev_pop_fields": { + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_stream_cursor_input": { - "initial_value": [ - 3508 - ], - "ordering": [ - 233 + "tournament_organizers_stddev_pop_order_by": { + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_stream_cursor_value_input": { - "created_at": [ - 3558 + "tournament_organizers_stddev_samp_fields": { + "steam_id": [ + 29 ], - "group_hash": [ - 79 + "__typename": [ + 78 + ] + }, + "tournament_organizers_stddev_samp_order_by": { + "steam_id": [ + 2461 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "tournament_organizers_stream_cursor_input": { + "initial_value": [ + 4082 ], - "last_notified_at": [ - 3558 + "ordering": [ + 236 ], - "member_steam_ids": [ - 178 + "__typename": [ + 78 + ] + }, + "tournament_organizers_stream_cursor_value_input": { + "steam_id": [ + 180 ], - "status": [ - 79 + "tournament_id": [ + 4442 ], - "together_count": [ - 38 + "__typename": [ + 78 + ] + }, + "tournament_organizers_sum_fields": { + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_sum_fields": { - "together_count": [ - 38 + "tournament_organizers_sum_order_by": { + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_update_column": {}, - "team_suggestions_updates": { + "tournament_organizers_update_column": {}, + "tournament_organizers_updates": { "_inc": [ - 3494 + 4063 ], "_set": [ - 3503 + 4074 ], "where": [ - 3492 + 4061 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_var_pop_fields": { - "together_count": [ + "tournament_organizers_var_pop_fields": { + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_var_samp_fields": { - "together_count": [ - 29 + "tournament_organizers_var_pop_order_by": { + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "team_suggestions_variance_fields": { - "together_count": [ + "tournament_organizers_var_samp_fields": { + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "teams": { - "avatar_url": [ - 79 - ], - "can_change_role": [ - 3 + "tournament_organizers_var_samp_order_by": { + "steam_id": [ + 2461 ], - "can_invite": [ - 3 + "__typename": [ + 78 + ] + }, + "tournament_organizers_variance_fields": { + "steam_id": [ + 29 ], - "can_manage_scrims": [ - 3 + "__typename": [ + 78 + ] + }, + "tournament_organizers_variance_order_by": { + "steam_id": [ + 2461 ], - "can_remove": [ - 3 + "__typename": [ + 78 + ] + }, + "tournament_stage_windows": { + "closes_at": [ + 4004 ], - "captain": [ - 2978 + "created_at": [ + 4004 ], - "captain_steam_id": [ - 178 + "default_match_at": [ + 4004 ], "id": [ - 3955 - ], - "invites": [ - 3232, - { - "distinct_on": [ - 3253, - "[team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3251, - "[team_invites_order_by!]" - ], - "where": [ - 3241 - ] - } - ], - "invites_aggregate": [ - 3233, - { - "distinct_on": [ - 3253, - "[team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3251, - "[team_invites_order_by!]" - ], - "where": [ - 3241 - ] - } - ], - "match_lineups": [ - 1515, - { - "distinct_on": [ - 1537, - "[match_lineups_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1535, - "[match_lineups_order_by!]" - ], - "where": [ - 1524 - ] - } - ], - "match_lineups_aggregate": [ - 1516, - { - "distinct_on": [ - 1537, - "[match_lineups_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1535, - "[match_lineups_order_by!]" - ], - "where": [ - 1524 - ] - } - ], - "matches": [ - 1835, - { - "distinct_on": [ - 1857, - "[matches_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 1855, - "[matches_order_by!]" - ], - "where": [ - 1844 - ] - } - ], - "name": [ - 79 - ], - "owner": [ - 2978 - ], - "owner_steam_id": [ - 178 - ], - "ranks": [ - 4504 - ], - "reputation": [ - 4524 - ], - "role": [ - 79 - ], - "roster": [ - 3273, - { - "distinct_on": [ - 3296, - "[team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3294, - "[team_roster_order_by!]" - ], - "where": [ - 3284 - ] - } - ], - "roster_aggregate": [ - 3274, - { - "distinct_on": [ - 3296, - "[team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3294, - "[team_roster_order_by!]" - ], - "where": [ - 3284 - ] - } - ], - "scrim_availability": [ - 3345, - { - "distinct_on": [ - 3365, - "[team_scrim_availability_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3363, - "[team_scrim_availability_order_by!]" - ], - "where": [ - 3354 - ] - } - ], - "scrim_availability_aggregate": [ - 3346, - { - "distinct_on": [ - 3365, - "[team_scrim_availability_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3363, - "[team_scrim_availability_order_by!]" - ], - "where": [ - 3354 - ] - } + 4442 ], - "scrim_settings": [ - 3460 + "opens_at": [ + 4004 ], - "short_name": [ - 79 + "round": [ + 38 ], - "tournament_teams": [ - 3780, - { - "distinct_on": [ - 3802, - "[tournament_teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3800, - "[tournament_teams_order_by!]" - ], - "where": [ - 3789 - ] - } + "stage": [ + 4134 ], - "tournament_teams_aggregate": [ - 3781, - { - "distinct_on": [ - 3802, - "[tournament_teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3800, - "[tournament_teams_order_by!]" - ], - "where": [ - 3789 - ] - } + "tournament_stage_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "teams_aggregate": { + "tournament_stage_windows_aggregate": { "aggregate": [ - 3519 + 4097 ], "nodes": [ - 3515 + 4093 ], "__typename": [ - 79 + 78 ] }, - "teams_aggregate_bool_exp": { + "tournament_stage_windows_aggregate_bool_exp": { "count": [ - 3518 + 4096 ], "__typename": [ - 79 + 78 ] }, - "teams_aggregate_bool_exp_count": { + "tournament_stage_windows_aggregate_bool_exp_count": { "arguments": [ - 3537 + 4114 ], "distinct": [ 3 ], "filter": [ - 3524 + 4102 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "teams_aggregate_fields": { + "tournament_stage_windows_aggregate_fields": { "avg": [ - 3522 + 4100 ], "count": [ 38, { "columns": [ - 3537, - "[teams_select_column!]" + 4114, + "[tournament_stage_windows_select_column!]" ], "distinct": [ 3 @@ -84695,753 +95939,562 @@ export default { } ], "max": [ - 3528 + 4106 ], "min": [ - 3530 + 4108 ], "stddev": [ - 3539 + 4116 ], "stddev_pop": [ - 3541 + 4118 ], "stddev_samp": [ - 3543 + 4120 ], "sum": [ - 3547 + 4124 ], "var_pop": [ - 3551 + 4128 ], "var_samp": [ - 3553 + 4130 ], "variance": [ - 3555 + 4132 ], "__typename": [ - 79 + 78 ] }, - "teams_aggregate_order_by": { + "tournament_stage_windows_aggregate_order_by": { "avg": [ - 3523 + 4101 ], "count": [ - 2020 + 2461 ], "max": [ - 3529 + 4107 ], "min": [ - 3531 + 4109 ], "stddev": [ - 3540 + 4117 ], "stddev_pop": [ - 3542 + 4119 ], "stddev_samp": [ - 3544 + 4121 ], "sum": [ - 3548 + 4125 ], "var_pop": [ - 3552 + 4129 ], "var_samp": [ - 3554 + 4131 ], "variance": [ - 3556 + 4133 ], "__typename": [ - 79 + 78 ] }, - "teams_arr_rel_insert_input": { + "tournament_stage_windows_arr_rel_insert_input": { "data": [ - 3527 + 4105 ], "on_conflict": [ - 3534 + 4111 ], "__typename": [ - 79 + 78 ] }, - "teams_avg_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_stage_windows_avg_fields": { + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "teams_avg_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_stage_windows_avg_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_bool_exp": { + "tournament_stage_windows_bool_exp": { "_and": [ - 3524 + 4102 ], "_not": [ - 3524 + 4102 ], "_or": [ - 3524 - ], - "avatar_url": [ - 81 - ], - "can_change_role": [ - 4 - ], - "can_invite": [ - 4 - ], - "can_manage_scrims": [ - 4 + 4102 ], - "can_remove": [ - 4 + "closes_at": [ + 4005 ], - "captain": [ - 2982 + "created_at": [ + 4005 ], - "captain_steam_id": [ - 180 + "default_match_at": [ + 4005 ], "id": [ - 3957 - ], - "invites": [ - 3241 - ], - "invites_aggregate": [ - 3234 - ], - "match_lineups": [ - 1524 - ], - "match_lineups_aggregate": [ - 1517 - ], - "matches": [ - 1844 - ], - "name": [ - 81 - ], - "owner": [ - 2982 - ], - "owner_steam_id": [ - 180 - ], - "ranks": [ - 4508 - ], - "reputation": [ - 4528 - ], - "role": [ - 81 - ], - "roster": [ - 3284 - ], - "roster_aggregate": [ - 3275 - ], - "scrim_availability": [ - 3354 - ], - "scrim_availability_aggregate": [ - 3347 + 4444 ], - "scrim_settings": [ - 3464 + "opens_at": [ + 4005 ], - "short_name": [ - 81 + "round": [ + 39 ], - "tournament_teams": [ - 3789 + "stage": [ + 4146 ], - "tournament_teams_aggregate": [ - 3782 + "tournament_stage_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "teams_constraint": {}, - "teams_inc_input": { - "captain_steam_id": [ - 178 - ], - "owner_steam_id": [ - 178 + "tournament_stage_windows_constraint": {}, + "tournament_stage_windows_inc_input": { + "round": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "teams_insert_input": { - "avatar_url": [ - 79 + "tournament_stage_windows_insert_input": { + "closes_at": [ + 4004 ], - "captain": [ - 2989 + "created_at": [ + 4004 ], - "captain_steam_id": [ - 178 + "default_match_at": [ + 4004 ], "id": [ - 3955 - ], - "invites": [ - 3238 - ], - "match_lineups": [ - 1521 - ], - "name": [ - 79 - ], - "owner": [ - 2989 - ], - "owner_steam_id": [ - 178 - ], - "ranks": [ - 4512 - ], - "reputation": [ - 4532 - ], - "roster": [ - 3281 + 4442 ], - "scrim_availability": [ - 3353 + "opens_at": [ + 4004 ], - "scrim_settings": [ - 3471 + "round": [ + 38 ], - "short_name": [ - 79 + "stage": [ + 4158 ], - "tournament_teams": [ - 3786 + "tournament_stage_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "teams_max_fields": { - "avatar_url": [ - 79 + "tournament_stage_windows_max_fields": { + "closes_at": [ + 4004 ], - "captain_steam_id": [ - 178 + "created_at": [ + 4004 ], - "id": [ - 3955 + "default_match_at": [ + 4004 ], - "name": [ - 79 + "id": [ + 4442 ], - "owner_steam_id": [ - 178 + "opens_at": [ + 4004 ], - "role": [ - 79 + "round": [ + 38 ], - "short_name": [ - 79 + "tournament_stage_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "teams_max_order_by": { - "avatar_url": [ - 2020 + "tournament_stage_windows_max_order_by": { + "closes_at": [ + 2461 ], - "captain_steam_id": [ - 2020 + "created_at": [ + 2461 + ], + "default_match_at": [ + 2461 ], "id": [ - 2020 + 2461 ], - "name": [ - 2020 + "opens_at": [ + 2461 ], - "owner_steam_id": [ - 2020 + "round": [ + 2461 ], - "short_name": [ - 2020 + "tournament_stage_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_min_fields": { - "avatar_url": [ - 79 + "tournament_stage_windows_min_fields": { + "closes_at": [ + 4004 ], - "captain_steam_id": [ - 178 + "created_at": [ + 4004 ], - "id": [ - 3955 + "default_match_at": [ + 4004 ], - "name": [ - 79 + "id": [ + 4442 ], - "owner_steam_id": [ - 178 + "opens_at": [ + 4004 ], - "role": [ - 79 + "round": [ + 38 ], - "short_name": [ - 79 + "tournament_stage_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "teams_min_order_by": { - "avatar_url": [ - 2020 + "tournament_stage_windows_min_order_by": { + "closes_at": [ + 2461 ], - "captain_steam_id": [ - 2020 + "created_at": [ + 2461 + ], + "default_match_at": [ + 2461 ], "id": [ - 2020 + 2461 ], - "name": [ - 2020 + "opens_at": [ + 2461 ], - "owner_steam_id": [ - 2020 + "round": [ + 2461 ], - "short_name": [ - 2020 + "tournament_stage_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_mutation_response": { + "tournament_stage_windows_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3515 - ], - "__typename": [ - 79 - ] - }, - "teams_obj_rel_insert_input": { - "data": [ - 3527 - ], - "on_conflict": [ - 3534 + 4093 ], "__typename": [ - 79 + 78 ] }, - "teams_on_conflict": { + "tournament_stage_windows_on_conflict": { "constraint": [ - 3525 + 4103 ], "update_columns": [ - 3549 + 4126 ], "where": [ - 3524 + 4102 ], "__typename": [ - 79 + 78 ] }, - "teams_order_by": { - "avatar_url": [ - 2020 - ], - "can_change_role": [ - 2020 - ], - "can_invite": [ - 2020 - ], - "can_manage_scrims": [ - 2020 - ], - "can_remove": [ - 2020 + "tournament_stage_windows_order_by": { + "closes_at": [ + 2461 ], - "captain": [ - 2991 + "created_at": [ + 2461 ], - "captain_steam_id": [ - 2020 + "default_match_at": [ + 2461 ], "id": [ - 2020 - ], - "invites_aggregate": [ - 3237 - ], - "match_lineups_aggregate": [ - 1520 - ], - "matches_aggregate": [ - 1840 - ], - "name": [ - 2020 - ], - "owner": [ - 2991 - ], - "owner_steam_id": [ - 2020 - ], - "ranks": [ - 4513 - ], - "reputation": [ - 4533 - ], - "role": [ - 2020 - ], - "roster_aggregate": [ - 3280 + 2461 ], - "scrim_availability_aggregate": [ - 3352 + "opens_at": [ + 2461 ], - "scrim_settings": [ - 3473 + "round": [ + 2461 ], - "short_name": [ - 2020 + "stage": [ + 4160 ], - "tournament_teams_aggregate": [ - 3785 + "tournament_stage_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_pk_columns_input": { + "tournament_stage_windows_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "teams_select_column": {}, - "teams_set_input": { - "avatar_url": [ - 79 + "tournament_stage_windows_select_column": {}, + "tournament_stage_windows_set_input": { + "closes_at": [ + 4004 ], - "captain_steam_id": [ - 178 + "created_at": [ + 4004 + ], + "default_match_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "name": [ - 79 + "opens_at": [ + 4004 ], - "owner_steam_id": [ - 178 + "round": [ + 38 ], - "short_name": [ - 79 + "tournament_stage_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "teams_stddev_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_stage_windows_stddev_fields": { + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "teams_stddev_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_stage_windows_stddev_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_stddev_pop_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_stage_windows_stddev_pop_fields": { + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "teams_stddev_pop_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_stage_windows_stddev_pop_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_stddev_samp_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_stage_windows_stddev_samp_fields": { + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "teams_stddev_samp_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_stage_windows_stddev_samp_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_stream_cursor_input": { + "tournament_stage_windows_stream_cursor_input": { "initial_value": [ - 3546 + 4123 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "teams_stream_cursor_value_input": { - "avatar_url": [ - 79 + "tournament_stage_windows_stream_cursor_value_input": { + "closes_at": [ + 4004 ], - "captain_steam_id": [ - 178 + "created_at": [ + 4004 + ], + "default_match_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "name": [ - 79 + "opens_at": [ + 4004 ], - "owner_steam_id": [ - 178 + "round": [ + 38 ], - "short_name": [ - 79 + "tournament_stage_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "teams_sum_fields": { - "captain_steam_id": [ - 178 - ], - "owner_steam_id": [ - 178 + "tournament_stage_windows_sum_fields": { + "round": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "teams_sum_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_stage_windows_sum_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_update_column": {}, - "teams_updates": { + "tournament_stage_windows_update_column": {}, + "tournament_stage_windows_updates": { "_inc": [ - 3526 + 4104 ], "_set": [ - 3538 + 4115 ], "where": [ - 3524 + 4102 ], "__typename": [ - 79 + 78 ] }, - "teams_var_pop_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_stage_windows_var_pop_fields": { + "round": [ 29 ], "__typename": [ - 79 + 78 ] }, - "teams_var_pop_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_stage_windows_var_pop_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_var_samp_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_stage_windows_var_samp_fields": { + "round": [ 29 ], "__typename": [ - 79 - ] - }, - "teams_var_samp_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 - ], - "__typename": [ - 79 + 78 ] }, - "teams_variance_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ - 29 + "tournament_stage_windows_var_samp_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "teams_variance_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_stage_windows_variance_fields": { + "round": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "timestamp": {}, - "timestamptz": {}, - "timestamptz_comparison_exp": { - "_eq": [ - 3558 - ], - "_gt": [ - 3558 - ], - "_gte": [ - 3558 - ], - "_in": [ - 3558 - ], - "_is_null": [ - 3 - ], - "_lt": [ - 3558 - ], - "_lte": [ - 3558 - ], - "_neq": [ - 3558 - ], - "_nin": [ - 3558 + "tournament_stage_windows_variance_order_by": { + "round": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets": { - "bye": [ - 3 - ], - "created_at": [ - 3558 + "tournament_stages": { + "brackets": [ + 4006, + { + "distinct_on": [ + 4030, + "[tournament_brackets_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4028, + "[tournament_brackets_order_by!]" + ], + "where": [ + 4017 + ] + } ], - "feeding_brackets": [ - 3560, + "brackets_aggregate": [ + 4007, { "distinct_on": [ - 3584, + 4030, "[tournament_brackets_select_column!]" ], "limit": [ @@ -85451,176 +96504,248 @@ export default { 38 ], "order_by": [ - 3582, + 4028, "[tournament_brackets_order_by!]" ], "where": [ - 3571 + 4017 ] } ], - "finished": [ - 3 + "decider_best_of": [ + 38 ], - "group": [ - 2018 + "default_best_of": [ + 38 ], - "id": [ - 3955 + "e_tournament_stage_type": [ + 1078 ], - "loser_bracket": [ - 3560 + "groups": [ + 38 ], - "loser_parent_bracket_id": [ - 3955 + "id": [ + 4442 ], - "match": [ - 1835 + "match_options_id": [ + 4442 ], - "match_id": [ - 3955 + "max_rounds": [ + 38 ], - "match_number": [ + "max_teams": [ 38 ], - "match_options_id": [ - 3955 + "min_teams": [ + 38 ], "options": [ - 1715 - ], - "parent_bracket": [ - 3560 - ], - "parent_bracket_id": [ - 3955 - ], - "path": [ - 79 + 2156 ], - "round": [ + "order": [ 38 ], - "scheduled_at": [ - 3558 + "results": [ + 5115, + { + "distinct_on": [ + 5147, + "[v_team_stage_results_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5145, + "[v_team_stage_results_order_by!]" + ], + "where": [ + 5134 + ] + } ], - "scheduled_eta": [ - 3558 + "results_aggregate": [ + 5116, + { + "distinct_on": [ + 5147, + "[v_team_stage_results_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5145, + "[v_team_stage_results_order_by!]" + ], + "where": [ + 5134 + ] + } ], - "stage": [ - 3647 + "settings": [ + 1332, + { + "path": [ + 78 + ] + } ], - "team_1": [ - 3780 + "swiss_no_elimination": [ + 3 ], - "team_1_seed": [ - 38 + "third_place_match": [ + 3 ], - "team_2": [ - 3780 + "tournament": [ + 4396 ], - "team_2_seed": [ - 38 + "tournament_id": [ + 4442 ], - "tournament_stage_id": [ - 3955 + "type": [ + 1083 ], - "tournament_team_id_1": [ - 3955 + "windows": [ + 4093, + { + "distinct_on": [ + 4114, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4112, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4102 + ] + } ], - "tournament_team_id_2": [ - 3955 + "windows_aggregate": [ + 4094, + { + "distinct_on": [ + 4114, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4112, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4102 + ] + } ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_aggregate": { + "tournament_stages_aggregate": { "aggregate": [ - 3566 + 4140 ], "nodes": [ - 3560 + 4134 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_aggregate_bool_exp": { + "tournament_stages_aggregate_bool_exp": { "bool_and": [ - 3563 + 4137 ], "bool_or": [ - 3564 + 4138 ], "count": [ - 3565 + 4139 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_aggregate_bool_exp_bool_and": { + "tournament_stages_aggregate_bool_exp_bool_and": { "arguments": [ - 3585 + 4164 ], "distinct": [ 3 ], "filter": [ - 3571 + 4146 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_aggregate_bool_exp_bool_or": { + "tournament_stages_aggregate_bool_exp_bool_or": { "arguments": [ - 3586 + 4165 ], "distinct": [ 3 ], "filter": [ - 3571 + 4146 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_aggregate_bool_exp_count": { + "tournament_stages_aggregate_bool_exp_count": { "arguments": [ - 3584 + 4163 ], "distinct": [ 3 ], "filter": [ - 3571 + 4146 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_aggregate_fields": { + "tournament_stages_aggregate_fields": { "avg": [ - 3569 + 4144 ], "count": [ 38, { "columns": [ - 3584, - "[tournament_brackets_select_column!]" + 4163, + "[tournament_stages_select_column!]" ], "distinct": [ 3 @@ -85628,1815 +96753,1178 @@ export default { } ], "max": [ - 3575 + 4153 ], "min": [ - 3577 + 4155 ], "stddev": [ - 3588 + 4167 ], "stddev_pop": [ - 3590 + 4169 ], "stddev_samp": [ - 3592 + 4171 ], "sum": [ - 3596 + 4175 ], "var_pop": [ - 3600 + 4179 ], "var_samp": [ - 3602 + 4181 ], "variance": [ - 3604 + 4183 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_aggregate_order_by": { + "tournament_stages_aggregate_order_by": { "avg": [ - 3570 + 4145 ], "count": [ - 2020 + 2461 ], "max": [ - 3576 + 4154 ], "min": [ - 3578 + 4156 ], "stddev": [ - 3589 + 4168 ], "stddev_pop": [ - 3591 + 4170 ], "stddev_samp": [ - 3593 + 4172 ], "sum": [ - 3597 + 4176 ], "var_pop": [ - 3601 + 4180 ], "var_samp": [ - 3603 + 4182 ], "variance": [ - 3605 + 4184 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_arr_rel_insert_input": { + "tournament_stages_append_input": { + "settings": [ + 1332 + ], + "__typename": [ + 78 + ] + }, + "tournament_stages_arr_rel_insert_input": { "data": [ - 3574 + 4152 ], "on_conflict": [ - 3581 + 4159 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_avg_fields": { - "group": [ + "tournament_stages_avg_fields": { + "decider_best_of": [ 29 ], - "match_number": [ + "default_best_of": [ 29 ], - "round": [ + "groups": [ 29 ], - "team_1_seed": [ + "max_rounds": [ 29 ], - "team_2_seed": [ + "max_teams": [ + 29 + ], + "min_teams": [ + 29 + ], + "order": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_avg_order_by": { - "group": [ - 2020 + "tournament_stages_avg_order_by": { + "decider_best_of": [ + 2461 ], - "match_number": [ - 2020 + "default_best_of": [ + 2461 ], - "round": [ - 2020 + "groups": [ + 2461 ], - "team_1_seed": [ - 2020 + "max_rounds": [ + 2461 ], - "team_2_seed": [ - 2020 + "max_teams": [ + 2461 + ], + "min_teams": [ + 2461 + ], + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_bool_exp": { + "tournament_stages_bool_exp": { "_and": [ - 3571 + 4146 ], "_not": [ - 3571 + 4146 ], "_or": [ - 3571 - ], - "bye": [ - 4 + 4146 ], - "created_at": [ - 3559 + "brackets": [ + 4017 ], - "feeding_brackets": [ - 3571 + "brackets_aggregate": [ + 4008 ], - "finished": [ - 4 + "decider_best_of": [ + 39 ], - "group": [ - 2019 + "default_best_of": [ + 39 ], - "id": [ - 3957 + "e_tournament_stage_type": [ + 1081 ], - "loser_bracket": [ - 3571 + "groups": [ + 39 ], - "loser_parent_bracket_id": [ - 3957 + "id": [ + 4444 ], - "match": [ - 1844 + "match_options_id": [ + 4444 ], - "match_id": [ - 3957 + "max_rounds": [ + 39 ], - "match_number": [ + "max_teams": [ 39 ], - "match_options_id": [ - 3957 + "min_teams": [ + 39 ], "options": [ - 1719 - ], - "parent_bracket": [ - 3571 - ], - "parent_bracket_id": [ - 3957 - ], - "path": [ - 81 + 2160 ], - "round": [ + "order": [ 39 ], - "scheduled_at": [ - 3559 + "results": [ + 5134 ], - "scheduled_eta": [ - 3559 + "results_aggregate": [ + 5117 ], - "stage": [ - 3659 + "settings": [ + 1334 ], - "team_1": [ - 3789 + "swiss_no_elimination": [ + 4 ], - "team_1_seed": [ - 39 + "third_place_match": [ + 4 ], - "team_2": [ - 3789 + "tournament": [ + 4407 ], - "team_2_seed": [ - 39 + "tournament_id": [ + 4444 ], - "tournament_stage_id": [ - 3957 + "type": [ + 1084 ], - "tournament_team_id_1": [ - 3957 + "windows": [ + 4102 ], - "tournament_team_id_2": [ - 3957 + "windows_aggregate": [ + 4095 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_constraint": {}, - "tournament_brackets_inc_input": { - "group": [ - 2018 - ], - "match_number": [ - 38 - ], - "round": [ - 38 - ], - "team_1_seed": [ - 38 + "tournament_stages_constraint": {}, + "tournament_stages_delete_at_path_input": { + "settings": [ + 78 ], - "team_2_seed": [ + "__typename": [ + 78 + ] + }, + "tournament_stages_delete_elem_input": { + "settings": [ 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_insert_input": { - "bye": [ - 3 - ], - "created_at": [ - 3558 - ], - "finished": [ - 3 - ], - "group": [ - 2018 - ], - "id": [ - 3955 - ], - "loser_bracket": [ - 3580 - ], - "loser_parent_bracket_id": [ - 3955 - ], - "match": [ - 1853 - ], - "match_id": [ - 3955 + "tournament_stages_delete_key_input": { + "settings": [ + 78 ], - "match_number": [ + "__typename": [ + 78 + ] + }, + "tournament_stages_inc_input": { + "decider_best_of": [ 38 ], - "match_options_id": [ - 3955 - ], - "options": [ - 1726 - ], - "parent_bracket": [ - 3580 - ], - "parent_bracket_id": [ - 3955 - ], - "path": [ - 79 - ], - "round": [ + "default_best_of": [ 38 ], - "scheduled_at": [ - 3558 - ], - "scheduled_eta": [ - 3558 - ], - "stage": [ - 3671 - ], - "team_1": [ - 3798 - ], - "team_1_seed": [ + "groups": [ 38 ], - "team_2": [ - 3798 - ], - "team_2_seed": [ + "max_rounds": [ 38 ], - "tournament_stage_id": [ - 3955 + "max_teams": [ + 38 ], - "tournament_team_id_1": [ - 3955 + "min_teams": [ + 38 ], - "tournament_team_id_2": [ - 3955 + "order": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_max_fields": { - "created_at": [ - 3558 - ], - "group": [ - 2018 - ], - "id": [ - 3955 - ], - "loser_parent_bracket_id": [ - 3955 - ], - "match_id": [ - 3955 + "tournament_stages_insert_input": { + "brackets": [ + 4014 ], - "match_number": [ + "decider_best_of": [ 38 ], - "match_options_id": [ - 3955 - ], - "parent_bracket_id": [ - 3955 - ], - "path": [ - 79 - ], - "round": [ + "default_best_of": [ 38 ], - "scheduled_at": [ - 3558 - ], - "scheduled_eta": [ - 3558 - ], - "team_1_seed": [ - 38 + "e_tournament_stage_type": [ + 1089 ], - "team_2_seed": [ + "groups": [ 38 ], - "tournament_stage_id": [ - 3955 - ], - "tournament_team_id_1": [ - 3955 - ], - "tournament_team_id_2": [ - 3955 - ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_max_order_by": { - "created_at": [ - 2020 - ], - "group": [ - 2020 - ], "id": [ - 2020 + 4442 ], - "loser_parent_bracket_id": [ - 2020 + "match_options_id": [ + 4442 ], - "match_id": [ - 2020 + "max_rounds": [ + 38 ], - "match_number": [ - 2020 + "max_teams": [ + 38 ], - "match_options_id": [ - 2020 + "min_teams": [ + 38 ], - "parent_bracket_id": [ - 2020 + "options": [ + 2167 ], - "path": [ - 2020 + "order": [ + 38 ], - "round": [ - 2020 + "results": [ + 5131 ], - "scheduled_at": [ - 2020 + "settings": [ + 1332 ], - "scheduled_eta": [ - 2020 + "swiss_no_elimination": [ + 3 ], - "team_1_seed": [ - 2020 + "third_place_match": [ + 3 ], - "team_2_seed": [ - 2020 + "tournament": [ + 4416 ], - "tournament_stage_id": [ - 2020 + "tournament_id": [ + 4442 ], - "tournament_team_id_1": [ - 2020 + "type": [ + 1083 ], - "tournament_team_id_2": [ - 2020 + "windows": [ + 4099 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_min_fields": { - "created_at": [ - 3558 - ], - "group": [ - 2018 - ], - "id": [ - 3955 - ], - "loser_parent_bracket_id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_number": [ - 38 - ], - "match_options_id": [ - 3955 - ], - "parent_bracket_id": [ - 3955 - ], - "path": [ - 79 - ], - "round": [ + "tournament_stages_max_fields": { + "decider_best_of": [ 38 ], - "scheduled_at": [ - 3558 - ], - "scheduled_eta": [ - 3558 - ], - "team_1_seed": [ + "default_best_of": [ 38 ], - "team_2_seed": [ + "groups": [ 38 ], - "tournament_stage_id": [ - 3955 - ], - "tournament_team_id_1": [ - 3955 - ], - "tournament_team_id_2": [ - 3955 - ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_min_order_by": { - "created_at": [ - 2020 - ], - "group": [ - 2020 - ], "id": [ - 2020 - ], - "loser_parent_bracket_id": [ - 2020 - ], - "match_id": [ - 2020 - ], - "match_number": [ - 2020 + 4442 ], "match_options_id": [ - 2020 - ], - "parent_bracket_id": [ - 2020 - ], - "path": [ - 2020 - ], - "round": [ - 2020 - ], - "scheduled_at": [ - 2020 - ], - "scheduled_eta": [ - 2020 - ], - "team_1_seed": [ - 2020 - ], - "team_2_seed": [ - 2020 - ], - "tournament_stage_id": [ - 2020 - ], - "tournament_team_id_1": [ - 2020 - ], - "tournament_team_id_2": [ - 2020 + 4442 ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_mutation_response": { - "affected_rows": [ + "max_rounds": [ 38 ], - "returning": [ - 3560 - ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_obj_rel_insert_input": { - "data": [ - 3574 - ], - "on_conflict": [ - 3581 + "max_teams": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_on_conflict": { - "constraint": [ - 3572 + "min_teams": [ + 38 ], - "update_columns": [ - 3598 + "order": [ + 38 ], - "where": [ - 3571 + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_order_by": { - "bye": [ - 2020 - ], - "created_at": [ - 2020 - ], - "feeding_brackets_aggregate": [ - 3567 + "tournament_stages_max_order_by": { + "decider_best_of": [ + 2461 ], - "finished": [ - 2020 + "default_best_of": [ + 2461 ], - "group": [ - 2020 + "groups": [ + 2461 ], "id": [ - 2020 - ], - "loser_bracket": [ - 3582 - ], - "loser_parent_bracket_id": [ - 2020 - ], - "match": [ - 1855 - ], - "match_id": [ - 2020 - ], - "match_number": [ - 2020 + 2461 ], "match_options_id": [ - 2020 - ], - "options": [ - 1728 - ], - "parent_bracket": [ - 3582 - ], - "parent_bracket_id": [ - 2020 - ], - "path": [ - 2020 - ], - "round": [ - 2020 - ], - "scheduled_at": [ - 2020 - ], - "scheduled_eta": [ - 2020 - ], - "stage": [ - 3673 - ], - "team_1": [ - 3800 - ], - "team_1_seed": [ - 2020 - ], - "team_2": [ - 3800 + 2461 ], - "team_2_seed": [ - 2020 + "max_rounds": [ + 2461 ], - "tournament_stage_id": [ - 2020 + "max_teams": [ + 2461 ], - "tournament_team_id_1": [ - 2020 + "min_teams": [ + 2461 ], - "tournament_team_id_2": [ - 2020 + "order": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_pk_columns_input": { - "id": [ - 3955 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_select_column": {}, - "tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_and_arguments_columns": {}, - "tournament_brackets_select_column_tournament_brackets_aggregate_bool_exp_bool_or_arguments_columns": {}, - "tournament_brackets_set_input": { - "bye": [ - 3 - ], - "created_at": [ - 3558 - ], - "finished": [ - 3 - ], - "group": [ - 2018 - ], - "id": [ - 3955 - ], - "loser_parent_bracket_id": [ - 3955 - ], - "match_id": [ - 3955 - ], - "match_number": [ - 38 - ], - "match_options_id": [ - 3955 - ], - "parent_bracket_id": [ - 3955 - ], - "path": [ - 79 - ], - "round": [ + "tournament_stages_min_fields": { + "decider_best_of": [ 38 ], - "scheduled_at": [ - 3558 - ], - "scheduled_eta": [ - 3558 - ], - "team_1_seed": [ + "default_best_of": [ 38 ], - "team_2_seed": [ + "groups": [ 38 ], - "tournament_stage_id": [ - 3955 - ], - "tournament_team_id_1": [ - 3955 - ], - "tournament_team_id_2": [ - 3955 - ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_stddev_fields": { - "group": [ - 29 - ], - "match_number": [ - 29 - ], - "round": [ - 29 - ], - "team_1_seed": [ - 29 - ], - "team_2_seed": [ - 29 - ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_stddev_order_by": { - "group": [ - 2020 - ], - "match_number": [ - 2020 - ], - "round": [ - 2020 - ], - "team_1_seed": [ - 2020 - ], - "team_2_seed": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_stddev_pop_fields": { - "group": [ - 29 + "id": [ + 4442 ], - "match_number": [ - 29 + "match_options_id": [ + 4442 ], - "round": [ - 29 + "max_rounds": [ + 38 ], - "team_1_seed": [ - 29 + "max_teams": [ + 38 ], - "team_2_seed": [ - 29 + "min_teams": [ + 38 + ], + "order": [ + 38 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_stddev_pop_order_by": { - "group": [ - 2020 + "tournament_stages_min_order_by": { + "decider_best_of": [ + 2461 ], - "match_number": [ - 2020 + "default_best_of": [ + 2461 ], - "round": [ - 2020 + "groups": [ + 2461 ], - "team_1_seed": [ - 2020 + "id": [ + 2461 ], - "team_2_seed": [ - 2020 + "match_options_id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_stddev_samp_fields": { - "group": [ - 29 + "max_rounds": [ + 2461 ], - "match_number": [ - 29 + "max_teams": [ + 2461 ], - "round": [ - 29 + "min_teams": [ + 2461 ], - "team_1_seed": [ - 29 + "order": [ + 2461 ], - "team_2_seed": [ - 29 + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_stddev_samp_order_by": { - "group": [ - 2020 - ], - "match_number": [ - 2020 + "tournament_stages_mutation_response": { + "affected_rows": [ + 38 ], - "round": [ - 2020 + "returning": [ + 4134 ], - "team_1_seed": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_stages_obj_rel_insert_input": { + "data": [ + 4152 ], - "team_2_seed": [ - 2020 + "on_conflict": [ + 4159 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_stream_cursor_input": { - "initial_value": [ - 3595 + "tournament_stages_on_conflict": { + "constraint": [ + 4147 ], - "ordering": [ - 233 + "update_columns": [ + 4177 + ], + "where": [ + 4146 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_stream_cursor_value_input": { - "bye": [ - 3 + "tournament_stages_order_by": { + "brackets_aggregate": [ + 4013 ], - "created_at": [ - 3558 + "decider_best_of": [ + 2461 ], - "finished": [ - 3 + "default_best_of": [ + 2461 ], - "group": [ - 2018 + "e_tournament_stage_type": [ + 1091 + ], + "groups": [ + 2461 ], "id": [ - 3955 + 2461 ], - "loser_parent_bracket_id": [ - 3955 + "match_options_id": [ + 2461 ], - "match_id": [ - 3955 + "max_rounds": [ + 2461 ], - "match_number": [ - 38 + "max_teams": [ + 2461 ], - "match_options_id": [ - 3955 + "min_teams": [ + 2461 ], - "parent_bracket_id": [ - 3955 + "options": [ + 2169 ], - "path": [ - 79 + "order": [ + 2461 ], - "round": [ - 38 + "results_aggregate": [ + 5130 ], - "scheduled_at": [ - 3558 + "settings": [ + 2461 ], - "scheduled_eta": [ - 3558 + "swiss_no_elimination": [ + 2461 ], - "team_1_seed": [ - 38 + "third_place_match": [ + 2461 ], - "team_2_seed": [ - 38 + "tournament": [ + 4418 ], - "tournament_stage_id": [ - 3955 + "tournament_id": [ + 2461 ], - "tournament_team_id_1": [ - 3955 + "type": [ + 2461 ], - "tournament_team_id_2": [ - 3955 + "windows_aggregate": [ + 4098 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_sum_fields": { - "group": [ - 2018 + "tournament_stages_pk_columns_input": { + "id": [ + 4442 ], - "match_number": [ + "__typename": [ + 78 + ] + }, + "tournament_stages_prepend_input": { + "settings": [ + 1332 + ], + "__typename": [ + 78 + ] + }, + "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 ], - "round": [ + "default_best_of": [ 38 ], - "team_1_seed": [ + "groups": [ 38 ], - "team_2_seed": [ + "id": [ + 4442 + ], + "match_options_id": [ + 4442 + ], + "max_rounds": [ 38 ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_sum_order_by": { - "group": [ - 2020 + "max_teams": [ + 38 ], - "match_number": [ - 2020 + "min_teams": [ + 38 ], - "round": [ - 2020 + "order": [ + 38 ], - "team_1_seed": [ - 2020 + "settings": [ + 1332 ], - "team_2_seed": [ - 2020 + "swiss_no_elimination": [ + 3 ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_update_column": {}, - "tournament_brackets_updates": { - "_inc": [ - 3573 + "third_place_match": [ + 3 ], - "_set": [ - 3587 + "tournament_id": [ + 4442 ], - "where": [ - 3571 + "type": [ + 1083 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_var_pop_fields": { - "group": [ + "tournament_stages_stddev_fields": { + "decider_best_of": [ 29 ], - "match_number": [ + "default_best_of": [ 29 ], - "round": [ + "groups": [ 29 ], - "team_1_seed": [ + "max_rounds": [ 29 ], - "team_2_seed": [ + "max_teams": [ + 29 + ], + "min_teams": [ + 29 + ], + "order": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_var_pop_order_by": { - "group": [ - 2020 + "tournament_stages_stddev_order_by": { + "decider_best_of": [ + 2461 ], - "match_number": [ - 2020 + "default_best_of": [ + 2461 ], - "round": [ - 2020 + "groups": [ + 2461 ], - "team_1_seed": [ - 2020 + "max_rounds": [ + 2461 ], - "team_2_seed": [ - 2020 + "max_teams": [ + 2461 + ], + "min_teams": [ + 2461 + ], + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_var_samp_fields": { - "group": [ + "tournament_stages_stddev_pop_fields": { + "decider_best_of": [ 29 ], - "match_number": [ + "default_best_of": [ 29 ], - "round": [ + "groups": [ 29 ], - "team_1_seed": [ + "max_rounds": [ 29 ], - "team_2_seed": [ + "max_teams": [ + 29 + ], + "min_teams": [ + 29 + ], + "order": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_var_samp_order_by": { - "group": [ - 2020 + "tournament_stages_stddev_pop_order_by": { + "decider_best_of": [ + 2461 ], - "match_number": [ - 2020 + "default_best_of": [ + 2461 ], - "round": [ - 2020 + "groups": [ + 2461 ], - "team_1_seed": [ - 2020 + "max_rounds": [ + 2461 ], - "team_2_seed": [ - 2020 + "max_teams": [ + 2461 + ], + "min_teams": [ + 2461 + ], + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_brackets_variance_fields": { - "group": [ + "tournament_stages_stddev_samp_fields": { + "decider_best_of": [ 29 ], - "match_number": [ + "default_best_of": [ 29 ], - "round": [ + "groups": [ 29 ], - "team_1_seed": [ + "max_rounds": [ 29 ], - "team_2_seed": [ + "max_teams": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_brackets_variance_order_by": { - "group": [ - 2020 - ], - "match_number": [ - 2020 - ], - "round": [ - 2020 - ], - "team_1_seed": [ - 2020 + "min_teams": [ + 29 ], - "team_2_seed": [ - 2020 + "order": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers": { - "organizer": [ - 2978 + "tournament_stages_stddev_samp_order_by": { + "decider_best_of": [ + 2461 ], - "steam_id": [ - 178 + "default_best_of": [ + 2461 ], - "tournament": [ - 3909 + "groups": [ + 2461 ], - "tournament_id": [ - 3955 + "max_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_aggregate": { - "aggregate": [ - 3610 + "max_teams": [ + 2461 ], - "nodes": [ - 3606 + "min_teams": [ + 2461 + ], + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_aggregate_bool_exp": { - "count": [ - 3609 + "tournament_stages_stream_cursor_input": { + "initial_value": [ + 4174 + ], + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_aggregate_bool_exp_count": { - "arguments": [ - 3627 - ], - "distinct": [ - 3 + "tournament_stages_stream_cursor_value_input": { + "decider_best_of": [ + 38 ], - "filter": [ - 3615 + "default_best_of": [ + 38 ], - "predicate": [ - 39 + "groups": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_aggregate_fields": { - "avg": [ - 3613 + "id": [ + 4442 ], - "count": [ - 38, - { - "columns": [ - 3627, - "[tournament_organizers_select_column!]" - ], - "distinct": [ - 3 - ] - } + "match_options_id": [ + 4442 ], - "max": [ - 3619 + "max_rounds": [ + 38 ], - "min": [ - 3621 + "max_teams": [ + 38 ], - "stddev": [ - 3629 + "min_teams": [ + 38 ], - "stddev_pop": [ - 3631 + "order": [ + 38 ], - "stddev_samp": [ - 3633 + "settings": [ + 1332 ], - "sum": [ - 3637 + "swiss_no_elimination": [ + 3 ], - "var_pop": [ - 3641 + "third_place_match": [ + 3 ], - "var_samp": [ - 3643 + "tournament_id": [ + 4442 ], - "variance": [ - 3645 + "type": [ + 1083 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_aggregate_order_by": { - "avg": [ - 3614 - ], - "count": [ - 2020 - ], - "max": [ - 3620 - ], - "min": [ - 3622 - ], - "stddev": [ - 3630 - ], - "stddev_pop": [ - 3632 - ], - "stddev_samp": [ - 3634 - ], - "sum": [ - 3638 - ], - "var_pop": [ - 3642 + "tournament_stages_sum_fields": { + "decider_best_of": [ + 38 ], - "var_samp": [ - 3644 + "default_best_of": [ + 38 ], - "variance": [ - 3646 + "groups": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_arr_rel_insert_input": { - "data": [ - 3618 + "max_rounds": [ + 38 ], - "on_conflict": [ - 3624 + "max_teams": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_avg_fields": { - "steam_id": [ - 29 + "min_teams": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_avg_order_by": { - "steam_id": [ - 2020 + "order": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_bool_exp": { - "_and": [ - 3615 - ], - "_not": [ - 3615 + "tournament_stages_sum_order_by": { + "decider_best_of": [ + 2461 ], - "_or": [ - 3615 + "default_best_of": [ + 2461 ], - "organizer": [ - 2982 + "groups": [ + 2461 ], - "steam_id": [ - 180 + "max_rounds": [ + 2461 ], - "tournament": [ - 3920 + "max_teams": [ + 2461 ], - "tournament_id": [ - 3957 + "min_teams": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_constraint": {}, - "tournament_organizers_inc_input": { - "steam_id": [ - 178 + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_insert_input": { - "organizer": [ - 2989 - ], - "steam_id": [ - 178 - ], - "tournament": [ - 3929 + "tournament_stages_update_column": {}, + "tournament_stages_updates": { + "_append": [ + 4142 ], - "tournament_id": [ - 3955 + "_delete_at_path": [ + 4148 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_max_fields": { - "steam_id": [ - 178 + "_delete_elem": [ + 4149 ], - "tournament_id": [ - 3955 + "_delete_key": [ + 4150 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_max_order_by": { - "steam_id": [ - 2020 + "_inc": [ + 4151 ], - "tournament_id": [ - 2020 + "_prepend": [ + 4162 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_min_fields": { - "steam_id": [ - 178 + "_set": [ + 4166 ], - "tournament_id": [ - 3955 + "where": [ + 4146 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_min_order_by": { - "steam_id": [ - 2020 + "tournament_stages_var_pop_fields": { + "decider_best_of": [ + 29 ], - "tournament_id": [ - 2020 + "default_best_of": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_mutation_response": { - "affected_rows": [ - 38 + "groups": [ + 29 ], - "returning": [ - 3606 + "max_rounds": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_on_conflict": { - "constraint": [ - 3616 + "max_teams": [ + 29 ], - "update_columns": [ - 3639 + "min_teams": [ + 29 ], - "where": [ - 3615 + "order": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_order_by": { - "organizer": [ - 2991 - ], - "steam_id": [ - 2020 + "tournament_stages_var_pop_order_by": { + "decider_best_of": [ + 2461 ], - "tournament": [ - 3931 + "default_best_of": [ + 2461 ], - "tournament_id": [ - 2020 + "groups": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_pk_columns_input": { - "steam_id": [ - 178 + "max_rounds": [ + 2461 ], - "tournament_id": [ - 3955 + "max_teams": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_select_column": {}, - "tournament_organizers_set_input": { - "steam_id": [ - 178 + "min_teams": [ + 2461 ], - "tournament_id": [ - 3955 + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_stddev_fields": { - "steam_id": [ + "tournament_stages_var_samp_fields": { + "decider_best_of": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_stddev_order_by": { - "steam_id": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_stddev_pop_fields": { - "steam_id": [ + "default_best_of": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_stddev_pop_order_by": { - "steam_id": [ - 2020 + "groups": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_stddev_samp_fields": { - "steam_id": [ + "max_rounds": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_stddev_samp_order_by": { - "steam_id": [ - 2020 + "max_teams": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_stream_cursor_input": { - "initial_value": [ - 3636 + "min_teams": [ + 29 ], - "ordering": [ - 233 + "order": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_stream_cursor_value_input": { - "steam_id": [ - 178 + "tournament_stages_var_samp_order_by": { + "decider_best_of": [ + 2461 ], - "tournament_id": [ - 3955 + "default_best_of": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_sum_fields": { - "steam_id": [ - 178 + "groups": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_sum_order_by": { - "steam_id": [ - 2020 + "max_rounds": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_update_column": {}, - "tournament_organizers_updates": { - "_inc": [ - 3617 + "max_teams": [ + 2461 ], - "_set": [ - 3628 + "min_teams": [ + 2461 ], - "where": [ - 3615 + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_organizers_var_pop_fields": { - "steam_id": [ + "tournament_stages_variance_fields": { + "decider_best_of": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_var_pop_order_by": { - "steam_id": [ - 2020 + "default_best_of": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_var_samp_fields": { - "steam_id": [ + "groups": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_var_samp_order_by": { - "steam_id": [ - 2020 + "max_rounds": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_variance_fields": { - "steam_id": [ + "max_teams": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_organizers_variance_order_by": { - "steam_id": [ - 2020 + "min_teams": [ + 29 + ], + "order": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages": { - "brackets": [ - 3560, - { - "distinct_on": [ - 3584, - "[tournament_brackets_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3582, - "[tournament_brackets_order_by!]" - ], - "where": [ - 3571 - ] - } - ], - "brackets_aggregate": [ - 3561, - { - "distinct_on": [ - 3584, - "[tournament_brackets_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3582, - "[tournament_brackets_order_by!]" - ], - "where": [ - 3571 - ] - } - ], + "tournament_stages_variance_order_by": { "decider_best_of": [ - 38 + 2461 ], "default_best_of": [ - 38 - ], - "e_tournament_stage_type": [ - 991 + 2461 ], "groups": [ - 38 - ], - "id": [ - 3955 - ], - "match_options_id": [ - 3955 - ], - "max_teams": [ - 38 - ], - "min_teams": [ - 38 - ], - "options": [ - 1715 - ], - "order": [ - 38 - ], - "results": [ - 4544, - { - "distinct_on": [ - 4576, - "[v_team_stage_results_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4574, - "[v_team_stage_results_order_by!]" - ], - "where": [ - 4563 - ] - } - ], - "results_aggregate": [ - 4545, - { - "distinct_on": [ - 4576, - "[v_team_stage_results_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4574, - "[v_team_stage_results_order_by!]" - ], - "where": [ - 4563 - ] - } - ], - "settings": [ - 1244, - { - "path": [ - 79 - ] - } - ], - "third_place_match": [ - 3 - ], - "tournament": [ - 3909 + 2461 ], - "tournament_id": [ - 3955 + "max_rounds": [ + 2461 ], - "type": [ - 996 + "max_teams": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_stages_aggregate": { - "aggregate": [ - 3653 + "min_teams": [ + 2461 ], - "nodes": [ - 3647 + "order": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_aggregate_bool_exp": { - "bool_and": [ - 3650 + "tournament_team_invites": { + "created_at": [ + 4004 ], - "bool_or": [ - 3651 + "id": [ + 4442 ], - "count": [ - 3652 + "invited_by": [ + 3419 ], - "__typename": [ - 79 - ] - }, - "tournament_stages_aggregate_bool_exp_bool_and": { - "arguments": [ - 3677 + "invited_by_player_steam_id": [ + 180 ], - "distinct": [ - 3 + "player": [ + 3419 ], - "filter": [ - 3659 + "steam_id": [ + 180 ], - "predicate": [ - 4 + "team": [ + 4267 + ], + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_aggregate_bool_exp_bool_or": { - "arguments": [ - 3678 - ], - "distinct": [ - 3 + "tournament_team_invites_aggregate": { + "aggregate": [ + 4189 ], - "filter": [ - 3659 + "nodes": [ + 4185 ], - "predicate": [ - 4 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_aggregate_bool_exp": { + "count": [ + 4188 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_aggregate_bool_exp_count": { + "tournament_team_invites_aggregate_bool_exp_count": { "arguments": [ - 3676 + 4206 ], "distinct": [ 3 ], "filter": [ - 3659 + 4194 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_aggregate_fields": { + "tournament_team_invites_aggregate_fields": { "avg": [ - 3657 + 4192 ], "count": [ 38, { "columns": [ - 3676, - "[tournament_stages_select_column!]" + 4206, + "[tournament_team_invites_select_column!]" ], "distinct": [ 3 @@ -87444,1073 +97932,1283 @@ export default { } ], "max": [ - 3666 + 4198 ], "min": [ - 3668 + 4200 ], "stddev": [ - 3680 + 4208 ], "stddev_pop": [ - 3682 + 4210 ], "stddev_samp": [ - 3684 + 4212 ], "sum": [ - 3688 + 4216 ], "var_pop": [ - 3692 + 4220 ], "var_samp": [ - 3694 + 4222 ], "variance": [ - 3696 + 4224 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_aggregate_order_by": { + "tournament_team_invites_aggregate_order_by": { "avg": [ - 3658 + 4193 ], "count": [ - 2020 + 2461 ], "max": [ - 3667 + 4199 ], "min": [ - 3669 + 4201 ], "stddev": [ - 3681 + 4209 ], "stddev_pop": [ - 3683 + 4211 ], "stddev_samp": [ - 3685 + 4213 ], "sum": [ - 3689 + 4217 ], "var_pop": [ - 3693 + 4221 ], "var_samp": [ - 3695 + 4223 ], "variance": [ - 3697 - ], - "__typename": [ - 79 - ] - }, - "tournament_stages_append_input": { - "settings": [ - 1244 + 4225 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_arr_rel_insert_input": { + "tournament_team_invites_arr_rel_insert_input": { "data": [ - 3665 + 4197 ], "on_conflict": [ - 3672 + 4203 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_avg_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "groups": [ - 29 - ], - "max_teams": [ - 29 - ], - "min_teams": [ + "tournament_team_invites_avg_fields": { + "invited_by_player_steam_id": [ 29 ], - "order": [ + "steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_avg_order_by": { - "decider_best_of": [ - 2020 - ], - "default_best_of": [ - 2020 - ], - "groups": [ - 2020 - ], - "max_teams": [ - 2020 - ], - "min_teams": [ - 2020 + "tournament_team_invites_avg_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "order": [ - 2020 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_bool_exp": { + "tournament_team_invites_bool_exp": { "_and": [ - 3659 + 4194 ], "_not": [ - 3659 + 4194 ], "_or": [ - 3659 - ], - "brackets": [ - 3571 + 4194 ], - "brackets_aggregate": [ - 3562 + "created_at": [ + 4005 ], - "decider_best_of": [ - 39 + "id": [ + 4444 ], - "default_best_of": [ - 39 + "invited_by": [ + 3423 ], - "e_tournament_stage_type": [ - 994 + "invited_by_player_steam_id": [ + 182 ], - "groups": [ - 39 + "player": [ + 3423 ], - "id": [ - 3957 + "steam_id": [ + 182 ], - "match_options_id": [ - 3957 + "team": [ + 4276 ], - "max_teams": [ - 39 + "tournament_team_id": [ + 4444 ], - "min_teams": [ - 39 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_constraint": {}, + "tournament_team_invites_inc_input": { + "invited_by_player_steam_id": [ + 180 ], - "options": [ - 1719 + "steam_id": [ + 180 ], - "order": [ - 39 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_insert_input": { + "created_at": [ + 4004 ], - "results": [ - 4563 + "id": [ + 4442 ], - "results_aggregate": [ - 4546 + "invited_by": [ + 3430 ], - "settings": [ - 1246 + "invited_by_player_steam_id": [ + 180 ], - "third_place_match": [ - 4 + "player": [ + 3430 ], - "tournament": [ - 3920 + "steam_id": [ + 180 ], - "tournament_id": [ - 3957 + "team": [ + 4285 ], - "type": [ - 997 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_constraint": {}, - "tournament_stages_delete_at_path_input": { - "settings": [ - 79 + "tournament_team_invites_max_fields": { + "created_at": [ + 4004 ], - "__typename": [ - 79 - ] - }, - "tournament_stages_delete_elem_input": { - "settings": [ - 38 + "id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "tournament_stages_delete_key_input": { - "settings": [ - 79 + "invited_by_player_steam_id": [ + 180 + ], + "steam_id": [ + 180 + ], + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_inc_input": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 + "tournament_team_invites_max_order_by": { + "created_at": [ + 2461 ], - "groups": [ - 38 + "id": [ + 2461 ], - "max_teams": [ - 38 + "invited_by_player_steam_id": [ + 2461 ], - "min_teams": [ - 38 + "steam_id": [ + 2461 ], - "order": [ - 38 + "tournament_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_insert_input": { - "brackets": [ - 3568 + "tournament_team_invites_min_fields": { + "created_at": [ + 4004 ], - "decider_best_of": [ - 38 + "id": [ + 4442 ], - "default_best_of": [ - 38 + "invited_by_player_steam_id": [ + 180 ], - "e_tournament_stage_type": [ - 1002 + "steam_id": [ + 180 ], - "groups": [ - 38 + "tournament_team_id": [ + 4442 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_min_order_by": { + "created_at": [ + 2461 ], - "match_options_id": [ - 3955 + "id": [ + 2461 ], - "max_teams": [ - 38 + "invited_by_player_steam_id": [ + 2461 ], - "min_teams": [ - 38 + "steam_id": [ + 2461 ], - "options": [ - 1726 + "tournament_team_id": [ + 2461 ], - "order": [ + "__typename": [ + 78 + ] + }, + "tournament_team_invites_mutation_response": { + "affected_rows": [ 38 ], - "results": [ - 4560 - ], - "settings": [ - 1244 - ], - "third_place_match": [ - 3 + "returning": [ + 4185 ], - "tournament": [ - 3929 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_on_conflict": { + "constraint": [ + 4195 ], - "tournament_id": [ - 3955 + "update_columns": [ + 4218 ], - "type": [ - 996 + "where": [ + 4194 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_max_fields": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 - ], - "groups": [ - 38 + "tournament_team_invites_order_by": { + "created_at": [ + 2461 ], "id": [ - 3955 + 2461 ], - "match_options_id": [ - 3955 + "invited_by": [ + 3432 ], - "max_teams": [ - 38 + "invited_by_player_steam_id": [ + 2461 ], - "min_teams": [ - 38 + "player": [ + 3432 ], - "order": [ - 38 + "steam_id": [ + 2461 ], - "tournament_id": [ - 3955 + "team": [ + 4287 + ], + "tournament_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_max_order_by": { - "decider_best_of": [ - 2020 - ], - "default_best_of": [ - 2020 + "tournament_team_invites_pk_columns_input": { + "id": [ + 4442 ], - "groups": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_select_column": {}, + "tournament_team_invites_set_input": { + "created_at": [ + 4004 ], "id": [ - 2020 + 4442 ], - "match_options_id": [ - 2020 + "invited_by_player_steam_id": [ + 180 ], - "max_teams": [ - 2020 + "steam_id": [ + 180 ], - "min_teams": [ - 2020 + "tournament_team_id": [ + 4442 ], - "order": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_stddev_fields": { + "invited_by_player_steam_id": [ + 29 ], - "tournament_id": [ - 2020 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_min_fields": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 + "tournament_team_invites_stddev_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "groups": [ - 38 + "steam_id": [ + 2461 ], - "id": [ - 3955 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_stddev_pop_fields": { + "invited_by_player_steam_id": [ + 29 ], - "match_options_id": [ - 3955 + "steam_id": [ + 29 ], - "max_teams": [ - 38 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_stddev_pop_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "min_teams": [ - 38 + "steam_id": [ + 2461 ], - "order": [ - 38 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_stddev_samp_fields": { + "invited_by_player_steam_id": [ + 29 ], - "tournament_id": [ - 3955 + "steam_id": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_min_order_by": { - "decider_best_of": [ - 2020 + "tournament_team_invites_stddev_samp_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "default_best_of": [ - 2020 + "steam_id": [ + 2461 ], - "groups": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_stream_cursor_input": { + "initial_value": [ + 4215 ], - "id": [ - 2020 + "ordering": [ + 236 ], - "match_options_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_stream_cursor_value_input": { + "created_at": [ + 4004 ], - "max_teams": [ - 2020 + "id": [ + 4442 ], - "min_teams": [ - 2020 + "invited_by_player_steam_id": [ + 180 ], - "order": [ - 2020 + "steam_id": [ + 180 ], - "tournament_id": [ - 2020 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_mutation_response": { - "affected_rows": [ - 38 + "tournament_team_invites_sum_fields": { + "invited_by_player_steam_id": [ + 180 ], - "returning": [ - 3647 + "steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_obj_rel_insert_input": { - "data": [ - 3665 + "tournament_team_invites_sum_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "on_conflict": [ - 3672 + "steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_on_conflict": { - "constraint": [ - 3660 + "tournament_team_invites_update_column": {}, + "tournament_team_invites_updates": { + "_inc": [ + 4196 ], - "update_columns": [ - 3690 + "_set": [ + 4207 ], "where": [ - 3659 + 4194 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_order_by": { - "brackets_aggregate": [ - 3567 + "tournament_team_invites_var_pop_fields": { + "invited_by_player_steam_id": [ + 29 ], - "decider_best_of": [ - 2020 + "steam_id": [ + 29 ], - "default_best_of": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_var_pop_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "e_tournament_stage_type": [ - 1004 + "steam_id": [ + 2461 ], - "groups": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_var_samp_fields": { + "invited_by_player_steam_id": [ + 29 ], - "id": [ - 2020 + "steam_id": [ + 29 ], - "match_options_id": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_var_samp_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "max_teams": [ - 2020 + "steam_id": [ + 2461 ], - "min_teams": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_variance_fields": { + "invited_by_player_steam_id": [ + 29 ], - "options": [ - 1728 + "steam_id": [ + 29 ], - "order": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_invites_variance_order_by": { + "invited_by_player_steam_id": [ + 2461 ], - "results_aggregate": [ - 4559 + "steam_id": [ + 2461 ], - "settings": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_roster": { + "e_team_role": [ + 1017 ], - "third_place_match": [ - 2020 + "player": [ + 3419 + ], + "player_steam_id": [ + 180 + ], + "role": [ + 1022 ], "tournament": [ - 3931 + 4396 ], "tournament_id": [ - 2020 + 4442 ], - "type": [ - 2020 + "tournament_team": [ + 4267 + ], + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_pk_columns_input": { - "id": [ - 3955 + "tournament_team_roster_aggregate": { + "aggregate": [ + 4230 + ], + "nodes": [ + 4226 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_prepend_input": { - "settings": [ - 1244 + "tournament_team_roster_aggregate_bool_exp": { + "count": [ + 4229 ], "__typename": [ - 79 + 78 ] }, - "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 + "tournament_team_roster_aggregate_bool_exp_count": { + "arguments": [ + 4247 ], - "default_best_of": [ - 38 + "distinct": [ + 3 ], - "groups": [ - 38 + "filter": [ + 4235 ], - "id": [ - 3955 + "predicate": [ + 39 ], - "match_options_id": [ - 3955 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_aggregate_fields": { + "avg": [ + 4233 ], - "max_teams": [ - 38 + "count": [ + 38, + { + "columns": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "distinct": [ + 3 + ] + } ], - "min_teams": [ - 38 + "max": [ + 4239 ], - "order": [ - 38 + "min": [ + 4241 ], - "settings": [ - 1244 + "stddev": [ + 4249 ], - "third_place_match": [ - 3 + "stddev_pop": [ + 4251 ], - "tournament_id": [ - 3955 + "stddev_samp": [ + 4253 ], - "type": [ - 996 + "sum": [ + 4257 + ], + "var_pop": [ + 4261 + ], + "var_samp": [ + 4263 + ], + "variance": [ + 4265 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_stddev_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 + "tournament_team_roster_aggregate_order_by": { + "avg": [ + 4234 ], - "groups": [ - 29 + "count": [ + 2461 ], - "max_teams": [ - 29 + "max": [ + 4240 ], - "min_teams": [ - 29 + "min": [ + 4242 ], - "order": [ - 29 + "stddev": [ + 4250 ], - "__typename": [ - 79 - ] - }, - "tournament_stages_stddev_order_by": { - "decider_best_of": [ - 2020 + "stddev_pop": [ + 4252 ], - "default_best_of": [ - 2020 + "stddev_samp": [ + 4254 ], - "groups": [ - 2020 + "sum": [ + 4258 ], - "max_teams": [ - 2020 + "var_pop": [ + 4262 ], - "min_teams": [ - 2020 + "var_samp": [ + 4264 ], - "order": [ - 2020 + "variance": [ + 4266 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_stddev_pop_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ - 29 - ], - "groups": [ - 29 + "tournament_team_roster_arr_rel_insert_input": { + "data": [ + 4238 ], - "max_teams": [ - 29 + "on_conflict": [ + 4244 ], - "min_teams": [ + "__typename": [ + 78 + ] + }, + "tournament_team_roster_avg_fields": { + "player_steam_id": [ 29 ], - "order": [ - 29 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_avg_order_by": { + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_stddev_pop_order_by": { - "decider_best_of": [ - 2020 + "tournament_team_roster_bool_exp": { + "_and": [ + 4235 ], - "default_best_of": [ - 2020 + "_not": [ + 4235 ], - "groups": [ - 2020 + "_or": [ + 4235 ], - "max_teams": [ - 2020 + "e_team_role": [ + 1020 ], - "min_teams": [ - 2020 + "player": [ + 3423 ], - "order": [ - 2020 + "player_steam_id": [ + 182 ], - "__typename": [ - 79 - ] - }, - "tournament_stages_stddev_samp_fields": { - "decider_best_of": [ - 29 + "role": [ + 1023 ], - "default_best_of": [ - 29 + "tournament": [ + 4407 ], - "groups": [ - 29 + "tournament_id": [ + 4444 ], - "max_teams": [ - 29 + "tournament_team": [ + 4276 ], - "min_teams": [ - 29 + "tournament_team_id": [ + 4444 ], - "order": [ - 29 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_constraint": {}, + "tournament_team_roster_inc_input": { + "player_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_stddev_samp_order_by": { - "decider_best_of": [ - 2020 + "tournament_team_roster_insert_input": { + "e_team_role": [ + 1028 ], - "default_best_of": [ - 2020 + "player": [ + 3430 ], - "groups": [ - 2020 + "player_steam_id": [ + 180 ], - "max_teams": [ - 2020 + "role": [ + 1022 ], - "min_teams": [ - 2020 + "tournament": [ + 4416 + ], + "tournament_id": [ + 4442 ], - "order": [ - 2020 + "tournament_team": [ + 4285 + ], + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_stream_cursor_input": { - "initial_value": [ - 3687 + "tournament_team_roster_max_fields": { + "player_steam_id": [ + 180 ], - "ordering": [ - 233 + "tournament_id": [ + 4442 + ], + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_stream_cursor_value_input": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ - 38 - ], - "groups": [ - 38 - ], - "id": [ - 3955 + "tournament_team_roster_max_order_by": { + "player_steam_id": [ + 2461 ], - "match_options_id": [ - 3955 + "tournament_id": [ + 2461 ], - "max_teams": [ - 38 + "tournament_team_id": [ + 2461 ], - "min_teams": [ - 38 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_min_fields": { + "player_steam_id": [ + 180 ], - "order": [ - 38 + "tournament_id": [ + 4442 ], - "settings": [ - 1244 + "tournament_team_id": [ + 4442 ], - "third_place_match": [ - 3 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_min_order_by": { + "player_steam_id": [ + 2461 ], "tournament_id": [ - 3955 + 2461 ], - "type": [ - 996 + "tournament_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_sum_fields": { - "decider_best_of": [ - 38 - ], - "default_best_of": [ + "tournament_team_roster_mutation_response": { + "affected_rows": [ 38 ], - "groups": [ - 38 + "returning": [ + 4226 ], - "max_teams": [ - 38 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_on_conflict": { + "constraint": [ + 4236 ], - "min_teams": [ - 38 + "update_columns": [ + 4259 ], - "order": [ - 38 + "where": [ + 4235 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_sum_order_by": { - "decider_best_of": [ - 2020 + "tournament_team_roster_order_by": { + "e_team_role": [ + 1030 ], - "default_best_of": [ - 2020 + "player": [ + 3432 ], - "groups": [ - 2020 + "player_steam_id": [ + 2461 ], - "max_teams": [ - 2020 + "role": [ + 2461 ], - "min_teams": [ - 2020 + "tournament": [ + 4418 ], - "order": [ - 2020 + "tournament_id": [ + 2461 + ], + "tournament_team": [ + 4287 + ], + "tournament_team_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_update_column": {}, - "tournament_stages_updates": { - "_append": [ - 3655 - ], - "_delete_at_path": [ - 3661 - ], - "_delete_elem": [ - 3662 + "tournament_team_roster_pk_columns_input": { + "player_steam_id": [ + 180 ], - "_delete_key": [ - 3663 + "tournament_id": [ + 4442 ], - "_inc": [ - 3664 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_select_column": {}, + "tournament_team_roster_set_input": { + "player_steam_id": [ + 180 ], - "_prepend": [ - 3675 + "role": [ + 1022 ], - "_set": [ - 3679 + "tournament_id": [ + 4442 ], - "where": [ - 3659 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_var_pop_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ + "tournament_team_roster_stddev_fields": { + "player_steam_id": [ 29 ], - "groups": [ - 29 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_stddev_order_by": { + "player_steam_id": [ + 2461 ], - "max_teams": [ + "__typename": [ + 78 + ] + }, + "tournament_team_roster_stddev_pop_fields": { + "player_steam_id": [ 29 ], - "min_teams": [ - 29 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_stddev_pop_order_by": { + "player_steam_id": [ + 2461 ], - "order": [ + "__typename": [ + 78 + ] + }, + "tournament_team_roster_stddev_samp_fields": { + "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_var_pop_order_by": { - "decider_best_of": [ - 2020 - ], - "default_best_of": [ - 2020 - ], - "groups": [ - 2020 - ], - "max_teams": [ - 2020 - ], - "min_teams": [ - 2020 - ], - "order": [ - 2020 + "tournament_team_roster_stddev_samp_order_by": { + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_var_samp_fields": { - "decider_best_of": [ - 29 + "tournament_team_roster_stream_cursor_input": { + "initial_value": [ + 4256 ], - "default_best_of": [ - 29 + "ordering": [ + 236 ], - "groups": [ - 29 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_stream_cursor_value_input": { + "player_steam_id": [ + 180 ], - "max_teams": [ - 29 + "role": [ + 1022 ], - "min_teams": [ - 29 + "tournament_id": [ + 4442 ], - "order": [ - 29 + "tournament_team_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_var_samp_order_by": { - "decider_best_of": [ - 2020 - ], - "default_best_of": [ - 2020 + "tournament_team_roster_sum_fields": { + "player_steam_id": [ + 180 ], - "groups": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_sum_order_by": { + "player_steam_id": [ + 2461 ], - "max_teams": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_update_column": {}, + "tournament_team_roster_updates": { + "_inc": [ + 4237 ], - "min_teams": [ - 2020 + "_set": [ + 4248 ], - "order": [ - 2020 + "where": [ + 4235 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_variance_fields": { - "decider_best_of": [ - 29 - ], - "default_best_of": [ + "tournament_team_roster_var_pop_fields": { + "player_steam_id": [ 29 ], - "groups": [ - 29 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_var_pop_order_by": { + "player_steam_id": [ + 2461 ], - "max_teams": [ + "__typename": [ + 78 + ] + }, + "tournament_team_roster_var_samp_fields": { + "player_steam_id": [ 29 ], - "min_teams": [ - 29 + "__typename": [ + 78 + ] + }, + "tournament_team_roster_var_samp_order_by": { + "player_steam_id": [ + 2461 ], - "order": [ + "__typename": [ + 78 + ] + }, + "tournament_team_roster_variance_fields": { + "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_stages_variance_order_by": { - "decider_best_of": [ - 2020 + "tournament_team_roster_variance_order_by": { + "player_steam_id": [ + 2461 ], - "default_best_of": [ - 2020 + "__typename": [ + 78 + ] + }, + "tournament_teams": { + "can_manage": [ + 3 ], - "groups": [ - 2020 + "captain": [ + 3419 ], - "max_teams": [ - 2020 + "captain_steam_id": [ + 180 ], - "min_teams": [ - 2020 + "created_at": [ + 4004 ], - "order": [ - 2020 + "creator": [ + 3419 ], - "__typename": [ - 79 - ] - }, - "tournament_team_invites": { - "created_at": [ - 3558 + "eligible_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by": [ - 2978 + "invites": [ + 4185, + { + "distinct_on": [ + 4206, + "[tournament_team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4204, + "[tournament_team_invites_order_by!]" + ], + "where": [ + 4194 + ] + } ], - "invited_by_player_steam_id": [ - 178 + "invites_aggregate": [ + 4186, + { + "distinct_on": [ + 4206, + "[tournament_team_invites_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4204, + "[tournament_team_invites_order_by!]" + ], + "where": [ + 4194 + ] + } ], - "player": [ - 2978 + "name": [ + 78 ], - "steam_id": [ - 178 + "owner_steam_id": [ + 180 + ], + "results": [ + 5115 + ], + "roster": [ + 4226, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4235 + ] + } + ], + "roster_aggregate": [ + 4227, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4235 + ] + } + ], + "seed": [ + 38 + ], + "short_name": [ + 78 ], "team": [ - 3780 + 3961 ], - "tournament_team_id": [ - 3955 + "team_id": [ + 4442 + ], + "tournament": [ + 4396 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_aggregate": { + "tournament_teams_aggregate": { "aggregate": [ - 3702 + 4271 ], "nodes": [ - 3698 + 4267 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_aggregate_bool_exp": { + "tournament_teams_aggregate_bool_exp": { "count": [ - 3701 + 4270 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_aggregate_bool_exp_count": { + "tournament_teams_aggregate_bool_exp_count": { "arguments": [ - 3719 + 4289 ], "distinct": [ 3 ], "filter": [ - 3707 + 4276 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_aggregate_fields": { + "tournament_teams_aggregate_fields": { "avg": [ - 3705 + 4274 ], "count": [ 38, { "columns": [ - 3719, - "[tournament_team_invites_select_column!]" + 4289, + "[tournament_teams_select_column!]" ], "distinct": [ 3 @@ -88518,624 +99216,927 @@ export default { } ], "max": [ - 3711 + 4280 ], "min": [ - 3713 + 4282 ], "stddev": [ - 3721 + 4291 ], "stddev_pop": [ - 3723 + 4293 ], "stddev_samp": [ - 3725 + 4295 ], "sum": [ - 3729 + 4299 ], "var_pop": [ - 3733 + 4303 ], "var_samp": [ - 3735 + 4305 ], "variance": [ - 3737 + 4307 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_aggregate_order_by": { + "tournament_teams_aggregate_order_by": { "avg": [ - 3706 + 4275 ], "count": [ - 2020 + 2461 ], "max": [ - 3712 + 4281 ], "min": [ - 3714 + 4283 ], "stddev": [ - 3722 + 4292 ], "stddev_pop": [ - 3724 + 4294 ], "stddev_samp": [ - 3726 + 4296 ], "sum": [ - 3730 + 4300 ], "var_pop": [ - 3734 + 4304 ], "var_samp": [ - 3736 + 4306 ], "variance": [ - 3738 + 4308 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_arr_rel_insert_input": { + "tournament_teams_arr_rel_insert_input": { "data": [ - 3710 + 4279 ], "on_conflict": [ - 3716 + 4286 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_avg_fields": { - "invited_by_player_steam_id": [ + "tournament_teams_avg_fields": { + "captain_steam_id": [ 29 ], - "steam_id": [ + "owner_steam_id": [ + 29 + ], + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_avg_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_avg_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_bool_exp": { + "tournament_teams_bool_exp": { "_and": [ - 3707 + 4276 ], "_not": [ - 3707 + 4276 ], "_or": [ - 3707 + 4276 + ], + "can_manage": [ + 4 + ], + "captain": [ + 3423 + ], + "captain_steam_id": [ + 182 ], "created_at": [ - 3559 + 4005 + ], + "creator": [ + 3423 + ], + "eligible_at": [ + 4005 ], "id": [ - 3957 + 4444 ], - "invited_by": [ - 2982 + "invites": [ + 4194 ], - "invited_by_player_steam_id": [ - 180 + "invites_aggregate": [ + 4187 ], - "player": [ - 2982 + "name": [ + 80 ], - "steam_id": [ - 180 + "owner_steam_id": [ + 182 + ], + "results": [ + 5134 + ], + "roster": [ + 4235 + ], + "roster_aggregate": [ + 4228 + ], + "seed": [ + 39 + ], + "short_name": [ + 80 ], "team": [ - 3789 + 3970 ], - "tournament_team_id": [ - 3957 + "team_id": [ + 4444 + ], + "tournament": [ + 4407 + ], + "tournament_id": [ + 4444 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_constraint": {}, - "tournament_team_invites_inc_input": { - "invited_by_player_steam_id": [ - 178 + "tournament_teams_constraint": {}, + "tournament_teams_inc_input": { + "captain_steam_id": [ + 180 ], - "steam_id": [ - 178 + "owner_steam_id": [ + 180 + ], + "seed": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_insert_input": { + "tournament_teams_insert_input": { + "captain": [ + 3430 + ], + "captain_steam_id": [ + 180 + ], "created_at": [ - 3558 + 4004 + ], + "creator": [ + 3430 + ], + "eligible_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by": [ - 2989 + "invites": [ + 4191 ], - "invited_by_player_steam_id": [ - 178 + "name": [ + 78 ], - "player": [ - 2989 + "owner_steam_id": [ + 180 ], - "steam_id": [ - 178 + "results": [ + 5143 + ], + "roster": [ + 4232 + ], + "seed": [ + 38 + ], + "short_name": [ + 78 ], "team": [ - 3798 + 3979 ], - "tournament_team_id": [ - 3955 + "team_id": [ + 4442 + ], + "tournament": [ + 4416 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_max_fields": { + "tournament_teams_max_fields": { + "captain_steam_id": [ + 180 + ], "created_at": [ - 3558 + 4004 + ], + "eligible_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "name": [ + 78 ], - "steam_id": [ - 178 + "owner_steam_id": [ + 180 ], - "tournament_team_id": [ - 3955 + "seed": [ + 38 + ], + "short_name": [ + 78 + ], + "team_id": [ + 4442 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_max_order_by": { + "tournament_teams_max_order_by": { + "captain_steam_id": [ + 2461 + ], "created_at": [ - 2020 + 2461 + ], + "eligible_at": [ + 2461 ], "id": [ - 2020 + 2461 ], - "invited_by_player_steam_id": [ - 2020 + "name": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 ], - "tournament_team_id": [ - 2020 + "seed": [ + 2461 + ], + "short_name": [ + 2461 + ], + "team_id": [ + 2461 + ], + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_min_fields": { + "tournament_teams_min_fields": { + "captain_steam_id": [ + 180 + ], "created_at": [ - 3558 + 4004 + ], + "eligible_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "name": [ + 78 ], - "steam_id": [ - 178 + "owner_steam_id": [ + 180 ], - "tournament_team_id": [ - 3955 + "seed": [ + 38 + ], + "short_name": [ + 78 + ], + "team_id": [ + 4442 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_min_order_by": { + "tournament_teams_min_order_by": { + "captain_steam_id": [ + 2461 + ], "created_at": [ - 2020 + 2461 + ], + "eligible_at": [ + 2461 ], "id": [ - 2020 + 2461 ], - "invited_by_player_steam_id": [ - 2020 + "name": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 ], - "tournament_team_id": [ - 2020 + "seed": [ + 2461 + ], + "short_name": [ + 2461 + ], + "team_id": [ + 2461 + ], + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_mutation_response": { + "tournament_teams_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3698 + 4267 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_on_conflict": { + "tournament_teams_obj_rel_insert_input": { + "data": [ + 4279 + ], + "on_conflict": [ + 4286 + ], + "__typename": [ + 78 + ] + }, + "tournament_teams_on_conflict": { "constraint": [ - 3708 + 4277 ], "update_columns": [ - 3731 + 4301 ], "where": [ - 3707 + 4276 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_order_by": { + "tournament_teams_order_by": { + "can_manage": [ + 2461 + ], + "captain": [ + 3432 + ], + "captain_steam_id": [ + 2461 + ], "created_at": [ - 2020 + 2461 + ], + "creator": [ + 3432 + ], + "eligible_at": [ + 2461 ], "id": [ - 2020 + 2461 ], - "invited_by": [ - 2991 + "invites_aggregate": [ + 4190 ], - "invited_by_player_steam_id": [ - 2020 + "name": [ + 2461 ], - "player": [ - 2991 + "owner_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "results": [ + 5145 + ], + "roster_aggregate": [ + 4231 + ], + "seed": [ + 2461 + ], + "short_name": [ + 2461 ], "team": [ - 3800 + 3981 ], - "tournament_team_id": [ - 2020 + "team_id": [ + 2461 + ], + "tournament": [ + 4418 + ], + "tournament_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_pk_columns_input": { + "tournament_teams_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_select_column": {}, - "tournament_team_invites_set_input": { + "tournament_teams_select_column": {}, + "tournament_teams_set_input": { + "captain_steam_id": [ + 180 + ], "created_at": [ - 3558 + 4004 + ], + "eligible_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "name": [ + 78 ], - "steam_id": [ - 178 + "owner_steam_id": [ + 180 ], - "tournament_team_id": [ - 3955 + "seed": [ + 38 + ], + "short_name": [ + 78 + ], + "team_id": [ + 4442 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stddev_fields": { - "invited_by_player_steam_id": [ + "tournament_teams_stddev_fields": { + "captain_steam_id": [ 29 ], - "steam_id": [ + "owner_steam_id": [ + 29 + ], + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stddev_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_stddev_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stddev_pop_fields": { - "invited_by_player_steam_id": [ + "tournament_teams_stddev_pop_fields": { + "captain_steam_id": [ 29 ], - "steam_id": [ + "owner_steam_id": [ + 29 + ], + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stddev_pop_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_stddev_pop_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stddev_samp_fields": { - "invited_by_player_steam_id": [ + "tournament_teams_stddev_samp_fields": { + "captain_steam_id": [ 29 ], - "steam_id": [ + "owner_steam_id": [ + 29 + ], + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stddev_samp_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_stddev_samp_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stream_cursor_input": { + "tournament_teams_stream_cursor_input": { "initial_value": [ - 3728 + 4298 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_stream_cursor_value_input": { + "tournament_teams_stream_cursor_value_input": { + "captain_steam_id": [ + 180 + ], "created_at": [ - 3558 + 4004 + ], + "eligible_at": [ + 4004 ], "id": [ - 3955 + 4442 ], - "invited_by_player_steam_id": [ - 178 + "name": [ + 78 ], - "steam_id": [ - 178 + "owner_steam_id": [ + 180 ], - "tournament_team_id": [ - 3955 + "seed": [ + 38 + ], + "short_name": [ + 78 + ], + "team_id": [ + 4442 + ], + "tournament_id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_sum_fields": { - "invited_by_player_steam_id": [ - 178 + "tournament_teams_sum_fields": { + "captain_steam_id": [ + 180 ], - "steam_id": [ - 178 + "owner_steam_id": [ + 180 + ], + "seed": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_sum_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_sum_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_update_column": {}, - "tournament_team_invites_updates": { + "tournament_teams_update_column": {}, + "tournament_teams_updates": { "_inc": [ - 3709 + 4278 ], "_set": [ - 3720 + 4290 ], "where": [ - 3707 + 4276 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_var_pop_fields": { - "invited_by_player_steam_id": [ + "tournament_teams_var_pop_fields": { + "captain_steam_id": [ 29 ], - "steam_id": [ + "owner_steam_id": [ + 29 + ], + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_var_pop_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_var_pop_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_var_samp_fields": { - "invited_by_player_steam_id": [ + "tournament_teams_var_samp_fields": { + "captain_steam_id": [ 29 ], - "steam_id": [ + "owner_steam_id": [ + 29 + ], + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_var_samp_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_var_samp_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_variance_fields": { - "invited_by_player_steam_id": [ + "tournament_teams_variance_fields": { + "captain_steam_id": [ 29 ], - "steam_id": [ + "owner_steam_id": [ + 29 + ], + "seed": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_invites_variance_order_by": { - "invited_by_player_steam_id": [ - 2020 + "tournament_teams_variance_order_by": { + "captain_steam_id": [ + 2461 ], - "steam_id": [ - 2020 + "owner_steam_id": [ + 2461 + ], + "seed": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster": { - "e_team_role": [ - 930 + "tournament_trophies": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "manual": [ + 3 + ], + "placement": [ + 38 + ], + "placement_tier": [ + 78 ], "player": [ - 2978 + 3419 ], "player_steam_id": [ - 178 + 180 ], - "role": [ - 935 + "team": [ + 3961 + ], + "team_id": [ + 4442 ], "tournament": [ - 3909 + 4396 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team": [ - 3780 + 4267 ], "tournament_team_id": [ - 3955 + 4442 + ], + "trophy_config": [ + 4354 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_aggregate": { + "tournament_trophies_aggregate": { "aggregate": [ - 3743 + 4315 ], "nodes": [ - 3739 + 4309 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_aggregate_bool_exp": { + "tournament_trophies_aggregate_bool_exp": { + "bool_and": [ + 4312 + ], + "bool_or": [ + 4313 + ], "count": [ - 3742 + 4314 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_aggregate_bool_exp_count": { + "tournament_trophies_aggregate_bool_exp_bool_and": { "arguments": [ - 3760 + 4333 ], "distinct": [ 3 ], "filter": [ - 3748 + 4320 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "tournament_trophies_aggregate_bool_exp_bool_or": { + "arguments": [ + 4334 + ], + "distinct": [ + 3 + ], + "filter": [ + 4320 + ], + "predicate": [ + 4 + ], + "__typename": [ + 78 + ] + }, + "tournament_trophies_aggregate_bool_exp_count": { + "arguments": [ + 4332 + ], + "distinct": [ + 3 + ], + "filter": [ + 4320 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_aggregate_fields": { + "tournament_trophies_aggregate_fields": { "avg": [ - 3746 + 4318 ], "count": [ 38, { "columns": [ - 3760, - "[tournament_team_roster_select_column!]" + 4332, + "[tournament_trophies_select_column!]" ], "distinct": [ 3 @@ -89143,658 +100144,737 @@ export default { } ], "max": [ - 3752 + 4324 ], "min": [ - 3754 + 4326 ], "stddev": [ - 3762 + 4336 ], "stddev_pop": [ - 3764 + 4338 ], "stddev_samp": [ - 3766 + 4340 ], "sum": [ - 3770 + 4344 ], "var_pop": [ - 3774 + 4348 ], "var_samp": [ - 3776 + 4350 ], "variance": [ - 3778 + 4352 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_aggregate_order_by": { + "tournament_trophies_aggregate_order_by": { "avg": [ - 3747 + 4319 ], "count": [ - 2020 + 2461 ], "max": [ - 3753 + 4325 ], "min": [ - 3755 + 4327 ], "stddev": [ - 3763 + 4337 ], "stddev_pop": [ - 3765 + 4339 ], "stddev_samp": [ - 3767 + 4341 ], "sum": [ - 3771 + 4345 ], "var_pop": [ - 3775 + 4349 ], "var_samp": [ - 3777 + 4351 ], "variance": [ - 3779 + 4353 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_arr_rel_insert_input": { + "tournament_trophies_arr_rel_insert_input": { "data": [ - 3751 + 4323 ], "on_conflict": [ - 3757 + 4329 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_avg_fields": { + "tournament_trophies_avg_fields": { + "placement": [ + 29 + ], "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_avg_order_by": { + "tournament_trophies_avg_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_bool_exp": { + "tournament_trophies_bool_exp": { "_and": [ - 3748 + 4320 ], "_not": [ - 3748 + 4320 ], "_or": [ - 3748 + 4320 ], - "e_team_role": [ - 933 + "created_at": [ + 4005 + ], + "id": [ + 4444 + ], + "manual": [ + 4 + ], + "placement": [ + 39 + ], + "placement_tier": [ + 80 ], "player": [ - 2982 + 3423 ], "player_steam_id": [ - 180 + 182 ], - "role": [ - 936 + "team": [ + 3970 + ], + "team_id": [ + 4444 ], "tournament": [ - 3920 + 4407 ], "tournament_id": [ - 3957 + 4444 ], "tournament_team": [ - 3789 + 4276 ], "tournament_team_id": [ - 3957 + 4444 + ], + "trophy_config": [ + 4363 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_constraint": {}, - "tournament_team_roster_inc_input": { + "tournament_trophies_constraint": {}, + "tournament_trophies_inc_input": { + "placement": [ + 38 + ], "player_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_insert_input": { - "e_team_role": [ - 941 + "tournament_trophies_insert_input": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "manual": [ + 3 + ], + "placement": [ + 38 ], "player": [ - 2989 + 3430 ], "player_steam_id": [ - 178 + 180 ], - "role": [ - 935 + "team": [ + 3979 + ], + "team_id": [ + 4442 ], "tournament": [ - 3929 + 4416 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team": [ - 3798 + 4285 ], "tournament_team_id": [ - 3955 + 4442 + ], + "trophy_config": [ + 4372 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_max_fields": { + "tournament_trophies_max_fields": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "placement": [ + 38 + ], + "placement_tier": [ + 78 + ], "player_steam_id": [ - 178 + 180 + ], + "team_id": [ + 4442 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_max_order_by": { + "tournament_trophies_max_order_by": { + "created_at": [ + 2461 + ], + "id": [ + 2461 + ], + "placement": [ + 2461 + ], + "placement_tier": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 + ], + "team_id": [ + 2461 ], "tournament_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_min_fields": { + "tournament_trophies_min_fields": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "placement": [ + 38 + ], + "placement_tier": [ + 78 + ], "player_steam_id": [ - 178 + 180 + ], + "team_id": [ + 4442 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_min_order_by": { + "tournament_trophies_min_order_by": { + "created_at": [ + 2461 + ], + "id": [ + 2461 + ], + "placement": [ + 2461 + ], + "placement_tier": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 + ], + "team_id": [ + 2461 ], "tournament_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_mutation_response": { + "tournament_trophies_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3739 + 4309 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_on_conflict": { + "tournament_trophies_on_conflict": { "constraint": [ - 3749 + 4321 ], "update_columns": [ - 3772 + 4346 ], "where": [ - 3748 + 4320 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_order_by": { - "e_team_role": [ - 943 + "tournament_trophies_order_by": { + "created_at": [ + 2461 + ], + "id": [ + 2461 + ], + "manual": [ + 2461 + ], + "placement": [ + 2461 + ], + "placement_tier": [ + 2461 ], "player": [ - 2991 + 3432 ], "player_steam_id": [ - 2020 + 2461 ], - "role": [ - 2020 + "team": [ + 3981 + ], + "team_id": [ + 2461 ], "tournament": [ - 3931 + 4418 ], "tournament_id": [ - 2020 + 2461 ], "tournament_team": [ - 3800 + 4287 ], "tournament_team_id": [ - 2020 + 2461 + ], + "trophy_config": [ + 4374 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_pk_columns_input": { - "player_steam_id": [ - 178 - ], - "tournament_id": [ - 3955 + "tournament_trophies_pk_columns_input": { + "id": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_select_column": {}, - "tournament_team_roster_set_input": { + "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": [ + 4004 + ], + "id": [ + 4442 + ], + "manual": [ + 3 + ], + "placement": [ + 38 + ], "player_steam_id": [ - 178 + 180 ], - "role": [ - 935 + "team_id": [ + 4442 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stddev_fields": { + "tournament_trophies_stddev_fields": { + "placement": [ + 29 + ], "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stddev_order_by": { + "tournament_trophies_stddev_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stddev_pop_fields": { + "tournament_trophies_stddev_pop_fields": { + "placement": [ + 29 + ], "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stddev_pop_order_by": { + "tournament_trophies_stddev_pop_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stddev_samp_fields": { + "tournament_trophies_stddev_samp_fields": { + "placement": [ + 29 + ], "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stddev_samp_order_by": { + "tournament_trophies_stddev_samp_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stream_cursor_input": { + "tournament_trophies_stream_cursor_input": { "initial_value": [ - 3769 + 4343 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_stream_cursor_value_input": { + "tournament_trophies_stream_cursor_value_input": { + "created_at": [ + 4004 + ], + "id": [ + 4442 + ], + "manual": [ + 3 + ], + "placement": [ + 38 + ], + "placement_tier": [ + 78 + ], "player_steam_id": [ - 178 + 180 ], - "role": [ - 935 + "team_id": [ + 4442 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_sum_fields": { + "tournament_trophies_sum_fields": { + "placement": [ + 38 + ], "player_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_sum_order_by": { + "tournament_trophies_sum_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_update_column": {}, - "tournament_team_roster_updates": { + "tournament_trophies_update_column": {}, + "tournament_trophies_updates": { "_inc": [ - 3750 + 4322 ], "_set": [ - 3761 + 4335 ], "where": [ - 3748 + 4320 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_var_pop_fields": { + "tournament_trophies_var_pop_fields": { + "placement": [ + 29 + ], "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_var_pop_order_by": { + "tournament_trophies_var_pop_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_var_samp_fields": { + "tournament_trophies_var_samp_fields": { + "placement": [ + 29 + ], "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_var_samp_order_by": { + "tournament_trophies_var_samp_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_variance_fields": { + "tournament_trophies_variance_fields": { + "placement": [ + 29 + ], "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_team_roster_variance_order_by": { + "tournament_trophies_variance_order_by": { + "placement": [ + 2461 + ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams": { - "can_manage": [ - 3 - ], - "captain": [ - 2978 - ], - "captain_steam_id": [ - 178 - ], + "tournament_trophy_configs": { "created_at": [ - 3558 - ], - "creator": [ - 2978 + 4004 ], - "eligible_at": [ - 3558 + "custom_name": [ + 78 ], "id": [ - 3955 - ], - "invites": [ - 3698, - { - "distinct_on": [ - 3719, - "[tournament_team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3717, - "[tournament_team_invites_order_by!]" - ], - "where": [ - 3707 - ] - } - ], - "invites_aggregate": [ - 3699, - { - "distinct_on": [ - 3719, - "[tournament_team_invites_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3717, - "[tournament_team_invites_order_by!]" - ], - "where": [ - 3707 - ] - } - ], - "name": [ - 79 - ], - "owner_steam_id": [ - 178 - ], - "results": [ - 4544 - ], - "roster": [ - 3739, - { - "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 3748 - ] - } + 4442 ], - "roster_aggregate": [ - 3740, - { - "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 3748 - ] - } + "image_url": [ + 78 ], - "seed": [ + "placement": [ 38 ], - "short_name": [ - 79 - ], - "team": [ - 3515 - ], - "team_id": [ - 3955 + "silhouette": [ + 38 ], "tournament": [ - 3909 + 4396 ], "tournament_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_aggregate": { + "tournament_trophy_configs_aggregate": { "aggregate": [ - 3784 + 4358 ], "nodes": [ - 3780 + 4354 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_aggregate_bool_exp": { + "tournament_trophy_configs_aggregate_bool_exp": { "count": [ - 3783 + 4357 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_aggregate_bool_exp_count": { + "tournament_trophy_configs_aggregate_bool_exp_count": { "arguments": [ - 3802 + 4376 ], "distinct": [ 3 ], "filter": [ - 3789 + 4363 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_aggregate_fields": { + "tournament_trophy_configs_aggregate_fields": { "avg": [ - 3787 + 4361 ], "count": [ 38, { "columns": [ - 3802, - "[tournament_teams_select_column!]" + 4376, + "[tournament_trophy_configs_select_column!]" ], "distinct": [ 3 @@ -89802,927 +100882,1204 @@ export default { } ], "max": [ - 3793 + 4367 ], "min": [ - 3795 + 4369 ], "stddev": [ - 3804 + 4378 ], "stddev_pop": [ - 3806 + 4380 ], "stddev_samp": [ - 3808 + 4382 ], "sum": [ - 3812 + 4386 ], "var_pop": [ - 3816 + 4390 ], "var_samp": [ - 3818 + 4392 ], "variance": [ - 3820 + 4394 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_aggregate_order_by": { + "tournament_trophy_configs_aggregate_order_by": { "avg": [ - 3788 + 4362 ], "count": [ - 2020 + 2461 ], "max": [ - 3794 + 4368 ], "min": [ - 3796 + 4370 ], "stddev": [ - 3805 + 4379 ], "stddev_pop": [ - 3807 + 4381 ], "stddev_samp": [ - 3809 + 4383 ], "sum": [ - 3813 + 4387 ], "var_pop": [ - 3817 + 4391 ], "var_samp": [ - 3819 + 4393 ], "variance": [ - 3821 + 4395 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_arr_rel_insert_input": { + "tournament_trophy_configs_arr_rel_insert_input": { "data": [ - 3792 + 4366 ], "on_conflict": [ - 3799 + 4373 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_avg_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_trophy_configs_avg_fields": { + "placement": [ 29 ], - "seed": [ + "silhouette": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_avg_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_avg_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_bool_exp": { + "tournament_trophy_configs_bool_exp": { "_and": [ - 3789 + 4363 ], "_not": [ - 3789 + 4363 ], "_or": [ - 3789 - ], - "can_manage": [ - 4 - ], - "captain": [ - 2982 - ], - "captain_steam_id": [ - 180 + 4363 ], "created_at": [ - 3559 - ], - "creator": [ - 2982 + 4005 ], - "eligible_at": [ - 3559 + "custom_name": [ + 80 ], "id": [ - 3957 - ], - "invites": [ - 3707 - ], - "invites_aggregate": [ - 3700 - ], - "name": [ - 81 - ], - "owner_steam_id": [ - 180 - ], - "results": [ - 4563 - ], - "roster": [ - 3748 + 4444 ], - "roster_aggregate": [ - 3741 + "image_url": [ + 80 ], - "seed": [ + "placement": [ 39 ], - "short_name": [ - 81 - ], - "team": [ - 3524 - ], - "team_id": [ - 3957 + "silhouette": [ + 39 ], "tournament": [ - 3920 + 4407 ], "tournament_id": [ - 3957 + 4444 + ], + "updated_at": [ + 4005 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_constraint": {}, - "tournament_teams_inc_input": { - "captain_steam_id": [ - 178 - ], - "owner_steam_id": [ - 178 + "tournament_trophy_configs_constraint": {}, + "tournament_trophy_configs_inc_input": { + "placement": [ + 38 ], - "seed": [ + "silhouette": [ 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_insert_input": { - "captain": [ - 2989 - ], - "captain_steam_id": [ - 178 - ], + "tournament_trophy_configs_insert_input": { "created_at": [ - 3558 - ], - "creator": [ - 2989 + 4004 ], - "eligible_at": [ - 3558 + "custom_name": [ + 78 ], "id": [ - 3955 - ], - "invites": [ - 3704 - ], - "name": [ - 79 - ], - "owner_steam_id": [ - 178 - ], - "results": [ - 4572 + 4442 ], - "roster": [ - 3745 + "image_url": [ + 78 ], - "seed": [ + "placement": [ 38 ], - "short_name": [ - 79 - ], - "team": [ - 3533 - ], - "team_id": [ - 3955 + "silhouette": [ + 38 ], "tournament": [ - 3929 + 4416 ], "tournament_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_max_fields": { - "captain_steam_id": [ - 178 - ], + "tournament_trophy_configs_max_fields": { "created_at": [ - 3558 + 4004 ], - "eligible_at": [ - 3558 + "custom_name": [ + 78 ], "id": [ - 3955 - ], - "name": [ - 79 + 4442 ], - "owner_steam_id": [ - 178 + "image_url": [ + 78 ], - "seed": [ + "placement": [ 38 ], - "short_name": [ - 79 - ], - "team_id": [ - 3955 + "silhouette": [ + 38 ], "tournament_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_max_order_by": { - "captain_steam_id": [ - 2020 - ], + "tournament_trophy_configs_max_order_by": { "created_at": [ - 2020 + 2461 ], - "eligible_at": [ - 2020 + "custom_name": [ + 2461 ], "id": [ - 2020 - ], - "name": [ - 2020 - ], - "owner_steam_id": [ - 2020 + 2461 ], - "seed": [ - 2020 + "image_url": [ + 2461 ], - "short_name": [ - 2020 + "placement": [ + 2461 ], - "team_id": [ - 2020 + "silhouette": [ + 2461 ], "tournament_id": [ - 2020 + 2461 + ], + "updated_at": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_min_fields": { - "captain_steam_id": [ - 178 - ], + "tournament_trophy_configs_min_fields": { "created_at": [ - 3558 + 4004 ], - "eligible_at": [ - 3558 + "custom_name": [ + 78 ], "id": [ - 3955 - ], - "name": [ - 79 + 4442 ], - "owner_steam_id": [ - 178 + "image_url": [ + 78 ], - "seed": [ + "placement": [ 38 ], - "short_name": [ - 79 - ], - "team_id": [ - 3955 + "silhouette": [ + 38 ], "tournament_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_min_order_by": { - "captain_steam_id": [ - 2020 - ], + "tournament_trophy_configs_min_order_by": { "created_at": [ - 2020 + 2461 ], - "eligible_at": [ - 2020 + "custom_name": [ + 2461 ], "id": [ - 2020 - ], - "name": [ - 2020 - ], - "owner_steam_id": [ - 2020 + 2461 ], - "seed": [ - 2020 + "image_url": [ + 2461 ], - "short_name": [ - 2020 + "placement": [ + 2461 ], - "team_id": [ - 2020 + "silhouette": [ + 2461 ], "tournament_id": [ - 2020 + 2461 + ], + "updated_at": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_mutation_response": { + "tournament_trophy_configs_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3780 + 4354 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_obj_rel_insert_input": { + "tournament_trophy_configs_obj_rel_insert_input": { "data": [ - 3792 + 4366 ], "on_conflict": [ - 3799 + 4373 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_on_conflict": { + "tournament_trophy_configs_on_conflict": { "constraint": [ - 3790 + 4364 ], "update_columns": [ - 3814 + 4388 ], "where": [ - 3789 + 4363 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_order_by": { - "can_manage": [ - 2020 - ], - "captain": [ - 2991 - ], - "captain_steam_id": [ - 2020 - ], + "tournament_trophy_configs_order_by": { "created_at": [ - 2020 - ], - "creator": [ - 2991 + 2461 ], - "eligible_at": [ - 2020 + "custom_name": [ + 2461 ], "id": [ - 2020 - ], - "invites_aggregate": [ - 3703 - ], - "name": [ - 2020 - ], - "owner_steam_id": [ - 2020 - ], - "results": [ - 4574 - ], - "roster_aggregate": [ - 3744 - ], - "seed": [ - 2020 + 2461 ], - "short_name": [ - 2020 + "image_url": [ + 2461 ], - "team": [ - 3535 + "placement": [ + 2461 ], - "team_id": [ - 2020 + "silhouette": [ + 2461 ], "tournament": [ - 3931 + 4418 ], "tournament_id": [ - 2020 + 2461 + ], + "updated_at": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_pk_columns_input": { + "tournament_trophy_configs_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_select_column": {}, - "tournament_teams_set_input": { - "captain_steam_id": [ - 178 - ], + "tournament_trophy_configs_select_column": {}, + "tournament_trophy_configs_set_input": { "created_at": [ - 3558 + 4004 ], - "eligible_at": [ - 3558 + "custom_name": [ + 78 ], "id": [ - 3955 - ], - "name": [ - 79 + 4442 ], - "owner_steam_id": [ - 178 + "image_url": [ + 78 ], - "seed": [ + "placement": [ 38 ], - "short_name": [ - 79 - ], - "team_id": [ - 3955 + "silhouette": [ + 38 ], "tournament_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stddev_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_trophy_configs_stddev_fields": { + "placement": [ 29 ], - "seed": [ + "silhouette": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stddev_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_stddev_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stddev_pop_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_trophy_configs_stddev_pop_fields": { + "placement": [ 29 ], - "seed": [ + "silhouette": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stddev_pop_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_stddev_pop_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stddev_samp_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_trophy_configs_stddev_samp_fields": { + "placement": [ 29 ], - "seed": [ + "silhouette": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stddev_samp_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_stddev_samp_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stream_cursor_input": { + "tournament_trophy_configs_stream_cursor_input": { "initial_value": [ - 3811 + 4385 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_stream_cursor_value_input": { - "captain_steam_id": [ - 178 - ], + "tournament_trophy_configs_stream_cursor_value_input": { "created_at": [ - 3558 + 4004 ], - "eligible_at": [ - 3558 + "custom_name": [ + 78 ], "id": [ - 3955 - ], - "name": [ - 79 + 4442 ], - "owner_steam_id": [ - 178 + "image_url": [ + 78 ], - "seed": [ + "placement": [ 38 ], - "short_name": [ - 79 - ], - "team_id": [ - 3955 + "silhouette": [ + 38 ], "tournament_id": [ - 3955 + 4442 + ], + "updated_at": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_sum_fields": { - "captain_steam_id": [ - 178 - ], - "owner_steam_id": [ - 178 + "tournament_trophy_configs_sum_fields": { + "placement": [ + 38 ], - "seed": [ + "silhouette": [ 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_sum_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_sum_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_update_column": {}, - "tournament_teams_updates": { + "tournament_trophy_configs_update_column": {}, + "tournament_trophy_configs_updates": { "_inc": [ - 3791 + 4365 ], "_set": [ - 3803 + 4377 ], "where": [ - 3789 + 4363 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_var_pop_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_trophy_configs_var_pop_fields": { + "placement": [ 29 ], - "seed": [ + "silhouette": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_var_pop_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_var_pop_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_var_samp_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_trophy_configs_var_samp_fields": { + "placement": [ 29 ], - "seed": [ + "silhouette": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_var_samp_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_var_samp_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_variance_fields": { - "captain_steam_id": [ - 29 - ], - "owner_steam_id": [ + "tournament_trophy_configs_variance_fields": { + "placement": [ 29 ], - "seed": [ + "silhouette": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_teams_variance_order_by": { - "captain_steam_id": [ - 2020 - ], - "owner_steam_id": [ - 2020 + "tournament_trophy_configs_variance_order_by": { + "placement": [ + 2461 ], - "seed": [ - 2020 + "silhouette": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies": { + "tournaments": { + "admin": [ + 3419 + ], + "auto_start": [ + 3 + ], + "can_cancel": [ + 3 + ], + "can_close_registration": [ + 3 + ], + "can_join": [ + 3 + ], + "can_open_registration": [ + 3 + ], + "can_pause": [ + 3 + ], + "can_resume": [ + 3 + ], + "can_setup": [ + 3 + ], + "can_start": [ + 3 + ], "created_at": [ - 3558 + 4004 + ], + "description": [ + 78 + ], + "discord_guild_id": [ + 78 + ], + "discord_notifications_enabled": [ + 3 + ], + "discord_notify_Canceled": [ + 3 + ], + "discord_notify_Finished": [ + 3 + ], + "discord_notify_Forfeit": [ + 3 + ], + "discord_notify_Live": [ + 3 + ], + "discord_notify_MapPaused": [ + 3 + ], + "discord_notify_PickingPlayers": [ + 3 + ], + "discord_notify_Scheduled": [ + 3 + ], + "discord_notify_Surrendered": [ + 3 + ], + "discord_notify_Tie": [ + 3 + ], + "discord_notify_Veto": [ + 3 + ], + "discord_notify_WaitingForCheckIn": [ + 3 + ], + "discord_notify_WaitingForServer": [ + 3 + ], + "discord_role_id": [ + 78 + ], + "discord_voice_enabled": [ + 3 + ], + "discord_webhook": [ + 78 + ], + "e_tournament_status": [ + 1099 + ], + "has_min_teams": [ + 3 ], "id": [ - 3955 + 4442 ], - "manual": [ + "is_league": [ 3 ], - "placement": [ + "is_organizer": [ + 3 + ], + "joined_tournament": [ + 3 + ], + "league_season_division": [ + 1510 + ], + "match_options_id": [ + 4442 + ], + "max_players_per_lineup": [ 38 ], - "placement_tier": [ - 79 + "min_players_per_lineup": [ + 38 ], - "player": [ - 2978 + "name": [ + 78 ], - "player_steam_id": [ - 178 + "options": [ + 2156 ], - "team": [ - 3515 + "organizer_steam_id": [ + 180 ], - "team_id": [ - 3955 + "organizers": [ + 4052, + { + "distinct_on": [ + 4073, + "[tournament_organizers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4071, + "[tournament_organizers_order_by!]" + ], + "where": [ + 4061 + ] + } ], - "tournament": [ - 3909 + "organizers_aggregate": [ + 4053, + { + "distinct_on": [ + 4073, + "[tournament_organizers_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4071, + "[tournament_organizers_order_by!]" + ], + "where": [ + 4061 + ] + } + ], + "player_stats": [ + 5226, + { + "distinct_on": [ + 5252, + "[v_tournament_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5251, + "[v_tournament_player_stats_order_by!]" + ], + "where": [ + 5245 + ] + } + ], + "player_stats_aggregate": [ + 5227, + { + "distinct_on": [ + 5252, + "[v_tournament_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5251, + "[v_tournament_player_stats_order_by!]" + ], + "where": [ + 5245 + ] + } + ], + "results": [ + 5175, + { + "distinct_on": [ + 5201, + "[v_team_tournament_results_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5200, + "[v_team_tournament_results_order_by!]" + ], + "where": [ + 5194 + ] + } + ], + "results_aggregate": [ + 5176, + { + "distinct_on": [ + 5201, + "[v_team_tournament_results_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 5200, + "[v_team_tournament_results_order_by!]" + ], + "where": [ + 5194 + ] + } + ], + "rosters": [ + 4226, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4235 + ] + } + ], + "rosters_aggregate": [ + 4227, + { + "distinct_on": [ + 4247, + "[tournament_team_roster_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4245, + "[tournament_team_roster_order_by!]" + ], + "where": [ + 4235 + ] + } + ], + "scheduling_mode": [ + 78 + ], + "stages": [ + 4134, + { + "distinct_on": [ + 4163, + "[tournament_stages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4160, + "[tournament_stages_order_by!]" + ], + "where": [ + 4146 + ] + } + ], + "stages_aggregate": [ + 4135, + { + "distinct_on": [ + 4163, + "[tournament_stages_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4160, + "[tournament_stages_order_by!]" + ], + "where": [ + 4146 + ] + } + ], + "start": [ + 4004 + ], + "status": [ + 1104 + ], + "teams": [ + 4267, + { + "distinct_on": [ + 4289, + "[tournament_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4287, + "[tournament_teams_order_by!]" + ], + "where": [ + 4276 + ] + } + ], + "teams_aggregate": [ + 4268, + { + "distinct_on": [ + 4289, + "[tournament_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4287, + "[tournament_teams_order_by!]" + ], + "where": [ + 4276 + ] + } + ], + "trophies": [ + 4309, + { + "distinct_on": [ + 4332, + "[tournament_trophies_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4330, + "[tournament_trophies_order_by!]" + ], + "where": [ + 4320 + ] + } ], - "tournament_id": [ - 3955 + "trophies_aggregate": [ + 4310, + { + "distinct_on": [ + 4332, + "[tournament_trophies_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4330, + "[tournament_trophies_order_by!]" + ], + "where": [ + 4320 + ] + } ], - "tournament_team": [ - 3780 + "trophies_enabled": [ + 3 ], - "tournament_team_id": [ - 3955 + "trophy_configs": [ + 4354, + { + "distinct_on": [ + 4376, + "[tournament_trophy_configs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4374, + "[tournament_trophy_configs_order_by!]" + ], + "where": [ + 4363 + ] + } ], - "trophy_config": [ - 3867 + "trophy_configs_aggregate": [ + 4355, + { + "distinct_on": [ + 4376, + "[tournament_trophy_configs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4374, + "[tournament_trophy_configs_order_by!]" + ], + "where": [ + 4363 + ] + } ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_aggregate": { + "tournaments_aggregate": { "aggregate": [ - 3828 + 4402 ], "nodes": [ - 3822 + 4396 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_aggregate_bool_exp": { + "tournaments_aggregate_bool_exp": { "bool_and": [ - 3825 + 4399 ], "bool_or": [ - 3826 + 4400 ], "count": [ - 3827 + 4401 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_aggregate_bool_exp_bool_and": { + "tournaments_aggregate_bool_exp_bool_and": { "arguments": [ - 3846 + 4421 ], "distinct": [ 3 ], "filter": [ - 3833 + 4407 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_aggregate_bool_exp_bool_or": { + "tournaments_aggregate_bool_exp_bool_or": { "arguments": [ - 3847 + 4422 ], "distinct": [ 3 ], "filter": [ - 3833 + 4407 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_aggregate_bool_exp_count": { + "tournaments_aggregate_bool_exp_count": { "arguments": [ - 3845 + 4420 ], "distinct": [ 3 ], "filter": [ - 3833 + 4407 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_aggregate_fields": { + "tournaments_aggregate_fields": { "avg": [ - 3831 + 4405 ], "count": [ 38, { "columns": [ - 3845, - "[tournament_trophies_select_column!]" + 4420, + "[tournaments_select_column!]" ], "distinct": [ 3 @@ -90730,737 +102087,1325 @@ export default { } ], "max": [ - 3837 + 4411 ], "min": [ - 3839 + 4413 ], "stddev": [ - 3849 + 4424 ], "stddev_pop": [ - 3851 + 4426 ], "stddev_samp": [ - 3853 + 4428 ], "sum": [ - 3857 + 4432 ], "var_pop": [ - 3861 + 4436 ], "var_samp": [ - 3863 + 4438 ], "variance": [ - 3865 + 4440 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_aggregate_order_by": { + "tournaments_aggregate_order_by": { "avg": [ - 3832 + 4406 ], "count": [ - 2020 + 2461 ], "max": [ - 3838 + 4412 ], "min": [ - 3840 + 4414 ], "stddev": [ - 3850 + 4425 ], "stddev_pop": [ - 3852 + 4427 ], "stddev_samp": [ - 3854 + 4429 ], "sum": [ - 3858 + 4433 ], "var_pop": [ - 3862 + 4437 ], "var_samp": [ - 3864 + 4439 ], "variance": [ - 3866 + 4441 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_arr_rel_insert_input": { + "tournaments_arr_rel_insert_input": { "data": [ - 3836 + 4410 ], "on_conflict": [ - 3842 + 4417 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_avg_fields": { - "placement": [ - 29 + "tournaments_avg_fields": { + "max_players_per_lineup": [ + 38 ], - "player_steam_id": [ + "min_players_per_lineup": [ + 38 + ], + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_avg_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_avg_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_bool_exp": { + "tournaments_bool_exp": { "_and": [ - 3833 + 4407 ], "_not": [ - 3833 + 4407 ], "_or": [ - 3833 + 4407 + ], + "admin": [ + 3423 + ], + "auto_start": [ + 4 + ], + "can_cancel": [ + 4 + ], + "can_close_registration": [ + 4 + ], + "can_join": [ + 4 + ], + "can_open_registration": [ + 4 + ], + "can_pause": [ + 4 + ], + "can_resume": [ + 4 + ], + "can_setup": [ + 4 + ], + "can_start": [ + 4 ], "created_at": [ - 3559 + 4005 + ], + "description": [ + 80 + ], + "discord_guild_id": [ + 80 + ], + "discord_notifications_enabled": [ + 4 + ], + "discord_notify_Canceled": [ + 4 + ], + "discord_notify_Finished": [ + 4 + ], + "discord_notify_Forfeit": [ + 4 + ], + "discord_notify_Live": [ + 4 + ], + "discord_notify_MapPaused": [ + 4 + ], + "discord_notify_PickingPlayers": [ + 4 + ], + "discord_notify_Scheduled": [ + 4 + ], + "discord_notify_Surrendered": [ + 4 + ], + "discord_notify_Tie": [ + 4 + ], + "discord_notify_Veto": [ + 4 + ], + "discord_notify_WaitingForCheckIn": [ + 4 + ], + "discord_notify_WaitingForServer": [ + 4 + ], + "discord_role_id": [ + 80 + ], + "discord_voice_enabled": [ + 4 + ], + "discord_webhook": [ + 80 + ], + "e_tournament_status": [ + 1102 + ], + "has_min_teams": [ + 4 ], "id": [ - 3957 + 4444 ], - "manual": [ + "is_league": [ 4 ], - "placement": [ + "is_organizer": [ + 4 + ], + "joined_tournament": [ + 4 + ], + "league_season_division": [ + 1517 + ], + "match_options_id": [ + 4444 + ], + "max_players_per_lineup": [ 39 ], - "placement_tier": [ - 81 + "min_players_per_lineup": [ + 39 ], - "player": [ - 2982 + "name": [ + 80 ], - "player_steam_id": [ - 180 + "options": [ + 2160 ], - "team": [ - 3524 + "organizer_steam_id": [ + 182 ], - "team_id": [ - 3957 + "organizers": [ + 4061 ], - "tournament": [ - 3920 + "organizers_aggregate": [ + 4054 ], - "tournament_id": [ - 3957 + "player_stats": [ + 5245 ], - "tournament_team": [ - 3789 + "player_stats_aggregate": [ + 5228 ], - "tournament_team_id": [ - 3957 + "results": [ + 5194 ], - "trophy_config": [ - 3876 + "results_aggregate": [ + 5177 + ], + "rosters": [ + 4235 + ], + "rosters_aggregate": [ + 4228 + ], + "scheduling_mode": [ + 80 + ], + "stages": [ + 4146 + ], + "stages_aggregate": [ + 4136 + ], + "start": [ + 4005 + ], + "status": [ + 1105 + ], + "teams": [ + 4276 + ], + "teams_aggregate": [ + 4269 + ], + "trophies": [ + 4320 + ], + "trophies_aggregate": [ + 4311 + ], + "trophies_enabled": [ + 4 + ], + "trophy_configs": [ + 4363 + ], + "trophy_configs_aggregate": [ + 4356 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_constraint": {}, - "tournament_trophies_inc_input": { - "placement": [ - 38 - ], - "player_steam_id": [ - 178 + "tournaments_constraint": {}, + "tournaments_inc_input": { + "organizer_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_insert_input": { + "tournaments_insert_input": { + "admin": [ + 3430 + ], + "auto_start": [ + 3 + ], "created_at": [ - 3558 + 4004 + ], + "description": [ + 78 + ], + "discord_guild_id": [ + 78 + ], + "discord_notifications_enabled": [ + 3 + ], + "discord_notify_Canceled": [ + 3 + ], + "discord_notify_Finished": [ + 3 + ], + "discord_notify_Forfeit": [ + 3 + ], + "discord_notify_Live": [ + 3 + ], + "discord_notify_MapPaused": [ + 3 + ], + "discord_notify_PickingPlayers": [ + 3 + ], + "discord_notify_Scheduled": [ + 3 + ], + "discord_notify_Surrendered": [ + 3 + ], + "discord_notify_Tie": [ + 3 + ], + "discord_notify_Veto": [ + 3 + ], + "discord_notify_WaitingForCheckIn": [ + 3 + ], + "discord_notify_WaitingForServer": [ + 3 + ], + "discord_role_id": [ + 78 + ], + "discord_voice_enabled": [ + 3 + ], + "discord_webhook": [ + 78 + ], + "e_tournament_status": [ + 1110 ], "id": [ - 3955 + 4442 ], - "manual": [ + "is_league": [ 3 ], - "placement": [ - 38 + "league_season_division": [ + 1525 ], - "player": [ - 2989 + "match_options_id": [ + 4442 ], - "player_steam_id": [ - 178 + "name": [ + 78 ], - "team": [ - 3533 + "options": [ + 2167 ], - "team_id": [ - 3955 + "organizer_steam_id": [ + 180 ], - "tournament": [ - 3929 + "organizers": [ + 4058 ], - "tournament_id": [ - 3955 + "player_stats": [ + 5242 ], - "tournament_team": [ - 3798 + "results": [ + 5191 ], - "tournament_team_id": [ - 3955 + "rosters": [ + 4232 ], - "trophy_config": [ - 3885 + "scheduling_mode": [ + 78 + ], + "stages": [ + 4143 + ], + "start": [ + 4004 + ], + "status": [ + 1104 + ], + "teams": [ + 4273 + ], + "trophies": [ + 4317 + ], + "trophies_enabled": [ + 3 + ], + "trophy_configs": [ + 4360 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_max_fields": { + "tournaments_max_fields": { "created_at": [ - 3558 + 4004 + ], + "description": [ + 78 + ], + "discord_guild_id": [ + 78 + ], + "discord_role_id": [ + 78 + ], + "discord_webhook": [ + 78 ], "id": [ - 3955 + 4442 ], - "placement": [ + "match_options_id": [ + 4442 + ], + "max_players_per_lineup": [ 38 ], - "placement_tier": [ - 79 + "min_players_per_lineup": [ + 38 ], - "player_steam_id": [ - 178 + "name": [ + 78 ], - "team_id": [ - 3955 + "organizer_steam_id": [ + 180 ], - "tournament_id": [ - 3955 + "scheduling_mode": [ + 78 ], - "tournament_team_id": [ - 3955 + "start": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_max_order_by": { + "tournaments_max_order_by": { "created_at": [ - 2020 + 2461 ], - "id": [ - 2020 + "description": [ + 2461 ], - "placement": [ - 2020 + "discord_guild_id": [ + 2461 ], - "placement_tier": [ - 2020 + "discord_role_id": [ + 2461 ], - "player_steam_id": [ - 2020 + "discord_webhook": [ + 2461 ], - "team_id": [ - 2020 + "id": [ + 2461 ], - "tournament_id": [ - 2020 + "match_options_id": [ + 2461 ], - "tournament_team_id": [ - 2020 + "name": [ + 2461 + ], + "organizer_steam_id": [ + 2461 + ], + "scheduling_mode": [ + 2461 + ], + "start": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_min_fields": { + "tournaments_min_fields": { "created_at": [ - 3558 + 4004 + ], + "description": [ + 78 + ], + "discord_guild_id": [ + 78 + ], + "discord_role_id": [ + 78 + ], + "discord_webhook": [ + 78 ], "id": [ - 3955 + 4442 ], - "placement": [ + "match_options_id": [ + 4442 + ], + "max_players_per_lineup": [ 38 ], - "placement_tier": [ - 79 + "min_players_per_lineup": [ + 38 ], - "player_steam_id": [ - 178 + "name": [ + 78 ], - "team_id": [ - 3955 + "organizer_steam_id": [ + 180 ], - "tournament_id": [ - 3955 + "scheduling_mode": [ + 78 ], - "tournament_team_id": [ - 3955 + "start": [ + 4004 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_min_order_by": { + "tournaments_min_order_by": { "created_at": [ - 2020 + 2461 ], - "id": [ - 2020 + "description": [ + 2461 ], - "placement": [ - 2020 + "discord_guild_id": [ + 2461 ], - "placement_tier": [ - 2020 + "discord_role_id": [ + 2461 ], - "player_steam_id": [ - 2020 + "discord_webhook": [ + 2461 ], - "team_id": [ - 2020 + "id": [ + 2461 ], - "tournament_id": [ - 2020 + "match_options_id": [ + 2461 ], - "tournament_team_id": [ - 2020 + "name": [ + 2461 + ], + "organizer_steam_id": [ + 2461 + ], + "scheduling_mode": [ + 2461 + ], + "start": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_mutation_response": { + "tournaments_mutation_response": { "affected_rows": [ 38 ], "returning": [ - 3822 + 4396 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_on_conflict": { + "tournaments_obj_rel_insert_input": { + "data": [ + 4410 + ], + "on_conflict": [ + 4417 + ], + "__typename": [ + 78 + ] + }, + "tournaments_on_conflict": { "constraint": [ - 3834 + 4408 ], "update_columns": [ - 3859 + 4434 ], "where": [ - 3833 + 4407 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_order_by": { + "tournaments_order_by": { + "admin": [ + 3432 + ], + "auto_start": [ + 2461 + ], + "can_cancel": [ + 2461 + ], + "can_close_registration": [ + 2461 + ], + "can_join": [ + 2461 + ], + "can_open_registration": [ + 2461 + ], + "can_pause": [ + 2461 + ], + "can_resume": [ + 2461 + ], + "can_setup": [ + 2461 + ], + "can_start": [ + 2461 + ], "created_at": [ - 2020 + 2461 + ], + "description": [ + 2461 + ], + "discord_guild_id": [ + 2461 + ], + "discord_notifications_enabled": [ + 2461 + ], + "discord_notify_Canceled": [ + 2461 + ], + "discord_notify_Finished": [ + 2461 + ], + "discord_notify_Forfeit": [ + 2461 + ], + "discord_notify_Live": [ + 2461 + ], + "discord_notify_MapPaused": [ + 2461 + ], + "discord_notify_PickingPlayers": [ + 2461 + ], + "discord_notify_Scheduled": [ + 2461 + ], + "discord_notify_Surrendered": [ + 2461 + ], + "discord_notify_Tie": [ + 2461 + ], + "discord_notify_Veto": [ + 2461 + ], + "discord_notify_WaitingForCheckIn": [ + 2461 + ], + "discord_notify_WaitingForServer": [ + 2461 + ], + "discord_role_id": [ + 2461 + ], + "discord_voice_enabled": [ + 2461 + ], + "discord_webhook": [ + 2461 + ], + "e_tournament_status": [ + 1112 + ], + "has_min_teams": [ + 2461 ], "id": [ - 2020 + 2461 ], - "manual": [ - 2020 + "is_league": [ + 2461 ], - "placement": [ - 2020 + "is_organizer": [ + 2461 ], - "placement_tier": [ - 2020 + "joined_tournament": [ + 2461 ], - "player": [ - 2991 + "league_season_division": [ + 1527 ], - "player_steam_id": [ - 2020 + "match_options_id": [ + 2461 ], - "team": [ - 3535 + "max_players_per_lineup": [ + 2461 ], - "team_id": [ - 2020 + "min_players_per_lineup": [ + 2461 ], - "tournament": [ - 3931 + "name": [ + 2461 ], - "tournament_id": [ - 2020 + "options": [ + 2169 ], - "tournament_team": [ - 3800 + "organizer_steam_id": [ + 2461 ], - "tournament_team_id": [ - 2020 + "organizers_aggregate": [ + 4057 ], - "trophy_config": [ - 3887 + "player_stats_aggregate": [ + 5241 + ], + "results_aggregate": [ + 5190 + ], + "rosters_aggregate": [ + 4231 + ], + "scheduling_mode": [ + 2461 + ], + "stages_aggregate": [ + 4141 + ], + "start": [ + 2461 + ], + "status": [ + 2461 + ], + "teams_aggregate": [ + 4272 + ], + "trophies_aggregate": [ + 4316 + ], + "trophies_enabled": [ + 2461 + ], + "trophy_configs_aggregate": [ + 4359 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_pk_columns_input": { + "tournaments_pk_columns_input": { "id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, - "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": { + "tournaments_select_column": {}, + "tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns": {}, + "tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns": {}, + "tournaments_set_input": { + "auto_start": [ + 3 + ], "created_at": [ - 3558 + 4004 + ], + "description": [ + 78 + ], + "discord_guild_id": [ + 78 + ], + "discord_notifications_enabled": [ + 3 + ], + "discord_notify_Canceled": [ + 3 + ], + "discord_notify_Finished": [ + 3 + ], + "discord_notify_Forfeit": [ + 3 + ], + "discord_notify_Live": [ + 3 + ], + "discord_notify_MapPaused": [ + 3 + ], + "discord_notify_PickingPlayers": [ + 3 + ], + "discord_notify_Scheduled": [ + 3 + ], + "discord_notify_Surrendered": [ + 3 + ], + "discord_notify_Tie": [ + 3 + ], + "discord_notify_Veto": [ + 3 + ], + "discord_notify_WaitingForCheckIn": [ + 3 + ], + "discord_notify_WaitingForServer": [ + 3 + ], + "discord_role_id": [ + 78 + ], + "discord_voice_enabled": [ + 3 + ], + "discord_webhook": [ + 78 ], "id": [ - 3955 + 4442 ], - "manual": [ + "is_league": [ 3 ], - "placement": [ - 38 + "match_options_id": [ + 4442 ], - "player_steam_id": [ - 178 + "name": [ + 78 ], - "team_id": [ - 3955 + "organizer_steam_id": [ + 180 ], - "tournament_id": [ - 3955 + "scheduling_mode": [ + 78 ], - "tournament_team_id": [ - 3955 + "start": [ + 4004 + ], + "status": [ + 1104 + ], + "trophies_enabled": [ + 3 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stddev_fields": { - "placement": [ - 29 + "tournaments_stddev_fields": { + "max_players_per_lineup": [ + 38 ], - "player_steam_id": [ + "min_players_per_lineup": [ + 38 + ], + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stddev_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_stddev_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stddev_pop_fields": { - "placement": [ - 29 + "tournaments_stddev_pop_fields": { + "max_players_per_lineup": [ + 38 + ], + "min_players_per_lineup": [ + 38 ], - "player_steam_id": [ + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stddev_pop_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_stddev_pop_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stddev_samp_fields": { - "placement": [ - 29 + "tournaments_stddev_samp_fields": { + "max_players_per_lineup": [ + 38 ], - "player_steam_id": [ + "min_players_per_lineup": [ + 38 + ], + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stddev_samp_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_stddev_samp_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stream_cursor_input": { + "tournaments_stream_cursor_input": { "initial_value": [ - 3856 + 4431 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_stream_cursor_value_input": { + "tournaments_stream_cursor_value_input": { + "auto_start": [ + 3 + ], "created_at": [ - 3558 + 4004 + ], + "description": [ + 78 + ], + "discord_guild_id": [ + 78 + ], + "discord_notifications_enabled": [ + 3 + ], + "discord_notify_Canceled": [ + 3 + ], + "discord_notify_Finished": [ + 3 + ], + "discord_notify_Forfeit": [ + 3 + ], + "discord_notify_Live": [ + 3 + ], + "discord_notify_MapPaused": [ + 3 + ], + "discord_notify_PickingPlayers": [ + 3 + ], + "discord_notify_Scheduled": [ + 3 + ], + "discord_notify_Surrendered": [ + 3 + ], + "discord_notify_Tie": [ + 3 + ], + "discord_notify_Veto": [ + 3 + ], + "discord_notify_WaitingForCheckIn": [ + 3 + ], + "discord_notify_WaitingForServer": [ + 3 + ], + "discord_role_id": [ + 78 + ], + "discord_voice_enabled": [ + 3 + ], + "discord_webhook": [ + 78 ], "id": [ - 3955 + 4442 ], - "manual": [ + "is_league": [ 3 ], - "placement": [ - 38 + "match_options_id": [ + 4442 ], - "placement_tier": [ - 79 + "name": [ + 78 ], - "player_steam_id": [ - 178 + "organizer_steam_id": [ + 180 ], - "team_id": [ - 3955 + "scheduling_mode": [ + 78 ], - "tournament_id": [ - 3955 + "start": [ + 4004 ], - "tournament_team_id": [ - 3955 + "status": [ + 1104 + ], + "trophies_enabled": [ + 3 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_sum_fields": { - "placement": [ + "tournaments_sum_fields": { + "max_players_per_lineup": [ 38 ], - "player_steam_id": [ - 178 + "min_players_per_lineup": [ + 38 + ], + "organizer_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_sum_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_sum_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_update_column": {}, - "tournament_trophies_updates": { + "tournaments_update_column": {}, + "tournaments_updates": { "_inc": [ - 3835 + 4409 ], "_set": [ - 3848 + 4423 ], "where": [ - 3833 + 4407 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_var_pop_fields": { - "placement": [ - 29 + "tournaments_var_pop_fields": { + "max_players_per_lineup": [ + 38 ], - "player_steam_id": [ + "min_players_per_lineup": [ + 38 + ], + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_var_pop_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_var_pop_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_var_samp_fields": { - "placement": [ - 29 + "tournaments_var_samp_fields": { + "max_players_per_lineup": [ + 38 ], - "player_steam_id": [ + "min_players_per_lineup": [ + 38 + ], + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_var_samp_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_var_samp_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_variance_fields": { - "placement": [ - 29 + "tournaments_variance_fields": { + "max_players_per_lineup": [ + 38 ], - "player_steam_id": [ + "min_players_per_lineup": [ + 38 + ], + "organizer_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophies_variance_order_by": { - "placement": [ - 2020 - ], - "player_steam_id": [ - 2020 + "tournaments_variance_order_by": { + "organizer_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs": { - "created_at": [ - 3558 + "uuid": {}, + "uuid_array_comparison_exp": { + "_contained_in": [ + 4442 ], - "custom_name": [ - 79 + "_contains": [ + 4442 ], - "id": [ - 3955 + "_eq": [ + 4442 ], - "image_url": [ - 79 + "_gt": [ + 4442 ], - "placement": [ - 38 + "_gte": [ + 4442 ], - "silhouette": [ - 38 + "_in": [ + 4442 ], - "tournament": [ - 3909 + "_is_null": [ + 3 ], - "tournament_id": [ - 3955 + "_lt": [ + 4442 ], - "updated_at": [ - 3558 + "_lte": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_aggregate": { - "aggregate": [ - 3871 + "_neq": [ + 4442 ], - "nodes": [ - 3867 + "_nin": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_aggregate_bool_exp": { - "count": [ - 3870 + "uuid_comparison_exp": { + "_eq": [ + 4442 + ], + "_gt": [ + 4442 + ], + "_gte": [ + 4442 + ], + "_in": [ + 4442 + ], + "_is_null": [ + 3 + ], + "_lt": [ + 4442 + ], + "_lte": [ + 4442 + ], + "_neq": [ + 4442 + ], + "_nin": [ + 4442 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_aggregate_bool_exp_count": { - "arguments": [ - 3889 + "v_gpu_pool_status": { + "demo_free_gpu_nodes": [ + 38 ], - "distinct": [ + "demo_in_progress": [ 3 ], - "filter": [ - 3876 + "demo_total_gpu_nodes": [ + 38 ], - "predicate": [ - 39 + "free_gpu_nodes": [ + 38 + ], + "free_gpu_nodes_for_batch": [ + 38 + ], + "highlights_in_progress": [ + 3 + ], + "id": [ + 38 + ], + "live_in_progress": [ + 3 + ], + "registered_gpu_nodes": [ + 38 + ], + "rendering_total_gpu_nodes": [ + 38 + ], + "renders_paused_for_active_match": [ + 3 + ], + "streaming_free_gpu_nodes": [ + 38 + ], + "streaming_total_gpu_nodes": [ + 38 + ], + "total_gpu_nodes": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_aggregate_fields": { + "v_gpu_pool_status_aggregate": { + "aggregate": [ + 4447 + ], + "nodes": [ + 4445 + ], + "__typename": [ + 78 + ] + }, + "v_gpu_pool_status_aggregate_fields": { "avg": [ - 3874 + 4448 ], "count": [ 38, { "columns": [ - 3889, - "[tournament_trophy_configs_select_column!]" + 4453, + "[v_gpu_pool_status_select_column!]" ], "distinct": [ 3 @@ -91468,1195 +103413,662 @@ export default { } ], "max": [ - 3880 + 4450 ], "min": [ - 3882 + 4451 ], "stddev": [ - 3891 + 4454 ], "stddev_pop": [ - 3893 + 4455 ], "stddev_samp": [ - 3895 + 4456 ], "sum": [ - 3899 + 4459 ], "var_pop": [ - 3903 + 4460 ], "var_samp": [ - 3905 + 4461 ], "variance": [ - 3907 + 4462 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_aggregate_order_by": { - "avg": [ - 3875 - ], - "count": [ - 2020 - ], - "max": [ - 3881 - ], - "min": [ - 3883 - ], - "stddev": [ - 3892 - ], - "stddev_pop": [ - 3894 - ], - "stddev_samp": [ - 3896 - ], - "sum": [ - 3900 + "v_gpu_pool_status_avg_fields": { + "demo_free_gpu_nodes": [ + 29 ], - "var_pop": [ - 3904 + "demo_total_gpu_nodes": [ + 29 ], - "var_samp": [ - 3906 + "free_gpu_nodes": [ + 29 ], - "variance": [ - 3908 + "free_gpu_nodes_for_batch": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_arr_rel_insert_input": { - "data": [ - 3879 + "id": [ + 29 ], - "on_conflict": [ - 3886 + "registered_gpu_nodes": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_avg_fields": { - "placement": [ + "rendering_total_gpu_nodes": [ 29 ], - "silhouette": [ + "streaming_free_gpu_nodes": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_avg_order_by": { - "placement": [ - 2020 + "streaming_total_gpu_nodes": [ + 29 ], - "silhouette": [ - 2020 + "total_gpu_nodes": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_bool_exp": { + "v_gpu_pool_status_bool_exp": { "_and": [ - 3876 + 4449 ], "_not": [ - 3876 + 4449 ], "_or": [ - 3876 + 4449 ], - "created_at": [ - 3559 + "demo_free_gpu_nodes": [ + 39 ], - "custom_name": [ - 81 + "demo_in_progress": [ + 4 + ], + "demo_total_gpu_nodes": [ + 39 + ], + "free_gpu_nodes": [ + 39 + ], + "free_gpu_nodes_for_batch": [ + 39 + ], + "highlights_in_progress": [ + 4 ], "id": [ - 3957 + 39 ], - "image_url": [ - 81 + "live_in_progress": [ + 4 ], - "placement": [ + "registered_gpu_nodes": [ 39 ], - "silhouette": [ + "rendering_total_gpu_nodes": [ 39 ], - "tournament": [ - 3920 + "renders_paused_for_active_match": [ + 4 ], - "tournament_id": [ - 3957 + "streaming_free_gpu_nodes": [ + 39 ], - "updated_at": [ - 3559 + "streaming_total_gpu_nodes": [ + 39 + ], + "total_gpu_nodes": [ + 39 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_constraint": {}, - "tournament_trophy_configs_inc_input": { - "placement": [ + "v_gpu_pool_status_max_fields": { + "demo_free_gpu_nodes": [ 38 ], - "silhouette": [ + "demo_total_gpu_nodes": [ 38 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_insert_input": { - "created_at": [ - 3558 - ], - "custom_name": [ - 79 - ], - "id": [ - 3955 - ], - "image_url": [ - 79 - ], - "placement": [ + "free_gpu_nodes": [ 38 ], - "silhouette": [ + "free_gpu_nodes_for_batch": [ 38 ], - "tournament": [ - 3929 - ], - "tournament_id": [ - 3955 - ], - "updated_at": [ - 3558 - ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_max_fields": { - "created_at": [ - 3558 - ], - "custom_name": [ - 79 - ], "id": [ - 3955 + 38 ], - "image_url": [ - 79 + "registered_gpu_nodes": [ + 38 ], - "placement": [ + "rendering_total_gpu_nodes": [ 38 ], - "silhouette": [ + "streaming_free_gpu_nodes": [ 38 ], - "tournament_id": [ - 3955 + "streaming_total_gpu_nodes": [ + 38 ], - "updated_at": [ - 3558 + "total_gpu_nodes": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_max_order_by": { - "created_at": [ - 2020 - ], - "custom_name": [ - 2020 - ], - "id": [ - 2020 - ], - "image_url": [ - 2020 - ], - "placement": [ - 2020 - ], - "silhouette": [ - 2020 - ], - "tournament_id": [ - 2020 + "v_gpu_pool_status_min_fields": { + "demo_free_gpu_nodes": [ + 38 ], - "updated_at": [ - 2020 + "demo_total_gpu_nodes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_min_fields": { - "created_at": [ - 3558 + "free_gpu_nodes": [ + 38 ], - "custom_name": [ - 79 + "free_gpu_nodes_for_batch": [ + 38 ], "id": [ - 3955 + 38 ], - "image_url": [ - 79 + "registered_gpu_nodes": [ + 38 ], - "placement": [ + "rendering_total_gpu_nodes": [ 38 ], - "silhouette": [ + "streaming_free_gpu_nodes": [ 38 ], - "tournament_id": [ - 3955 + "streaming_total_gpu_nodes": [ + 38 ], - "updated_at": [ - 3558 + "total_gpu_nodes": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_min_order_by": { - "created_at": [ - 2020 - ], - "custom_name": [ - 2020 + "v_gpu_pool_status_order_by": { + "demo_free_gpu_nodes": [ + 2461 ], - "id": [ - 2020 + "demo_in_progress": [ + 2461 ], - "image_url": [ - 2020 + "demo_total_gpu_nodes": [ + 2461 ], - "placement": [ - 2020 + "free_gpu_nodes": [ + 2461 ], - "silhouette": [ - 2020 + "free_gpu_nodes_for_batch": [ + 2461 ], - "tournament_id": [ - 2020 + "highlights_in_progress": [ + 2461 ], - "updated_at": [ - 2020 + "id": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_mutation_response": { - "affected_rows": [ - 38 + "live_in_progress": [ + 2461 ], - "returning": [ - 3867 + "registered_gpu_nodes": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_obj_rel_insert_input": { - "data": [ - 3879 + "rendering_total_gpu_nodes": [ + 2461 ], - "on_conflict": [ - 3886 + "renders_paused_for_active_match": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_on_conflict": { - "constraint": [ - 3877 + "streaming_free_gpu_nodes": [ + 2461 ], - "update_columns": [ - 3901 + "streaming_total_gpu_nodes": [ + 2461 ], - "where": [ - 3876 + "total_gpu_nodes": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_order_by": { - "created_at": [ - 2020 + "v_gpu_pool_status_select_column": {}, + "v_gpu_pool_status_stddev_fields": { + "demo_free_gpu_nodes": [ + 29 ], - "custom_name": [ - 2020 + "demo_total_gpu_nodes": [ + 29 ], - "id": [ - 2020 + "free_gpu_nodes": [ + 29 ], - "image_url": [ - 2020 + "free_gpu_nodes_for_batch": [ + 29 ], - "placement": [ - 2020 + "id": [ + 29 ], - "silhouette": [ - 2020 + "registered_gpu_nodes": [ + 29 ], - "tournament": [ - 3931 + "rendering_total_gpu_nodes": [ + 29 ], - "tournament_id": [ - 2020 + "streaming_free_gpu_nodes": [ + 29 ], - "updated_at": [ - 2020 + "streaming_total_gpu_nodes": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_pk_columns_input": { - "id": [ - 3955 + "total_gpu_nodes": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_select_column": {}, - "tournament_trophy_configs_set_input": { - "created_at": [ - 3558 + "v_gpu_pool_status_stddev_pop_fields": { + "demo_free_gpu_nodes": [ + 29 ], - "custom_name": [ - 79 + "demo_total_gpu_nodes": [ + 29 ], - "id": [ - 3955 + "free_gpu_nodes": [ + 29 ], - "image_url": [ - 79 + "free_gpu_nodes_for_batch": [ + 29 ], - "placement": [ - 38 + "id": [ + 29 ], - "silhouette": [ - 38 + "registered_gpu_nodes": [ + 29 ], - "tournament_id": [ - 3955 + "rendering_total_gpu_nodes": [ + 29 ], - "updated_at": [ - 3558 + "streaming_free_gpu_nodes": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_stddev_fields": { - "placement": [ + "streaming_total_gpu_nodes": [ 29 ], - "silhouette": [ + "total_gpu_nodes": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_stddev_order_by": { - "placement": [ - 2020 + "v_gpu_pool_status_stddev_samp_fields": { + "demo_free_gpu_nodes": [ + 29 ], - "silhouette": [ - 2020 + "demo_total_gpu_nodes": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_stddev_pop_fields": { - "placement": [ + "free_gpu_nodes": [ 29 ], - "silhouette": [ + "free_gpu_nodes_for_batch": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_stddev_pop_order_by": { - "placement": [ - 2020 + "id": [ + 29 ], - "silhouette": [ - 2020 + "registered_gpu_nodes": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_stddev_samp_fields": { - "placement": [ + "rendering_total_gpu_nodes": [ 29 ], - "silhouette": [ + "streaming_free_gpu_nodes": [ 29 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_stddev_samp_order_by": { - "placement": [ - 2020 + "streaming_total_gpu_nodes": [ + 29 ], - "silhouette": [ - 2020 + "total_gpu_nodes": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_stream_cursor_input": { + "v_gpu_pool_status_stream_cursor_input": { "initial_value": [ - 3898 + 4458 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_stream_cursor_value_input": { - "created_at": [ - 3558 - ], - "custom_name": [ - 79 - ], - "id": [ - 3955 - ], - "image_url": [ - 79 - ], - "placement": [ - 38 - ], - "silhouette": [ + "v_gpu_pool_status_stream_cursor_value_input": { + "demo_free_gpu_nodes": [ 38 ], - "tournament_id": [ - 3955 - ], - "updated_at": [ - 3558 + "demo_in_progress": [ + 3 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_sum_fields": { - "placement": [ + "demo_total_gpu_nodes": [ 38 ], - "silhouette": [ + "free_gpu_nodes": [ 38 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_sum_order_by": { - "placement": [ - 2020 - ], - "silhouette": [ - 2020 - ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_update_column": {}, - "tournament_trophy_configs_updates": { - "_inc": [ - 3878 - ], - "_set": [ - 3890 - ], - "where": [ - 3876 - ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_var_pop_fields": { - "placement": [ - 29 + "free_gpu_nodes_for_batch": [ + 38 ], - "silhouette": [ - 29 + "highlights_in_progress": [ + 3 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_var_pop_order_by": { - "placement": [ - 2020 + "id": [ + 38 ], - "silhouette": [ - 2020 + "live_in_progress": [ + 3 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_var_samp_fields": { - "placement": [ - 29 + "registered_gpu_nodes": [ + 38 ], - "silhouette": [ - 29 + "rendering_total_gpu_nodes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_var_samp_order_by": { - "placement": [ - 2020 + "renders_paused_for_active_match": [ + 3 ], - "silhouette": [ - 2020 + "streaming_free_gpu_nodes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournament_trophy_configs_variance_fields": { - "placement": [ - 29 + "streaming_total_gpu_nodes": [ + 38 ], - "silhouette": [ - 29 + "total_gpu_nodes": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournament_trophy_configs_variance_order_by": { - "placement": [ - 2020 + "v_gpu_pool_status_sum_fields": { + "demo_free_gpu_nodes": [ + 38 ], - "silhouette": [ - 2020 + "demo_total_gpu_nodes": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournaments": { - "admin": [ - 2978 + "free_gpu_nodes": [ + 38 ], - "auto_start": [ - 3 + "free_gpu_nodes_for_batch": [ + 38 ], - "can_cancel": [ - 3 + "id": [ + 38 ], - "can_close_registration": [ - 3 + "registered_gpu_nodes": [ + 38 ], - "can_join": [ - 3 + "rendering_total_gpu_nodes": [ + 38 ], - "can_open_registration": [ - 3 + "streaming_free_gpu_nodes": [ + 38 ], - "can_pause": [ - 3 + "streaming_total_gpu_nodes": [ + 38 ], - "can_resume": [ - 3 + "total_gpu_nodes": [ + 38 ], - "can_setup": [ - 3 + "__typename": [ + 78 + ] + }, + "v_gpu_pool_status_var_pop_fields": { + "demo_free_gpu_nodes": [ + 29 ], - "can_start": [ - 3 + "demo_total_gpu_nodes": [ + 29 ], - "created_at": [ - 3558 + "free_gpu_nodes": [ + 29 ], - "description": [ - 79 + "free_gpu_nodes_for_batch": [ + 29 ], - "discord_guild_id": [ - 79 + "id": [ + 29 ], - "discord_notifications_enabled": [ - 3 + "registered_gpu_nodes": [ + 29 ], - "discord_notify_Canceled": [ - 3 + "rendering_total_gpu_nodes": [ + 29 ], - "discord_notify_Finished": [ - 3 + "streaming_free_gpu_nodes": [ + 29 ], - "discord_notify_Forfeit": [ - 3 + "streaming_total_gpu_nodes": [ + 29 ], - "discord_notify_Live": [ - 3 + "total_gpu_nodes": [ + 29 ], - "discord_notify_MapPaused": [ - 3 + "__typename": [ + 78 + ] + }, + "v_gpu_pool_status_var_samp_fields": { + "demo_free_gpu_nodes": [ + 29 ], - "discord_notify_PickingPlayers": [ - 3 + "demo_total_gpu_nodes": [ + 29 ], - "discord_notify_Scheduled": [ - 3 + "free_gpu_nodes": [ + 29 ], - "discord_notify_Surrendered": [ - 3 + "free_gpu_nodes_for_batch": [ + 29 ], - "discord_notify_Tie": [ - 3 + "id": [ + 29 ], - "discord_notify_Veto": [ - 3 + "registered_gpu_nodes": [ + 29 ], - "discord_notify_WaitingForCheckIn": [ - 3 + "rendering_total_gpu_nodes": [ + 29 ], - "discord_notify_WaitingForServer": [ - 3 + "streaming_free_gpu_nodes": [ + 29 ], - "discord_role_id": [ - 79 + "streaming_total_gpu_nodes": [ + 29 ], - "discord_voice_enabled": [ - 3 + "total_gpu_nodes": [ + 29 ], - "discord_webhook": [ - 79 + "__typename": [ + 78 + ] + }, + "v_gpu_pool_status_variance_fields": { + "demo_free_gpu_nodes": [ + 29 ], - "e_tournament_status": [ - 1012 + "demo_total_gpu_nodes": [ + 29 ], - "has_min_teams": [ - 3 + "free_gpu_nodes": [ + 29 ], - "id": [ - 3955 + "free_gpu_nodes_for_batch": [ + 29 ], - "is_organizer": [ - 3 + "id": [ + 29 ], - "joined_tournament": [ - 3 + "registered_gpu_nodes": [ + 29 ], - "match_options_id": [ - 3955 + "rendering_total_gpu_nodes": [ + 29 ], - "max_players_per_lineup": [ - 38 + "streaming_free_gpu_nodes": [ + 29 ], - "min_players_per_lineup": [ - 38 + "streaming_total_gpu_nodes": [ + 29 ], - "name": [ - 79 + "total_gpu_nodes": [ + 29 ], - "options": [ - 1715 + "__typename": [ + 78 + ] + }, + "v_league_division_standings": { + "head_to_head_match_wins": [ + 38 ], - "organizer_steam_id": [ - 178 + "head_to_head_rounds_won": [ + 38 ], - "organizers": [ - 3606, - { - "distinct_on": [ - 3627, - "[tournament_organizers_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3625, - "[tournament_organizers_order_by!]" - ], - "where": [ - 3615 - ] - } + "league_division_id": [ + 4442 ], - "organizers_aggregate": [ - 3607, - { - "distinct_on": [ - 3627, - "[tournament_organizers_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3625, - "[tournament_organizers_order_by!]" - ], - "where": [ - 3615 - ] - } + "league_season_division_id": [ + 4442 ], - "player_stats": [ - 4655, - { - "distinct_on": [ - 4681, - "[v_tournament_player_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4680, - "[v_tournament_player_stats_order_by!]" - ], - "where": [ - 4674 - ] - } + "league_season_id": [ + 4442 ], - "player_stats_aggregate": [ - 4656, - { - "distinct_on": [ - 4681, - "[v_tournament_player_stats_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4680, - "[v_tournament_player_stats_order_by!]" - ], - "where": [ - 4674 - ] - } + "league_team": [ + 1692 ], - "results": [ - 4604, - { - "distinct_on": [ - 4630, - "[v_team_tournament_results_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4629, - "[v_team_tournament_results_order_by!]" - ], - "where": [ - 4623 - ] - } + "league_team_id": [ + 4442 ], - "results_aggregate": [ - 4605, - { - "distinct_on": [ - 4630, - "[v_team_tournament_results_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 4629, - "[v_team_tournament_results_order_by!]" - ], - "where": [ - 4623 - ] - } + "league_team_season_id": [ + 4442 ], - "rosters": [ - 3739, - { - "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 3748 - ] - } + "losses": [ + 38 ], - "rosters_aggregate": [ - 3740, - { - "distinct_on": [ - 3760, - "[tournament_team_roster_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3758, - "[tournament_team_roster_order_by!]" - ], - "where": [ - 3748 - ] - } + "maps_lost": [ + 38 ], - "stages": [ - 3647, - { - "distinct_on": [ - 3676, - "[tournament_stages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3673, - "[tournament_stages_order_by!]" - ], - "where": [ - 3659 - ] - } + "maps_won": [ + 38 ], - "stages_aggregate": [ - 3648, - { - "distinct_on": [ - 3676, - "[tournament_stages_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3673, - "[tournament_stages_order_by!]" - ], - "where": [ - 3659 - ] - } + "matches_played": [ + 38 ], - "start": [ - 3558 + "matches_remaining": [ + 38 ], - "status": [ - 1017 + "rank": [ + 38 ], - "teams": [ - 3780, - { - "distinct_on": [ - 3802, - "[tournament_teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3800, - "[tournament_teams_order_by!]" - ], - "where": [ - 3789 - ] - } + "round_diff": [ + 38 ], - "teams_aggregate": [ - 3781, - { - "distinct_on": [ - 3802, - "[tournament_teams_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3800, - "[tournament_teams_order_by!]" - ], - "where": [ - 3789 - ] - } + "rounds_lost": [ + 38 ], - "trophies": [ - 3822, - { - "distinct_on": [ - 3845, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3843, - "[tournament_trophies_order_by!]" - ], - "where": [ - 3833 - ] - } + "rounds_won": [ + 38 ], - "trophies_aggregate": [ - 3823, - { - "distinct_on": [ - 3845, - "[tournament_trophies_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3843, - "[tournament_trophies_order_by!]" - ], - "where": [ - 3833 - ] - } + "season_division": [ + 1510 ], - "trophies_enabled": [ - 3 + "team_season": [ + 1650 ], - "trophy_configs": [ - 3867, - { - "distinct_on": [ - 3889, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3887, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 3876 - ] - } + "tournament_team_id": [ + 4442 ], - "trophy_configs_aggregate": [ - 3868, - { - "distinct_on": [ - 3889, - "[tournament_trophy_configs_select_column!]" - ], - "limit": [ - 38 - ], - "offset": [ - 38 - ], - "order_by": [ - 3887, - "[tournament_trophy_configs_order_by!]" - ], - "where": [ - 3876 - ] - } + "wins": [ + 38 ], "__typename": [ - 79 + 78 ] }, - "tournaments_aggregate": { + "v_league_division_standings_aggregate": { "aggregate": [ - 3915 + 4467 ], "nodes": [ - 3909 + 4463 ], "__typename": [ - 79 + 78 ] }, - "tournaments_aggregate_bool_exp": { - "bool_and": [ - 3912 - ], - "bool_or": [ - 3913 - ], + "v_league_division_standings_aggregate_bool_exp": { "count": [ - 3914 - ], - "__typename": [ - 79 - ] - }, - "tournaments_aggregate_bool_exp_bool_and": { - "arguments": [ - 3934 - ], - "distinct": [ - 3 - ], - "filter": [ - 3920 - ], - "predicate": [ - 4 - ], - "__typename": [ - 79 - ] - }, - "tournaments_aggregate_bool_exp_bool_or": { - "arguments": [ - 3935 - ], - "distinct": [ - 3 - ], - "filter": [ - 3920 - ], - "predicate": [ - 4 + 4466 ], "__typename": [ - 79 + 78 ] }, - "tournaments_aggregate_bool_exp_count": { + "v_league_division_standings_aggregate_bool_exp_count": { "arguments": [ - 3933 + 4479 ], "distinct": [ 3 ], "filter": [ - 3920 + 4472 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, - "tournaments_aggregate_fields": { + "v_league_division_standings_aggregate_fields": { "avg": [ - 3918 + 4470 ], "count": [ 38, { "columns": [ - 3933, - "[tournaments_select_column!]" + 4479, + "[v_league_division_standings_select_column!]" ], "distinct": [ 3 @@ -92664,1274 +104076,1536 @@ export default { } ], "max": [ - 3924 + 4474 ], "min": [ - 3926 + 4476 ], "stddev": [ - 3937 + 4480 ], "stddev_pop": [ - 3939 + 4482 ], "stddev_samp": [ - 3941 + 4484 ], "sum": [ - 3945 + 4488 ], "var_pop": [ - 3949 + 4490 ], "var_samp": [ - 3951 + 4492 ], "variance": [ - 3953 + 4494 ], "__typename": [ - 79 + 78 ] }, - "tournaments_aggregate_order_by": { + "v_league_division_standings_aggregate_order_by": { "avg": [ - 3919 + 4471 ], "count": [ - 2020 + 2461 ], "max": [ - 3925 + 4475 ], "min": [ - 3927 + 4477 ], "stddev": [ - 3938 + 4481 ], "stddev_pop": [ - 3940 + 4483 ], "stddev_samp": [ - 3942 + 4485 ], "sum": [ - 3946 + 4489 ], "var_pop": [ - 3950 + 4491 ], "var_samp": [ - 3952 + 4493 ], "variance": [ - 3954 + 4495 ], "__typename": [ - 79 + 78 ] }, - "tournaments_arr_rel_insert_input": { + "v_league_division_standings_arr_rel_insert_input": { "data": [ - 3923 - ], - "on_conflict": [ - 3930 + 4473 ], "__typename": [ - 79 + 78 ] }, - "tournaments_avg_fields": { - "max_players_per_lineup": [ - 38 + "v_league_division_standings_avg_fields": { + "head_to_head_match_wins": [ + 29 ], - "min_players_per_lineup": [ - 38 + "head_to_head_rounds_won": [ + 29 ], - "organizer_steam_id": [ + "losses": [ + 29 + ], + "maps_lost": [ + 29 + ], + "maps_won": [ + 29 + ], + "matches_played": [ + 29 + ], + "matches_remaining": [ + 29 + ], + "rank": [ + 29 + ], + "round_diff": [ + 29 + ], + "rounds_lost": [ + 29 + ], + "rounds_won": [ + 29 + ], + "wins": [ 29 ], "__typename": [ - 79 + 78 ] }, - "tournaments_avg_order_by": { - "organizer_steam_id": [ - 2020 + "v_league_division_standings_avg_order_by": { + "head_to_head_match_wins": [ + 2461 + ], + "head_to_head_rounds_won": [ + 2461 + ], + "losses": [ + 2461 + ], + "maps_lost": [ + 2461 + ], + "maps_won": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "matches_remaining": [ + 2461 + ], + "rank": [ + 2461 + ], + "round_diff": [ + 2461 + ], + "rounds_lost": [ + 2461 + ], + "rounds_won": [ + 2461 + ], + "wins": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournaments_bool_exp": { + "v_league_division_standings_bool_exp": { "_and": [ - 3920 + 4472 ], "_not": [ - 3920 + 4472 ], "_or": [ - 3920 + 4472 ], - "admin": [ - 2982 + "head_to_head_match_wins": [ + 39 ], - "auto_start": [ - 4 + "head_to_head_rounds_won": [ + 39 ], - "can_cancel": [ - 4 + "league_division_id": [ + 4444 ], - "can_close_registration": [ - 4 + "league_season_division_id": [ + 4444 ], - "can_join": [ - 4 + "league_season_id": [ + 4444 ], - "can_open_registration": [ - 4 + "league_team": [ + 1695 ], - "can_pause": [ - 4 + "league_team_id": [ + 4444 ], - "can_resume": [ - 4 + "league_team_season_id": [ + 4444 ], - "can_setup": [ - 4 + "losses": [ + 39 ], - "can_start": [ - 4 + "maps_lost": [ + 39 ], - "created_at": [ - 3559 + "maps_won": [ + 39 ], - "description": [ - 81 + "matches_played": [ + 39 ], - "discord_guild_id": [ - 81 + "matches_remaining": [ + 39 ], - "discord_notifications_enabled": [ - 4 + "rank": [ + 39 ], - "discord_notify_Canceled": [ - 4 + "round_diff": [ + 39 ], - "discord_notify_Finished": [ - 4 + "rounds_lost": [ + 39 ], - "discord_notify_Forfeit": [ - 4 + "rounds_won": [ + 39 ], - "discord_notify_Live": [ - 4 + "season_division": [ + 1517 ], - "discord_notify_MapPaused": [ - 4 + "team_season": [ + 1659 ], - "discord_notify_PickingPlayers": [ - 4 + "tournament_team_id": [ + 4444 ], - "discord_notify_Scheduled": [ - 4 + "wins": [ + 39 ], - "discord_notify_Surrendered": [ - 4 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_insert_input": { + "head_to_head_match_wins": [ + 38 ], - "discord_notify_Tie": [ - 4 + "head_to_head_rounds_won": [ + 38 ], - "discord_notify_Veto": [ - 4 + "league_division_id": [ + 4442 ], - "discord_notify_WaitingForCheckIn": [ - 4 + "league_season_division_id": [ + 4442 ], - "discord_notify_WaitingForServer": [ - 4 + "league_season_id": [ + 4442 ], - "discord_role_id": [ - 81 + "league_team": [ + 1701 ], - "discord_voice_enabled": [ - 4 + "league_team_id": [ + 4442 ], - "discord_webhook": [ - 81 + "league_team_season_id": [ + 4442 ], - "e_tournament_status": [ - 1015 + "losses": [ + 38 ], - "has_min_teams": [ - 4 + "maps_lost": [ + 38 ], - "id": [ - 3957 + "maps_won": [ + 38 ], - "is_organizer": [ - 4 + "matches_played": [ + 38 ], - "joined_tournament": [ - 4 + "matches_remaining": [ + 38 ], - "match_options_id": [ - 3957 + "rank": [ + 38 ], - "max_players_per_lineup": [ - 39 + "round_diff": [ + 38 ], - "min_players_per_lineup": [ - 39 + "rounds_lost": [ + 38 ], - "name": [ - 81 + "rounds_won": [ + 38 ], - "options": [ - 1719 + "season_division": [ + 1525 ], - "organizer_steam_id": [ - 180 + "team_season": [ + 1668 ], - "organizers": [ - 3615 + "tournament_team_id": [ + 4442 ], - "organizers_aggregate": [ - 3608 + "wins": [ + 38 ], - "player_stats": [ - 4674 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_max_fields": { + "head_to_head_match_wins": [ + 38 ], - "player_stats_aggregate": [ - 4657 + "head_to_head_rounds_won": [ + 38 ], - "results": [ - 4623 + "league_division_id": [ + 4442 + ], + "league_season_division_id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "league_team_id": [ + 4442 + ], + "league_team_season_id": [ + 4442 + ], + "losses": [ + 38 + ], + "maps_lost": [ + 38 + ], + "maps_won": [ + 38 + ], + "matches_played": [ + 38 + ], + "matches_remaining": [ + 38 + ], + "rank": [ + 38 + ], + "round_diff": [ + 38 + ], + "rounds_lost": [ + 38 + ], + "rounds_won": [ + 38 + ], + "tournament_team_id": [ + 4442 + ], + "wins": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "v_league_division_standings_max_order_by": { + "head_to_head_match_wins": [ + 2461 + ], + "head_to_head_rounds_won": [ + 2461 + ], + "league_division_id": [ + 2461 + ], + "league_season_division_id": [ + 2461 + ], + "league_season_id": [ + 2461 + ], + "league_team_id": [ + 2461 + ], + "league_team_season_id": [ + 2461 + ], + "losses": [ + 2461 + ], + "maps_lost": [ + 2461 + ], + "maps_won": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "matches_remaining": [ + 2461 + ], + "rank": [ + 2461 + ], + "round_diff": [ + 2461 + ], + "rounds_lost": [ + 2461 + ], + "rounds_won": [ + 2461 + ], + "tournament_team_id": [ + 2461 + ], + "wins": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "v_league_division_standings_min_fields": { + "head_to_head_match_wins": [ + 38 + ], + "head_to_head_rounds_won": [ + 38 + ], + "league_division_id": [ + 4442 + ], + "league_season_division_id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "league_team_id": [ + 4442 + ], + "league_team_season_id": [ + 4442 + ], + "losses": [ + 38 + ], + "maps_lost": [ + 38 + ], + "maps_won": [ + 38 + ], + "matches_played": [ + 38 + ], + "matches_remaining": [ + 38 + ], + "rank": [ + 38 + ], + "round_diff": [ + 38 + ], + "rounds_lost": [ + 38 + ], + "rounds_won": [ + 38 + ], + "tournament_team_id": [ + 4442 + ], + "wins": [ + 38 + ], + "__typename": [ + 78 + ] + }, + "v_league_division_standings_min_order_by": { + "head_to_head_match_wins": [ + 2461 + ], + "head_to_head_rounds_won": [ + 2461 + ], + "league_division_id": [ + 2461 + ], + "league_season_division_id": [ + 2461 ], - "results_aggregate": [ - 4606 + "league_season_id": [ + 2461 ], - "rosters": [ - 3748 + "league_team_id": [ + 2461 ], - "rosters_aggregate": [ - 3741 + "league_team_season_id": [ + 2461 ], - "stages": [ - 3659 + "losses": [ + 2461 ], - "stages_aggregate": [ - 3649 + "maps_lost": [ + 2461 ], - "start": [ - 3559 + "maps_won": [ + 2461 ], - "status": [ - 1018 + "matches_played": [ + 2461 ], - "teams": [ - 3789 + "matches_remaining": [ + 2461 ], - "teams_aggregate": [ - 3782 + "rank": [ + 2461 ], - "trophies": [ - 3833 + "round_diff": [ + 2461 ], - "trophies_aggregate": [ - 3824 + "rounds_lost": [ + 2461 ], - "trophies_enabled": [ - 4 + "rounds_won": [ + 2461 ], - "trophy_configs": [ - 3876 + "tournament_team_id": [ + 2461 ], - "trophy_configs_aggregate": [ - 3869 + "wins": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournaments_constraint": {}, - "tournaments_inc_input": { - "organizer_steam_id": [ - 178 + "v_league_division_standings_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournaments_insert_input": { - "admin": [ - 2989 + "head_to_head_rounds_won": [ + 2461 ], - "auto_start": [ - 3 + "league_division_id": [ + 2461 ], - "created_at": [ - 3558 + "league_season_division_id": [ + 2461 ], - "description": [ - 79 + "league_season_id": [ + 2461 ], - "discord_guild_id": [ - 79 + "league_team": [ + 1703 ], - "discord_notifications_enabled": [ - 3 + "league_team_id": [ + 2461 ], - "discord_notify_Canceled": [ - 3 + "league_team_season_id": [ + 2461 ], - "discord_notify_Finished": [ - 3 + "losses": [ + 2461 ], - "discord_notify_Forfeit": [ - 3 + "maps_lost": [ + 2461 ], - "discord_notify_Live": [ - 3 + "maps_won": [ + 2461 ], - "discord_notify_MapPaused": [ - 3 + "matches_played": [ + 2461 ], - "discord_notify_PickingPlayers": [ - 3 + "matches_remaining": [ + 2461 ], - "discord_notify_Scheduled": [ - 3 + "rank": [ + 2461 ], - "discord_notify_Surrendered": [ - 3 + "round_diff": [ + 2461 ], - "discord_notify_Tie": [ - 3 + "rounds_lost": [ + 2461 ], - "discord_notify_Veto": [ - 3 + "rounds_won": [ + 2461 ], - "discord_notify_WaitingForCheckIn": [ - 3 + "season_division": [ + 1527 ], - "discord_notify_WaitingForServer": [ - 3 + "team_season": [ + 1670 ], - "discord_role_id": [ - 79 + "tournament_team_id": [ + 2461 ], - "discord_voice_enabled": [ - 3 + "wins": [ + 2461 ], - "discord_webhook": [ - 79 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_select_column": {}, + "v_league_division_standings_stddev_fields": { + "head_to_head_match_wins": [ + 29 ], - "e_tournament_status": [ - 1023 + "head_to_head_rounds_won": [ + 29 ], - "id": [ - 3955 + "losses": [ + 29 ], - "match_options_id": [ - 3955 + "maps_lost": [ + 29 ], - "name": [ - 79 + "maps_won": [ + 29 ], - "options": [ - 1726 + "matches_played": [ + 29 ], - "organizer_steam_id": [ - 178 + "matches_remaining": [ + 29 ], - "organizers": [ - 3612 + "rank": [ + 29 ], - "player_stats": [ - 4671 + "round_diff": [ + 29 ], - "results": [ - 4620 + "rounds_lost": [ + 29 ], - "rosters": [ - 3745 + "rounds_won": [ + 29 ], - "stages": [ - 3656 + "wins": [ + 29 ], - "start": [ - 3558 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_stddev_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "status": [ - 1017 + "head_to_head_rounds_won": [ + 2461 ], - "teams": [ - 3786 + "losses": [ + 2461 ], - "trophies": [ - 3830 + "maps_lost": [ + 2461 ], - "trophies_enabled": [ - 3 + "maps_won": [ + 2461 ], - "trophy_configs": [ - 3873 + "matches_played": [ + 2461 + ], + "matches_remaining": [ + 2461 + ], + "rank": [ + 2461 + ], + "round_diff": [ + 2461 + ], + "rounds_lost": [ + 2461 + ], + "rounds_won": [ + 2461 + ], + "wins": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournaments_max_fields": { - "created_at": [ - 3558 + "v_league_division_standings_stddev_pop_fields": { + "head_to_head_match_wins": [ + 29 ], - "description": [ - 79 + "head_to_head_rounds_won": [ + 29 ], - "discord_guild_id": [ - 79 + "losses": [ + 29 ], - "discord_role_id": [ - 79 + "maps_lost": [ + 29 ], - "discord_webhook": [ - 79 + "maps_won": [ + 29 ], - "id": [ - 3955 + "matches_played": [ + 29 ], - "match_options_id": [ - 3955 + "matches_remaining": [ + 29 ], - "max_players_per_lineup": [ - 38 + "rank": [ + 29 ], - "min_players_per_lineup": [ - 38 + "round_diff": [ + 29 ], - "name": [ - 79 + "rounds_lost": [ + 29 ], - "organizer_steam_id": [ - 178 + "rounds_won": [ + 29 ], - "start": [ - 3558 + "wins": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournaments_max_order_by": { - "created_at": [ - 2020 + "v_league_division_standings_stddev_pop_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "description": [ - 2020 + "head_to_head_rounds_won": [ + 2461 ], - "discord_guild_id": [ - 2020 + "losses": [ + 2461 ], - "discord_role_id": [ - 2020 + "maps_lost": [ + 2461 ], - "discord_webhook": [ - 2020 + "maps_won": [ + 2461 ], - "id": [ - 2020 + "matches_played": [ + 2461 ], - "match_options_id": [ - 2020 + "matches_remaining": [ + 2461 ], - "name": [ - 2020 + "rank": [ + 2461 ], - "organizer_steam_id": [ - 2020 + "round_diff": [ + 2461 ], - "start": [ - 2020 + "rounds_lost": [ + 2461 + ], + "rounds_won": [ + 2461 + ], + "wins": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournaments_min_fields": { - "created_at": [ - 3558 + "v_league_division_standings_stddev_samp_fields": { + "head_to_head_match_wins": [ + 29 ], - "description": [ - 79 + "head_to_head_rounds_won": [ + 29 ], - "discord_guild_id": [ - 79 + "losses": [ + 29 ], - "discord_role_id": [ - 79 + "maps_lost": [ + 29 ], - "discord_webhook": [ - 79 + "maps_won": [ + 29 ], - "id": [ - 3955 + "matches_played": [ + 29 ], - "match_options_id": [ - 3955 + "matches_remaining": [ + 29 ], - "max_players_per_lineup": [ - 38 + "rank": [ + 29 ], - "min_players_per_lineup": [ - 38 + "round_diff": [ + 29 ], - "name": [ - 79 + "rounds_lost": [ + 29 ], - "organizer_steam_id": [ - 178 + "rounds_won": [ + 29 ], - "start": [ - 3558 + "wins": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournaments_min_order_by": { - "created_at": [ - 2020 + "v_league_division_standings_stddev_samp_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "description": [ - 2020 + "head_to_head_rounds_won": [ + 2461 ], - "discord_guild_id": [ - 2020 + "losses": [ + 2461 ], - "discord_role_id": [ - 2020 + "maps_lost": [ + 2461 ], - "discord_webhook": [ - 2020 + "maps_won": [ + 2461 ], - "id": [ - 2020 + "matches_played": [ + 2461 ], - "match_options_id": [ - 2020 + "matches_remaining": [ + 2461 ], - "name": [ - 2020 + "rank": [ + 2461 ], - "organizer_steam_id": [ - 2020 + "round_diff": [ + 2461 ], - "start": [ - 2020 + "rounds_lost": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournaments_mutation_response": { - "affected_rows": [ - 38 + "rounds_won": [ + 2461 ], - "returning": [ - 3909 + "wins": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournaments_obj_rel_insert_input": { - "data": [ - 3923 + "v_league_division_standings_stream_cursor_input": { + "initial_value": [ + 4487 ], - "on_conflict": [ - 3930 + "ordering": [ + 236 ], "__typename": [ - 79 + 78 ] }, - "tournaments_on_conflict": { - "constraint": [ - 3921 - ], - "update_columns": [ - 3947 + "v_league_division_standings_stream_cursor_value_input": { + "head_to_head_match_wins": [ + 38 ], - "where": [ - 3920 + "head_to_head_rounds_won": [ + 38 ], - "__typename": [ - 79 - ] - }, - "tournaments_order_by": { - "admin": [ - 2991 + "league_division_id": [ + 4442 ], - "auto_start": [ - 2020 + "league_season_division_id": [ + 4442 ], - "can_cancel": [ - 2020 + "league_season_id": [ + 4442 ], - "can_close_registration": [ - 2020 + "league_team_id": [ + 4442 ], - "can_join": [ - 2020 + "league_team_season_id": [ + 4442 ], - "can_open_registration": [ - 2020 + "losses": [ + 38 ], - "can_pause": [ - 2020 + "maps_lost": [ + 38 ], - "can_resume": [ - 2020 + "maps_won": [ + 38 ], - "can_setup": [ - 2020 + "matches_played": [ + 38 ], - "can_start": [ - 2020 + "matches_remaining": [ + 38 ], - "created_at": [ - 2020 + "rank": [ + 38 ], - "description": [ - 2020 + "round_diff": [ + 38 ], - "discord_guild_id": [ - 2020 + "rounds_lost": [ + 38 ], - "discord_notifications_enabled": [ - 2020 + "rounds_won": [ + 38 ], - "discord_notify_Canceled": [ - 2020 + "tournament_team_id": [ + 4442 ], - "discord_notify_Finished": [ - 2020 + "wins": [ + 38 ], - "discord_notify_Forfeit": [ - 2020 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_sum_fields": { + "head_to_head_match_wins": [ + 38 ], - "discord_notify_Live": [ - 2020 + "head_to_head_rounds_won": [ + 38 ], - "discord_notify_MapPaused": [ - 2020 + "losses": [ + 38 ], - "discord_notify_PickingPlayers": [ - 2020 + "maps_lost": [ + 38 ], - "discord_notify_Scheduled": [ - 2020 + "maps_won": [ + 38 ], - "discord_notify_Surrendered": [ - 2020 + "matches_played": [ + 38 ], - "discord_notify_Tie": [ - 2020 + "matches_remaining": [ + 38 ], - "discord_notify_Veto": [ - 2020 + "rank": [ + 38 ], - "discord_notify_WaitingForCheckIn": [ - 2020 + "round_diff": [ + 38 ], - "discord_notify_WaitingForServer": [ - 2020 + "rounds_lost": [ + 38 ], - "discord_role_id": [ - 2020 + "rounds_won": [ + 38 ], - "discord_voice_enabled": [ - 2020 + "wins": [ + 38 ], - "discord_webhook": [ - 2020 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_sum_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "e_tournament_status": [ - 1025 + "head_to_head_rounds_won": [ + 2461 ], - "has_min_teams": [ - 2020 + "losses": [ + 2461 ], - "id": [ - 2020 + "maps_lost": [ + 2461 ], - "is_organizer": [ - 2020 + "maps_won": [ + 2461 ], - "joined_tournament": [ - 2020 + "matches_played": [ + 2461 ], - "match_options_id": [ - 2020 + "matches_remaining": [ + 2461 ], - "max_players_per_lineup": [ - 2020 + "rank": [ + 2461 ], - "min_players_per_lineup": [ - 2020 + "round_diff": [ + 2461 ], - "name": [ - 2020 + "rounds_lost": [ + 2461 ], - "options": [ - 1728 + "rounds_won": [ + 2461 ], - "organizer_steam_id": [ - 2020 + "wins": [ + 2461 ], - "organizers_aggregate": [ - 3611 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_var_pop_fields": { + "head_to_head_match_wins": [ + 29 ], - "player_stats_aggregate": [ - 4670 + "head_to_head_rounds_won": [ + 29 ], - "results_aggregate": [ - 4619 + "losses": [ + 29 ], - "rosters_aggregate": [ - 3744 + "maps_lost": [ + 29 ], - "stages_aggregate": [ - 3654 + "maps_won": [ + 29 ], - "start": [ - 2020 + "matches_played": [ + 29 ], - "status": [ - 2020 + "matches_remaining": [ + 29 ], - "teams_aggregate": [ - 3785 + "rank": [ + 29 ], - "trophies_aggregate": [ - 3829 + "round_diff": [ + 29 ], - "trophies_enabled": [ - 2020 + "rounds_lost": [ + 29 ], - "trophy_configs_aggregate": [ - 3872 + "rounds_won": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournaments_pk_columns_input": { - "id": [ - 3955 + "wins": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournaments_select_column": {}, - "tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns": {}, - "tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns": {}, - "tournaments_set_input": { - "auto_start": [ - 3 - ], - "created_at": [ - 3558 - ], - "description": [ - 79 - ], - "discord_guild_id": [ - 79 + "v_league_division_standings_var_pop_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "discord_notifications_enabled": [ - 3 + "head_to_head_rounds_won": [ + 2461 ], - "discord_notify_Canceled": [ - 3 + "losses": [ + 2461 ], - "discord_notify_Finished": [ - 3 + "maps_lost": [ + 2461 ], - "discord_notify_Forfeit": [ - 3 + "maps_won": [ + 2461 ], - "discord_notify_Live": [ - 3 + "matches_played": [ + 2461 ], - "discord_notify_MapPaused": [ - 3 + "matches_remaining": [ + 2461 ], - "discord_notify_PickingPlayers": [ - 3 + "rank": [ + 2461 ], - "discord_notify_Scheduled": [ - 3 + "round_diff": [ + 2461 ], - "discord_notify_Surrendered": [ - 3 + "rounds_lost": [ + 2461 ], - "discord_notify_Tie": [ - 3 + "rounds_won": [ + 2461 ], - "discord_notify_Veto": [ - 3 + "wins": [ + 2461 ], - "discord_notify_WaitingForCheckIn": [ - 3 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_var_samp_fields": { + "head_to_head_match_wins": [ + 29 ], - "discord_notify_WaitingForServer": [ - 3 + "head_to_head_rounds_won": [ + 29 ], - "discord_role_id": [ - 79 + "losses": [ + 29 ], - "discord_voice_enabled": [ - 3 + "maps_lost": [ + 29 ], - "discord_webhook": [ - 79 + "maps_won": [ + 29 ], - "id": [ - 3955 + "matches_played": [ + 29 ], - "match_options_id": [ - 3955 + "matches_remaining": [ + 29 ], - "name": [ - 79 + "rank": [ + 29 ], - "organizer_steam_id": [ - 178 + "round_diff": [ + 29 ], - "start": [ - 3558 + "rounds_lost": [ + 29 ], - "status": [ - 1017 + "rounds_won": [ + 29 ], - "trophies_enabled": [ - 3 + "wins": [ + 29 ], "__typename": [ - 79 + 78 ] }, - "tournaments_stddev_fields": { - "max_players_per_lineup": [ - 38 + "v_league_division_standings_var_samp_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "min_players_per_lineup": [ - 38 + "head_to_head_rounds_won": [ + 2461 ], - "organizer_steam_id": [ - 29 + "losses": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournaments_stddev_order_by": { - "organizer_steam_id": [ - 2020 + "maps_lost": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournaments_stddev_pop_fields": { - "max_players_per_lineup": [ - 38 + "maps_won": [ + 2461 ], - "min_players_per_lineup": [ - 38 + "matches_played": [ + 2461 ], - "organizer_steam_id": [ - 29 + "matches_remaining": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournaments_stddev_pop_order_by": { - "organizer_steam_id": [ - 2020 + "rank": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournaments_stddev_samp_fields": { - "max_players_per_lineup": [ - 38 + "round_diff": [ + 2461 ], - "min_players_per_lineup": [ - 38 + "rounds_lost": [ + 2461 ], - "organizer_steam_id": [ - 29 + "rounds_won": [ + 2461 ], - "__typename": [ - 79 - ] - }, - "tournaments_stddev_samp_order_by": { - "organizer_steam_id": [ - 2020 + "wins": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "tournaments_stream_cursor_input": { - "initial_value": [ - 3944 + "v_league_division_standings_variance_fields": { + "head_to_head_match_wins": [ + 29 ], - "ordering": [ - 233 + "head_to_head_rounds_won": [ + 29 ], - "__typename": [ - 79 - ] - }, - "tournaments_stream_cursor_value_input": { - "auto_start": [ - 3 + "losses": [ + 29 ], - "created_at": [ - 3558 + "maps_lost": [ + 29 ], - "description": [ - 79 + "maps_won": [ + 29 ], - "discord_guild_id": [ - 79 + "matches_played": [ + 29 ], - "discord_notifications_enabled": [ - 3 + "matches_remaining": [ + 29 ], - "discord_notify_Canceled": [ - 3 + "rank": [ + 29 ], - "discord_notify_Finished": [ - 3 + "round_diff": [ + 29 ], - "discord_notify_Forfeit": [ - 3 + "rounds_lost": [ + 29 ], - "discord_notify_Live": [ - 3 + "rounds_won": [ + 29 ], - "discord_notify_MapPaused": [ - 3 + "wins": [ + 29 ], - "discord_notify_PickingPlayers": [ - 3 + "__typename": [ + 78 + ] + }, + "v_league_division_standings_variance_order_by": { + "head_to_head_match_wins": [ + 2461 ], - "discord_notify_Scheduled": [ - 3 + "head_to_head_rounds_won": [ + 2461 ], - "discord_notify_Surrendered": [ - 3 + "losses": [ + 2461 ], - "discord_notify_Tie": [ - 3 + "maps_lost": [ + 2461 ], - "discord_notify_Veto": [ - 3 + "maps_won": [ + 2461 ], - "discord_notify_WaitingForCheckIn": [ - 3 + "matches_played": [ + 2461 ], - "discord_notify_WaitingForServer": [ - 3 + "matches_remaining": [ + 2461 ], - "discord_role_id": [ - 79 + "rank": [ + 2461 ], - "discord_voice_enabled": [ - 3 + "round_diff": [ + 2461 ], - "discord_webhook": [ - 79 + "rounds_lost": [ + 2461 ], - "id": [ - 3955 + "rounds_won": [ + 2461 ], - "match_options_id": [ - 3955 + "wins": [ + 2461 ], - "name": [ - 79 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats": { + "assists": [ + 38 ], - "organizer_steam_id": [ - 178 + "deaths": [ + 38 ], - "start": [ - 3558 + "headshot_percentage": [ + 1180 ], - "status": [ - 1017 + "headshots": [ + 38 ], - "trophies_enabled": [ - 3 + "kdr": [ + 1180 ], - "__typename": [ - 79 - ] - }, - "tournaments_sum_fields": { - "max_players_per_lineup": [ + "kills": [ 38 ], - "min_players_per_lineup": [ - 38 + "league_division_id": [ + 4442 ], - "organizer_steam_id": [ - 178 + "league_season_division_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "tournaments_sum_order_by": { - "organizer_steam_id": [ - 2020 + "league_season_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "tournaments_update_column": {}, - "tournaments_updates": { - "_inc": [ - 3922 + "league_team": [ + 1692 ], - "_set": [ - 3936 + "league_team_id": [ + 4442 ], - "where": [ - 3920 + "league_team_season_id": [ + 4442 ], - "__typename": [ - 79 - ] - }, - "tournaments_var_pop_fields": { - "max_players_per_lineup": [ + "matches_played": [ 38 ], - "min_players_per_lineup": [ - 38 + "player": [ + 3419 ], - "organizer_steam_id": [ - 29 + "player_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "tournaments_var_pop_order_by": { - "organizer_steam_id": [ - 2020 + "v_league_season_player_stats_aggregate": { + "aggregate": [ + 4510 + ], + "nodes": [ + 4496 ], "__typename": [ - 79 + 78 ] }, - "tournaments_var_samp_fields": { - "max_players_per_lineup": [ - 38 + "v_league_season_player_stats_aggregate_bool_exp": { + "avg": [ + 4499 ], - "min_players_per_lineup": [ - 38 + "corr": [ + 4500 ], - "organizer_steam_id": [ - 29 + "count": [ + 4502 + ], + "covar_samp": [ + 4503 + ], + "max": [ + 4505 + ], + "min": [ + 4506 + ], + "stddev_samp": [ + 4507 + ], + "sum": [ + 4508 + ], + "var_samp": [ + 4509 ], "__typename": [ - 79 + 78 ] }, - "tournaments_var_samp_order_by": { - "organizer_steam_id": [ - 2020 + "v_league_season_player_stats_aggregate_bool_exp_avg": { + "arguments": [ + 4523 + ], + "distinct": [ + 3 + ], + "filter": [ + 4515 + ], + "predicate": [ + 1181 ], "__typename": [ - 79 + 78 ] }, - "tournaments_variance_fields": { - "max_players_per_lineup": [ - 38 + "v_league_season_player_stats_aggregate_bool_exp_corr": { + "arguments": [ + 4501 ], - "min_players_per_lineup": [ - 38 + "distinct": [ + 3 ], - "organizer_steam_id": [ - 29 + "filter": [ + 4515 + ], + "predicate": [ + 1181 ], "__typename": [ - 79 + 78 ] }, - "tournaments_variance_order_by": { - "organizer_steam_id": [ - 2020 + "v_league_season_player_stats_aggregate_bool_exp_corr_arguments": { + "X": [ + 4524 + ], + "Y": [ + 4524 ], "__typename": [ - 79 + 78 ] }, - "uuid": {}, - "uuid_array_comparison_exp": { - "_contained_in": [ - 3955 - ], - "_contains": [ - 3955 + "v_league_season_player_stats_aggregate_bool_exp_count": { + "arguments": [ + 4522 ], - "_eq": [ - 3955 + "distinct": [ + 3 ], - "_gt": [ - 3955 + "filter": [ + 4515 ], - "_gte": [ - 3955 + "predicate": [ + 39 ], - "_in": [ - 3955 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_aggregate_bool_exp_covar_samp": { + "arguments": [ + 4504 ], - "_is_null": [ + "distinct": [ 3 ], - "_lt": [ - 3955 - ], - "_lte": [ - 3955 - ], - "_neq": [ - 3955 + "filter": [ + 4515 ], - "_nin": [ - 3955 + "predicate": [ + 1181 ], "__typename": [ - 79 + 78 ] }, - "uuid_comparison_exp": { - "_eq": [ - 3955 - ], - "_gt": [ - 3955 + "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments": { + "X": [ + 4525 ], - "_gte": [ - 3955 + "Y": [ + 4525 ], - "_in": [ - 3955 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_aggregate_bool_exp_max": { + "arguments": [ + 4526 ], - "_is_null": [ + "distinct": [ 3 ], - "_lt": [ - 3955 - ], - "_lte": [ - 3955 - ], - "_neq": [ - 3955 + "filter": [ + 4515 ], - "_nin": [ - 3955 + "predicate": [ + 1181 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status": { - "demo_free_gpu_nodes": [ - 38 + "v_league_season_player_stats_aggregate_bool_exp_min": { + "arguments": [ + 4527 ], - "demo_in_progress": [ + "distinct": [ 3 ], - "demo_total_gpu_nodes": [ - 38 + "filter": [ + 4515 ], - "free_gpu_nodes": [ - 38 + "predicate": [ + 1181 ], - "free_gpu_nodes_for_batch": [ - 38 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_aggregate_bool_exp_stddev_samp": { + "arguments": [ + 4528 ], - "highlights_in_progress": [ + "distinct": [ 3 ], - "id": [ - 38 - ], - "live_in_progress": [ - 3 + "filter": [ + 4515 ], - "registered_gpu_nodes": [ - 38 + "predicate": [ + 1181 ], - "rendering_total_gpu_nodes": [ - 38 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_aggregate_bool_exp_sum": { + "arguments": [ + 4529 ], - "renders_paused_for_active_match": [ + "distinct": [ 3 ], - "streaming_free_gpu_nodes": [ - 38 - ], - "streaming_total_gpu_nodes": [ - 38 + "filter": [ + 4515 ], - "total_gpu_nodes": [ - 38 + "predicate": [ + 1181 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_aggregate": { - "aggregate": [ - 3960 + "v_league_season_player_stats_aggregate_bool_exp_var_samp": { + "arguments": [ + 4530 ], - "nodes": [ - 3958 + "distinct": [ + 3 + ], + "filter": [ + 4515 + ], + "predicate": [ + 1181 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_aggregate_fields": { + "v_league_season_player_stats_aggregate_fields": { "avg": [ - 3961 + 4513 ], "count": [ 38, { "columns": [ - 3966, - "[v_gpu_pool_status_select_column!]" + 4522, + "[v_league_season_player_stats_select_column!]" ], "distinct": [ 3 @@ -93939,546 +105613,943 @@ export default { } ], "max": [ - 3963 + 4517 ], "min": [ - 3964 + 4519 ], "stddev": [ - 3967 + 4531 ], "stddev_pop": [ - 3968 + 4533 ], "stddev_samp": [ - 3969 + 4535 ], "sum": [ - 3972 + 4539 ], "var_pop": [ - 3973 + 4541 ], "var_samp": [ - 3974 + 4543 ], "variance": [ - 3975 + 4545 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_avg_fields": { - "demo_free_gpu_nodes": [ - 29 + "v_league_season_player_stats_aggregate_order_by": { + "avg": [ + 4514 ], - "demo_total_gpu_nodes": [ - 29 + "count": [ + 2461 ], - "free_gpu_nodes": [ + "max": [ + 4518 + ], + "min": [ + 4520 + ], + "stddev": [ + 4532 + ], + "stddev_pop": [ + 4534 + ], + "stddev_samp": [ + 4536 + ], + "sum": [ + 4540 + ], + "var_pop": [ + 4542 + ], + "var_samp": [ + 4544 + ], + "variance": [ + 4546 + ], + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_arr_rel_insert_input": { + "data": [ + 4516 + ], + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_avg_fields": { + "assists": [ 29 ], - "free_gpu_nodes_for_batch": [ + "deaths": [ 29 ], - "id": [ + "headshot_percentage": [ 29 ], - "registered_gpu_nodes": [ + "headshots": [ 29 ], - "rendering_total_gpu_nodes": [ + "kdr": [ 29 ], - "streaming_free_gpu_nodes": [ + "kills": [ 29 ], - "streaming_total_gpu_nodes": [ + "matches_played": [ 29 ], - "total_gpu_nodes": [ + "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_bool_exp": { + "v_league_season_player_stats_avg_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_bool_exp": { "_and": [ - 3962 + 4515 ], "_not": [ - 3962 + 4515 ], "_or": [ - 3962 + 4515 ], - "demo_free_gpu_nodes": [ + "assists": [ 39 ], - "demo_in_progress": [ - 4 - ], - "demo_total_gpu_nodes": [ + "deaths": [ 39 ], - "free_gpu_nodes": [ - 39 + "headshot_percentage": [ + 1181 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 39 ], - "highlights_in_progress": [ - 4 + "kdr": [ + 1181 ], - "id": [ + "kills": [ 39 ], - "live_in_progress": [ - 4 + "league_division_id": [ + 4444 ], - "registered_gpu_nodes": [ - 39 + "league_season_division_id": [ + 4444 ], - "rendering_total_gpu_nodes": [ - 39 + "league_season_id": [ + 4444 ], - "renders_paused_for_active_match": [ - 4 + "league_team": [ + 1695 ], - "streaming_free_gpu_nodes": [ - 39 + "league_team_id": [ + 4444 ], - "streaming_total_gpu_nodes": [ - 39 + "league_team_season_id": [ + 4444 ], - "total_gpu_nodes": [ + "matches_played": [ 39 ], + "player": [ + 3423 + ], + "player_steam_id": [ + 182 + ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_max_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_insert_input": { + "assists": [ 38 ], - "demo_total_gpu_nodes": [ + "deaths": [ 38 ], - "free_gpu_nodes": [ - 38 + "headshot_percentage": [ + 1180 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 38 ], - "id": [ - 38 + "kdr": [ + 1180 ], - "registered_gpu_nodes": [ + "kills": [ 38 ], - "rendering_total_gpu_nodes": [ - 38 + "league_division_id": [ + 4442 ], - "streaming_free_gpu_nodes": [ - 38 + "league_season_division_id": [ + 4442 ], - "streaming_total_gpu_nodes": [ - 38 + "league_season_id": [ + 4442 ], - "total_gpu_nodes": [ + "league_team": [ + 1701 + ], + "league_team_id": [ + 4442 + ], + "league_team_season_id": [ + 4442 + ], + "matches_played": [ 38 ], + "player": [ + 3430 + ], + "player_steam_id": [ + 180 + ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_min_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_max_fields": { + "assists": [ 38 ], - "demo_total_gpu_nodes": [ + "deaths": [ 38 ], - "free_gpu_nodes": [ + "headshot_percentage": [ + 1180 + ], + "headshots": [ 38 ], - "free_gpu_nodes_for_batch": [ + "kdr": [ + 1180 + ], + "kills": [ 38 ], - "id": [ + "league_division_id": [ + 4442 + ], + "league_season_division_id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "league_team_id": [ + 4442 + ], + "league_team_season_id": [ + 4442 + ], + "matches_played": [ 38 ], - "registered_gpu_nodes": [ + "player_steam_id": [ + 180 + ], + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_max_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "league_division_id": [ + 2461 + ], + "league_season_division_id": [ + 2461 + ], + "league_season_id": [ + 2461 + ], + "league_team_id": [ + 2461 + ], + "league_team_season_id": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_min_fields": { + "assists": [ 38 ], - "rendering_total_gpu_nodes": [ + "deaths": [ 38 ], - "streaming_free_gpu_nodes": [ + "headshot_percentage": [ + 1180 + ], + "headshots": [ 38 ], - "streaming_total_gpu_nodes": [ + "kdr": [ + 1180 + ], + "kills": [ 38 ], - "total_gpu_nodes": [ + "league_division_id": [ + 4442 + ], + "league_season_division_id": [ + 4442 + ], + "league_season_id": [ + 4442 + ], + "league_team_id": [ + 4442 + ], + "league_team_season_id": [ + 4442 + ], + "matches_played": [ 38 ], + "player_steam_id": [ + 180 + ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_order_by": { - "demo_free_gpu_nodes": [ - 2020 + "v_league_season_player_stats_min_order_by": { + "assists": [ + 2461 ], - "demo_in_progress": [ - 2020 + "deaths": [ + 2461 ], - "demo_total_gpu_nodes": [ - 2020 + "headshot_percentage": [ + 2461 ], - "free_gpu_nodes": [ - 2020 + "headshots": [ + 2461 ], - "free_gpu_nodes_for_batch": [ - 2020 + "kdr": [ + 2461 ], - "highlights_in_progress": [ - 2020 + "kills": [ + 2461 ], - "id": [ - 2020 + "league_division_id": [ + 2461 ], - "live_in_progress": [ - 2020 + "league_season_division_id": [ + 2461 ], - "registered_gpu_nodes": [ - 2020 + "league_season_id": [ + 2461 ], - "rendering_total_gpu_nodes": [ - 2020 + "league_team_id": [ + 2461 ], - "renders_paused_for_active_match": [ - 2020 + "league_team_season_id": [ + 2461 ], - "streaming_free_gpu_nodes": [ - 2020 + "matches_played": [ + 2461 ], - "streaming_total_gpu_nodes": [ - 2020 + "player_steam_id": [ + 2461 ], - "total_gpu_nodes": [ - 2020 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "league_division_id": [ + 2461 + ], + "league_season_division_id": [ + 2461 + ], + "league_season_id": [ + 2461 + ], + "league_team": [ + 1703 + ], + "league_team_id": [ + 2461 + ], + "league_team_season_id": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player": [ + 3432 + ], + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_select_column": {}, - "v_gpu_pool_status_stddev_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_select_column": {}, + "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_avg_arguments_columns": {}, + "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_corr_arguments_columns": {}, + "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments_columns": {}, + "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_max_arguments_columns": {}, + "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_min_arguments_columns": {}, + "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_stddev_samp_arguments_columns": {}, + "v_league_season_player_stats_select_column_v_league_season_player_stats_aggregate_bool_exp_sum_arguments_columns": {}, + "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 ], - "demo_total_gpu_nodes": [ + "deaths": [ 29 ], - "free_gpu_nodes": [ + "headshot_percentage": [ 29 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 29 ], - "id": [ + "kdr": [ 29 ], - "registered_gpu_nodes": [ + "kills": [ 29 ], - "rendering_total_gpu_nodes": [ + "matches_played": [ 29 ], - "streaming_free_gpu_nodes": [ + "player_steam_id": [ 29 ], - "streaming_total_gpu_nodes": [ - 29 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_stddev_order_by": { + "assists": [ + 2461 ], - "total_gpu_nodes": [ - 29 + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_stddev_pop_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_stddev_pop_fields": { + "assists": [ 29 ], - "demo_total_gpu_nodes": [ + "deaths": [ 29 ], - "free_gpu_nodes": [ + "headshot_percentage": [ 29 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 29 ], - "id": [ + "kdr": [ 29 ], - "registered_gpu_nodes": [ + "kills": [ 29 ], - "rendering_total_gpu_nodes": [ + "matches_played": [ 29 ], - "streaming_free_gpu_nodes": [ + "player_steam_id": [ 29 ], - "streaming_total_gpu_nodes": [ - 29 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_stddev_pop_order_by": { + "assists": [ + 2461 ], - "total_gpu_nodes": [ - 29 + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_stddev_samp_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_stddev_samp_fields": { + "assists": [ 29 ], - "demo_total_gpu_nodes": [ + "deaths": [ 29 ], - "free_gpu_nodes": [ + "headshot_percentage": [ 29 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 29 ], - "id": [ + "kdr": [ 29 ], - "registered_gpu_nodes": [ + "kills": [ 29 ], - "rendering_total_gpu_nodes": [ + "matches_played": [ 29 ], - "streaming_free_gpu_nodes": [ + "player_steam_id": [ 29 ], - "streaming_total_gpu_nodes": [ - 29 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_stddev_samp_order_by": { + "assists": [ + 2461 ], - "total_gpu_nodes": [ - 29 + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_stream_cursor_input": { + "v_league_season_player_stats_stream_cursor_input": { "initial_value": [ - 3971 + 4538 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_stream_cursor_value_input": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_stream_cursor_value_input": { + "assists": [ 38 ], - "demo_in_progress": [ - 3 - ], - "demo_total_gpu_nodes": [ + "deaths": [ 38 ], - "free_gpu_nodes": [ - 38 + "headshot_percentage": [ + 1180 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 38 ], - "highlights_in_progress": [ - 3 + "kdr": [ + 1180 ], - "id": [ + "kills": [ 38 ], - "live_in_progress": [ - 3 + "league_division_id": [ + 4442 ], - "registered_gpu_nodes": [ - 38 + "league_season_division_id": [ + 4442 ], - "rendering_total_gpu_nodes": [ - 38 + "league_season_id": [ + 4442 ], - "renders_paused_for_active_match": [ - 3 + "league_team_id": [ + 4442 ], - "streaming_free_gpu_nodes": [ - 38 + "league_team_season_id": [ + 4442 ], - "streaming_total_gpu_nodes": [ + "matches_played": [ 38 ], - "total_gpu_nodes": [ - 38 + "player_steam_id": [ + 180 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_sum_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_sum_fields": { + "assists": [ 38 ], - "demo_total_gpu_nodes": [ + "deaths": [ 38 ], - "free_gpu_nodes": [ - 38 + "headshot_percentage": [ + 1180 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 38 ], - "id": [ - 38 + "kdr": [ + 1180 ], - "registered_gpu_nodes": [ + "kills": [ 38 ], - "rendering_total_gpu_nodes": [ + "matches_played": [ 38 ], - "streaming_free_gpu_nodes": [ - 38 + "player_steam_id": [ + 180 ], - "streaming_total_gpu_nodes": [ - 38 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_sum_order_by": { + "assists": [ + 2461 ], - "total_gpu_nodes": [ - 38 + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_var_pop_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_var_pop_fields": { + "assists": [ 29 ], - "demo_total_gpu_nodes": [ + "deaths": [ 29 ], - "free_gpu_nodes": [ + "headshot_percentage": [ 29 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ 29 ], - "id": [ + "kdr": [ 29 ], - "registered_gpu_nodes": [ + "kills": [ 29 ], - "rendering_total_gpu_nodes": [ + "matches_played": [ 29 ], - "streaming_free_gpu_nodes": [ + "player_steam_id": [ 29 ], - "streaming_total_gpu_nodes": [ - 29 + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_var_pop_order_by": { + "assists": [ + 2461 ], - "total_gpu_nodes": [ - 29 + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_var_samp_fields": { - "demo_free_gpu_nodes": [ + "v_league_season_player_stats_var_samp_fields": { + "assists": [ 29 ], - "demo_total_gpu_nodes": [ + "deaths": [ 29 ], - "free_gpu_nodes": [ + "headshot_percentage": [ 29 ], - "free_gpu_nodes_for_batch": [ + "headshots": [ + 29 + ], + "kdr": [ + 29 + ], + "kills": [ + 29 + ], + "matches_played": [ + 29 + ], + "player_steam_id": [ + 29 + ], + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_var_samp_order_by": { + "assists": [ + 2461 + ], + "deaths": [ + 2461 + ], + "headshot_percentage": [ + 2461 + ], + "headshots": [ + 2461 + ], + "kdr": [ + 2461 + ], + "kills": [ + 2461 + ], + "matches_played": [ + 2461 + ], + "player_steam_id": [ + 2461 + ], + "__typename": [ + 78 + ] + }, + "v_league_season_player_stats_variance_fields": { + "assists": [ + 29 + ], + "deaths": [ 29 ], - "id": [ + "headshot_percentage": [ 29 ], - "registered_gpu_nodes": [ + "headshots": [ 29 ], - "rendering_total_gpu_nodes": [ + "kdr": [ 29 ], - "streaming_free_gpu_nodes": [ + "kills": [ 29 ], - "streaming_total_gpu_nodes": [ + "matches_played": [ 29 ], - "total_gpu_nodes": [ + "player_steam_id": [ 29 ], "__typename": [ - 79 + 78 ] }, - "v_gpu_pool_status_variance_fields": { - "demo_free_gpu_nodes": [ - 29 - ], - "demo_total_gpu_nodes": [ - 29 - ], - "free_gpu_nodes": [ - 29 + "v_league_season_player_stats_variance_order_by": { + "assists": [ + 2461 ], - "free_gpu_nodes_for_batch": [ - 29 + "deaths": [ + 2461 ], - "id": [ - 29 + "headshot_percentage": [ + 2461 ], - "registered_gpu_nodes": [ - 29 + "headshots": [ + 2461 ], - "rendering_total_gpu_nodes": [ - 29 + "kdr": [ + 2461 ], - "streaming_free_gpu_nodes": [ - 29 + "kills": [ + 2461 ], - "streaming_total_gpu_nodes": [ - 29 + "matches_played": [ + 2461 ], - "total_gpu_nodes": [ - 29 + "player_steam_id": [ + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_captains": { @@ -94486,50 +106557,50 @@ export default { 3 ], "discord_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "lineup": [ - 1515 + 1956 ], "match_lineup_id": [ - 3955 + 4442 ], "placeholder_name": [ - 79 + 78 ], "player": [ - 2978 + 3419 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_aggregate": { "aggregate": [ - 3978 + 4549 ], "nodes": [ - 3976 + 4547 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_aggregate_fields": { "avg": [ - 3979 + 4550 ], "count": [ 38, { "columns": [ - 3988, + 4559, "[v_match_captains_select_column!]" ], "distinct": [ @@ -94538,34 +106609,34 @@ export default { } ], "max": [ - 3983 + 4554 ], "min": [ - 3984 + 4555 ], "stddev": [ - 3990 + 4561 ], "stddev_pop": [ - 3991 + 4562 ], "stddev_samp": [ - 3992 + 4563 ], "sum": [ - 3995 + 4566 ], "var_pop": [ - 3997 + 4568 ], "var_samp": [ - 3998 + 4569 ], "variance": [ - 3999 + 4570 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_avg_fields": { @@ -94573,53 +106644,53 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_bool_exp": { "_and": [ - 3980 + 4551 ], "_not": [ - 3980 + 4551 ], "_or": [ - 3980 + 4551 ], "captain": [ 4 ], "discord_id": [ - 81 + 80 ], "id": [ - 3957 + 4444 ], "lineup": [ - 1524 + 1965 ], "match_lineup_id": [ - 3957 + 4444 ], "placeholder_name": [ - 81 + 80 ], "player": [ - 2982 + 3423 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_inc_input": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_insert_input": { @@ -94627,68 +106698,68 @@ export default { 3 ], "discord_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "lineup": [ - 1533 + 1974 ], "match_lineup_id": [ - 3955 + 4442 ], "placeholder_name": [ - 79 + 78 ], "player": [ - 2989 + 3430 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_max_fields": { "discord_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "placeholder_name": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_min_fields": { "discord_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "placeholder_name": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_mutation_response": { @@ -94696,47 +106767,47 @@ export default { 38 ], "returning": [ - 3976 + 4547 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_obj_rel_insert_input": { "data": [ - 3982 + 4553 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_order_by": { "captain": [ - 2020 + 2461 ], "discord_id": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "lineup": [ - 1535 + 1976 ], "match_lineup_id": [ - 2020 + 2461 ], "placeholder_name": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_select_column": {}, @@ -94745,22 +106816,22 @@ export default { 3 ], "discord_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "placeholder_name": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_stddev_fields": { @@ -94768,7 +106839,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_stddev_pop_fields": { @@ -94776,7 +106847,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_stddev_samp_fields": { @@ -94784,18 +106855,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_stream_cursor_input": { "initial_value": [ - 3994 + 4565 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_stream_cursor_value_input": { @@ -94803,44 +106874,44 @@ export default { 3 ], "discord_id": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "placeholder_name": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_sum_fields": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_updates": { "_inc": [ - 3981 + 4552 ], "_set": [ - 3989 + 4560 ], "where": [ - 3980 + 4551 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_var_pop_fields": { @@ -94848,7 +106919,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_var_samp_fields": { @@ -94856,7 +106927,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_captains_variance_fields": { @@ -94864,7 +106935,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches": { @@ -94872,90 +106943,90 @@ export default { 38 ], "clutcher": [ - 2978 + 3419 ], "clutcher_steam_id": [ - 178 + 180 ], "kills_in_clutch": [ 38 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_lineup": [ - 1515 + 1956 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "outcome": [ - 79 + 78 ], "round": [ 38 ], "side": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_aggregate": { "aggregate": [ - 4004 + 4575 ], "nodes": [ - 4000 + 4571 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_aggregate_bool_exp": { "count": [ - 4003 + 4574 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_aggregate_bool_exp_count": { "arguments": [ - 4016 + 4587 ], "distinct": [ 3 ], "filter": [ - 4009 + 4580 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_aggregate_fields": { "avg": [ - 4007 + 4578 ], "count": [ 38, { "columns": [ - 4016, + 4587, "[v_match_clutches_select_column!]" ], "distinct": [ @@ -94964,80 +107035,80 @@ export default { } ], "max": [ - 4011 + 4582 ], "min": [ - 4013 + 4584 ], "stddev": [ - 4017 + 4588 ], "stddev_pop": [ - 4019 + 4590 ], "stddev_samp": [ - 4021 + 4592 ], "sum": [ - 4025 + 4596 ], "var_pop": [ - 4027 + 4598 ], "var_samp": [ - 4029 + 4600 ], "variance": [ - 4031 + 4602 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_aggregate_order_by": { "avg": [ - 4008 + 4579 ], "count": [ - 2020 + 2461 ], "max": [ - 4012 + 4583 ], "min": [ - 4014 + 4585 ], "stddev": [ - 4018 + 4589 ], "stddev_pop": [ - 4020 + 4591 ], "stddev_samp": [ - 4022 + 4593 ], "sum": [ - 4026 + 4597 ], "var_pop": [ - 4028 + 4599 ], "var_samp": [ - 4030 + 4601 ], "variance": [ - 4032 + 4603 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_arr_rel_insert_input": { "data": [ - 4010 + 4581 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_avg_fields": { @@ -95054,77 +107125,77 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_avg_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_bool_exp": { "_and": [ - 4009 + 4580 ], "_not": [ - 4009 + 4580 ], "_or": [ - 4009 + 4580 ], "against_count": [ 39 ], "clutcher": [ - 2982 + 3423 ], "clutcher_steam_id": [ - 180 + 182 ], "kills_in_clutch": [ 39 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_lineup": [ - 1524 + 1965 ], "match_lineup_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "outcome": [ - 81 + 80 ], "round": [ 39 ], "side": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_insert_input": { @@ -95132,43 +107203,43 @@ export default { 38 ], "clutcher": [ - 2989 + 3430 ], "clutcher_steam_id": [ - 178 + 180 ], "kills_in_clutch": [ 38 ], "match": [ - 1853 + 2294 ], "match_id": [ - 3955 + 4442 ], "match_lineup": [ - 1533 + 1974 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map": [ - 1691 + 2132 ], "match_map_id": [ - 3955 + 4442 ], "outcome": [ - 79 + 78 ], "round": [ 38 ], "side": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_max_fields": { @@ -95176,63 +107247,63 @@ export default { 38 ], "clutcher_steam_id": [ - 178 + 180 ], "kills_in_clutch": [ 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "outcome": [ - 79 + 78 ], "round": [ 38 ], "side": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_max_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "outcome": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_min_fields": { @@ -95240,107 +107311,107 @@ export default { 38 ], "clutcher_steam_id": [ - 178 + 180 ], "kills_in_clutch": [ 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "outcome": [ - 79 + 78 ], "round": [ 38 ], "side": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_min_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "outcome": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher": [ - 2991 + 3432 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_lineup": [ - 1535 + 1976 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "outcome": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_select_column": {}, @@ -95358,24 +107429,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_stddev_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_stddev_pop_fields": { @@ -95392,24 +107463,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_stddev_pop_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_stddev_samp_fields": { @@ -95426,35 +107497,35 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_stddev_samp_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_stream_cursor_input": { "initial_value": [ - 4024 + 4595 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_stream_cursor_value_input": { @@ -95462,31 +107533,31 @@ export default { 38 ], "clutcher_steam_id": [ - 178 + 180 ], "kills_in_clutch": [ 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "outcome": [ - 79 + 78 ], "round": [ 38 ], "side": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_sum_fields": { @@ -95494,7 +107565,7 @@ export default { 38 ], "clutcher_steam_id": [ - 178 + 180 ], "kills_in_clutch": [ 38 @@ -95503,24 +107574,24 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_sum_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_var_pop_fields": { @@ -95537,24 +107608,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_var_pop_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_var_samp_fields": { @@ -95571,24 +107642,24 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_var_samp_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_variance_fields": { @@ -95605,81 +107676,81 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_clutches_variance_order_by": { "against_count": [ - 2020 + 2461 ], "clutcher_steam_id": [ - 2020 + 2461 ], "kills_in_clutch": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs": { "killer_side": [ - 79 + 78 ], "killer_steam_id": [ - 178 + 180 ], "kills": [ 38 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "victim_side": [ - 79 + 78 ], "victim_steam_id": [ - 178 + 180 ], "weapon": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_aggregate": { "aggregate": [ - 4035 + 4606 ], "nodes": [ - 4033 + 4604 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_aggregate_fields": { "avg": [ - 4036 + 4607 ], "count": [ 38, { "columns": [ - 4041, + 4612, "[v_match_kill_pairs_select_column!]" ], "distinct": [ @@ -95688,34 +107759,34 @@ export default { } ], "max": [ - 4038 + 4609 ], "min": [ - 4039 + 4610 ], "stddev": [ - 4042 + 4613 ], "stddev_pop": [ - 4043 + 4614 ], "stddev_samp": [ - 4044 + 4615 ], "sum": [ - 4047 + 4618 ], "var_pop": [ - 4048 + 4619 ], "var_samp": [ - 4049 + 4620 ], "variance": [ - 4050 + 4621 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_avg_fields": { @@ -95729,144 +107800,144 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_bool_exp": { "_and": [ - 4037 + 4608 ], "_not": [ - 4037 + 4608 ], "_or": [ - 4037 + 4608 ], "killer_side": [ - 81 + 80 ], "killer_steam_id": [ - 180 + 182 ], "kills": [ 39 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "victim_side": [ - 81 + 80 ], "victim_steam_id": [ - 180 + 182 ], "weapon": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_max_fields": { "killer_side": [ - 79 + 78 ], "killer_steam_id": [ - 178 + 180 ], "kills": [ 38 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "victim_side": [ - 79 + 78 ], "victim_steam_id": [ - 178 + 180 ], "weapon": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_min_fields": { "killer_side": [ - 79 + 78 ], "killer_steam_id": [ - 178 + 180 ], "kills": [ 38 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "victim_side": [ - 79 + 78 ], "victim_steam_id": [ - 178 + 180 ], "weapon": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_order_by": { "killer_side": [ - 2020 + 2461 ], "killer_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "victim_side": [ - 2020 + 2461 ], "victim_steam_id": [ - 2020 + 2461 ], "weapon": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_select_column": {}, @@ -95881,7 +107952,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_stddev_pop_fields": { @@ -95895,7 +107966,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_stddev_samp_fields": { @@ -95909,61 +107980,61 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_stream_cursor_input": { "initial_value": [ - 4046 + 4617 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_stream_cursor_value_input": { "killer_side": [ - 79 + 78 ], "killer_steam_id": [ - 178 + 180 ], "kills": [ 38 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "victim_side": [ - 79 + 78 ], "victim_steam_id": [ - 178 + 180 ], "weapon": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_sum_fields": { "killer_steam_id": [ - 178 + 180 ], "kills": [ 38 ], "victim_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_var_pop_fields": { @@ -95977,7 +108048,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_var_samp_fields": { @@ -95991,7 +108062,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_kill_pairs_variance_fields": { @@ -96005,64 +108076,64 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types": { "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_lineup": [ - 1515 + 1956 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_aggregate": { "aggregate": [ - 4053 + 4624 ], "nodes": [ - 4051 + 4622 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_aggregate_fields": { "avg": [ - 4054 + 4625 ], "count": [ 38, { "columns": [ - 4059, + 4630, "[v_match_lineup_buy_types_select_column!]" ], "distinct": [ @@ -96071,34 +108142,34 @@ export default { } ], "max": [ - 4056 + 4627 ], "min": [ - 4057 + 4628 ], "stddev": [ - 4060 + 4631 ], "stddev_pop": [ - 4061 + 4632 ], "stddev_samp": [ - 4062 + 4633 ], "sum": [ - 4065 + 4636 ], "var_pop": [ - 4066 + 4637 ], "var_samp": [ - 4067 + 4638 ], "variance": [ - 4068 + 4639 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_avg_fields": { @@ -96109,138 +108180,138 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_bool_exp": { "_and": [ - 4055 + 4626 ], "_not": [ - 4055 + 4626 ], "_or": [ - 4055 + 4626 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_lineup": [ - 1524 + 1965 ], "match_lineup_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "matchup": [ - 81 + 80 ], "rounds": [ 39 ], "side": [ - 81 + 80 ], "wins": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_max_fields": { "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_min_fields": { "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_order_by": { "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_lineup": [ - 1535 + 1976 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "matchup": [ - 2020 + 2461 ], "rounds": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_select_column": {}, @@ -96252,7 +108323,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_stddev_pop_fields": { @@ -96263,7 +108334,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_stddev_samp_fields": { @@ -96274,44 +108345,44 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_stream_cursor_input": { "initial_value": [ - 4064 + 4635 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_stream_cursor_value_input": { "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_sum_fields": { @@ -96322,7 +108393,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_var_pop_fields": { @@ -96333,7 +108404,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_var_samp_fields": { @@ -96344,7 +108415,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_buy_types_variance_fields": { @@ -96355,7 +108426,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats": { @@ -96372,22 +108443,22 @@ export default { 38 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_lineup": [ - 1515 + 1956 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "opening_attempts": [ 38 @@ -96408,7 +108479,7 @@ export default { 38 ], "side": [ - 79 + 78 ], "won_buy_eco": [ 38 @@ -96423,29 +108494,29 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_aggregate": { "aggregate": [ - 4071 + 4642 ], "nodes": [ - 4069 + 4640 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_aggregate_fields": { "avg": [ - 4072 + 4643 ], "count": [ 38, { "columns": [ - 4077, + 4648, "[v_match_lineup_map_stats_select_column!]" ], "distinct": [ @@ -96454,34 +108525,34 @@ export default { } ], "max": [ - 4074 + 4645 ], "min": [ - 4075 + 4646 ], "stddev": [ - 4078 + 4649 ], "stddev_pop": [ - 4079 + 4650 ], "stddev_samp": [ - 4080 + 4651 ], "sum": [ - 4083 + 4654 ], "var_pop": [ - 4084 + 4655 ], "var_samp": [ - 4085 + 4656 ], "variance": [ - 4086 + 4657 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_avg_fields": { @@ -96528,18 +108599,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_bool_exp": { "_and": [ - 4073 + 4644 ], "_not": [ - 4073 + 4644 ], "_or": [ - 4073 + 4644 ], "man_adv_rounds": [ 39 @@ -96554,22 +108625,22 @@ export default { 39 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_lineup": [ - 1524 + 1965 ], "match_lineup_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "opening_attempts": [ 39 @@ -96590,7 +108661,7 @@ export default { 39 ], "side": [ - 81 + 80 ], "won_buy_eco": [ 39 @@ -96605,7 +108676,7 @@ export default { 39 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_max_fields": { @@ -96622,13 +108693,13 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "opening_attempts": [ 38 @@ -96649,7 +108720,7 @@ export default { 38 ], "side": [ - 79 + 78 ], "won_buy_eco": [ 38 @@ -96664,7 +108735,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_min_fields": { @@ -96681,13 +108752,13 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "opening_attempts": [ 38 @@ -96708,7 +108779,7 @@ export default { 38 ], "side": [ - 79 + 78 ], "won_buy_eco": [ 38 @@ -96723,75 +108794,75 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_order_by": { "man_adv_rounds": [ - 2020 + 2461 ], "man_adv_wins": [ - 2020 + 2461 ], "man_dis_rounds": [ - 2020 + 2461 ], "man_dis_wins": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_lineup": [ - 1535 + 1976 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "opening_attempts": [ - 2020 + 2461 ], "opening_wins": [ - 2020 + 2461 ], "pistol_rounds": [ - 2020 + 2461 ], "pistol_wins": [ - 2020 + 2461 ], "round_wins": [ - 2020 + 2461 ], "rounds": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "won_buy_eco": [ - 2020 + 2461 ], "won_buy_force": [ - 2020 + 2461 ], "won_buy_full": [ - 2020 + 2461 ], "won_buy_pistol": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_select_column": {}, @@ -96839,7 +108910,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_stddev_pop_fields": { @@ -96886,7 +108957,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_stddev_samp_fields": { @@ -96933,18 +109004,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_stream_cursor_input": { "initial_value": [ - 4082 + 4653 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_stream_cursor_value_input": { @@ -96961,13 +109032,13 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "opening_attempts": [ 38 @@ -96988,7 +109059,7 @@ export default { 38 ], "side": [ - 79 + 78 ], "won_buy_eco": [ 38 @@ -97003,7 +109074,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_sum_fields": { @@ -97050,7 +109121,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_var_pop_fields": { @@ -97097,7 +109168,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_var_samp_fields": { @@ -97144,7 +109215,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_lineup_map_stats_variance_fields": { @@ -97191,7 +109262,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds": { @@ -97199,35 +109270,35 @@ export default { 3 ], "match_map_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_aggregate": { "aggregate": [ - 4089 + 4660 ], "nodes": [ - 4087 + 4658 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_aggregate_fields": { "avg": [ - 4090 + 4661 ], "count": [ 38, { "columns": [ - 4098, + 4669, "[v_match_map_backup_rounds_select_column!]" ], "distinct": [ @@ -97236,34 +109307,34 @@ export default { } ], "max": [ - 4094 + 4665 ], "min": [ - 4095 + 4666 ], "stddev": [ - 4100 + 4671 ], "stddev_pop": [ - 4101 + 4672 ], "stddev_samp": [ - 4102 + 4673 ], "sum": [ - 4105 + 4676 ], "var_pop": [ - 4107 + 4678 ], "var_samp": [ - 4108 + 4679 ], "variance": [ - 4109 + 4680 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_avg_fields": { @@ -97271,30 +109342,30 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_bool_exp": { "_and": [ - 4091 + 4662 ], "_not": [ - 4091 + 4662 ], "_or": [ - 4091 + 4662 ], "has_backup_file": [ 4 ], "match_map_id": [ - 3957 + 4444 ], "round": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_inc_input": { @@ -97302,7 +109373,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_insert_input": { @@ -97310,35 +109381,35 @@ export default { 3 ], "match_map_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_max_fields": { "match_map_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_min_fields": { "match_map_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_mutation_response": { @@ -97346,24 +109417,24 @@ export default { 38 ], "returning": [ - 4087 + 4658 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_order_by": { "has_backup_file": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_select_column": {}, @@ -97372,13 +109443,13 @@ export default { 3 ], "match_map_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_stddev_fields": { @@ -97386,7 +109457,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_stddev_pop_fields": { @@ -97394,7 +109465,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_stddev_samp_fields": { @@ -97402,18 +109473,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_stream_cursor_input": { "initial_value": [ - 4104 + 4675 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_stream_cursor_value_input": { @@ -97421,13 +109492,13 @@ export default { 3 ], "match_map_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_sum_fields": { @@ -97435,21 +109506,21 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_updates": { "_inc": [ - 4092 + 4663 ], "_set": [ - 4099 + 4670 ], "where": [ - 4091 + 4662 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_var_pop_fields": { @@ -97457,7 +109528,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_var_samp_fields": { @@ -97465,7 +109536,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_map_backup_rounds_variance_fields": { @@ -97473,7 +109544,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types": { @@ -97484,62 +109555,62 @@ export default { 38 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_lineup": [ - 1515 + 1956 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "player": [ - 2978 + 3419 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_aggregate": { "aggregate": [ - 4112 + 4683 ], "nodes": [ - 4110 + 4681 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_aggregate_fields": { "avg": [ - 4113 + 4684 ], "count": [ 38, { "columns": [ - 4118, + 4689, "[v_match_player_buy_types_select_column!]" ], "distinct": [ @@ -97548,34 +109619,34 @@ export default { } ], "max": [ - 4115 + 4686 ], "min": [ - 4116 + 4687 ], "stddev": [ - 4119 + 4690 ], "stddev_pop": [ - 4120 + 4691 ], "stddev_samp": [ - 4121 + 4692 ], "sum": [ - 4124 + 4695 ], "var_pop": [ - 4125 + 4696 ], "var_samp": [ - 4126 + 4697 ], "variance": [ - 4127 + 4698 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_avg_fields": { @@ -97592,18 +109663,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_bool_exp": { "_and": [ - 4114 + 4685 ], "_not": [ - 4114 + 4685 ], "_or": [ - 4114 + 4685 ], "deaths": [ 39 @@ -97612,40 +109683,40 @@ export default { 39 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_lineup": [ - 1524 + 1965 ], "match_lineup_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "matchup": [ - 81 + 80 ], "player": [ - 2982 + 3423 ], "rounds": [ 39 ], "side": [ - 81 + 80 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_max_fields": { @@ -97656,28 +109727,28 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_min_fields": { @@ -97688,72 +109759,72 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_order_by": { "deaths": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_lineup": [ - 1535 + 1976 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "matchup": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "rounds": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_select_column": {}, @@ -97771,7 +109842,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_stddev_pop_fields": { @@ -97788,7 +109859,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_stddev_samp_fields": { @@ -97805,18 +109876,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_stream_cursor_input": { "initial_value": [ - 4123 + 4694 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_stream_cursor_value_input": { @@ -97827,28 +109898,28 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "matchup": [ - 79 + 78 ], "rounds": [ 38 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_sum_fields": { @@ -97862,10 +109933,10 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_var_pop_fields": { @@ -97882,7 +109953,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_var_samp_fields": { @@ -97899,7 +109970,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_buy_types_variance_fields": { @@ -97916,7 +109987,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels": { @@ -97927,31 +109998,31 @@ export default { 38 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_lineup": [ - 1515 + 1956 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "player": [ - 2978 + 3419 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "traded_deaths": [ 38 @@ -97960,54 +110031,54 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_aggregate": { "aggregate": [ - 4132 + 4703 ], "nodes": [ - 4128 + 4699 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_aggregate_bool_exp": { "count": [ - 4131 + 4702 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_aggregate_bool_exp_count": { "arguments": [ - 4144 + 4715 ], "distinct": [ 3 ], "filter": [ - 4137 + 4708 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_aggregate_fields": { "avg": [ - 4135 + 4706 ], "count": [ 38, { "columns": [ - 4144, + 4715, "[v_match_player_opening_duels_select_column!]" ], "distinct": [ @@ -98016,80 +110087,80 @@ export default { } ], "max": [ - 4139 + 4710 ], "min": [ - 4141 + 4712 ], "stddev": [ - 4145 + 4716 ], "stddev_pop": [ - 4147 + 4718 ], "stddev_samp": [ - 4149 + 4720 ], "sum": [ - 4153 + 4724 ], "var_pop": [ - 4155 + 4726 ], "var_samp": [ - 4157 + 4728 ], "variance": [ - 4159 + 4730 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_aggregate_order_by": { "avg": [ - 4136 + 4707 ], "count": [ - 2020 + 2461 ], "max": [ - 4140 + 4711 ], "min": [ - 4142 + 4713 ], "stddev": [ - 4146 + 4717 ], "stddev_pop": [ - 4148 + 4719 ], "stddev_samp": [ - 4150 + 4721 ], "sum": [ - 4154 + 4725 ], "var_pop": [ - 4156 + 4727 ], "var_samp": [ - 4158 + 4729 ], "variance": [ - 4160 + 4731 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_arr_rel_insert_input": { "data": [ - 4138 + 4709 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_avg_fields": { @@ -98109,38 +110180,38 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_avg_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_bool_exp": { "_and": [ - 4137 + 4708 ], "_not": [ - 4137 + 4708 ], "_or": [ - 4137 + 4708 ], "attempts": [ 39 @@ -98149,31 +110220,31 @@ export default { 39 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_lineup": [ - 1524 + 1965 ], "match_lineup_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "player": [ - 2982 + 3423 ], "side": [ - 81 + 80 ], "steam_id": [ - 180 + 182 ], "traded_deaths": [ 39 @@ -98182,7 +110253,7 @@ export default { 39 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_insert_input": { @@ -98193,31 +110264,31 @@ export default { 38 ], "match": [ - 1853 + 2294 ], "match_id": [ - 3955 + 4442 ], "match_lineup": [ - 1533 + 1974 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map": [ - 1691 + 2132 ], "match_map_id": [ - 3955 + 4442 ], "player": [ - 2989 + 3430 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "traded_deaths": [ 38 @@ -98226,7 +110297,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_max_fields": { @@ -98237,19 +110308,19 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "traded_deaths": [ 38 @@ -98258,39 +110329,39 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_max_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_min_fields": { @@ -98301,19 +110372,19 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "traded_deaths": [ 38 @@ -98322,83 +110393,83 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_min_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "side": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_lineup": [ - 1535 + 1976 ], "match_lineup_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "side": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_select_column": {}, @@ -98419,27 +110490,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_stddev_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_stddev_pop_fields": { @@ -98459,27 +110530,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_stddev_pop_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_stddev_samp_fields": { @@ -98499,38 +110570,38 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_stddev_samp_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_stream_cursor_input": { "initial_value": [ - 4152 + 4723 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_stream_cursor_value_input": { @@ -98541,19 +110612,19 @@ export default { 38 ], "match_id": [ - 3955 + 4442 ], "match_lineup_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "side": [ - 79 + 78 ], "steam_id": [ - 178 + 180 ], "traded_deaths": [ 38 @@ -98562,7 +110633,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_sum_fields": { @@ -98573,7 +110644,7 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "traded_deaths": [ 38 @@ -98582,27 +110653,27 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_sum_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_var_pop_fields": { @@ -98622,27 +110693,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_var_pop_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_var_samp_fields": { @@ -98662,27 +110733,27 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_var_samp_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_variance_fields": { @@ -98702,69 +110773,69 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_match_player_opening_duels_variance_order_by": { "attempts": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "traded_deaths": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis": { "attacker_id": [ - 178 + 180 ], "kill_count": [ - 178 + 180 ], "nemsis": [ - 2978 + 3419 ], "player": [ - 2978 + 3419 ], "victim_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_aggregate": { "aggregate": [ - 4163 + 4734 ], "nodes": [ - 4161 + 4732 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_aggregate_fields": { "avg": [ - 4164 + 4735 ], "count": [ 38, { "columns": [ - 4169, + 4740, "[v_player_arch_nemesis_select_column!]" ], "distinct": [ @@ -98773,34 +110844,34 @@ export default { } ], "max": [ - 4166 + 4737 ], "min": [ - 4167 + 4738 ], "stddev": [ - 4170 + 4741 ], "stddev_pop": [ - 4171 + 4742 ], "stddev_samp": [ - 4172 + 4743 ], "sum": [ - 4175 + 4746 ], "var_pop": [ - 4176 + 4747 ], "var_samp": [ - 4177 + 4748 ], "variance": [ - 4178 + 4749 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_avg_fields": { @@ -98814,84 +110885,84 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_bool_exp": { "_and": [ - 4165 + 4736 ], "_not": [ - 4165 + 4736 ], "_or": [ - 4165 + 4736 ], "attacker_id": [ - 180 + 182 ], "kill_count": [ - 180 + 182 ], "nemsis": [ - 2982 + 3423 ], "player": [ - 2982 + 3423 ], "victim_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_max_fields": { "attacker_id": [ - 178 + 180 ], "kill_count": [ - 178 + 180 ], "victim_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_min_fields": { "attacker_id": [ - 178 + 180 ], "kill_count": [ - 178 + 180 ], "victim_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_order_by": { "attacker_id": [ - 2020 + 2461 ], "kill_count": [ - 2020 + 2461 ], "nemsis": [ - 2991 + 3432 ], "player": [ - 2991 + 3432 ], "victim_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_select_column": {}, @@ -98906,7 +110977,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_stddev_pop_fields": { @@ -98920,7 +110991,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_stddev_samp_fields": { @@ -98934,46 +111005,46 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_stream_cursor_input": { "initial_value": [ - 4174 + 4745 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_stream_cursor_value_input": { "attacker_id": [ - 178 + 180 ], "kill_count": [ - 178 + 180 ], "victim_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_sum_fields": { "attacker_id": [ - 178 + 180 ], "kill_count": [ - 178 + 180 ], "victim_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_var_pop_fields": { @@ -98987,7 +111058,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_var_samp_fields": { @@ -99001,7 +111072,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_arch_nemesis_variance_fields": { @@ -99015,49 +111086,49 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_damage": { "avg_damage_per_round": [ - 178 + 180 ], "player": [ - 2978 + 3419 ], "player_steam_id": [ - 178 + 180 ], "total_damage": [ - 178 + 180 ], "total_rounds": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_aggregate": { "aggregate": [ - 4181 + 4752 ], "nodes": [ - 4179 + 4750 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_aggregate_fields": { "avg": [ - 4182 + 4753 ], "count": [ 38, { "columns": [ - 4187, + 4758, "[v_player_damage_select_column!]" ], "distinct": [ @@ -99066,34 +111137,34 @@ export default { } ], "max": [ - 4184 + 4755 ], "min": [ - 4185 + 4756 ], "stddev": [ - 4188 + 4759 ], "stddev_pop": [ - 4189 + 4760 ], "stddev_samp": [ - 4190 + 4761 ], "sum": [ - 4193 + 4764 ], "var_pop": [ - 4194 + 4765 ], "var_samp": [ - 4195 + 4766 ], "variance": [ - 4196 + 4767 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_avg_fields": { @@ -99110,90 +111181,90 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_bool_exp": { "_and": [ - 4183 + 4754 ], "_not": [ - 4183 + 4754 ], "_or": [ - 4183 + 4754 ], "avg_damage_per_round": [ - 180 + 182 ], "player": [ - 2982 + 3423 ], "player_steam_id": [ - 180 + 182 ], "total_damage": [ - 180 + 182 ], "total_rounds": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_max_fields": { "avg_damage_per_round": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "total_damage": [ - 178 + 180 ], "total_rounds": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_min_fields": { "avg_damage_per_round": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "total_damage": [ - 178 + 180 ], "total_rounds": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_order_by": { "avg_damage_per_round": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "player_steam_id": [ - 2020 + 2461 ], "total_damage": [ - 2020 + 2461 ], "total_rounds": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_select_column": {}, @@ -99211,7 +111282,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_stddev_pop_fields": { @@ -99228,7 +111299,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_stddev_samp_fields": { @@ -99245,52 +111316,52 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_stream_cursor_input": { "initial_value": [ - 4192 + 4763 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_stream_cursor_value_input": { "avg_damage_per_round": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "total_damage": [ - 178 + 180 ], "total_rounds": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_sum_fields": { "avg_damage_per_round": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "total_damage": [ - 178 + 180 ], "total_rounds": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_var_pop_fields": { @@ -99307,7 +111378,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_var_samp_fields": { @@ -99324,7 +111395,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_damage_variance_fields": { @@ -99341,12 +111412,12 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo": { "actual_score": [ - 1093 + 1180 ], "assists": [ 38 @@ -99358,7 +111429,7 @@ export default { 38 ], "damage_percent": [ - 1093 + 1180 ], "deaths": [ 38 @@ -99367,16 +111438,16 @@ export default { 38 ], "expected_score": [ - 1093 + 1180 ], "impact": [ - 1093 + 1180 ], "k_factor": [ 38 ], "kda": [ - 1093 + 1180 ], "kills": [ 38 @@ -99388,278 +111459,278 @@ export default { 38 ], "match": [ - 1835 + 2276 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "opponent_team_elo_avg": [ - 1093 + 1180 ], "performance_multiplier": [ - 1093 + 1180 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "player_team_elo_avg": [ - 1093 + 1180 ], "season_id": [ - 3955 + 4442 ], "series_multiplier": [ 38 ], "team_avg_kda": [ - 1093 + 1180 ], "type": [ - 79 + 78 ], "updated_elo": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate": { "aggregate": [ - 4211 + 4782 ], "nodes": [ - 4197 + 4768 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp": { "avg": [ - 4200 + 4771 ], "corr": [ - 4201 + 4772 ], "count": [ - 4203 + 4774 ], "covar_samp": [ - 4204 + 4775 ], "max": [ - 4206 + 4777 ], "min": [ - 4207 + 4778 ], "stddev_samp": [ - 4208 + 4779 ], "sum": [ - 4209 + 4780 ], "var_samp": [ - 4210 + 4781 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_avg": { "arguments": [ - 4224 + 4795 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_corr": { "arguments": [ - 4202 + 4773 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_corr_arguments": { "X": [ - 4225 + 4796 ], "Y": [ - 4225 + 4796 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_count": { "arguments": [ - 4223 + 4794 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_covar_samp": { "arguments": [ - 4205 + 4776 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4226 + 4797 ], "Y": [ - 4226 + 4797 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_max": { "arguments": [ - 4227 + 4798 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_min": { "arguments": [ - 4228 + 4799 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4229 + 4800 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_sum": { "arguments": [ - 4230 + 4801 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_bool_exp_var_samp": { "arguments": [ - 4231 + 4802 ], "distinct": [ 3 ], "filter": [ - 4216 + 4787 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_fields": { "avg": [ - 4214 + 4785 ], "count": [ 38, { "columns": [ - 4223, + 4794, "[v_player_elo_select_column!]" ], "distinct": [ @@ -99668,80 +111739,80 @@ export default { } ], "max": [ - 4218 + 4789 ], "min": [ - 4220 + 4791 ], "stddev": [ - 4232 + 4803 ], "stddev_pop": [ - 4234 + 4805 ], "stddev_samp": [ - 4236 + 4807 ], "sum": [ - 4240 + 4811 ], "var_pop": [ - 4242 + 4813 ], "var_samp": [ - 4244 + 4815 ], "variance": [ - 4246 + 4817 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_aggregate_order_by": { "avg": [ - 4215 + 4786 ], "count": [ - 2020 + 2461 ], "max": [ - 4219 + 4790 ], "min": [ - 4221 + 4792 ], "stddev": [ - 4233 + 4804 ], "stddev_pop": [ - 4235 + 4806 ], "stddev_samp": [ - 4237 + 4808 ], "sum": [ - 4241 + 4812 ], "var_pop": [ - 4243 + 4814 ], "var_samp": [ - 4245 + 4816 ], "variance": [ - 4247 + 4818 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_arr_rel_insert_input": { "data": [ - 4217 + 4788 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_avg_fields": { @@ -99809,89 +111880,89 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_avg_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_bool_exp": { "_and": [ - 4216 + 4787 ], "_not": [ - 4216 + 4787 ], "_or": [ - 4216 + 4787 ], "actual_score": [ - 1094 + 1181 ], "assists": [ 39 @@ -99903,7 +111974,7 @@ export default { 39 ], "damage_percent": [ - 1094 + 1181 ], "deaths": [ 39 @@ -99912,16 +111983,16 @@ export default { 39 ], "expected_score": [ - 1094 + 1181 ], "impact": [ - 1094 + 1181 ], "k_factor": [ 39 ], "kda": [ - 1094 + 1181 ], "kills": [ 39 @@ -99933,54 +112004,54 @@ export default { 39 ], "match": [ - 1844 + 2285 ], "match_created_at": [ - 3559 + 4005 ], "match_id": [ - 3957 + 4444 ], "match_result": [ - 81 + 80 ], "opponent_team_elo_avg": [ - 1094 + 1181 ], "performance_multiplier": [ - 1094 + 1181 ], "player_name": [ - 81 + 80 ], "player_steam_id": [ - 180 + 182 ], "player_team_elo_avg": [ - 1094 + 1181 ], "season_id": [ - 3957 + 4444 ], "series_multiplier": [ 39 ], "team_avg_kda": [ - 1094 + 1181 ], "type": [ - 81 + 80 ], "updated_elo": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_insert_input": { "actual_score": [ - 1093 + 1180 ], "assists": [ 38 @@ -99992,7 +112063,7 @@ export default { 38 ], "damage_percent": [ - 1093 + 1180 ], "deaths": [ 38 @@ -100001,16 +112072,16 @@ export default { 38 ], "expected_score": [ - 1093 + 1180 ], "impact": [ - 1093 + 1180 ], "k_factor": [ 38 ], "kda": [ - 1093 + 1180 ], "kills": [ 38 @@ -100022,54 +112093,54 @@ export default { 38 ], "match": [ - 1853 + 2294 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "opponent_team_elo_avg": [ - 1093 + 1180 ], "performance_multiplier": [ - 1093 + 1180 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "player_team_elo_avg": [ - 1093 + 1180 ], "season_id": [ - 3955 + 4442 ], "series_multiplier": [ 38 ], "team_avg_kda": [ - 1093 + 1180 ], "type": [ - 79 + 78 ], "updated_elo": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_max_fields": { "actual_score": [ - 1093 + 1180 ], "assists": [ 38 @@ -100081,7 +112152,7 @@ export default { 38 ], "damage_percent": [ - 1093 + 1180 ], "deaths": [ 38 @@ -100090,16 +112161,16 @@ export default { 38 ], "expected_score": [ - 1093 + 1180 ], "impact": [ - 1093 + 1180 ], "k_factor": [ 38 ], "kda": [ - 1093 + 1180 ], "kills": [ 38 @@ -100111,137 +112182,137 @@ export default { 38 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "opponent_team_elo_avg": [ - 1093 + 1180 ], "performance_multiplier": [ - 1093 + 1180 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "player_team_elo_avg": [ - 1093 + 1180 ], "season_id": [ - 3955 + 4442 ], "series_multiplier": [ 38 ], "team_avg_kda": [ - 1093 + 1180 ], "type": [ - 79 + 78 ], "updated_elo": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_max_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "match_created_at": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_result": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_name": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "season_id": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_min_fields": { "actual_score": [ - 1093 + 1180 ], "assists": [ 38 @@ -100253,7 +112324,7 @@ export default { 38 ], "damage_percent": [ - 1093 + 1180 ], "deaths": [ 38 @@ -100262,16 +112333,16 @@ export default { 38 ], "expected_score": [ - 1093 + 1180 ], "impact": [ - 1093 + 1180 ], "k_factor": [ 38 ], "kda": [ - 1093 + 1180 ], "kills": [ 38 @@ -100283,221 +112354,221 @@ export default { 38 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "opponent_team_elo_avg": [ - 1093 + 1180 ], "performance_multiplier": [ - 1093 + 1180 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "player_team_elo_avg": [ - 1093 + 1180 ], "season_id": [ - 3955 + 4442 ], "series_multiplier": [ 38 ], "team_avg_kda": [ - 1093 + 1180 ], "type": [ - 79 + 78 ], "updated_elo": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_min_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "match_created_at": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_result": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_name": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "season_id": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_created_at": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_result": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_name": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "season_id": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_select_column": {}, @@ -100574,75 +112645,75 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_stddev_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_stddev_pop_fields": { @@ -100710,75 +112781,75 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_stddev_pop_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_stddev_samp_fields": { @@ -100846,91 +112917,91 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_stddev_samp_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_stream_cursor_input": { "initial_value": [ - 4239 + 4810 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_stream_cursor_value_input": { "actual_score": [ - 1093 + 1180 ], "assists": [ 38 @@ -100942,7 +113013,7 @@ export default { 38 ], "damage_percent": [ - 1093 + 1180 ], "deaths": [ 38 @@ -100951,16 +113022,16 @@ export default { 38 ], "expected_score": [ - 1093 + 1180 ], "impact": [ - 1093 + 1180 ], "k_factor": [ 38 ], "kda": [ - 1093 + 1180 ], "kills": [ 38 @@ -100972,51 +113043,51 @@ export default { 38 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "opponent_team_elo_avg": [ - 1093 + 1180 ], "performance_multiplier": [ - 1093 + 1180 ], "player_name": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "player_team_elo_avg": [ - 1093 + 1180 ], "season_id": [ - 3955 + 4442 ], "series_multiplier": [ 38 ], "team_avg_kda": [ - 1093 + 1180 ], "type": [ - 79 + 78 ], "updated_elo": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_sum_fields": { "actual_score": [ - 1093 + 1180 ], "assists": [ 38 @@ -101028,7 +113099,7 @@ export default { 38 ], "damage_percent": [ - 1093 + 1180 ], "deaths": [ 38 @@ -101037,16 +113108,16 @@ export default { 38 ], "expected_score": [ - 1093 + 1180 ], "impact": [ - 1093 + 1180 ], "k_factor": [ 38 ], "kda": [ - 1093 + 1180 ], "kills": [ 38 @@ -101058,96 +113129,96 @@ export default { 38 ], "opponent_team_elo_avg": [ - 1093 + 1180 ], "performance_multiplier": [ - 1093 + 1180 ], "player_steam_id": [ - 178 + 180 ], "player_team_elo_avg": [ - 1093 + 1180 ], "series_multiplier": [ 38 ], "team_avg_kda": [ - 1093 + 1180 ], "updated_elo": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_sum_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_var_pop_fields": { @@ -101215,75 +113286,75 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_var_pop_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_var_samp_fields": { @@ -101351,75 +113422,75 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_var_samp_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_variance_fields": { @@ -101487,120 +113558,120 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_elo_variance_order_by": { "actual_score": [ - 2020 + 2461 ], "assists": [ - 2020 + 2461 ], "current_elo": [ - 2020 + 2461 ], "damage": [ - 2020 + 2461 ], "damage_percent": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "elo_change": [ - 2020 + 2461 ], "expected_score": [ - 2020 + 2461 ], "impact": [ - 2020 + 2461 ], "k_factor": [ - 2020 + 2461 ], "kda": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map_losses": [ - 2020 + 2461 ], "map_wins": [ - 2020 + 2461 ], "opponent_team_elo_avg": [ - 2020 + 2461 ], "performance_multiplier": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "player_team_elo_avg": [ - 2020 + 2461 ], "series_multiplier": [ - 2020 + 2461 ], "team_avg_kda": [ - 2020 + 2461 ], "updated_elo": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses": { "map": [ - 1353 + 1794 ], "map_id": [ - 3955 + 4442 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_aggregate": { "aggregate": [ - 4250 + 4821 ], "nodes": [ - 4248 + 4819 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_aggregate_fields": { "avg": [ - 4251 + 4822 ], "count": [ 38, { "columns": [ - 4256, + 4827, "[v_player_map_losses_select_column!]" ], "distinct": [ @@ -101609,34 +113680,34 @@ export default { } ], "max": [ - 4253 + 4824 ], "min": [ - 4254 + 4825 ], "stddev": [ - 4257 + 4828 ], "stddev_pop": [ - 4258 + 4829 ], "stddev_samp": [ - 4259 + 4830 ], "sum": [ - 4262 + 4833 ], "var_pop": [ - 4263 + 4834 ], "var_samp": [ - 4264 + 4835 ], "variance": [ - 4265 + 4836 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_avg_fields": { @@ -101644,96 +113715,96 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_bool_exp": { "_and": [ - 4252 + 4823 ], "_not": [ - 4252 + 4823 ], "_or": [ - 4252 + 4823 ], "map": [ - 1362 + 1803 ], "map_id": [ - 3957 + 4444 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "started_at": [ - 3559 + 4005 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_max_fields": { "map_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_min_fields": { "map_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_order_by": { "map": [ - 1372 + 1813 ], "map_id": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "started_at": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_select_column": {}, @@ -101742,7 +113813,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_stddev_pop_fields": { @@ -101750,7 +113821,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_stddev_samp_fields": { @@ -101758,43 +113829,43 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_stream_cursor_input": { "initial_value": [ - 4261 + 4832 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_stream_cursor_value_input": { "map_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_sum_fields": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_var_pop_fields": { @@ -101802,7 +113873,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_var_samp_fields": { @@ -101810,7 +113881,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_losses_variance_fields": { @@ -101818,52 +113889,52 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins": { "map": [ - 1353 + 1794 ], "map_id": [ - 3955 + 4442 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_aggregate": { "aggregate": [ - 4268 + 4839 ], "nodes": [ - 4266 + 4837 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_aggregate_fields": { "avg": [ - 4269 + 4840 ], "count": [ 38, { "columns": [ - 4274, + 4845, "[v_player_map_wins_select_column!]" ], "distinct": [ @@ -101872,34 +113943,34 @@ export default { } ], "max": [ - 4271 + 4842 ], "min": [ - 4272 + 4843 ], "stddev": [ - 4275 + 4846 ], "stddev_pop": [ - 4276 + 4847 ], "stddev_samp": [ - 4277 + 4848 ], "sum": [ - 4280 + 4851 ], "var_pop": [ - 4281 + 4852 ], "var_samp": [ - 4282 + 4853 ], "variance": [ - 4283 + 4854 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_avg_fields": { @@ -101907,96 +113978,96 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_bool_exp": { "_and": [ - 4270 + 4841 ], "_not": [ - 4270 + 4841 ], "_or": [ - 4270 + 4841 ], "map": [ - 1362 + 1803 ], "map_id": [ - 3957 + 4444 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "started_at": [ - 3559 + 4005 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_max_fields": { "map_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_min_fields": { "map_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_order_by": { "map": [ - 1372 + 1813 ], "map_id": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "started_at": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_select_column": {}, @@ -102005,7 +114076,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_stddev_pop_fields": { @@ -102013,7 +114084,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_stddev_samp_fields": { @@ -102021,43 +114092,43 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_stream_cursor_input": { "initial_value": [ - 4279 + 4850 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_stream_cursor_value_input": { "map_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "started_at": [ - 3558 + 4004 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_sum_fields": { "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_var_pop_fields": { @@ -102065,7 +114136,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_var_samp_fields": { @@ -102073,7 +114144,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_map_wins_variance_fields": { @@ -102081,67 +114152,67 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head": { "attacked": [ - 2978 + 3419 ], "attacked_steam_id": [ - 178 + 180 ], "attacker": [ - 2978 + 3419 ], "attacker_steam_id": [ - 178 + 180 ], "damage_dealt": [ 38 ], "flash_count": [ - 178 + 180 ], "headshot_kills": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_aggregate": { "aggregate": [ - 4286 + 4857 ], "nodes": [ - 4284 + 4855 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_aggregate_fields": { "avg": [ - 4287 + 4858 ], "count": [ 38, { "columns": [ - 4292, + 4863, "[v_player_match_head_to_head_select_column!]" ], "distinct": [ @@ -102150,34 +114221,34 @@ export default { } ], "max": [ - 4289 + 4860 ], "min": [ - 4290 + 4861 ], "stddev": [ - 4293 + 4864 ], "stddev_pop": [ - 4294 + 4865 ], "stddev_samp": [ - 4295 + 4866 ], "sum": [ - 4298 + 4869 ], "var_pop": [ - 4299 + 4870 ], "var_samp": [ - 4300 + 4871 ], "variance": [ - 4301 + 4872 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_avg_fields": { @@ -102203,150 +114274,150 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_bool_exp": { "_and": [ - 4288 + 4859 ], "_not": [ - 4288 + 4859 ], "_or": [ - 4288 + 4859 ], "attacked": [ - 2982 + 3423 ], "attacked_steam_id": [ - 180 + 182 ], "attacker": [ - 2982 + 3423 ], "attacker_steam_id": [ - 180 + 182 ], "damage_dealt": [ 39 ], "flash_count": [ - 180 + 182 ], "headshot_kills": [ - 180 + 182 ], "hits": [ - 180 + 182 ], "kills": [ - 180 + 182 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_max_fields": { "attacked_steam_id": [ - 178 + 180 ], "attacker_steam_id": [ - 178 + 180 ], "damage_dealt": [ 38 ], "flash_count": [ - 178 + 180 ], "headshot_kills": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_min_fields": { "attacked_steam_id": [ - 178 + 180 ], "attacker_steam_id": [ - 178 + 180 ], "damage_dealt": [ 38 ], "flash_count": [ - 178 + 180 ], "headshot_kills": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_order_by": { "attacked": [ - 2991 + 3432 ], "attacked_steam_id": [ - 2020 + 2461 ], "attacker": [ - 2991 + 3432 ], "attacker_steam_id": [ - 2020 + 2461 ], "damage_dealt": [ - 2020 + 2461 ], "flash_count": [ - 2020 + 2461 ], "headshot_kills": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_select_column": {}, @@ -102373,7 +114444,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_stddev_pop_fields": { @@ -102399,7 +114470,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_stddev_samp_fields": { @@ -102425,73 +114496,73 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_stream_cursor_input": { "initial_value": [ - 4297 + 4868 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_stream_cursor_value_input": { "attacked_steam_id": [ - 178 + 180 ], "attacker_steam_id": [ - 178 + 180 ], "damage_dealt": [ 38 ], "flash_count": [ - 178 + 180 ], "headshot_kills": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_sum_fields": { "attacked_steam_id": [ - 178 + 180 ], "attacker_steam_id": [ - 178 + 180 ], "damage_dealt": [ 38 ], "flash_count": [ - 178 + 180 ], "headshot_kills": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_var_pop_fields": { @@ -102517,7 +114588,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_var_samp_fields": { @@ -102543,7 +114614,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_head_to_head_variance_fields": { @@ -102569,98 +114640,98 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "player": [ - 2978 + 3419 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_aggregate": { "aggregate": [ - 4306 + 4877 ], "nodes": [ - 4302 + 4873 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_aggregate_bool_exp": { "count": [ - 4305 + 4876 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_aggregate_bool_exp_count": { "arguments": [ - 4320 + 4891 ], "distinct": [ 3 ], "filter": [ - 4311 + 4882 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_aggregate_fields": { "avg": [ - 4309 + 4880 ], "count": [ 38, { "columns": [ - 4320, + 4891, "[v_player_match_map_hltv_select_column!]" ], "distinct": [ @@ -102669,80 +114740,80 @@ export default { } ], "max": [ - 4314 + 4885 ], "min": [ - 4316 + 4887 ], "stddev": [ - 4322 + 4893 ], "stddev_pop": [ - 4324 + 4895 ], "stddev_samp": [ - 4326 + 4897 ], "sum": [ - 4330 + 4901 ], "var_pop": [ - 4333 + 4904 ], "var_samp": [ - 4335 + 4906 ], "variance": [ - 4337 + 4908 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_aggregate_order_by": { "avg": [ - 4310 + 4881 ], "count": [ - 2020 + 2461 ], "max": [ - 4315 + 4886 ], "min": [ - 4317 + 4888 ], "stddev": [ - 4323 + 4894 ], "stddev_pop": [ - 4325 + 4896 ], "stddev_samp": [ - 4327 + 4898 ], "sum": [ - 4331 + 4902 ], "var_pop": [ - 4334 + 4905 ], "var_samp": [ - 4336 + 4907 ], "variance": [ - 4338 + 4909 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_arr_rel_insert_input": { "data": [ - 4313 + 4884 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_avg_fields": { @@ -102771,302 +114842,302 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_avg_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_bool_exp": { "_and": [ - 4311 + 4882 ], "_not": [ - 4311 + 4882 ], "_or": [ - 4311 + 4882 ], "adr": [ - 2019 + 2460 ], "apr": [ - 2019 + 2460 ], "dpr": [ - 2019 + 2460 ], "hltv_rating": [ - 2019 + 2460 ], "kast_pct": [ - 2019 + 2460 ], "kpr": [ - 2019 + 2460 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "player": [ - 2982 + 3423 ], "rounds_played": [ 39 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_inc_input": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_insert_input": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match": [ - 1853 + 2294 ], "match_id": [ - 3955 + 4442 ], "match_map": [ - 1691 + 2132 ], "match_map_id": [ - 3955 + 4442 ], "player": [ - 2989 + 3430 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_max_fields": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_max_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_min_fields": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_min_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_map_id": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_mutation_response": { @@ -103074,90 +115145,90 @@ export default { 38 ], "returning": [ - 4302 + 4873 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_select_column": {}, "v_player_match_map_hltv_set_input": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stddev_fields": { @@ -103186,36 +115257,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stddev_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stddev_pop_fields": { @@ -103244,36 +115315,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stddev_pop_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stddev_samp_fields": { @@ -103302,154 +115373,154 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stddev_samp_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stream_cursor_input": { "initial_value": [ - 4329 + 4900 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_stream_cursor_value_input": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_sum_fields": { "adr": [ - 2018 + 2459 ], "apr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_sum_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_updates": { "_inc": [ - 4312 + 4883 ], "_set": [ - 4321 + 4892 ], "where": [ - 4311 + 4882 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_var_pop_fields": { @@ -103478,36 +115549,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_var_pop_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_var_samp_fields": { @@ -103536,36 +115607,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_var_samp_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_variance_fields": { @@ -103594,86 +115665,86 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_hltv_variance_order_by": { "adr": [ - 2020 + 2461 ], "apr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles": { "adr": [ - 2018 + 2459 ], "awp_kills": [ 38 ], "awp_share": [ - 2018 + 2459 ], "deaths": [ 38 ], "dpr": [ - 2018 + 2459 ], "entry_rate": [ - 2018 + 2459 ], "flash_assists": [ 38 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kills": [ 38 ], "kpr": [ - 2018 + 2459 ], "lineup_id": [ - 3955 + 4442 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "match_map": [ - 1673 + 2114 ], "match_map_id": [ - 3955 + 4442 ], "open_deaths": [ 38 @@ -103685,19 +115756,19 @@ export default { 38 ], "player": [ - 2978 + 3419 ], "role": [ - 79 + 78 ], "rounds": [ 38 ], "steam_id": [ - 178 + 180 ], "support_idx": [ - 2018 + 2459 ], "total_kills": [ 38 @@ -103712,29 +115783,29 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_aggregate": { "aggregate": [ - 4341 + 4912 ], "nodes": [ - 4339 + 4910 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_aggregate_fields": { "avg": [ - 4342 + 4913 ], "count": [ 38, { "columns": [ - 4347, + 4918, "[v_player_match_map_roles_select_column!]" ], "distinct": [ @@ -103743,34 +115814,34 @@ export default { } ], "max": [ - 4344 + 4915 ], "min": [ - 4345 + 4916 ], "stddev": [ - 4348 + 4919 ], "stddev_pop": [ - 4349 + 4920 ], "stddev_samp": [ - 4350 + 4921 ], "sum": [ - 4353 + 4924 ], "var_pop": [ - 4354 + 4925 ], "var_samp": [ - 4355 + 4926 ], "variance": [ - 4356 + 4927 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_avg_fields": { @@ -103838,66 +115909,66 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_bool_exp": { "_and": [ - 4343 + 4914 ], "_not": [ - 4343 + 4914 ], "_or": [ - 4343 + 4914 ], "adr": [ - 2019 + 2460 ], "awp_kills": [ 39 ], "awp_share": [ - 2019 + 2460 ], "deaths": [ 39 ], "dpr": [ - 2019 + 2460 ], "entry_rate": [ - 2019 + 2460 ], "flash_assists": [ 39 ], "hltv_rating": [ - 2019 + 2460 ], "kast_pct": [ - 2019 + 2460 ], "kills": [ 39 ], "kpr": [ - 2019 + 2460 ], "lineup_id": [ - 3957 + 4444 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "match_map": [ - 1682 + 2123 ], "match_map_id": [ - 3957 + 4444 ], "open_deaths": [ 39 @@ -103909,19 +115980,19 @@ export default { 39 ], "player": [ - 2982 + 3423 ], "role": [ - 81 + 80 ], "rounds": [ 39 ], "steam_id": [ - 180 + 182 ], "support_idx": [ - 2019 + 2460 ], "total_kills": [ 39 @@ -103936,51 +116007,51 @@ export default { 39 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_max_fields": { "adr": [ - 2018 + 2459 ], "awp_kills": [ 38 ], "awp_share": [ - 2018 + 2459 ], "deaths": [ 38 ], "dpr": [ - 2018 + 2459 ], "entry_rate": [ - 2018 + 2459 ], "flash_assists": [ 38 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kills": [ 38 ], "kpr": [ - 2018 + 2459 ], "lineup_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "open_deaths": [ 38 @@ -103992,16 +116063,16 @@ export default { 38 ], "role": [ - 79 + 78 ], "rounds": [ 38 ], "steam_id": [ - 178 + 180 ], "support_idx": [ - 2018 + 2459 ], "total_kills": [ 38 @@ -104016,51 +116087,51 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_min_fields": { "adr": [ - 2018 + 2459 ], "awp_kills": [ 38 ], "awp_share": [ - 2018 + 2459 ], "deaths": [ 38 ], "dpr": [ - 2018 + 2459 ], "entry_rate": [ - 2018 + 2459 ], "flash_assists": [ 38 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kills": [ 38 ], "kpr": [ - 2018 + 2459 ], "lineup_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "open_deaths": [ 38 @@ -104072,16 +116143,16 @@ export default { 38 ], "role": [ - 79 + 78 ], "rounds": [ 38 ], "steam_id": [ - 178 + 180 ], "support_idx": [ - 2018 + 2459 ], "total_kills": [ 38 @@ -104096,96 +116167,96 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_order_by": { "adr": [ - 2020 + 2461 ], "awp_kills": [ - 2020 + 2461 ], "awp_share": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "entry_rate": [ - 2020 + 2461 ], "flash_assists": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "lineup_id": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "match_map": [ - 1693 + 2134 ], "match_map_id": [ - 2020 + 2461 ], "open_deaths": [ - 2020 + 2461 ], "open_kills": [ - 2020 + 2461 ], "opening_attempts": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "role": [ - 2020 + 2461 ], "rounds": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "support_idx": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "trade_kill_successes": [ - 2020 + 2461 ], "traded_death_successes": [ - 2020 + 2461 ], "util_damage": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_select_column": {}, @@ -104254,7 +116325,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_stddev_pop_fields": { @@ -104322,7 +116393,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_stddev_samp_fields": { @@ -104390,62 +116461,62 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_stream_cursor_input": { "initial_value": [ - 4352 + 4923 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_stream_cursor_value_input": { "adr": [ - 2018 + 2459 ], "awp_kills": [ 38 ], "awp_share": [ - 2018 + 2459 ], "deaths": [ 38 ], "dpr": [ - 2018 + 2459 ], "entry_rate": [ - 2018 + 2459 ], "flash_assists": [ 38 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kills": [ 38 ], "kpr": [ - 2018 + 2459 ], "lineup_id": [ - 3955 + 4442 ], "match_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955 + 4442 ], "open_deaths": [ 38 @@ -104457,16 +116528,16 @@ export default { 38 ], "role": [ - 79 + 78 ], "rounds": [ 38 ], "steam_id": [ - 178 + 180 ], "support_idx": [ - 2018 + 2459 ], "total_kills": [ 38 @@ -104481,42 +116552,42 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_sum_fields": { "adr": [ - 2018 + 2459 ], "awp_kills": [ 38 ], "awp_share": [ - 2018 + 2459 ], "deaths": [ 38 ], "dpr": [ - 2018 + 2459 ], "entry_rate": [ - 2018 + 2459 ], "flash_assists": [ 38 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kills": [ 38 ], "kpr": [ - 2018 + 2459 ], "open_deaths": [ 38 @@ -104531,10 +116602,10 @@ export default { 38 ], "steam_id": [ - 178 + 180 ], "support_idx": [ - 2018 + 2459 ], "total_kills": [ 38 @@ -104549,7 +116620,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_var_pop_fields": { @@ -104617,7 +116688,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_var_samp_fields": { @@ -104685,7 +116756,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_map_roles_variance_fields": { @@ -104753,7 +116824,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance": { @@ -104767,56 +116838,56 @@ export default { 38 ], "map": [ - 1353 + 1794 ], "map_id": [ - 3955 + 4442 ], "match": [ - 1835 + 2276 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_aggregate": { "aggregate": [ - 4359 + 4930 ], "nodes": [ - 4357 + 4928 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_aggregate_fields": { "avg": [ - 4360 + 4931 ], "count": [ 38, { "columns": [ - 4365, + 4936, "[v_player_match_performance_select_column!]" ], "distinct": [ @@ -104825,34 +116896,34 @@ export default { } ], "max": [ - 4362 + 4933 ], "min": [ - 4363 + 4934 ], "stddev": [ - 4366 + 4937 ], "stddev_pop": [ - 4367 + 4938 ], "stddev_samp": [ - 4368 + 4939 ], "sum": [ - 4371 + 4942 ], "var_pop": [ - 4372 + 4943 ], "var_samp": [ - 4373 + 4944 ], "variance": [ - 4374 + 4945 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_avg_fields": { @@ -104869,18 +116940,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_bool_exp": { "_and": [ - 4361 + 4932 ], "_not": [ - 4361 + 4932 ], "_or": [ - 4361 + 4932 ], "assists": [ 39 @@ -104892,34 +116963,34 @@ export default { 39 ], "map": [ - 1362 + 1803 ], "map_id": [ - 3957 + 4444 ], "match": [ - 1844 + 2285 ], "match_created_at": [ - 3559 + 4005 ], "match_id": [ - 3957 + 4444 ], "match_result": [ - 81 + 80 ], "player_steam_id": [ - 180 + 182 ], "source": [ - 81 + 80 ], "type": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_max_fields": { @@ -104933,28 +117004,28 @@ export default { 38 ], "map_id": [ - 3955 + 4442 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_min_fields": { @@ -104968,69 +117039,69 @@ export default { 38 ], "map_id": [ - 3955 + 4442 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "map": [ - 1372 + 1813 ], "map_id": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_created_at": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "match_result": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "source": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_select_column": {}, @@ -105048,7 +117119,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_stddev_pop_fields": { @@ -105065,7 +117136,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_stddev_samp_fields": { @@ -105082,18 +117153,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_stream_cursor_input": { "initial_value": [ - 4370 + 4941 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_stream_cursor_value_input": { @@ -105107,28 +117178,28 @@ export default { 38 ], "map_id": [ - 3955 + 4442 ], "match_created_at": [ - 3558 + 4004 ], "match_id": [ - 3955 + 4442 ], "match_result": [ - 79 + 78 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_sum_fields": { @@ -105142,10 +117213,10 @@ export default { 38 ], "player_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_var_pop_fields": { @@ -105162,7 +117233,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_var_samp_fields": { @@ -105179,7 +117250,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_performance_variance_fields": { @@ -105196,64 +117267,64 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating": { "adr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match": [ - 1835 + 2276 ], "match_id": [ - 3955 + 4442 ], "player": [ - 2978 + 3419 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_aggregate": { "aggregate": [ - 4377 + 4948 ], "nodes": [ - 4375 + 4946 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_aggregate_fields": { "avg": [ - 4378 + 4949 ], "count": [ 38, { "columns": [ - 4383, + 4954, "[v_player_match_rating_select_column!]" ], "distinct": [ @@ -105262,34 +117333,34 @@ export default { } ], "max": [ - 4380 + 4951 ], "min": [ - 4381 + 4952 ], "stddev": [ - 4384 + 4955 ], "stddev_pop": [ - 4385 + 4956 ], "stddev_samp": [ - 4386 + 4957 ], "sum": [ - 4389 + 4960 ], "var_pop": [ - 4390 + 4961 ], "var_samp": [ - 4391 + 4962 ], "variance": [ - 4392 + 4963 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_avg_fields": { @@ -105315,144 +117386,144 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_bool_exp": { "_and": [ - 4379 + 4950 ], "_not": [ - 4379 + 4950 ], "_or": [ - 4379 + 4950 ], "adr": [ - 2019 + 2460 ], "dpr": [ - 2019 + 2460 ], "hltv_rating": [ - 2019 + 2460 ], "kast_pct": [ - 2019 + 2460 ], "kpr": [ - 2019 + 2460 ], "match": [ - 1844 + 2285 ], "match_id": [ - 3957 + 4444 ], "player": [ - 2982 + 3423 ], "rounds_played": [ 39 ], "steam_id": [ - 180 + 182 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_max_fields": { "adr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match_id": [ - 3955 + 4442 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_min_fields": { "adr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match_id": [ - 3955 + 4442 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_order_by": { "adr": [ - 2020 + 2461 ], "dpr": [ - 2020 + 2461 ], "hltv_rating": [ - 2020 + 2461 ], "kast_pct": [ - 2020 + 2461 ], "kpr": [ - 2020 + 2461 ], "match": [ - 1855 + 2296 ], "match_id": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "rounds_played": [ - 2020 + 2461 ], "steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_select_column": {}, @@ -105479,7 +117550,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_stddev_pop_fields": { @@ -105505,7 +117576,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_stddev_samp_fields": { @@ -105531,73 +117602,73 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_stream_cursor_input": { "initial_value": [ - 4388 + 4959 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_stream_cursor_value_input": { "adr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "match_id": [ - 3955 + 4442 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_sum_fields": { "adr": [ - 2018 + 2459 ], "dpr": [ - 2018 + 2459 ], "hltv_rating": [ - 2018 + 2459 ], "kast_pct": [ - 2018 + 2459 ], "kpr": [ - 2018 + 2459 ], "rounds_played": [ 38 ], "steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_var_pop_fields": { @@ -105623,7 +117694,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_var_samp_fields": { @@ -105649,7 +117720,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_match_rating_variance_fields": { @@ -105675,71 +117746,71 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills": { "attacker_steam_id": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_aggregate": { "aggregate": [ - 4397 + 4968 ], "nodes": [ - 4393 + 4964 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_aggregate_bool_exp": { "count": [ - 4396 + 4967 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_aggregate_bool_exp_count": { "arguments": [ - 4409 + 4980 ], "distinct": [ 3 ], "filter": [ - 4402 + 4973 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_aggregate_fields": { "avg": [ - 4400 + 4971 ], "count": [ 38, { "columns": [ - 4409, + 4980, "[v_player_multi_kills_select_column!]" ], "distinct": [ @@ -105748,80 +117819,80 @@ export default { } ], "max": [ - 4404 + 4975 ], "min": [ - 4406 + 4977 ], "stddev": [ - 4410 + 4981 ], "stddev_pop": [ - 4412 + 4983 ], "stddev_samp": [ - 4414 + 4985 ], "sum": [ - 4418 + 4989 ], "var_pop": [ - 4420 + 4991 ], "var_samp": [ - 4422 + 4993 ], "variance": [ - 4424 + 4995 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_aggregate_order_by": { "avg": [ - 4401 + 4972 ], "count": [ - 2020 + 2461 ], "max": [ - 4405 + 4976 ], "min": [ - 4407 + 4978 ], "stddev": [ - 4411 + 4982 ], "stddev_pop": [ - 4413 + 4984 ], "stddev_samp": [ - 4415 + 4986 ], "sum": [ - 4419 + 4990 ], "var_pop": [ - 4421 + 4992 ], "var_samp": [ - 4423 + 4994 ], "variance": [ - 4425 + 4996 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_arr_rel_insert_input": { "data": [ - 4403 + 4974 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_avg_fields": { @@ -105835,149 +117906,149 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_avg_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_bool_exp": { "_and": [ - 4402 + 4973 ], "_not": [ - 4402 + 4973 ], "_or": [ - 4402 + 4973 ], "attacker_steam_id": [ - 180 + 182 ], "kills": [ - 180 + 182 ], "match_id": [ - 3957 + 4444 ], "round": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_insert_input": { "attacker_steam_id": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_max_fields": { "attacker_steam_id": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_max_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_min_fields": { "attacker_steam_id": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_min_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "match_id": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_select_column": {}, @@ -105992,21 +118063,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_stddev_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_stddev_pop_fields": { @@ -106020,21 +118091,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_stddev_pop_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_stddev_samp_fields": { @@ -106048,77 +118119,77 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_stddev_samp_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_stream_cursor_input": { "initial_value": [ - 4417 + 4988 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_stream_cursor_value_input": { "attacker_steam_id": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "match_id": [ - 3955 + 4442 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_sum_fields": { "attacker_steam_id": [ - 178 + 180 ], "kills": [ - 178 + 180 ], "round": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_sum_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_var_pop_fields": { @@ -106132,21 +118203,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_var_pop_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_var_samp_fields": { @@ -106160,21 +118231,21 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_var_samp_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_variance_fields": { @@ -106188,66 +118259,66 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_multi_kills_variance_order_by": { "attacker_steam_id": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "round": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage": { "damage": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_aggregate": { "aggregate": [ - 4428 + 4999 ], "nodes": [ - 4426 + 4997 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_aggregate_fields": { "avg": [ - 4429 + 5000 ], "count": [ 38, { "columns": [ - 4434, + 5005, "[v_player_weapon_damage_select_column!]" ], "distinct": [ @@ -106256,34 +118327,34 @@ export default { } ], "max": [ - 4431 + 5002 ], "min": [ - 4432 + 5003 ], "stddev": [ - 4435 + 5006 ], "stddev_pop": [ - 4436 + 5007 ], "stddev_samp": [ - 4437 + 5008 ], "sum": [ - 4440 + 5011 ], "var_pop": [ - 4441 + 5012 ], "var_samp": [ - 4442 + 5013 ], "variance": [ - 4443 + 5014 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_avg_fields": { @@ -106297,108 +118368,108 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_bool_exp": { "_and": [ - 4430 + 5001 ], "_not": [ - 4430 + 5001 ], "_or": [ - 4430 + 5001 ], "damage": [ - 180 + 182 ], "hits": [ - 180 + 182 ], "player_steam_id": [ - 180 + 182 ], "source": [ - 81 + 80 ], "type": [ - 81 + 80 ], "with": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_max_fields": { "damage": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_min_fields": { "damage": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_order_by": { "damage": [ - 2020 + 2461 ], "hits": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "source": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "with": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_select_column": {}, @@ -106413,7 +118484,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_stddev_pop_fields": { @@ -106427,7 +118498,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_stddev_samp_fields": { @@ -106441,55 +118512,55 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_stream_cursor_input": { "initial_value": [ - 4439 + 5010 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_stream_cursor_value_input": { "damage": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_sum_fields": { "damage": [ - 178 + 180 ], "hits": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_var_pop_fields": { @@ -106503,7 +118574,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_var_samp_fields": { @@ -106517,7 +118588,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_damage_variance_fields": { @@ -106531,52 +118602,52 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills": { "kill_count": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "rounds": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_aggregate": { "aggregate": [ - 4446 + 5017 ], "nodes": [ - 4444 + 5015 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_aggregate_fields": { "avg": [ - 4447 + 5018 ], "count": [ 38, { "columns": [ - 4452, + 5023, "[v_player_weapon_kills_select_column!]" ], "distinct": [ @@ -106585,34 +118656,34 @@ export default { } ], "max": [ - 4449 + 5020 ], "min": [ - 4450 + 5021 ], "stddev": [ - 4453 + 5024 ], "stddev_pop": [ - 4454 + 5025 ], "stddev_samp": [ - 4455 + 5026 ], "sum": [ - 4458 + 5029 ], "var_pop": [ - 4459 + 5030 ], "var_samp": [ - 4460 + 5031 ], "variance": [ - 4461 + 5032 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_avg_fields": { @@ -106626,108 +118697,108 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_bool_exp": { "_and": [ - 4448 + 5019 ], "_not": [ - 4448 + 5019 ], "_or": [ - 4448 + 5019 ], "kill_count": [ - 180 + 182 ], "player_steam_id": [ - 180 + 182 ], "rounds": [ - 180 + 182 ], "source": [ - 81 + 80 ], "type": [ - 81 + 80 ], "with": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_max_fields": { "kill_count": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "rounds": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_min_fields": { "kill_count": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "rounds": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_order_by": { "kill_count": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "rounds": [ - 2020 + 2461 ], "source": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "with": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_select_column": {}, @@ -106742,7 +118813,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_stddev_pop_fields": { @@ -106756,7 +118827,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_stddev_samp_fields": { @@ -106770,55 +118841,55 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_stream_cursor_input": { "initial_value": [ - 4457 + 5028 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_stream_cursor_value_input": { "kill_count": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "rounds": [ - 178 + 180 ], "source": [ - 79 + 78 ], "type": [ - 79 + 78 ], "with": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_sum_fields": { "kill_count": [ - 178 + 180 ], "player_steam_id": [ - 178 + 180 ], "rounds": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_var_pop_fields": { @@ -106832,7 +118903,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_var_samp_fields": { @@ -106846,7 +118917,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_player_weapon_kills_variance_fields": { @@ -106860,7 +118931,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps": { @@ -106868,110 +118939,110 @@ export default { 3 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "map_pool": [ - 1334 + 1775 ], "map_pool_id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "patch": [ - 79 + 78 ], "poster": [ - 79 + 78 ], "type": [ - 79 + 78 ], "workshop_map_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_aggregate": { "aggregate": [ - 4468 + 5039 ], "nodes": [ - 4462 + 5033 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_aggregate_bool_exp": { "bool_and": [ - 4465 + 5036 ], "bool_or": [ - 4466 + 5037 ], "count": [ - 4467 + 5038 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_aggregate_bool_exp_bool_and": { "arguments": [ - 4480 + 5051 ], "distinct": [ 3 ], "filter": [ - 4471 + 5042 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_aggregate_bool_exp_bool_or": { "arguments": [ - 4481 + 5052 ], "distinct": [ 3 ], "filter": [ - 4471 + 5042 ], "predicate": [ 4 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_aggregate_bool_exp_count": { "arguments": [ - 4479 + 5050 ], "distinct": [ 3 ], "filter": [ - 4471 + 5042 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_aggregate_fields": { @@ -106979,7 +119050,7 @@ export default { 38, { "columns": [ - 4479, + 5050, "[v_pool_maps_select_column!]" ], "distinct": [ @@ -106988,79 +119059,79 @@ export default { } ], "max": [ - 4473 + 5044 ], "min": [ - 4475 + 5046 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_aggregate_order_by": { "count": [ - 2020 + 2461 ], "max": [ - 4474 + 5045 ], "min": [ - 4476 + 5047 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_arr_rel_insert_input": { "data": [ - 4472 + 5043 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_bool_exp": { "_and": [ - 4471 + 5042 ], "_not": [ - 4471 + 5042 ], "_or": [ - 4471 + 5042 ], "active_pool": [ 4 ], "id": [ - 3957 + 4444 ], "label": [ - 81 + 80 ], "map_pool": [ - 1337 + 1778 ], "map_pool_id": [ - 3957 + 4444 ], "name": [ - 81 + 80 ], "patch": [ - 81 + 80 ], "poster": [ - 81 + 80 ], "type": [ - 81 + 80 ], "workshop_map_id": [ - 81 + 80 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_insert_input": { @@ -107068,150 +119139,150 @@ export default { 3 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "map_pool": [ - 1343 + 1784 ], "map_pool_id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "patch": [ - 79 + 78 ], "poster": [ - 79 + 78 ], "type": [ - 79 + 78 ], "workshop_map_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_max_fields": { "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "map_pool_id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "patch": [ - 79 + 78 ], "poster": [ - 79 + 78 ], "type": [ - 79 + 78 ], "workshop_map_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_max_order_by": { "id": [ - 2020 + 2461 ], "label": [ - 2020 + 2461 ], "map_pool_id": [ - 2020 + 2461 ], "name": [ - 2020 + 2461 ], "patch": [ - 2020 + 2461 ], "poster": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "workshop_map_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_min_fields": { "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "map_pool_id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "patch": [ - 79 + 78 ], "poster": [ - 79 + 78 ], "type": [ - 79 + 78 ], "workshop_map_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_min_order_by": { "id": [ - 2020 + 2461 ], "label": [ - 2020 + 2461 ], "map_pool_id": [ - 2020 + 2461 ], "name": [ - 2020 + 2461 ], "patch": [ - 2020 + 2461 ], "poster": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "workshop_map_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_mutation_response": { @@ -107219,45 +119290,45 @@ export default { 38 ], "returning": [ - 4462 + 5033 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_order_by": { "active_pool": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "label": [ - 2020 + 2461 ], "map_pool": [ - 1345 + 1786 ], "map_pool_id": [ - 2020 + 2461 ], "name": [ - 2020 + 2461 ], "patch": [ - 2020 + 2461 ], "poster": [ - 2020 + 2461 ], "type": [ - 2020 + 2461 ], "workshop_map_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_select_column": {}, @@ -107268,42 +119339,42 @@ export default { 3 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "map_pool_id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "patch": [ - 79 + 78 ], "poster": [ - 79 + 78 ], "type": [ - 79 + 78 ], "workshop_map_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_stream_cursor_input": { "initial_value": [ - 4484 + 5055 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_stream_cursor_value_input": { @@ -107311,42 +119382,42 @@ export default { 3 ], "id": [ - 3955 + 4442 ], "label": [ - 79 + 78 ], "map_pool_id": [ - 3955 + 4442 ], "name": [ - 79 + 78 ], "patch": [ - 79 + 78 ], "poster": [ - 79 + 78 ], "type": [ - 79 + 78 ], "workshop_map_id": [ - 79 + 78 ], "__typename": [ - 79 + 78 ] }, "v_pool_maps_updates": { "_set": [ - 4482 + 5053 ], "where": [ - 4471 + 5042 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status": { @@ -107363,29 +119434,29 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_aggregate": { "aggregate": [ - 4488 + 5059 ], "nodes": [ - 4486 + 5057 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_aggregate_fields": { "avg": [ - 4489 + 5060 ], "count": [ 38, { "columns": [ - 4494, + 5065, "[v_steam_account_pool_status_select_column!]" ], "distinct": [ @@ -107394,34 +119465,34 @@ export default { } ], "max": [ - 4491 + 5062 ], "min": [ - 4492 + 5063 ], "stddev": [ - 4495 + 5066 ], "stddev_pop": [ - 4496 + 5067 ], "stddev_samp": [ - 4497 + 5068 ], "sum": [ - 4500 + 5071 ], "var_pop": [ - 4501 + 5072 ], "var_samp": [ - 4502 + 5073 ], "variance": [ - 4503 + 5074 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_avg_fields": { @@ -107438,18 +119509,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_bool_exp": { "_and": [ - 4490 + 5061 ], "_not": [ - 4490 + 5061 ], "_or": [ - 4490 + 5061 ], "busy_accounts": [ 39 @@ -107464,7 +119535,7 @@ export default { 39 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_max_fields": { @@ -107481,7 +119552,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_min_fields": { @@ -107498,24 +119569,24 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_order_by": { "busy_accounts": [ - 2020 + 2461 ], "free_accounts": [ - 2020 + 2461 ], "id": [ - 2020 + 2461 ], "total_accounts": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_select_column": {}, @@ -107533,7 +119604,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_stddev_pop_fields": { @@ -107550,7 +119621,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_stddev_samp_fields": { @@ -107567,18 +119638,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_stream_cursor_input": { "initial_value": [ - 4499 + 5070 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_stream_cursor_value_input": { @@ -107595,7 +119666,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_sum_fields": { @@ -107612,7 +119683,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_var_pop_fields": { @@ -107629,7 +119700,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_var_samp_fields": { @@ -107646,7 +119717,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_steam_account_pool_status_variance_fields": { @@ -107663,7 +119734,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks": { @@ -107674,7 +119745,7 @@ export default { 38 ], "avg_faceit_level": [ - 1093 + 1180 ], "avg_premier": [ 38 @@ -107686,38 +119757,38 @@ export default { 38 ], "roster_size": [ - 178 + 180 ], "team": [ - 3515 + 3961 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_aggregate": { "aggregate": [ - 4506 + 5077 ], "nodes": [ - 4504 + 5075 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_aggregate_fields": { "avg": [ - 4507 + 5078 ], "count": [ 38, { "columns": [ - 4514, + 5085, "[v_team_ranks_select_column!]" ], "distinct": [ @@ -107726,34 +119797,34 @@ export default { } ], "max": [ - 4510 + 5081 ], "min": [ - 4511 + 5082 ], "stddev": [ - 4515 + 5086 ], "stddev_pop": [ - 4516 + 5087 ], "stddev_samp": [ - 4517 + 5088 ], "sum": [ - 4520 + 5091 ], "var_pop": [ - 4521 + 5092 ], "var_samp": [ - 4522 + 5093 ], "variance": [ - 4523 + 5094 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_avg_fields": { @@ -107779,18 +119850,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_bool_exp": { "_and": [ - 4508 + 5079 ], "_not": [ - 4508 + 5079 ], "_or": [ - 4508 + 5079 ], "avg_elo": [ 39 @@ -107799,7 +119870,7 @@ export default { 39 ], "avg_faceit_level": [ - 1094 + 1181 ], "avg_premier": [ 39 @@ -107811,16 +119882,16 @@ export default { 39 ], "roster_size": [ - 180 + 182 ], "team": [ - 3524 + 3970 ], "team_id": [ - 3957 + 4444 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_insert_input": { @@ -107831,7 +119902,7 @@ export default { 38 ], "avg_faceit_level": [ - 1093 + 1180 ], "avg_premier": [ 38 @@ -107843,16 +119914,16 @@ export default { 38 ], "roster_size": [ - 178 + 180 ], "team": [ - 3533 + 3979 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_max_fields": { @@ -107863,7 +119934,7 @@ export default { 38 ], "avg_faceit_level": [ - 1093 + 1180 ], "avg_premier": [ 38 @@ -107875,13 +119946,13 @@ export default { 38 ], "roster_size": [ - 178 + 180 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_min_fields": { @@ -107892,7 +119963,7 @@ export default { 38 ], "avg_faceit_level": [ - 1093 + 1180 ], "avg_premier": [ 38 @@ -107904,53 +119975,53 @@ export default { 38 ], "roster_size": [ - 178 + 180 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_obj_rel_insert_input": { "data": [ - 4509 + 5080 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_order_by": { "avg_elo": [ - 2020 + 2461 ], "avg_faceit_elo": [ - 2020 + 2461 ], "avg_faceit_level": [ - 2020 + 2461 ], "avg_premier": [ - 2020 + 2461 ], "max_elo": [ - 2020 + 2461 ], "min_elo": [ - 2020 + 2461 ], "roster_size": [ - 2020 + 2461 ], "team": [ - 3535 + 3981 ], "team_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_select_column": {}, @@ -107977,7 +120048,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_stddev_pop_fields": { @@ -108003,7 +120074,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_stddev_samp_fields": { @@ -108029,18 +120100,18 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_stream_cursor_input": { "initial_value": [ - 4519 + 5090 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_stream_cursor_value_input": { @@ -108051,7 +120122,7 @@ export default { 38 ], "avg_faceit_level": [ - 1093 + 1180 ], "avg_premier": [ 38 @@ -108063,13 +120134,13 @@ export default { 38 ], "roster_size": [ - 178 + 180 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_sum_fields": { @@ -108080,7 +120151,7 @@ export default { 38 ], "avg_faceit_level": [ - 1093 + 1180 ], "avg_premier": [ 38 @@ -108092,10 +120163,10 @@ export default { 38 ], "roster_size": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_var_pop_fields": { @@ -108121,7 +120192,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_var_samp_fields": { @@ -108147,7 +120218,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_ranks_variance_fields": { @@ -108173,52 +120244,52 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation": { "late_cancels": [ - 178 + 180 ], "no_shows": [ - 178 + 180 ], "reliability_pct": [ - 2018 + 2459 ], "scrims_completed": [ - 178 + 180 ], "team": [ - 3515 + 3961 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_aggregate": { "aggregate": [ - 4526 + 5097 ], "nodes": [ - 4524 + 5095 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_aggregate_fields": { "avg": [ - 4527 + 5098 ], "count": [ 38, { "columns": [ - 4534, + 5105, "[v_team_reputation_select_column!]" ], "distinct": [ @@ -108227,34 +120298,34 @@ export default { } ], "max": [ - 4530 + 5101 ], "min": [ - 4531 + 5102 ], "stddev": [ - 4535 + 5106 ], "stddev_pop": [ - 4536 + 5107 ], "stddev_samp": [ - 4537 + 5108 ], "sum": [ - 4540 + 5111 ], "var_pop": [ - 4541 + 5112 ], "var_samp": [ - 4542 + 5113 ], "variance": [ - 4543 + 5114 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_avg_fields": { @@ -108271,133 +120342,133 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_bool_exp": { "_and": [ - 4528 + 5099 ], "_not": [ - 4528 + 5099 ], "_or": [ - 4528 + 5099 ], "late_cancels": [ - 180 + 182 ], "no_shows": [ - 180 + 182 ], "reliability_pct": [ - 2019 + 2460 ], "scrims_completed": [ - 180 + 182 ], "team": [ - 3524 + 3970 ], "team_id": [ - 3957 + 4444 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_insert_input": { "late_cancels": [ - 178 + 180 ], "no_shows": [ - 178 + 180 ], "reliability_pct": [ - 2018 + 2459 ], "scrims_completed": [ - 178 + 180 ], "team": [ - 3533 + 3979 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_max_fields": { "late_cancels": [ - 178 + 180 ], "no_shows": [ - 178 + 180 ], "reliability_pct": [ - 2018 + 2459 ], "scrims_completed": [ - 178 + 180 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_min_fields": { "late_cancels": [ - 178 + 180 ], "no_shows": [ - 178 + 180 ], "reliability_pct": [ - 2018 + 2459 ], "scrims_completed": [ - 178 + 180 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_obj_rel_insert_input": { "data": [ - 4529 + 5100 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_order_by": { "late_cancels": [ - 2020 + 2461 ], "no_shows": [ - 2020 + 2461 ], "reliability_pct": [ - 2020 + 2461 ], "scrims_completed": [ - 2020 + 2461 ], "team": [ - 3535 + 3981 ], "team_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_select_column": {}, @@ -108415,7 +120486,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_stddev_pop_fields": { @@ -108432,7 +120503,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_stddev_samp_fields": { @@ -108449,55 +120520,55 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_stream_cursor_input": { "initial_value": [ - 4539 + 5110 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_stream_cursor_value_input": { "late_cancels": [ - 178 + 180 ], "no_shows": [ - 178 + 180 ], "reliability_pct": [ - 2018 + 2459 ], "scrims_completed": [ - 178 + 180 ], "team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_sum_fields": { "late_cancels": [ - 178 + 180 ], "no_shows": [ - 178 + 180 ], "reliability_pct": [ - 2018 + 2459 ], "scrims_completed": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_var_pop_fields": { @@ -108514,7 +120585,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_var_samp_fields": { @@ -108531,7 +120602,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_reputation_variance_fields": { @@ -108548,7 +120619,7 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results": { @@ -108589,13 +120660,13 @@ export default { 38 ], "stage": [ - 3647 + 4134 ], "team": [ - 3780 + 4267 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -108604,245 +120675,245 @@ export default { 38 ], "tournament_stage_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate": { "aggregate": [ - 4558 + 5129 ], "nodes": [ - 4544 + 5115 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp": { "avg": [ - 4547 + 5118 ], "corr": [ - 4548 + 5119 ], "count": [ - 4550 + 5121 ], "covar_samp": [ - 4551 + 5122 ], "max": [ - 4553 + 5124 ], "min": [ - 4554 + 5125 ], "stddev_samp": [ - 4555 + 5126 ], "sum": [ - 4556 + 5127 ], "var_samp": [ - 4557 + 5128 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_avg": { "arguments": [ - 4577 + 5148 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_corr": { "arguments": [ - 4549 + 5120 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_corr_arguments": { "X": [ - 4578 + 5149 ], "Y": [ - 4578 + 5149 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_count": { "arguments": [ - 4576 + 5147 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 4552 + 5123 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4579 + 5150 ], "Y": [ - 4579 + 5150 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_max": { "arguments": [ - 4580 + 5151 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_min": { "arguments": [ - 4581 + 5152 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4582 + 5153 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_sum": { "arguments": [ - 4583 + 5154 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_bool_exp_var_samp": { "arguments": [ - 4584 + 5155 ], "distinct": [ 3 ], "filter": [ - 4563 + 5134 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_fields": { "avg": [ - 4561 + 5132 ], "count": [ 38, { "columns": [ - 4576, + 5147, "[v_team_stage_results_select_column!]" ], "distinct": [ @@ -108851,83 +120922,83 @@ export default { } ], "max": [ - 4567 + 5138 ], "min": [ - 4569 + 5140 ], "stddev": [ - 4586 + 5157 ], "stddev_pop": [ - 4588 + 5159 ], "stddev_samp": [ - 4590 + 5161 ], "sum": [ - 4594 + 5165 ], "var_pop": [ - 4598 + 5169 ], "var_samp": [ - 4600 + 5171 ], "variance": [ - 4602 + 5173 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_aggregate_order_by": { "avg": [ - 4562 + 5133 ], "count": [ - 2020 + 2461 ], "max": [ - 4568 + 5139 ], "min": [ - 4570 + 5141 ], "stddev": [ - 4587 + 5158 ], "stddev_pop": [ - 4589 + 5160 ], "stddev_samp": [ - 4591 + 5162 ], "sum": [ - 4595 + 5166 ], "var_pop": [ - 4599 + 5170 ], "var_samp": [ - 4601 + 5172 ], "variance": [ - 4603 + 5174 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_arr_rel_insert_input": { "data": [ - 4566 + 5137 ], "on_conflict": [ - 4573 + 5144 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_avg_fields": { @@ -108980,71 +121051,71 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_avg_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_bool_exp": { "_and": [ - 4563 + 5134 ], "_not": [ - 4563 + 5134 ], "_or": [ - 4563 + 5134 ], "group_number": [ 39 @@ -109083,13 +121154,13 @@ export default { 39 ], "stage": [ - 3659 + 4146 ], "team": [ - 3789 + 4276 ], "team_kdr": [ - 1094 + 1181 ], "total_deaths": [ 39 @@ -109098,16 +121169,16 @@ export default { 39 ], "tournament_stage_id": [ - 3957 + 4444 ], "tournament_team_id": [ - 3957 + 4444 ], "wins": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_constraint": {}, @@ -109149,7 +121220,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -109161,7 +121232,7 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_insert_input": { @@ -109202,13 +121273,13 @@ export default { 38 ], "stage": [ - 3671 + 4158 ], "team": [ - 3798 + 4285 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -109217,16 +121288,16 @@ export default { 38 ], "tournament_stage_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_max_fields": { @@ -109267,7 +121338,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -109276,75 +121347,75 @@ export default { 38 ], "tournament_stage_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_max_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "tournament_stage_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_min_fields": { @@ -109385,7 +121456,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -109394,75 +121465,75 @@ export default { 38 ], "tournament_stage_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_min_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "tournament_stage_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_mutation_response": { @@ -109470,111 +121541,111 @@ export default { 38 ], "returning": [ - 4544 + 5115 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_obj_rel_insert_input": { "data": [ - 4566 + 5137 ], "on_conflict": [ - 4573 + 5144 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_on_conflict": { "constraint": [ - 4564 + 5135 ], "update_columns": [ - 4596 + 5167 ], "where": [ - 4563 + 5134 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "stage": [ - 3673 + 4160 ], "team": [ - 3800 + 4287 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "tournament_stage_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_pk_columns_input": { "tournament_stage_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_select_column": {}, @@ -109624,7 +121695,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -109633,16 +121704,16 @@ export default { 38 ], "tournament_stage_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stddev_fields": { @@ -109695,60 +121766,60 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stddev_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stddev_pop_fields": { @@ -109801,60 +121872,60 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stddev_pop_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stddev_samp_fields": { @@ -109907,71 +121978,71 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stddev_samp_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stream_cursor_input": { "initial_value": [ - 4593 + 5164 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_stream_cursor_value_input": { @@ -110012,7 +122083,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -110021,16 +122092,16 @@ export default { 38 ], "tournament_stage_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_sum_fields": { @@ -110071,7 +122142,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -110083,75 +122154,75 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_sum_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_update_column": {}, "v_team_stage_results_updates": { "_inc": [ - 4565 + 5136 ], "_set": [ - 4585 + 5156 ], "where": [ - 4563 + 5134 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_var_pop_fields": { @@ -110204,60 +122275,60 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_var_pop_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_var_samp_fields": { @@ -110310,60 +122381,60 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_var_samp_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_variance_fields": { @@ -110416,60 +122487,60 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_stage_results_variance_order_by": { "group_number": [ - 2020 + 2461 ], "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "placement": [ - 2020 + 2461 ], "rank": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results": { @@ -110501,10 +122572,10 @@ export default { 38 ], "team": [ - 3780 + 4267 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -110513,248 +122584,248 @@ export default { 38 ], "tournament": [ - 3909 + 4396 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate": { "aggregate": [ - 4618 + 5189 ], "nodes": [ - 4604 + 5175 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp": { "avg": [ - 4607 + 5178 ], "corr": [ - 4608 + 5179 ], "count": [ - 4610 + 5181 ], "covar_samp": [ - 4611 + 5182 ], "max": [ - 4613 + 5184 ], "min": [ - 4614 + 5185 ], "stddev_samp": [ - 4615 + 5186 ], "sum": [ - 4616 + 5187 ], "var_samp": [ - 4617 + 5188 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_avg": { "arguments": [ - 4631 + 5202 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_corr": { "arguments": [ - 4609 + 5180 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_corr_arguments": { "X": [ - 4632 + 5203 ], "Y": [ - 4632 + 5203 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_count": { "arguments": [ - 4630 + 5201 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 4612 + 5183 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4633 + 5204 ], "Y": [ - 4633 + 5204 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_max": { "arguments": [ - 4634 + 5205 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_min": { "arguments": [ - 4635 + 5206 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4636 + 5207 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_sum": { "arguments": [ - 4637 + 5208 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_bool_exp_var_samp": { "arguments": [ - 4638 + 5209 ], "distinct": [ 3 ], "filter": [ - 4623 + 5194 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_fields": { "avg": [ - 4621 + 5192 ], "count": [ 38, { "columns": [ - 4630, + 5201, "[v_team_tournament_results_select_column!]" ], "distinct": [ @@ -110763,80 +122834,80 @@ export default { } ], "max": [ - 4625 + 5196 ], "min": [ - 4627 + 5198 ], "stddev": [ - 4639 + 5210 ], "stddev_pop": [ - 4641 + 5212 ], "stddev_samp": [ - 4643 + 5214 ], "sum": [ - 4647 + 5218 ], "var_pop": [ - 4649 + 5220 ], "var_samp": [ - 4651 + 5222 ], "variance": [ - 4653 + 5224 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_aggregate_order_by": { "avg": [ - 4622 + 5193 ], "count": [ - 2020 + 2461 ], "max": [ - 4626 + 5197 ], "min": [ - 4628 + 5199 ], "stddev": [ - 4640 + 5211 ], "stddev_pop": [ - 4642 + 5213 ], "stddev_samp": [ - 4644 + 5215 ], "sum": [ - 4648 + 5219 ], "var_pop": [ - 4650 + 5221 ], "var_samp": [ - 4652 + 5223 ], "variance": [ - 4654 + 5225 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_arr_rel_insert_input": { "data": [ - 4624 + 5195 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_avg_fields": { @@ -110880,62 +122951,62 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_avg_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_bool_exp": { "_and": [ - 4623 + 5194 ], "_not": [ - 4623 + 5194 ], "_or": [ - 4623 + 5194 ], "head_to_head_match_wins": [ 39 @@ -110965,10 +123036,10 @@ export default { 39 ], "team": [ - 3789 + 4276 ], "team_kdr": [ - 1094 + 1181 ], "total_deaths": [ 39 @@ -110977,19 +123048,19 @@ export default { 39 ], "tournament": [ - 3920 + 4407 ], "tournament_id": [ - 3957 + 4444 ], "tournament_team_id": [ - 3957 + 4444 ], "wins": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_insert_input": { @@ -111021,10 +123092,10 @@ export default { 38 ], "team": [ - 3798 + 4285 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -111033,19 +123104,19 @@ export default { 38 ], "tournament": [ - 3929 + 4416 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_max_fields": { @@ -111077,7 +123148,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -111086,66 +123157,66 @@ export default { 38 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_max_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "tournament_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_min_fields": { @@ -111177,7 +123248,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -111186,122 +123257,122 @@ export default { 38 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_min_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "tournament_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team": [ - 3800 + 4287 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "tournament": [ - 3931 + 4418 ], "tournament_id": [ - 2020 + 2461 ], "tournament_team_id": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_select_column": {}, @@ -111354,51 +123425,51 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_stddev_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_stddev_pop_fields": { @@ -111442,51 +123513,51 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_stddev_pop_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_stddev_samp_fields": { @@ -111530,62 +123601,62 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_stddev_samp_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_stream_cursor_input": { "initial_value": [ - 4646 + 5217 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_stream_cursor_value_input": { @@ -111617,7 +123688,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -111626,16 +123697,16 @@ export default { 38 ], "tournament_id": [ - 3955 + 4442 ], "tournament_team_id": [ - 3955 + 4442 ], "wins": [ 38 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_sum_fields": { @@ -111667,7 +123738,7 @@ export default { 38 ], "team_kdr": [ - 1093 + 1180 ], "total_deaths": [ 38 @@ -111679,51 +123750,51 @@ export default { 38 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_sum_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_var_pop_fields": { @@ -111767,51 +123838,51 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_var_pop_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_var_samp_fields": { @@ -111855,51 +123926,51 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_var_samp_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_variance_fields": { @@ -111943,51 +124014,51 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_team_tournament_results_variance_order_by": { "head_to_head_match_wins": [ - 2020 + 2461 ], "head_to_head_rounds_won": [ - 2020 + 2461 ], "losses": [ - 2020 + 2461 ], "maps_lost": [ - 2020 + 2461 ], "maps_won": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "matches_remaining": [ - 2020 + 2461 ], "rounds_lost": [ - 2020 + 2461 ], "rounds_won": [ - 2020 + 2461 ], "team_kdr": [ - 2020 + 2461 ], "total_deaths": [ - 2020 + 2461 ], "total_kills": [ - 2020 + 2461 ], "wins": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats": { @@ -111998,13 +124069,13 @@ export default { 38 ], "headshot_percentage": [ - 1093 + 1180 ], "headshots": [ 38 ], "kdr": [ - 1093 + 1180 ], "kills": [ 38 @@ -112013,248 +124084,248 @@ export default { 38 ], "player": [ - 2978 + 3419 ], "player_steam_id": [ - 178 + 180 ], "tournament": [ - 3909 + 4396 ], "tournament_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate": { "aggregate": [ - 4669 + 5240 ], "nodes": [ - 4655 + 5226 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp": { "avg": [ - 4658 + 5229 ], "corr": [ - 4659 + 5230 ], "count": [ - 4661 + 5232 ], "covar_samp": [ - 4662 + 5233 ], "max": [ - 4664 + 5235 ], "min": [ - 4665 + 5236 ], "stddev_samp": [ - 4666 + 5237 ], "sum": [ - 4667 + 5238 ], "var_samp": [ - 4668 + 5239 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 4682 + 5253 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 4660 + 5231 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 4683 + 5254 ], "Y": [ - 4683 + 5254 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_count": { "arguments": [ - 4681 + 5252 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ 39 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 4663 + 5234 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4684 + 5255 ], "Y": [ - 4684 + 5255 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_max": { "arguments": [ - 4685 + 5256 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_min": { "arguments": [ - 4686 + 5257 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4687 + 5258 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 4688 + 5259 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 4689 + 5260 ], "distinct": [ 3 ], "filter": [ - 4674 + 5245 ], "predicate": [ - 1094 + 1181 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_fields": { "avg": [ - 4672 + 5243 ], "count": [ 38, { "columns": [ - 4681, + 5252, "[v_tournament_player_stats_select_column!]" ], "distinct": [ @@ -112263,80 +124334,80 @@ export default { } ], "max": [ - 4676 + 5247 ], "min": [ - 4678 + 5249 ], "stddev": [ - 4690 + 5261 ], "stddev_pop": [ - 4692 + 5263 ], "stddev_samp": [ - 4694 + 5265 ], "sum": [ - 4698 + 5269 ], "var_pop": [ - 4700 + 5271 ], "var_samp": [ - 4702 + 5273 ], "variance": [ - 4704 + 5275 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_aggregate_order_by": { "avg": [ - 4673 + 5244 ], "count": [ - 2020 + 2461 ], "max": [ - 4677 + 5248 ], "min": [ - 4679 + 5250 ], "stddev": [ - 4691 + 5262 ], "stddev_pop": [ - 4693 + 5264 ], "stddev_samp": [ - 4695 + 5266 ], "sum": [ - 4699 + 5270 ], "var_pop": [ - 4701 + 5272 ], "var_samp": [ - 4703 + 5274 ], "variance": [ - 4705 + 5276 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_arr_rel_insert_input": { "data": [ - 4675 + 5246 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_avg_fields": { @@ -112365,47 +124436,47 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_avg_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_bool_exp": { "_and": [ - 4674 + 5245 ], "_not": [ - 4674 + 5245 ], "_or": [ - 4674 + 5245 ], "assists": [ 39 @@ -112414,13 +124485,13 @@ export default { 39 ], "headshot_percentage": [ - 1094 + 1181 ], "headshots": [ 39 ], "kdr": [ - 1094 + 1181 ], "kills": [ 39 @@ -112429,19 +124500,19 @@ export default { 39 ], "player": [ - 2982 + 3423 ], "player_steam_id": [ - 180 + 182 ], "tournament": [ - 3920 + 4407 ], "tournament_id": [ - 3957 + 4444 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_insert_input": { @@ -112452,13 +124523,13 @@ export default { 38 ], "headshot_percentage": [ - 1093 + 1180 ], "headshots": [ 38 ], "kdr": [ - 1093 + 1180 ], "kills": [ 38 @@ -112467,19 +124538,19 @@ export default { 38 ], "player": [ - 2989 + 3430 ], "player_steam_id": [ - 178 + 180 ], "tournament": [ - 3929 + 4416 ], "tournament_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_max_fields": { @@ -112490,13 +124561,13 @@ export default { 38 ], "headshot_percentage": [ - 1093 + 1180 ], "headshots": [ 38 ], "kdr": [ - 1093 + 1180 ], "kills": [ 38 @@ -112505,45 +124576,45 @@ export default { 38 ], "player_steam_id": [ - 178 + 180 ], "tournament_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_max_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "tournament_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_min_fields": { @@ -112554,13 +124625,13 @@ export default { 38 ], "headshot_percentage": [ - 1093 + 1180 ], "headshots": [ 38 ], "kdr": [ - 1093 + 1180 ], "kills": [ 38 @@ -112569,83 +124640,83 @@ export default { 38 ], "player_steam_id": [ - 178 + 180 ], "tournament_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_min_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "tournament_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player": [ - 2991 + 3432 ], "player_steam_id": [ - 2020 + 2461 ], "tournament": [ - 3931 + 4418 ], "tournament_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_select_column": {}, @@ -112683,36 +124754,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_stddev_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_stddev_pop_fields": { @@ -112741,36 +124812,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_stddev_pop_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_stddev_samp_fields": { @@ -112799,47 +124870,47 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_stddev_samp_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_stream_cursor_input": { "initial_value": [ - 4697 + 5268 ], "ordering": [ - 233 + 236 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_stream_cursor_value_input": { @@ -112850,13 +124921,13 @@ export default { 38 ], "headshot_percentage": [ - 1093 + 1180 ], "headshots": [ 38 ], "kdr": [ - 1093 + 1180 ], "kills": [ 38 @@ -112865,13 +124936,13 @@ export default { 38 ], "player_steam_id": [ - 178 + 180 ], "tournament_id": [ - 3955 + 4442 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_sum_fields": { @@ -112882,13 +124953,13 @@ export default { 38 ], "headshot_percentage": [ - 1093 + 1180 ], "headshots": [ 38 ], "kdr": [ - 1093 + 1180 ], "kills": [ 38 @@ -112897,39 +124968,39 @@ export default { 38 ], "player_steam_id": [ - 178 + 180 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_sum_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_var_pop_fields": { @@ -112958,36 +125029,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_var_pop_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_var_samp_fields": { @@ -113016,36 +125087,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_var_samp_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_variance_fields": { @@ -113074,36 +125145,36 @@ export default { 29 ], "__typename": [ - 79 + 78 ] }, "v_tournament_player_stats_variance_order_by": { "assists": [ - 2020 + 2461 ], "deaths": [ - 2020 + 2461 ], "headshot_percentage": [ - 2020 + 2461 ], "headshots": [ - 2020 + 2461 ], "kdr": [ - 2020 + 2461 ], "kills": [ - 2020 + 2461 ], "matches_played": [ - 2020 + 2461 ], "player_steam_id": [ - 2020 + 2461 ], "__typename": [ - 79 + 78 ] }, "Query": { @@ -113155,20 +125226,20 @@ export default { 92, { "map_id": [ - 3955, + 4442, "uuid!" ], "map_pool_id": [ - 3955, + 4442, "uuid!" ] } ], "abandoned_matches": [ - 110, + 111, { "distinct_on": [ - 131, + 132, "[abandoned_matches_select_column!]" ], "limit": [ @@ -113178,19 +125249,19 @@ export default { 38 ], "order_by": [ - 129, + 130, "[abandoned_matches_order_by!]" ], "where": [ - 119 + 120 ] } ], "abandoned_matches_aggregate": [ - 111, + 112, { "distinct_on": [ - 131, + 132, "[abandoned_matches_select_column!]" ], "limit": [ @@ -113200,28 +125271,28 @@ export default { 38 ], "order_by": [ - 129, + 130, "[abandoned_matches_order_by!]" ], "where": [ - 119 + 120 ] } ], "abandoned_matches_by_pk": [ - 110, + 111, { "id": [ - 3955, + 4442, "uuid!" ] } ], "api_keys": [ - 151, + 152, { "distinct_on": [ - 165, + 166, "[api_keys_select_column!]" ], "limit": [ @@ -113231,19 +125302,19 @@ export default { 38 ], "order_by": [ - 163, + 164, "[api_keys_order_by!]" ], "where": [ - 155 + 156 ] } ], "api_keys_aggregate": [ - 152, + 153, { "distinct_on": [ - 165, + 166, "[api_keys_select_column!]" ], "limit": [ @@ -113253,28 +125324,28 @@ export default { 38 ], "order_by": [ - 163, + 164, "[api_keys_order_by!]" ], "where": [ - 155 + 156 ] } ], "api_keys_by_pk": [ - 151, + 152, { "id": [ - 3955, + 4442, "uuid!" ] } ], "clip_render_jobs": [ - 183, + 185, { "distinct_on": [ - 211, + 213, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -113284,19 +125355,19 @@ export default { 38 ], "order_by": [ - 208, + 210, "[clip_render_jobs_order_by!]" ], "where": [ - 195 + 197 ] } ], "clip_render_jobs_aggregate": [ - 184, + 186, { "distinct_on": [ - 211, + 213, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -113306,19 +125377,19 @@ export default { 38 ], "order_by": [ - 208, + 210, "[clip_render_jobs_order_by!]" ], "where": [ - 195 + 197 ] } ], "clip_render_jobs_by_pk": [ - 183, + 185, { "id": [ - 3955, + 4442, "uuid!" ] } @@ -113327,10 +125398,10 @@ export default { 17 ], "db_backups": [ - 234, + 237, { "distinct_on": [ - 248, + 251, "[db_backups_select_column!]" ], "limit": [ @@ -113340,19 +125411,19 @@ export default { 38 ], "order_by": [ - 246, + 249, "[db_backups_order_by!]" ], "where": [ - 238 + 241 ] } ], "db_backups_aggregate": [ - 235, + 238, { "distinct_on": [ - 248, + 251, "[db_backups_select_column!]" ], "limit": [ @@ -113362,28 +125433,28 @@ export default { 38 ], "order_by": [ - 246, + 249, "[db_backups_order_by!]" ], "where": [ - 238 + 241 ] } ], "db_backups_by_pk": [ - 234, + 237, { "id": [ - 3955, + 4442, "uuid!" ] } ], "draft_game_picks": [ - 261, + 264, { "distinct_on": [ - 284, + 287, "[draft_game_picks_select_column!]" ], "limit": [ @@ -113393,19 +125464,19 @@ export default { 38 ], "order_by": [ - 282, + 285, "[draft_game_picks_order_by!]" ], "where": [ - 272 + 275 ] } ], "draft_game_picks_aggregate": [ - 262, + 265, { "distinct_on": [ - 284, + 287, "[draft_game_picks_select_column!]" ], "limit": [ @@ -113415,28 +125486,28 @@ export default { 38 ], "order_by": [ - 282, + 285, "[draft_game_picks_order_by!]" ], "where": [ - 272 + 275 ] } ], "draft_game_picks_by_pk": [ - 261, + 264, { "id": [ - 3955, + 4442, "uuid!" ] } ], "draft_game_players": [ - 306, + 309, { "distinct_on": [ - 329, + 332, "[draft_game_players_select_column!]" ], "limit": [ @@ -113446,19 +125517,19 @@ export default { 38 ], "order_by": [ - 327, + 330, "[draft_game_players_order_by!]" ], "where": [ - 317 + 320 ] } ], "draft_game_players_aggregate": [ - 307, + 310, { "distinct_on": [ - 329, + 332, "[draft_game_players_select_column!]" ], "limit": [ @@ -113468,32 +125539,32 @@ export default { 38 ], "order_by": [ - 327, + 330, "[draft_game_players_order_by!]" ], "where": [ - 317 + 320 ] } ], "draft_game_players_by_pk": [ - 306, + 309, { "draft_game_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "draft_games": [ - 351, + 354, { "distinct_on": [ - 375, + 378, "[draft_games_select_column!]" ], "limit": [ @@ -113503,19 +125574,19 @@ export default { 38 ], "order_by": [ - 373, + 376, "[draft_games_order_by!]" ], "where": [ - 362 + 365 ] } ], "draft_games_aggregate": [ - 352, + 355, { "distinct_on": [ - 375, + 378, "[draft_games_select_column!]" ], "limit": [ @@ -113525,28 +125596,28 @@ export default { 38 ], "order_by": [ - 373, + 376, "[draft_games_order_by!]" ], "where": [ - 362 + 365 ] } ], "draft_games_by_pk": [ - 351, + 354, { "id": [ - 3955, + 4442, "uuid!" ] } ], "e_check_in_settings": [ - 397, + 400, { "distinct_on": [ - 411, + 414, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -113556,19 +125627,19 @@ export default { 38 ], "order_by": [ - 409, + 412, "[e_check_in_settings_order_by!]" ], "where": [ - 400 + 403 ] } ], "e_check_in_settings_aggregate": [ - 398, + 401, { "distinct_on": [ - 411, + 414, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -113578,28 +125649,28 @@ export default { 38 ], "order_by": [ - 409, + 412, "[e_check_in_settings_order_by!]" ], "where": [ - 400 + 403 ] } ], "e_check_in_settings_by_pk": [ - 397, + 400, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_captain_selection": [ - 417, + 420, { "distinct_on": [ - 432, + 435, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -113609,19 +125680,19 @@ export default { 38 ], "order_by": [ - 430, + 433, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 420 + 423 ] } ], "e_draft_game_captain_selection_aggregate": [ - 418, + 421, { "distinct_on": [ - 432, + 435, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -113631,28 +125702,28 @@ export default { 38 ], "order_by": [ - 430, + 433, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 420 + 423 ] } ], "e_draft_game_captain_selection_by_pk": [ - 417, + 420, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_draft_order": [ - 438, + 441, { "distinct_on": [ - 453, + 456, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -113662,19 +125733,19 @@ export default { 38 ], "order_by": [ - 451, + 454, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 441 + 444 ] } ], "e_draft_game_draft_order_aggregate": [ - 439, + 442, { "distinct_on": [ - 453, + 456, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -113684,28 +125755,28 @@ export default { 38 ], "order_by": [ - 451, + 454, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 441 + 444 ] } ], "e_draft_game_draft_order_by_pk": [ - 438, + 441, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_mode": [ - 459, + 462, { "distinct_on": [ - 474, + 477, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -113715,19 +125786,19 @@ export default { 38 ], "order_by": [ - 472, + 475, "[e_draft_game_mode_order_by!]" ], "where": [ - 462 + 465 ] } ], "e_draft_game_mode_aggregate": [ - 460, + 463, { "distinct_on": [ - 474, + 477, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -113737,28 +125808,28 @@ export default { 38 ], "order_by": [ - 472, + 475, "[e_draft_game_mode_order_by!]" ], "where": [ - 462 + 465 ] } ], "e_draft_game_mode_by_pk": [ - 459, + 462, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_player_status": [ - 480, + 483, { "distinct_on": [ - 495, + 498, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -113768,19 +125839,19 @@ export default { 38 ], "order_by": [ - 493, + 496, "[e_draft_game_player_status_order_by!]" ], "where": [ - 483 + 486 ] } ], "e_draft_game_player_status_aggregate": [ - 481, + 484, { "distinct_on": [ - 495, + 498, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -113790,28 +125861,28 @@ export default { 38 ], "order_by": [ - 493, + 496, "[e_draft_game_player_status_order_by!]" ], "where": [ - 483 + 486 ] } ], "e_draft_game_player_status_by_pk": [ - 480, + 483, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_status": [ - 501, + 504, { "distinct_on": [ - 516, + 519, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -113821,19 +125892,19 @@ export default { 38 ], "order_by": [ - 514, + 517, "[e_draft_game_status_order_by!]" ], "where": [ - 504 + 507 ] } ], "e_draft_game_status_aggregate": [ - 502, + 505, { "distinct_on": [ - 516, + 519, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -113843,28 +125914,28 @@ export default { 38 ], "order_by": [ - 514, + 517, "[e_draft_game_status_order_by!]" ], "where": [ - 504 + 507 ] } ], "e_draft_game_status_by_pk": [ - 501, + 504, { "value": [ - 79, + 78, "String!" ] } ], "e_friend_status": [ - 522, + 525, { "distinct_on": [ - 537, + 540, "[e_friend_status_select_column!]" ], "limit": [ @@ -113874,19 +125945,19 @@ export default { 38 ], "order_by": [ - 535, + 538, "[e_friend_status_order_by!]" ], "where": [ - 525 + 528 ] } ], "e_friend_status_aggregate": [ - 523, + 526, { "distinct_on": [ - 537, + 540, "[e_friend_status_select_column!]" ], "limit": [ @@ -113896,28 +125967,28 @@ export default { 38 ], "order_by": [ - 535, + 538, "[e_friend_status_order_by!]" ], "where": [ - 525 + 528 ] } ], "e_friend_status_by_pk": [ - 522, + 525, { "value": [ - 79, + 78, "String!" ] } ], "e_game_cfg_types": [ - 543, + 546, { "distinct_on": [ - 557, + 560, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -113927,19 +125998,19 @@ export default { 38 ], "order_by": [ - 555, + 558, "[e_game_cfg_types_order_by!]" ], "where": [ - 546 + 549 ] } ], "e_game_cfg_types_aggregate": [ - 544, + 547, { "distinct_on": [ - 557, + 560, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -113949,28 +126020,28 @@ export default { 38 ], "order_by": [ - 555, + 558, "[e_game_cfg_types_order_by!]" ], "where": [ - 546 + 549 ] } ], "e_game_cfg_types_by_pk": [ - 543, + 546, { "value": [ - 79, + 78, "String!" ] } ], "e_game_server_node_statuses": [ - 563, + 566, { "distinct_on": [ - 578, + 581, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -113980,19 +126051,19 @@ export default { 38 ], "order_by": [ - 576, + 579, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 566 + 569 ] } ], "e_game_server_node_statuses_aggregate": [ - 564, + 567, { "distinct_on": [ - 578, + 581, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -114002,28 +126073,240 @@ export default { 38 ], "order_by": [ - 576, + 579, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 566 + 569 ] } ], "e_game_server_node_statuses_by_pk": [ - 563, + 566, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_movement_types": [ + 587, + { + "distinct_on": [ + 602, + "[e_league_movement_types_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 600, + "[e_league_movement_types_order_by!]" + ], + "where": [ + 590 + ] + } + ], + "e_league_movement_types_aggregate": [ + 588, + { + "distinct_on": [ + 602, + "[e_league_movement_types_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 600, + "[e_league_movement_types_order_by!]" + ], + "where": [ + 590 + ] + } + ], + "e_league_movement_types_by_pk": [ + 587, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_proposal_statuses": [ + 608, + { + "distinct_on": [ + 623, + "[e_league_proposal_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 621, + "[e_league_proposal_statuses_order_by!]" + ], + "where": [ + 611 + ] + } + ], + "e_league_proposal_statuses_aggregate": [ + 609, + { + "distinct_on": [ + 623, + "[e_league_proposal_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 621, + "[e_league_proposal_statuses_order_by!]" + ], + "where": [ + 611 + ] + } + ], + "e_league_proposal_statuses_by_pk": [ + 608, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_registration_statuses": [ + 629, + { + "distinct_on": [ + 644, + "[e_league_registration_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 642, + "[e_league_registration_statuses_order_by!]" + ], + "where": [ + 632 + ] + } + ], + "e_league_registration_statuses_aggregate": [ + 630, + { + "distinct_on": [ + 644, + "[e_league_registration_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 642, + "[e_league_registration_statuses_order_by!]" + ], + "where": [ + 632 + ] + } + ], + "e_league_registration_statuses_by_pk": [ + 629, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_season_statuses": [ + 650, + { + "distinct_on": [ + 665, + "[e_league_season_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 663, + "[e_league_season_statuses_order_by!]" + ], + "where": [ + 653 + ] + } + ], + "e_league_season_statuses_aggregate": [ + 651, + { + "distinct_on": [ + 665, + "[e_league_season_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 663, + "[e_league_season_statuses_order_by!]" + ], + "where": [ + 653 + ] + } + ], + "e_league_season_statuses_by_pk": [ + 650, { "value": [ - 79, + 78, "String!" ] } ], "e_lobby_access": [ - 584, + 671, { "distinct_on": [ - 599, + 686, "[e_lobby_access_select_column!]" ], "limit": [ @@ -114033,19 +126316,19 @@ export default { 38 ], "order_by": [ - 597, + 684, "[e_lobby_access_order_by!]" ], "where": [ - 587 + 674 ] } ], "e_lobby_access_aggregate": [ - 585, + 672, { "distinct_on": [ - 599, + 686, "[e_lobby_access_select_column!]" ], "limit": [ @@ -114055,28 +126338,28 @@ export default { 38 ], "order_by": [ - 597, + 684, "[e_lobby_access_order_by!]" ], "where": [ - 587 + 674 ] } ], "e_lobby_access_by_pk": [ - 584, + 671, { "value": [ - 79, + 78, "String!" ] } ], "e_lobby_player_status": [ - 605, + 692, { "distinct_on": [ - 619, + 706, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -114086,19 +126369,19 @@ export default { 38 ], "order_by": [ - 617, + 704, "[e_lobby_player_status_order_by!]" ], "where": [ - 608 + 695 ] } ], "e_lobby_player_status_aggregate": [ - 606, + 693, { "distinct_on": [ - 619, + 706, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -114108,28 +126391,28 @@ export default { 38 ], "order_by": [ - 617, + 704, "[e_lobby_player_status_order_by!]" ], "where": [ - 608 + 695 ] } ], "e_lobby_player_status_by_pk": [ - 605, + 692, { "value": [ - 79, + 78, "String!" ] } ], "e_map_pool_types": [ - 625, + 712, { "distinct_on": [ - 640, + 727, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -114139,19 +126422,19 @@ export default { 38 ], "order_by": [ - 638, + 725, "[e_map_pool_types_order_by!]" ], "where": [ - 628 + 715 ] } ], "e_map_pool_types_aggregate": [ - 626, + 713, { "distinct_on": [ - 640, + 727, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -114161,28 +126444,28 @@ export default { 38 ], "order_by": [ - 638, + 725, "[e_map_pool_types_order_by!]" ], "where": [ - 628 + 715 ] } ], "e_map_pool_types_by_pk": [ - 625, + 712, { "value": [ - 79, + 78, "String!" ] } ], "e_match_clip_visibility": [ - 646, + 733, { "distinct_on": [ - 660, + 747, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -114192,19 +126475,19 @@ export default { 38 ], "order_by": [ - 658, + 745, "[e_match_clip_visibility_order_by!]" ], "where": [ - 649 + 736 ] } ], "e_match_clip_visibility_aggregate": [ - 647, + 734, { "distinct_on": [ - 660, + 747, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -114214,28 +126497,28 @@ export default { 38 ], "order_by": [ - 658, + 745, "[e_match_clip_visibility_order_by!]" ], "where": [ - 649 + 736 ] } ], "e_match_clip_visibility_by_pk": [ - 646, + 733, { "value": [ - 79, + 78, "String!" ] } ], "e_match_map_status": [ - 666, + 753, { "distinct_on": [ - 681, + 768, "[e_match_map_status_select_column!]" ], "limit": [ @@ -114245,19 +126528,19 @@ export default { 38 ], "order_by": [ - 679, + 766, "[e_match_map_status_order_by!]" ], "where": [ - 669 + 756 ] } ], "e_match_map_status_aggregate": [ - 667, + 754, { "distinct_on": [ - 681, + 768, "[e_match_map_status_select_column!]" ], "limit": [ @@ -114267,28 +126550,28 @@ export default { 38 ], "order_by": [ - 679, + 766, "[e_match_map_status_order_by!]" ], "where": [ - 669 + 756 ] } ], "e_match_map_status_by_pk": [ - 666, + 753, { "value": [ - 79, + 78, "String!" ] } ], "e_match_mode": [ - 687, + 774, { "distinct_on": [ - 701, + 788, "[e_match_mode_select_column!]" ], "limit": [ @@ -114298,19 +126581,19 @@ export default { 38 ], "order_by": [ - 699, + 786, "[e_match_mode_order_by!]" ], "where": [ - 690 + 777 ] } ], "e_match_mode_aggregate": [ - 688, + 775, { "distinct_on": [ - 701, + 788, "[e_match_mode_select_column!]" ], "limit": [ @@ -114320,28 +126603,28 @@ export default { 38 ], "order_by": [ - 699, + 786, "[e_match_mode_order_by!]" ], "where": [ - 690 + 777 ] } ], "e_match_mode_by_pk": [ - 687, + 774, { "value": [ - 79, + 78, "String!" ] } ], "e_match_status": [ - 707, + 794, { "distinct_on": [ - 722, + 809, "[e_match_status_select_column!]" ], "limit": [ @@ -114351,19 +126634,19 @@ export default { 38 ], "order_by": [ - 720, + 807, "[e_match_status_order_by!]" ], "where": [ - 710 + 797 ] } ], "e_match_status_aggregate": [ - 708, + 795, { "distinct_on": [ - 722, + 809, "[e_match_status_select_column!]" ], "limit": [ @@ -114373,28 +126656,28 @@ export default { 38 ], "order_by": [ - 720, + 807, "[e_match_status_order_by!]" ], "where": [ - 710 + 797 ] } ], "e_match_status_by_pk": [ - 707, + 794, { "value": [ - 79, + 78, "String!" ] } ], "e_match_types": [ - 728, + 815, { "distinct_on": [ - 743, + 830, "[e_match_types_select_column!]" ], "limit": [ @@ -114404,19 +126687,19 @@ export default { 38 ], "order_by": [ - 741, + 828, "[e_match_types_order_by!]" ], "where": [ - 731 + 818 ] } ], "e_match_types_aggregate": [ - 729, + 816, { "distinct_on": [ - 743, + 830, "[e_match_types_select_column!]" ], "limit": [ @@ -114426,28 +126709,28 @@ export default { 38 ], "order_by": [ - 741, + 828, "[e_match_types_order_by!]" ], "where": [ - 731 + 818 ] } ], "e_match_types_by_pk": [ - 728, + 815, { "value": [ - 79, + 78, "String!" ] } ], "e_notification_types": [ - 749, + 836, { "distinct_on": [ - 763, + 850, "[e_notification_types_select_column!]" ], "limit": [ @@ -114457,19 +126740,19 @@ export default { 38 ], "order_by": [ - 761, + 848, "[e_notification_types_order_by!]" ], "where": [ - 752 + 839 ] } ], "e_notification_types_aggregate": [ - 750, + 837, { "distinct_on": [ - 763, + 850, "[e_notification_types_select_column!]" ], "limit": [ @@ -114479,28 +126762,28 @@ export default { 38 ], "order_by": [ - 761, + 848, "[e_notification_types_order_by!]" ], "where": [ - 752 + 839 ] } ], "e_notification_types_by_pk": [ - 749, + 836, { "value": [ - 79, + 78, "String!" ] } ], "e_objective_types": [ - 769, + 856, { "distinct_on": [ - 783, + 870, "[e_objective_types_select_column!]" ], "limit": [ @@ -114510,19 +126793,19 @@ export default { 38 ], "order_by": [ - 781, + 868, "[e_objective_types_order_by!]" ], "where": [ - 772 + 859 ] } ], "e_objective_types_aggregate": [ - 770, + 857, { "distinct_on": [ - 783, + 870, "[e_objective_types_select_column!]" ], "limit": [ @@ -114532,28 +126815,28 @@ export default { 38 ], "order_by": [ - 781, + 868, "[e_objective_types_order_by!]" ], "where": [ - 772 + 859 ] } ], "e_objective_types_by_pk": [ - 769, + 856, { "value": [ - 79, + 78, "String!" ] } ], "e_player_roles": [ - 789, + 876, { "distinct_on": [ - 803, + 890, "[e_player_roles_select_column!]" ], "limit": [ @@ -114563,19 +126846,19 @@ export default { 38 ], "order_by": [ - 801, + 888, "[e_player_roles_order_by!]" ], "where": [ - 792 + 879 ] } ], "e_player_roles_aggregate": [ - 790, + 877, { "distinct_on": [ - 803, + 890, "[e_player_roles_select_column!]" ], "limit": [ @@ -114585,28 +126868,28 @@ export default { 38 ], "order_by": [ - 801, + 888, "[e_player_roles_order_by!]" ], "where": [ - 792 + 879 ] } ], "e_player_roles_by_pk": [ - 789, + 876, { "value": [ - 79, + 78, "String!" ] } ], "e_ready_settings": [ - 809, + 896, { "distinct_on": [ - 823, + 910, "[e_ready_settings_select_column!]" ], "limit": [ @@ -114616,19 +126899,19 @@ export default { 38 ], "order_by": [ - 821, + 908, "[e_ready_settings_order_by!]" ], "where": [ - 812 + 899 ] } ], "e_ready_settings_aggregate": [ - 810, + 897, { "distinct_on": [ - 823, + 910, "[e_ready_settings_select_column!]" ], "limit": [ @@ -114638,28 +126921,28 @@ export default { 38 ], "order_by": [ - 821, + 908, "[e_ready_settings_order_by!]" ], "where": [ - 812 + 899 ] } ], "e_ready_settings_by_pk": [ - 809, + 896, { "value": [ - 79, + 78, "String!" ] } ], "e_sanction_types": [ - 829, + 916, { "distinct_on": [ - 844, + 931, "[e_sanction_types_select_column!]" ], "limit": [ @@ -114669,19 +126952,19 @@ export default { 38 ], "order_by": [ - 842, + 929, "[e_sanction_types_order_by!]" ], "where": [ - 832 + 919 ] } ], "e_sanction_types_aggregate": [ - 830, + 917, { "distinct_on": [ - 844, + 931, "[e_sanction_types_select_column!]" ], "limit": [ @@ -114691,28 +126974,28 @@ export default { 38 ], "order_by": [ - 842, + 929, "[e_sanction_types_order_by!]" ], "where": [ - 832 + 919 ] } ], "e_sanction_types_by_pk": [ - 829, + 916, { "value": [ - 79, + 78, "String!" ] } ], "e_scrim_request_statuses": [ - 850, + 937, { "distinct_on": [ - 864, + 951, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -114722,19 +127005,19 @@ export default { 38 ], "order_by": [ - 862, + 949, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 853 + 940 ] } ], "e_scrim_request_statuses_aggregate": [ - 851, + 938, { "distinct_on": [ - 864, + 951, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -114744,28 +127027,28 @@ export default { 38 ], "order_by": [ - 862, + 949, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 853 + 940 ] } ], "e_scrim_request_statuses_by_pk": [ - 850, + 937, { "value": [ - 79, + 78, "String!" ] } ], "e_server_types": [ - 870, + 957, { "distinct_on": [ - 884, + 971, "[e_server_types_select_column!]" ], "limit": [ @@ -114775,19 +127058,19 @@ export default { 38 ], "order_by": [ - 882, + 969, "[e_server_types_order_by!]" ], "where": [ - 873 + 960 ] } ], "e_server_types_aggregate": [ - 871, + 958, { "distinct_on": [ - 884, + 971, "[e_server_types_select_column!]" ], "limit": [ @@ -114797,28 +127080,28 @@ export default { 38 ], "order_by": [ - 882, + 969, "[e_server_types_order_by!]" ], "where": [ - 873 + 960 ] } ], "e_server_types_by_pk": [ - 870, + 957, { "value": [ - 79, + 78, "String!" ] } ], "e_sides": [ - 890, + 977, { "distinct_on": [ - 904, + 991, "[e_sides_select_column!]" ], "limit": [ @@ -114828,19 +127111,19 @@ export default { 38 ], "order_by": [ - 902, + 989, "[e_sides_order_by!]" ], "where": [ - 893 + 980 ] } ], "e_sides_aggregate": [ - 891, + 978, { "distinct_on": [ - 904, + 991, "[e_sides_select_column!]" ], "limit": [ @@ -114850,28 +127133,28 @@ export default { 38 ], "order_by": [ - 902, + 989, "[e_sides_order_by!]" ], "where": [ - 893 + 980 ] } ], "e_sides_by_pk": [ - 890, + 977, { "value": [ - 79, + 78, "String!" ] } ], "e_system_alert_types": [ - 910, + 997, { "distinct_on": [ - 924, + 1011, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -114881,19 +127164,19 @@ export default { 38 ], "order_by": [ - 922, + 1009, "[e_system_alert_types_order_by!]" ], "where": [ - 913 + 1000 ] } ], "e_system_alert_types_aggregate": [ - 911, + 998, { "distinct_on": [ - 924, + 1011, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -114903,28 +127186,28 @@ export default { 38 ], "order_by": [ - 922, + 1009, "[e_system_alert_types_order_by!]" ], "where": [ - 913 + 1000 ] } ], "e_system_alert_types_by_pk": [ - 910, + 997, { "value": [ - 79, + 78, "String!" ] } ], "e_team_roles": [ - 930, + 1017, { "distinct_on": [ - 945, + 1032, "[e_team_roles_select_column!]" ], "limit": [ @@ -114934,19 +127217,19 @@ export default { 38 ], "order_by": [ - 943, + 1030, "[e_team_roles_order_by!]" ], "where": [ - 933 + 1020 ] } ], "e_team_roles_aggregate": [ - 931, + 1018, { "distinct_on": [ - 945, + 1032, "[e_team_roles_select_column!]" ], "limit": [ @@ -114956,28 +127239,28 @@ export default { 38 ], "order_by": [ - 943, + 1030, "[e_team_roles_order_by!]" ], "where": [ - 933 + 1020 ] } ], "e_team_roles_by_pk": [ - 930, + 1017, { "value": [ - 79, + 78, "String!" ] } ], "e_team_roster_statuses": [ - 951, + 1038, { "distinct_on": [ - 965, + 1052, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -114987,19 +127270,19 @@ export default { 38 ], "order_by": [ - 963, + 1050, "[e_team_roster_statuses_order_by!]" ], "where": [ - 954 + 1041 ] } ], "e_team_roster_statuses_aggregate": [ - 952, + 1039, { "distinct_on": [ - 965, + 1052, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -115009,28 +127292,28 @@ export default { 38 ], "order_by": [ - 963, + 1050, "[e_team_roster_statuses_order_by!]" ], "where": [ - 954 + 1041 ] } ], "e_team_roster_statuses_by_pk": [ - 951, + 1038, { "value": [ - 79, + 78, "String!" ] } ], "e_timeout_settings": [ - 971, + 1058, { "distinct_on": [ - 985, + 1072, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -115040,19 +127323,19 @@ export default { 38 ], "order_by": [ - 983, + 1070, "[e_timeout_settings_order_by!]" ], "where": [ - 974 + 1061 ] } ], "e_timeout_settings_aggregate": [ - 972, + 1059, { "distinct_on": [ - 985, + 1072, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -115062,28 +127345,28 @@ export default { 38 ], "order_by": [ - 983, + 1070, "[e_timeout_settings_order_by!]" ], "where": [ - 974 + 1061 ] } ], "e_timeout_settings_by_pk": [ - 971, + 1058, { "value": [ - 79, + 78, "String!" ] } ], "e_tournament_stage_types": [ - 991, + 1078, { "distinct_on": [ - 1006, + 1093, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -115093,19 +127376,19 @@ export default { 38 ], "order_by": [ - 1004, + 1091, "[e_tournament_stage_types_order_by!]" ], "where": [ - 994 + 1081 ] } ], "e_tournament_stage_types_aggregate": [ - 992, + 1079, { "distinct_on": [ - 1006, + 1093, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -115115,28 +127398,28 @@ export default { 38 ], "order_by": [ - 1004, + 1091, "[e_tournament_stage_types_order_by!]" ], "where": [ - 994 + 1081 ] } ], "e_tournament_stage_types_by_pk": [ - 991, + 1078, { "value": [ - 79, + 78, "String!" ] } ], "e_tournament_status": [ - 1012, + 1099, { "distinct_on": [ - 1027, + 1114, "[e_tournament_status_select_column!]" ], "limit": [ @@ -115146,19 +127429,19 @@ export default { 38 ], "order_by": [ - 1025, + 1112, "[e_tournament_status_order_by!]" ], "where": [ - 1015 + 1102 ] } ], "e_tournament_status_aggregate": [ - 1013, + 1100, { "distinct_on": [ - 1027, + 1114, "[e_tournament_status_select_column!]" ], "limit": [ @@ -115168,28 +127451,28 @@ export default { 38 ], "order_by": [ - 1025, + 1112, "[e_tournament_status_order_by!]" ], "where": [ - 1015 + 1102 ] } ], "e_tournament_status_by_pk": [ - 1012, + 1099, { "value": [ - 79, + 78, "String!" ] } ], "e_utility_types": [ - 1033, + 1120, { "distinct_on": [ - 1047, + 1134, "[e_utility_types_select_column!]" ], "limit": [ @@ -115199,19 +127482,19 @@ export default { 38 ], "order_by": [ - 1045, + 1132, "[e_utility_types_order_by!]" ], "where": [ - 1036 + 1123 ] } ], "e_utility_types_aggregate": [ - 1034, + 1121, { "distinct_on": [ - 1047, + 1134, "[e_utility_types_select_column!]" ], "limit": [ @@ -115221,28 +127504,28 @@ export default { 38 ], "order_by": [ - 1045, + 1132, "[e_utility_types_order_by!]" ], "where": [ - 1036 + 1123 ] } ], "e_utility_types_by_pk": [ - 1033, + 1120, { "value": [ - 79, + 78, "String!" ] } ], "e_veto_pick_types": [ - 1053, + 1140, { "distinct_on": [ - 1067, + 1154, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -115252,19 +127535,19 @@ export default { 38 ], "order_by": [ - 1065, + 1152, "[e_veto_pick_types_order_by!]" ], "where": [ - 1056 + 1143 ] } ], "e_veto_pick_types_aggregate": [ - 1054, + 1141, { "distinct_on": [ - 1067, + 1154, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -115274,28 +127557,28 @@ export default { 38 ], "order_by": [ - 1065, + 1152, "[e_veto_pick_types_order_by!]" ], "where": [ - 1056 + 1143 ] } ], "e_veto_pick_types_by_pk": [ - 1053, + 1140, { "value": [ - 79, + 78, "String!" ] } ], "e_winning_reasons": [ - 1073, + 1160, { "distinct_on": [ - 1087, + 1174, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -115305,19 +127588,19 @@ export default { 38 ], "order_by": [ - 1085, + 1172, "[e_winning_reasons_order_by!]" ], "where": [ - 1076 + 1163 ] } ], "e_winning_reasons_aggregate": [ - 1074, + 1161, { "distinct_on": [ - 1087, + 1174, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -115327,28 +127610,28 @@ export default { 38 ], "order_by": [ - 1085, + 1172, "[e_winning_reasons_order_by!]" ], "where": [ - 1076 + 1163 ] } ], "e_winning_reasons_by_pk": [ - 1073, + 1160, { "value": [ - 79, + 78, "String!" ] } ], "friends": [ - 1095, + 1182, { "distinct_on": [ - 1109, + 1196, "[friends_select_column!]" ], "limit": [ @@ -115358,19 +127641,19 @@ export default { 38 ], "order_by": [ - 1107, + 1194, "[friends_order_by!]" ], "where": [ - 1099 + 1186 ] } ], "friends_aggregate": [ - 1096, + 1183, { "distinct_on": [ - 1109, + 1196, "[friends_select_column!]" ], "limit": [ @@ -115380,32 +127663,32 @@ export default { 38 ], "order_by": [ - 1107, + 1194, "[friends_order_by!]" ], "where": [ - 1099 + 1186 ] } ], "friends_by_pk": [ - 1095, + 1182, { "other_player_steam_id": [ - 178, + 180, "bigint!" ], "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "game_server_nodes": [ - 1122, + 1209, { "distinct_on": [ - 1151, + 1238, "[game_server_nodes_select_column!]" ], "limit": [ @@ -115415,19 +127698,19 @@ export default { 38 ], "order_by": [ - 1148, + 1235, "[game_server_nodes_order_by!]" ], "where": [ - 1134 + 1221 ] } ], "game_server_nodes_aggregate": [ - 1123, + 1210, { "distinct_on": [ - 1151, + 1238, "[game_server_nodes_select_column!]" ], "limit": [ @@ -115437,28 +127720,28 @@ export default { 38 ], "order_by": [ - 1148, + 1235, "[game_server_nodes_order_by!]" ], "where": [ - 1134 + 1221 ] } ], "game_server_nodes_by_pk": [ - 1122, + 1209, { "id": [ - 79, + 78, "String!" ] } ], "game_versions": [ - 1173, + 1260, { "distinct_on": [ - 1193, + 1280, "[game_versions_select_column!]" ], "limit": [ @@ -115468,19 +127751,19 @@ export default { 38 ], "order_by": [ - 1190, + 1277, "[game_versions_order_by!]" ], "where": [ - 1178 + 1265 ] } ], "game_versions_aggregate": [ - 1174, + 1261, { "distinct_on": [ - 1193, + 1280, "[game_versions_select_column!]" ], "limit": [ @@ -115490,16 +127773,16 @@ export default { 38 ], "order_by": [ - 1190, + 1277, "[game_versions_order_by!]" ], "where": [ - 1178 + 1265 ] } ], "game_versions_by_pk": [ - 1173, + 1260, { "build_id": [ 38, @@ -115508,10 +127791,10 @@ export default { } ], "gamedata_signature_validations": [ - 1206, + 1293, { "distinct_on": [ - 1225, + 1312, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -115521,19 +127804,19 @@ export default { 38 ], "order_by": [ - 1222, + 1309, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1211 + 1298 ] } ], "gamedata_signature_validations_aggregate": [ - 1207, + 1294, { "distinct_on": [ - 1225, + 1312, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -115543,19 +127826,19 @@ export default { 38 ], "order_by": [ - 1222, + 1309, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1211 + 1298 ] } ], "gamedata_signature_validations_by_pk": [ - 1206, + 1293, { "id": [ - 3955, + 4442, "uuid!" ] } @@ -115579,10 +127862,10 @@ export default { 18 ], "getDedicatedServerPlayers": [ - 69, + 68, { "serverId": [ - 79, + 78, "String!" ] } @@ -115591,11 +127874,11 @@ export default { 34, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "target_steam_id": [ - 79, + 78, "String!" ] } @@ -115604,7 +127887,7 @@ export default { 36, { "schemas": [ - 79, + 78, "[String!]" ] } @@ -115613,7 +127896,7 @@ export default { 37, { "schemas": [ - 79, + 78, "[String!]" ] } @@ -115622,7 +127905,7 @@ export default { 50, { "node": [ - 79, + 78, "String!" ] } @@ -115631,7 +127914,7 @@ export default { 56, { "queryid": [ - 79, + 78, "String!" ] } @@ -115640,34 +127923,34 @@ export default { 57 ], "getSchemas": [ - 79 + 78 ], "getServiceStats": [ 54 ], "getStorageStats": [ - 77, + 76, { "schemas": [ - 79, + 78, "[String!]" ] } ], "getTableIOStats": [ - 83, + 82, { "schemas": [ - 79, + 78, "[String!]" ] } ], "getTableStats": [ - 85, + 84, { "schemas": [ - 79, + 78, "[String!]" ] } @@ -115676,14 +127959,14 @@ export default { 89 ], "get_leaderboard": [ - 1247, + 1335, { "args": [ - 1238, + 1325, "get_leaderboard_args!" ], "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -115693,23 +127976,23 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 ] } ], "get_leaderboard_aggregate": [ - 1248, + 1336, { "args": [ - 1238, + 1325, "get_leaderboard_args!" ], "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -115719,23 +128002,75 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 + ] + } + ], + "get_league_season_leaderboard": [ + 1335, + { + "args": [ + 1326, + "get_league_season_leaderboard_args!" + ], + "distinct_on": [ + 1346, + "[leaderboard_entries_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1345, + "[leaderboard_entries_order_by!]" + ], + "where": [ + 1339 + ] + } + ], + "get_league_season_leaderboard_aggregate": [ + 1336, + { + "args": [ + 1326, + "get_league_season_leaderboard_args!" + ], + "distinct_on": [ + 1346, + "[leaderboard_entries_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1345, + "[leaderboard_entries_order_by!]" + ], + "where": [ + 1339 ] } ], "get_player_leaderboard_rank": [ - 2461, + 2902, { "args": [ - 1239, + 1327, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -115745,23 +128080,23 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "get_player_leaderboard_rank_aggregate": [ - 2462, + 2903, { "args": [ - 1239, + 1327, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -115771,19 +128106,19 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "leaderboard_entries": [ - 1247, + 1335, { "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -115793,19 +128128,19 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 ] } ], "leaderboard_entries_aggregate": [ - 1248, + 1336, { "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -115815,11 +128150,545 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 + ] + } + ], + "league_divisions": [ + 1359, + { + "distinct_on": [ + 1374, + "[league_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1372, + "[league_divisions_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "league_divisions_aggregate": [ + 1360, + { + "distinct_on": [ + 1374, + "[league_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1372, + "[league_divisions_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "league_divisions_by_pk": [ + 1359, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_match_weeks": [ + 1387, + { + "distinct_on": [ + 1408, + "[league_match_weeks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1406, + "[league_match_weeks_order_by!]" + ], + "where": [ + 1396 + ] + } + ], + "league_match_weeks_aggregate": [ + 1388, + { + "distinct_on": [ + 1408, + "[league_match_weeks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1406, + "[league_match_weeks_order_by!]" + ], + "where": [ + 1396 + ] + } + ], + "league_match_weeks_by_pk": [ + 1387, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_relegation_playoffs": [ + 1428, + { + "distinct_on": [ + 1449, + "[league_relegation_playoffs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1447, + "[league_relegation_playoffs_order_by!]" + ], + "where": [ + 1437 + ] + } + ], + "league_relegation_playoffs_aggregate": [ + 1429, + { + "distinct_on": [ + 1449, + "[league_relegation_playoffs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1447, + "[league_relegation_playoffs_order_by!]" + ], + "where": [ + 1437 + ] + } + ], + "league_relegation_playoffs_by_pk": [ + 1428, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_scheduling_proposals": [ + 1469, + { + "distinct_on": [ + 1490, + "[league_scheduling_proposals_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1488, + "[league_scheduling_proposals_order_by!]" + ], + "where": [ + 1478 + ] + } + ], + "league_scheduling_proposals_aggregate": [ + 1470, + { + "distinct_on": [ + 1490, + "[league_scheduling_proposals_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1488, + "[league_scheduling_proposals_order_by!]" + ], + "where": [ + 1478 + ] + } + ], + "league_scheduling_proposals_by_pk": [ + 1469, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_season_divisions": [ + 1510, + { + "distinct_on": [ + 1529, + "[league_season_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1527, + "[league_season_divisions_order_by!]" + ], + "where": [ + 1517 + ] + } + ], + "league_season_divisions_aggregate": [ + 1511, + { + "distinct_on": [ + 1529, + "[league_season_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1527, + "[league_season_divisions_order_by!]" + ], + "where": [ + 1517 + ] + } + ], + "league_season_divisions_by_pk": [ + 1510, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_seasons": [ + 1535, + { + "distinct_on": [ + 1555, + "[league_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1552, + "[league_seasons_order_by!]" + ], + "where": [ + 1540 + ] + } + ], + "league_seasons_aggregate": [ + 1536, + { + "distinct_on": [ + 1555, + "[league_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1552, + "[league_seasons_order_by!]" + ], + "where": [ + 1540 + ] + } + ], + "league_seasons_by_pk": [ + 1535, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_team_movements": [ + 1568, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } + ], + "league_team_movements_aggregate": [ + 1569, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } + ], + "league_team_movements_by_pk": [ + 1568, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_team_rosters": [ + 1609, + { + "distinct_on": [ + 1630, + "[league_team_rosters_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1628, + "[league_team_rosters_order_by!]" + ], + "where": [ + 1618 + ] + } + ], + "league_team_rosters_aggregate": [ + 1610, + { + "distinct_on": [ + 1630, + "[league_team_rosters_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1628, + "[league_team_rosters_order_by!]" + ], + "where": [ + 1618 + ] + } + ], + "league_team_rosters_by_pk": [ + 1609, + { + "league_team_season_id": [ + 4442, + "uuid!" + ], + "player_steam_id": [ + 180, + "bigint!" + ] + } + ], + "league_team_seasons": [ + 1650, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } + ], + "league_team_seasons_aggregate": [ + 1651, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } + ], + "league_team_seasons_by_pk": [ + 1650, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_teams": [ + 1692, + { + "distinct_on": [ + 1705, + "[league_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1703, + "[league_teams_order_by!]" + ], + "where": [ + 1695 + ] + } + ], + "league_teams_aggregate": [ + 1693, + { + "distinct_on": [ + 1705, + "[league_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1703, + "[league_teams_order_by!]" + ], + "where": [ + 1695 + ] + } + ], + "league_teams_by_pk": [ + 1692, + { + "id": [ + 4442, + "uuid!" ] } ], @@ -115827,22 +128696,22 @@ export default { 28, { "node_id": [ - 79, + 78, "String!" ], "path": [ - 79 + 78 ], "server_id": [ - 79 + 78 ] } ], "lobbies": [ - 1270, + 1711, { "distinct_on": [ - 1283, + 1724, "[lobbies_select_column!]" ], "limit": [ @@ -115852,19 +128721,19 @@ export default { 38 ], "order_by": [ - 1281, + 1722, "[lobbies_order_by!]" ], "where": [ - 1273 + 1714 ] } ], "lobbies_aggregate": [ - 1271, + 1712, { "distinct_on": [ - 1283, + 1724, "[lobbies_select_column!]" ], "limit": [ @@ -115874,28 +128743,28 @@ export default { 38 ], "order_by": [ - 1281, + 1722, "[lobbies_order_by!]" ], "where": [ - 1273 + 1714 ] } ], "lobbies_by_pk": [ - 1270, + 1711, { "id": [ - 3955, + 4442, "uuid!" ] } ], "lobby_players": [ - 1289, + 1730, { "distinct_on": [ - 1312, + 1753, "[lobby_players_select_column!]" ], "limit": [ @@ -115905,19 +128774,19 @@ export default { 38 ], "order_by": [ - 1310, + 1751, "[lobby_players_order_by!]" ], "where": [ - 1300 + 1741 ] } ], "lobby_players_aggregate": [ - 1290, + 1731, { "distinct_on": [ - 1312, + 1753, "[lobby_players_select_column!]" ], "limit": [ @@ -115927,32 +128796,32 @@ export default { 38 ], "order_by": [ - 1310, + 1751, "[lobby_players_order_by!]" ], "where": [ - 1300 + 1741 ] } ], "lobby_players_by_pk": [ - 1289, + 1730, { "lobby_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "map_pools": [ - 1334, + 1775, { "distinct_on": [ - 1347, + 1788, "[map_pools_select_column!]" ], "limit": [ @@ -115962,19 +128831,19 @@ export default { 38 ], "order_by": [ - 1345, + 1786, "[map_pools_order_by!]" ], "where": [ - 1337 + 1778 ] } ], "map_pools_aggregate": [ - 1335, + 1776, { "distinct_on": [ - 1347, + 1788, "[map_pools_select_column!]" ], "limit": [ @@ -115984,28 +128853,28 @@ export default { 38 ], "order_by": [ - 1345, + 1786, "[map_pools_order_by!]" ], "where": [ - 1337 + 1778 ] } ], "map_pools_by_pk": [ - 1334, + 1775, { "id": [ - 3955, + 4442, "uuid!" ] } ], "maps": [ - 1353, + 1794, { "distinct_on": [ - 1374, + 1815, "[maps_select_column!]" ], "limit": [ @@ -116015,19 +128884,19 @@ export default { 38 ], "order_by": [ - 1372, + 1813, "[maps_order_by!]" ], "where": [ - 1362 + 1803 ] } ], "maps_aggregate": [ - 1354, + 1795, { "distinct_on": [ - 1374, + 1815, "[maps_select_column!]" ], "limit": [ @@ -116037,28 +128906,28 @@ export default { 38 ], "order_by": [ - 1372, + 1813, "[maps_order_by!]" ], "where": [ - 1362 + 1803 ] } ], "maps_by_pk": [ - 1353, + 1794, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_clips": [ - 1382, + 1823, { "distinct_on": [ - 1404, + 1845, "[match_clips_select_column!]" ], "limit": [ @@ -116068,19 +128937,19 @@ export default { 38 ], "order_by": [ - 1402, + 1843, "[match_clips_order_by!]" ], "where": [ - 1391 + 1832 ] } ], "match_clips_aggregate": [ - 1383, + 1824, { "distinct_on": [ - 1404, + 1845, "[match_clips_select_column!]" ], "limit": [ @@ -116090,28 +128959,28 @@ export default { 38 ], "order_by": [ - 1402, + 1843, "[match_clips_order_by!]" ], "where": [ - 1391 + 1832 ] } ], "match_clips_by_pk": [ - 1382, + 1823, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_demo_sessions": [ - 1424, + 1865, { "distinct_on": [ - 1450, + 1891, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -116121,19 +128990,19 @@ export default { 38 ], "order_by": [ - 1447, + 1888, "[match_demo_sessions_order_by!]" ], "where": [ - 1434 + 1875 ] } ], "match_demo_sessions_aggregate": [ - 1425, + 1866, { "distinct_on": [ - 1450, + 1891, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -116143,28 +129012,28 @@ export default { 38 ], "order_by": [ - 1447, + 1888, "[match_demo_sessions_order_by!]" ], "where": [ - 1434 + 1875 ] } ], "match_demo_sessions_by_pk": [ - 1424, + 1865, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_lineup_players": [ - 1470, + 1911, { "distinct_on": [ - 1493, + 1934, "[match_lineup_players_select_column!]" ], "limit": [ @@ -116174,19 +129043,19 @@ export default { 38 ], "order_by": [ - 1491, + 1932, "[match_lineup_players_order_by!]" ], "where": [ - 1481 + 1922 ] } ], "match_lineup_players_aggregate": [ - 1471, + 1912, { "distinct_on": [ - 1493, + 1934, "[match_lineup_players_select_column!]" ], "limit": [ @@ -116196,28 +129065,28 @@ export default { 38 ], "order_by": [ - 1491, + 1932, "[match_lineup_players_order_by!]" ], "where": [ - 1481 + 1922 ] } ], "match_lineup_players_by_pk": [ - 1470, + 1911, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_lineups": [ - 1515, + 1956, { "distinct_on": [ - 1537, + 1978, "[match_lineups_select_column!]" ], "limit": [ @@ -116227,19 +129096,19 @@ export default { 38 ], "order_by": [ - 1535, + 1976, "[match_lineups_order_by!]" ], "where": [ - 1524 + 1965 ] } ], "match_lineups_aggregate": [ - 1516, + 1957, { "distinct_on": [ - 1537, + 1978, "[match_lineups_select_column!]" ], "limit": [ @@ -116249,28 +129118,28 @@ export default { 38 ], "order_by": [ - 1535, + 1976, "[match_lineups_order_by!]" ], "where": [ - 1524 + 1965 ] } ], "match_lineups_by_pk": [ - 1515, + 1956, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_map_demos": [ - 1557, + 1998, { "distinct_on": [ - 1586, + 2027, "[match_map_demos_select_column!]" ], "limit": [ @@ -116280,19 +129149,19 @@ export default { 38 ], "order_by": [ - 1583, + 2024, "[match_map_demos_order_by!]" ], "where": [ - 1569 + 2010 ] } ], "match_map_demos_aggregate": [ - 1558, + 1999, { "distinct_on": [ - 1586, + 2027, "[match_map_demos_select_column!]" ], "limit": [ @@ -116302,28 +129171,28 @@ export default { 38 ], "order_by": [ - 1583, + 2024, "[match_map_demos_order_by!]" ], "where": [ - 1569 + 2010 ] } ], "match_map_demos_by_pk": [ - 1557, + 1998, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_map_rounds": [ - 1608, + 2049, { "distinct_on": [ - 1629, + 2070, "[match_map_rounds_select_column!]" ], "limit": [ @@ -116333,19 +129202,19 @@ export default { 38 ], "order_by": [ - 1627, + 2068, "[match_map_rounds_order_by!]" ], "where": [ - 1617 + 2058 ] } ], "match_map_rounds_aggregate": [ - 1609, + 2050, { "distinct_on": [ - 1629, + 2070, "[match_map_rounds_select_column!]" ], "limit": [ @@ -116355,28 +129224,28 @@ export default { 38 ], "order_by": [ - 1627, + 2068, "[match_map_rounds_order_by!]" ], "where": [ - 1617 + 2058 ] } ], "match_map_rounds_by_pk": [ - 1608, + 2049, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_map_veto_picks": [ - 1649, + 2090, { "distinct_on": [ - 1667, + 2108, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -116386,19 +129255,19 @@ export default { 38 ], "order_by": [ - 1665, + 2106, "[match_map_veto_picks_order_by!]" ], "where": [ - 1656 + 2097 ] } ], "match_map_veto_picks_aggregate": [ - 1650, + 2091, { "distinct_on": [ - 1667, + 2108, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -116408,28 +129277,28 @@ export default { 38 ], "order_by": [ - 1665, + 2106, "[match_map_veto_picks_order_by!]" ], "where": [ - 1656 + 2097 ] } ], "match_map_veto_picks_by_pk": [ - 1649, + 2090, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_maps": [ - 1673, + 2114, { "distinct_on": [ - 1695, + 2136, "[match_maps_select_column!]" ], "limit": [ @@ -116439,19 +129308,19 @@ export default { 38 ], "order_by": [ - 1693, + 2134, "[match_maps_order_by!]" ], "where": [ - 1682 + 2123 ] } ], "match_maps_aggregate": [ - 1674, + 2115, { "distinct_on": [ - 1695, + 2136, "[match_maps_select_column!]" ], "limit": [ @@ -116461,28 +129330,28 @@ export default { 38 ], "order_by": [ - 1693, + 2134, "[match_maps_order_by!]" ], "where": [ - 1682 + 2123 ] } ], "match_maps_by_pk": [ - 1673, + 2114, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_options": [ - 1715, + 2156, { "distinct_on": [ - 1730, + 2171, "[match_options_select_column!]" ], "limit": [ @@ -116492,19 +129361,19 @@ export default { 38 ], "order_by": [ - 1728, + 2169, "[match_options_order_by!]" ], "where": [ - 1719 + 2160 ] } ], "match_options_aggregate": [ - 1716, + 2157, { "distinct_on": [ - 1730, + 2171, "[match_options_select_column!]" ], "limit": [ @@ -116514,28 +129383,28 @@ export default { 38 ], "order_by": [ - 1728, + 2169, "[match_options_order_by!]" ], "where": [ - 1719 + 2160 ] } ], "match_options_by_pk": [ - 1715, + 2156, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_region_veto_picks": [ - 1743, + 2184, { "distinct_on": [ - 1761, + 2202, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -116545,19 +129414,19 @@ export default { 38 ], "order_by": [ - 1759, + 2200, "[match_region_veto_picks_order_by!]" ], "where": [ - 1750 + 2191 ] } ], "match_region_veto_picks_aggregate": [ - 1744, + 2185, { "distinct_on": [ - 1761, + 2202, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -116567,28 +129436,28 @@ export default { 38 ], "order_by": [ - 1759, + 2200, "[match_region_veto_picks_order_by!]" ], "where": [ - 1750 + 2191 ] } ], "match_region_veto_picks_by_pk": [ - 1743, + 2184, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_streams": [ - 1767, + 2208, { "distinct_on": [ - 1795, + 2236, "[match_streams_select_column!]" ], "limit": [ @@ -116598,19 +129467,19 @@ export default { 38 ], "order_by": [ - 1792, + 2233, "[match_streams_order_by!]" ], "where": [ - 1779 + 2220 ] } ], "match_streams_aggregate": [ - 1768, + 2209, { "distinct_on": [ - 1795, + 2236, "[match_streams_select_column!]" ], "limit": [ @@ -116620,28 +129489,28 @@ export default { 38 ], "order_by": [ - 1792, + 2233, "[match_streams_order_by!]" ], "where": [ - 1779 + 2220 ] } ], "match_streams_by_pk": [ - 1767, + 2208, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_type_cfgs": [ - 1817, + 2258, { "distinct_on": [ - 1829, + 2270, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -116651,19 +129520,19 @@ export default { 38 ], "order_by": [ - 1827, + 2268, "[match_type_cfgs_order_by!]" ], "where": [ - 1820 + 2261 ] } ], "match_type_cfgs_aggregate": [ - 1818, + 2259, { "distinct_on": [ - 1829, + 2270, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -116673,28 +129542,28 @@ export default { 38 ], "order_by": [ - 1827, + 2268, "[match_type_cfgs_order_by!]" ], "where": [ - 1820 + 2261 ] } ], "match_type_cfgs_by_pk": [ - 1817, + 2258, { "type": [ - 548, + 551, "e_game_cfg_types_enum!" ] } ], "matches": [ - 1835, + 2276, { "distinct_on": [ - 1857, + 2298, "[matches_select_column!]" ], "limit": [ @@ -116704,19 +129573,19 @@ export default { 38 ], "order_by": [ - 1855, + 2296, "[matches_order_by!]" ], "where": [ - 1844 + 2285 ] } ], "matches_aggregate": [ - 1836, + 2277, { "distinct_on": [ - 1857, + 2298, "[matches_select_column!]" ], "limit": [ @@ -116726,19 +129595,19 @@ export default { 38 ], "order_by": [ - 1855, + 2296, "[matches_order_by!]" ], "where": [ - 1844 + 2285 ] } ], "matches_by_pk": [ - 1835, + 2276, { "id": [ - 3955, + 4442, "uuid!" ] } @@ -116747,10 +129616,10 @@ export default { 45 ], "migration_hashes_hashes": [ - 1877, + 2318, { "distinct_on": [ - 1889, + 2330, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -116760,19 +129629,19 @@ export default { 38 ], "order_by": [ - 1887, + 2328, "[migration_hashes_hashes_order_by!]" ], "where": [ - 1880 + 2321 ] } ], "migration_hashes_hashes_aggregate": [ - 1878, + 2319, { "distinct_on": [ - 1889, + 2330, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -116782,28 +129651,28 @@ export default { 38 ], "order_by": [ - 1887, + 2328, "[migration_hashes_hashes_order_by!]" ], "where": [ - 1880 + 2321 ] } ], "migration_hashes_hashes_by_pk": [ - 1877, + 2318, { "name": [ - 79, + 78, "String!" ] } ], "my_friends": [ - 1895, + 2336, { "distinct_on": [ - 1920, + 2361, "[my_friends_select_column!]" ], "limit": [ @@ -116813,19 +129682,19 @@ export default { 38 ], "order_by": [ - 1918, + 2359, "[my_friends_order_by!]" ], "where": [ - 1907 + 2348 ] } ], "my_friends_aggregate": [ - 1896, + 2337, { "distinct_on": [ - 1920, + 2361, "[my_friends_select_column!]" ], "limit": [ @@ -116835,11 +129704,11 @@ export default { 38 ], "order_by": [ - 1918, + 2359, "[my_friends_order_by!]" ], "where": [ - 1907 + 2348 ] } ], @@ -116847,7 +129716,7 @@ export default { 48, { "id": [ - 3955, + 4442, "uuid!" ] } @@ -116856,10 +129725,10 @@ export default { 48 ], "news_articles": [ - 1941, + 2382, { "distinct_on": [ - 1955, + 2396, "[news_articles_select_column!]" ], "limit": [ @@ -116869,19 +129738,19 @@ export default { 38 ], "order_by": [ - 1953, + 2394, "[news_articles_order_by!]" ], "where": [ - 1945 + 2386 ] } ], "news_articles_aggregate": [ - 1942, + 2383, { "distinct_on": [ - 1955, + 2396, "[news_articles_select_column!]" ], "limit": [ @@ -116891,28 +129760,28 @@ export default { 38 ], "order_by": [ - 1953, + 2394, "[news_articles_order_by!]" ], "where": [ - 1945 + 2386 ] } ], "news_articles_by_pk": [ - 1941, + 2382, { "id": [ - 3955, + 4442, "uuid!" ] } ], "notifications": [ - 1968, + 2409, { "distinct_on": [ - 1996, + 2437, "[notifications_select_column!]" ], "limit": [ @@ -116922,19 +129791,19 @@ export default { 38 ], "order_by": [ - 1993, + 2434, "[notifications_order_by!]" ], "where": [ - 1980 + 2421 ] } ], "notifications_aggregate": [ - 1969, + 2410, { "distinct_on": [ - 1996, + 2437, "[notifications_select_column!]" ], "limit": [ @@ -116944,28 +129813,28 @@ export default { 38 ], "order_by": [ - 1993, + 2434, "[notifications_order_by!]" ], "where": [ - 1980 + 2421 ] } ], "notifications_by_pk": [ - 1968, + 2409, { "id": [ - 3955, + 4442, "uuid!" ] } ], "pending_match_import_players": [ - 2021, + 2462, { "distinct_on": [ - 2042, + 2483, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -116975,19 +129844,19 @@ export default { 38 ], "order_by": [ - 2040, + 2481, "[pending_match_import_players_order_by!]" ], "where": [ - 2030 + 2471 ] } ], "pending_match_import_players_aggregate": [ - 2022, + 2463, { "distinct_on": [ - 2042, + 2483, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -116997,32 +129866,32 @@ export default { 38 ], "order_by": [ - 2040, + 2481, "[pending_match_import_players_order_by!]" ], "where": [ - 2030 + 2471 ] } ], "pending_match_import_players_by_pk": [ - 2021, + 2462, { "steam_id": [ - 178, + 180, "bigint!" ], "valve_match_id": [ - 2018, + 2459, "numeric!" ] } ], "pending_match_imports": [ - 2062, + 2503, { "distinct_on": [ - 2077, + 2518, "[pending_match_imports_select_column!]" ], "limit": [ @@ -117032,19 +129901,19 @@ export default { 38 ], "order_by": [ - 2075, + 2516, "[pending_match_imports_order_by!]" ], "where": [ - 2066 + 2507 ] } ], "pending_match_imports_aggregate": [ - 2063, + 2504, { "distinct_on": [ - 2077, + 2518, "[pending_match_imports_select_column!]" ], "limit": [ @@ -117054,28 +129923,28 @@ export default { 38 ], "order_by": [ - 2075, + 2516, "[pending_match_imports_order_by!]" ], "where": [ - 2066 + 2507 ] } ], "pending_match_imports_by_pk": [ - 2062, + 2503, { "valve_match_id": [ - 2018, + 2459, "numeric!" ] } ], "player_aim_stats_demo": [ - 2090, + 2531, { "distinct_on": [ - 2104, + 2545, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -117085,19 +129954,19 @@ export default { 38 ], "order_by": [ - 2102, + 2543, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2094 + 2535 ] } ], "player_aim_stats_demo_aggregate": [ - 2091, + 2532, { "distinct_on": [ - 2104, + 2545, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -117107,32 +129976,32 @@ export default { 38 ], "order_by": [ - 2102, + 2543, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2094 + 2535 ] } ], "player_aim_stats_demo_by_pk": [ - 2090, + 2531, { "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "player_aim_weapon_stats": [ - 2117, + 2558, { "distinct_on": [ - 2138, + 2579, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -117142,19 +130011,19 @@ export default { 38 ], "order_by": [ - 2136, + 2577, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2126 + 2567 ] } ], "player_aim_weapon_stats_aggregate": [ - 2118, + 2559, { "distinct_on": [ - 2138, + 2579, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -117164,36 +130033,36 @@ export default { 38 ], "order_by": [ - 2136, + 2577, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2126 + 2567 ] } ], "player_aim_weapon_stats_by_pk": [ - 2117, + 2558, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ], "weapon_class": [ - 79, + 78, "String!" ] } ], "player_assists": [ - 2158, + 2599, { "distinct_on": [ - 2181, + 2622, "[player_assists_select_column!]" ], "limit": [ @@ -117203,19 +130072,19 @@ export default { 38 ], "order_by": [ - 2179, + 2620, "[player_assists_order_by!]" ], "where": [ - 2169 + 2610 ] } ], "player_assists_aggregate": [ - 2159, + 2600, { "distinct_on": [ - 2181, + 2622, "[player_assists_select_column!]" ], "limit": [ @@ -117225,40 +130094,40 @@ export default { 38 ], "order_by": [ - 2179, + 2620, "[player_assists_order_by!]" ], "where": [ - 2169 + 2610 ] } ], "player_assists_by_pk": [ - 2158, + 2599, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_career_stats_v": [ - 2203, + 2644, { "distinct_on": [ - 2211, + 2652, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -117268,19 +130137,19 @@ export default { 38 ], "order_by": [ - 2210, + 2651, "[player_career_stats_v_order_by!]" ], "where": [ - 2207 + 2648 ] } ], "player_career_stats_v_aggregate": [ - 2204, + 2645, { "distinct_on": [ - 2211, + 2652, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -117290,19 +130159,19 @@ export default { 38 ], "order_by": [ - 2210, + 2651, "[player_career_stats_v_order_by!]" ], "where": [ - 2207 + 2648 ] } ], "player_damages": [ - 2221, + 2662, { "distinct_on": [ - 2242, + 2683, "[player_damages_select_column!]" ], "limit": [ @@ -117312,19 +130181,19 @@ export default { 38 ], "order_by": [ - 2240, + 2681, "[player_damages_order_by!]" ], "where": [ - 2230 + 2671 ] } ], "player_damages_aggregate": [ - 2222, + 2663, { "distinct_on": [ - 2242, + 2683, "[player_damages_select_column!]" ], "limit": [ @@ -117334,36 +130203,36 @@ export default { 38 ], "order_by": [ - 2240, + 2681, "[player_damages_order_by!]" ], "where": [ - 2230 + 2671 ] } ], "player_damages_by_pk": [ - 2221, + 2662, { "id": [ - 3955, + 4442, "uuid!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_elo": [ - 2262, + 2703, { "distinct_on": [ - 2276, + 2717, "[player_elo_select_column!]" ], "limit": [ @@ -117373,19 +130242,19 @@ export default { 38 ], "order_by": [ - 2274, + 2715, "[player_elo_order_by!]" ], "where": [ - 2266 + 2707 ] } ], "player_elo_aggregate": [ - 2263, + 2704, { "distinct_on": [ - 2276, + 2717, "[player_elo_select_column!]" ], "limit": [ @@ -117395,36 +130264,36 @@ export default { 38 ], "order_by": [ - 2274, + 2715, "[player_elo_order_by!]" ], "where": [ - 2266 + 2707 ] } ], "player_elo_by_pk": [ - 2262, + 2703, { "match_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ], "type": [ - 733, + 820, "e_match_types_enum!" ] } ], "player_faceit_rank_history": [ - 2289, + 2730, { "distinct_on": [ - 2310, + 2751, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -117434,19 +130303,19 @@ export default { 38 ], "order_by": [ - 2308, + 2749, "[player_faceit_rank_history_order_by!]" ], "where": [ - 2298 + 2739 ] } ], "player_faceit_rank_history_aggregate": [ - 2290, + 2731, { "distinct_on": [ - 2310, + 2751, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -117456,28 +130325,28 @@ export default { 38 ], "order_by": [ - 2308, + 2749, "[player_faceit_rank_history_order_by!]" ], "where": [ - 2298 + 2739 ] } ], "player_faceit_rank_history_by_pk": [ - 2289, + 2730, { "id": [ - 3955, + 4442, "uuid!" ] } ], "player_flashes": [ - 2330, + 2771, { "distinct_on": [ - 2353, + 2794, "[player_flashes_select_column!]" ], "limit": [ @@ -117487,19 +130356,19 @@ export default { 38 ], "order_by": [ - 2351, + 2792, "[player_flashes_order_by!]" ], "where": [ - 2341 + 2782 ] } ], "player_flashes_aggregate": [ - 2331, + 2772, { "distinct_on": [ - 2353, + 2794, "[player_flashes_select_column!]" ], "limit": [ @@ -117509,40 +130378,40 @@ export default { 38 ], "order_by": [ - 2351, + 2792, "[player_flashes_order_by!]" ], "where": [ - 2341 + 2782 ] } ], "player_flashes_by_pk": [ - 2330, + 2771, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_kills": [ - 2375, + 2816, { "distinct_on": [ - 2439, + 2880, "[player_kills_select_column!]" ], "limit": [ @@ -117552,19 +130421,19 @@ export default { 38 ], "order_by": [ - 2437, + 2878, "[player_kills_order_by!]" ], "where": [ - 2386 + 2827 ] } ], "player_kills_aggregate": [ - 2376, + 2817, { "distinct_on": [ - 2439, + 2880, "[player_kills_select_column!]" ], "limit": [ @@ -117574,40 +130443,40 @@ export default { 38 ], "order_by": [ - 2437, + 2878, "[player_kills_order_by!]" ], "where": [ - 2386 + 2827 ] } ], "player_kills_by_pk": [ - 2375, + 2816, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 2387, + 2828, { "distinct_on": [ - 2408, + 2849, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -117617,19 +130486,19 @@ export default { 38 ], "order_by": [ - 2406, + 2847, "[player_kills_by_weapon_order_by!]" ], "where": [ - 2396 + 2837 ] } ], "player_kills_by_weapon_aggregate": [ - 2388, + 2829, { "distinct_on": [ - 2408, + 2849, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -117639,32 +130508,32 @@ export default { 38 ], "order_by": [ - 2406, + 2847, "[player_kills_by_weapon_order_by!]" ], "where": [ - 2396 + 2837 ] } ], "player_kills_by_weapon_by_pk": [ - 2387, + 2828, { "player_steam_id": [ - 178, + 180, "bigint!" ], "with": [ - 79, + 78, "String!" ] } ], "player_leaderboard_rank": [ - 2461, + 2902, { "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -117674,19 +130543,19 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "player_leaderboard_rank_aggregate": [ - 2462, + 2903, { "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -117696,19 +130565,19 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "player_match_map_stats": [ - 2484, + 2925, { "distinct_on": [ - 2505, + 2946, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -117718,19 +130587,19 @@ export default { 38 ], "order_by": [ - 2503, + 2944, "[player_match_map_stats_order_by!]" ], "where": [ - 2493 + 2934 ] } ], "player_match_map_stats_aggregate": [ - 2485, + 2926, { "distinct_on": [ - 2505, + 2946, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -117740,32 +130609,32 @@ export default { 38 ], "order_by": [ - 2503, + 2944, "[player_match_map_stats_order_by!]" ], "where": [ - 2493 + 2934 ] } ], "player_match_map_stats_by_pk": [ - 2484, + 2925, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "player_match_performance_v": [ - 2525, + 2966, { "distinct_on": [ - 2533, + 2974, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -117775,19 +130644,19 @@ export default { 38 ], "order_by": [ - 2532, + 2973, "[player_match_performance_v_order_by!]" ], "where": [ - 2529 + 2970 ] } ], "player_match_performance_v_aggregate": [ - 2526, + 2967, { "distinct_on": [ - 2533, + 2974, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -117797,19 +130666,19 @@ export default { 38 ], "order_by": [ - 2532, + 2973, "[player_match_performance_v_order_by!]" ], "where": [ - 2529 + 2970 ] } ], "player_match_stats_v": [ - 2543, + 2984, { "distinct_on": [ - 2559, + 3000, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -117819,19 +130688,19 @@ export default { 38 ], "order_by": [ - 2558, + 2999, "[player_match_stats_v_order_by!]" ], "where": [ - 2552 + 2993 ] } ], "player_match_stats_v_aggregate": [ - 2544, + 2985, { "distinct_on": [ - 2559, + 3000, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -117841,19 +130710,19 @@ export default { 38 ], "order_by": [ - 2558, + 2999, "[player_match_stats_v_order_by!]" ], "where": [ - 2552 + 2993 ] } ], "player_objectives": [ - 2576, + 3017, { "distinct_on": [ - 2597, + 3038, "[player_objectives_select_column!]" ], "limit": [ @@ -117863,19 +130732,19 @@ export default { 38 ], "order_by": [ - 2595, + 3036, "[player_objectives_order_by!]" ], "where": [ - 2585 + 3026 ] } ], "player_objectives_aggregate": [ - 2577, + 3018, { "distinct_on": [ - 2597, + 3038, "[player_objectives_select_column!]" ], "limit": [ @@ -117885,36 +130754,36 @@ export default { 38 ], "order_by": [ - 2595, + 3036, "[player_objectives_order_by!]" ], "where": [ - 2585 + 3026 ] } ], "player_objectives_by_pk": [ - 2576, + 3017, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "player_steam_id": [ - 178, + 180, "bigint!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_performance_v": [ - 2617, + 3058, { "distinct_on": [ - 2625, + 3066, "[player_performance_v_select_column!]" ], "limit": [ @@ -117924,19 +130793,19 @@ export default { 38 ], "order_by": [ - 2624, + 3065, "[player_performance_v_order_by!]" ], "where": [ - 2621 + 3062 ] } ], "player_performance_v_aggregate": [ - 2618, + 3059, { "distinct_on": [ - 2625, + 3066, "[player_performance_v_select_column!]" ], "limit": [ @@ -117946,19 +130815,19 @@ export default { 38 ], "order_by": [ - 2624, + 3065, "[player_performance_v_order_by!]" ], "where": [ - 2621 + 3062 ] } ], "player_premier_rank_history": [ - 2635, + 3076, { "distinct_on": [ - 2656, + 3097, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -117968,19 +130837,19 @@ export default { 38 ], "order_by": [ - 2654, + 3095, "[player_premier_rank_history_order_by!]" ], "where": [ - 2644 + 3085 ] } ], "player_premier_rank_history_aggregate": [ - 2636, + 3077, { "distinct_on": [ - 2656, + 3097, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -117990,28 +130859,28 @@ export default { 38 ], "order_by": [ - 2654, + 3095, "[player_premier_rank_history_order_by!]" ], "where": [ - 2644 + 3085 ] } ], "player_premier_rank_history_by_pk": [ - 2635, + 3076, { "id": [ - 3955, + 4442, "uuid!" ] } ], "player_sanctions": [ - 2676, + 3117, { "distinct_on": [ - 2697, + 3138, "[player_sanctions_select_column!]" ], "limit": [ @@ -118021,19 +130890,19 @@ export default { 38 ], "order_by": [ - 2695, + 3136, "[player_sanctions_order_by!]" ], "where": [ - 2685 + 3126 ] } ], "player_sanctions_aggregate": [ - 2677, + 3118, { "distinct_on": [ - 2697, + 3138, "[player_sanctions_select_column!]" ], "limit": [ @@ -118043,32 +130912,32 @@ export default { 38 ], "order_by": [ - 2695, + 3136, "[player_sanctions_order_by!]" ], "where": [ - 2685 + 3126 ] } ], "player_sanctions_by_pk": [ - 2676, + 3117, { "created_at": [ - 3558, + 4004, "timestamptz!" ], "id": [ - 3955, + 4442, "uuid!" ] } ], "player_season_stats": [ - 2717, + 3158, { "distinct_on": [ - 2748, + 3189, "[player_season_stats_select_column!]" ], "limit": [ @@ -118078,19 +130947,19 @@ export default { 38 ], "order_by": [ - 2746, + 3187, "[player_season_stats_order_by!]" ], "where": [ - 2736 + 3177 ] } ], "player_season_stats_aggregate": [ - 2718, + 3159, { "distinct_on": [ - 2748, + 3189, "[player_season_stats_select_column!]" ], "limit": [ @@ -118100,32 +130969,32 @@ export default { 38 ], "order_by": [ - 2746, + 3187, "[player_season_stats_order_by!]" ], "where": [ - 2736 + 3177 ] } ], "player_season_stats_by_pk": [ - 2717, + 3158, { "player_steam_id": [ - 178, + 180, "bigint!" ], "season_id": [ - 3955, + 4442, "uuid!" ] } ], "player_stats": [ - 2776, + 3217, { "distinct_on": [ - 2791, + 3232, "[player_stats_select_column!]" ], "limit": [ @@ -118135,19 +131004,19 @@ export default { 38 ], "order_by": [ - 2789, + 3230, "[player_stats_order_by!]" ], "where": [ - 2780 + 3221 ] } ], "player_stats_aggregate": [ - 2777, + 3218, { "distinct_on": [ - 2791, + 3232, "[player_stats_select_column!]" ], "limit": [ @@ -118157,28 +131026,28 @@ export default { 38 ], "order_by": [ - 2789, + 3230, "[player_stats_order_by!]" ], "where": [ - 2780 + 3221 ] } ], "player_stats_by_pk": [ - 2776, + 3217, { "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "player_steam_bot_friend": [ - 2804, + 3245, { "distinct_on": [ - 2823, + 3264, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -118188,19 +131057,19 @@ export default { 38 ], "order_by": [ - 2820, + 3261, "[player_steam_bot_friend_order_by!]" ], "where": [ - 2809 + 3250 ] } ], "player_steam_bot_friend_aggregate": [ - 2805, + 3246, { "distinct_on": [ - 2823, + 3264, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -118210,28 +131079,28 @@ export default { 38 ], "order_by": [ - 2820, + 3261, "[player_steam_bot_friend_order_by!]" ], "where": [ - 2809 + 3250 ] } ], "player_steam_bot_friend_by_pk": [ - 2804, + 3245, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "player_steam_match_auth": [ - 2836, + 3277, { "distinct_on": [ - 2850, + 3291, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -118241,19 +131110,19 @@ export default { 38 ], "order_by": [ - 2848, + 3289, "[player_steam_match_auth_order_by!]" ], "where": [ - 2840 + 3281 ] } ], "player_steam_match_auth_aggregate": [ - 2837, + 3278, { "distinct_on": [ - 2850, + 3291, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -118263,28 +131132,28 @@ export default { 38 ], "order_by": [ - 2848, + 3289, "[player_steam_match_auth_order_by!]" ], "where": [ - 2840 + 3281 ] } ], "player_steam_match_auth_by_pk": [ - 2836, + 3277, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "player_unused_utility": [ - 2863, + 3304, { "distinct_on": [ - 2884, + 3325, "[player_unused_utility_select_column!]" ], "limit": [ @@ -118294,19 +131163,19 @@ export default { 38 ], "order_by": [ - 2882, + 3323, "[player_unused_utility_order_by!]" ], "where": [ - 2872 + 3313 ] } ], "player_unused_utility_aggregate": [ - 2864, + 3305, { "distinct_on": [ - 2884, + 3325, "[player_unused_utility_select_column!]" ], "limit": [ @@ -118316,32 +131185,32 @@ export default { 38 ], "order_by": [ - 2882, + 3323, "[player_unused_utility_order_by!]" ], "where": [ - 2872 + 3313 ] } ], "player_unused_utility_by_pk": [ - 2863, + 3304, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "player_utility": [ - 2904, + 3345, { "distinct_on": [ - 2925, + 3366, "[player_utility_select_column!]" ], "limit": [ @@ -118351,19 +131220,19 @@ export default { 38 ], "order_by": [ - 2923, + 3364, "[player_utility_order_by!]" ], "where": [ - 2913 + 3354 ] } ], "player_utility_aggregate": [ - 2905, + 3346, { "distinct_on": [ - 2925, + 3366, "[player_utility_select_column!]" ], "limit": [ @@ -118373,36 +131242,36 @@ export default { 38 ], "order_by": [ - 2923, + 3364, "[player_utility_order_by!]" ], "where": [ - 2913 + 3354 ] } ], "player_utility_by_pk": [ - 2904, + 3345, { "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_weapon_stats_v": [ - 2945, + 3386, { "distinct_on": [ - 2961, + 3402, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -118412,19 +131281,19 @@ export default { 38 ], "order_by": [ - 2960, + 3401, "[player_weapon_stats_v_order_by!]" ], "where": [ - 2954 + 3395 ] } ], "player_weapon_stats_v_aggregate": [ - 2946, + 3387, { "distinct_on": [ - 2961, + 3402, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -118434,19 +131303,19 @@ export default { 38 ], "order_by": [ - 2960, + 3401, "[player_weapon_stats_v_order_by!]" ], "where": [ - 2954 + 3395 ] } ], "players": [ - 2978, + 3419, { "distinct_on": [ - 2993, + 3434, "[players_select_column!]" ], "limit": [ @@ -118456,19 +131325,19 @@ export default { 38 ], "order_by": [ - 2991, + 3432, "[players_order_by!]" ], "where": [ - 2982 + 3423 ] } ], "players_aggregate": [ - 2979, + 3420, { "distinct_on": [ - 2993, + 3434, "[players_select_column!]" ], "limit": [ @@ -118478,28 +131347,28 @@ export default { 38 ], "order_by": [ - 2991, + 3432, "[players_order_by!]" ], "where": [ - 2982 + 3423 ] } ], "players_by_pk": [ - 2978, + 3419, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "plugin_versions": [ - 3006, + 3447, { "distinct_on": [ - 3020, + 3461, "[plugin_versions_select_column!]" ], "limit": [ @@ -118509,19 +131378,19 @@ export default { 38 ], "order_by": [ - 3018, + 3459, "[plugin_versions_order_by!]" ], "where": [ - 3010 + 3451 ] } ], "plugin_versions_aggregate": [ - 3007, + 3448, { "distinct_on": [ - 3020, + 3461, "[plugin_versions_select_column!]" ], "limit": [ @@ -118531,19 +131400,19 @@ export default { 38 ], "order_by": [ - 3018, + 3459, "[plugin_versions_order_by!]" ], "where": [ - 3010 + 3451 ] } ], "plugin_versions_by_pk": [ - 3006, + 3447, { "version": [ - 79, + 78, "String!" ] } @@ -118552,32 +131421,23 @@ export default { 26, { "file_path": [ - 79, + 78, "String!" ], "node_id": [ - 79, + 78, "String!" ], "server_id": [ - 79 - ] - } - ], - "scrimCalendarUrl": [ - 67, - { - "team_id": [ - 3955, - "uuid!" + 78 ] } ], "seasons": [ - 3034, + 3478, { "distinct_on": [ - 3049, + 3493, "[seasons_select_column!]" ], "limit": [ @@ -118587,19 +131447,19 @@ export default { 38 ], "order_by": [ - 3047, + 3491, "[seasons_order_by!]" ], "where": [ - 3038 + 3482 ] } ], "seasons_aggregate": [ - 3035, + 3479, { "distinct_on": [ - 3049, + 3493, "[seasons_select_column!]" ], "limit": [ @@ -118609,28 +131469,28 @@ export default { 38 ], "order_by": [ - 3047, + 3491, "[seasons_order_by!]" ], "where": [ - 3038 + 3482 ] } ], "seasons_by_pk": [ - 3034, + 3478, { "id": [ - 3955, + 4442, "uuid!" ] } ], "server_regions": [ - 3062, + 3506, { "distinct_on": [ - 3076, + 3520, "[server_regions_select_column!]" ], "limit": [ @@ -118640,19 +131500,19 @@ export default { 38 ], "order_by": [ - 3074, + 3518, "[server_regions_order_by!]" ], "where": [ - 3066 + 3510 ] } ], "server_regions_aggregate": [ - 3063, + 3507, { "distinct_on": [ - 3076, + 3520, "[server_regions_select_column!]" ], "limit": [ @@ -118662,28 +131522,28 @@ export default { 38 ], "order_by": [ - 3074, + 3518, "[server_regions_order_by!]" ], "where": [ - 3066 + 3510 ] } ], "server_regions_by_pk": [ - 3062, + 3506, { "value": [ - 79, + 78, "String!" ] } ], "servers": [ - 3089, + 3533, { "distinct_on": [ - 3113, + 3557, "[servers_select_column!]" ], "limit": [ @@ -118693,19 +131553,19 @@ export default { 38 ], "order_by": [ - 3111, + 3555, "[servers_order_by!]" ], "where": [ - 3100 + 3544 ] } ], "servers_aggregate": [ - 3090, + 3534, { "distinct_on": [ - 3113, + 3557, "[servers_select_column!]" ], "limit": [ @@ -118715,28 +131575,28 @@ export default { 38 ], "order_by": [ - 3111, + 3555, "[servers_order_by!]" ], "where": [ - 3100 + 3544 ] } ], "servers_by_pk": [ - 3089, + 3533, { "id": [ - 3955, + 4442, "uuid!" ] } ], "settings": [ - 3135, + 3579, { "distinct_on": [ - 3147, + 3591, "[settings_select_column!]" ], "limit": [ @@ -118746,19 +131606,19 @@ export default { 38 ], "order_by": [ - 3145, + 3589, "[settings_order_by!]" ], "where": [ - 3138 + 3582 ] } ], "settings_aggregate": [ - 3136, + 3580, { "distinct_on": [ - 3147, + 3591, "[settings_select_column!]" ], "limit": [ @@ -118768,31 +131628,31 @@ export default { 38 ], "order_by": [ - 3145, + 3589, "[settings_order_by!]" ], "where": [ - 3138 + 3582 ] } ], "settings_by_pk": [ - 3135, + 3579, { "name": [ - 79, + 78, "String!" ] } ], "steamPresenceAdminStatus": [ - 73 + 72 ], "steam_account_claims": [ - 3153, + 3599, { "distinct_on": [ - 3171, + 3617, "[steam_account_claims_select_column!]" ], "limit": [ @@ -118802,19 +131662,19 @@ export default { 38 ], "order_by": [ - 3169, + 3615, "[steam_account_claims_order_by!]" ], "where": [ - 3160 + 3606 ] } ], "steam_account_claims_aggregate": [ - 3154, + 3600, { "distinct_on": [ - 3171, + 3617, "[steam_account_claims_select_column!]" ], "limit": [ @@ -118824,28 +131684,28 @@ export default { 38 ], "order_by": [ - 3169, + 3615, "[steam_account_claims_order_by!]" ], "where": [ - 3160 + 3606 ] } ], "steam_account_claims_by_pk": [ - 3153, + 3599, { "id": [ - 3955, + 4442, "uuid!" ] } ], "steam_accounts": [ - 3177, + 3623, { "distinct_on": [ - 3192, + 3638, "[steam_accounts_select_column!]" ], "limit": [ @@ -118855,19 +131715,19 @@ export default { 38 ], "order_by": [ - 3190, + 3636, "[steam_accounts_order_by!]" ], "where": [ - 3181 + 3627 ] } ], "steam_accounts_aggregate": [ - 3178, + 3624, { "distinct_on": [ - 3192, + 3638, "[steam_accounts_select_column!]" ], "limit": [ @@ -118877,28 +131737,28 @@ export default { 38 ], "order_by": [ - 3190, + 3636, "[steam_accounts_order_by!]" ], "where": [ - 3181 + 3627 ] } ], "steam_accounts_by_pk": [ - 3177, + 3623, { "id": [ - 3955, + 4442, "uuid!" ] } ], "system_alerts": [ - 3205, + 3651, { "distinct_on": [ - 3219, + 3665, "[system_alerts_select_column!]" ], "limit": [ @@ -118908,19 +131768,19 @@ export default { 38 ], "order_by": [ - 3217, + 3663, "[system_alerts_order_by!]" ], "where": [ - 3209 + 3655 ] } ], "system_alerts_aggregate": [ - 3206, + 3652, { "distinct_on": [ - 3219, + 3665, "[system_alerts_select_column!]" ], "limit": [ @@ -118930,28 +131790,37 @@ export default { 38 ], "order_by": [ - 3217, + 3663, "[system_alerts_order_by!]" ], "where": [ - 3209 + 3655 ] } ], "system_alerts_by_pk": [ - 3205, + 3651, { "id": [ - 3955, + 4442, + "uuid!" + ] + } + ], + "teamCalendarUrl": [ + 85, + { + "team_id": [ + 4442, "uuid!" ] } ], "team_invites": [ - 3232, + 3678, { "distinct_on": [ - 3253, + 3699, "[team_invites_select_column!]" ], "limit": [ @@ -118961,19 +131830,19 @@ export default { 38 ], "order_by": [ - 3251, + 3697, "[team_invites_order_by!]" ], "where": [ - 3241 + 3687 ] } ], "team_invites_aggregate": [ - 3233, + 3679, { "distinct_on": [ - 3253, + 3699, "[team_invites_select_column!]" ], "limit": [ @@ -118983,28 +131852,28 @@ export default { 38 ], "order_by": [ - 3251, + 3697, "[team_invites_order_by!]" ], "where": [ - 3241 + 3687 ] } ], "team_invites_by_pk": [ - 3232, + 3678, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_roster": [ - 3273, + 3719, { "distinct_on": [ - 3296, + 3742, "[team_roster_select_column!]" ], "limit": [ @@ -119014,19 +131883,19 @@ export default { 38 ], "order_by": [ - 3294, + 3740, "[team_roster_order_by!]" ], "where": [ - 3284 + 3730 ] } ], "team_roster_aggregate": [ - 3274, + 3720, { "distinct_on": [ - 3296, + 3742, "[team_roster_select_column!]" ], "limit": [ @@ -119036,32 +131905,32 @@ export default { 38 ], "order_by": [ - 3294, + 3740, "[team_roster_order_by!]" ], "where": [ - 3284 + 3730 ] } ], "team_roster_by_pk": [ - 3273, + 3719, { "player_steam_id": [ - 178, + 180, "bigint!" ], "team_id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_alerts": [ - 3318, + 3764, { "distinct_on": [ - 3332, + 3778, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -119071,19 +131940,19 @@ export default { 38 ], "order_by": [ - 3330, + 3776, "[team_scrim_alerts_order_by!]" ], "where": [ - 3322 + 3768 ] } ], "team_scrim_alerts_aggregate": [ - 3319, + 3765, { "distinct_on": [ - 3332, + 3778, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -119093,28 +131962,28 @@ export default { 38 ], "order_by": [ - 3330, + 3776, "[team_scrim_alerts_order_by!]" ], "where": [ - 3322 + 3768 ] } ], "team_scrim_alerts_by_pk": [ - 3318, + 3764, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_availability": [ - 3345, + 3791, { "distinct_on": [ - 3365, + 3811, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -119124,19 +131993,19 @@ export default { 38 ], "order_by": [ - 3363, + 3809, "[team_scrim_availability_order_by!]" ], "where": [ - 3354 + 3800 ] } ], "team_scrim_availability_aggregate": [ - 3346, + 3792, { "distinct_on": [ - 3365, + 3811, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -119146,28 +132015,28 @@ export default { 38 ], "order_by": [ - 3363, + 3809, "[team_scrim_availability_order_by!]" ], "where": [ - 3354 + 3800 ] } ], "team_scrim_availability_by_pk": [ - 3345, + 3791, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_request_proposals": [ - 3373, + 3819, { "distinct_on": [ - 3394, + 3840, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -119177,19 +132046,19 @@ export default { 38 ], "order_by": [ - 3392, + 3838, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 3382 + 3828 ] } ], "team_scrim_request_proposals_aggregate": [ - 3374, + 3820, { "distinct_on": [ - 3394, + 3840, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -119199,28 +132068,28 @@ export default { 38 ], "order_by": [ - 3392, + 3838, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 3382 + 3828 ] } ], "team_scrim_request_proposals_by_pk": [ - 3373, + 3819, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_requests": [ - 3414, + 3860, { "distinct_on": [ - 3438, + 3884, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -119230,19 +132099,19 @@ export default { 38 ], "order_by": [ - 3436, + 3882, "[team_scrim_requests_order_by!]" ], "where": [ - 3425 + 3871 ] } ], "team_scrim_requests_aggregate": [ - 3415, + 3861, { "distinct_on": [ - 3438, + 3884, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -119252,28 +132121,28 @@ export default { 38 ], "order_by": [ - 3436, + 3882, "[team_scrim_requests_order_by!]" ], "where": [ - 3425 + 3871 ] } ], "team_scrim_requests_by_pk": [ - 3414, + 3860, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_settings": [ - 3460, + 3906, { "distinct_on": [ - 3475, + 3921, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -119283,19 +132152,19 @@ export default { 38 ], "order_by": [ - 3473, + 3919, "[team_scrim_settings_order_by!]" ], "where": [ - 3464 + 3910 ] } ], "team_scrim_settings_aggregate": [ - 3461, + 3907, { "distinct_on": [ - 3475, + 3921, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -119305,28 +132174,28 @@ export default { 38 ], "order_by": [ - 3473, + 3919, "[team_scrim_settings_order_by!]" ], "where": [ - 3464 + 3910 ] } ], "team_scrim_settings_by_pk": [ - 3460, + 3906, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_suggestions": [ - 3488, + 3934, { "distinct_on": [ - 3502, + 3948, "[team_suggestions_select_column!]" ], "limit": [ @@ -119336,19 +132205,19 @@ export default { 38 ], "order_by": [ - 3500, + 3946, "[team_suggestions_order_by!]" ], "where": [ - 3492 + 3938 ] } ], "team_suggestions_aggregate": [ - 3489, + 3935, { "distinct_on": [ - 3502, + 3948, "[team_suggestions_select_column!]" ], "limit": [ @@ -119358,28 +132227,28 @@ export default { 38 ], "order_by": [ - 3500, + 3946, "[team_suggestions_order_by!]" ], "where": [ - 3492 + 3938 ] } ], "team_suggestions_by_pk": [ - 3488, + 3934, { "id": [ - 3955, + 4442, "uuid!" ] } ], "teams": [ - 3515, + 3961, { "distinct_on": [ - 3537, + 3983, "[teams_select_column!]" ], "limit": [ @@ -119389,19 +132258,19 @@ export default { 38 ], "order_by": [ - 3535, + 3981, "[teams_order_by!]" ], "where": [ - 3524 + 3970 ] } ], "teams_aggregate": [ - 3516, + 3962, { "distinct_on": [ - 3537, + 3983, "[teams_select_column!]" ], "limit": [ @@ -119411,19 +132280,19 @@ export default { 38 ], "order_by": [ - 3535, + 3981, "[teams_order_by!]" ], "where": [ - 3524 + 3970 ] } ], "teams_by_pk": [ - 3515, + 3961, { "id": [ - 3955, + 4442, "uuid!" ] } @@ -119432,10 +132301,10 @@ export default { 86 ], "tournament_brackets": [ - 3560, + 4006, { "distinct_on": [ - 3584, + 4030, "[tournament_brackets_select_column!]" ], "limit": [ @@ -119445,19 +132314,19 @@ export default { 38 ], "order_by": [ - 3582, + 4028, "[tournament_brackets_order_by!]" ], "where": [ - 3571 + 4017 ] } ], "tournament_brackets_aggregate": [ - 3561, + 4007, { "distinct_on": [ - 3584, + 4030, "[tournament_brackets_select_column!]" ], "limit": [ @@ -119467,28 +132336,28 @@ export default { 38 ], "order_by": [ - 3582, + 4028, "[tournament_brackets_order_by!]" ], "where": [ - 3571 + 4017 ] } ], "tournament_brackets_by_pk": [ - 3560, + 4006, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_organizers": [ - 3606, + 4052, { "distinct_on": [ - 3627, + 4073, "[tournament_organizers_select_column!]" ], "limit": [ @@ -119498,19 +132367,19 @@ export default { 38 ], "order_by": [ - 3625, + 4071, "[tournament_organizers_order_by!]" ], "where": [ - 3615 + 4061 ] } ], "tournament_organizers_aggregate": [ - 3607, + 4053, { "distinct_on": [ - 3627, + 4073, "[tournament_organizers_select_column!]" ], "limit": [ @@ -119520,32 +132389,85 @@ export default { 38 ], "order_by": [ - 3625, + 4071, "[tournament_organizers_order_by!]" ], "where": [ - 3615 + 4061 ] } ], "tournament_organizers_by_pk": [ - 3606, + 4052, { "steam_id": [ - 178, + 180, "bigint!" ], "tournament_id": [ - 3955, + 4442, + "uuid!" + ] + } + ], + "tournament_stage_windows": [ + 4093, + { + "distinct_on": [ + 4114, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4112, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4102 + ] + } + ], + "tournament_stage_windows_aggregate": [ + 4094, + { + "distinct_on": [ + 4114, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4112, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4102 + ] + } + ], + "tournament_stage_windows_by_pk": [ + 4093, + { + "id": [ + 4442, "uuid!" ] } ], "tournament_stages": [ - 3647, + 4134, { "distinct_on": [ - 3676, + 4163, "[tournament_stages_select_column!]" ], "limit": [ @@ -119555,19 +132477,19 @@ export default { 38 ], "order_by": [ - 3673, + 4160, "[tournament_stages_order_by!]" ], "where": [ - 3659 + 4146 ] } ], "tournament_stages_aggregate": [ - 3648, + 4135, { "distinct_on": [ - 3676, + 4163, "[tournament_stages_select_column!]" ], "limit": [ @@ -119577,28 +132499,28 @@ export default { 38 ], "order_by": [ - 3673, + 4160, "[tournament_stages_order_by!]" ], "where": [ - 3659 + 4146 ] } ], "tournament_stages_by_pk": [ - 3647, + 4134, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_team_invites": [ - 3698, + 4185, { "distinct_on": [ - 3719, + 4206, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -119608,19 +132530,19 @@ export default { 38 ], "order_by": [ - 3717, + 4204, "[tournament_team_invites_order_by!]" ], "where": [ - 3707 + 4194 ] } ], "tournament_team_invites_aggregate": [ - 3699, + 4186, { "distinct_on": [ - 3719, + 4206, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -119630,28 +132552,28 @@ export default { 38 ], "order_by": [ - 3717, + 4204, "[tournament_team_invites_order_by!]" ], "where": [ - 3707 + 4194 ] } ], "tournament_team_invites_by_pk": [ - 3698, + 4185, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_team_roster": [ - 3739, + 4226, { "distinct_on": [ - 3760, + 4247, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -119661,19 +132583,19 @@ export default { 38 ], "order_by": [ - 3758, + 4245, "[tournament_team_roster_order_by!]" ], "where": [ - 3748 + 4235 ] } ], "tournament_team_roster_aggregate": [ - 3740, + 4227, { "distinct_on": [ - 3760, + 4247, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -119683,32 +132605,32 @@ export default { 38 ], "order_by": [ - 3758, + 4245, "[tournament_team_roster_order_by!]" ], "where": [ - 3748 + 4235 ] } ], "tournament_team_roster_by_pk": [ - 3739, + 4226, { "player_steam_id": [ - 178, + 180, "bigint!" ], "tournament_id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_teams": [ - 3780, + 4267, { "distinct_on": [ - 3802, + 4289, "[tournament_teams_select_column!]" ], "limit": [ @@ -119718,19 +132640,19 @@ export default { 38 ], "order_by": [ - 3800, + 4287, "[tournament_teams_order_by!]" ], "where": [ - 3789 + 4276 ] } ], "tournament_teams_aggregate": [ - 3781, + 4268, { "distinct_on": [ - 3802, + 4289, "[tournament_teams_select_column!]" ], "limit": [ @@ -119740,28 +132662,28 @@ export default { 38 ], "order_by": [ - 3800, + 4287, "[tournament_teams_order_by!]" ], "where": [ - 3789 + 4276 ] } ], "tournament_teams_by_pk": [ - 3780, + 4267, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_trophies": [ - 3822, + 4309, { "distinct_on": [ - 3845, + 4332, "[tournament_trophies_select_column!]" ], "limit": [ @@ -119771,19 +132693,19 @@ export default { 38 ], "order_by": [ - 3843, + 4330, "[tournament_trophies_order_by!]" ], "where": [ - 3833 + 4320 ] } ], "tournament_trophies_aggregate": [ - 3823, + 4310, { "distinct_on": [ - 3845, + 4332, "[tournament_trophies_select_column!]" ], "limit": [ @@ -119793,28 +132715,28 @@ export default { 38 ], "order_by": [ - 3843, + 4330, "[tournament_trophies_order_by!]" ], "where": [ - 3833 + 4320 ] } ], "tournament_trophies_by_pk": [ - 3822, + 4309, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_trophy_configs": [ - 3867, + 4354, { "distinct_on": [ - 3889, + 4376, "[tournament_trophy_configs_select_column!]" ], "limit": [ @@ -119824,19 +132746,19 @@ export default { 38 ], "order_by": [ - 3887, + 4374, "[tournament_trophy_configs_order_by!]" ], "where": [ - 3876 + 4363 ] } ], "tournament_trophy_configs_aggregate": [ - 3868, + 4355, { "distinct_on": [ - 3889, + 4376, "[tournament_trophy_configs_select_column!]" ], "limit": [ @@ -119846,28 +132768,28 @@ export default { 38 ], "order_by": [ - 3887, + 4374, "[tournament_trophy_configs_order_by!]" ], "where": [ - 3876 + 4363 ] } ], "tournament_trophy_configs_by_pk": [ - 3867, + 4354, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournaments": [ - 3909, + 4396, { "distinct_on": [ - 3933, + 4420, "[tournaments_select_column!]" ], "limit": [ @@ -119877,19 +132799,19 @@ export default { 38 ], "order_by": [ - 3931, + 4418, "[tournaments_order_by!]" ], "where": [ - 3920 + 4407 ] } ], "tournaments_aggregate": [ - 3910, + 4397, { "distinct_on": [ - 3933, + 4420, "[tournaments_select_column!]" ], "limit": [ @@ -119899,28 +132821,28 @@ export default { 38 ], "order_by": [ - 3931, + 4418, "[tournaments_order_by!]" ], "where": [ - 3920 + 4407 ] } ], "tournaments_by_pk": [ - 3909, + 4396, { "id": [ - 3955, + 4442, "uuid!" ] } ], "v_gpu_pool_status": [ - 3958, + 4445, { "distinct_on": [ - 3966, + 4453, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -119930,19 +132852,19 @@ export default { 38 ], "order_by": [ - 3965, + 4452, "[v_gpu_pool_status_order_by!]" ], "where": [ - 3962 + 4449 ] } ], "v_gpu_pool_status_aggregate": [ - 3959, + 4446, { "distinct_on": [ - 3966, + 4453, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -119952,19 +132874,107 @@ export default { 38 ], "order_by": [ - 3965, + 4452, "[v_gpu_pool_status_order_by!]" ], "where": [ - 3962 + 4449 + ] + } + ], + "v_league_division_standings": [ + 4463, + { + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 + ] + } + ], + "v_league_division_standings_aggregate": [ + 4464, + { + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 + ] + } + ], + "v_league_season_player_stats": [ + 4496, + { + "distinct_on": [ + 4522, + "[v_league_season_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4521, + "[v_league_season_player_stats_order_by!]" + ], + "where": [ + 4515 + ] + } + ], + "v_league_season_player_stats_aggregate": [ + 4497, + { + "distinct_on": [ + 4522, + "[v_league_season_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4521, + "[v_league_season_player_stats_order_by!]" + ], + "where": [ + 4515 ] } ], "v_match_captains": [ - 3976, + 4547, { "distinct_on": [ - 3988, + 4559, "[v_match_captains_select_column!]" ], "limit": [ @@ -119974,19 +132984,19 @@ export default { 38 ], "order_by": [ - 3987, + 4558, "[v_match_captains_order_by!]" ], "where": [ - 3980 + 4551 ] } ], "v_match_captains_aggregate": [ - 3977, + 4548, { "distinct_on": [ - 3988, + 4559, "[v_match_captains_select_column!]" ], "limit": [ @@ -119996,19 +133006,19 @@ export default { 38 ], "order_by": [ - 3987, + 4558, "[v_match_captains_order_by!]" ], "where": [ - 3980 + 4551 ] } ], "v_match_clutches": [ - 4000, + 4571, { "distinct_on": [ - 4016, + 4587, "[v_match_clutches_select_column!]" ], "limit": [ @@ -120018,19 +133028,19 @@ export default { 38 ], "order_by": [ - 4015, + 4586, "[v_match_clutches_order_by!]" ], "where": [ - 4009 + 4580 ] } ], "v_match_clutches_aggregate": [ - 4001, + 4572, { "distinct_on": [ - 4016, + 4587, "[v_match_clutches_select_column!]" ], "limit": [ @@ -120040,19 +133050,19 @@ export default { 38 ], "order_by": [ - 4015, + 4586, "[v_match_clutches_order_by!]" ], "where": [ - 4009 + 4580 ] } ], "v_match_kill_pairs": [ - 4033, + 4604, { "distinct_on": [ - 4041, + 4612, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -120062,19 +133072,19 @@ export default { 38 ], "order_by": [ - 4040, + 4611, "[v_match_kill_pairs_order_by!]" ], "where": [ - 4037 + 4608 ] } ], "v_match_kill_pairs_aggregate": [ - 4034, + 4605, { "distinct_on": [ - 4041, + 4612, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -120084,19 +133094,19 @@ export default { 38 ], "order_by": [ - 4040, + 4611, "[v_match_kill_pairs_order_by!]" ], "where": [ - 4037 + 4608 ] } ], "v_match_lineup_buy_types": [ - 4051, + 4622, { "distinct_on": [ - 4059, + 4630, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -120106,19 +133116,19 @@ export default { 38 ], "order_by": [ - 4058, + 4629, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 4055 + 4626 ] } ], "v_match_lineup_buy_types_aggregate": [ - 4052, + 4623, { "distinct_on": [ - 4059, + 4630, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -120128,19 +133138,19 @@ export default { 38 ], "order_by": [ - 4058, + 4629, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 4055 + 4626 ] } ], "v_match_lineup_map_stats": [ - 4069, + 4640, { "distinct_on": [ - 4077, + 4648, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -120150,19 +133160,19 @@ export default { 38 ], "order_by": [ - 4076, + 4647, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 4073 + 4644 ] } ], "v_match_lineup_map_stats_aggregate": [ - 4070, + 4641, { "distinct_on": [ - 4077, + 4648, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -120172,19 +133182,19 @@ export default { 38 ], "order_by": [ - 4076, + 4647, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 4073 + 4644 ] } ], "v_match_map_backup_rounds": [ - 4087, + 4658, { "distinct_on": [ - 4098, + 4669, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -120194,19 +133204,19 @@ export default { 38 ], "order_by": [ - 4097, + 4668, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 4091 + 4662 ] } ], "v_match_map_backup_rounds_aggregate": [ - 4088, + 4659, { "distinct_on": [ - 4098, + 4669, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -120216,19 +133226,19 @@ export default { 38 ], "order_by": [ - 4097, + 4668, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 4091 + 4662 ] } ], "v_match_player_buy_types": [ - 4110, + 4681, { "distinct_on": [ - 4118, + 4689, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -120238,19 +133248,19 @@ export default { 38 ], "order_by": [ - 4117, + 4688, "[v_match_player_buy_types_order_by!]" ], "where": [ - 4114 + 4685 ] } ], "v_match_player_buy_types_aggregate": [ - 4111, + 4682, { "distinct_on": [ - 4118, + 4689, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -120260,19 +133270,19 @@ export default { 38 ], "order_by": [ - 4117, + 4688, "[v_match_player_buy_types_order_by!]" ], "where": [ - 4114 + 4685 ] } ], "v_match_player_opening_duels": [ - 4128, + 4699, { "distinct_on": [ - 4144, + 4715, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -120282,19 +133292,19 @@ export default { 38 ], "order_by": [ - 4143, + 4714, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 4137 + 4708 ] } ], "v_match_player_opening_duels_aggregate": [ - 4129, + 4700, { "distinct_on": [ - 4144, + 4715, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -120304,19 +133314,19 @@ export default { 38 ], "order_by": [ - 4143, + 4714, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 4137 + 4708 ] } ], "v_player_arch_nemesis": [ - 4161, + 4732, { "distinct_on": [ - 4169, + 4740, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -120326,19 +133336,19 @@ export default { 38 ], "order_by": [ - 4168, + 4739, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 4165 + 4736 ] } ], "v_player_arch_nemesis_aggregate": [ - 4162, + 4733, { "distinct_on": [ - 4169, + 4740, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -120348,19 +133358,19 @@ export default { 38 ], "order_by": [ - 4168, + 4739, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 4165 + 4736 ] } ], "v_player_damage": [ - 4179, + 4750, { "distinct_on": [ - 4187, + 4758, "[v_player_damage_select_column!]" ], "limit": [ @@ -120370,19 +133380,19 @@ export default { 38 ], "order_by": [ - 4186, + 4757, "[v_player_damage_order_by!]" ], "where": [ - 4183 + 4754 ] } ], "v_player_damage_aggregate": [ - 4180, + 4751, { "distinct_on": [ - 4187, + 4758, "[v_player_damage_select_column!]" ], "limit": [ @@ -120392,19 +133402,19 @@ export default { 38 ], "order_by": [ - 4186, + 4757, "[v_player_damage_order_by!]" ], "where": [ - 4183 + 4754 ] } ], "v_player_elo": [ - 4197, + 4768, { "distinct_on": [ - 4223, + 4794, "[v_player_elo_select_column!]" ], "limit": [ @@ -120414,19 +133424,19 @@ export default { 38 ], "order_by": [ - 4222, + 4793, "[v_player_elo_order_by!]" ], "where": [ - 4216 + 4787 ] } ], "v_player_elo_aggregate": [ - 4198, + 4769, { "distinct_on": [ - 4223, + 4794, "[v_player_elo_select_column!]" ], "limit": [ @@ -120436,19 +133446,19 @@ export default { 38 ], "order_by": [ - 4222, + 4793, "[v_player_elo_order_by!]" ], "where": [ - 4216 + 4787 ] } ], "v_player_map_losses": [ - 4248, + 4819, { "distinct_on": [ - 4256, + 4827, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -120458,19 +133468,19 @@ export default { 38 ], "order_by": [ - 4255, + 4826, "[v_player_map_losses_order_by!]" ], "where": [ - 4252 + 4823 ] } ], "v_player_map_losses_aggregate": [ - 4249, + 4820, { "distinct_on": [ - 4256, + 4827, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -120480,19 +133490,19 @@ export default { 38 ], "order_by": [ - 4255, + 4826, "[v_player_map_losses_order_by!]" ], "where": [ - 4252 + 4823 ] } ], "v_player_map_wins": [ - 4266, + 4837, { "distinct_on": [ - 4274, + 4845, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -120502,19 +133512,19 @@ export default { 38 ], "order_by": [ - 4273, + 4844, "[v_player_map_wins_order_by!]" ], "where": [ - 4270 + 4841 ] } ], "v_player_map_wins_aggregate": [ - 4267, + 4838, { "distinct_on": [ - 4274, + 4845, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -120524,19 +133534,19 @@ export default { 38 ], "order_by": [ - 4273, + 4844, "[v_player_map_wins_order_by!]" ], "where": [ - 4270 + 4841 ] } ], "v_player_match_head_to_head": [ - 4284, + 4855, { "distinct_on": [ - 4292, + 4863, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -120546,19 +133556,19 @@ export default { 38 ], "order_by": [ - 4291, + 4862, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 4288 + 4859 ] } ], "v_player_match_head_to_head_aggregate": [ - 4285, + 4856, { "distinct_on": [ - 4292, + 4863, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -120568,19 +133578,19 @@ export default { 38 ], "order_by": [ - 4291, + 4862, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 4288 + 4859 ] } ], "v_player_match_map_hltv": [ - 4302, + 4873, { "distinct_on": [ - 4320, + 4891, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -120590,19 +133600,19 @@ export default { 38 ], "order_by": [ - 4319, + 4890, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 4311 + 4882 ] } ], "v_player_match_map_hltv_aggregate": [ - 4303, + 4874, { "distinct_on": [ - 4320, + 4891, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -120612,19 +133622,19 @@ export default { 38 ], "order_by": [ - 4319, + 4890, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 4311 + 4882 ] } ], "v_player_match_map_roles": [ - 4339, + 4910, { "distinct_on": [ - 4347, + 4918, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -120634,19 +133644,19 @@ export default { 38 ], "order_by": [ - 4346, + 4917, "[v_player_match_map_roles_order_by!]" ], "where": [ - 4343 + 4914 ] } ], "v_player_match_map_roles_aggregate": [ - 4340, + 4911, { "distinct_on": [ - 4347, + 4918, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -120656,19 +133666,19 @@ export default { 38 ], "order_by": [ - 4346, + 4917, "[v_player_match_map_roles_order_by!]" ], "where": [ - 4343 + 4914 ] } ], "v_player_match_performance": [ - 4357, + 4928, { "distinct_on": [ - 4365, + 4936, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -120678,19 +133688,19 @@ export default { 38 ], "order_by": [ - 4364, + 4935, "[v_player_match_performance_order_by!]" ], "where": [ - 4361 + 4932 ] } ], "v_player_match_performance_aggregate": [ - 4358, + 4929, { "distinct_on": [ - 4365, + 4936, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -120700,19 +133710,19 @@ export default { 38 ], "order_by": [ - 4364, + 4935, "[v_player_match_performance_order_by!]" ], "where": [ - 4361 + 4932 ] } ], "v_player_match_rating": [ - 4375, + 4946, { "distinct_on": [ - 4383, + 4954, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -120722,19 +133732,19 @@ export default { 38 ], "order_by": [ - 4382, + 4953, "[v_player_match_rating_order_by!]" ], "where": [ - 4379 + 4950 ] } ], "v_player_match_rating_aggregate": [ - 4376, + 4947, { "distinct_on": [ - 4383, + 4954, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -120744,19 +133754,19 @@ export default { 38 ], "order_by": [ - 4382, + 4953, "[v_player_match_rating_order_by!]" ], "where": [ - 4379 + 4950 ] } ], "v_player_multi_kills": [ - 4393, + 4964, { "distinct_on": [ - 4409, + 4980, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -120766,19 +133776,19 @@ export default { 38 ], "order_by": [ - 4408, + 4979, "[v_player_multi_kills_order_by!]" ], "where": [ - 4402 + 4973 ] } ], "v_player_multi_kills_aggregate": [ - 4394, + 4965, { "distinct_on": [ - 4409, + 4980, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -120788,19 +133798,19 @@ export default { 38 ], "order_by": [ - 4408, + 4979, "[v_player_multi_kills_order_by!]" ], "where": [ - 4402 + 4973 ] } ], "v_player_weapon_damage": [ - 4426, + 4997, { "distinct_on": [ - 4434, + 5005, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -120810,19 +133820,19 @@ export default { 38 ], "order_by": [ - 4433, + 5004, "[v_player_weapon_damage_order_by!]" ], "where": [ - 4430 + 5001 ] } ], "v_player_weapon_damage_aggregate": [ - 4427, + 4998, { "distinct_on": [ - 4434, + 5005, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -120832,19 +133842,19 @@ export default { 38 ], "order_by": [ - 4433, + 5004, "[v_player_weapon_damage_order_by!]" ], "where": [ - 4430 + 5001 ] } ], "v_player_weapon_kills": [ - 4444, + 5015, { "distinct_on": [ - 4452, + 5023, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -120854,19 +133864,19 @@ export default { 38 ], "order_by": [ - 4451, + 5022, "[v_player_weapon_kills_order_by!]" ], "where": [ - 4448 + 5019 ] } ], "v_player_weapon_kills_aggregate": [ - 4445, + 5016, { "distinct_on": [ - 4452, + 5023, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -120876,19 +133886,19 @@ export default { 38 ], "order_by": [ - 4451, + 5022, "[v_player_weapon_kills_order_by!]" ], "where": [ - 4448 + 5019 ] } ], "v_pool_maps": [ - 4462, + 5033, { "distinct_on": [ - 4479, + 5050, "[v_pool_maps_select_column!]" ], "limit": [ @@ -120898,19 +133908,19 @@ export default { 38 ], "order_by": [ - 4478, + 5049, "[v_pool_maps_order_by!]" ], "where": [ - 4471 + 5042 ] } ], "v_pool_maps_aggregate": [ - 4463, + 5034, { "distinct_on": [ - 4479, + 5050, "[v_pool_maps_select_column!]" ], "limit": [ @@ -120920,19 +133930,19 @@ export default { 38 ], "order_by": [ - 4478, + 5049, "[v_pool_maps_order_by!]" ], "where": [ - 4471 + 5042 ] } ], "v_steam_account_pool_status": [ - 4486, + 5057, { "distinct_on": [ - 4494, + 5065, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -120942,19 +133952,19 @@ export default { 38 ], "order_by": [ - 4493, + 5064, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 4490 + 5061 ] } ], "v_steam_account_pool_status_aggregate": [ - 4487, + 5058, { "distinct_on": [ - 4494, + 5065, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -120964,19 +133974,19 @@ export default { 38 ], "order_by": [ - 4493, + 5064, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 4490 + 5061 ] } ], "v_team_ranks": [ - 4504, + 5075, { "distinct_on": [ - 4514, + 5085, "[v_team_ranks_select_column!]" ], "limit": [ @@ -120986,19 +133996,19 @@ export default { 38 ], "order_by": [ - 4513, + 5084, "[v_team_ranks_order_by!]" ], "where": [ - 4508 + 5079 ] } ], "v_team_ranks_aggregate": [ - 4505, + 5076, { "distinct_on": [ - 4514, + 5085, "[v_team_ranks_select_column!]" ], "limit": [ @@ -121008,19 +134018,19 @@ export default { 38 ], "order_by": [ - 4513, + 5084, "[v_team_ranks_order_by!]" ], "where": [ - 4508 + 5079 ] } ], "v_team_reputation": [ - 4524, + 5095, { "distinct_on": [ - 4534, + 5105, "[v_team_reputation_select_column!]" ], "limit": [ @@ -121030,19 +134040,19 @@ export default { 38 ], "order_by": [ - 4533, + 5104, "[v_team_reputation_order_by!]" ], "where": [ - 4528 + 5099 ] } ], "v_team_reputation_aggregate": [ - 4525, + 5096, { "distinct_on": [ - 4534, + 5105, "[v_team_reputation_select_column!]" ], "limit": [ @@ -121052,19 +134062,19 @@ export default { 38 ], "order_by": [ - 4533, + 5104, "[v_team_reputation_order_by!]" ], "where": [ - 4528 + 5099 ] } ], "v_team_stage_results": [ - 4544, + 5115, { "distinct_on": [ - 4576, + 5147, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -121074,19 +134084,19 @@ export default { 38 ], "order_by": [ - 4574, + 5145, "[v_team_stage_results_order_by!]" ], "where": [ - 4563 + 5134 ] } ], "v_team_stage_results_aggregate": [ - 4545, + 5116, { "distinct_on": [ - 4576, + 5147, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -121096,32 +134106,32 @@ export default { 38 ], "order_by": [ - 4574, + 5145, "[v_team_stage_results_order_by!]" ], "where": [ - 4563 + 5134 ] } ], "v_team_stage_results_by_pk": [ - 4544, + 5115, { "tournament_stage_id": [ - 3955, + 4442, "uuid!" ], "tournament_team_id": [ - 3955, + 4442, "uuid!" ] } ], "v_team_tournament_results": [ - 4604, + 5175, { "distinct_on": [ - 4630, + 5201, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -121131,19 +134141,19 @@ export default { 38 ], "order_by": [ - 4629, + 5200, "[v_team_tournament_results_order_by!]" ], "where": [ - 4623 + 5194 ] } ], "v_team_tournament_results_aggregate": [ - 4605, + 5176, { "distinct_on": [ - 4630, + 5201, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -121153,19 +134163,19 @@ export default { 38 ], "order_by": [ - 4629, + 5200, "[v_team_tournament_results_order_by!]" ], "where": [ - 4623 + 5194 ] } ], "v_tournament_player_stats": [ - 4655, + 5226, { "distinct_on": [ - 4681, + 5252, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -121175,19 +134185,19 @@ export default { 38 ], "order_by": [ - 4680, + 5251, "[v_tournament_player_stats_order_by!]" ], "where": [ - 4674 + 5245 ] } ], "v_tournament_player_stats_aggregate": [ - 4656, + 5227, { "distinct_on": [ - 4681, + 5252, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -121197,16 +134207,16 @@ export default { 38 ], "order_by": [ - 4680, + 5251, "[v_tournament_player_stats_order_by!]" ], "where": [ - 4674 + 5245 ] } ], "__typename": [ - 79 + 78 ] }, "Mutation": { @@ -121214,86 +134224,112 @@ export default { 55, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "ResetTournamentMatch": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "reset_status": [ - 79 + 78 ], "scheduled_at": [ - 3558 + 4004 ], "winning_lineup_id": [ - 3955 + 4442 ] } ], "acceptInvite": [ - 82, + 81, { "invite_id": [ - 3955, + 4442, "uuid!" ], "type": [ - 79, + 78, "String!" ] } ], "addDraftPlayer": [ - 82, + 81, { "draftGameId": [ - 3955, + 4442, "uuid!" ], "steamId": [ - 79, + 78, "String!" ] } ], "addSteamPresenceBotAccount": [ - 82, + 81, { "bot_secret": [ - 79, + 78, "String!" ], "friend_capacity": [ 38 ], "username": [ - 79, + 78, "String!" ] } ], "approveNameChange": [ - 82, + 81, { "name": [ - 79, + 78, "String!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], + "approve_league_season_movements": [ + 1568, + { + "args": [ + 179, + "approve_league_season_movements_args!" + ], + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } + ], "assignSteamPresenceBot": [ - 75 + 74 ], "attachDemo": [ 91 @@ -121302,128 +134338,154 @@ export default { 58, { "season_id": [ - 79, + 78, "String!" ] } ], "backfillSeasonEloStatus": [ - 68 + 67 ], "bakeShaders": [ - 82, + 81, { "game_server_node_id": [ - 3955, + 4442, "uuid!" ] } ], "callForOrganizer": [ - 82, + 81, { "match_id": [ - 79, + 78, "String!" ] } ], "cancelBackfillSeasonElo": [ - 82 + 81 ], "cancelBakeShaders": [ - 82, + 81, { "game_server_node_id": [ - 3955, + 4442, "uuid!" ] } ], "cancelClipRender": [ - 82, + 81, { "job_id": [ - 3955, + 4442, "uuid!" ] } ], "cancelClipRenderBatch": [ - 82, + 81, { "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "cancelMatch": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "cancelRecomputePlayerElo": [ - 82 + 81 ], "cancelRefreshAllPlayers": [ - 82 + 81 ], "cancelReparseAllDemos": [ - 82 + 81 ], "cancelScrimRequest": [ - 82, + 81, { "request_id": [ - 3955, + 4442, "uuid!" ] } ], "checkIntoMatch": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "clearClipRenderBatch": [ - 82, + 81, { "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "clearFinishedClipRenders": [ - 82 + 81 ], "clearPendingMatchImport": [ 53, { "valve_match_id": [ - 79, + 78, "String!" ] } ], + "clone_league_season": [ + 1535, + { + "args": [ + 235, + "clone_league_season_args!" + ], + "distinct_on": [ + 1555, + "[league_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1552, + "[league_seasons_order_by!]" + ], + "where": [ + 1540 + ] + } + ], "counterScrimRequest": [ - 82, + 81, { "proposed_scheduled_at": [ - 3558, + 4004, "timestamptz!" ], "request_id": [ - 3955, + 4442, "uuid!" ] } @@ -121432,7 +134494,7 @@ export default { 2, { "label": [ - 79, + 78, "String!" ] } @@ -121444,25 +134506,25 @@ export default { 38 ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "preset": [ - 79, + 78, "String!" ], "resolution": [ - 79 + 78 ], "target_name": [ - 79 + 78 ], "target_steam_id": [ - 79, + 78, "String!" ], "title": [ - 79 + 78 ] } ], @@ -121476,10 +134538,10 @@ export default { } ], "createClips": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } @@ -121488,7 +134550,7 @@ export default { 14, { "settings": [ - 1244, + 1332, "jsonb!" ] } @@ -121505,54 +134567,54 @@ export default { "ScheduledLineupInput!" ], "options": [ - 1244, + 1332, "jsonb!" ], "scheduled_at": [ - 79, + 78, "String!" ] } ], "createServerDirectory": [ - 82, + 81, { "dir_path": [ - 79, + 78, "String!" ], "node_id": [ - 79, + 78, "String!" ], "server_id": [ - 79 + 78 ] } ], "deleteClip": [ - 82, + 81, { "clip_id": [ - 3955, + 4442, "uuid!" ] } ], "deleteMatch": [ - 82, + 81, { "match_id": [ - 79, + 78, "String!" ] } ], "deleteNewsPost": [ - 82, + 81, { "id": [ - 3955, + 4442, "uuid!" ] } @@ -121561,32 +134623,32 @@ export default { 19, { "keys": [ - 79, + 78, "[String!]" ] } ], "deleteServerItem": [ - 82, + 81, { "node_id": [ - 79, + 78, "String!" ], "path": [ - 79, + 78, "String!" ], "server_id": [ - 79 + 78 ] } ], "deleteTournament": [ - 82, + 81, { "tournament_id": [ - 3955, + 4442, "uuid!" ] } @@ -121604,808 +134666,880 @@ export default { 92, { "map_id": [ - 3955, + 4442, "uuid!" ], "map_pool_id": [ - 3955, + 4442, "uuid!" ] } ], "delete_abandoned_matches": [ - 127, + 128, { "where": [ - 119, + 120, "abandoned_matches_bool_exp!" ] } ], "delete_abandoned_matches_by_pk": [ - 110, + 111, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_api_keys": [ - 161, + 162, { "where": [ - 155, + 156, "api_keys_bool_exp!" ] } ], "delete_api_keys_by_pk": [ - 151, + 152, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_clip_render_jobs": [ - 206, + 208, { "where": [ - 195, + 197, "clip_render_jobs_bool_exp!" ] } ], "delete_clip_render_jobs_by_pk": [ - 183, + 185, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_db_backups": [ - 244, + 247, { "where": [ - 238, + 241, "db_backups_bool_exp!" ] } ], "delete_db_backups_by_pk": [ - 234, + 237, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_draft_game_picks": [ - 280, + 283, { "where": [ - 272, + 275, "draft_game_picks_bool_exp!" ] } ], "delete_draft_game_picks_by_pk": [ - 261, + 264, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_draft_game_players": [ - 325, + 328, { "where": [ - 317, + 320, "draft_game_players_bool_exp!" ] } ], "delete_draft_game_players_by_pk": [ - 306, + 309, { "draft_game_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_draft_games": [ - 370, + 373, { "where": [ - 362, + 365, "draft_games_bool_exp!" ] } ], "delete_draft_games_by_pk": [ - 351, + 354, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_e_check_in_settings": [ - 407, + 410, { "where": [ - 400, + 403, "e_check_in_settings_bool_exp!" ] } ], "delete_e_check_in_settings_by_pk": [ - 397, + 400, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_draft_game_captain_selection": [ - 427, + 430, { "where": [ - 420, + 423, "e_draft_game_captain_selection_bool_exp!" ] } ], "delete_e_draft_game_captain_selection_by_pk": [ - 417, + 420, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_draft_game_draft_order": [ - 448, + 451, { "where": [ - 441, + 444, "e_draft_game_draft_order_bool_exp!" ] } ], "delete_e_draft_game_draft_order_by_pk": [ - 438, + 441, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_draft_game_mode": [ - 469, + 472, { "where": [ - 462, + 465, "e_draft_game_mode_bool_exp!" ] } ], "delete_e_draft_game_mode_by_pk": [ - 459, + 462, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_draft_game_player_status": [ - 490, + 493, { "where": [ - 483, + 486, "e_draft_game_player_status_bool_exp!" ] } ], "delete_e_draft_game_player_status_by_pk": [ - 480, + 483, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_draft_game_status": [ - 511, + 514, { "where": [ - 504, + 507, "e_draft_game_status_bool_exp!" ] } ], "delete_e_draft_game_status_by_pk": [ - 501, + 504, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_friend_status": [ - 532, + 535, { "where": [ - 525, + 528, "e_friend_status_bool_exp!" ] } ], "delete_e_friend_status_by_pk": [ - 522, + 525, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_game_cfg_types": [ - 553, + 556, { "where": [ - 546, + 549, "e_game_cfg_types_bool_exp!" ] } ], "delete_e_game_cfg_types_by_pk": [ - 543, + 546, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_game_server_node_statuses": [ - 573, + 576, { "where": [ - 566, + 569, "e_game_server_node_statuses_bool_exp!" ] } ], "delete_e_game_server_node_statuses_by_pk": [ - 563, + 566, + { + "value": [ + 78, + "String!" + ] + } + ], + "delete_e_league_movement_types": [ + 597, + { + "where": [ + 590, + "e_league_movement_types_bool_exp!" + ] + } + ], + "delete_e_league_movement_types_by_pk": [ + 587, + { + "value": [ + 78, + "String!" + ] + } + ], + "delete_e_league_proposal_statuses": [ + 618, + { + "where": [ + 611, + "e_league_proposal_statuses_bool_exp!" + ] + } + ], + "delete_e_league_proposal_statuses_by_pk": [ + 608, + { + "value": [ + 78, + "String!" + ] + } + ], + "delete_e_league_registration_statuses": [ + 639, + { + "where": [ + 632, + "e_league_registration_statuses_bool_exp!" + ] + } + ], + "delete_e_league_registration_statuses_by_pk": [ + 629, { "value": [ - 79, + 78, + "String!" + ] + } + ], + "delete_e_league_season_statuses": [ + 660, + { + "where": [ + 653, + "e_league_season_statuses_bool_exp!" + ] + } + ], + "delete_e_league_season_statuses_by_pk": [ + 650, + { + "value": [ + 78, "String!" ] } ], "delete_e_lobby_access": [ - 594, + 681, { "where": [ - 587, + 674, "e_lobby_access_bool_exp!" ] } ], "delete_e_lobby_access_by_pk": [ - 584, + 671, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_lobby_player_status": [ - 615, + 702, { "where": [ - 608, + 695, "e_lobby_player_status_bool_exp!" ] } ], "delete_e_lobby_player_status_by_pk": [ - 605, + 692, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_map_pool_types": [ - 635, + 722, { "where": [ - 628, + 715, "e_map_pool_types_bool_exp!" ] } ], "delete_e_map_pool_types_by_pk": [ - 625, + 712, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_match_clip_visibility": [ - 656, + 743, { "where": [ - 649, + 736, "e_match_clip_visibility_bool_exp!" ] } ], "delete_e_match_clip_visibility_by_pk": [ - 646, + 733, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_match_map_status": [ - 676, + 763, { "where": [ - 669, + 756, "e_match_map_status_bool_exp!" ] } ], "delete_e_match_map_status_by_pk": [ - 666, + 753, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_match_mode": [ - 697, + 784, { "where": [ - 690, + 777, "e_match_mode_bool_exp!" ] } ], "delete_e_match_mode_by_pk": [ - 687, + 774, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_match_status": [ - 717, + 804, { "where": [ - 710, + 797, "e_match_status_bool_exp!" ] } ], "delete_e_match_status_by_pk": [ - 707, + 794, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_match_types": [ - 738, + 825, { "where": [ - 731, + 818, "e_match_types_bool_exp!" ] } ], "delete_e_match_types_by_pk": [ - 728, + 815, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_notification_types": [ - 759, + 846, { "where": [ - 752, + 839, "e_notification_types_bool_exp!" ] } ], "delete_e_notification_types_by_pk": [ - 749, + 836, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_objective_types": [ - 779, + 866, { "where": [ - 772, + 859, "e_objective_types_bool_exp!" ] } ], "delete_e_objective_types_by_pk": [ - 769, + 856, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_player_roles": [ - 799, + 886, { "where": [ - 792, + 879, "e_player_roles_bool_exp!" ] } ], "delete_e_player_roles_by_pk": [ - 789, + 876, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_ready_settings": [ - 819, + 906, { "where": [ - 812, + 899, "e_ready_settings_bool_exp!" ] } ], "delete_e_ready_settings_by_pk": [ - 809, + 896, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_sanction_types": [ - 839, + 926, { "where": [ - 832, + 919, "e_sanction_types_bool_exp!" ] } ], "delete_e_sanction_types_by_pk": [ - 829, + 916, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_scrim_request_statuses": [ - 860, + 947, { "where": [ - 853, + 940, "e_scrim_request_statuses_bool_exp!" ] } ], "delete_e_scrim_request_statuses_by_pk": [ - 850, + 937, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_server_types": [ - 880, + 967, { "where": [ - 873, + 960, "e_server_types_bool_exp!" ] } ], "delete_e_server_types_by_pk": [ - 870, + 957, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_sides": [ - 900, + 987, { "where": [ - 893, + 980, "e_sides_bool_exp!" ] } ], "delete_e_sides_by_pk": [ - 890, + 977, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_system_alert_types": [ - 920, + 1007, { "where": [ - 913, + 1000, "e_system_alert_types_bool_exp!" ] } ], "delete_e_system_alert_types_by_pk": [ - 910, + 997, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_team_roles": [ - 940, + 1027, { "where": [ - 933, + 1020, "e_team_roles_bool_exp!" ] } ], "delete_e_team_roles_by_pk": [ - 930, + 1017, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_team_roster_statuses": [ - 961, + 1048, { "where": [ - 954, + 1041, "e_team_roster_statuses_bool_exp!" ] } ], "delete_e_team_roster_statuses_by_pk": [ - 951, + 1038, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_timeout_settings": [ - 981, + 1068, { "where": [ - 974, + 1061, "e_timeout_settings_bool_exp!" ] } ], "delete_e_timeout_settings_by_pk": [ - 971, + 1058, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_tournament_stage_types": [ - 1001, + 1088, { "where": [ - 994, + 1081, "e_tournament_stage_types_bool_exp!" ] } ], "delete_e_tournament_stage_types_by_pk": [ - 991, + 1078, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_tournament_status": [ - 1022, + 1109, { "where": [ - 1015, + 1102, "e_tournament_status_bool_exp!" ] } ], "delete_e_tournament_status_by_pk": [ - 1012, + 1099, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_utility_types": [ - 1043, + 1130, { "where": [ - 1036, + 1123, "e_utility_types_bool_exp!" ] } ], "delete_e_utility_types_by_pk": [ - 1033, + 1120, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_veto_pick_types": [ - 1063, + 1150, { "where": [ - 1056, + 1143, "e_veto_pick_types_bool_exp!" ] } ], "delete_e_veto_pick_types_by_pk": [ - 1053, + 1140, { "value": [ - 79, + 78, "String!" ] } ], "delete_e_winning_reasons": [ - 1083, + 1170, { "where": [ - 1076, + 1163, "e_winning_reasons_bool_exp!" ] } ], "delete_e_winning_reasons_by_pk": [ - 1073, + 1160, { "value": [ - 79, + 78, "String!" ] } ], "delete_friends": [ - 1105, + 1192, { "where": [ - 1099, + 1186, "friends_bool_exp!" ] } ], "delete_friends_by_pk": [ - 1095, + 1182, { "other_player_steam_id": [ - 178, + 180, "bigint!" ], "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_game_server_nodes": [ - 1145, + 1232, { "where": [ - 1134, + 1221, "game_server_nodes_bool_exp!" ] } ], "delete_game_server_nodes_by_pk": [ - 1122, + 1209, { "id": [ - 79, + 78, "String!" ] } ], "delete_game_versions": [ - 1187, + 1274, { "where": [ - 1178, + 1265, "game_versions_bool_exp!" ] } ], "delete_game_versions_by_pk": [ - 1173, + 1260, { "build_id": [ 38, @@ -122414,1474 +135548,1676 @@ export default { } ], "delete_gamedata_signature_validations": [ - 1220, + 1307, { "where": [ - 1211, + 1298, "gamedata_signature_validations_bool_exp!" ] } ], "delete_gamedata_signature_validations_by_pk": [ - 1206, + 1293, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_leaderboard_entries": [ - 1256, + 1344, { "where": [ - 1251, + 1339, "leaderboard_entries_bool_exp!" ] } ], + "delete_league_divisions": [ + 1369, + { + "where": [ + 1363, + "league_divisions_bool_exp!" + ] + } + ], + "delete_league_divisions_by_pk": [ + 1359, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_match_weeks": [ + 1404, + { + "where": [ + 1396, + "league_match_weeks_bool_exp!" + ] + } + ], + "delete_league_match_weeks_by_pk": [ + 1387, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_relegation_playoffs": [ + 1445, + { + "where": [ + 1437, + "league_relegation_playoffs_bool_exp!" + ] + } + ], + "delete_league_relegation_playoffs_by_pk": [ + 1428, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_scheduling_proposals": [ + 1486, + { + "where": [ + 1478, + "league_scheduling_proposals_bool_exp!" + ] + } + ], + "delete_league_scheduling_proposals_by_pk": [ + 1469, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_season_divisions": [ + 1524, + { + "where": [ + 1517, + "league_season_divisions_bool_exp!" + ] + } + ], + "delete_league_season_divisions_by_pk": [ + 1510, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_seasons": [ + 1549, + { + "where": [ + 1540, + "league_seasons_bool_exp!" + ] + } + ], + "delete_league_seasons_by_pk": [ + 1535, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_team_movements": [ + 1585, + { + "where": [ + 1577, + "league_team_movements_bool_exp!" + ] + } + ], + "delete_league_team_movements_by_pk": [ + 1568, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_team_rosters": [ + 1626, + { + "where": [ + 1618, + "league_team_rosters_bool_exp!" + ] + } + ], + "delete_league_team_rosters_by_pk": [ + 1609, + { + "league_team_season_id": [ + 4442, + "uuid!" + ], + "player_steam_id": [ + 180, + "bigint!" + ] + } + ], + "delete_league_team_seasons": [ + 1667, + { + "where": [ + 1659, + "league_team_seasons_bool_exp!" + ] + } + ], + "delete_league_team_seasons_by_pk": [ + 1650, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "delete_league_teams": [ + 1700, + { + "where": [ + 1695, + "league_teams_bool_exp!" + ] + } + ], + "delete_league_teams_by_pk": [ + 1692, + { + "id": [ + 4442, + "uuid!" + ] + } + ], "delete_lobbies": [ - 1278, + 1719, { "where": [ - 1273, + 1714, "lobbies_bool_exp!" ] } ], "delete_lobbies_by_pk": [ - 1270, + 1711, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_lobby_players": [ - 1308, + 1749, { "where": [ - 1300, + 1741, "lobby_players_bool_exp!" ] } ], "delete_lobby_players_by_pk": [ - 1289, + 1730, { "lobby_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_map_pools": [ - 1342, + 1783, { "where": [ - 1337, + 1778, "map_pools_bool_exp!" ] } ], "delete_map_pools_by_pk": [ - 1334, + 1775, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_maps": [ - 1369, + 1810, { "where": [ - 1362, + 1803, "maps_bool_exp!" ] } ], "delete_maps_by_pk": [ - 1353, + 1794, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_clips": [ - 1399, + 1840, { "where": [ - 1391, + 1832, "match_clips_bool_exp!" ] } ], "delete_match_clips_by_pk": [ - 1382, + 1823, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_demo_sessions": [ - 1445, + 1886, { "where": [ - 1434, + 1875, "match_demo_sessions_bool_exp!" ] } ], "delete_match_demo_sessions_by_pk": [ - 1424, + 1865, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_lineup_players": [ - 1489, + 1930, { "where": [ - 1481, + 1922, "match_lineup_players_bool_exp!" ] } ], "delete_match_lineup_players_by_pk": [ - 1470, + 1911, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_lineups": [ - 1532, + 1973, { "where": [ - 1524, + 1965, "match_lineups_bool_exp!" ] } ], "delete_match_lineups_by_pk": [ - 1515, + 1956, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_map_demos": [ - 1580, + 2021, { "where": [ - 1569, + 2010, "match_map_demos_bool_exp!" ] } ], "delete_match_map_demos_by_pk": [ - 1557, + 1998, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_map_rounds": [ - 1625, + 2066, { "where": [ - 1617, + 2058, "match_map_rounds_bool_exp!" ] } ], "delete_match_map_rounds_by_pk": [ - 1608, + 2049, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_map_veto_picks": [ - 1663, + 2104, { "where": [ - 1656, + 2097, "match_map_veto_picks_bool_exp!" ] } ], "delete_match_map_veto_picks_by_pk": [ - 1649, + 2090, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_maps": [ - 1690, + 2131, { "where": [ - 1682, + 2123, "match_maps_bool_exp!" ] } ], "delete_match_maps_by_pk": [ - 1673, + 2114, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_options": [ - 1725, + 2166, { "where": [ - 1719, + 2160, "match_options_bool_exp!" ] } ], "delete_match_options_by_pk": [ - 1715, + 2156, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_region_veto_picks": [ - 1757, + 2198, { "where": [ - 1750, + 2191, "match_region_veto_picks_bool_exp!" ] } ], "delete_match_region_veto_picks_by_pk": [ - 1743, + 2184, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_streams": [ - 1790, + 2231, { "where": [ - 1779, + 2220, "match_streams_bool_exp!" ] } ], "delete_match_streams_by_pk": [ - 1767, + 2208, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_match_type_cfgs": [ - 1825, + 2266, { "where": [ - 1820, + 2261, "match_type_cfgs_bool_exp!" ] } ], "delete_match_type_cfgs_by_pk": [ - 1817, + 2258, { "type": [ - 548, + 551, "e_game_cfg_types_enum!" ] } ], "delete_matches": [ - 1852, + 2293, { "where": [ - 1844, + 2285, "matches_bool_exp!" ] } ], "delete_matches_by_pk": [ - 1835, + 2276, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_migration_hashes_hashes": [ - 1885, + 2326, { "where": [ - 1880, + 2321, "migration_hashes_hashes_bool_exp!" ] } ], "delete_migration_hashes_hashes_by_pk": [ - 1877, + 2318, { "name": [ - 79, + 78, "String!" ] } ], "delete_my_friends": [ - 1917, + 2358, { "where": [ - 1907, + 2348, "my_friends_bool_exp!" ] } ], "delete_news_articles": [ - 1951, + 2392, { "where": [ - 1945, + 2386, "news_articles_bool_exp!" ] } ], "delete_news_articles_by_pk": [ - 1941, + 2382, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_notifications": [ - 1991, + 2432, { "where": [ - 1980, + 2421, "notifications_bool_exp!" ] } ], "delete_notifications_by_pk": [ - 1968, + 2409, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_pending_match_import_players": [ - 2038, + 2479, { "where": [ - 2030, + 2471, "pending_match_import_players_bool_exp!" ] } ], "delete_pending_match_import_players_by_pk": [ - 2021, + 2462, { "steam_id": [ - 178, + 180, "bigint!" ], "valve_match_id": [ - 2018, + 2459, "numeric!" ] } ], "delete_pending_match_imports": [ - 2072, + 2513, { "where": [ - 2066, + 2507, "pending_match_imports_bool_exp!" ] } ], "delete_pending_match_imports_by_pk": [ - 2062, + 2503, { "valve_match_id": [ - 2018, + 2459, "numeric!" ] } ], "delete_player_aim_stats_demo": [ - 2100, + 2541, { "where": [ - 2094, + 2535, "player_aim_stats_demo_bool_exp!" ] } ], "delete_player_aim_stats_demo_by_pk": [ - 2090, + 2531, { "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "delete_player_aim_weapon_stats": [ - 2134, + 2575, { "where": [ - 2126, + 2567, "player_aim_weapon_stats_bool_exp!" ] } ], "delete_player_aim_weapon_stats_by_pk": [ - 2117, + 2558, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ], "weapon_class": [ - 79, + 78, "String!" ] } ], "delete_player_assists": [ - 2177, + 2618, { "where": [ - 2169, + 2610, "player_assists_bool_exp!" ] } ], "delete_player_assists_by_pk": [ - 2158, + 2599, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "delete_player_damages": [ - 2238, + 2679, { "where": [ - 2230, + 2671, "player_damages_bool_exp!" ] } ], "delete_player_damages_by_pk": [ - 2221, + 2662, { "id": [ - 3955, + 4442, "uuid!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "delete_player_elo": [ - 2272, + 2713, { "where": [ - 2266, + 2707, "player_elo_bool_exp!" ] } ], "delete_player_elo_by_pk": [ - 2262, + 2703, { "match_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ], "type": [ - 733, + 820, "e_match_types_enum!" ] } ], "delete_player_faceit_rank_history": [ - 2306, + 2747, { "where": [ - 2298, + 2739, "player_faceit_rank_history_bool_exp!" ] } ], "delete_player_faceit_rank_history_by_pk": [ - 2289, + 2730, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_player_flashes": [ - 2349, + 2790, { "where": [ - 2341, + 2782, "player_flashes_bool_exp!" ] } ], "delete_player_flashes_by_pk": [ - 2330, + 2771, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "delete_player_kills": [ - 2435, + 2876, { "where": [ - 2386, + 2827, "player_kills_bool_exp!" ] } ], "delete_player_kills_by_pk": [ - 2375, + 2816, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "delete_player_kills_by_weapon": [ - 2404, + 2845, { "where": [ - 2396, + 2837, "player_kills_by_weapon_bool_exp!" ] } ], "delete_player_kills_by_weapon_by_pk": [ - 2387, + 2828, { "player_steam_id": [ - 178, + 180, "bigint!" ], "with": [ - 79, + 78, "String!" ] } ], "delete_player_leaderboard_rank": [ - 2470, + 2911, { "where": [ - 2465, + 2906, "player_leaderboard_rank_bool_exp!" ] } ], "delete_player_match_map_stats": [ - 2501, + 2942, { "where": [ - 2493, + 2934, "player_match_map_stats_bool_exp!" ] } ], "delete_player_match_map_stats_by_pk": [ - 2484, + 2925, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_player_objectives": [ - 2593, + 3034, { "where": [ - 2585, + 3026, "player_objectives_bool_exp!" ] } ], "delete_player_objectives_by_pk": [ - 2576, + 3017, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "player_steam_id": [ - 178, + 180, "bigint!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "delete_player_premier_rank_history": [ - 2652, + 3093, { "where": [ - 2644, + 3085, "player_premier_rank_history_bool_exp!" ] } ], "delete_player_premier_rank_history_by_pk": [ - 2635, + 3076, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_player_sanctions": [ - 2693, + 3134, { "where": [ - 2685, + 3126, "player_sanctions_bool_exp!" ] } ], "delete_player_sanctions_by_pk": [ - 2676, + 3117, { "created_at": [ - 3558, + 4004, "timestamptz!" ], "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_player_season_stats": [ - 2744, + 3185, { "where": [ - 2736, + 3177, "player_season_stats_bool_exp!" ] } ], "delete_player_season_stats_by_pk": [ - 2717, + 3158, { "player_steam_id": [ - 178, + 180, "bigint!" ], "season_id": [ - 3955, + 4442, "uuid!" ] } ], "delete_player_stats": [ - 2786, + 3227, { "where": [ - 2780, + 3221, "player_stats_bool_exp!" ] } ], "delete_player_stats_by_pk": [ - 2776, + 3217, { "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_player_steam_bot_friend": [ - 2818, + 3259, { "where": [ - 2809, + 3250, "player_steam_bot_friend_bool_exp!" ] } ], "delete_player_steam_bot_friend_by_pk": [ - 2804, + 3245, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_player_steam_match_auth": [ - 2846, + 3287, { "where": [ - 2840, + 3281, "player_steam_match_auth_bool_exp!" ] } ], "delete_player_steam_match_auth_by_pk": [ - 2836, + 3277, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_player_unused_utility": [ - 2880, + 3321, { "where": [ - 2872, + 3313, "player_unused_utility_bool_exp!" ] } ], "delete_player_unused_utility_by_pk": [ - 2863, + 3304, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_player_utility": [ - 2921, + 3362, { "where": [ - 2913, + 3354, "player_utility_bool_exp!" ] } ], "delete_player_utility_by_pk": [ - 2904, + 3345, { "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "delete_players": [ - 2988, + 3429, { "where": [ - 2982, + 3423, "players_bool_exp!" ] } ], "delete_players_by_pk": [ - 2978, + 3419, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "delete_plugin_versions": [ - 3016, + 3457, { "where": [ - 3010, + 3451, "plugin_versions_bool_exp!" ] } ], "delete_plugin_versions_by_pk": [ - 3006, + 3447, { "version": [ - 79, + 78, "String!" ] } ], "delete_seasons": [ - 3044, + 3488, { "where": [ - 3038, + 3482, "seasons_bool_exp!" ] } ], "delete_seasons_by_pk": [ - 3034, + 3478, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_server_regions": [ - 3071, + 3515, { "where": [ - 3066, + 3510, "server_regions_bool_exp!" ] } ], "delete_server_regions_by_pk": [ - 3062, + 3506, { "value": [ - 79, + 78, "String!" ] } ], "delete_servers": [ - 3108, + 3552, { "where": [ - 3100, + 3544, "servers_bool_exp!" ] } ], "delete_servers_by_pk": [ - 3089, + 3533, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_settings": [ - 3143, + 3587, { "where": [ - 3138, + 3582, "settings_bool_exp!" ] } ], "delete_settings_by_pk": [ - 3135, + 3579, { "name": [ - 79, + 78, "String!" ] } ], "delete_steam_account_claims": [ - 3167, + 3613, { "where": [ - 3160, + 3606, "steam_account_claims_bool_exp!" ] } ], "delete_steam_account_claims_by_pk": [ - 3153, + 3599, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_steam_accounts": [ - 3187, + 3633, { "where": [ - 3181, + 3627, "steam_accounts_bool_exp!" ] } ], "delete_steam_accounts_by_pk": [ - 3177, + 3623, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_system_alerts": [ - 3215, + 3661, { "where": [ - 3209, + 3655, "system_alerts_bool_exp!" ] } ], "delete_system_alerts_by_pk": [ - 3205, + 3651, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_invites": [ - 3249, + 3695, { "where": [ - 3241, + 3687, "team_invites_bool_exp!" ] } ], "delete_team_invites_by_pk": [ - 3232, + 3678, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_roster": [ - 3292, + 3738, { "where": [ - 3284, + 3730, "team_roster_bool_exp!" ] } ], "delete_team_roster_by_pk": [ - 3273, + 3719, { "player_steam_id": [ - 178, + 180, "bigint!" ], "team_id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_scrim_alerts": [ - 3328, + 3774, { "where": [ - 3322, + 3768, "team_scrim_alerts_bool_exp!" ] } ], "delete_team_scrim_alerts_by_pk": [ - 3318, + 3764, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_scrim_availability": [ - 3361, + 3807, { "where": [ - 3354, + 3800, "team_scrim_availability_bool_exp!" ] } ], "delete_team_scrim_availability_by_pk": [ - 3345, + 3791, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_scrim_request_proposals": [ - 3390, + 3836, { "where": [ - 3382, + 3828, "team_scrim_request_proposals_bool_exp!" ] } ], "delete_team_scrim_request_proposals_by_pk": [ - 3373, + 3819, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_scrim_requests": [ - 3433, + 3879, { "where": [ - 3425, + 3871, "team_scrim_requests_bool_exp!" ] } ], "delete_team_scrim_requests_by_pk": [ - 3414, + 3860, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_scrim_settings": [ - 3470, + 3916, { "where": [ - 3464, + 3910, "team_scrim_settings_bool_exp!" ] } ], "delete_team_scrim_settings_by_pk": [ - 3460, + 3906, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_team_suggestions": [ - 3498, + 3944, { "where": [ - 3492, + 3938, "team_suggestions_bool_exp!" ] } ], "delete_team_suggestions_by_pk": [ - 3488, + 3934, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_teams": [ - 3532, + 3978, { "where": [ - 3524, + 3970, "teams_bool_exp!" ] } ], "delete_teams_by_pk": [ - 3515, + 3961, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournament_brackets": [ - 3579, + 4025, { "where": [ - 3571, + 4017, "tournament_brackets_bool_exp!" ] } ], "delete_tournament_brackets_by_pk": [ - 3560, + 4006, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournament_organizers": [ - 3623, + 4069, { "where": [ - 3615, + 4061, "tournament_organizers_bool_exp!" ] } ], "delete_tournament_organizers_by_pk": [ - 3606, + 4052, { "steam_id": [ - 178, + 180, "bigint!" ], "tournament_id": [ - 3955, + 4442, + "uuid!" + ] + } + ], + "delete_tournament_stage_windows": [ + 4110, + { + "where": [ + 4102, + "tournament_stage_windows_bool_exp!" + ] + } + ], + "delete_tournament_stage_windows_by_pk": [ + 4093, + { + "id": [ + 4442, "uuid!" ] } ], "delete_tournament_stages": [ - 3670, + 4157, { "where": [ - 3659, + 4146, "tournament_stages_bool_exp!" ] } ], "delete_tournament_stages_by_pk": [ - 3647, + 4134, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournament_team_invites": [ - 3715, + 4202, { "where": [ - 3707, + 4194, "tournament_team_invites_bool_exp!" ] } ], "delete_tournament_team_invites_by_pk": [ - 3698, + 4185, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournament_team_roster": [ - 3756, + 4243, { "where": [ - 3748, + 4235, "tournament_team_roster_bool_exp!" ] } ], "delete_tournament_team_roster_by_pk": [ - 3739, + 4226, { "player_steam_id": [ - 178, + 180, "bigint!" ], "tournament_id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournament_teams": [ - 3797, + 4284, { "where": [ - 3789, + 4276, "tournament_teams_bool_exp!" ] } ], "delete_tournament_teams_by_pk": [ - 3780, + 4267, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournament_trophies": [ - 3841, + 4328, { "where": [ - 3833, + 4320, "tournament_trophies_bool_exp!" ] } ], "delete_tournament_trophies_by_pk": [ - 3822, + 4309, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournament_trophy_configs": [ - 3884, + 4371, { "where": [ - 3876, + 4363, "tournament_trophy_configs_bool_exp!" ] } ], "delete_tournament_trophy_configs_by_pk": [ - 3867, + 4354, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_tournaments": [ - 3928, + 4415, { "where": [ - 3920, + 4407, "tournaments_bool_exp!" ] } ], "delete_tournaments_by_pk": [ - 3909, + 4396, { "id": [ - 3955, + 4442, "uuid!" ] } ], "delete_v_match_captains": [ - 3985, + 4556, { "where": [ - 3980, + 4551, "v_match_captains_bool_exp!" ] } ], "delete_v_match_map_backup_rounds": [ - 4096, + 4667, { "where": [ - 4091, + 4662, "v_match_map_backup_rounds_bool_exp!" ] } ], "delete_v_player_match_map_hltv": [ - 4318, + 4889, { "where": [ - 4311, + 4882, "v_player_match_map_hltv_bool_exp!" ] } ], "delete_v_pool_maps": [ - 4477, + 5048, { "where": [ - 4471, + 5042, "v_pool_maps_bool_exp!" ] } ], "delete_v_team_stage_results": [ - 4571, + 5142, { "where": [ - 4563, + 5134, "v_team_stage_results_bool_exp!" ] } ], "delete_v_team_stage_results_by_pk": [ - 4544, + 5115, { "tournament_stage_id": [ - 3955, + 4442, "uuid!" ], "tournament_team_id": [ - 3955, + 4442, "uuid!" ] } ], "denyInvite": [ - 82, + 81, { "invite_id": [ - 3955, + 4442, "uuid!" ], "type": [ - 79, + 78, "String!" ] } ], "forfeitMatch": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "winning_lineup_id": [ - 3955, + 4442, "uuid!" ] } @@ -123890,7 +137226,7 @@ export default { 43, { "match_id": [ - 3955, + 4442, "uuid!" ] } @@ -123923,2888 +137259,3248 @@ export default { } ], "insert_abandoned_matches": [ - 127, + 128, { "objects": [ - 122, + 123, "[abandoned_matches_insert_input!]!" ], "on_conflict": [ - 128 + 129 ] } ], "insert_abandoned_matches_one": [ - 110, + 111, { "object": [ - 122, + 123, "abandoned_matches_insert_input!" ], "on_conflict": [ - 128 + 129 ] } ], "insert_api_keys": [ - 161, + 162, { "objects": [ - 158, + 159, "[api_keys_insert_input!]!" ], "on_conflict": [ - 162 + 163 ] } ], "insert_api_keys_one": [ - 151, + 152, { "object": [ - 158, + 159, "api_keys_insert_input!" ], "on_conflict": [ - 162 + 163 ] } ], "insert_clip_render_jobs": [ - 206, + 208, { "objects": [ - 201, + 203, "[clip_render_jobs_insert_input!]!" ], "on_conflict": [ - 207 + 209 ] } ], "insert_clip_render_jobs_one": [ - 183, + 185, { "object": [ - 201, + 203, "clip_render_jobs_insert_input!" ], "on_conflict": [ - 207 + 209 ] } ], "insert_db_backups": [ - 244, + 247, { "objects": [ - 241, + 244, "[db_backups_insert_input!]!" ], "on_conflict": [ - 245 + 248 ] } ], "insert_db_backups_one": [ - 234, + 237, { "object": [ - 241, + 244, "db_backups_insert_input!" ], "on_conflict": [ - 245 + 248 ] } ], "insert_draft_game_picks": [ - 280, + 283, { "objects": [ - 275, + 278, "[draft_game_picks_insert_input!]!" ], "on_conflict": [ - 281 + 284 ] } ], "insert_draft_game_picks_one": [ - 261, + 264, { "object": [ - 275, + 278, "draft_game_picks_insert_input!" ], "on_conflict": [ - 281 + 284 ] } ], "insert_draft_game_players": [ - 325, + 328, { "objects": [ - 320, + 323, "[draft_game_players_insert_input!]!" ], "on_conflict": [ - 326 + 329 ] } ], "insert_draft_game_players_one": [ - 306, + 309, { "object": [ - 320, + 323, "draft_game_players_insert_input!" ], "on_conflict": [ - 326 + 329 ] } ], "insert_draft_games": [ - 370, + 373, { "objects": [ - 365, + 368, "[draft_games_insert_input!]!" ], "on_conflict": [ - 372 + 375 ] } ], "insert_draft_games_one": [ - 351, + 354, { "object": [ - 365, + 368, "draft_games_insert_input!" ], "on_conflict": [ - 372 + 375 ] } ], "insert_e_check_in_settings": [ - 407, + 410, { "objects": [ - 404, + 407, "[e_check_in_settings_insert_input!]!" ], "on_conflict": [ - 408 + 411 ] } ], "insert_e_check_in_settings_one": [ - 397, + 400, { "object": [ - 404, + 407, "e_check_in_settings_insert_input!" ], "on_conflict": [ - 408 + 411 ] } ], "insert_e_draft_game_captain_selection": [ - 427, + 430, { "objects": [ - 424, + 427, "[e_draft_game_captain_selection_insert_input!]!" ], "on_conflict": [ - 429 + 432 ] } ], "insert_e_draft_game_captain_selection_one": [ - 417, + 420, { "object": [ - 424, + 427, "e_draft_game_captain_selection_insert_input!" ], "on_conflict": [ - 429 + 432 ] } ], "insert_e_draft_game_draft_order": [ - 448, + 451, { "objects": [ - 445, + 448, "[e_draft_game_draft_order_insert_input!]!" ], "on_conflict": [ - 450 + 453 ] } ], "insert_e_draft_game_draft_order_one": [ - 438, + 441, { "object": [ - 445, + 448, "e_draft_game_draft_order_insert_input!" ], "on_conflict": [ - 450 + 453 ] } ], "insert_e_draft_game_mode": [ - 469, + 472, { "objects": [ - 466, + 469, "[e_draft_game_mode_insert_input!]!" ], "on_conflict": [ - 471 + 474 ] } ], "insert_e_draft_game_mode_one": [ - 459, + 462, { "object": [ - 466, + 469, "e_draft_game_mode_insert_input!" ], "on_conflict": [ - 471 + 474 ] } ], "insert_e_draft_game_player_status": [ - 490, + 493, { "objects": [ - 487, + 490, "[e_draft_game_player_status_insert_input!]!" ], "on_conflict": [ - 492 + 495 ] } ], "insert_e_draft_game_player_status_one": [ - 480, + 483, { "object": [ - 487, + 490, "e_draft_game_player_status_insert_input!" ], "on_conflict": [ - 492 + 495 ] } ], "insert_e_draft_game_status": [ - 511, + 514, { "objects": [ - 508, + 511, "[e_draft_game_status_insert_input!]!" ], "on_conflict": [ - 513 + 516 ] } ], "insert_e_draft_game_status_one": [ - 501, + 504, { "object": [ - 508, + 511, "e_draft_game_status_insert_input!" ], "on_conflict": [ - 513 + 516 ] } ], "insert_e_friend_status": [ - 532, + 535, { "objects": [ - 529, + 532, "[e_friend_status_insert_input!]!" ], "on_conflict": [ - 534 + 537 ] } ], "insert_e_friend_status_one": [ - 522, + 525, { "object": [ - 529, + 532, "e_friend_status_insert_input!" ], "on_conflict": [ - 534 + 537 ] } ], "insert_e_game_cfg_types": [ - 553, + 556, { "objects": [ - 550, + 553, "[e_game_cfg_types_insert_input!]!" ], "on_conflict": [ - 554 + 557 ] } ], "insert_e_game_cfg_types_one": [ - 543, + 546, { "object": [ - 550, + 553, "e_game_cfg_types_insert_input!" ], "on_conflict": [ - 554 + 557 ] } ], "insert_e_game_server_node_statuses": [ - 573, + 576, { "objects": [ - 570, + 573, "[e_game_server_node_statuses_insert_input!]!" ], "on_conflict": [ - 575 + 578 ] } ], "insert_e_game_server_node_statuses_one": [ - 563, + 566, { "object": [ - 570, + 573, "e_game_server_node_statuses_insert_input!" ], "on_conflict": [ - 575 + 578 + ] + } + ], + "insert_e_league_movement_types": [ + 597, + { + "objects": [ + 594, + "[e_league_movement_types_insert_input!]!" + ], + "on_conflict": [ + 599 + ] + } + ], + "insert_e_league_movement_types_one": [ + 587, + { + "object": [ + 594, + "e_league_movement_types_insert_input!" + ], + "on_conflict": [ + 599 + ] + } + ], + "insert_e_league_proposal_statuses": [ + 618, + { + "objects": [ + 615, + "[e_league_proposal_statuses_insert_input!]!" + ], + "on_conflict": [ + 620 + ] + } + ], + "insert_e_league_proposal_statuses_one": [ + 608, + { + "object": [ + 615, + "e_league_proposal_statuses_insert_input!" + ], + "on_conflict": [ + 620 + ] + } + ], + "insert_e_league_registration_statuses": [ + 639, + { + "objects": [ + 636, + "[e_league_registration_statuses_insert_input!]!" + ], + "on_conflict": [ + 641 + ] + } + ], + "insert_e_league_registration_statuses_one": [ + 629, + { + "object": [ + 636, + "e_league_registration_statuses_insert_input!" + ], + "on_conflict": [ + 641 + ] + } + ], + "insert_e_league_season_statuses": [ + 660, + { + "objects": [ + 657, + "[e_league_season_statuses_insert_input!]!" + ], + "on_conflict": [ + 662 + ] + } + ], + "insert_e_league_season_statuses_one": [ + 650, + { + "object": [ + 657, + "e_league_season_statuses_insert_input!" + ], + "on_conflict": [ + 662 ] } ], "insert_e_lobby_access": [ - 594, + 681, { "objects": [ - 591, + 678, "[e_lobby_access_insert_input!]!" ], "on_conflict": [ - 596 + 683 ] } ], "insert_e_lobby_access_one": [ - 584, + 671, { "object": [ - 591, + 678, "e_lobby_access_insert_input!" ], "on_conflict": [ - 596 + 683 ] } ], "insert_e_lobby_player_status": [ - 615, + 702, { "objects": [ - 612, + 699, "[e_lobby_player_status_insert_input!]!" ], "on_conflict": [ - 616 + 703 ] } ], "insert_e_lobby_player_status_one": [ - 605, + 692, { "object": [ - 612, + 699, "e_lobby_player_status_insert_input!" ], "on_conflict": [ - 616 + 703 ] } ], "insert_e_map_pool_types": [ - 635, + 722, { "objects": [ - 632, + 719, "[e_map_pool_types_insert_input!]!" ], "on_conflict": [ - 637 + 724 ] } ], "insert_e_map_pool_types_one": [ - 625, + 712, { "object": [ - 632, + 719, "e_map_pool_types_insert_input!" ], "on_conflict": [ - 637 + 724 ] } ], "insert_e_match_clip_visibility": [ - 656, + 743, { "objects": [ - 653, + 740, "[e_match_clip_visibility_insert_input!]!" ], "on_conflict": [ - 657 + 744 ] } ], "insert_e_match_clip_visibility_one": [ - 646, + 733, { "object": [ - 653, + 740, "e_match_clip_visibility_insert_input!" ], "on_conflict": [ - 657 + 744 ] } ], "insert_e_match_map_status": [ - 676, + 763, { "objects": [ - 673, + 760, "[e_match_map_status_insert_input!]!" ], "on_conflict": [ - 678 + 765 ] } ], "insert_e_match_map_status_one": [ - 666, + 753, { "object": [ - 673, + 760, "e_match_map_status_insert_input!" ], "on_conflict": [ - 678 + 765 ] } ], "insert_e_match_mode": [ - 697, + 784, { "objects": [ - 694, + 781, "[e_match_mode_insert_input!]!" ], "on_conflict": [ - 698 + 785 ] } ], "insert_e_match_mode_one": [ - 687, + 774, { "object": [ - 694, + 781, "e_match_mode_insert_input!" ], "on_conflict": [ - 698 + 785 ] } ], "insert_e_match_status": [ - 717, + 804, { "objects": [ - 714, + 801, "[e_match_status_insert_input!]!" ], "on_conflict": [ - 719 + 806 ] } ], "insert_e_match_status_one": [ - 707, + 794, { "object": [ - 714, + 801, "e_match_status_insert_input!" ], "on_conflict": [ - 719 + 806 ] } ], "insert_e_match_types": [ - 738, + 825, { "objects": [ - 735, + 822, "[e_match_types_insert_input!]!" ], "on_conflict": [ - 740 + 827 ] } ], "insert_e_match_types_one": [ - 728, + 815, { "object": [ - 735, + 822, "e_match_types_insert_input!" ], "on_conflict": [ - 740 + 827 ] } ], "insert_e_notification_types": [ - 759, + 846, { "objects": [ - 756, + 843, "[e_notification_types_insert_input!]!" ], "on_conflict": [ - 760 + 847 ] } ], "insert_e_notification_types_one": [ - 749, + 836, { "object": [ - 756, + 843, "e_notification_types_insert_input!" ], "on_conflict": [ - 760 + 847 ] } ], "insert_e_objective_types": [ - 779, + 866, { "objects": [ - 776, + 863, "[e_objective_types_insert_input!]!" ], "on_conflict": [ - 780 + 867 ] } ], "insert_e_objective_types_one": [ - 769, + 856, { "object": [ - 776, + 863, "e_objective_types_insert_input!" ], "on_conflict": [ - 780 + 867 ] } ], "insert_e_player_roles": [ - 799, + 886, { "objects": [ - 796, + 883, "[e_player_roles_insert_input!]!" ], "on_conflict": [ - 800 + 887 ] } ], "insert_e_player_roles_one": [ - 789, + 876, { "object": [ - 796, + 883, "e_player_roles_insert_input!" ], "on_conflict": [ - 800 + 887 ] } ], "insert_e_ready_settings": [ - 819, + 906, { "objects": [ - 816, + 903, "[e_ready_settings_insert_input!]!" ], "on_conflict": [ - 820 + 907 ] } ], "insert_e_ready_settings_one": [ - 809, + 896, { "object": [ - 816, + 903, "e_ready_settings_insert_input!" ], "on_conflict": [ - 820 + 907 ] } ], "insert_e_sanction_types": [ - 839, + 926, { "objects": [ - 836, + 923, "[e_sanction_types_insert_input!]!" ], "on_conflict": [ - 841 + 928 ] } ], "insert_e_sanction_types_one": [ - 829, + 916, { "object": [ - 836, + 923, "e_sanction_types_insert_input!" ], "on_conflict": [ - 841 + 928 ] } ], "insert_e_scrim_request_statuses": [ - 860, + 947, { "objects": [ - 857, + 944, "[e_scrim_request_statuses_insert_input!]!" ], "on_conflict": [ - 861 + 948 ] } ], "insert_e_scrim_request_statuses_one": [ - 850, + 937, { "object": [ - 857, + 944, "e_scrim_request_statuses_insert_input!" ], "on_conflict": [ - 861 + 948 ] } ], "insert_e_server_types": [ - 880, + 967, { "objects": [ - 877, + 964, "[e_server_types_insert_input!]!" ], "on_conflict": [ - 881 + 968 ] } ], "insert_e_server_types_one": [ - 870, + 957, { "object": [ - 877, + 964, "e_server_types_insert_input!" ], "on_conflict": [ - 881 + 968 ] } ], "insert_e_sides": [ - 900, + 987, { "objects": [ - 897, + 984, "[e_sides_insert_input!]!" ], "on_conflict": [ - 901 + 988 ] } ], "insert_e_sides_one": [ - 890, + 977, { "object": [ - 897, + 984, "e_sides_insert_input!" ], "on_conflict": [ - 901 + 988 ] } ], "insert_e_system_alert_types": [ - 920, + 1007, { "objects": [ - 917, + 1004, "[e_system_alert_types_insert_input!]!" ], "on_conflict": [ - 921 + 1008 ] } ], "insert_e_system_alert_types_one": [ - 910, + 997, { "object": [ - 917, + 1004, "e_system_alert_types_insert_input!" ], "on_conflict": [ - 921 + 1008 ] } ], "insert_e_team_roles": [ - 940, + 1027, { "objects": [ - 937, + 1024, "[e_team_roles_insert_input!]!" ], "on_conflict": [ - 942 + 1029 ] } ], "insert_e_team_roles_one": [ - 930, + 1017, { "object": [ - 937, + 1024, "e_team_roles_insert_input!" ], "on_conflict": [ - 942 + 1029 ] } ], "insert_e_team_roster_statuses": [ - 961, + 1048, { "objects": [ - 958, + 1045, "[e_team_roster_statuses_insert_input!]!" ], "on_conflict": [ - 962 + 1049 ] } ], "insert_e_team_roster_statuses_one": [ - 951, + 1038, { "object": [ - 958, + 1045, "e_team_roster_statuses_insert_input!" ], "on_conflict": [ - 962 + 1049 ] } ], "insert_e_timeout_settings": [ - 981, + 1068, { "objects": [ - 978, + 1065, "[e_timeout_settings_insert_input!]!" ], "on_conflict": [ - 982 + 1069 ] } ], "insert_e_timeout_settings_one": [ - 971, + 1058, { "object": [ - 978, + 1065, "e_timeout_settings_insert_input!" ], "on_conflict": [ - 982 + 1069 ] } ], "insert_e_tournament_stage_types": [ - 1001, + 1088, { "objects": [ - 998, + 1085, "[e_tournament_stage_types_insert_input!]!" ], "on_conflict": [ - 1003 + 1090 ] } ], "insert_e_tournament_stage_types_one": [ - 991, + 1078, { "object": [ - 998, + 1085, "e_tournament_stage_types_insert_input!" ], "on_conflict": [ - 1003 + 1090 ] } ], "insert_e_tournament_status": [ - 1022, + 1109, { "objects": [ - 1019, + 1106, "[e_tournament_status_insert_input!]!" ], "on_conflict": [ - 1024 + 1111 ] } ], "insert_e_tournament_status_one": [ - 1012, + 1099, { "object": [ - 1019, + 1106, "e_tournament_status_insert_input!" ], "on_conflict": [ - 1024 + 1111 ] } ], "insert_e_utility_types": [ - 1043, + 1130, { "objects": [ - 1040, + 1127, "[e_utility_types_insert_input!]!" ], "on_conflict": [ - 1044 + 1131 ] } ], "insert_e_utility_types_one": [ - 1033, + 1120, { "object": [ - 1040, + 1127, "e_utility_types_insert_input!" ], "on_conflict": [ - 1044 + 1131 ] } ], "insert_e_veto_pick_types": [ - 1063, + 1150, { "objects": [ - 1060, + 1147, "[e_veto_pick_types_insert_input!]!" ], "on_conflict": [ - 1064 + 1151 ] } ], "insert_e_veto_pick_types_one": [ - 1053, + 1140, { "object": [ - 1060, + 1147, "e_veto_pick_types_insert_input!" ], "on_conflict": [ - 1064 + 1151 ] } ], "insert_e_winning_reasons": [ - 1083, + 1170, { "objects": [ - 1080, + 1167, "[e_winning_reasons_insert_input!]!" ], "on_conflict": [ - 1084 + 1171 ] } ], "insert_e_winning_reasons_one": [ - 1073, + 1160, { "object": [ - 1080, + 1167, "e_winning_reasons_insert_input!" ], "on_conflict": [ - 1084 + 1171 ] } ], "insert_friends": [ - 1105, + 1192, { "objects": [ - 1102, + 1189, "[friends_insert_input!]!" ], "on_conflict": [ - 1106 + 1193 ] } ], "insert_friends_one": [ - 1095, + 1182, { "object": [ - 1102, + 1189, "friends_insert_input!" ], "on_conflict": [ - 1106 + 1193 ] } ], "insert_game_server_nodes": [ - 1145, + 1232, { "objects": [ - 1140, + 1227, "[game_server_nodes_insert_input!]!" ], "on_conflict": [ - 1147 + 1234 ] } ], "insert_game_server_nodes_one": [ - 1122, + 1209, { "object": [ - 1140, + 1227, "game_server_nodes_insert_input!" ], "on_conflict": [ - 1147 + 1234 ] } ], "insert_game_versions": [ - 1187, + 1274, { "objects": [ - 1184, + 1271, "[game_versions_insert_input!]!" ], "on_conflict": [ - 1189 + 1276 ] } ], "insert_game_versions_one": [ - 1173, + 1260, { "object": [ - 1184, + 1271, "game_versions_insert_input!" ], "on_conflict": [ - 1189 + 1276 ] } ], "insert_gamedata_signature_validations": [ - 1220, + 1307, { "objects": [ - 1217, + 1304, "[gamedata_signature_validations_insert_input!]!" ], "on_conflict": [ - 1221 + 1308 ] } ], "insert_gamedata_signature_validations_one": [ - 1206, + 1293, { "object": [ - 1217, + 1304, "gamedata_signature_validations_insert_input!" ], "on_conflict": [ - 1221 + 1308 ] } ], "insert_leaderboard_entries": [ - 1256, + 1344, { "objects": [ - 1253, + 1341, "[leaderboard_entries_insert_input!]!" ] } ], "insert_leaderboard_entries_one": [ - 1247, + 1335, { "object": [ - 1253, + 1341, "leaderboard_entries_insert_input!" ] } ], + "insert_league_divisions": [ + 1369, + { + "objects": [ + 1366, + "[league_divisions_insert_input!]!" + ], + "on_conflict": [ + 1371 + ] + } + ], + "insert_league_divisions_one": [ + 1359, + { + "object": [ + 1366, + "league_divisions_insert_input!" + ], + "on_conflict": [ + 1371 + ] + } + ], + "insert_league_match_weeks": [ + 1404, + { + "objects": [ + 1399, + "[league_match_weeks_insert_input!]!" + ], + "on_conflict": [ + 1405 + ] + } + ], + "insert_league_match_weeks_one": [ + 1387, + { + "object": [ + 1399, + "league_match_weeks_insert_input!" + ], + "on_conflict": [ + 1405 + ] + } + ], + "insert_league_relegation_playoffs": [ + 1445, + { + "objects": [ + 1440, + "[league_relegation_playoffs_insert_input!]!" + ], + "on_conflict": [ + 1446 + ] + } + ], + "insert_league_relegation_playoffs_one": [ + 1428, + { + "object": [ + 1440, + "league_relegation_playoffs_insert_input!" + ], + "on_conflict": [ + 1446 + ] + } + ], + "insert_league_scheduling_proposals": [ + 1486, + { + "objects": [ + 1481, + "[league_scheduling_proposals_insert_input!]!" + ], + "on_conflict": [ + 1487 + ] + } + ], + "insert_league_scheduling_proposals_one": [ + 1469, + { + "object": [ + 1481, + "league_scheduling_proposals_insert_input!" + ], + "on_conflict": [ + 1487 + ] + } + ], + "insert_league_season_divisions": [ + 1524, + { + "objects": [ + 1519, + "[league_season_divisions_insert_input!]!" + ], + "on_conflict": [ + 1526 + ] + } + ], + "insert_league_season_divisions_one": [ + 1510, + { + "object": [ + 1519, + "league_season_divisions_insert_input!" + ], + "on_conflict": [ + 1526 + ] + } + ], + "insert_league_seasons": [ + 1549, + { + "objects": [ + 1546, + "[league_seasons_insert_input!]!" + ], + "on_conflict": [ + 1551 + ] + } + ], + "insert_league_seasons_one": [ + 1535, + { + "object": [ + 1546, + "league_seasons_insert_input!" + ], + "on_conflict": [ + 1551 + ] + } + ], + "insert_league_team_movements": [ + 1585, + { + "objects": [ + 1580, + "[league_team_movements_insert_input!]!" + ], + "on_conflict": [ + 1586 + ] + } + ], + "insert_league_team_movements_one": [ + 1568, + { + "object": [ + 1580, + "league_team_movements_insert_input!" + ], + "on_conflict": [ + 1586 + ] + } + ], + "insert_league_team_rosters": [ + 1626, + { + "objects": [ + 1621, + "[league_team_rosters_insert_input!]!" + ], + "on_conflict": [ + 1627 + ] + } + ], + "insert_league_team_rosters_one": [ + 1609, + { + "object": [ + 1621, + "league_team_rosters_insert_input!" + ], + "on_conflict": [ + 1627 + ] + } + ], + "insert_league_team_seasons": [ + 1667, + { + "objects": [ + 1662, + "[league_team_seasons_insert_input!]!" + ], + "on_conflict": [ + 1669 + ] + } + ], + "insert_league_team_seasons_one": [ + 1650, + { + "object": [ + 1662, + "league_team_seasons_insert_input!" + ], + "on_conflict": [ + 1669 + ] + } + ], + "insert_league_teams": [ + 1700, + { + "objects": [ + 1697, + "[league_teams_insert_input!]!" + ], + "on_conflict": [ + 1702 + ] + } + ], + "insert_league_teams_one": [ + 1692, + { + "object": [ + 1697, + "league_teams_insert_input!" + ], + "on_conflict": [ + 1702 + ] + } + ], "insert_lobbies": [ - 1278, + 1719, { "objects": [ - 1275, + 1716, "[lobbies_insert_input!]!" ], "on_conflict": [ - 1280 + 1721 ] } ], "insert_lobbies_one": [ - 1270, + 1711, { "object": [ - 1275, + 1716, "lobbies_insert_input!" ], "on_conflict": [ - 1280 + 1721 ] } ], "insert_lobby_players": [ - 1308, + 1749, { "objects": [ - 1303, + 1744, "[lobby_players_insert_input!]!" ], "on_conflict": [ - 1309 + 1750 ] } ], "insert_lobby_players_one": [ - 1289, + 1730, { "object": [ - 1303, + 1744, "lobby_players_insert_input!" ], "on_conflict": [ - 1309 + 1750 ] } ], "insert_map_pools": [ - 1342, + 1783, { "objects": [ - 1339, + 1780, "[map_pools_insert_input!]!" ], "on_conflict": [ - 1344 + 1785 ] } ], "insert_map_pools_one": [ - 1334, + 1775, { "object": [ - 1339, + 1780, "map_pools_insert_input!" ], "on_conflict": [ - 1344 + 1785 ] } ], "insert_maps": [ - 1369, + 1810, { "objects": [ - 1364, + 1805, "[maps_insert_input!]!" ], "on_conflict": [ - 1371 + 1812 ] } ], "insert_maps_one": [ - 1353, + 1794, { "object": [ - 1364, + 1805, "maps_insert_input!" ], "on_conflict": [ - 1371 + 1812 ] } ], "insert_match_clips": [ - 1399, + 1840, { "objects": [ - 1394, + 1835, "[match_clips_insert_input!]!" ], "on_conflict": [ - 1401 + 1842 ] } ], "insert_match_clips_one": [ - 1382, + 1823, { "object": [ - 1394, + 1835, "match_clips_insert_input!" ], "on_conflict": [ - 1401 + 1842 ] } ], "insert_match_demo_sessions": [ - 1445, + 1886, { "objects": [ - 1440, + 1881, "[match_demo_sessions_insert_input!]!" ], "on_conflict": [ - 1446 + 1887 ] } ], "insert_match_demo_sessions_one": [ - 1424, + 1865, { "object": [ - 1440, + 1881, "match_demo_sessions_insert_input!" ], "on_conflict": [ - 1446 + 1887 ] } ], "insert_match_lineup_players": [ - 1489, + 1930, { "objects": [ - 1484, + 1925, "[match_lineup_players_insert_input!]!" ], "on_conflict": [ - 1490 + 1931 ] } ], "insert_match_lineup_players_one": [ - 1470, + 1911, { "object": [ - 1484, + 1925, "match_lineup_players_insert_input!" ], "on_conflict": [ - 1490 + 1931 ] } ], "insert_match_lineups": [ - 1532, + 1973, { "objects": [ - 1527, + 1968, "[match_lineups_insert_input!]!" ], "on_conflict": [ - 1534 + 1975 ] } ], "insert_match_lineups_one": [ - 1515, + 1956, { "object": [ - 1527, + 1968, "match_lineups_insert_input!" ], "on_conflict": [ - 1534 + 1975 ] } ], "insert_match_map_demos": [ - 1580, + 2021, { "objects": [ - 1575, + 2016, "[match_map_demos_insert_input!]!" ], "on_conflict": [ - 1582 + 2023 ] } ], "insert_match_map_demos_one": [ - 1557, + 1998, { "object": [ - 1575, + 2016, "match_map_demos_insert_input!" ], "on_conflict": [ - 1582 + 2023 ] } ], "insert_match_map_rounds": [ - 1625, + 2066, { "objects": [ - 1620, + 2061, "[match_map_rounds_insert_input!]!" ], "on_conflict": [ - 1626 + 2067 ] } ], "insert_match_map_rounds_one": [ - 1608, + 2049, { "object": [ - 1620, + 2061, "match_map_rounds_insert_input!" ], "on_conflict": [ - 1626 + 2067 ] } ], "insert_match_map_veto_picks": [ - 1663, + 2104, { "objects": [ - 1658, + 2099, "[match_map_veto_picks_insert_input!]!" ], "on_conflict": [ - 1664 + 2105 ] } ], "insert_match_map_veto_picks_one": [ - 1649, + 2090, { "object": [ - 1658, + 2099, "match_map_veto_picks_insert_input!" ], "on_conflict": [ - 1664 + 2105 ] } ], "insert_match_maps": [ - 1690, + 2131, { "objects": [ - 1685, + 2126, "[match_maps_insert_input!]!" ], "on_conflict": [ - 1692 + 2133 ] } ], "insert_match_maps_one": [ - 1673, + 2114, { "object": [ - 1685, + 2126, "match_maps_insert_input!" ], "on_conflict": [ - 1692 + 2133 ] } ], "insert_match_options": [ - 1725, + 2166, { "objects": [ - 1722, + 2163, "[match_options_insert_input!]!" ], "on_conflict": [ - 1727 + 2168 ] } ], "insert_match_options_one": [ - 1715, + 2156, { "object": [ - 1722, + 2163, "match_options_insert_input!" ], "on_conflict": [ - 1727 + 2168 ] } ], "insert_match_region_veto_picks": [ - 1757, + 2198, { "objects": [ - 1752, + 2193, "[match_region_veto_picks_insert_input!]!" ], "on_conflict": [ - 1758 + 2199 ] } ], "insert_match_region_veto_picks_one": [ - 1743, + 2184, { "object": [ - 1752, + 2193, "match_region_veto_picks_insert_input!" ], "on_conflict": [ - 1758 + 2199 ] } ], "insert_match_streams": [ - 1790, + 2231, { "objects": [ - 1785, + 2226, "[match_streams_insert_input!]!" ], "on_conflict": [ - 1791 + 2232 ] } ], "insert_match_streams_one": [ - 1767, + 2208, { "object": [ - 1785, + 2226, "match_streams_insert_input!" ], "on_conflict": [ - 1791 + 2232 ] } ], "insert_match_type_cfgs": [ - 1825, + 2266, { "objects": [ - 1822, + 2263, "[match_type_cfgs_insert_input!]!" ], "on_conflict": [ - 1826 + 2267 ] } ], "insert_match_type_cfgs_one": [ - 1817, + 2258, { "object": [ - 1822, + 2263, "match_type_cfgs_insert_input!" ], "on_conflict": [ - 1826 + 2267 ] } ], "insert_matches": [ - 1852, + 2293, { "objects": [ - 1847, + 2288, "[matches_insert_input!]!" ], "on_conflict": [ - 1854 + 2295 ] } ], "insert_matches_one": [ - 1835, + 2276, { "object": [ - 1847, + 2288, "matches_insert_input!" ], "on_conflict": [ - 1854 + 2295 ] } ], "insert_migration_hashes_hashes": [ - 1885, + 2326, { "objects": [ - 1882, + 2323, "[migration_hashes_hashes_insert_input!]!" ], "on_conflict": [ - 1886 + 2327 ] } ], "insert_migration_hashes_hashes_one": [ - 1877, + 2318, { "object": [ - 1882, + 2323, "migration_hashes_hashes_insert_input!" ], "on_conflict": [ - 1886 + 2327 ] } ], "insert_my_friends": [ - 1917, + 2358, { "objects": [ - 1912, + 2353, "[my_friends_insert_input!]!" ] } ], "insert_my_friends_one": [ - 1895, + 2336, { "object": [ - 1912, + 2353, "my_friends_insert_input!" ] } ], "insert_news_articles": [ - 1951, + 2392, { "objects": [ - 1948, + 2389, "[news_articles_insert_input!]!" ], "on_conflict": [ - 1952 + 2393 ] } ], "insert_news_articles_one": [ - 1941, + 2382, { "object": [ - 1948, + 2389, "news_articles_insert_input!" ], "on_conflict": [ - 1952 + 2393 ] } ], "insert_notifications": [ - 1991, + 2432, { "objects": [ - 1986, + 2427, "[notifications_insert_input!]!" ], "on_conflict": [ - 1992 + 2433 ] } ], "insert_notifications_one": [ - 1968, + 2409, { "object": [ - 1986, + 2427, "notifications_insert_input!" ], "on_conflict": [ - 1992 + 2433 ] } ], "insert_pending_match_import_players": [ - 2038, + 2479, { "objects": [ - 2033, + 2474, "[pending_match_import_players_insert_input!]!" ], "on_conflict": [ - 2039 + 2480 ] } ], "insert_pending_match_import_players_one": [ - 2021, + 2462, { "object": [ - 2033, + 2474, "pending_match_import_players_insert_input!" ], "on_conflict": [ - 2039 + 2480 ] } ], "insert_pending_match_imports": [ - 2072, + 2513, { "objects": [ - 2069, + 2510, "[pending_match_imports_insert_input!]!" ], "on_conflict": [ - 2074 + 2515 ] } ], "insert_pending_match_imports_one": [ - 2062, + 2503, { "object": [ - 2069, + 2510, "pending_match_imports_insert_input!" ], "on_conflict": [ - 2074 + 2515 ] } ], "insert_player_aim_stats_demo": [ - 2100, + 2541, { "objects": [ - 2097, + 2538, "[player_aim_stats_demo_insert_input!]!" ], "on_conflict": [ - 2101 + 2542 ] } ], "insert_player_aim_stats_demo_one": [ - 2090, + 2531, { "object": [ - 2097, + 2538, "player_aim_stats_demo_insert_input!" ], "on_conflict": [ - 2101 + 2542 ] } ], "insert_player_aim_weapon_stats": [ - 2134, + 2575, { "objects": [ - 2129, + 2570, "[player_aim_weapon_stats_insert_input!]!" ], "on_conflict": [ - 2135 + 2576 ] } ], "insert_player_aim_weapon_stats_one": [ - 2117, + 2558, { "object": [ - 2129, + 2570, "player_aim_weapon_stats_insert_input!" ], "on_conflict": [ - 2135 + 2576 ] } ], "insert_player_assists": [ - 2177, + 2618, { "objects": [ - 2172, + 2613, "[player_assists_insert_input!]!" ], "on_conflict": [ - 2178 + 2619 ] } ], "insert_player_assists_one": [ - 2158, + 2599, { "object": [ - 2172, + 2613, "player_assists_insert_input!" ], "on_conflict": [ - 2178 + 2619 ] } ], "insert_player_damages": [ - 2238, + 2679, { "objects": [ - 2233, + 2674, "[player_damages_insert_input!]!" ], "on_conflict": [ - 2239 + 2680 ] } ], "insert_player_damages_one": [ - 2221, + 2662, { "object": [ - 2233, + 2674, "player_damages_insert_input!" ], "on_conflict": [ - 2239 + 2680 ] } ], "insert_player_elo": [ - 2272, + 2713, { "objects": [ - 2269, + 2710, "[player_elo_insert_input!]!" ], "on_conflict": [ - 2273 + 2714 ] } ], "insert_player_elo_one": [ - 2262, + 2703, { "object": [ - 2269, + 2710, "player_elo_insert_input!" ], "on_conflict": [ - 2273 + 2714 ] } ], "insert_player_faceit_rank_history": [ - 2306, + 2747, { "objects": [ - 2301, + 2742, "[player_faceit_rank_history_insert_input!]!" ], "on_conflict": [ - 2307 + 2748 ] } ], "insert_player_faceit_rank_history_one": [ - 2289, + 2730, { "object": [ - 2301, + 2742, "player_faceit_rank_history_insert_input!" ], "on_conflict": [ - 2307 + 2748 ] } ], "insert_player_flashes": [ - 2349, + 2790, { "objects": [ - 2344, + 2785, "[player_flashes_insert_input!]!" ], "on_conflict": [ - 2350 + 2791 ] } ], "insert_player_flashes_one": [ - 2330, + 2771, { "object": [ - 2344, + 2785, "player_flashes_insert_input!" ], "on_conflict": [ - 2350 + 2791 ] } ], "insert_player_kills": [ - 2435, + 2876, { "objects": [ - 2430, + 2871, "[player_kills_insert_input!]!" ], "on_conflict": [ - 2436 + 2877 ] } ], "insert_player_kills_by_weapon": [ - 2404, + 2845, { "objects": [ - 2399, + 2840, "[player_kills_by_weapon_insert_input!]!" ], "on_conflict": [ - 2405 + 2846 ] } ], "insert_player_kills_by_weapon_one": [ - 2387, + 2828, { "object": [ - 2399, + 2840, "player_kills_by_weapon_insert_input!" ], "on_conflict": [ - 2405 + 2846 ] } ], "insert_player_kills_one": [ - 2375, + 2816, { "object": [ - 2430, + 2871, "player_kills_insert_input!" ], "on_conflict": [ - 2436 + 2877 ] } ], "insert_player_leaderboard_rank": [ - 2470, + 2911, { "objects": [ - 2467, + 2908, "[player_leaderboard_rank_insert_input!]!" ] } ], "insert_player_leaderboard_rank_one": [ - 2461, + 2902, { "object": [ - 2467, + 2908, "player_leaderboard_rank_insert_input!" ] } ], "insert_player_match_map_stats": [ - 2501, + 2942, { "objects": [ - 2496, + 2937, "[player_match_map_stats_insert_input!]!" ], "on_conflict": [ - 2502 + 2943 ] } ], "insert_player_match_map_stats_one": [ - 2484, + 2925, { "object": [ - 2496, + 2937, "player_match_map_stats_insert_input!" ], "on_conflict": [ - 2502 + 2943 ] } ], "insert_player_objectives": [ - 2593, + 3034, { "objects": [ - 2588, + 3029, "[player_objectives_insert_input!]!" ], "on_conflict": [ - 2594 + 3035 ] } ], "insert_player_objectives_one": [ - 2576, + 3017, { "object": [ - 2588, + 3029, "player_objectives_insert_input!" ], "on_conflict": [ - 2594 + 3035 ] } ], "insert_player_premier_rank_history": [ - 2652, + 3093, { "objects": [ - 2647, + 3088, "[player_premier_rank_history_insert_input!]!" ], "on_conflict": [ - 2653 + 3094 ] } ], "insert_player_premier_rank_history_one": [ - 2635, + 3076, { "object": [ - 2647, + 3088, "player_premier_rank_history_insert_input!" ], "on_conflict": [ - 2653 + 3094 ] } ], "insert_player_sanctions": [ - 2693, + 3134, { "objects": [ - 2688, + 3129, "[player_sanctions_insert_input!]!" ], "on_conflict": [ - 2694 + 3135 ] } ], "insert_player_sanctions_one": [ - 2676, + 3117, { "object": [ - 2688, + 3129, "player_sanctions_insert_input!" ], "on_conflict": [ - 2694 + 3135 ] } ], "insert_player_season_stats": [ - 2744, + 3185, { "objects": [ - 2739, + 3180, "[player_season_stats_insert_input!]!" ], "on_conflict": [ - 2745 + 3186 ] } ], "insert_player_season_stats_one": [ - 2717, + 3158, { "object": [ - 2739, + 3180, "player_season_stats_insert_input!" ], "on_conflict": [ - 2745 + 3186 ] } ], "insert_player_stats": [ - 2786, + 3227, { "objects": [ - 2783, + 3224, "[player_stats_insert_input!]!" ], "on_conflict": [ - 2788 + 3229 ] } ], "insert_player_stats_one": [ - 2776, + 3217, { "object": [ - 2783, + 3224, "player_stats_insert_input!" ], "on_conflict": [ - 2788 + 3229 ] } ], "insert_player_steam_bot_friend": [ - 2818, + 3259, { "objects": [ - 2815, + 3256, "[player_steam_bot_friend_insert_input!]!" ], "on_conflict": [ - 2819 + 3260 ] } ], "insert_player_steam_bot_friend_one": [ - 2804, + 3245, { "object": [ - 2815, + 3256, "player_steam_bot_friend_insert_input!" ], "on_conflict": [ - 2819 + 3260 ] } ], "insert_player_steam_match_auth": [ - 2846, + 3287, { "objects": [ - 2843, + 3284, "[player_steam_match_auth_insert_input!]!" ], "on_conflict": [ - 2847 + 3288 ] } ], "insert_player_steam_match_auth_one": [ - 2836, + 3277, { "object": [ - 2843, + 3284, "player_steam_match_auth_insert_input!" ], "on_conflict": [ - 2847 + 3288 ] } ], "insert_player_unused_utility": [ - 2880, + 3321, { "objects": [ - 2875, + 3316, "[player_unused_utility_insert_input!]!" ], "on_conflict": [ - 2881 + 3322 ] } ], "insert_player_unused_utility_one": [ - 2863, + 3304, { "object": [ - 2875, + 3316, "player_unused_utility_insert_input!" ], "on_conflict": [ - 2881 + 3322 ] } ], "insert_player_utility": [ - 2921, + 3362, { "objects": [ - 2916, + 3357, "[player_utility_insert_input!]!" ], "on_conflict": [ - 2922 + 3363 ] } ], "insert_player_utility_one": [ - 2904, + 3345, { "object": [ - 2916, + 3357, "player_utility_insert_input!" ], "on_conflict": [ - 2922 + 3363 ] } ], "insert_players": [ - 2988, + 3429, { "objects": [ - 2985, + 3426, "[players_insert_input!]!" ], "on_conflict": [ - 2990 + 3431 ] } ], "insert_players_one": [ - 2978, + 3419, { "object": [ - 2985, + 3426, "players_insert_input!" ], "on_conflict": [ - 2990 + 3431 ] } ], "insert_plugin_versions": [ - 3016, + 3457, { "objects": [ - 3013, + 3454, "[plugin_versions_insert_input!]!" ], "on_conflict": [ - 3017 + 3458 ] } ], "insert_plugin_versions_one": [ - 3006, + 3447, { "object": [ - 3013, + 3454, "plugin_versions_insert_input!" ], "on_conflict": [ - 3017 + 3458 ] } ], "insert_seasons": [ - 3044, + 3488, { "objects": [ - 3041, + 3485, "[seasons_insert_input!]!" ], "on_conflict": [ - 3046 + 3490 ] } ], "insert_seasons_one": [ - 3034, + 3478, { "object": [ - 3041, + 3485, "seasons_insert_input!" ], "on_conflict": [ - 3046 + 3490 ] } ], "insert_server_regions": [ - 3071, + 3515, { "objects": [ - 3068, + 3512, "[server_regions_insert_input!]!" ], "on_conflict": [ - 3073 + 3517 ] } ], "insert_server_regions_one": [ - 3062, + 3506, { "object": [ - 3068, + 3512, "server_regions_insert_input!" ], "on_conflict": [ - 3073 + 3517 ] } ], "insert_servers": [ - 3108, + 3552, { "objects": [ - 3103, + 3547, "[servers_insert_input!]!" ], "on_conflict": [ - 3110 + 3554 ] } ], "insert_servers_one": [ - 3089, + 3533, { "object": [ - 3103, + 3547, "servers_insert_input!" ], "on_conflict": [ - 3110 + 3554 ] } ], "insert_settings": [ - 3143, + 3587, { "objects": [ - 3140, + 3584, "[settings_insert_input!]!" ], "on_conflict": [ - 3144 + 3588 ] } ], "insert_settings_one": [ - 3135, + 3579, { "object": [ - 3140, + 3584, "settings_insert_input!" ], "on_conflict": [ - 3144 + 3588 ] } ], "insert_steam_account_claims": [ - 3167, + 3613, { "objects": [ - 3162, + 3608, "[steam_account_claims_insert_input!]!" ], "on_conflict": [ - 3168 + 3614 ] } ], "insert_steam_account_claims_one": [ - 3153, + 3599, { "object": [ - 3162, + 3608, "steam_account_claims_insert_input!" ], "on_conflict": [ - 3168 + 3614 ] } ], "insert_steam_accounts": [ - 3187, + 3633, { "objects": [ - 3184, + 3630, "[steam_accounts_insert_input!]!" ], "on_conflict": [ - 3189 + 3635 ] } ], "insert_steam_accounts_one": [ - 3177, + 3623, { "object": [ - 3184, + 3630, "steam_accounts_insert_input!" ], "on_conflict": [ - 3189 + 3635 ] } ], "insert_system_alerts": [ - 3215, + 3661, { "objects": [ - 3212, + 3658, "[system_alerts_insert_input!]!" ], "on_conflict": [ - 3216 + 3662 ] } ], "insert_system_alerts_one": [ - 3205, + 3651, { "object": [ - 3212, + 3658, "system_alerts_insert_input!" ], "on_conflict": [ - 3216 + 3662 ] } ], "insert_team_invites": [ - 3249, + 3695, { "objects": [ - 3244, + 3690, "[team_invites_insert_input!]!" ], "on_conflict": [ - 3250 + 3696 ] } ], "insert_team_invites_one": [ - 3232, + 3678, { "object": [ - 3244, + 3690, "team_invites_insert_input!" ], "on_conflict": [ - 3250 + 3696 ] } ], "insert_team_roster": [ - 3292, + 3738, { "objects": [ - 3287, + 3733, "[team_roster_insert_input!]!" ], "on_conflict": [ - 3293 + 3739 ] } ], "insert_team_roster_one": [ - 3273, + 3719, { "object": [ - 3287, + 3733, "team_roster_insert_input!" ], "on_conflict": [ - 3293 + 3739 ] } ], "insert_team_scrim_alerts": [ - 3328, + 3774, { "objects": [ - 3325, + 3771, "[team_scrim_alerts_insert_input!]!" ], "on_conflict": [ - 3329 + 3775 ] } ], "insert_team_scrim_alerts_one": [ - 3318, + 3764, { "object": [ - 3325, + 3771, "team_scrim_alerts_insert_input!" ], "on_conflict": [ - 3329 + 3775 ] } ], "insert_team_scrim_availability": [ - 3361, + 3807, { "objects": [ - 3356, + 3802, "[team_scrim_availability_insert_input!]!" ], "on_conflict": [ - 3362 + 3808 ] } ], "insert_team_scrim_availability_one": [ - 3345, + 3791, { "object": [ - 3356, + 3802, "team_scrim_availability_insert_input!" ], "on_conflict": [ - 3362 + 3808 ] } ], "insert_team_scrim_request_proposals": [ - 3390, + 3836, { "objects": [ - 3385, + 3831, "[team_scrim_request_proposals_insert_input!]!" ], "on_conflict": [ - 3391 + 3837 ] } ], "insert_team_scrim_request_proposals_one": [ - 3373, + 3819, { "object": [ - 3385, + 3831, "team_scrim_request_proposals_insert_input!" ], "on_conflict": [ - 3391 + 3837 ] } ], "insert_team_scrim_requests": [ - 3433, + 3879, { "objects": [ - 3428, + 3874, "[team_scrim_requests_insert_input!]!" ], "on_conflict": [ - 3435 + 3881 ] } ], "insert_team_scrim_requests_one": [ - 3414, + 3860, { "object": [ - 3428, + 3874, "team_scrim_requests_insert_input!" ], "on_conflict": [ - 3435 + 3881 ] } ], "insert_team_scrim_settings": [ - 3470, + 3916, { "objects": [ - 3467, + 3913, "[team_scrim_settings_insert_input!]!" ], "on_conflict": [ - 3472 + 3918 ] } ], "insert_team_scrim_settings_one": [ - 3460, + 3906, { "object": [ - 3467, + 3913, "team_scrim_settings_insert_input!" ], "on_conflict": [ - 3472 + 3918 ] } ], "insert_team_suggestions": [ - 3498, + 3944, { "objects": [ - 3495, + 3941, "[team_suggestions_insert_input!]!" ], "on_conflict": [ - 3499 + 3945 ] } ], "insert_team_suggestions_one": [ - 3488, + 3934, { "object": [ - 3495, + 3941, "team_suggestions_insert_input!" ], "on_conflict": [ - 3499 + 3945 ] } ], "insert_teams": [ - 3532, + 3978, { "objects": [ - 3527, + 3973, "[teams_insert_input!]!" ], "on_conflict": [ - 3534 + 3980 ] } ], "insert_teams_one": [ - 3515, + 3961, { "object": [ - 3527, + 3973, "teams_insert_input!" ], "on_conflict": [ - 3534 + 3980 ] } ], "insert_tournament_brackets": [ - 3579, + 4025, { "objects": [ - 3574, + 4020, "[tournament_brackets_insert_input!]!" ], "on_conflict": [ - 3581 + 4027 ] } ], "insert_tournament_brackets_one": [ - 3560, + 4006, { "object": [ - 3574, + 4020, "tournament_brackets_insert_input!" ], "on_conflict": [ - 3581 + 4027 ] } ], "insert_tournament_organizers": [ - 3623, + 4069, { "objects": [ - 3618, + 4064, "[tournament_organizers_insert_input!]!" ], "on_conflict": [ - 3624 + 4070 ] } ], "insert_tournament_organizers_one": [ - 3606, + 4052, { "object": [ - 3618, + 4064, "tournament_organizers_insert_input!" ], "on_conflict": [ - 3624 + 4070 + ] + } + ], + "insert_tournament_stage_windows": [ + 4110, + { + "objects": [ + 4105, + "[tournament_stage_windows_insert_input!]!" + ], + "on_conflict": [ + 4111 + ] + } + ], + "insert_tournament_stage_windows_one": [ + 4093, + { + "object": [ + 4105, + "tournament_stage_windows_insert_input!" + ], + "on_conflict": [ + 4111 ] } ], "insert_tournament_stages": [ - 3670, + 4157, { "objects": [ - 3665, + 4152, "[tournament_stages_insert_input!]!" ], "on_conflict": [ - 3672 + 4159 ] } ], "insert_tournament_stages_one": [ - 3647, + 4134, { "object": [ - 3665, + 4152, "tournament_stages_insert_input!" ], "on_conflict": [ - 3672 + 4159 ] } ], "insert_tournament_team_invites": [ - 3715, + 4202, { "objects": [ - 3710, + 4197, "[tournament_team_invites_insert_input!]!" ], "on_conflict": [ - 3716 + 4203 ] } ], "insert_tournament_team_invites_one": [ - 3698, + 4185, { "object": [ - 3710, + 4197, "tournament_team_invites_insert_input!" ], "on_conflict": [ - 3716 + 4203 ] } ], "insert_tournament_team_roster": [ - 3756, + 4243, { "objects": [ - 3751, + 4238, "[tournament_team_roster_insert_input!]!" ], "on_conflict": [ - 3757 + 4244 ] } ], "insert_tournament_team_roster_one": [ - 3739, + 4226, { "object": [ - 3751, + 4238, "tournament_team_roster_insert_input!" ], "on_conflict": [ - 3757 + 4244 ] } ], "insert_tournament_teams": [ - 3797, + 4284, { "objects": [ - 3792, + 4279, "[tournament_teams_insert_input!]!" ], "on_conflict": [ - 3799 + 4286 ] } ], "insert_tournament_teams_one": [ - 3780, + 4267, { "object": [ - 3792, + 4279, "tournament_teams_insert_input!" ], "on_conflict": [ - 3799 + 4286 ] } ], "insert_tournament_trophies": [ - 3841, + 4328, { "objects": [ - 3836, + 4323, "[tournament_trophies_insert_input!]!" ], "on_conflict": [ - 3842 + 4329 ] } ], "insert_tournament_trophies_one": [ - 3822, + 4309, { "object": [ - 3836, + 4323, "tournament_trophies_insert_input!" ], "on_conflict": [ - 3842 + 4329 ] } ], "insert_tournament_trophy_configs": [ - 3884, + 4371, { "objects": [ - 3879, + 4366, "[tournament_trophy_configs_insert_input!]!" ], "on_conflict": [ - 3886 + 4373 ] } ], "insert_tournament_trophy_configs_one": [ - 3867, + 4354, { "object": [ - 3879, + 4366, "tournament_trophy_configs_insert_input!" ], "on_conflict": [ - 3886 + 4373 ] } ], "insert_tournaments": [ - 3928, + 4415, { "objects": [ - 3923, + 4410, "[tournaments_insert_input!]!" ], "on_conflict": [ - 3930 + 4417 ] } ], "insert_tournaments_one": [ - 3909, + 4396, { "object": [ - 3923, + 4410, "tournaments_insert_input!" ], "on_conflict": [ - 3930 + 4417 ] } ], "insert_v_match_captains": [ - 3985, + 4556, { "objects": [ - 3982, + 4553, "[v_match_captains_insert_input!]!" ] } ], "insert_v_match_captains_one": [ - 3976, + 4547, { "object": [ - 3982, + 4553, "v_match_captains_insert_input!" ] } ], "insert_v_match_map_backup_rounds": [ - 4096, + 4667, { "objects": [ - 4093, + 4664, "[v_match_map_backup_rounds_insert_input!]!" ] } ], "insert_v_match_map_backup_rounds_one": [ - 4087, + 4658, { "object": [ - 4093, + 4664, "v_match_map_backup_rounds_insert_input!" ] } ], "insert_v_player_match_map_hltv": [ - 4318, + 4889, { "objects": [ - 4313, + 4884, "[v_player_match_map_hltv_insert_input!]!" ] } ], "insert_v_player_match_map_hltv_one": [ - 4302, + 4873, { "object": [ - 4313, + 4884, "v_player_match_map_hltv_insert_input!" ] } ], "insert_v_pool_maps": [ - 4477, + 5048, { "objects": [ - 4472, + 5043, "[v_pool_maps_insert_input!]!" ] } ], "insert_v_pool_maps_one": [ - 4462, + 5033, { "object": [ - 4472, + 5043, "v_pool_maps_insert_input!" ] } ], "insert_v_team_stage_results": [ - 4571, + 5142, { "objects": [ - 4566, + 5137, "[v_team_stage_results_insert_input!]!" ], "on_conflict": [ - 4573 + 5144 ] } ], "insert_v_team_stage_results_one": [ - 4544, + 5115, { "object": [ - 4566, + 5137, "v_team_stage_results_insert_input!" ], "on_conflict": [ - 4573 + 5144 ] } ], "joinDraftGame": [ - 82, + 81, { "draftGameId": [ - 3955, + 4442, "uuid!" ], "inviteCode": [ - 79 + 78 ] } ], "joinDraftGameAsParty": [ - 82, + 81, { "draftGameId": [ - 3955, + 4442, "uuid!" ], "inviteCode": [ - 79 + 78 ] } ], @@ -126812,62 +140508,88 @@ export default { 40, { "reason": [ - 79 + 78 ], "serverId": [ - 79, + 78, "String!" ], "steam_id": [ - 79, + 78, "String!" ] } ], + "league_award_forfeit": [ + 2276, + { + "args": [ + 1358, + "league_award_forfeit_args!" + ], + "distinct_on": [ + 2298, + "[matches_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 2296, + "[matches_order_by!]" + ], + "where": [ + 2285 + ] + } + ], "leaveLineup": [ - 82, + 81, { "match_id": [ - 79, + 78, "String!" ] } ], "linkSteamMatchHistory": [ - 71, + 70, { "auth_code": [ - 79, + 78, "String!" ], "share_code": [ - 79, + 78, "String!" ] } ], "loadFixtures": [ - 82 + 81 ], "logout": [ - 82 + 81 ], "moveServerItem": [ - 82, + 81, { "dest_path": [ - 79, + 78, "String!" ], "node_id": [ - 79, + 78, "String!" ], "server_id": [ - 79 + 78 ], "source_path": [ - 79, + 78, "String!" ] } @@ -126876,26 +140598,26 @@ export default { 52 ], "pauseClipRenderBatch": [ - 82, + 81, { "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "pollSteamMatchHistory": [ - 72 + 71 ], "previewDraftGame": [ 22, { "draftGameId": [ - 3955, + 4442, "uuid!" ], "inviteCode": [ - 79 + 78 ] } ], @@ -126906,55 +140628,55 @@ export default { 38 ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "preset": [ - 79, + 78, "String!" ], "resolution": [ - 79 + 78 ], "target_name": [ - 79 + 78 ], "target_steam_id": [ - 79, + 78, "String!" ], "title": [ - 79 + 78 ] } ], "randomizeTeams": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "rebootMatchServer": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "recalculate_tournament_trophies": [ - 3822, + 4309, { "args": [ - 3033, + 3474, "recalculate_tournament_trophies_args!" ], "distinct_on": [ - 3845, + 4332, "[tournament_trophies_select_column!]" ], "limit": [ @@ -126964,11 +140686,11 @@ export default { 38 ], "order_by": [ - 3843, + 4330, "[tournament_trophies_order_by!]" ], "where": [ - 3833 + 4320 ] } ], @@ -126979,10 +140701,10 @@ export default { 59 ], "reconnectLive": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } @@ -126994,61 +140716,113 @@ export default { 61 ], "refreshFaceitRank": [ - 82, + 81, { "steam_id": [ - 79, + 78, "String!" ] } ], "refreshLiveHud": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "registerName": [ - 82, + 81, { "name": [ - 79, + 78, "String!" ] } ], "removeFixtures": [ - 82 + 81 ], "removeSteamPresenceBotAccount": [ - 82, + 81, { "account_id": [ - 79, + 78, "String!" ] } ], + "remove_league_team_from_season": [ + 1650, + { + "args": [ + 3475, + "remove_league_team_from_season_args!" + ], + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } + ], "renameServerItem": [ - 82, + 81, { "new_path": [ - 79, + 78, "String!" ], "node_id": [ - 79, + 78, "String!" ], "old_path": [ - 79, + 78, "String!" ], "server_id": [ - 79 + 78 + ] + } + ], + "reorder_league_divisions": [ + 1359, + { + "args": [ + 3476, + "reorder_league_divisions_args!" + ], + "distinct_on": [ + 1374, + "[league_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1372, + "[league_divisions_order_by!]" + ], + "where": [ + 1363 ] } ], @@ -127059,94 +140833,120 @@ export default { 63 ], "reparseDemo": [ - 82, + 81, { "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "reparseMatchDemos": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "requestNameChange": [ - 82, + 81, { "name": [ - 79, + 78, "String!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "requeueClipRender": [ - 82, + 81, { "job_id": [ - 3955, + 4442, "uuid!" ] } ], "respondDraftInvite": [ - 82, + 81, { "accept": [ 3, "Boolean!" ], "draftGameId": [ - 3955, + 4442, "uuid!" ] } ], "respondToScrimRequest": [ - 82, + 81, { "accept": [ 3, "Boolean!" ], "request_id": [ - 3955, + 4442, "uuid!" ] } ], "restartService": [ - 82, + 81, { "service": [ - 79, + 78, "String!" ] } ], + "restart_league_season": [ + 1535, + { + "args": [ + 3477, + "restart_league_season_args!" + ], + "distinct_on": [ + 1555, + "[league_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1552, + "[league_seasons_order_by!]" + ], + "where": [ + 1540 + ] + } + ], "resumeClipRenderBatch": [ - 82, + 81, { "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "retryClipRenderBatch": [ - 82, + 81, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "only_failed": [ @@ -127158,7 +140958,7 @@ export default { 53, { "valve_match_id": [ - 79, + 78, "String!" ] } @@ -127170,17 +140970,17 @@ export default { 29 ], "reason": [ - 79 + 78 ], "serverId": [ - 79 + 78 ], "steam_id": [ - 79, + 78, "String!" ], "type": [ - 79, + 78, "String!" ] } @@ -127189,20 +140989,20 @@ export default { 48, { "content_markdown": [ - 79, + 78, "String!" ], "cover_image_url": [ - 79 + 78 ], "id": [ - 3955 + 4442 ], "teaser": [ - 79 + 78 ], "title": [ - 79, + 78, "String!" ] } @@ -127211,95 +141011,95 @@ export default { 65 ], "scanSteamBans": [ - 82 + 81 ], "scheduleMatch": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558 + 4004 ] } ], "sendScrimRequest": [ - 82, + 81, { "best_of": [ 38 ], "from_team_id": [ - 3955, + 4442, "uuid!" ], "proposed_scheduled_at": [ - 3558, + 4004, "timestamptz!" ], "region": [ - 79 + 78 ], "to_team_id": [ - 3955, + 4442, "uuid!" ] } ], "setGameNodeSchedulingState": [ - 82, + 81, { "enabled": [ 3, "Boolean!" ], "game_server_node_id": [ - 79, + 78, "String!" ] } ], "setHudMode": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "mode": [ - 79, + 78, "String!" ] } ], "setMapWinner": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "winning_lineup_id": [ - 3955, + 4442, "uuid!" ] } ], "setMatchWinner": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "winning_lineup_id": [ - 3955, + 4442, "uuid!" ] } @@ -127308,58 +141108,58 @@ export default { 48, { "id": [ - 3955, + 4442, "uuid!" ], "status": [ - 79, + 78, "String!" ] } ], "setupGameServer": [ - 70 + 69 ], "skipShaders": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "specAutodirector": [ - 82, + 81, { "enabled": [ 3, "Boolean!" ], "match_id": [ - 3955, + 4442, "uuid!" ] } ], "specClick": [ - 82, + 81, { "button": [ - 79, + 78, "String!" ], "match_id": [ - 3955, + 4442, "uuid!" ] } ], "specHud": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "visible": [ @@ -127369,41 +141169,41 @@ export default { } ], "specHudSides": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "specJump": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "specPlayer": [ - 82, + 81, { "accountid": [ 38, "Int!" ], "match_id": [ - 3955, + 4442, "uuid!" ] } ], "specScoreboard": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "show": [ @@ -127413,10 +141213,10 @@ export default { } ], "specSlot": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "slot": [ @@ -127426,120 +141226,120 @@ export default { } ], "specXray": [ - 82, + 81, { "enabled": [ 3, "Boolean!" ], "match_id": [ - 3955, + 4442, "uuid!" ] } ], "startLive": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "mode": [ - 79, + 78, "String!" ] } ], "startMatch": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ], "server_id": [ - 3955 + 4442 ] } ], "stopGpuSession": [ - 82, + 81, { "game_server_node_id": [ - 3955, + 4442, "uuid!" ] } ], "stopLive": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "stopWatchDemo": [ - 82, + 81, { "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "submitSteamPresenceSteamGuard": [ - 82, + 81, { "account_id": [ - 79, + 78, "String!" ], "code": [ - 79, + 78, "String!" ] } ], "swapLineups": [ - 82, + 81, { "match_id": [ - 3955, + 4442, "uuid!" ] } ], "switchLineup": [ - 82, + 81, { "match_id": [ - 79, + 78, "String!" ] } ], "switchLiveMatch": [ - 82, + 81, { "from_match_id": [ - 3955, + 4442, "uuid!" ], "mode": [ - 79, + 78, "String!" ], "to_match_id": [ - 3955, + 4442, "uuid!" ] } ], "syncSteamFriends": [ - 82 + 81 ], "testFaceitIntegration": [ 24 @@ -127548,71 +141348,71 @@ export default { 87 ], "unlinkDiscord": [ - 82 + 81 ], "unlinkSteamMatchHistory": [ - 82 + 81 ], "unsanctionServerPlayer": [ 64, { "serverId": [ - 79 + 78 ], "steam_id": [ - 79, + 78, "String!" ], "type": [ - 79, + 78, "String!" ] } ], "updateClip": [ - 82, + 81, { "clip_id": [ - 3955, + 4442, "uuid!" ], "target_steam_id": [ - 79 + 78 ], "title": [ - 79 + 78 ], "visibility": [ - 79 + 78 ] } ], "updateCs": [ - 82, + 81, { "game": [ - 79 + 78 ], "game_server_node_id": [ - 3955 + 4442 ] } ], "updateDraftGame": [ - 82, + 81, { "draftGameId": [ - 3955, + 4442, "uuid!" ], "settings": [ - 1244, + 1332, "jsonb!" ] } ], "updateServices": [ - 82 + 81 ], "update__map_pool": [ 100, @@ -127648,4666 +141448,5245 @@ export default { } ], "update_abandoned_matches": [ - 127, + 128, { "_inc": [ - 121 + 122 ], "_set": [ - 132 + 133 ], "where": [ - 119, + 120, "abandoned_matches_bool_exp!" ] } ], "update_abandoned_matches_by_pk": [ - 110, + 111, { "_inc": [ - 121 + 122 ], "_set": [ - 132 + 133 ], "pk_columns": [ - 130, + 131, "abandoned_matches_pk_columns_input!" ] } ], "update_abandoned_matches_many": [ - 127, + 128, { "updates": [ - 144, + 145, "[abandoned_matches_updates!]!" ] } ], "update_api_keys": [ - 161, + 162, { "_inc": [ - 157 + 158 ], "_set": [ - 166 + 167 ], "where": [ - 155, + 156, "api_keys_bool_exp!" ] } ], "update_api_keys_by_pk": [ - 151, + 152, { "_inc": [ - 157 + 158 ], "_set": [ - 166 + 167 ], "pk_columns": [ - 164, + 165, "api_keys_pk_columns_input!" ] } ], "update_api_keys_many": [ - 161, + 162, { "updates": [ - 174, + 175, "[api_keys_updates!]!" ] } ], "update_clip_render_jobs": [ - 206, + 208, { "_append": [ - 191 + 193 ], "_delete_at_path": [ - 197 + 199 ], "_delete_elem": [ - 198 + 200 ], "_delete_key": [ - 199 + 201 ], "_inc": [ - 200 + 202 ], "_prepend": [ - 210 + 212 ], "_set": [ - 214 + 216 ], "where": [ - 195, + 197, "clip_render_jobs_bool_exp!" ] } ], "update_clip_render_jobs_by_pk": [ - 183, + 185, { "_append": [ - 191 + 193 ], "_delete_at_path": [ - 197 + 199 ], "_delete_elem": [ - 198 + 200 ], "_delete_key": [ - 199 + 201 ], "_inc": [ - 200 + 202 ], "_prepend": [ - 210 + 212 ], "_set": [ - 214 + 216 ], "pk_columns": [ - 209, + 211, "clip_render_jobs_pk_columns_input!" ] } ], "update_clip_render_jobs_many": [ - 206, + 208, { "updates": [ - 226, + 228, "[clip_render_jobs_updates!]!" ] } ], "update_db_backups": [ - 244, + 247, { "_inc": [ - 240 + 243 ], "_set": [ - 249 + 252 ], "where": [ - 238, + 241, "db_backups_bool_exp!" ] } ], "update_db_backups_by_pk": [ - 234, + 237, { "_inc": [ - 240 + 243 ], "_set": [ - 249 + 252 ], "pk_columns": [ - 247, + 250, "db_backups_pk_columns_input!" ] } ], "update_db_backups_many": [ - 244, + 247, { "updates": [ - 257, + 260, "[db_backups_updates!]!" ] } ], "update_draft_game_picks": [ - 280, + 283, { "_inc": [ - 274 + 277 ], "_set": [ - 287 + 290 ], "where": [ - 272, + 275, "draft_game_picks_bool_exp!" ] } ], "update_draft_game_picks_by_pk": [ - 261, + 264, { "_inc": [ - 274 + 277 ], "_set": [ - 287 + 290 ], "pk_columns": [ - 283, + 286, "draft_game_picks_pk_columns_input!" ] } ], "update_draft_game_picks_many": [ - 280, + 283, { "updates": [ - 299, + 302, "[draft_game_picks_updates!]!" ] } ], "update_draft_game_players": [ - 325, + 328, { "_inc": [ - 319 + 322 ], "_set": [ - 332 + 335 ], "where": [ - 317, + 320, "draft_game_players_bool_exp!" ] } ], "update_draft_game_players_by_pk": [ - 306, + 309, { "_inc": [ - 319 + 322 ], "_set": [ - 332 + 335 ], "pk_columns": [ - 328, + 331, "draft_game_players_pk_columns_input!" ] } ], "update_draft_game_players_many": [ - 325, + 328, { "updates": [ - 344, + 347, "[draft_game_players_updates!]!" ] } ], "update_draft_games": [ - 370, + 373, { "_inc": [ - 364 + 367 ], "_set": [ - 378 + 381 ], "where": [ - 362, + 365, "draft_games_bool_exp!" ] } ], "update_draft_games_by_pk": [ - 351, + 354, { "_inc": [ - 364 + 367 ], "_set": [ - 378 + 381 ], "pk_columns": [ - 374, + 377, "draft_games_pk_columns_input!" ] } ], "update_draft_games_many": [ - 370, + 373, { "updates": [ - 390, + 393, "[draft_games_updates!]!" ] } ], "update_e_check_in_settings": [ - 407, + 410, { "_set": [ - 412 + 415 ], "where": [ - 400, + 403, "e_check_in_settings_bool_exp!" ] } ], "update_e_check_in_settings_by_pk": [ - 397, + 400, { "_set": [ - 412 + 415 ], "pk_columns": [ - 410, + 413, "e_check_in_settings_pk_columns_input!" ] } ], "update_e_check_in_settings_many": [ - 407, + 410, { "updates": [ - 416, + 419, "[e_check_in_settings_updates!]!" ] } ], "update_e_draft_game_captain_selection": [ - 427, + 430, { "_set": [ - 433 + 436 ], "where": [ - 420, + 423, "e_draft_game_captain_selection_bool_exp!" ] } ], "update_e_draft_game_captain_selection_by_pk": [ - 417, + 420, { "_set": [ - 433 + 436 ], "pk_columns": [ - 431, + 434, "e_draft_game_captain_selection_pk_columns_input!" ] } ], "update_e_draft_game_captain_selection_many": [ - 427, + 430, { "updates": [ - 437, + 440, "[e_draft_game_captain_selection_updates!]!" ] } ], "update_e_draft_game_draft_order": [ - 448, + 451, { "_set": [ - 454 + 457 ], "where": [ - 441, + 444, "e_draft_game_draft_order_bool_exp!" ] } ], "update_e_draft_game_draft_order_by_pk": [ - 438, + 441, { "_set": [ - 454 + 457 ], "pk_columns": [ - 452, + 455, "e_draft_game_draft_order_pk_columns_input!" ] } ], "update_e_draft_game_draft_order_many": [ - 448, + 451, { "updates": [ - 458, + 461, "[e_draft_game_draft_order_updates!]!" ] } ], "update_e_draft_game_mode": [ - 469, + 472, { "_set": [ - 475 + 478 ], "where": [ - 462, + 465, "e_draft_game_mode_bool_exp!" ] } ], "update_e_draft_game_mode_by_pk": [ - 459, + 462, { "_set": [ - 475 + 478 ], "pk_columns": [ - 473, + 476, "e_draft_game_mode_pk_columns_input!" ] } ], "update_e_draft_game_mode_many": [ - 469, + 472, { "updates": [ - 479, + 482, "[e_draft_game_mode_updates!]!" ] } ], "update_e_draft_game_player_status": [ - 490, + 493, { "_set": [ - 496 + 499 ], "where": [ - 483, + 486, "e_draft_game_player_status_bool_exp!" ] } ], "update_e_draft_game_player_status_by_pk": [ - 480, + 483, { "_set": [ - 496 + 499 ], "pk_columns": [ - 494, + 497, "e_draft_game_player_status_pk_columns_input!" ] } ], "update_e_draft_game_player_status_many": [ - 490, + 493, { "updates": [ - 500, + 503, "[e_draft_game_player_status_updates!]!" ] } ], "update_e_draft_game_status": [ - 511, + 514, { "_set": [ - 517 + 520 ], "where": [ - 504, + 507, "e_draft_game_status_bool_exp!" ] } ], "update_e_draft_game_status_by_pk": [ - 501, + 504, { "_set": [ - 517 + 520 ], "pk_columns": [ - 515, + 518, "e_draft_game_status_pk_columns_input!" ] } ], "update_e_draft_game_status_many": [ - 511, + 514, { "updates": [ - 521, + 524, "[e_draft_game_status_updates!]!" ] } ], "update_e_friend_status": [ - 532, + 535, { "_set": [ - 538 + 541 ], "where": [ - 525, + 528, "e_friend_status_bool_exp!" ] } ], "update_e_friend_status_by_pk": [ - 522, + 525, { "_set": [ - 538 + 541 ], "pk_columns": [ - 536, + 539, "e_friend_status_pk_columns_input!" ] } ], "update_e_friend_status_many": [ - 532, + 535, { "updates": [ - 542, + 545, "[e_friend_status_updates!]!" ] } ], "update_e_game_cfg_types": [ - 553, + 556, { "_set": [ - 558 + 561 ], "where": [ - 546, + 549, "e_game_cfg_types_bool_exp!" ] } ], "update_e_game_cfg_types_by_pk": [ - 543, + 546, { "_set": [ - 558 + 561 ], "pk_columns": [ - 556, + 559, "e_game_cfg_types_pk_columns_input!" ] } ], "update_e_game_cfg_types_many": [ - 553, + 556, { "updates": [ - 562, + 565, "[e_game_cfg_types_updates!]!" ] } ], "update_e_game_server_node_statuses": [ - 573, + 576, { "_set": [ - 579 + 582 ], "where": [ - 566, + 569, "e_game_server_node_statuses_bool_exp!" ] } ], "update_e_game_server_node_statuses_by_pk": [ - 563, + 566, { "_set": [ - 579 + 582 ], "pk_columns": [ - 577, + 580, "e_game_server_node_statuses_pk_columns_input!" ] } ], "update_e_game_server_node_statuses_many": [ - 573, + 576, { "updates": [ - 583, + 586, "[e_game_server_node_statuses_updates!]!" ] } ], + "update_e_league_movement_types": [ + 597, + { + "_set": [ + 603 + ], + "where": [ + 590, + "e_league_movement_types_bool_exp!" + ] + } + ], + "update_e_league_movement_types_by_pk": [ + 587, + { + "_set": [ + 603 + ], + "pk_columns": [ + 601, + "e_league_movement_types_pk_columns_input!" + ] + } + ], + "update_e_league_movement_types_many": [ + 597, + { + "updates": [ + 607, + "[e_league_movement_types_updates!]!" + ] + } + ], + "update_e_league_proposal_statuses": [ + 618, + { + "_set": [ + 624 + ], + "where": [ + 611, + "e_league_proposal_statuses_bool_exp!" + ] + } + ], + "update_e_league_proposal_statuses_by_pk": [ + 608, + { + "_set": [ + 624 + ], + "pk_columns": [ + 622, + "e_league_proposal_statuses_pk_columns_input!" + ] + } + ], + "update_e_league_proposal_statuses_many": [ + 618, + { + "updates": [ + 628, + "[e_league_proposal_statuses_updates!]!" + ] + } + ], + "update_e_league_registration_statuses": [ + 639, + { + "_set": [ + 645 + ], + "where": [ + 632, + "e_league_registration_statuses_bool_exp!" + ] + } + ], + "update_e_league_registration_statuses_by_pk": [ + 629, + { + "_set": [ + 645 + ], + "pk_columns": [ + 643, + "e_league_registration_statuses_pk_columns_input!" + ] + } + ], + "update_e_league_registration_statuses_many": [ + 639, + { + "updates": [ + 649, + "[e_league_registration_statuses_updates!]!" + ] + } + ], + "update_e_league_season_statuses": [ + 660, + { + "_set": [ + 666 + ], + "where": [ + 653, + "e_league_season_statuses_bool_exp!" + ] + } + ], + "update_e_league_season_statuses_by_pk": [ + 650, + { + "_set": [ + 666 + ], + "pk_columns": [ + 664, + "e_league_season_statuses_pk_columns_input!" + ] + } + ], + "update_e_league_season_statuses_many": [ + 660, + { + "updates": [ + 670, + "[e_league_season_statuses_updates!]!" + ] + } + ], "update_e_lobby_access": [ - 594, + 681, { "_set": [ - 600 + 687 ], "where": [ - 587, + 674, "e_lobby_access_bool_exp!" ] } ], "update_e_lobby_access_by_pk": [ - 584, + 671, { "_set": [ - 600 + 687 ], "pk_columns": [ - 598, + 685, "e_lobby_access_pk_columns_input!" ] } ], "update_e_lobby_access_many": [ - 594, + 681, { "updates": [ - 604, + 691, "[e_lobby_access_updates!]!" ] } ], "update_e_lobby_player_status": [ - 615, + 702, { "_set": [ - 620 + 707 ], "where": [ - 608, + 695, "e_lobby_player_status_bool_exp!" ] } ], "update_e_lobby_player_status_by_pk": [ - 605, + 692, { "_set": [ - 620 + 707 ], "pk_columns": [ - 618, + 705, "e_lobby_player_status_pk_columns_input!" ] } ], "update_e_lobby_player_status_many": [ - 615, + 702, { "updates": [ - 624, + 711, "[e_lobby_player_status_updates!]!" ] } ], "update_e_map_pool_types": [ - 635, + 722, { "_set": [ - 641 + 728 ], "where": [ - 628, + 715, "e_map_pool_types_bool_exp!" ] } ], "update_e_map_pool_types_by_pk": [ - 625, + 712, { "_set": [ - 641 + 728 ], "pk_columns": [ - 639, + 726, "e_map_pool_types_pk_columns_input!" ] } ], "update_e_map_pool_types_many": [ - 635, + 722, { "updates": [ - 645, + 732, "[e_map_pool_types_updates!]!" ] } ], "update_e_match_clip_visibility": [ - 656, + 743, { "_set": [ - 661 + 748 ], "where": [ - 649, + 736, "e_match_clip_visibility_bool_exp!" ] } ], "update_e_match_clip_visibility_by_pk": [ - 646, + 733, { "_set": [ - 661 + 748 ], "pk_columns": [ - 659, + 746, "e_match_clip_visibility_pk_columns_input!" ] } ], "update_e_match_clip_visibility_many": [ - 656, + 743, { "updates": [ - 665, + 752, "[e_match_clip_visibility_updates!]!" ] } ], "update_e_match_map_status": [ - 676, + 763, { "_set": [ - 682 + 769 ], "where": [ - 669, + 756, "e_match_map_status_bool_exp!" ] } ], "update_e_match_map_status_by_pk": [ - 666, + 753, { "_set": [ - 682 + 769 ], "pk_columns": [ - 680, + 767, "e_match_map_status_pk_columns_input!" ] } ], "update_e_match_map_status_many": [ - 676, + 763, { "updates": [ - 686, + 773, "[e_match_map_status_updates!]!" ] } ], "update_e_match_mode": [ - 697, + 784, { "_set": [ - 702 + 789 ], "where": [ - 690, + 777, "e_match_mode_bool_exp!" ] } ], "update_e_match_mode_by_pk": [ - 687, + 774, { "_set": [ - 702 + 789 ], "pk_columns": [ - 700, + 787, "e_match_mode_pk_columns_input!" ] } ], "update_e_match_mode_many": [ - 697, + 784, { "updates": [ - 706, + 793, "[e_match_mode_updates!]!" ] } ], "update_e_match_status": [ - 717, + 804, { "_set": [ - 723 + 810 ], "where": [ - 710, + 797, "e_match_status_bool_exp!" ] } ], "update_e_match_status_by_pk": [ - 707, + 794, { "_set": [ - 723 + 810 ], "pk_columns": [ - 721, + 808, "e_match_status_pk_columns_input!" ] } ], "update_e_match_status_many": [ - 717, + 804, { "updates": [ - 727, + 814, "[e_match_status_updates!]!" ] } ], "update_e_match_types": [ - 738, + 825, { "_set": [ - 744 + 831 ], "where": [ - 731, + 818, "e_match_types_bool_exp!" ] } ], "update_e_match_types_by_pk": [ - 728, + 815, { "_set": [ - 744 + 831 ], "pk_columns": [ - 742, + 829, "e_match_types_pk_columns_input!" ] } ], "update_e_match_types_many": [ - 738, + 825, { "updates": [ - 748, + 835, "[e_match_types_updates!]!" ] } ], "update_e_notification_types": [ - 759, + 846, { "_set": [ - 764 + 851 ], "where": [ - 752, + 839, "e_notification_types_bool_exp!" ] } ], "update_e_notification_types_by_pk": [ - 749, + 836, { "_set": [ - 764 + 851 ], "pk_columns": [ - 762, + 849, "e_notification_types_pk_columns_input!" ] } ], "update_e_notification_types_many": [ - 759, + 846, { "updates": [ - 768, + 855, "[e_notification_types_updates!]!" ] } ], "update_e_objective_types": [ - 779, + 866, { "_set": [ - 784 + 871 ], "where": [ - 772, + 859, "e_objective_types_bool_exp!" ] } ], "update_e_objective_types_by_pk": [ - 769, + 856, { "_set": [ - 784 + 871 ], "pk_columns": [ - 782, + 869, "e_objective_types_pk_columns_input!" ] } ], "update_e_objective_types_many": [ - 779, + 866, { "updates": [ - 788, + 875, "[e_objective_types_updates!]!" ] } ], "update_e_player_roles": [ - 799, + 886, { "_set": [ - 804 + 891 ], "where": [ - 792, + 879, "e_player_roles_bool_exp!" ] } ], "update_e_player_roles_by_pk": [ - 789, + 876, { "_set": [ - 804 + 891 ], "pk_columns": [ - 802, + 889, "e_player_roles_pk_columns_input!" ] } ], "update_e_player_roles_many": [ - 799, + 886, { "updates": [ - 808, + 895, "[e_player_roles_updates!]!" ] } ], "update_e_ready_settings": [ - 819, + 906, { "_set": [ - 824 + 911 ], "where": [ - 812, + 899, "e_ready_settings_bool_exp!" ] } ], "update_e_ready_settings_by_pk": [ - 809, + 896, { "_set": [ - 824 + 911 ], "pk_columns": [ - 822, + 909, "e_ready_settings_pk_columns_input!" ] } ], "update_e_ready_settings_many": [ - 819, + 906, { "updates": [ - 828, + 915, "[e_ready_settings_updates!]!" ] } ], "update_e_sanction_types": [ - 839, + 926, { "_set": [ - 845 + 932 ], "where": [ - 832, + 919, "e_sanction_types_bool_exp!" ] } ], "update_e_sanction_types_by_pk": [ - 829, + 916, { "_set": [ - 845 + 932 ], "pk_columns": [ - 843, + 930, "e_sanction_types_pk_columns_input!" ] } ], "update_e_sanction_types_many": [ - 839, + 926, { "updates": [ - 849, + 936, "[e_sanction_types_updates!]!" ] } ], "update_e_scrim_request_statuses": [ - 860, + 947, { "_set": [ - 865 + 952 ], "where": [ - 853, + 940, "e_scrim_request_statuses_bool_exp!" ] } ], "update_e_scrim_request_statuses_by_pk": [ - 850, + 937, { "_set": [ - 865 + 952 ], "pk_columns": [ - 863, + 950, "e_scrim_request_statuses_pk_columns_input!" ] } ], "update_e_scrim_request_statuses_many": [ - 860, + 947, { "updates": [ - 869, + 956, "[e_scrim_request_statuses_updates!]!" ] } ], "update_e_server_types": [ - 880, + 967, { "_set": [ - 885 + 972 ], "where": [ - 873, + 960, "e_server_types_bool_exp!" ] } ], "update_e_server_types_by_pk": [ - 870, + 957, { "_set": [ - 885 + 972 ], "pk_columns": [ - 883, + 970, "e_server_types_pk_columns_input!" ] } ], "update_e_server_types_many": [ - 880, + 967, { "updates": [ - 889, + 976, "[e_server_types_updates!]!" ] } ], "update_e_sides": [ - 900, + 987, { "_set": [ - 905 + 992 ], "where": [ - 893, + 980, "e_sides_bool_exp!" ] } ], "update_e_sides_by_pk": [ - 890, + 977, { "_set": [ - 905 + 992 ], "pk_columns": [ - 903, + 990, "e_sides_pk_columns_input!" ] } ], "update_e_sides_many": [ - 900, + 987, { "updates": [ - 909, + 996, "[e_sides_updates!]!" ] } ], "update_e_system_alert_types": [ - 920, + 1007, { "_set": [ - 925 + 1012 ], "where": [ - 913, + 1000, "e_system_alert_types_bool_exp!" ] } ], "update_e_system_alert_types_by_pk": [ - 910, + 997, { "_set": [ - 925 + 1012 ], "pk_columns": [ - 923, + 1010, "e_system_alert_types_pk_columns_input!" ] } ], "update_e_system_alert_types_many": [ - 920, + 1007, { "updates": [ - 929, + 1016, "[e_system_alert_types_updates!]!" ] } ], "update_e_team_roles": [ - 940, + 1027, { "_set": [ - 946 + 1033 ], "where": [ - 933, + 1020, "e_team_roles_bool_exp!" ] } ], "update_e_team_roles_by_pk": [ - 930, + 1017, { "_set": [ - 946 + 1033 ], "pk_columns": [ - 944, + 1031, "e_team_roles_pk_columns_input!" ] } ], "update_e_team_roles_many": [ - 940, + 1027, { "updates": [ - 950, + 1037, "[e_team_roles_updates!]!" ] } ], "update_e_team_roster_statuses": [ - 961, + 1048, { "_set": [ - 966 + 1053 ], "where": [ - 954, + 1041, "e_team_roster_statuses_bool_exp!" ] } ], "update_e_team_roster_statuses_by_pk": [ - 951, + 1038, { "_set": [ - 966 + 1053 ], "pk_columns": [ - 964, + 1051, "e_team_roster_statuses_pk_columns_input!" ] } ], "update_e_team_roster_statuses_many": [ - 961, + 1048, { "updates": [ - 970, + 1057, "[e_team_roster_statuses_updates!]!" ] } ], "update_e_timeout_settings": [ - 981, + 1068, { "_set": [ - 986 + 1073 ], "where": [ - 974, + 1061, "e_timeout_settings_bool_exp!" ] } ], "update_e_timeout_settings_by_pk": [ - 971, + 1058, { "_set": [ - 986 + 1073 ], "pk_columns": [ - 984, + 1071, "e_timeout_settings_pk_columns_input!" ] } ], "update_e_timeout_settings_many": [ - 981, + 1068, { "updates": [ - 990, + 1077, "[e_timeout_settings_updates!]!" ] } ], "update_e_tournament_stage_types": [ - 1001, + 1088, { "_set": [ - 1007 + 1094 ], "where": [ - 994, + 1081, "e_tournament_stage_types_bool_exp!" ] } ], "update_e_tournament_stage_types_by_pk": [ - 991, + 1078, { "_set": [ - 1007 + 1094 ], "pk_columns": [ - 1005, + 1092, "e_tournament_stage_types_pk_columns_input!" ] } ], "update_e_tournament_stage_types_many": [ - 1001, + 1088, { "updates": [ - 1011, + 1098, "[e_tournament_stage_types_updates!]!" ] } ], "update_e_tournament_status": [ - 1022, + 1109, { "_set": [ - 1028 + 1115 ], "where": [ - 1015, + 1102, "e_tournament_status_bool_exp!" ] } ], "update_e_tournament_status_by_pk": [ - 1012, + 1099, { "_set": [ - 1028 + 1115 ], "pk_columns": [ - 1026, + 1113, "e_tournament_status_pk_columns_input!" ] } ], "update_e_tournament_status_many": [ - 1022, + 1109, { "updates": [ - 1032, + 1119, "[e_tournament_status_updates!]!" ] } ], "update_e_utility_types": [ - 1043, + 1130, { "_set": [ - 1048 + 1135 ], "where": [ - 1036, + 1123, "e_utility_types_bool_exp!" ] } ], "update_e_utility_types_by_pk": [ - 1033, + 1120, { "_set": [ - 1048 + 1135 ], "pk_columns": [ - 1046, + 1133, "e_utility_types_pk_columns_input!" ] } ], "update_e_utility_types_many": [ - 1043, + 1130, { "updates": [ - 1052, + 1139, "[e_utility_types_updates!]!" ] } ], "update_e_veto_pick_types": [ - 1063, + 1150, { "_set": [ - 1068 + 1155 ], "where": [ - 1056, + 1143, "e_veto_pick_types_bool_exp!" ] } ], "update_e_veto_pick_types_by_pk": [ - 1053, + 1140, { "_set": [ - 1068 + 1155 ], "pk_columns": [ - 1066, + 1153, "e_veto_pick_types_pk_columns_input!" ] } ], "update_e_veto_pick_types_many": [ - 1063, + 1150, { "updates": [ - 1072, + 1159, "[e_veto_pick_types_updates!]!" ] } ], "update_e_winning_reasons": [ - 1083, + 1170, { "_set": [ - 1088 + 1175 ], "where": [ - 1076, + 1163, "e_winning_reasons_bool_exp!" ] } ], "update_e_winning_reasons_by_pk": [ - 1073, + 1160, { "_set": [ - 1088 + 1175 ], "pk_columns": [ - 1086, + 1173, "e_winning_reasons_pk_columns_input!" ] } ], "update_e_winning_reasons_many": [ - 1083, + 1170, { "updates": [ - 1092, + 1179, "[e_winning_reasons_updates!]!" ] } ], "update_friends": [ - 1105, + 1192, { "_inc": [ - 1101 + 1188 ], "_set": [ - 1110 + 1197 ], "where": [ - 1099, + 1186, "friends_bool_exp!" ] } ], "update_friends_by_pk": [ - 1095, + 1182, { "_inc": [ - 1101 + 1188 ], "_set": [ - 1110 + 1197 ], "pk_columns": [ - 1108, + 1195, "friends_pk_columns_input!" ] } ], "update_friends_many": [ - 1105, + 1192, { "updates": [ - 1118, + 1205, "[friends_updates!]!" ] } ], "update_game_server_nodes": [ - 1145, + 1232, { "_append": [ - 1130 + 1217 ], "_delete_at_path": [ - 1136 + 1223 ], "_delete_elem": [ - 1137 + 1224 ], "_delete_key": [ - 1138 + 1225 ], "_inc": [ - 1139 + 1226 ], "_prepend": [ - 1150 + 1237 ], "_set": [ - 1154 + 1241 ], "where": [ - 1134, + 1221, "game_server_nodes_bool_exp!" ] } ], "update_game_server_nodes_by_pk": [ - 1122, + 1209, { "_append": [ - 1130 + 1217 ], "_delete_at_path": [ - 1136 + 1223 ], "_delete_elem": [ - 1137 + 1224 ], "_delete_key": [ - 1138 + 1225 ], "_inc": [ - 1139 + 1226 ], "_prepend": [ - 1150 + 1237 ], "_set": [ - 1154 + 1241 ], "pk_columns": [ - 1149, + 1236, "game_server_nodes_pk_columns_input!" ] } ], "update_game_server_nodes_many": [ - 1145, + 1232, { "updates": [ - 1166, + 1253, "[game_server_nodes_updates!]!" ] } ], "update_game_versions": [ - 1187, + 1274, { "_append": [ - 1176 + 1263 ], "_delete_at_path": [ - 1180 + 1267 ], "_delete_elem": [ - 1181 + 1268 ], "_delete_key": [ - 1182 + 1269 ], "_inc": [ - 1183 + 1270 ], "_prepend": [ - 1192 + 1279 ], "_set": [ - 1194 + 1281 ], "where": [ - 1178, + 1265, "game_versions_bool_exp!" ] } ], "update_game_versions_by_pk": [ - 1173, + 1260, { "_append": [ - 1176 + 1263 ], "_delete_at_path": [ - 1180 + 1267 ], "_delete_elem": [ - 1181 + 1268 ], "_delete_key": [ - 1182 + 1269 ], "_inc": [ - 1183 + 1270 ], "_prepend": [ - 1192 + 1279 ], "_set": [ - 1194 + 1281 ], "pk_columns": [ - 1191, + 1278, "game_versions_pk_columns_input!" ] } ], "update_game_versions_many": [ - 1187, + 1274, { "updates": [ - 1202, + 1289, "[game_versions_updates!]!" ] } ], "update_gamedata_signature_validations": [ - 1220, + 1307, { "_append": [ - 1209 + 1296 ], "_delete_at_path": [ - 1213 + 1300 ], "_delete_elem": [ - 1214 + 1301 ], "_delete_key": [ - 1215 + 1302 ], "_inc": [ - 1216 + 1303 ], "_prepend": [ - 1224 + 1311 ], "_set": [ - 1226 + 1313 ], "where": [ - 1211, + 1298, "gamedata_signature_validations_bool_exp!" ] } ], "update_gamedata_signature_validations_by_pk": [ - 1206, + 1293, { "_append": [ - 1209 + 1296 ], "_delete_at_path": [ - 1213 + 1300 ], "_delete_elem": [ - 1214 + 1301 ], "_delete_key": [ - 1215 + 1302 ], "_inc": [ - 1216 + 1303 ], "_prepend": [ - 1224 + 1311 ], "_set": [ - 1226 + 1313 ], "pk_columns": [ - 1223, + 1310, "gamedata_signature_validations_pk_columns_input!" ] } ], "update_gamedata_signature_validations_many": [ - 1220, + 1307, { "updates": [ - 1234, + 1321, "[gamedata_signature_validations_updates!]!" ] } ], "update_leaderboard_entries": [ - 1256, + 1344, { "_inc": [ - 1252 + 1340 ], "_set": [ - 1259 + 1347 ], "where": [ - 1251, + 1339, "leaderboard_entries_bool_exp!" ] } ], "update_leaderboard_entries_many": [ - 1256, + 1344, { "updates": [ - 1266, + 1354, "[leaderboard_entries_updates!]!" ] } ], + "update_league_divisions": [ + 1369, + { + "_inc": [ + 1365 + ], + "_set": [ + 1375 + ], + "where": [ + 1363, + "league_divisions_bool_exp!" + ] + } + ], + "update_league_divisions_by_pk": [ + 1359, + { + "_inc": [ + 1365 + ], + "_set": [ + 1375 + ], + "pk_columns": [ + 1373, + "league_divisions_pk_columns_input!" + ] + } + ], + "update_league_divisions_many": [ + 1369, + { + "updates": [ + 1383, + "[league_divisions_updates!]!" + ] + } + ], + "update_league_match_weeks": [ + 1404, + { + "_inc": [ + 1398 + ], + "_set": [ + 1409 + ], + "where": [ + 1396, + "league_match_weeks_bool_exp!" + ] + } + ], + "update_league_match_weeks_by_pk": [ + 1387, + { + "_inc": [ + 1398 + ], + "_set": [ + 1409 + ], + "pk_columns": [ + 1407, + "league_match_weeks_pk_columns_input!" + ] + } + ], + "update_league_match_weeks_many": [ + 1404, + { + "updates": [ + 1421, + "[league_match_weeks_updates!]!" + ] + } + ], + "update_league_relegation_playoffs": [ + 1445, + { + "_inc": [ + 1439 + ], + "_set": [ + 1450 + ], + "where": [ + 1437, + "league_relegation_playoffs_bool_exp!" + ] + } + ], + "update_league_relegation_playoffs_by_pk": [ + 1428, + { + "_inc": [ + 1439 + ], + "_set": [ + 1450 + ], + "pk_columns": [ + 1448, + "league_relegation_playoffs_pk_columns_input!" + ] + } + ], + "update_league_relegation_playoffs_many": [ + 1445, + { + "updates": [ + 1462, + "[league_relegation_playoffs_updates!]!" + ] + } + ], + "update_league_scheduling_proposals": [ + 1486, + { + "_inc": [ + 1480 + ], + "_set": [ + 1491 + ], + "where": [ + 1478, + "league_scheduling_proposals_bool_exp!" + ] + } + ], + "update_league_scheduling_proposals_by_pk": [ + 1469, + { + "_inc": [ + 1480 + ], + "_set": [ + 1491 + ], + "pk_columns": [ + 1489, + "league_scheduling_proposals_pk_columns_input!" + ] + } + ], + "update_league_scheduling_proposals_many": [ + 1486, + { + "updates": [ + 1503, + "[league_scheduling_proposals_updates!]!" + ] + } + ], + "update_league_season_divisions": [ + 1524, + { + "_set": [ + 1530 + ], + "where": [ + 1517, + "league_season_divisions_bool_exp!" + ] + } + ], + "update_league_season_divisions_by_pk": [ + 1510, + { + "_set": [ + 1530 + ], + "pk_columns": [ + 1528, + "league_season_divisions_pk_columns_input!" + ] + } + ], + "update_league_season_divisions_many": [ + 1524, + { + "updates": [ + 1534, + "[league_season_divisions_updates!]!" + ] + } + ], + "update_league_seasons": [ + 1549, + { + "_append": [ + 1538 + ], + "_delete_at_path": [ + 1542 + ], + "_delete_elem": [ + 1543 + ], + "_delete_key": [ + 1544 + ], + "_inc": [ + 1545 + ], + "_prepend": [ + 1554 + ], + "_set": [ + 1556 + ], + "where": [ + 1540, + "league_seasons_bool_exp!" + ] + } + ], + "update_league_seasons_by_pk": [ + 1535, + { + "_append": [ + 1538 + ], + "_delete_at_path": [ + 1542 + ], + "_delete_elem": [ + 1543 + ], + "_delete_key": [ + 1544 + ], + "_inc": [ + 1545 + ], + "_prepend": [ + 1554 + ], + "_set": [ + 1556 + ], + "pk_columns": [ + 1553, + "league_seasons_pk_columns_input!" + ] + } + ], + "update_league_seasons_many": [ + 1549, + { + "updates": [ + 1564, + "[league_seasons_updates!]!" + ] + } + ], + "update_league_team_movements": [ + 1585, + { + "_inc": [ + 1579 + ], + "_set": [ + 1590 + ], + "where": [ + 1577, + "league_team_movements_bool_exp!" + ] + } + ], + "update_league_team_movements_by_pk": [ + 1568, + { + "_inc": [ + 1579 + ], + "_set": [ + 1590 + ], + "pk_columns": [ + 1588, + "league_team_movements_pk_columns_input!" + ] + } + ], + "update_league_team_movements_many": [ + 1585, + { + "updates": [ + 1602, + "[league_team_movements_updates!]!" + ] + } + ], + "update_league_team_rosters": [ + 1626, + { + "_inc": [ + 1620 + ], + "_set": [ + 1631 + ], + "where": [ + 1618, + "league_team_rosters_bool_exp!" + ] + } + ], + "update_league_team_rosters_by_pk": [ + 1609, + { + "_inc": [ + 1620 + ], + "_set": [ + 1631 + ], + "pk_columns": [ + 1629, + "league_team_rosters_pk_columns_input!" + ] + } + ], + "update_league_team_rosters_many": [ + 1626, + { + "updates": [ + 1643, + "[league_team_rosters_updates!]!" + ] + } + ], + "update_league_team_seasons": [ + 1667, + { + "_inc": [ + 1661 + ], + "_set": [ + 1673 + ], + "where": [ + 1659, + "league_team_seasons_bool_exp!" + ] + } + ], + "update_league_team_seasons_by_pk": [ + 1650, + { + "_inc": [ + 1661 + ], + "_set": [ + 1673 + ], + "pk_columns": [ + 1671, + "league_team_seasons_pk_columns_input!" + ] + } + ], + "update_league_team_seasons_many": [ + 1667, + { + "updates": [ + 1685, + "[league_team_seasons_updates!]!" + ] + } + ], + "update_league_teams": [ + 1700, + { + "_set": [ + 1706 + ], + "where": [ + 1695, + "league_teams_bool_exp!" + ] + } + ], + "update_league_teams_by_pk": [ + 1692, + { + "_set": [ + 1706 + ], + "pk_columns": [ + 1704, + "league_teams_pk_columns_input!" + ] + } + ], + "update_league_teams_many": [ + 1700, + { + "updates": [ + 1710, + "[league_teams_updates!]!" + ] + } + ], "update_lobbies": [ - 1278, + 1719, { "_set": [ - 1284 + 1725 ], "where": [ - 1273, + 1714, "lobbies_bool_exp!" ] } ], "update_lobbies_by_pk": [ - 1270, + 1711, { "_set": [ - 1284 + 1725 ], "pk_columns": [ - 1282, + 1723, "lobbies_pk_columns_input!" ] } ], "update_lobbies_many": [ - 1278, + 1719, { "updates": [ - 1288, + 1729, "[lobbies_updates!]!" ] } ], "update_lobby_players": [ - 1308, + 1749, { "_inc": [ - 1302 + 1743 ], "_set": [ - 1315 + 1756 ], "where": [ - 1300, + 1741, "lobby_players_bool_exp!" ] } ], "update_lobby_players_by_pk": [ - 1289, + 1730, { "_inc": [ - 1302 + 1743 ], "_set": [ - 1315 + 1756 ], "pk_columns": [ - 1311, + 1752, "lobby_players_pk_columns_input!" ] } ], "update_lobby_players_many": [ - 1308, + 1749, { "updates": [ - 1327, + 1768, "[lobby_players_updates!]!" ] } ], "update_map_pools": [ - 1342, + 1783, { "_set": [ - 1348 + 1789 ], "where": [ - 1337, + 1778, "map_pools_bool_exp!" ] } ], "update_map_pools_by_pk": [ - 1334, + 1775, { "_set": [ - 1348 + 1789 ], "pk_columns": [ - 1346, + 1787, "map_pools_pk_columns_input!" ] } ], "update_map_pools_many": [ - 1342, + 1783, { "updates": [ - 1352, + 1793, "[map_pools_updates!]!" ] } ], "update_maps": [ - 1369, + 1810, { "_set": [ - 1377 + 1818 ], "where": [ - 1362, + 1803, "maps_bool_exp!" ] } ], "update_maps_by_pk": [ - 1353, + 1794, { "_set": [ - 1377 + 1818 ], "pk_columns": [ - 1373, + 1814, "maps_pk_columns_input!" ] } ], "update_maps_many": [ - 1369, + 1810, { "updates": [ - 1381, + 1822, "[maps_updates!]!" ] } ], "update_match_clips": [ - 1399, + 1840, { "_inc": [ - 1393 + 1834 ], "_set": [ - 1405 + 1846 ], "where": [ - 1391, + 1832, "match_clips_bool_exp!" ] } ], "update_match_clips_by_pk": [ - 1382, + 1823, { "_inc": [ - 1393 + 1834 ], "_set": [ - 1405 + 1846 ], "pk_columns": [ - 1403, + 1844, "match_clips_pk_columns_input!" ] } ], "update_match_clips_many": [ - 1399, + 1840, { "updates": [ - 1417, + 1858, "[match_clips_updates!]!" ] } ], "update_match_demo_sessions": [ - 1445, + 1886, { "_append": [ - 1430 + 1871 ], "_delete_at_path": [ - 1436 + 1877 ], "_delete_elem": [ - 1437 + 1878 ], "_delete_key": [ - 1438 + 1879 ], "_inc": [ - 1439 + 1880 ], "_prepend": [ - 1449 + 1890 ], "_set": [ - 1451 + 1892 ], "where": [ - 1434, + 1875, "match_demo_sessions_bool_exp!" ] } ], "update_match_demo_sessions_by_pk": [ - 1424, + 1865, { "_append": [ - 1430 + 1871 ], "_delete_at_path": [ - 1436 + 1877 ], "_delete_elem": [ - 1437 + 1878 ], "_delete_key": [ - 1438 + 1879 ], "_inc": [ - 1439 + 1880 ], "_prepend": [ - 1449 + 1890 ], "_set": [ - 1451 + 1892 ], "pk_columns": [ - 1448, + 1889, "match_demo_sessions_pk_columns_input!" ] } ], "update_match_demo_sessions_many": [ - 1445, + 1886, { "updates": [ - 1463, + 1904, "[match_demo_sessions_updates!]!" ] } ], "update_match_lineup_players": [ - 1489, + 1930, { "_inc": [ - 1483 + 1924 ], "_set": [ - 1496 + 1937 ], "where": [ - 1481, + 1922, "match_lineup_players_bool_exp!" ] } ], "update_match_lineup_players_by_pk": [ - 1470, + 1911, { "_inc": [ - 1483 + 1924 ], "_set": [ - 1496 + 1937 ], "pk_columns": [ - 1492, + 1933, "match_lineup_players_pk_columns_input!" ] } ], "update_match_lineup_players_many": [ - 1489, + 1930, { "updates": [ - 1508, + 1949, "[match_lineup_players_updates!]!" ] } ], "update_match_lineups": [ - 1532, + 1973, { "_inc": [ - 1526 + 1967 ], "_set": [ - 1538 + 1979 ], "where": [ - 1524, + 1965, "match_lineups_bool_exp!" ] } ], "update_match_lineups_by_pk": [ - 1515, + 1956, { "_inc": [ - 1526 + 1967 ], "_set": [ - 1538 + 1979 ], "pk_columns": [ - 1536, + 1977, "match_lineups_pk_columns_input!" ] } ], "update_match_lineups_many": [ - 1532, + 1973, { "updates": [ - 1550, + 1991, "[match_lineups_updates!]!" ] } ], "update_match_map_demos": [ - 1580, + 2021, { "_append": [ - 1565 + 2006 ], "_delete_at_path": [ - 1571 + 2012 ], "_delete_elem": [ - 1572 + 2013 ], "_delete_key": [ - 1573 + 2014 ], "_inc": [ - 1574 + 2015 ], "_prepend": [ - 1585 + 2026 ], "_set": [ - 1589 + 2030 ], "where": [ - 1569, + 2010, "match_map_demos_bool_exp!" ] } ], "update_match_map_demos_by_pk": [ - 1557, + 1998, { "_append": [ - 1565 + 2006 ], "_delete_at_path": [ - 1571 + 2012 ], "_delete_elem": [ - 1572 + 2013 ], "_delete_key": [ - 1573 + 2014 ], "_inc": [ - 1574 + 2015 ], "_prepend": [ - 1585 + 2026 ], "_set": [ - 1589 + 2030 ], "pk_columns": [ - 1584, + 2025, "match_map_demos_pk_columns_input!" ] } ], "update_match_map_demos_many": [ - 1580, + 2021, { "updates": [ - 1601, + 2042, "[match_map_demos_updates!]!" ] } ], "update_match_map_rounds": [ - 1625, + 2066, { "_inc": [ - 1619 + 2060 ], "_set": [ - 1630 + 2071 ], "where": [ - 1617, + 2058, "match_map_rounds_bool_exp!" ] } ], "update_match_map_rounds_by_pk": [ - 1608, + 2049, { "_inc": [ - 1619 + 2060 ], "_set": [ - 1630 + 2071 ], "pk_columns": [ - 1628, + 2069, "match_map_rounds_pk_columns_input!" ] } ], "update_match_map_rounds_many": [ - 1625, + 2066, { "updates": [ - 1642, + 2083, "[match_map_rounds_updates!]!" ] } ], "update_match_map_veto_picks": [ - 1663, + 2104, { "_set": [ - 1668 + 2109 ], "where": [ - 1656, + 2097, "match_map_veto_picks_bool_exp!" ] } ], "update_match_map_veto_picks_by_pk": [ - 1649, + 2090, { "_set": [ - 1668 + 2109 ], "pk_columns": [ - 1666, + 2107, "match_map_veto_picks_pk_columns_input!" ] } ], "update_match_map_veto_picks_many": [ - 1663, + 2104, { "updates": [ - 1672, + 2113, "[match_map_veto_picks_updates!]!" ] } ], "update_match_maps": [ - 1690, + 2131, { "_inc": [ - 1684 + 2125 ], "_set": [ - 1696 + 2137 ], "where": [ - 1682, + 2123, "match_maps_bool_exp!" ] } ], "update_match_maps_by_pk": [ - 1673, + 2114, { "_inc": [ - 1684 + 2125 ], "_set": [ - 1696 + 2137 ], "pk_columns": [ - 1694, + 2135, "match_maps_pk_columns_input!" ] } ], "update_match_maps_many": [ - 1690, + 2131, { "updates": [ - 1708, + 2149, "[match_maps_updates!]!" ] } ], "update_match_options": [ - 1725, + 2166, { "_inc": [ - 1721 + 2162 ], "_set": [ - 1731 + 2172 ], "where": [ - 1719, + 2160, "match_options_bool_exp!" ] } ], "update_match_options_by_pk": [ - 1715, + 2156, { "_inc": [ - 1721 + 2162 ], "_set": [ - 1731 + 2172 ], "pk_columns": [ - 1729, + 2170, "match_options_pk_columns_input!" ] } ], "update_match_options_many": [ - 1725, + 2166, { "updates": [ - 1739, + 2180, "[match_options_updates!]!" ] } ], "update_match_region_veto_picks": [ - 1757, + 2198, { "_set": [ - 1762 + 2203 ], "where": [ - 1750, + 2191, "match_region_veto_picks_bool_exp!" ] } ], "update_match_region_veto_picks_by_pk": [ - 1743, + 2184, { "_set": [ - 1762 + 2203 ], "pk_columns": [ - 1760, + 2201, "match_region_veto_picks_pk_columns_input!" ] } ], "update_match_region_veto_picks_many": [ - 1757, + 2198, { "updates": [ - 1766, + 2207, "[match_region_veto_picks_updates!]!" ] } ], "update_match_streams": [ - 1790, + 2231, { "_append": [ - 1775 + 2216 ], "_delete_at_path": [ - 1781 + 2222 ], "_delete_elem": [ - 1782 + 2223 ], "_delete_key": [ - 1783 + 2224 ], "_inc": [ - 1784 + 2225 ], "_prepend": [ - 1794 + 2235 ], "_set": [ - 1798 + 2239 ], "where": [ - 1779, + 2220, "match_streams_bool_exp!" ] } ], "update_match_streams_by_pk": [ - 1767, + 2208, { "_append": [ - 1775 + 2216 ], "_delete_at_path": [ - 1781 + 2222 ], "_delete_elem": [ - 1782 + 2223 ], "_delete_key": [ - 1783 + 2224 ], "_inc": [ - 1784 + 2225 ], "_prepend": [ - 1794 + 2235 ], "_set": [ - 1798 + 2239 ], "pk_columns": [ - 1793, + 2234, "match_streams_pk_columns_input!" ] } ], "update_match_streams_many": [ - 1790, + 2231, { "updates": [ - 1810, + 2251, "[match_streams_updates!]!" ] } ], "update_match_type_cfgs": [ - 1825, + 2266, { "_set": [ - 1830 + 2271 ], "where": [ - 1820, + 2261, "match_type_cfgs_bool_exp!" ] } ], "update_match_type_cfgs_by_pk": [ - 1817, + 2258, { "_set": [ - 1830 + 2271 ], "pk_columns": [ - 1828, + 2269, "match_type_cfgs_pk_columns_input!" ] } ], "update_match_type_cfgs_many": [ - 1825, + 2266, { "updates": [ - 1834, + 2275, "[match_type_cfgs_updates!]!" ] } ], "update_matches": [ - 1852, + 2293, { "_inc": [ - 1846 + 2287 ], "_set": [ - 1858 + 2299 ], "where": [ - 1844, + 2285, "matches_bool_exp!" ] } ], "update_matches_by_pk": [ - 1835, + 2276, { "_inc": [ - 1846 + 2287 ], "_set": [ - 1858 + 2299 ], "pk_columns": [ - 1856, + 2297, "matches_pk_columns_input!" ] } ], "update_matches_many": [ - 1852, + 2293, { "updates": [ - 1870, + 2311, "[matches_updates!]!" ] } ], "update_migration_hashes_hashes": [ - 1885, + 2326, { "_set": [ - 1890 + 2331 ], "where": [ - 1880, + 2321, "migration_hashes_hashes_bool_exp!" ] } ], "update_migration_hashes_hashes_by_pk": [ - 1877, + 2318, { "_set": [ - 1890 + 2331 ], "pk_columns": [ - 1888, + 2329, "migration_hashes_hashes_pk_columns_input!" ] } ], "update_migration_hashes_hashes_many": [ - 1885, + 2326, { "updates": [ - 1894, + 2335, "[migration_hashes_hashes_updates!]!" ] } ], "update_my_friends": [ - 1917, + 2358, { "_append": [ - 1903 + 2344 ], "_delete_at_path": [ - 1908 + 2349 ], "_delete_elem": [ - 1909 + 2350 ], "_delete_key": [ - 1910 + 2351 ], "_inc": [ - 1911 + 2352 ], "_prepend": [ - 1919 + 2360 ], "_set": [ - 1923 + 2364 ], "where": [ - 1907, + 2348, "my_friends_bool_exp!" ] } ], "update_my_friends_many": [ - 1917, + 2358, { "updates": [ - 1934, + 2375, "[my_friends_updates!]!" ] } ], "update_news_articles": [ - 1951, + 2392, { "_inc": [ - 1947 + 2388 ], "_set": [ - 1956 + 2397 ], "where": [ - 1945, + 2386, "news_articles_bool_exp!" ] } ], "update_news_articles_by_pk": [ - 1941, + 2382, { "_inc": [ - 1947 + 2388 ], "_set": [ - 1956 + 2397 ], "pk_columns": [ - 1954, + 2395, "news_articles_pk_columns_input!" ] } ], "update_news_articles_many": [ - 1951, + 2392, { "updates": [ - 1964, + 2405, "[news_articles_updates!]!" ] } ], "update_notifications": [ - 1991, + 2432, { "_append": [ - 1976 + 2417 ], "_delete_at_path": [ - 1982 + 2423 ], "_delete_elem": [ - 1983 + 2424 ], "_delete_key": [ - 1984 + 2425 ], "_inc": [ - 1985 + 2426 ], "_prepend": [ - 1995 + 2436 ], "_set": [ - 1999 + 2440 ], "where": [ - 1980, + 2421, "notifications_bool_exp!" ] } ], "update_notifications_by_pk": [ - 1968, + 2409, { "_append": [ - 1976 + 2417 ], "_delete_at_path": [ - 1982 + 2423 ], "_delete_elem": [ - 1983 + 2424 ], "_delete_key": [ - 1984 + 2425 ], "_inc": [ - 1985 + 2426 ], "_prepend": [ - 1995 + 2436 ], "_set": [ - 1999 + 2440 ], "pk_columns": [ - 1994, + 2435, "notifications_pk_columns_input!" ] } ], "update_notifications_many": [ - 1991, + 2432, { "updates": [ - 2011, + 2452, "[notifications_updates!]!" ] } ], "update_pending_match_import_players": [ - 2038, + 2479, { "_inc": [ - 2032 + 2473 ], "_set": [ - 2043 + 2484 ], "where": [ - 2030, + 2471, "pending_match_import_players_bool_exp!" ] } ], "update_pending_match_import_players_by_pk": [ - 2021, + 2462, { "_inc": [ - 2032 + 2473 ], "_set": [ - 2043 + 2484 ], "pk_columns": [ - 2041, + 2482, "pending_match_import_players_pk_columns_input!" ] } ], "update_pending_match_import_players_many": [ - 2038, + 2479, { "updates": [ - 2055, + 2496, "[pending_match_import_players_updates!]!" ] } ], "update_pending_match_imports": [ - 2072, + 2513, { "_inc": [ - 2068 + 2509 ], "_set": [ - 2078 + 2519 ], "where": [ - 2066, + 2507, "pending_match_imports_bool_exp!" ] } ], "update_pending_match_imports_by_pk": [ - 2062, + 2503, { "_inc": [ - 2068 + 2509 ], "_set": [ - 2078 + 2519 ], "pk_columns": [ - 2076, + 2517, "pending_match_imports_pk_columns_input!" ] } ], "update_pending_match_imports_many": [ - 2072, + 2513, { "updates": [ - 2086, + 2527, "[pending_match_imports_updates!]!" ] } ], "update_player_aim_stats_demo": [ - 2100, + 2541, { "_inc": [ - 2096 + 2537 ], "_set": [ - 2105 + 2546 ], "where": [ - 2094, + 2535, "player_aim_stats_demo_bool_exp!" ] } ], "update_player_aim_stats_demo_by_pk": [ - 2090, + 2531, { "_inc": [ - 2096 + 2537 ], "_set": [ - 2105 + 2546 ], "pk_columns": [ - 2103, + 2544, "player_aim_stats_demo_pk_columns_input!" ] } ], "update_player_aim_stats_demo_many": [ - 2100, + 2541, { "updates": [ - 2113, + 2554, "[player_aim_stats_demo_updates!]!" ] } ], "update_player_aim_weapon_stats": [ - 2134, + 2575, { "_inc": [ - 2128 + 2569 ], "_set": [ - 2139 + 2580 ], "where": [ - 2126, + 2567, "player_aim_weapon_stats_bool_exp!" ] } ], "update_player_aim_weapon_stats_by_pk": [ - 2117, + 2558, { "_inc": [ - 2128 + 2569 ], "_set": [ - 2139 + 2580 ], "pk_columns": [ - 2137, + 2578, "player_aim_weapon_stats_pk_columns_input!" ] } ], "update_player_aim_weapon_stats_many": [ - 2134, + 2575, { "updates": [ - 2151, + 2592, "[player_aim_weapon_stats_updates!]!" ] } ], "update_player_assists": [ - 2177, + 2618, { "_inc": [ - 2171 + 2612 ], "_set": [ - 2184 + 2625 ], "where": [ - 2169, + 2610, "player_assists_bool_exp!" ] } ], "update_player_assists_by_pk": [ - 2158, + 2599, { "_inc": [ - 2171 + 2612 ], "_set": [ - 2184 + 2625 ], "pk_columns": [ - 2180, + 2621, "player_assists_pk_columns_input!" ] } ], "update_player_assists_many": [ - 2177, + 2618, { "updates": [ - 2196, + 2637, "[player_assists_updates!]!" ] } ], "update_player_damages": [ - 2238, + 2679, { "_inc": [ - 2232 + 2673 ], "_set": [ - 2243 + 2684 ], "where": [ - 2230, + 2671, "player_damages_bool_exp!" ] } ], "update_player_damages_by_pk": [ - 2221, + 2662, { "_inc": [ - 2232 + 2673 ], "_set": [ - 2243 + 2684 ], "pk_columns": [ - 2241, + 2682, "player_damages_pk_columns_input!" ] } ], "update_player_damages_many": [ - 2238, + 2679, { "updates": [ - 2255, + 2696, "[player_damages_updates!]!" ] } ], "update_player_elo": [ - 2272, + 2713, { "_inc": [ - 2268 + 2709 ], "_set": [ - 2277 + 2718 ], "where": [ - 2266, + 2707, "player_elo_bool_exp!" ] } ], "update_player_elo_by_pk": [ - 2262, + 2703, { "_inc": [ - 2268 + 2709 ], "_set": [ - 2277 + 2718 ], "pk_columns": [ - 2275, + 2716, "player_elo_pk_columns_input!" ] } ], "update_player_elo_many": [ - 2272, + 2713, { "updates": [ - 2285, + 2726, "[player_elo_updates!]!" ] } ], "update_player_faceit_rank_history": [ - 2306, + 2747, { "_inc": [ - 2300 + 2741 ], "_set": [ - 2311 + 2752 ], "where": [ - 2298, + 2739, "player_faceit_rank_history_bool_exp!" ] } ], "update_player_faceit_rank_history_by_pk": [ - 2289, + 2730, { "_inc": [ - 2300 + 2741 ], "_set": [ - 2311 + 2752 ], "pk_columns": [ - 2309, + 2750, "player_faceit_rank_history_pk_columns_input!" ] } ], "update_player_faceit_rank_history_many": [ - 2306, + 2747, { "updates": [ - 2323, + 2764, "[player_faceit_rank_history_updates!]!" ] } ], "update_player_flashes": [ - 2349, + 2790, { "_inc": [ - 2343 + 2784 ], "_set": [ - 2356 + 2797 ], "where": [ - 2341, + 2782, "player_flashes_bool_exp!" ] } ], "update_player_flashes_by_pk": [ - 2330, + 2771, { "_inc": [ - 2343 + 2784 ], "_set": [ - 2356 + 2797 ], "pk_columns": [ - 2352, + 2793, "player_flashes_pk_columns_input!" ] } ], "update_player_flashes_many": [ - 2349, + 2790, { "updates": [ - 2368, + 2809, "[player_flashes_updates!]!" ] } ], "update_player_kills": [ - 2435, + 2876, { "_inc": [ - 2429 + 2870 ], "_set": [ - 2442 + 2883 ], "where": [ - 2386, + 2827, "player_kills_bool_exp!" ] } ], "update_player_kills_by_pk": [ - 2375, + 2816, { "_inc": [ - 2429 + 2870 ], "_set": [ - 2442 + 2883 ], "pk_columns": [ - 2438, + 2879, "player_kills_pk_columns_input!" ] } ], "update_player_kills_by_weapon": [ - 2404, + 2845, { "_inc": [ - 2398 + 2839 ], "_set": [ - 2409 + 2850 ], "where": [ - 2396, + 2837, "player_kills_by_weapon_bool_exp!" ] } ], "update_player_kills_by_weapon_by_pk": [ - 2387, + 2828, { "_inc": [ - 2398 + 2839 ], "_set": [ - 2409 + 2850 ], "pk_columns": [ - 2407, + 2848, "player_kills_by_weapon_pk_columns_input!" ] } ], "update_player_kills_by_weapon_many": [ - 2404, + 2845, { "updates": [ - 2421, + 2862, "[player_kills_by_weapon_updates!]!" ] } ], "update_player_kills_many": [ - 2435, + 2876, { "updates": [ - 2454, + 2895, "[player_kills_updates!]!" ] } ], "update_player_leaderboard_rank": [ - 2470, + 2911, { "_inc": [ - 2466 + 2907 ], "_set": [ - 2473 + 2914 ], "where": [ - 2465, + 2906, "player_leaderboard_rank_bool_exp!" ] } ], "update_player_leaderboard_rank_many": [ - 2470, + 2911, { "updates": [ - 2480, + 2921, "[player_leaderboard_rank_updates!]!" ] } ], "update_player_match_map_stats": [ - 2501, + 2942, { "_inc": [ - 2495 + 2936 ], "_set": [ - 2506 + 2947 ], "where": [ - 2493, + 2934, "player_match_map_stats_bool_exp!" ] } ], "update_player_match_map_stats_by_pk": [ - 2484, + 2925, { "_inc": [ - 2495 + 2936 ], "_set": [ - 2506 + 2947 ], "pk_columns": [ - 2504, + 2945, "player_match_map_stats_pk_columns_input!" ] } ], "update_player_match_map_stats_many": [ - 2501, + 2942, { "updates": [ - 2518, + 2959, "[player_match_map_stats_updates!]!" ] } ], "update_player_objectives": [ - 2593, + 3034, { "_inc": [ - 2587 + 3028 ], "_set": [ - 2598 + 3039 ], "where": [ - 2585, + 3026, "player_objectives_bool_exp!" ] } ], "update_player_objectives_by_pk": [ - 2576, + 3017, { "_inc": [ - 2587 + 3028 ], "_set": [ - 2598 + 3039 ], "pk_columns": [ - 2596, + 3037, "player_objectives_pk_columns_input!" ] } ], "update_player_objectives_many": [ - 2593, + 3034, { "updates": [ - 2610, + 3051, "[player_objectives_updates!]!" ] } ], "update_player_premier_rank_history": [ - 2652, + 3093, { "_inc": [ - 2646 + 3087 ], "_set": [ - 2657 + 3098 ], "where": [ - 2644, + 3085, "player_premier_rank_history_bool_exp!" ] } ], "update_player_premier_rank_history_by_pk": [ - 2635, + 3076, { "_inc": [ - 2646 + 3087 ], "_set": [ - 2657 + 3098 ], "pk_columns": [ - 2655, + 3096, "player_premier_rank_history_pk_columns_input!" ] } ], "update_player_premier_rank_history_many": [ - 2652, + 3093, { "updates": [ - 2669, + 3110, "[player_premier_rank_history_updates!]!" ] } ], "update_player_sanctions": [ - 2693, + 3134, { "_inc": [ - 2687 + 3128 ], "_set": [ - 2698 + 3139 ], "where": [ - 2685, + 3126, "player_sanctions_bool_exp!" ] } ], "update_player_sanctions_by_pk": [ - 2676, + 3117, { "_inc": [ - 2687 + 3128 ], "_set": [ - 2698 + 3139 ], "pk_columns": [ - 2696, + 3137, "player_sanctions_pk_columns_input!" ] } ], "update_player_sanctions_many": [ - 2693, + 3134, { "updates": [ - 2710, + 3151, "[player_sanctions_updates!]!" ] } ], "update_player_season_stats": [ - 2744, + 3185, { "_inc": [ - 2738 + 3179 ], "_set": [ - 2757 + 3198 ], "where": [ - 2736, + 3177, "player_season_stats_bool_exp!" ] } ], "update_player_season_stats_by_pk": [ - 2717, + 3158, { "_inc": [ - 2738 + 3179 ], "_set": [ - 2757 + 3198 ], "pk_columns": [ - 2747, + 3188, "player_season_stats_pk_columns_input!" ] } ], "update_player_season_stats_many": [ - 2744, + 3185, { "updates": [ - 2769, + 3210, "[player_season_stats_updates!]!" ] } ], "update_player_stats": [ - 2786, + 3227, { "_inc": [ - 2782 + 3223 ], "_set": [ - 2792 + 3233 ], "where": [ - 2780, + 3221, "player_stats_bool_exp!" ] } ], "update_player_stats_by_pk": [ - 2776, + 3217, { "_inc": [ - 2782 + 3223 ], "_set": [ - 2792 + 3233 ], "pk_columns": [ - 2790, + 3231, "player_stats_pk_columns_input!" ] } ], "update_player_stats_many": [ - 2786, + 3227, { "updates": [ - 2800, + 3241, "[player_stats_updates!]!" ] } ], "update_player_steam_bot_friend": [ - 2818, + 3259, { "_append": [ - 2807 + 3248 ], "_delete_at_path": [ - 2811 + 3252 ], "_delete_elem": [ - 2812 + 3253 ], "_delete_key": [ - 2813 + 3254 ], "_inc": [ - 2814 + 3255 ], "_prepend": [ - 2822 + 3263 ], "_set": [ - 2824 + 3265 ], "where": [ - 2809, + 3250, "player_steam_bot_friend_bool_exp!" ] } ], "update_player_steam_bot_friend_by_pk": [ - 2804, + 3245, { "_append": [ - 2807 + 3248 ], "_delete_at_path": [ - 2811 + 3252 ], "_delete_elem": [ - 2812 + 3253 ], "_delete_key": [ - 2813 + 3254 ], "_inc": [ - 2814 + 3255 ], "_prepend": [ - 2822 + 3263 ], "_set": [ - 2824 + 3265 ], "pk_columns": [ - 2821, + 3262, "player_steam_bot_friend_pk_columns_input!" ] } ], "update_player_steam_bot_friend_many": [ - 2818, + 3259, { "updates": [ - 2832, + 3273, "[player_steam_bot_friend_updates!]!" ] } ], "update_player_steam_match_auth": [ - 2846, + 3287, { "_inc": [ - 2842 + 3283 ], "_set": [ - 2851 + 3292 ], "where": [ - 2840, + 3281, "player_steam_match_auth_bool_exp!" ] } ], "update_player_steam_match_auth_by_pk": [ - 2836, + 3277, { "_inc": [ - 2842 + 3283 ], "_set": [ - 2851 + 3292 ], "pk_columns": [ - 2849, + 3290, "player_steam_match_auth_pk_columns_input!" ] } ], "update_player_steam_match_auth_many": [ - 2846, + 3287, { "updates": [ - 2859, + 3300, "[player_steam_match_auth_updates!]!" ] } ], "update_player_unused_utility": [ - 2880, + 3321, { "_inc": [ - 2874 + 3315 ], "_set": [ - 2885 + 3326 ], "where": [ - 2872, + 3313, "player_unused_utility_bool_exp!" ] } ], "update_player_unused_utility_by_pk": [ - 2863, + 3304, { "_inc": [ - 2874 + 3315 ], "_set": [ - 2885 + 3326 ], "pk_columns": [ - 2883, + 3324, "player_unused_utility_pk_columns_input!" ] } ], "update_player_unused_utility_many": [ - 2880, + 3321, { "updates": [ - 2897, + 3338, "[player_unused_utility_updates!]!" ] } ], "update_player_utility": [ - 2921, + 3362, { "_inc": [ - 2915 + 3356 ], "_set": [ - 2926 + 3367 ], "where": [ - 2913, + 3354, "player_utility_bool_exp!" ] } ], "update_player_utility_by_pk": [ - 2904, + 3345, { "_inc": [ - 2915 + 3356 ], "_set": [ - 2926 + 3367 ], "pk_columns": [ - 2924, + 3365, "player_utility_pk_columns_input!" ] } ], "update_player_utility_many": [ - 2921, + 3362, { "updates": [ - 2938, + 3379, "[player_utility_updates!]!" ] } ], "update_players": [ - 2988, + 3429, { "_inc": [ - 2984 + 3425 ], "_set": [ - 2994 + 3435 ], "where": [ - 2982, + 3423, "players_bool_exp!" ] } ], "update_players_by_pk": [ - 2978, + 3419, { "_inc": [ - 2984 + 3425 ], "_set": [ - 2994 + 3435 ], "pk_columns": [ - 2992, + 3433, "players_pk_columns_input!" ] } ], "update_players_many": [ - 2988, + 3429, { "updates": [ - 3002, + 3443, "[players_updates!]!" ] } ], "update_plugin_versions": [ - 3016, + 3457, { "_inc": [ - 3012 + 3453 ], "_set": [ - 3021 + 3462 ], "where": [ - 3010, + 3451, "plugin_versions_bool_exp!" ] } ], "update_plugin_versions_by_pk": [ - 3006, + 3447, { "_inc": [ - 3012 + 3453 ], "_set": [ - 3021 + 3462 ], "pk_columns": [ - 3019, + 3460, "plugin_versions_pk_columns_input!" ] } ], "update_plugin_versions_many": [ - 3016, + 3457, { "updates": [ - 3029, + 3470, "[plugin_versions_updates!]!" ] } ], "update_seasons": [ - 3044, + 3488, { "_inc": [ - 3040 + 3484 ], "_set": [ - 3050 + 3494 ], "where": [ - 3038, + 3482, "seasons_bool_exp!" ] } ], "update_seasons_by_pk": [ - 3034, + 3478, { "_inc": [ - 3040 + 3484 ], "_set": [ - 3050 + 3494 ], "pk_columns": [ - 3048, + 3492, "seasons_pk_columns_input!" ] } ], "update_seasons_many": [ - 3044, + 3488, { "updates": [ - 3058, + 3502, "[seasons_updates!]!" ] } ], "update_server_regions": [ - 3071, + 3515, { "_set": [ - 3077 + 3521 ], "where": [ - 3066, + 3510, "server_regions_bool_exp!" ] } ], "update_server_regions_by_pk": [ - 3062, + 3506, { "_set": [ - 3077 + 3521 ], "pk_columns": [ - 3075, + 3519, "server_regions_pk_columns_input!" ] } ], "update_server_regions_many": [ - 3071, + 3515, { "updates": [ - 3085, + 3529, "[server_regions_updates!]!" ] } ], "update_servers": [ - 3108, + 3552, { "_inc": [ - 3102 + 3546 ], "_set": [ - 3116 + 3560 ], "where": [ - 3100, + 3544, "servers_bool_exp!" ] } ], "update_servers_by_pk": [ - 3089, + 3533, { "_inc": [ - 3102 + 3546 ], "_set": [ - 3116 + 3560 ], "pk_columns": [ - 3112, + 3556, "servers_pk_columns_input!" ] } ], "update_servers_many": [ - 3108, + 3552, { "updates": [ - 3128, + 3572, "[servers_updates!]!" ] } ], "update_settings": [ - 3143, + 3587, { "_set": [ - 3148 + 3592 ], "where": [ - 3138, + 3582, "settings_bool_exp!" ] } ], "update_settings_by_pk": [ - 3135, + 3579, { "_set": [ - 3148 + 3592 ], "pk_columns": [ - 3146, + 3590, "settings_pk_columns_input!" ] } ], "update_settings_many": [ - 3143, + 3587, { "updates": [ - 3152, + 3596, "[settings_updates!]!" ] } ], "update_steam_account_claims": [ - 3167, + 3613, { "_set": [ - 3172 + 3618 ], "where": [ - 3160, + 3606, "steam_account_claims_bool_exp!" ] } ], "update_steam_account_claims_by_pk": [ - 3153, + 3599, { "_set": [ - 3172 + 3618 ], "pk_columns": [ - 3170, + 3616, "steam_account_claims_pk_columns_input!" ] } ], "update_steam_account_claims_many": [ - 3167, + 3613, { "updates": [ - 3176, + 3622, "[steam_account_claims_updates!]!" ] } ], "update_steam_accounts": [ - 3187, + 3633, { "_inc": [ - 3183 + 3629 ], "_set": [ - 3193 + 3639 ], "where": [ - 3181, + 3627, "steam_accounts_bool_exp!" ] } ], "update_steam_accounts_by_pk": [ - 3177, + 3623, { "_inc": [ - 3183 + 3629 ], "_set": [ - 3193 + 3639 ], "pk_columns": [ - 3191, + 3637, "steam_accounts_pk_columns_input!" ] } ], "update_steam_accounts_many": [ - 3187, + 3633, { "updates": [ - 3201, + 3647, "[steam_accounts_updates!]!" ] } ], "update_system_alerts": [ - 3215, + 3661, { "_inc": [ - 3211 + 3657 ], "_set": [ - 3220 + 3666 ], "where": [ - 3209, + 3655, "system_alerts_bool_exp!" ] } ], "update_system_alerts_by_pk": [ - 3205, + 3651, { "_inc": [ - 3211 + 3657 ], "_set": [ - 3220 + 3666 ], "pk_columns": [ - 3218, + 3664, "system_alerts_pk_columns_input!" ] } ], "update_system_alerts_many": [ - 3215, + 3661, { "updates": [ - 3228, + 3674, "[system_alerts_updates!]!" ] } ], "update_team_invites": [ - 3249, + 3695, { "_inc": [ - 3243 + 3689 ], "_set": [ - 3254 + 3700 ], "where": [ - 3241, + 3687, "team_invites_bool_exp!" ] } ], "update_team_invites_by_pk": [ - 3232, + 3678, { "_inc": [ - 3243 + 3689 ], "_set": [ - 3254 + 3700 ], "pk_columns": [ - 3252, + 3698, "team_invites_pk_columns_input!" ] } ], "update_team_invites_many": [ - 3249, + 3695, { "updates": [ - 3266, + 3712, "[team_invites_updates!]!" ] } ], "update_team_roster": [ - 3292, + 3738, { "_inc": [ - 3286 + 3732 ], "_set": [ - 3299 + 3745 ], "where": [ - 3284, + 3730, "team_roster_bool_exp!" ] } ], "update_team_roster_by_pk": [ - 3273, + 3719, { "_inc": [ - 3286 + 3732 ], "_set": [ - 3299 + 3745 ], "pk_columns": [ - 3295, + 3741, "team_roster_pk_columns_input!" ] } ], "update_team_roster_many": [ - 3292, + 3738, { "updates": [ - 3311, + 3757, "[team_roster_updates!]!" ] } ], "update_team_scrim_alerts": [ - 3328, + 3774, { "_inc": [ - 3324 + 3770 ], "_set": [ - 3333 + 3779 ], "where": [ - 3322, + 3768, "team_scrim_alerts_bool_exp!" ] } ], "update_team_scrim_alerts_by_pk": [ - 3318, + 3764, { "_inc": [ - 3324 + 3770 ], "_set": [ - 3333 + 3779 ], "pk_columns": [ - 3331, + 3777, "team_scrim_alerts_pk_columns_input!" ] } ], "update_team_scrim_alerts_many": [ - 3328, + 3774, { "updates": [ - 3341, + 3787, "[team_scrim_alerts_updates!]!" ] } ], "update_team_scrim_availability": [ - 3361, + 3807, { "_set": [ - 3368 + 3814 ], "where": [ - 3354, + 3800, "team_scrim_availability_bool_exp!" ] } ], "update_team_scrim_availability_by_pk": [ - 3345, + 3791, { "_set": [ - 3368 + 3814 ], "pk_columns": [ - 3364, + 3810, "team_scrim_availability_pk_columns_input!" ] } ], "update_team_scrim_availability_many": [ - 3361, + 3807, { "updates": [ - 3372, + 3818, "[team_scrim_availability_updates!]!" ] } ], "update_team_scrim_request_proposals": [ - 3390, + 3836, { "_inc": [ - 3384 + 3830 ], "_set": [ - 3395 + 3841 ], "where": [ - 3382, + 3828, "team_scrim_request_proposals_bool_exp!" ] } ], "update_team_scrim_request_proposals_by_pk": [ - 3373, + 3819, { "_inc": [ - 3384 + 3830 ], "_set": [ - 3395 + 3841 ], "pk_columns": [ - 3393, + 3839, "team_scrim_request_proposals_pk_columns_input!" ] } ], "update_team_scrim_request_proposals_many": [ - 3390, + 3836, { "updates": [ - 3407, + 3853, "[team_scrim_request_proposals_updates!]!" ] } ], "update_team_scrim_requests": [ - 3433, + 3879, { "_inc": [ - 3427 + 3873 ], "_set": [ - 3441 + 3887 ], "where": [ - 3425, + 3871, "team_scrim_requests_bool_exp!" ] } ], "update_team_scrim_requests_by_pk": [ - 3414, + 3860, { "_inc": [ - 3427 + 3873 ], "_set": [ - 3441 + 3887 ], "pk_columns": [ - 3437, + 3883, "team_scrim_requests_pk_columns_input!" ] } ], "update_team_scrim_requests_many": [ - 3433, + 3879, { "updates": [ - 3453, + 3899, "[team_scrim_requests_updates!]!" ] } ], "update_team_scrim_settings": [ - 3470, + 3916, { "_inc": [ - 3466 + 3912 ], "_set": [ - 3476 + 3922 ], "where": [ - 3464, + 3910, "team_scrim_settings_bool_exp!" ] } ], "update_team_scrim_settings_by_pk": [ - 3460, + 3906, { "_inc": [ - 3466 + 3912 ], "_set": [ - 3476 + 3922 ], "pk_columns": [ - 3474, + 3920, "team_scrim_settings_pk_columns_input!" ] } ], "update_team_scrim_settings_many": [ - 3470, + 3916, { "updates": [ - 3484, + 3930, "[team_scrim_settings_updates!]!" ] } ], "update_team_suggestions": [ - 3498, + 3944, { "_inc": [ - 3494 + 3940 ], "_set": [ - 3503 + 3949 ], "where": [ - 3492, + 3938, "team_suggestions_bool_exp!" ] } ], "update_team_suggestions_by_pk": [ - 3488, + 3934, { "_inc": [ - 3494 + 3940 ], "_set": [ - 3503 + 3949 ], "pk_columns": [ - 3501, + 3947, "team_suggestions_pk_columns_input!" ] } ], "update_team_suggestions_many": [ - 3498, + 3944, { "updates": [ - 3511, + 3957, "[team_suggestions_updates!]!" ] } ], "update_teams": [ - 3532, + 3978, { "_inc": [ - 3526 + 3972 ], "_set": [ - 3538 + 3984 ], "where": [ - 3524, + 3970, "teams_bool_exp!" ] } ], "update_teams_by_pk": [ - 3515, + 3961, { "_inc": [ - 3526 + 3972 ], "_set": [ - 3538 + 3984 ], "pk_columns": [ - 3536, + 3982, "teams_pk_columns_input!" ] } ], "update_teams_many": [ - 3532, + 3978, { "updates": [ - 3550, + 3996, "[teams_updates!]!" ] } ], "update_tournament_brackets": [ - 3579, + 4025, { "_inc": [ - 3573 + 4019 ], "_set": [ - 3587 + 4033 ], "where": [ - 3571, + 4017, "tournament_brackets_bool_exp!" ] } ], "update_tournament_brackets_by_pk": [ - 3560, + 4006, { "_inc": [ - 3573 + 4019 ], "_set": [ - 3587 + 4033 ], "pk_columns": [ - 3583, + 4029, "tournament_brackets_pk_columns_input!" ] } ], "update_tournament_brackets_many": [ - 3579, + 4025, { "updates": [ - 3599, + 4045, "[tournament_brackets_updates!]!" ] } ], "update_tournament_organizers": [ - 3623, + 4069, { "_inc": [ - 3617 + 4063 ], "_set": [ - 3628 + 4074 ], "where": [ - 3615, + 4061, "tournament_organizers_bool_exp!" ] } ], "update_tournament_organizers_by_pk": [ - 3606, + 4052, { "_inc": [ - 3617 + 4063 ], "_set": [ - 3628 + 4074 ], "pk_columns": [ - 3626, + 4072, "tournament_organizers_pk_columns_input!" ] } ], "update_tournament_organizers_many": [ - 3623, + 4069, { "updates": [ - 3640, + 4086, "[tournament_organizers_updates!]!" ] } ], + "update_tournament_stage_windows": [ + 4110, + { + "_inc": [ + 4104 + ], + "_set": [ + 4115 + ], + "where": [ + 4102, + "tournament_stage_windows_bool_exp!" + ] + } + ], + "update_tournament_stage_windows_by_pk": [ + 4093, + { + "_inc": [ + 4104 + ], + "_set": [ + 4115 + ], + "pk_columns": [ + 4113, + "tournament_stage_windows_pk_columns_input!" + ] + } + ], + "update_tournament_stage_windows_many": [ + 4110, + { + "updates": [ + 4127, + "[tournament_stage_windows_updates!]!" + ] + } + ], "update_tournament_stages": [ - 3670, + 4157, { "_append": [ - 3655 + 4142 ], "_delete_at_path": [ - 3661 + 4148 ], "_delete_elem": [ - 3662 + 4149 ], "_delete_key": [ - 3663 + 4150 ], "_inc": [ - 3664 + 4151 ], "_prepend": [ - 3675 + 4162 ], "_set": [ - 3679 + 4166 ], "where": [ - 3659, + 4146, "tournament_stages_bool_exp!" ] } ], "update_tournament_stages_by_pk": [ - 3647, + 4134, { "_append": [ - 3655 + 4142 ], "_delete_at_path": [ - 3661 + 4148 ], "_delete_elem": [ - 3662 + 4149 ], "_delete_key": [ - 3663 + 4150 ], "_inc": [ - 3664 + 4151 ], "_prepend": [ - 3675 + 4162 ], "_set": [ - 3679 + 4166 ], "pk_columns": [ - 3674, + 4161, "tournament_stages_pk_columns_input!" ] } ], "update_tournament_stages_many": [ - 3670, + 4157, { "updates": [ - 3691, + 4178, "[tournament_stages_updates!]!" ] } ], "update_tournament_team_invites": [ - 3715, + 4202, { "_inc": [ - 3709 + 4196 ], "_set": [ - 3720 + 4207 ], "where": [ - 3707, + 4194, "tournament_team_invites_bool_exp!" ] } ], "update_tournament_team_invites_by_pk": [ - 3698, + 4185, { "_inc": [ - 3709 + 4196 ], "_set": [ - 3720 + 4207 ], "pk_columns": [ - 3718, + 4205, "tournament_team_invites_pk_columns_input!" ] } ], "update_tournament_team_invites_many": [ - 3715, + 4202, { "updates": [ - 3732, + 4219, "[tournament_team_invites_updates!]!" ] } ], "update_tournament_team_roster": [ - 3756, + 4243, { "_inc": [ - 3750 + 4237 ], "_set": [ - 3761 + 4248 ], "where": [ - 3748, + 4235, "tournament_team_roster_bool_exp!" ] } ], "update_tournament_team_roster_by_pk": [ - 3739, + 4226, { "_inc": [ - 3750 + 4237 ], "_set": [ - 3761 + 4248 ], "pk_columns": [ - 3759, + 4246, "tournament_team_roster_pk_columns_input!" ] } ], "update_tournament_team_roster_many": [ - 3756, + 4243, { "updates": [ - 3773, + 4260, "[tournament_team_roster_updates!]!" ] } ], "update_tournament_teams": [ - 3797, + 4284, { "_inc": [ - 3791 + 4278 ], "_set": [ - 3803 + 4290 ], "where": [ - 3789, + 4276, "tournament_teams_bool_exp!" ] } ], "update_tournament_teams_by_pk": [ - 3780, + 4267, { "_inc": [ - 3791 + 4278 ], "_set": [ - 3803 + 4290 ], "pk_columns": [ - 3801, + 4288, "tournament_teams_pk_columns_input!" ] } ], "update_tournament_teams_many": [ - 3797, + 4284, { "updates": [ - 3815, + 4302, "[tournament_teams_updates!]!" ] } ], "update_tournament_trophies": [ - 3841, + 4328, { "_inc": [ - 3835 + 4322 ], "_set": [ - 3848 + 4335 ], "where": [ - 3833, + 4320, "tournament_trophies_bool_exp!" ] } ], "update_tournament_trophies_by_pk": [ - 3822, + 4309, { "_inc": [ - 3835 + 4322 ], "_set": [ - 3848 + 4335 ], "pk_columns": [ - 3844, + 4331, "tournament_trophies_pk_columns_input!" ] } ], "update_tournament_trophies_many": [ - 3841, + 4328, { "updates": [ - 3860, + 4347, "[tournament_trophies_updates!]!" ] } ], "update_tournament_trophy_configs": [ - 3884, + 4371, { "_inc": [ - 3878 + 4365 ], "_set": [ - 3890 + 4377 ], "where": [ - 3876, + 4363, "tournament_trophy_configs_bool_exp!" ] } ], "update_tournament_trophy_configs_by_pk": [ - 3867, + 4354, { "_inc": [ - 3878 + 4365 ], "_set": [ - 3890 + 4377 ], "pk_columns": [ - 3888, + 4375, "tournament_trophy_configs_pk_columns_input!" ] } ], "update_tournament_trophy_configs_many": [ - 3884, + 4371, { "updates": [ - 3902, + 4389, "[tournament_trophy_configs_updates!]!" ] } ], "update_tournaments": [ - 3928, + 4415, { "_inc": [ - 3922 + 4409 ], "_set": [ - 3936 + 4423 ], "where": [ - 3920, + 4407, "tournaments_bool_exp!" ] } ], "update_tournaments_by_pk": [ - 3909, + 4396, { "_inc": [ - 3922 + 4409 ], "_set": [ - 3936 + 4423 ], "pk_columns": [ - 3932, + 4419, "tournaments_pk_columns_input!" ] } ], "update_tournaments_many": [ - 3928, + 4415, { "updates": [ - 3948, + 4435, "[tournaments_updates!]!" ] } ], "update_v_match_captains": [ - 3985, + 4556, { "_inc": [ - 3981 + 4552 ], "_set": [ - 3989 + 4560 ], "where": [ - 3980, + 4551, "v_match_captains_bool_exp!" ] } ], "update_v_match_captains_many": [ - 3985, + 4556, { "updates": [ - 3996, + 4567, "[v_match_captains_updates!]!" ] } ], "update_v_match_map_backup_rounds": [ - 4096, + 4667, { "_inc": [ - 4092 + 4663 ], "_set": [ - 4099 + 4670 ], "where": [ - 4091, + 4662, "v_match_map_backup_rounds_bool_exp!" ] } ], "update_v_match_map_backup_rounds_many": [ - 4096, + 4667, { "updates": [ - 4106, + 4677, "[v_match_map_backup_rounds_updates!]!" ] } ], "update_v_player_match_map_hltv": [ - 4318, + 4889, { "_inc": [ - 4312 + 4883 ], "_set": [ - 4321 + 4892 ], "where": [ - 4311, + 4882, "v_player_match_map_hltv_bool_exp!" ] } ], "update_v_player_match_map_hltv_many": [ - 4318, + 4889, { "updates": [ - 4332, + 4903, "[v_player_match_map_hltv_updates!]!" ] } ], "update_v_pool_maps": [ - 4477, + 5048, { "_set": [ - 4482 + 5053 ], "where": [ - 4471, + 5042, "v_pool_maps_bool_exp!" ] } ], "update_v_pool_maps_many": [ - 4477, + 5048, { "updates": [ - 4485, + 5056, "[v_pool_maps_updates!]!" ] } ], "update_v_team_stage_results": [ - 4571, + 5142, { "_inc": [ - 4565 + 5136 ], "_set": [ - 4585 + 5156 ], "where": [ - 4563, + 5134, "v_team_stage_results_bool_exp!" ] } ], "update_v_team_stage_results_by_pk": [ - 4544, + 5115, { "_inc": [ - 4565 + 5136 ], "_set": [ - 4585 + 5156 ], "pk_columns": [ - 4575, + 5146, "v_team_stage_results_pk_columns_input!" ] } ], "update_v_team_stage_results_many": [ - 4571, + 5142, { "updates": [ - 4597, + 5168, "[v_team_stage_results_updates!]!" ] } ], "validateGamedata": [ - 82, + 81, { "game_server_node_id": [ - 3955, + 4442, "uuid!" ] } @@ -132316,36 +146695,36 @@ export default { 91, { "match_map_demo_id": [ - 3955 + 4442 ], "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "writeServerFile": [ - 82, + 81, { "content": [ - 79, + 78, "String!" ], "file_path": [ - 79, + 78, "String!" ], "node_id": [ - 79, + 78, "String!" ], "server_id": [ - 79 + 78 ] } ], "__typename": [ - 79 + 78 ] }, "Subscription": { @@ -132397,11 +146776,11 @@ export default { 92, { "map_id": [ - 3955, + 4442, "uuid!" ], "map_pool_id": [ - 3955, + 4442, "uuid!" ] } @@ -132423,10 +146802,10 @@ export default { } ], "abandoned_matches": [ - 110, + 111, { "distinct_on": [ - 131, + 132, "[abandoned_matches_select_column!]" ], "limit": [ @@ -132436,19 +146815,19 @@ export default { 38 ], "order_by": [ - 129, + 130, "[abandoned_matches_order_by!]" ], "where": [ - 119 + 120 ] } ], "abandoned_matches_aggregate": [ - 111, + 112, { "distinct_on": [ - 131, + 132, "[abandoned_matches_select_column!]" ], "limit": [ @@ -132458,44 +146837,44 @@ export default { 38 ], "order_by": [ - 129, + 130, "[abandoned_matches_order_by!]" ], "where": [ - 119 + 120 ] } ], "abandoned_matches_by_pk": [ - 110, + 111, { "id": [ - 3955, + 4442, "uuid!" ] } ], "abandoned_matches_stream": [ - 110, + 111, { "batch_size": [ 38, "Int!" ], "cursor": [ - 139, + 140, "[abandoned_matches_stream_cursor_input]!" ], "where": [ - 119 + 120 ] } ], "api_keys": [ - 151, + 152, { "distinct_on": [ - 165, + 166, "[api_keys_select_column!]" ], "limit": [ @@ -132505,19 +146884,19 @@ export default { 38 ], "order_by": [ - 163, + 164, "[api_keys_order_by!]" ], "where": [ - 155 + 156 ] } ], "api_keys_aggregate": [ - 152, + 153, { "distinct_on": [ - 165, + 166, "[api_keys_select_column!]" ], "limit": [ @@ -132527,44 +146906,44 @@ export default { 38 ], "order_by": [ - 163, + 164, "[api_keys_order_by!]" ], "where": [ - 155 + 156 ] } ], "api_keys_by_pk": [ - 151, + 152, { "id": [ - 3955, + 4442, "uuid!" ] } ], "api_keys_stream": [ - 151, + 152, { "batch_size": [ 38, "Int!" ], "cursor": [ - 170, + 171, "[api_keys_stream_cursor_input]!" ], "where": [ - 155 + 156 ] } ], "clip_render_jobs": [ - 183, + 185, { "distinct_on": [ - 211, + 213, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -132574,19 +146953,19 @@ export default { 38 ], "order_by": [ - 208, + 210, "[clip_render_jobs_order_by!]" ], "where": [ - 195 + 197 ] } ], "clip_render_jobs_aggregate": [ - 184, + 186, { "distinct_on": [ - 211, + 213, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -132596,44 +146975,44 @@ export default { 38 ], "order_by": [ - 208, + 210, "[clip_render_jobs_order_by!]" ], "where": [ - 195 + 197 ] } ], "clip_render_jobs_by_pk": [ - 183, + 185, { "id": [ - 3955, + 4442, "uuid!" ] } ], "clip_render_jobs_stream": [ - 183, + 185, { "batch_size": [ 38, "Int!" ], "cursor": [ - 221, + 223, "[clip_render_jobs_stream_cursor_input]!" ], "where": [ - 195 + 197 ] } ], "db_backups": [ - 234, + 237, { "distinct_on": [ - 248, + 251, "[db_backups_select_column!]" ], "limit": [ @@ -132643,19 +147022,19 @@ export default { 38 ], "order_by": [ - 246, + 249, "[db_backups_order_by!]" ], "where": [ - 238 + 241 ] } ], "db_backups_aggregate": [ - 235, + 238, { "distinct_on": [ - 248, + 251, "[db_backups_select_column!]" ], "limit": [ @@ -132665,44 +147044,44 @@ export default { 38 ], "order_by": [ - 246, + 249, "[db_backups_order_by!]" ], "where": [ - 238 + 241 ] } ], "db_backups_by_pk": [ - 234, + 237, { "id": [ - 3955, + 4442, "uuid!" ] } ], "db_backups_stream": [ - 234, + 237, { "batch_size": [ 38, "Int!" ], "cursor": [ - 253, + 256, "[db_backups_stream_cursor_input]!" ], "where": [ - 238 + 241 ] } ], "draft_game_picks": [ - 261, + 264, { "distinct_on": [ - 284, + 287, "[draft_game_picks_select_column!]" ], "limit": [ @@ -132712,19 +147091,19 @@ export default { 38 ], "order_by": [ - 282, + 285, "[draft_game_picks_order_by!]" ], "where": [ - 272 + 275 ] } ], "draft_game_picks_aggregate": [ - 262, + 265, { "distinct_on": [ - 284, + 287, "[draft_game_picks_select_column!]" ], "limit": [ @@ -132734,44 +147113,44 @@ export default { 38 ], "order_by": [ - 282, + 285, "[draft_game_picks_order_by!]" ], "where": [ - 272 + 275 ] } ], "draft_game_picks_by_pk": [ - 261, + 264, { "id": [ - 3955, + 4442, "uuid!" ] } ], "draft_game_picks_stream": [ - 261, + 264, { "batch_size": [ 38, "Int!" ], "cursor": [ - 294, + 297, "[draft_game_picks_stream_cursor_input]!" ], "where": [ - 272 + 275 ] } ], "draft_game_players": [ - 306, + 309, { "distinct_on": [ - 329, + 332, "[draft_game_players_select_column!]" ], "limit": [ @@ -132781,19 +147160,19 @@ export default { 38 ], "order_by": [ - 327, + 330, "[draft_game_players_order_by!]" ], "where": [ - 317 + 320 ] } ], "draft_game_players_aggregate": [ - 307, + 310, { "distinct_on": [ - 329, + 332, "[draft_game_players_select_column!]" ], "limit": [ @@ -132803,48 +147182,48 @@ export default { 38 ], "order_by": [ - 327, + 330, "[draft_game_players_order_by!]" ], "where": [ - 317 + 320 ] } ], "draft_game_players_by_pk": [ - 306, + 309, { "draft_game_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "draft_game_players_stream": [ - 306, + 309, { "batch_size": [ 38, "Int!" ], "cursor": [ - 339, + 342, "[draft_game_players_stream_cursor_input]!" ], "where": [ - 317 + 320 ] } ], "draft_games": [ - 351, + 354, { "distinct_on": [ - 375, + 378, "[draft_games_select_column!]" ], "limit": [ @@ -132854,19 +147233,19 @@ export default { 38 ], "order_by": [ - 373, + 376, "[draft_games_order_by!]" ], "where": [ - 362 + 365 ] } ], "draft_games_aggregate": [ - 352, + 355, { "distinct_on": [ - 375, + 378, "[draft_games_select_column!]" ], "limit": [ @@ -132876,44 +147255,44 @@ export default { 38 ], "order_by": [ - 373, + 376, "[draft_games_order_by!]" ], "where": [ - 362 + 365 ] } ], "draft_games_by_pk": [ - 351, + 354, { "id": [ - 3955, + 4442, "uuid!" ] } ], "draft_games_stream": [ - 351, + 354, { "batch_size": [ 38, "Int!" ], "cursor": [ - 385, + 388, "[draft_games_stream_cursor_input]!" ], "where": [ - 362 + 365 ] } ], "e_check_in_settings": [ - 397, + 400, { "distinct_on": [ - 411, + 414, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -132923,19 +147302,19 @@ export default { 38 ], "order_by": [ - 409, + 412, "[e_check_in_settings_order_by!]" ], "where": [ - 400 + 403 ] } ], "e_check_in_settings_aggregate": [ - 398, + 401, { "distinct_on": [ - 411, + 414, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -132945,44 +147324,44 @@ export default { 38 ], "order_by": [ - 409, + 412, "[e_check_in_settings_order_by!]" ], "where": [ - 400 + 403 ] } ], "e_check_in_settings_by_pk": [ - 397, + 400, { "value": [ - 79, + 78, "String!" ] } ], "e_check_in_settings_stream": [ - 397, + 400, { "batch_size": [ 38, "Int!" ], "cursor": [ - 413, + 416, "[e_check_in_settings_stream_cursor_input]!" ], "where": [ - 400 + 403 ] } ], "e_draft_game_captain_selection": [ - 417, + 420, { "distinct_on": [ - 432, + 435, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -132992,19 +147371,19 @@ export default { 38 ], "order_by": [ - 430, + 433, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 420 + 423 ] } ], "e_draft_game_captain_selection_aggregate": [ - 418, + 421, { "distinct_on": [ - 432, + 435, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -133014,44 +147393,44 @@ export default { 38 ], "order_by": [ - 430, + 433, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 420 + 423 ] } ], "e_draft_game_captain_selection_by_pk": [ - 417, + 420, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_captain_selection_stream": [ - 417, + 420, { "batch_size": [ 38, "Int!" ], "cursor": [ - 434, + 437, "[e_draft_game_captain_selection_stream_cursor_input]!" ], "where": [ - 420 + 423 ] } ], "e_draft_game_draft_order": [ - 438, + 441, { "distinct_on": [ - 453, + 456, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -133061,19 +147440,19 @@ export default { 38 ], "order_by": [ - 451, + 454, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 441 + 444 ] } ], "e_draft_game_draft_order_aggregate": [ - 439, + 442, { "distinct_on": [ - 453, + 456, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -133083,44 +147462,44 @@ export default { 38 ], "order_by": [ - 451, + 454, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 441 + 444 ] } ], "e_draft_game_draft_order_by_pk": [ - 438, + 441, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_draft_order_stream": [ - 438, + 441, { "batch_size": [ 38, "Int!" ], "cursor": [ - 455, + 458, "[e_draft_game_draft_order_stream_cursor_input]!" ], "where": [ - 441 + 444 ] } ], "e_draft_game_mode": [ - 459, + 462, { "distinct_on": [ - 474, + 477, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -133130,19 +147509,19 @@ export default { 38 ], "order_by": [ - 472, + 475, "[e_draft_game_mode_order_by!]" ], "where": [ - 462 + 465 ] } ], "e_draft_game_mode_aggregate": [ - 460, + 463, { "distinct_on": [ - 474, + 477, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -133152,44 +147531,44 @@ export default { 38 ], "order_by": [ - 472, + 475, "[e_draft_game_mode_order_by!]" ], "where": [ - 462 + 465 ] } ], "e_draft_game_mode_by_pk": [ - 459, + 462, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_mode_stream": [ - 459, + 462, { "batch_size": [ 38, "Int!" ], "cursor": [ - 476, + 479, "[e_draft_game_mode_stream_cursor_input]!" ], "where": [ - 462 + 465 ] } ], "e_draft_game_player_status": [ - 480, + 483, { "distinct_on": [ - 495, + 498, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -133199,19 +147578,19 @@ export default { 38 ], "order_by": [ - 493, + 496, "[e_draft_game_player_status_order_by!]" ], "where": [ - 483 + 486 ] } ], "e_draft_game_player_status_aggregate": [ - 481, + 484, { "distinct_on": [ - 495, + 498, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -133221,44 +147600,44 @@ export default { 38 ], "order_by": [ - 493, + 496, "[e_draft_game_player_status_order_by!]" ], "where": [ - 483 + 486 ] } ], "e_draft_game_player_status_by_pk": [ - 480, + 483, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_player_status_stream": [ - 480, + 483, { "batch_size": [ 38, "Int!" ], "cursor": [ - 497, + 500, "[e_draft_game_player_status_stream_cursor_input]!" ], "where": [ - 483 + 486 ] } ], "e_draft_game_status": [ - 501, + 504, { "distinct_on": [ - 516, + 519, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -133268,19 +147647,19 @@ export default { 38 ], "order_by": [ - 514, + 517, "[e_draft_game_status_order_by!]" ], "where": [ - 504 + 507 ] } ], "e_draft_game_status_aggregate": [ - 502, + 505, { "distinct_on": [ - 516, + 519, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -133290,44 +147669,44 @@ export default { 38 ], "order_by": [ - 514, + 517, "[e_draft_game_status_order_by!]" ], "where": [ - 504 + 507 ] } ], "e_draft_game_status_by_pk": [ - 501, + 504, { "value": [ - 79, + 78, "String!" ] } ], "e_draft_game_status_stream": [ - 501, + 504, { "batch_size": [ 38, "Int!" ], "cursor": [ - 518, + 521, "[e_draft_game_status_stream_cursor_input]!" ], "where": [ - 504 + 507 ] } ], "e_friend_status": [ - 522, + 525, { "distinct_on": [ - 537, + 540, "[e_friend_status_select_column!]" ], "limit": [ @@ -133337,19 +147716,19 @@ export default { 38 ], "order_by": [ - 535, + 538, "[e_friend_status_order_by!]" ], "where": [ - 525 + 528 ] } ], "e_friend_status_aggregate": [ - 523, + 526, { "distinct_on": [ - 537, + 540, "[e_friend_status_select_column!]" ], "limit": [ @@ -133359,44 +147738,44 @@ export default { 38 ], "order_by": [ - 535, + 538, "[e_friend_status_order_by!]" ], "where": [ - 525 + 528 ] } ], "e_friend_status_by_pk": [ - 522, + 525, { "value": [ - 79, + 78, "String!" ] } ], "e_friend_status_stream": [ - 522, + 525, { "batch_size": [ 38, "Int!" ], "cursor": [ - 539, + 542, "[e_friend_status_stream_cursor_input]!" ], "where": [ - 525 + 528 ] } ], "e_game_cfg_types": [ - 543, + 546, { "distinct_on": [ - 557, + 560, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -133406,19 +147785,19 @@ export default { 38 ], "order_by": [ - 555, + 558, "[e_game_cfg_types_order_by!]" ], "where": [ - 546 + 549 ] } ], "e_game_cfg_types_aggregate": [ - 544, + 547, { "distinct_on": [ - 557, + 560, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -133428,44 +147807,44 @@ export default { 38 ], "order_by": [ - 555, + 558, "[e_game_cfg_types_order_by!]" ], "where": [ - 546 + 549 ] } ], "e_game_cfg_types_by_pk": [ - 543, + 546, { "value": [ - 79, + 78, "String!" ] } ], "e_game_cfg_types_stream": [ - 543, + 546, { "batch_size": [ 38, "Int!" ], "cursor": [ - 559, + 562, "[e_game_cfg_types_stream_cursor_input]!" ], "where": [ - 546 + 549 ] } ], "e_game_server_node_statuses": [ - 563, + 566, { "distinct_on": [ - 578, + 581, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -133475,19 +147854,19 @@ export default { 38 ], "order_by": [ - 576, + 579, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 566 + 569 ] } ], "e_game_server_node_statuses_aggregate": [ - 564, + 567, { "distinct_on": [ - 578, + 581, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -133497,44 +147876,320 @@ export default { 38 ], "order_by": [ - 576, + 579, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 566 + 569 ] } ], "e_game_server_node_statuses_by_pk": [ - 563, + 566, { "value": [ - 79, + 78, "String!" ] } ], "e_game_server_node_statuses_stream": [ - 563, + 566, { "batch_size": [ 38, "Int!" ], "cursor": [ - 580, + 583, "[e_game_server_node_statuses_stream_cursor_input]!" ], "where": [ - 566 + 569 + ] + } + ], + "e_league_movement_types": [ + 587, + { + "distinct_on": [ + 602, + "[e_league_movement_types_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 600, + "[e_league_movement_types_order_by!]" + ], + "where": [ + 590 + ] + } + ], + "e_league_movement_types_aggregate": [ + 588, + { + "distinct_on": [ + 602, + "[e_league_movement_types_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 600, + "[e_league_movement_types_order_by!]" + ], + "where": [ + 590 + ] + } + ], + "e_league_movement_types_by_pk": [ + 587, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_movement_types_stream": [ + 587, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 604, + "[e_league_movement_types_stream_cursor_input]!" + ], + "where": [ + 590 + ] + } + ], + "e_league_proposal_statuses": [ + 608, + { + "distinct_on": [ + 623, + "[e_league_proposal_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 621, + "[e_league_proposal_statuses_order_by!]" + ], + "where": [ + 611 + ] + } + ], + "e_league_proposal_statuses_aggregate": [ + 609, + { + "distinct_on": [ + 623, + "[e_league_proposal_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 621, + "[e_league_proposal_statuses_order_by!]" + ], + "where": [ + 611 + ] + } + ], + "e_league_proposal_statuses_by_pk": [ + 608, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_proposal_statuses_stream": [ + 608, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 625, + "[e_league_proposal_statuses_stream_cursor_input]!" + ], + "where": [ + 611 + ] + } + ], + "e_league_registration_statuses": [ + 629, + { + "distinct_on": [ + 644, + "[e_league_registration_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 642, + "[e_league_registration_statuses_order_by!]" + ], + "where": [ + 632 + ] + } + ], + "e_league_registration_statuses_aggregate": [ + 630, + { + "distinct_on": [ + 644, + "[e_league_registration_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 642, + "[e_league_registration_statuses_order_by!]" + ], + "where": [ + 632 + ] + } + ], + "e_league_registration_statuses_by_pk": [ + 629, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_registration_statuses_stream": [ + 629, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 646, + "[e_league_registration_statuses_stream_cursor_input]!" + ], + "where": [ + 632 + ] + } + ], + "e_league_season_statuses": [ + 650, + { + "distinct_on": [ + 665, + "[e_league_season_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 663, + "[e_league_season_statuses_order_by!]" + ], + "where": [ + 653 + ] + } + ], + "e_league_season_statuses_aggregate": [ + 651, + { + "distinct_on": [ + 665, + "[e_league_season_statuses_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 663, + "[e_league_season_statuses_order_by!]" + ], + "where": [ + 653 + ] + } + ], + "e_league_season_statuses_by_pk": [ + 650, + { + "value": [ + 78, + "String!" + ] + } + ], + "e_league_season_statuses_stream": [ + 650, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 667, + "[e_league_season_statuses_stream_cursor_input]!" + ], + "where": [ + 653 ] } ], "e_lobby_access": [ - 584, + 671, { "distinct_on": [ - 599, + 686, "[e_lobby_access_select_column!]" ], "limit": [ @@ -133544,19 +148199,19 @@ export default { 38 ], "order_by": [ - 597, + 684, "[e_lobby_access_order_by!]" ], "where": [ - 587 + 674 ] } ], "e_lobby_access_aggregate": [ - 585, + 672, { "distinct_on": [ - 599, + 686, "[e_lobby_access_select_column!]" ], "limit": [ @@ -133566,44 +148221,44 @@ export default { 38 ], "order_by": [ - 597, + 684, "[e_lobby_access_order_by!]" ], "where": [ - 587 + 674 ] } ], "e_lobby_access_by_pk": [ - 584, + 671, { "value": [ - 79, + 78, "String!" ] } ], "e_lobby_access_stream": [ - 584, + 671, { "batch_size": [ 38, "Int!" ], "cursor": [ - 601, + 688, "[e_lobby_access_stream_cursor_input]!" ], "where": [ - 587 + 674 ] } ], "e_lobby_player_status": [ - 605, + 692, { "distinct_on": [ - 619, + 706, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -133613,19 +148268,19 @@ export default { 38 ], "order_by": [ - 617, + 704, "[e_lobby_player_status_order_by!]" ], "where": [ - 608 + 695 ] } ], "e_lobby_player_status_aggregate": [ - 606, + 693, { "distinct_on": [ - 619, + 706, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -133635,44 +148290,44 @@ export default { 38 ], "order_by": [ - 617, + 704, "[e_lobby_player_status_order_by!]" ], "where": [ - 608 + 695 ] } ], "e_lobby_player_status_by_pk": [ - 605, + 692, { "value": [ - 79, + 78, "String!" ] } ], "e_lobby_player_status_stream": [ - 605, + 692, { "batch_size": [ 38, "Int!" ], "cursor": [ - 621, + 708, "[e_lobby_player_status_stream_cursor_input]!" ], "where": [ - 608 + 695 ] } ], "e_map_pool_types": [ - 625, + 712, { "distinct_on": [ - 640, + 727, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -133682,19 +148337,19 @@ export default { 38 ], "order_by": [ - 638, + 725, "[e_map_pool_types_order_by!]" ], "where": [ - 628 + 715 ] } ], "e_map_pool_types_aggregate": [ - 626, + 713, { "distinct_on": [ - 640, + 727, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -133704,44 +148359,44 @@ export default { 38 ], "order_by": [ - 638, + 725, "[e_map_pool_types_order_by!]" ], "where": [ - 628 + 715 ] } ], "e_map_pool_types_by_pk": [ - 625, + 712, { "value": [ - 79, + 78, "String!" ] } ], "e_map_pool_types_stream": [ - 625, + 712, { "batch_size": [ 38, "Int!" ], "cursor": [ - 642, + 729, "[e_map_pool_types_stream_cursor_input]!" ], "where": [ - 628 + 715 ] } ], "e_match_clip_visibility": [ - 646, + 733, { "distinct_on": [ - 660, + 747, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -133751,19 +148406,19 @@ export default { 38 ], "order_by": [ - 658, + 745, "[e_match_clip_visibility_order_by!]" ], "where": [ - 649 + 736 ] } ], "e_match_clip_visibility_aggregate": [ - 647, + 734, { "distinct_on": [ - 660, + 747, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -133773,44 +148428,44 @@ export default { 38 ], "order_by": [ - 658, + 745, "[e_match_clip_visibility_order_by!]" ], "where": [ - 649 + 736 ] } ], "e_match_clip_visibility_by_pk": [ - 646, + 733, { "value": [ - 79, + 78, "String!" ] } ], "e_match_clip_visibility_stream": [ - 646, + 733, { "batch_size": [ 38, "Int!" ], "cursor": [ - 662, + 749, "[e_match_clip_visibility_stream_cursor_input]!" ], "where": [ - 649 + 736 ] } ], "e_match_map_status": [ - 666, + 753, { "distinct_on": [ - 681, + 768, "[e_match_map_status_select_column!]" ], "limit": [ @@ -133820,19 +148475,19 @@ export default { 38 ], "order_by": [ - 679, + 766, "[e_match_map_status_order_by!]" ], "where": [ - 669 + 756 ] } ], "e_match_map_status_aggregate": [ - 667, + 754, { "distinct_on": [ - 681, + 768, "[e_match_map_status_select_column!]" ], "limit": [ @@ -133842,44 +148497,44 @@ export default { 38 ], "order_by": [ - 679, + 766, "[e_match_map_status_order_by!]" ], "where": [ - 669 + 756 ] } ], "e_match_map_status_by_pk": [ - 666, + 753, { "value": [ - 79, + 78, "String!" ] } ], "e_match_map_status_stream": [ - 666, + 753, { "batch_size": [ 38, "Int!" ], "cursor": [ - 683, + 770, "[e_match_map_status_stream_cursor_input]!" ], "where": [ - 669 + 756 ] } ], "e_match_mode": [ - 687, + 774, { "distinct_on": [ - 701, + 788, "[e_match_mode_select_column!]" ], "limit": [ @@ -133889,19 +148544,19 @@ export default { 38 ], "order_by": [ - 699, + 786, "[e_match_mode_order_by!]" ], "where": [ - 690 + 777 ] } ], "e_match_mode_aggregate": [ - 688, + 775, { "distinct_on": [ - 701, + 788, "[e_match_mode_select_column!]" ], "limit": [ @@ -133911,44 +148566,44 @@ export default { 38 ], "order_by": [ - 699, + 786, "[e_match_mode_order_by!]" ], "where": [ - 690 + 777 ] } ], "e_match_mode_by_pk": [ - 687, + 774, { "value": [ - 79, + 78, "String!" ] } ], "e_match_mode_stream": [ - 687, + 774, { "batch_size": [ 38, "Int!" ], "cursor": [ - 703, + 790, "[e_match_mode_stream_cursor_input]!" ], "where": [ - 690 + 777 ] } ], "e_match_status": [ - 707, + 794, { "distinct_on": [ - 722, + 809, "[e_match_status_select_column!]" ], "limit": [ @@ -133958,19 +148613,19 @@ export default { 38 ], "order_by": [ - 720, + 807, "[e_match_status_order_by!]" ], "where": [ - 710 + 797 ] } ], "e_match_status_aggregate": [ - 708, + 795, { "distinct_on": [ - 722, + 809, "[e_match_status_select_column!]" ], "limit": [ @@ -133980,44 +148635,44 @@ export default { 38 ], "order_by": [ - 720, + 807, "[e_match_status_order_by!]" ], "where": [ - 710 + 797 ] } ], "e_match_status_by_pk": [ - 707, + 794, { "value": [ - 79, + 78, "String!" ] } ], "e_match_status_stream": [ - 707, + 794, { "batch_size": [ 38, "Int!" ], "cursor": [ - 724, + 811, "[e_match_status_stream_cursor_input]!" ], "where": [ - 710 + 797 ] } ], "e_match_types": [ - 728, + 815, { "distinct_on": [ - 743, + 830, "[e_match_types_select_column!]" ], "limit": [ @@ -134027,19 +148682,19 @@ export default { 38 ], "order_by": [ - 741, + 828, "[e_match_types_order_by!]" ], "where": [ - 731 + 818 ] } ], "e_match_types_aggregate": [ - 729, + 816, { "distinct_on": [ - 743, + 830, "[e_match_types_select_column!]" ], "limit": [ @@ -134049,44 +148704,44 @@ export default { 38 ], "order_by": [ - 741, + 828, "[e_match_types_order_by!]" ], "where": [ - 731 + 818 ] } ], "e_match_types_by_pk": [ - 728, + 815, { "value": [ - 79, + 78, "String!" ] } ], "e_match_types_stream": [ - 728, + 815, { "batch_size": [ 38, "Int!" ], "cursor": [ - 745, + 832, "[e_match_types_stream_cursor_input]!" ], "where": [ - 731 + 818 ] } ], "e_notification_types": [ - 749, + 836, { "distinct_on": [ - 763, + 850, "[e_notification_types_select_column!]" ], "limit": [ @@ -134096,19 +148751,19 @@ export default { 38 ], "order_by": [ - 761, + 848, "[e_notification_types_order_by!]" ], "where": [ - 752 + 839 ] } ], "e_notification_types_aggregate": [ - 750, + 837, { "distinct_on": [ - 763, + 850, "[e_notification_types_select_column!]" ], "limit": [ @@ -134118,44 +148773,44 @@ export default { 38 ], "order_by": [ - 761, + 848, "[e_notification_types_order_by!]" ], "where": [ - 752 + 839 ] } ], "e_notification_types_by_pk": [ - 749, + 836, { "value": [ - 79, + 78, "String!" ] } ], "e_notification_types_stream": [ - 749, + 836, { "batch_size": [ 38, "Int!" ], "cursor": [ - 765, + 852, "[e_notification_types_stream_cursor_input]!" ], "where": [ - 752 + 839 ] } ], "e_objective_types": [ - 769, + 856, { "distinct_on": [ - 783, + 870, "[e_objective_types_select_column!]" ], "limit": [ @@ -134165,19 +148820,19 @@ export default { 38 ], "order_by": [ - 781, + 868, "[e_objective_types_order_by!]" ], "where": [ - 772 + 859 ] } ], "e_objective_types_aggregate": [ - 770, + 857, { "distinct_on": [ - 783, + 870, "[e_objective_types_select_column!]" ], "limit": [ @@ -134187,44 +148842,44 @@ export default { 38 ], "order_by": [ - 781, + 868, "[e_objective_types_order_by!]" ], "where": [ - 772 + 859 ] } ], "e_objective_types_by_pk": [ - 769, + 856, { "value": [ - 79, + 78, "String!" ] } ], "e_objective_types_stream": [ - 769, + 856, { "batch_size": [ 38, "Int!" ], "cursor": [ - 785, + 872, "[e_objective_types_stream_cursor_input]!" ], "where": [ - 772 + 859 ] } ], "e_player_roles": [ - 789, + 876, { "distinct_on": [ - 803, + 890, "[e_player_roles_select_column!]" ], "limit": [ @@ -134234,19 +148889,19 @@ export default { 38 ], "order_by": [ - 801, + 888, "[e_player_roles_order_by!]" ], "where": [ - 792 + 879 ] } ], "e_player_roles_aggregate": [ - 790, + 877, { "distinct_on": [ - 803, + 890, "[e_player_roles_select_column!]" ], "limit": [ @@ -134256,44 +148911,44 @@ export default { 38 ], "order_by": [ - 801, + 888, "[e_player_roles_order_by!]" ], "where": [ - 792 + 879 ] } ], "e_player_roles_by_pk": [ - 789, + 876, { "value": [ - 79, + 78, "String!" ] } ], "e_player_roles_stream": [ - 789, + 876, { "batch_size": [ 38, "Int!" ], "cursor": [ - 805, + 892, "[e_player_roles_stream_cursor_input]!" ], "where": [ - 792 + 879 ] } ], "e_ready_settings": [ - 809, + 896, { "distinct_on": [ - 823, + 910, "[e_ready_settings_select_column!]" ], "limit": [ @@ -134303,19 +148958,19 @@ export default { 38 ], "order_by": [ - 821, + 908, "[e_ready_settings_order_by!]" ], "where": [ - 812 + 899 ] } ], "e_ready_settings_aggregate": [ - 810, + 897, { "distinct_on": [ - 823, + 910, "[e_ready_settings_select_column!]" ], "limit": [ @@ -134325,44 +148980,44 @@ export default { 38 ], "order_by": [ - 821, + 908, "[e_ready_settings_order_by!]" ], "where": [ - 812 + 899 ] } ], "e_ready_settings_by_pk": [ - 809, + 896, { "value": [ - 79, + 78, "String!" ] } ], "e_ready_settings_stream": [ - 809, + 896, { "batch_size": [ 38, "Int!" ], "cursor": [ - 825, + 912, "[e_ready_settings_stream_cursor_input]!" ], "where": [ - 812 + 899 ] } ], "e_sanction_types": [ - 829, + 916, { "distinct_on": [ - 844, + 931, "[e_sanction_types_select_column!]" ], "limit": [ @@ -134372,19 +149027,19 @@ export default { 38 ], "order_by": [ - 842, + 929, "[e_sanction_types_order_by!]" ], "where": [ - 832 + 919 ] } ], "e_sanction_types_aggregate": [ - 830, + 917, { "distinct_on": [ - 844, + 931, "[e_sanction_types_select_column!]" ], "limit": [ @@ -134394,44 +149049,44 @@ export default { 38 ], "order_by": [ - 842, + 929, "[e_sanction_types_order_by!]" ], "where": [ - 832 + 919 ] } ], "e_sanction_types_by_pk": [ - 829, + 916, { "value": [ - 79, + 78, "String!" ] } ], "e_sanction_types_stream": [ - 829, + 916, { "batch_size": [ 38, "Int!" ], "cursor": [ - 846, + 933, "[e_sanction_types_stream_cursor_input]!" ], "where": [ - 832 + 919 ] } ], "e_scrim_request_statuses": [ - 850, + 937, { "distinct_on": [ - 864, + 951, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -134441,19 +149096,19 @@ export default { 38 ], "order_by": [ - 862, + 949, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 853 + 940 ] } ], "e_scrim_request_statuses_aggregate": [ - 851, + 938, { "distinct_on": [ - 864, + 951, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -134463,44 +149118,44 @@ export default { 38 ], "order_by": [ - 862, + 949, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 853 + 940 ] } ], "e_scrim_request_statuses_by_pk": [ - 850, + 937, { "value": [ - 79, + 78, "String!" ] } ], "e_scrim_request_statuses_stream": [ - 850, + 937, { "batch_size": [ 38, "Int!" ], "cursor": [ - 866, + 953, "[e_scrim_request_statuses_stream_cursor_input]!" ], "where": [ - 853 + 940 ] } ], "e_server_types": [ - 870, + 957, { "distinct_on": [ - 884, + 971, "[e_server_types_select_column!]" ], "limit": [ @@ -134510,19 +149165,19 @@ export default { 38 ], "order_by": [ - 882, + 969, "[e_server_types_order_by!]" ], "where": [ - 873 + 960 ] } ], "e_server_types_aggregate": [ - 871, + 958, { "distinct_on": [ - 884, + 971, "[e_server_types_select_column!]" ], "limit": [ @@ -134532,44 +149187,44 @@ export default { 38 ], "order_by": [ - 882, + 969, "[e_server_types_order_by!]" ], "where": [ - 873 + 960 ] } ], "e_server_types_by_pk": [ - 870, + 957, { "value": [ - 79, + 78, "String!" ] } ], "e_server_types_stream": [ - 870, + 957, { "batch_size": [ 38, "Int!" ], "cursor": [ - 886, + 973, "[e_server_types_stream_cursor_input]!" ], "where": [ - 873 + 960 ] } ], "e_sides": [ - 890, + 977, { "distinct_on": [ - 904, + 991, "[e_sides_select_column!]" ], "limit": [ @@ -134579,19 +149234,19 @@ export default { 38 ], "order_by": [ - 902, + 989, "[e_sides_order_by!]" ], "where": [ - 893 + 980 ] } ], "e_sides_aggregate": [ - 891, + 978, { "distinct_on": [ - 904, + 991, "[e_sides_select_column!]" ], "limit": [ @@ -134601,44 +149256,44 @@ export default { 38 ], "order_by": [ - 902, + 989, "[e_sides_order_by!]" ], "where": [ - 893 + 980 ] } ], "e_sides_by_pk": [ - 890, + 977, { "value": [ - 79, + 78, "String!" ] } ], "e_sides_stream": [ - 890, + 977, { "batch_size": [ 38, "Int!" ], "cursor": [ - 906, + 993, "[e_sides_stream_cursor_input]!" ], "where": [ - 893 + 980 ] } ], "e_system_alert_types": [ - 910, + 997, { "distinct_on": [ - 924, + 1011, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -134648,19 +149303,19 @@ export default { 38 ], "order_by": [ - 922, + 1009, "[e_system_alert_types_order_by!]" ], "where": [ - 913 + 1000 ] } ], "e_system_alert_types_aggregate": [ - 911, + 998, { "distinct_on": [ - 924, + 1011, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -134670,44 +149325,44 @@ export default { 38 ], "order_by": [ - 922, + 1009, "[e_system_alert_types_order_by!]" ], "where": [ - 913 + 1000 ] } ], "e_system_alert_types_by_pk": [ - 910, + 997, { "value": [ - 79, + 78, "String!" ] } ], "e_system_alert_types_stream": [ - 910, + 997, { "batch_size": [ 38, "Int!" ], "cursor": [ - 926, + 1013, "[e_system_alert_types_stream_cursor_input]!" ], "where": [ - 913 + 1000 ] } ], "e_team_roles": [ - 930, + 1017, { "distinct_on": [ - 945, + 1032, "[e_team_roles_select_column!]" ], "limit": [ @@ -134717,19 +149372,19 @@ export default { 38 ], "order_by": [ - 943, + 1030, "[e_team_roles_order_by!]" ], "where": [ - 933 + 1020 ] } ], "e_team_roles_aggregate": [ - 931, + 1018, { "distinct_on": [ - 945, + 1032, "[e_team_roles_select_column!]" ], "limit": [ @@ -134739,44 +149394,44 @@ export default { 38 ], "order_by": [ - 943, + 1030, "[e_team_roles_order_by!]" ], "where": [ - 933 + 1020 ] } ], "e_team_roles_by_pk": [ - 930, + 1017, { "value": [ - 79, + 78, "String!" ] } ], "e_team_roles_stream": [ - 930, + 1017, { "batch_size": [ 38, "Int!" ], "cursor": [ - 947, + 1034, "[e_team_roles_stream_cursor_input]!" ], "where": [ - 933 + 1020 ] } ], "e_team_roster_statuses": [ - 951, + 1038, { "distinct_on": [ - 965, + 1052, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -134786,19 +149441,19 @@ export default { 38 ], "order_by": [ - 963, + 1050, "[e_team_roster_statuses_order_by!]" ], "where": [ - 954 + 1041 ] } ], "e_team_roster_statuses_aggregate": [ - 952, + 1039, { "distinct_on": [ - 965, + 1052, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -134808,44 +149463,44 @@ export default { 38 ], "order_by": [ - 963, + 1050, "[e_team_roster_statuses_order_by!]" ], "where": [ - 954 + 1041 ] } ], "e_team_roster_statuses_by_pk": [ - 951, + 1038, { "value": [ - 79, + 78, "String!" ] } ], "e_team_roster_statuses_stream": [ - 951, + 1038, { "batch_size": [ 38, "Int!" ], "cursor": [ - 967, + 1054, "[e_team_roster_statuses_stream_cursor_input]!" ], "where": [ - 954 + 1041 ] } ], "e_timeout_settings": [ - 971, + 1058, { "distinct_on": [ - 985, + 1072, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -134855,19 +149510,19 @@ export default { 38 ], "order_by": [ - 983, + 1070, "[e_timeout_settings_order_by!]" ], "where": [ - 974 + 1061 ] } ], "e_timeout_settings_aggregate": [ - 972, + 1059, { "distinct_on": [ - 985, + 1072, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -134877,44 +149532,44 @@ export default { 38 ], "order_by": [ - 983, + 1070, "[e_timeout_settings_order_by!]" ], "where": [ - 974 + 1061 ] } ], "e_timeout_settings_by_pk": [ - 971, + 1058, { "value": [ - 79, + 78, "String!" ] } ], "e_timeout_settings_stream": [ - 971, + 1058, { "batch_size": [ 38, "Int!" ], "cursor": [ - 987, + 1074, "[e_timeout_settings_stream_cursor_input]!" ], "where": [ - 974 + 1061 ] } ], "e_tournament_stage_types": [ - 991, + 1078, { "distinct_on": [ - 1006, + 1093, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -134924,19 +149579,19 @@ export default { 38 ], "order_by": [ - 1004, + 1091, "[e_tournament_stage_types_order_by!]" ], "where": [ - 994 + 1081 ] } ], "e_tournament_stage_types_aggregate": [ - 992, + 1079, { "distinct_on": [ - 1006, + 1093, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -134946,44 +149601,44 @@ export default { 38 ], "order_by": [ - 1004, + 1091, "[e_tournament_stage_types_order_by!]" ], "where": [ - 994 + 1081 ] } ], "e_tournament_stage_types_by_pk": [ - 991, + 1078, { "value": [ - 79, + 78, "String!" ] } ], "e_tournament_stage_types_stream": [ - 991, + 1078, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1008, + 1095, "[e_tournament_stage_types_stream_cursor_input]!" ], "where": [ - 994 + 1081 ] } ], "e_tournament_status": [ - 1012, + 1099, { "distinct_on": [ - 1027, + 1114, "[e_tournament_status_select_column!]" ], "limit": [ @@ -134993,19 +149648,19 @@ export default { 38 ], "order_by": [ - 1025, + 1112, "[e_tournament_status_order_by!]" ], "where": [ - 1015 + 1102 ] } ], "e_tournament_status_aggregate": [ - 1013, + 1100, { "distinct_on": [ - 1027, + 1114, "[e_tournament_status_select_column!]" ], "limit": [ @@ -135015,44 +149670,44 @@ export default { 38 ], "order_by": [ - 1025, + 1112, "[e_tournament_status_order_by!]" ], "where": [ - 1015 + 1102 ] } ], "e_tournament_status_by_pk": [ - 1012, + 1099, { "value": [ - 79, + 78, "String!" ] } ], "e_tournament_status_stream": [ - 1012, + 1099, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1029, + 1116, "[e_tournament_status_stream_cursor_input]!" ], "where": [ - 1015 + 1102 ] } ], "e_utility_types": [ - 1033, + 1120, { "distinct_on": [ - 1047, + 1134, "[e_utility_types_select_column!]" ], "limit": [ @@ -135062,19 +149717,19 @@ export default { 38 ], "order_by": [ - 1045, + 1132, "[e_utility_types_order_by!]" ], "where": [ - 1036 + 1123 ] } ], "e_utility_types_aggregate": [ - 1034, + 1121, { "distinct_on": [ - 1047, + 1134, "[e_utility_types_select_column!]" ], "limit": [ @@ -135084,44 +149739,44 @@ export default { 38 ], "order_by": [ - 1045, + 1132, "[e_utility_types_order_by!]" ], "where": [ - 1036 + 1123 ] } ], "e_utility_types_by_pk": [ - 1033, + 1120, { "value": [ - 79, + 78, "String!" ] } ], "e_utility_types_stream": [ - 1033, + 1120, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1049, + 1136, "[e_utility_types_stream_cursor_input]!" ], "where": [ - 1036 + 1123 ] } ], "e_veto_pick_types": [ - 1053, + 1140, { "distinct_on": [ - 1067, + 1154, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -135131,19 +149786,19 @@ export default { 38 ], "order_by": [ - 1065, + 1152, "[e_veto_pick_types_order_by!]" ], "where": [ - 1056 + 1143 ] } ], "e_veto_pick_types_aggregate": [ - 1054, + 1141, { "distinct_on": [ - 1067, + 1154, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -135153,44 +149808,44 @@ export default { 38 ], "order_by": [ - 1065, + 1152, "[e_veto_pick_types_order_by!]" ], "where": [ - 1056 + 1143 ] } ], "e_veto_pick_types_by_pk": [ - 1053, + 1140, { "value": [ - 79, + 78, "String!" ] } ], "e_veto_pick_types_stream": [ - 1053, + 1140, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1069, + 1156, "[e_veto_pick_types_stream_cursor_input]!" ], "where": [ - 1056 + 1143 ] } ], "e_winning_reasons": [ - 1073, + 1160, { "distinct_on": [ - 1087, + 1174, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -135200,19 +149855,19 @@ export default { 38 ], "order_by": [ - 1085, + 1172, "[e_winning_reasons_order_by!]" ], "where": [ - 1076 + 1163 ] } ], "e_winning_reasons_aggregate": [ - 1074, + 1161, { "distinct_on": [ - 1087, + 1174, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -135222,44 +149877,44 @@ export default { 38 ], "order_by": [ - 1085, + 1172, "[e_winning_reasons_order_by!]" ], "where": [ - 1076 + 1163 ] } ], "e_winning_reasons_by_pk": [ - 1073, + 1160, { "value": [ - 79, + 78, "String!" ] } ], "e_winning_reasons_stream": [ - 1073, + 1160, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1089, + 1176, "[e_winning_reasons_stream_cursor_input]!" ], "where": [ - 1076 + 1163 ] } ], "friends": [ - 1095, + 1182, { "distinct_on": [ - 1109, + 1196, "[friends_select_column!]" ], "limit": [ @@ -135269,19 +149924,19 @@ export default { 38 ], "order_by": [ - 1107, + 1194, "[friends_order_by!]" ], "where": [ - 1099 + 1186 ] } ], "friends_aggregate": [ - 1096, + 1183, { "distinct_on": [ - 1109, + 1196, "[friends_select_column!]" ], "limit": [ @@ -135291,48 +149946,48 @@ export default { 38 ], "order_by": [ - 1107, + 1194, "[friends_order_by!]" ], "where": [ - 1099 + 1186 ] } ], "friends_by_pk": [ - 1095, + 1182, { "other_player_steam_id": [ - 178, + 180, "bigint!" ], "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "friends_stream": [ - 1095, + 1182, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1114, + 1201, "[friends_stream_cursor_input]!" ], "where": [ - 1099 + 1186 ] } ], "game_server_nodes": [ - 1122, + 1209, { "distinct_on": [ - 1151, + 1238, "[game_server_nodes_select_column!]" ], "limit": [ @@ -135342,19 +149997,19 @@ export default { 38 ], "order_by": [ - 1148, + 1235, "[game_server_nodes_order_by!]" ], "where": [ - 1134 + 1221 ] } ], "game_server_nodes_aggregate": [ - 1123, + 1210, { "distinct_on": [ - 1151, + 1238, "[game_server_nodes_select_column!]" ], "limit": [ @@ -135364,44 +150019,44 @@ export default { 38 ], "order_by": [ - 1148, + 1235, "[game_server_nodes_order_by!]" ], "where": [ - 1134 + 1221 ] } ], "game_server_nodes_by_pk": [ - 1122, + 1209, { "id": [ - 79, + 78, "String!" ] } ], "game_server_nodes_stream": [ - 1122, + 1209, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1161, + 1248, "[game_server_nodes_stream_cursor_input]!" ], "where": [ - 1134 + 1221 ] } ], "game_versions": [ - 1173, + 1260, { "distinct_on": [ - 1193, + 1280, "[game_versions_select_column!]" ], "limit": [ @@ -135411,19 +150066,19 @@ export default { 38 ], "order_by": [ - 1190, + 1277, "[game_versions_order_by!]" ], "where": [ - 1178 + 1265 ] } ], "game_versions_aggregate": [ - 1174, + 1261, { "distinct_on": [ - 1193, + 1280, "[game_versions_select_column!]" ], "limit": [ @@ -135433,16 +150088,16 @@ export default { 38 ], "order_by": [ - 1190, + 1277, "[game_versions_order_by!]" ], "where": [ - 1178 + 1265 ] } ], "game_versions_by_pk": [ - 1173, + 1260, { "build_id": [ 38, @@ -135451,26 +150106,26 @@ export default { } ], "game_versions_stream": [ - 1173, + 1260, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1198, + 1285, "[game_versions_stream_cursor_input]!" ], "where": [ - 1178 + 1265 ] } ], "gamedata_signature_validations": [ - 1206, + 1293, { "distinct_on": [ - 1225, + 1312, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -135480,19 +150135,19 @@ export default { 38 ], "order_by": [ - 1222, + 1309, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1211 + 1298 ] } ], "gamedata_signature_validations_aggregate": [ - 1207, + 1294, { "distinct_on": [ - 1225, + 1312, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -135502,48 +150157,48 @@ export default { 38 ], "order_by": [ - 1222, + 1309, "[gamedata_signature_validations_order_by!]" ], "where": [ - 1211 + 1298 ] } ], "gamedata_signature_validations_by_pk": [ - 1206, + 1293, { "id": [ - 3955, + 4442, "uuid!" ] } ], "gamedata_signature_validations_stream": [ - 1206, + 1293, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1230, + 1317, "[gamedata_signature_validations_stream_cursor_input]!" ], "where": [ - 1211 + 1298 ] } ], "get_leaderboard": [ - 1247, + 1335, { "args": [ - 1238, + 1325, "get_leaderboard_args!" ], "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -135553,23 +150208,23 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 ] } ], "get_leaderboard_aggregate": [ - 1248, + 1336, { "args": [ - 1238, + 1325, "get_leaderboard_args!" ], "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -135579,23 +150234,75 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 + ] + } + ], + "get_league_season_leaderboard": [ + 1335, + { + "args": [ + 1326, + "get_league_season_leaderboard_args!" + ], + "distinct_on": [ + 1346, + "[leaderboard_entries_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1345, + "[leaderboard_entries_order_by!]" + ], + "where": [ + 1339 + ] + } + ], + "get_league_season_leaderboard_aggregate": [ + 1336, + { + "args": [ + 1326, + "get_league_season_leaderboard_args!" + ], + "distinct_on": [ + 1346, + "[leaderboard_entries_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1345, + "[leaderboard_entries_order_by!]" + ], + "where": [ + 1339 ] } ], "get_player_leaderboard_rank": [ - 2461, + 2902, { "args": [ - 1239, + 1327, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -135605,23 +150312,23 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "get_player_leaderboard_rank_aggregate": [ - 2462, + 2903, { "args": [ - 1239, + 1327, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -135631,19 +150338,19 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "leaderboard_entries": [ - 1247, + 1335, { "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -135653,19 +150360,19 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 ] } ], "leaderboard_entries_aggregate": [ - 1248, + 1336, { "distinct_on": [ - 1258, + 1346, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -135675,35 +150382,729 @@ export default { 38 ], "order_by": [ - 1257, + 1345, "[leaderboard_entries_order_by!]" ], "where": [ - 1251 + 1339 ] } ], "leaderboard_entries_stream": [ - 1247, + 1335, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1263, + 1351, "[leaderboard_entries_stream_cursor_input]!" ], "where": [ - 1251 + 1339 + ] + } + ], + "league_divisions": [ + 1359, + { + "distinct_on": [ + 1374, + "[league_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1372, + "[league_divisions_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "league_divisions_aggregate": [ + 1360, + { + "distinct_on": [ + 1374, + "[league_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1372, + "[league_divisions_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "league_divisions_by_pk": [ + 1359, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_divisions_stream": [ + 1359, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1379, + "[league_divisions_stream_cursor_input]!" + ], + "where": [ + 1363 + ] + } + ], + "league_match_weeks": [ + 1387, + { + "distinct_on": [ + 1408, + "[league_match_weeks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1406, + "[league_match_weeks_order_by!]" + ], + "where": [ + 1396 + ] + } + ], + "league_match_weeks_aggregate": [ + 1388, + { + "distinct_on": [ + 1408, + "[league_match_weeks_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1406, + "[league_match_weeks_order_by!]" + ], + "where": [ + 1396 + ] + } + ], + "league_match_weeks_by_pk": [ + 1387, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_match_weeks_stream": [ + 1387, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1416, + "[league_match_weeks_stream_cursor_input]!" + ], + "where": [ + 1396 + ] + } + ], + "league_relegation_playoffs": [ + 1428, + { + "distinct_on": [ + 1449, + "[league_relegation_playoffs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1447, + "[league_relegation_playoffs_order_by!]" + ], + "where": [ + 1437 + ] + } + ], + "league_relegation_playoffs_aggregate": [ + 1429, + { + "distinct_on": [ + 1449, + "[league_relegation_playoffs_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1447, + "[league_relegation_playoffs_order_by!]" + ], + "where": [ + 1437 + ] + } + ], + "league_relegation_playoffs_by_pk": [ + 1428, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_relegation_playoffs_stream": [ + 1428, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1457, + "[league_relegation_playoffs_stream_cursor_input]!" + ], + "where": [ + 1437 + ] + } + ], + "league_scheduling_proposals": [ + 1469, + { + "distinct_on": [ + 1490, + "[league_scheduling_proposals_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1488, + "[league_scheduling_proposals_order_by!]" + ], + "where": [ + 1478 + ] + } + ], + "league_scheduling_proposals_aggregate": [ + 1470, + { + "distinct_on": [ + 1490, + "[league_scheduling_proposals_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1488, + "[league_scheduling_proposals_order_by!]" + ], + "where": [ + 1478 + ] + } + ], + "league_scheduling_proposals_by_pk": [ + 1469, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_scheduling_proposals_stream": [ + 1469, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1498, + "[league_scheduling_proposals_stream_cursor_input]!" + ], + "where": [ + 1478 + ] + } + ], + "league_season_divisions": [ + 1510, + { + "distinct_on": [ + 1529, + "[league_season_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1527, + "[league_season_divisions_order_by!]" + ], + "where": [ + 1517 + ] + } + ], + "league_season_divisions_aggregate": [ + 1511, + { + "distinct_on": [ + 1529, + "[league_season_divisions_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1527, + "[league_season_divisions_order_by!]" + ], + "where": [ + 1517 + ] + } + ], + "league_season_divisions_by_pk": [ + 1510, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_season_divisions_stream": [ + 1510, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1531, + "[league_season_divisions_stream_cursor_input]!" + ], + "where": [ + 1517 + ] + } + ], + "league_seasons": [ + 1535, + { + "distinct_on": [ + 1555, + "[league_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1552, + "[league_seasons_order_by!]" + ], + "where": [ + 1540 + ] + } + ], + "league_seasons_aggregate": [ + 1536, + { + "distinct_on": [ + 1555, + "[league_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1552, + "[league_seasons_order_by!]" + ], + "where": [ + 1540 + ] + } + ], + "league_seasons_by_pk": [ + 1535, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_seasons_stream": [ + 1535, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1560, + "[league_seasons_stream_cursor_input]!" + ], + "where": [ + 1540 + ] + } + ], + "league_team_movements": [ + 1568, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } + ], + "league_team_movements_aggregate": [ + 1569, + { + "distinct_on": [ + 1589, + "[league_team_movements_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1587, + "[league_team_movements_order_by!]" + ], + "where": [ + 1577 + ] + } + ], + "league_team_movements_by_pk": [ + 1568, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_team_movements_stream": [ + 1568, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1597, + "[league_team_movements_stream_cursor_input]!" + ], + "where": [ + 1577 + ] + } + ], + "league_team_rosters": [ + 1609, + { + "distinct_on": [ + 1630, + "[league_team_rosters_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1628, + "[league_team_rosters_order_by!]" + ], + "where": [ + 1618 + ] + } + ], + "league_team_rosters_aggregate": [ + 1610, + { + "distinct_on": [ + 1630, + "[league_team_rosters_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1628, + "[league_team_rosters_order_by!]" + ], + "where": [ + 1618 + ] + } + ], + "league_team_rosters_by_pk": [ + 1609, + { + "league_team_season_id": [ + 4442, + "uuid!" + ], + "player_steam_id": [ + 180, + "bigint!" + ] + } + ], + "league_team_rosters_stream": [ + 1609, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1638, + "[league_team_rosters_stream_cursor_input]!" + ], + "where": [ + 1618 + ] + } + ], + "league_team_seasons": [ + 1650, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } + ], + "league_team_seasons_aggregate": [ + 1651, + { + "distinct_on": [ + 1672, + "[league_team_seasons_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1670, + "[league_team_seasons_order_by!]" + ], + "where": [ + 1659 + ] + } + ], + "league_team_seasons_by_pk": [ + 1650, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_team_seasons_stream": [ + 1650, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1680, + "[league_team_seasons_stream_cursor_input]!" + ], + "where": [ + 1659 + ] + } + ], + "league_teams": [ + 1692, + { + "distinct_on": [ + 1705, + "[league_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1703, + "[league_teams_order_by!]" + ], + "where": [ + 1695 + ] + } + ], + "league_teams_aggregate": [ + 1693, + { + "distinct_on": [ + 1705, + "[league_teams_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 1703, + "[league_teams_order_by!]" + ], + "where": [ + 1695 + ] + } + ], + "league_teams_by_pk": [ + 1692, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "league_teams_stream": [ + 1692, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 1707, + "[league_teams_stream_cursor_input]!" + ], + "where": [ + 1695 ] } ], "lobbies": [ - 1270, + 1711, { "distinct_on": [ - 1283, + 1724, "[lobbies_select_column!]" ], "limit": [ @@ -135713,19 +151114,19 @@ export default { 38 ], "order_by": [ - 1281, + 1722, "[lobbies_order_by!]" ], "where": [ - 1273 + 1714 ] } ], "lobbies_aggregate": [ - 1271, + 1712, { "distinct_on": [ - 1283, + 1724, "[lobbies_select_column!]" ], "limit": [ @@ -135735,44 +151136,44 @@ export default { 38 ], "order_by": [ - 1281, + 1722, "[lobbies_order_by!]" ], "where": [ - 1273 + 1714 ] } ], "lobbies_by_pk": [ - 1270, + 1711, { "id": [ - 3955, + 4442, "uuid!" ] } ], "lobbies_stream": [ - 1270, + 1711, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1285, + 1726, "[lobbies_stream_cursor_input]!" ], "where": [ - 1273 + 1714 ] } ], "lobby_players": [ - 1289, + 1730, { "distinct_on": [ - 1312, + 1753, "[lobby_players_select_column!]" ], "limit": [ @@ -135782,19 +151183,19 @@ export default { 38 ], "order_by": [ - 1310, + 1751, "[lobby_players_order_by!]" ], "where": [ - 1300 + 1741 ] } ], "lobby_players_aggregate": [ - 1290, + 1731, { "distinct_on": [ - 1312, + 1753, "[lobby_players_select_column!]" ], "limit": [ @@ -135804,48 +151205,48 @@ export default { 38 ], "order_by": [ - 1310, + 1751, "[lobby_players_order_by!]" ], "where": [ - 1300 + 1741 ] } ], "lobby_players_by_pk": [ - 1289, + 1730, { "lobby_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "lobby_players_stream": [ - 1289, + 1730, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1322, + 1763, "[lobby_players_stream_cursor_input]!" ], "where": [ - 1300 + 1741 ] } ], "map_pools": [ - 1334, + 1775, { "distinct_on": [ - 1347, + 1788, "[map_pools_select_column!]" ], "limit": [ @@ -135855,19 +151256,19 @@ export default { 38 ], "order_by": [ - 1345, + 1786, "[map_pools_order_by!]" ], "where": [ - 1337 + 1778 ] } ], "map_pools_aggregate": [ - 1335, + 1776, { "distinct_on": [ - 1347, + 1788, "[map_pools_select_column!]" ], "limit": [ @@ -135877,44 +151278,44 @@ export default { 38 ], "order_by": [ - 1345, + 1786, "[map_pools_order_by!]" ], "where": [ - 1337 + 1778 ] } ], "map_pools_by_pk": [ - 1334, + 1775, { "id": [ - 3955, + 4442, "uuid!" ] } ], "map_pools_stream": [ - 1334, + 1775, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1349, + 1790, "[map_pools_stream_cursor_input]!" ], "where": [ - 1337 + 1778 ] } ], "maps": [ - 1353, + 1794, { "distinct_on": [ - 1374, + 1815, "[maps_select_column!]" ], "limit": [ @@ -135924,19 +151325,19 @@ export default { 38 ], "order_by": [ - 1372, + 1813, "[maps_order_by!]" ], "where": [ - 1362 + 1803 ] } ], "maps_aggregate": [ - 1354, + 1795, { "distinct_on": [ - 1374, + 1815, "[maps_select_column!]" ], "limit": [ @@ -135946,44 +151347,44 @@ export default { 38 ], "order_by": [ - 1372, + 1813, "[maps_order_by!]" ], "where": [ - 1362 + 1803 ] } ], "maps_by_pk": [ - 1353, + 1794, { "id": [ - 3955, + 4442, "uuid!" ] } ], "maps_stream": [ - 1353, + 1794, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1378, + 1819, "[maps_stream_cursor_input]!" ], "where": [ - 1362 + 1803 ] } ], "match_clips": [ - 1382, + 1823, { "distinct_on": [ - 1404, + 1845, "[match_clips_select_column!]" ], "limit": [ @@ -135993,19 +151394,19 @@ export default { 38 ], "order_by": [ - 1402, + 1843, "[match_clips_order_by!]" ], "where": [ - 1391 + 1832 ] } ], "match_clips_aggregate": [ - 1383, + 1824, { "distinct_on": [ - 1404, + 1845, "[match_clips_select_column!]" ], "limit": [ @@ -136015,44 +151416,44 @@ export default { 38 ], "order_by": [ - 1402, + 1843, "[match_clips_order_by!]" ], "where": [ - 1391 + 1832 ] } ], "match_clips_by_pk": [ - 1382, + 1823, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_clips_stream": [ - 1382, + 1823, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1412, + 1853, "[match_clips_stream_cursor_input]!" ], "where": [ - 1391 + 1832 ] } ], "match_demo_sessions": [ - 1424, + 1865, { "distinct_on": [ - 1450, + 1891, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -136062,19 +151463,19 @@ export default { 38 ], "order_by": [ - 1447, + 1888, "[match_demo_sessions_order_by!]" ], "where": [ - 1434 + 1875 ] } ], "match_demo_sessions_aggregate": [ - 1425, + 1866, { "distinct_on": [ - 1450, + 1891, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -136084,44 +151485,44 @@ export default { 38 ], "order_by": [ - 1447, + 1888, "[match_demo_sessions_order_by!]" ], "where": [ - 1434 + 1875 ] } ], "match_demo_sessions_by_pk": [ - 1424, + 1865, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_demo_sessions_stream": [ - 1424, + 1865, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1458, + 1899, "[match_demo_sessions_stream_cursor_input]!" ], "where": [ - 1434 + 1875 ] } ], "match_lineup_players": [ - 1470, + 1911, { "distinct_on": [ - 1493, + 1934, "[match_lineup_players_select_column!]" ], "limit": [ @@ -136131,19 +151532,19 @@ export default { 38 ], "order_by": [ - 1491, + 1932, "[match_lineup_players_order_by!]" ], "where": [ - 1481 + 1922 ] } ], "match_lineup_players_aggregate": [ - 1471, + 1912, { "distinct_on": [ - 1493, + 1934, "[match_lineup_players_select_column!]" ], "limit": [ @@ -136153,44 +151554,44 @@ export default { 38 ], "order_by": [ - 1491, + 1932, "[match_lineup_players_order_by!]" ], "where": [ - 1481 + 1922 ] } ], "match_lineup_players_by_pk": [ - 1470, + 1911, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_lineup_players_stream": [ - 1470, + 1911, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1503, + 1944, "[match_lineup_players_stream_cursor_input]!" ], "where": [ - 1481 + 1922 ] } ], "match_lineups": [ - 1515, + 1956, { "distinct_on": [ - 1537, + 1978, "[match_lineups_select_column!]" ], "limit": [ @@ -136200,19 +151601,19 @@ export default { 38 ], "order_by": [ - 1535, + 1976, "[match_lineups_order_by!]" ], "where": [ - 1524 + 1965 ] } ], "match_lineups_aggregate": [ - 1516, + 1957, { "distinct_on": [ - 1537, + 1978, "[match_lineups_select_column!]" ], "limit": [ @@ -136222,44 +151623,44 @@ export default { 38 ], "order_by": [ - 1535, + 1976, "[match_lineups_order_by!]" ], "where": [ - 1524 + 1965 ] } ], "match_lineups_by_pk": [ - 1515, + 1956, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_lineups_stream": [ - 1515, + 1956, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1545, + 1986, "[match_lineups_stream_cursor_input]!" ], "where": [ - 1524 + 1965 ] } ], "match_map_demos": [ - 1557, + 1998, { "distinct_on": [ - 1586, + 2027, "[match_map_demos_select_column!]" ], "limit": [ @@ -136269,19 +151670,19 @@ export default { 38 ], "order_by": [ - 1583, + 2024, "[match_map_demos_order_by!]" ], "where": [ - 1569 + 2010 ] } ], "match_map_demos_aggregate": [ - 1558, + 1999, { "distinct_on": [ - 1586, + 2027, "[match_map_demos_select_column!]" ], "limit": [ @@ -136291,44 +151692,44 @@ export default { 38 ], "order_by": [ - 1583, + 2024, "[match_map_demos_order_by!]" ], "where": [ - 1569 + 2010 ] } ], "match_map_demos_by_pk": [ - 1557, + 1998, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_map_demos_stream": [ - 1557, + 1998, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1596, + 2037, "[match_map_demos_stream_cursor_input]!" ], "where": [ - 1569 + 2010 ] } ], "match_map_rounds": [ - 1608, + 2049, { "distinct_on": [ - 1629, + 2070, "[match_map_rounds_select_column!]" ], "limit": [ @@ -136338,19 +151739,19 @@ export default { 38 ], "order_by": [ - 1627, + 2068, "[match_map_rounds_order_by!]" ], "where": [ - 1617 + 2058 ] } ], "match_map_rounds_aggregate": [ - 1609, + 2050, { "distinct_on": [ - 1629, + 2070, "[match_map_rounds_select_column!]" ], "limit": [ @@ -136360,44 +151761,44 @@ export default { 38 ], "order_by": [ - 1627, + 2068, "[match_map_rounds_order_by!]" ], "where": [ - 1617 + 2058 ] } ], "match_map_rounds_by_pk": [ - 1608, + 2049, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_map_rounds_stream": [ - 1608, + 2049, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1637, + 2078, "[match_map_rounds_stream_cursor_input]!" ], "where": [ - 1617 + 2058 ] } ], "match_map_veto_picks": [ - 1649, + 2090, { "distinct_on": [ - 1667, + 2108, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -136407,19 +151808,19 @@ export default { 38 ], "order_by": [ - 1665, + 2106, "[match_map_veto_picks_order_by!]" ], "where": [ - 1656 + 2097 ] } ], "match_map_veto_picks_aggregate": [ - 1650, + 2091, { "distinct_on": [ - 1667, + 2108, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -136429,44 +151830,44 @@ export default { 38 ], "order_by": [ - 1665, + 2106, "[match_map_veto_picks_order_by!]" ], "where": [ - 1656 + 2097 ] } ], "match_map_veto_picks_by_pk": [ - 1649, + 2090, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_map_veto_picks_stream": [ - 1649, + 2090, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1669, + 2110, "[match_map_veto_picks_stream_cursor_input]!" ], "where": [ - 1656 + 2097 ] } ], "match_maps": [ - 1673, + 2114, { "distinct_on": [ - 1695, + 2136, "[match_maps_select_column!]" ], "limit": [ @@ -136476,19 +151877,19 @@ export default { 38 ], "order_by": [ - 1693, + 2134, "[match_maps_order_by!]" ], "where": [ - 1682 + 2123 ] } ], "match_maps_aggregate": [ - 1674, + 2115, { "distinct_on": [ - 1695, + 2136, "[match_maps_select_column!]" ], "limit": [ @@ -136498,44 +151899,44 @@ export default { 38 ], "order_by": [ - 1693, + 2134, "[match_maps_order_by!]" ], "where": [ - 1682 + 2123 ] } ], "match_maps_by_pk": [ - 1673, + 2114, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_maps_stream": [ - 1673, + 2114, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1703, + 2144, "[match_maps_stream_cursor_input]!" ], "where": [ - 1682 + 2123 ] } ], "match_options": [ - 1715, + 2156, { "distinct_on": [ - 1730, + 2171, "[match_options_select_column!]" ], "limit": [ @@ -136545,19 +151946,19 @@ export default { 38 ], "order_by": [ - 1728, + 2169, "[match_options_order_by!]" ], "where": [ - 1719 + 2160 ] } ], "match_options_aggregate": [ - 1716, + 2157, { "distinct_on": [ - 1730, + 2171, "[match_options_select_column!]" ], "limit": [ @@ -136567,44 +151968,44 @@ export default { 38 ], "order_by": [ - 1728, + 2169, "[match_options_order_by!]" ], "where": [ - 1719 + 2160 ] } ], "match_options_by_pk": [ - 1715, + 2156, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_options_stream": [ - 1715, + 2156, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1735, + 2176, "[match_options_stream_cursor_input]!" ], "where": [ - 1719 + 2160 ] } ], "match_region_veto_picks": [ - 1743, + 2184, { "distinct_on": [ - 1761, + 2202, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -136614,19 +152015,19 @@ export default { 38 ], "order_by": [ - 1759, + 2200, "[match_region_veto_picks_order_by!]" ], "where": [ - 1750 + 2191 ] } ], "match_region_veto_picks_aggregate": [ - 1744, + 2185, { "distinct_on": [ - 1761, + 2202, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -136636,44 +152037,44 @@ export default { 38 ], "order_by": [ - 1759, + 2200, "[match_region_veto_picks_order_by!]" ], "where": [ - 1750 + 2191 ] } ], "match_region_veto_picks_by_pk": [ - 1743, + 2184, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_region_veto_picks_stream": [ - 1743, + 2184, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1763, + 2204, "[match_region_veto_picks_stream_cursor_input]!" ], "where": [ - 1750 + 2191 ] } ], "match_streams": [ - 1767, + 2208, { "distinct_on": [ - 1795, + 2236, "[match_streams_select_column!]" ], "limit": [ @@ -136683,19 +152084,19 @@ export default { 38 ], "order_by": [ - 1792, + 2233, "[match_streams_order_by!]" ], "where": [ - 1779 + 2220 ] } ], "match_streams_aggregate": [ - 1768, + 2209, { "distinct_on": [ - 1795, + 2236, "[match_streams_select_column!]" ], "limit": [ @@ -136705,44 +152106,44 @@ export default { 38 ], "order_by": [ - 1792, + 2233, "[match_streams_order_by!]" ], "where": [ - 1779 + 2220 ] } ], "match_streams_by_pk": [ - 1767, + 2208, { "id": [ - 3955, + 4442, "uuid!" ] } ], "match_streams_stream": [ - 1767, + 2208, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1805, + 2246, "[match_streams_stream_cursor_input]!" ], "where": [ - 1779 + 2220 ] } ], "match_type_cfgs": [ - 1817, + 2258, { "distinct_on": [ - 1829, + 2270, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -136752,19 +152153,19 @@ export default { 38 ], "order_by": [ - 1827, + 2268, "[match_type_cfgs_order_by!]" ], "where": [ - 1820 + 2261 ] } ], "match_type_cfgs_aggregate": [ - 1818, + 2259, { "distinct_on": [ - 1829, + 2270, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -136774,44 +152175,44 @@ export default { 38 ], "order_by": [ - 1827, + 2268, "[match_type_cfgs_order_by!]" ], "where": [ - 1820 + 2261 ] } ], "match_type_cfgs_by_pk": [ - 1817, + 2258, { "type": [ - 548, + 551, "e_game_cfg_types_enum!" ] } ], "match_type_cfgs_stream": [ - 1817, + 2258, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1831, + 2272, "[match_type_cfgs_stream_cursor_input]!" ], "where": [ - 1820 + 2261 ] } ], "matches": [ - 1835, + 2276, { "distinct_on": [ - 1857, + 2298, "[matches_select_column!]" ], "limit": [ @@ -136821,19 +152222,19 @@ export default { 38 ], "order_by": [ - 1855, + 2296, "[matches_order_by!]" ], "where": [ - 1844 + 2285 ] } ], "matches_aggregate": [ - 1836, + 2277, { "distinct_on": [ - 1857, + 2298, "[matches_select_column!]" ], "limit": [ @@ -136843,44 +152244,44 @@ export default { 38 ], "order_by": [ - 1855, + 2296, "[matches_order_by!]" ], "where": [ - 1844 + 2285 ] } ], "matches_by_pk": [ - 1835, + 2276, { "id": [ - 3955, + 4442, "uuid!" ] } ], "matches_stream": [ - 1835, + 2276, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1865, + 2306, "[matches_stream_cursor_input]!" ], "where": [ - 1844 + 2285 ] } ], "migration_hashes_hashes": [ - 1877, + 2318, { "distinct_on": [ - 1889, + 2330, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -136890,19 +152291,19 @@ export default { 38 ], "order_by": [ - 1887, + 2328, "[migration_hashes_hashes_order_by!]" ], "where": [ - 1880 + 2321 ] } ], "migration_hashes_hashes_aggregate": [ - 1878, + 2319, { "distinct_on": [ - 1889, + 2330, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -136912,44 +152313,44 @@ export default { 38 ], "order_by": [ - 1887, + 2328, "[migration_hashes_hashes_order_by!]" ], "where": [ - 1880 + 2321 ] } ], "migration_hashes_hashes_by_pk": [ - 1877, + 2318, { "name": [ - 79, + 78, "String!" ] } ], "migration_hashes_hashes_stream": [ - 1877, + 2318, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1891, + 2332, "[migration_hashes_hashes_stream_cursor_input]!" ], "where": [ - 1880 + 2321 ] } ], "my_friends": [ - 1895, + 2336, { "distinct_on": [ - 1920, + 2361, "[my_friends_select_column!]" ], "limit": [ @@ -136959,19 +152360,19 @@ export default { 38 ], "order_by": [ - 1918, + 2359, "[my_friends_order_by!]" ], "where": [ - 1907 + 2348 ] } ], "my_friends_aggregate": [ - 1896, + 2337, { "distinct_on": [ - 1920, + 2361, "[my_friends_select_column!]" ], "limit": [ @@ -136981,35 +152382,35 @@ export default { 38 ], "order_by": [ - 1918, + 2359, "[my_friends_order_by!]" ], "where": [ - 1907 + 2348 ] } ], "my_friends_stream": [ - 1895, + 2336, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1930, + 2371, "[my_friends_stream_cursor_input]!" ], "where": [ - 1907 + 2348 ] } ], "news_articles": [ - 1941, + 2382, { "distinct_on": [ - 1955, + 2396, "[news_articles_select_column!]" ], "limit": [ @@ -137019,19 +152420,19 @@ export default { 38 ], "order_by": [ - 1953, + 2394, "[news_articles_order_by!]" ], "where": [ - 1945 + 2386 ] } ], "news_articles_aggregate": [ - 1942, + 2383, { "distinct_on": [ - 1955, + 2396, "[news_articles_select_column!]" ], "limit": [ @@ -137041,44 +152442,44 @@ export default { 38 ], "order_by": [ - 1953, + 2394, "[news_articles_order_by!]" ], "where": [ - 1945 + 2386 ] } ], "news_articles_by_pk": [ - 1941, + 2382, { "id": [ - 3955, + 4442, "uuid!" ] } ], "news_articles_stream": [ - 1941, + 2382, { "batch_size": [ 38, "Int!" ], "cursor": [ - 1960, + 2401, "[news_articles_stream_cursor_input]!" ], "where": [ - 1945 + 2386 ] } ], "notifications": [ - 1968, + 2409, { "distinct_on": [ - 1996, + 2437, "[notifications_select_column!]" ], "limit": [ @@ -137088,19 +152489,19 @@ export default { 38 ], "order_by": [ - 1993, + 2434, "[notifications_order_by!]" ], "where": [ - 1980 + 2421 ] } ], "notifications_aggregate": [ - 1969, + 2410, { "distinct_on": [ - 1996, + 2437, "[notifications_select_column!]" ], "limit": [ @@ -137110,44 +152511,44 @@ export default { 38 ], "order_by": [ - 1993, + 2434, "[notifications_order_by!]" ], "where": [ - 1980 + 2421 ] } ], "notifications_by_pk": [ - 1968, + 2409, { "id": [ - 3955, + 4442, "uuid!" ] } ], "notifications_stream": [ - 1968, + 2409, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2006, + 2447, "[notifications_stream_cursor_input]!" ], "where": [ - 1980 + 2421 ] } ], "pending_match_import_players": [ - 2021, + 2462, { "distinct_on": [ - 2042, + 2483, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -137157,19 +152558,19 @@ export default { 38 ], "order_by": [ - 2040, + 2481, "[pending_match_import_players_order_by!]" ], "where": [ - 2030 + 2471 ] } ], "pending_match_import_players_aggregate": [ - 2022, + 2463, { "distinct_on": [ - 2042, + 2483, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -137179,48 +152580,48 @@ export default { 38 ], "order_by": [ - 2040, + 2481, "[pending_match_import_players_order_by!]" ], "where": [ - 2030 + 2471 ] } ], "pending_match_import_players_by_pk": [ - 2021, + 2462, { "steam_id": [ - 178, + 180, "bigint!" ], "valve_match_id": [ - 2018, + 2459, "numeric!" ] } ], "pending_match_import_players_stream": [ - 2021, + 2462, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2050, + 2491, "[pending_match_import_players_stream_cursor_input]!" ], "where": [ - 2030 + 2471 ] } ], "pending_match_imports": [ - 2062, + 2503, { "distinct_on": [ - 2077, + 2518, "[pending_match_imports_select_column!]" ], "limit": [ @@ -137230,19 +152631,19 @@ export default { 38 ], "order_by": [ - 2075, + 2516, "[pending_match_imports_order_by!]" ], "where": [ - 2066 + 2507 ] } ], "pending_match_imports_aggregate": [ - 2063, + 2504, { "distinct_on": [ - 2077, + 2518, "[pending_match_imports_select_column!]" ], "limit": [ @@ -137252,44 +152653,44 @@ export default { 38 ], "order_by": [ - 2075, + 2516, "[pending_match_imports_order_by!]" ], "where": [ - 2066 + 2507 ] } ], "pending_match_imports_by_pk": [ - 2062, + 2503, { "valve_match_id": [ - 2018, + 2459, "numeric!" ] } ], "pending_match_imports_stream": [ - 2062, + 2503, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2082, + 2523, "[pending_match_imports_stream_cursor_input]!" ], "where": [ - 2066 + 2507 ] } ], "player_aim_stats_demo": [ - 2090, + 2531, { "distinct_on": [ - 2104, + 2545, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -137299,19 +152700,19 @@ export default { 38 ], "order_by": [ - 2102, + 2543, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2094 + 2535 ] } ], "player_aim_stats_demo_aggregate": [ - 2091, + 2532, { "distinct_on": [ - 2104, + 2545, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -137321,48 +152722,48 @@ export default { 38 ], "order_by": [ - 2102, + 2543, "[player_aim_stats_demo_order_by!]" ], "where": [ - 2094 + 2535 ] } ], "player_aim_stats_demo_by_pk": [ - 2090, + 2531, { "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ] } ], "player_aim_stats_demo_stream": [ - 2090, + 2531, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2109, + 2550, "[player_aim_stats_demo_stream_cursor_input]!" ], "where": [ - 2094 + 2535 ] } ], "player_aim_weapon_stats": [ - 2117, + 2558, { "distinct_on": [ - 2138, + 2579, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -137372,19 +152773,19 @@ export default { 38 ], "order_by": [ - 2136, + 2577, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2126 + 2567 ] } ], "player_aim_weapon_stats_aggregate": [ - 2118, + 2559, { "distinct_on": [ - 2138, + 2579, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -137394,52 +152795,52 @@ export default { 38 ], "order_by": [ - 2136, + 2577, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 2126 + 2567 ] } ], "player_aim_weapon_stats_by_pk": [ - 2117, + 2558, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ], "weapon_class": [ - 79, + 78, "String!" ] } ], "player_aim_weapon_stats_stream": [ - 2117, + 2558, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2146, + 2587, "[player_aim_weapon_stats_stream_cursor_input]!" ], "where": [ - 2126 + 2567 ] } ], "player_assists": [ - 2158, + 2599, { "distinct_on": [ - 2181, + 2622, "[player_assists_select_column!]" ], "limit": [ @@ -137449,19 +152850,19 @@ export default { 38 ], "order_by": [ - 2179, + 2620, "[player_assists_order_by!]" ], "where": [ - 2169 + 2610 ] } ], "player_assists_aggregate": [ - 2159, + 2600, { "distinct_on": [ - 2181, + 2622, "[player_assists_select_column!]" ], "limit": [ @@ -137471,56 +152872,56 @@ export default { 38 ], "order_by": [ - 2179, + 2620, "[player_assists_order_by!]" ], "where": [ - 2169 + 2610 ] } ], "player_assists_by_pk": [ - 2158, + 2599, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_assists_stream": [ - 2158, + 2599, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2191, + 2632, "[player_assists_stream_cursor_input]!" ], "where": [ - 2169 + 2610 ] } ], "player_career_stats_v": [ - 2203, + 2644, { "distinct_on": [ - 2211, + 2652, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -137530,19 +152931,19 @@ export default { 38 ], "order_by": [ - 2210, + 2651, "[player_career_stats_v_order_by!]" ], "where": [ - 2207 + 2648 ] } ], "player_career_stats_v_aggregate": [ - 2204, + 2645, { "distinct_on": [ - 2211, + 2652, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -137552,35 +152953,35 @@ export default { 38 ], "order_by": [ - 2210, + 2651, "[player_career_stats_v_order_by!]" ], "where": [ - 2207 + 2648 ] } ], "player_career_stats_v_stream": [ - 2203, + 2644, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2215, + 2656, "[player_career_stats_v_stream_cursor_input]!" ], "where": [ - 2207 + 2648 ] } ], "player_damages": [ - 2221, + 2662, { "distinct_on": [ - 2242, + 2683, "[player_damages_select_column!]" ], "limit": [ @@ -137590,19 +152991,19 @@ export default { 38 ], "order_by": [ - 2240, + 2681, "[player_damages_order_by!]" ], "where": [ - 2230 + 2671 ] } ], "player_damages_aggregate": [ - 2222, + 2663, { "distinct_on": [ - 2242, + 2683, "[player_damages_select_column!]" ], "limit": [ @@ -137612,52 +153013,52 @@ export default { 38 ], "order_by": [ - 2240, + 2681, "[player_damages_order_by!]" ], "where": [ - 2230 + 2671 ] } ], "player_damages_by_pk": [ - 2221, + 2662, { "id": [ - 3955, + 4442, "uuid!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_damages_stream": [ - 2221, + 2662, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2250, + 2691, "[player_damages_stream_cursor_input]!" ], "where": [ - 2230 + 2671 ] } ], "player_elo": [ - 2262, + 2703, { "distinct_on": [ - 2276, + 2717, "[player_elo_select_column!]" ], "limit": [ @@ -137667,19 +153068,19 @@ export default { 38 ], "order_by": [ - 2274, + 2715, "[player_elo_order_by!]" ], "where": [ - 2266 + 2707 ] } ], "player_elo_aggregate": [ - 2263, + 2704, { "distinct_on": [ - 2276, + 2717, "[player_elo_select_column!]" ], "limit": [ @@ -137689,52 +153090,52 @@ export default { 38 ], "order_by": [ - 2274, + 2715, "[player_elo_order_by!]" ], "where": [ - 2266 + 2707 ] } ], "player_elo_by_pk": [ - 2262, + 2703, { "match_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ], "type": [ - 733, + 820, "e_match_types_enum!" ] } ], "player_elo_stream": [ - 2262, + 2703, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2281, + 2722, "[player_elo_stream_cursor_input]!" ], "where": [ - 2266 + 2707 ] } ], "player_faceit_rank_history": [ - 2289, + 2730, { "distinct_on": [ - 2310, + 2751, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -137744,19 +153145,19 @@ export default { 38 ], "order_by": [ - 2308, + 2749, "[player_faceit_rank_history_order_by!]" ], "where": [ - 2298 + 2739 ] } ], "player_faceit_rank_history_aggregate": [ - 2290, + 2731, { "distinct_on": [ - 2310, + 2751, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -137766,44 +153167,44 @@ export default { 38 ], "order_by": [ - 2308, + 2749, "[player_faceit_rank_history_order_by!]" ], "where": [ - 2298 + 2739 ] } ], "player_faceit_rank_history_by_pk": [ - 2289, + 2730, { "id": [ - 3955, + 4442, "uuid!" ] } ], "player_faceit_rank_history_stream": [ - 2289, + 2730, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2318, + 2759, "[player_faceit_rank_history_stream_cursor_input]!" ], "where": [ - 2298 + 2739 ] } ], "player_flashes": [ - 2330, + 2771, { "distinct_on": [ - 2353, + 2794, "[player_flashes_select_column!]" ], "limit": [ @@ -137813,19 +153214,19 @@ export default { 38 ], "order_by": [ - 2351, + 2792, "[player_flashes_order_by!]" ], "where": [ - 2341 + 2782 ] } ], "player_flashes_aggregate": [ - 2331, + 2772, { "distinct_on": [ - 2353, + 2794, "[player_flashes_select_column!]" ], "limit": [ @@ -137835,56 +153236,56 @@ export default { 38 ], "order_by": [ - 2351, + 2792, "[player_flashes_order_by!]" ], "where": [ - 2341 + 2782 ] } ], "player_flashes_by_pk": [ - 2330, + 2771, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_flashes_stream": [ - 2330, + 2771, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2363, + 2804, "[player_flashes_stream_cursor_input]!" ], "where": [ - 2341 + 2782 ] } ], "player_kills": [ - 2375, + 2816, { "distinct_on": [ - 2439, + 2880, "[player_kills_select_column!]" ], "limit": [ @@ -137894,19 +153295,19 @@ export default { 38 ], "order_by": [ - 2437, + 2878, "[player_kills_order_by!]" ], "where": [ - 2386 + 2827 ] } ], "player_kills_aggregate": [ - 2376, + 2817, { "distinct_on": [ - 2439, + 2880, "[player_kills_select_column!]" ], "limit": [ @@ -137916,40 +153317,40 @@ export default { 38 ], "order_by": [ - 2437, + 2878, "[player_kills_order_by!]" ], "where": [ - 2386 + 2827 ] } ], "player_kills_by_pk": [ - 2375, + 2816, { "attacked_steam_id": [ - 178, + 180, "bigint!" ], "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 2387, + 2828, { "distinct_on": [ - 2408, + 2849, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -137959,19 +153360,19 @@ export default { 38 ], "order_by": [ - 2406, + 2847, "[player_kills_by_weapon_order_by!]" ], "where": [ - 2396 + 2837 ] } ], "player_kills_by_weapon_aggregate": [ - 2388, + 2829, { "distinct_on": [ - 2408, + 2849, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -137981,64 +153382,64 @@ export default { 38 ], "order_by": [ - 2406, + 2847, "[player_kills_by_weapon_order_by!]" ], "where": [ - 2396 + 2837 ] } ], "player_kills_by_weapon_by_pk": [ - 2387, + 2828, { "player_steam_id": [ - 178, + 180, "bigint!" ], "with": [ - 79, + 78, "String!" ] } ], "player_kills_by_weapon_stream": [ - 2387, + 2828, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2416, + 2857, "[player_kills_by_weapon_stream_cursor_input]!" ], "where": [ - 2396 + 2837 ] } ], "player_kills_stream": [ - 2375, + 2816, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2449, + 2890, "[player_kills_stream_cursor_input]!" ], "where": [ - 2386 + 2827 ] } ], "player_leaderboard_rank": [ - 2461, + 2902, { "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -138048,19 +153449,19 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "player_leaderboard_rank_aggregate": [ - 2462, + 2903, { "distinct_on": [ - 2472, + 2913, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -138070,35 +153471,35 @@ export default { 38 ], "order_by": [ - 2471, + 2912, "[player_leaderboard_rank_order_by!]" ], "where": [ - 2465 + 2906 ] } ], "player_leaderboard_rank_stream": [ - 2461, + 2902, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2477, + 2918, "[player_leaderboard_rank_stream_cursor_input]!" ], "where": [ - 2465 + 2906 ] } ], "player_match_map_stats": [ - 2484, + 2925, { "distinct_on": [ - 2505, + 2946, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -138108,19 +153509,19 @@ export default { 38 ], "order_by": [ - 2503, + 2944, "[player_match_map_stats_order_by!]" ], "where": [ - 2493 + 2934 ] } ], "player_match_map_stats_aggregate": [ - 2485, + 2926, { "distinct_on": [ - 2505, + 2946, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -138130,48 +153531,48 @@ export default { 38 ], "order_by": [ - 2503, + 2944, "[player_match_map_stats_order_by!]" ], "where": [ - 2493 + 2934 ] } ], "player_match_map_stats_by_pk": [ - 2484, + 2925, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "steam_id": [ - 178, + 180, "bigint!" ] } ], "player_match_map_stats_stream": [ - 2484, + 2925, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2513, + 2954, "[player_match_map_stats_stream_cursor_input]!" ], "where": [ - 2493 + 2934 ] } ], "player_match_performance_v": [ - 2525, + 2966, { "distinct_on": [ - 2533, + 2974, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -138181,19 +153582,19 @@ export default { 38 ], "order_by": [ - 2532, + 2973, "[player_match_performance_v_order_by!]" ], "where": [ - 2529 + 2970 ] } ], "player_match_performance_v_aggregate": [ - 2526, + 2967, { "distinct_on": [ - 2533, + 2974, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -138203,35 +153604,35 @@ export default { 38 ], "order_by": [ - 2532, + 2973, "[player_match_performance_v_order_by!]" ], "where": [ - 2529 + 2970 ] } ], "player_match_performance_v_stream": [ - 2525, + 2966, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2537, + 2978, "[player_match_performance_v_stream_cursor_input]!" ], "where": [ - 2529 + 2970 ] } ], "player_match_stats_v": [ - 2543, + 2984, { "distinct_on": [ - 2559, + 3000, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -138241,19 +153642,19 @@ export default { 38 ], "order_by": [ - 2558, + 2999, "[player_match_stats_v_order_by!]" ], "where": [ - 2552 + 2993 ] } ], "player_match_stats_v_aggregate": [ - 2544, + 2985, { "distinct_on": [ - 2559, + 3000, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -138263,35 +153664,35 @@ export default { 38 ], "order_by": [ - 2558, + 2999, "[player_match_stats_v_order_by!]" ], "where": [ - 2552 + 2993 ] } ], "player_match_stats_v_stream": [ - 2543, + 2984, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2566, + 3007, "[player_match_stats_v_stream_cursor_input]!" ], "where": [ - 2552 + 2993 ] } ], "player_objectives": [ - 2576, + 3017, { "distinct_on": [ - 2597, + 3038, "[player_objectives_select_column!]" ], "limit": [ @@ -138301,19 +153702,19 @@ export default { 38 ], "order_by": [ - 2595, + 3036, "[player_objectives_order_by!]" ], "where": [ - 2585 + 3026 ] } ], "player_objectives_aggregate": [ - 2577, + 3018, { "distinct_on": [ - 2597, + 3038, "[player_objectives_select_column!]" ], "limit": [ @@ -138323,52 +153724,52 @@ export default { 38 ], "order_by": [ - 2595, + 3036, "[player_objectives_order_by!]" ], "where": [ - 2585 + 3026 ] } ], "player_objectives_by_pk": [ - 2576, + 3017, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "player_steam_id": [ - 178, + 180, "bigint!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_objectives_stream": [ - 2576, + 3017, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2605, + 3046, "[player_objectives_stream_cursor_input]!" ], "where": [ - 2585 + 3026 ] } ], "player_performance_v": [ - 2617, + 3058, { "distinct_on": [ - 2625, + 3066, "[player_performance_v_select_column!]" ], "limit": [ @@ -138378,19 +153779,19 @@ export default { 38 ], "order_by": [ - 2624, + 3065, "[player_performance_v_order_by!]" ], "where": [ - 2621 + 3062 ] } ], "player_performance_v_aggregate": [ - 2618, + 3059, { "distinct_on": [ - 2625, + 3066, "[player_performance_v_select_column!]" ], "limit": [ @@ -138400,35 +153801,35 @@ export default { 38 ], "order_by": [ - 2624, + 3065, "[player_performance_v_order_by!]" ], "where": [ - 2621 + 3062 ] } ], "player_performance_v_stream": [ - 2617, + 3058, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2629, + 3070, "[player_performance_v_stream_cursor_input]!" ], "where": [ - 2621 + 3062 ] } ], "player_premier_rank_history": [ - 2635, + 3076, { "distinct_on": [ - 2656, + 3097, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -138438,19 +153839,19 @@ export default { 38 ], "order_by": [ - 2654, + 3095, "[player_premier_rank_history_order_by!]" ], "where": [ - 2644 + 3085 ] } ], "player_premier_rank_history_aggregate": [ - 2636, + 3077, { "distinct_on": [ - 2656, + 3097, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -138460,44 +153861,44 @@ export default { 38 ], "order_by": [ - 2654, + 3095, "[player_premier_rank_history_order_by!]" ], "where": [ - 2644 + 3085 ] } ], "player_premier_rank_history_by_pk": [ - 2635, + 3076, { "id": [ - 3955, + 4442, "uuid!" ] } ], "player_premier_rank_history_stream": [ - 2635, + 3076, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2664, + 3105, "[player_premier_rank_history_stream_cursor_input]!" ], "where": [ - 2644 + 3085 ] } ], "player_sanctions": [ - 2676, + 3117, { "distinct_on": [ - 2697, + 3138, "[player_sanctions_select_column!]" ], "limit": [ @@ -138507,19 +153908,19 @@ export default { 38 ], "order_by": [ - 2695, + 3136, "[player_sanctions_order_by!]" ], "where": [ - 2685 + 3126 ] } ], "player_sanctions_aggregate": [ - 2677, + 3118, { "distinct_on": [ - 2697, + 3138, "[player_sanctions_select_column!]" ], "limit": [ @@ -138529,48 +153930,48 @@ export default { 38 ], "order_by": [ - 2695, + 3136, "[player_sanctions_order_by!]" ], "where": [ - 2685 + 3126 ] } ], "player_sanctions_by_pk": [ - 2676, + 3117, { "created_at": [ - 3558, + 4004, "timestamptz!" ], "id": [ - 3955, + 4442, "uuid!" ] } ], "player_sanctions_stream": [ - 2676, + 3117, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2705, + 3146, "[player_sanctions_stream_cursor_input]!" ], "where": [ - 2685 + 3126 ] } ], "player_season_stats": [ - 2717, + 3158, { "distinct_on": [ - 2748, + 3189, "[player_season_stats_select_column!]" ], "limit": [ @@ -138580,19 +153981,19 @@ export default { 38 ], "order_by": [ - 2746, + 3187, "[player_season_stats_order_by!]" ], "where": [ - 2736 + 3177 ] } ], "player_season_stats_aggregate": [ - 2718, + 3159, { "distinct_on": [ - 2748, + 3189, "[player_season_stats_select_column!]" ], "limit": [ @@ -138602,48 +154003,48 @@ export default { 38 ], "order_by": [ - 2746, + 3187, "[player_season_stats_order_by!]" ], "where": [ - 2736 + 3177 ] } ], "player_season_stats_by_pk": [ - 2717, + 3158, { "player_steam_id": [ - 178, + 180, "bigint!" ], "season_id": [ - 3955, + 4442, "uuid!" ] } ], "player_season_stats_stream": [ - 2717, + 3158, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2764, + 3205, "[player_season_stats_stream_cursor_input]!" ], "where": [ - 2736 + 3177 ] } ], "player_stats": [ - 2776, + 3217, { "distinct_on": [ - 2791, + 3232, "[player_stats_select_column!]" ], "limit": [ @@ -138653,19 +154054,19 @@ export default { 38 ], "order_by": [ - 2789, + 3230, "[player_stats_order_by!]" ], "where": [ - 2780 + 3221 ] } ], "player_stats_aggregate": [ - 2777, + 3218, { "distinct_on": [ - 2791, + 3232, "[player_stats_select_column!]" ], "limit": [ @@ -138675,44 +154076,44 @@ export default { 38 ], "order_by": [ - 2789, + 3230, "[player_stats_order_by!]" ], "where": [ - 2780 + 3221 ] } ], "player_stats_by_pk": [ - 2776, + 3217, { "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "player_stats_stream": [ - 2776, + 3217, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2796, + 3237, "[player_stats_stream_cursor_input]!" ], "where": [ - 2780 + 3221 ] } ], "player_steam_bot_friend": [ - 2804, + 3245, { "distinct_on": [ - 2823, + 3264, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -138722,19 +154123,19 @@ export default { 38 ], "order_by": [ - 2820, + 3261, "[player_steam_bot_friend_order_by!]" ], "where": [ - 2809 + 3250 ] } ], "player_steam_bot_friend_aggregate": [ - 2805, + 3246, { "distinct_on": [ - 2823, + 3264, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -138744,44 +154145,44 @@ export default { 38 ], "order_by": [ - 2820, + 3261, "[player_steam_bot_friend_order_by!]" ], "where": [ - 2809 + 3250 ] } ], "player_steam_bot_friend_by_pk": [ - 2804, + 3245, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "player_steam_bot_friend_stream": [ - 2804, + 3245, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2828, + 3269, "[player_steam_bot_friend_stream_cursor_input]!" ], "where": [ - 2809 + 3250 ] } ], "player_steam_match_auth": [ - 2836, + 3277, { "distinct_on": [ - 2850, + 3291, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -138791,19 +154192,19 @@ export default { 38 ], "order_by": [ - 2848, + 3289, "[player_steam_match_auth_order_by!]" ], "where": [ - 2840 + 3281 ] } ], "player_steam_match_auth_aggregate": [ - 2837, + 3278, { "distinct_on": [ - 2850, + 3291, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -138813,44 +154214,44 @@ export default { 38 ], "order_by": [ - 2848, + 3289, "[player_steam_match_auth_order_by!]" ], "where": [ - 2840 + 3281 ] } ], "player_steam_match_auth_by_pk": [ - 2836, + 3277, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "player_steam_match_auth_stream": [ - 2836, + 3277, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2855, + 3296, "[player_steam_match_auth_stream_cursor_input]!" ], "where": [ - 2840 + 3281 ] } ], "player_unused_utility": [ - 2863, + 3304, { "distinct_on": [ - 2884, + 3325, "[player_unused_utility_select_column!]" ], "limit": [ @@ -138860,19 +154261,19 @@ export default { 38 ], "order_by": [ - 2882, + 3323, "[player_unused_utility_order_by!]" ], "where": [ - 2872 + 3313 ] } ], "player_unused_utility_aggregate": [ - 2864, + 3305, { "distinct_on": [ - 2884, + 3325, "[player_unused_utility_select_column!]" ], "limit": [ @@ -138882,48 +154283,48 @@ export default { 38 ], "order_by": [ - 2882, + 3323, "[player_unused_utility_order_by!]" ], "where": [ - 2872 + 3313 ] } ], "player_unused_utility_by_pk": [ - 2863, + 3304, { "match_map_id": [ - 3955, + 4442, "uuid!" ], "player_steam_id": [ - 178, + 180, "bigint!" ] } ], "player_unused_utility_stream": [ - 2863, + 3304, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2892, + 3333, "[player_unused_utility_stream_cursor_input]!" ], "where": [ - 2872 + 3313 ] } ], "player_utility": [ - 2904, + 3345, { "distinct_on": [ - 2925, + 3366, "[player_utility_select_column!]" ], "limit": [ @@ -138933,19 +154334,19 @@ export default { 38 ], "order_by": [ - 2923, + 3364, "[player_utility_order_by!]" ], "where": [ - 2913 + 3354 ] } ], "player_utility_aggregate": [ - 2905, + 3346, { "distinct_on": [ - 2925, + 3366, "[player_utility_select_column!]" ], "limit": [ @@ -138955,52 +154356,52 @@ export default { 38 ], "order_by": [ - 2923, + 3364, "[player_utility_order_by!]" ], "where": [ - 2913 + 3354 ] } ], "player_utility_by_pk": [ - 2904, + 3345, { "attacker_steam_id": [ - 178, + 180, "bigint!" ], "match_map_id": [ - 3955, + 4442, "uuid!" ], "time": [ - 3558, + 4004, "timestamptz!" ] } ], "player_utility_stream": [ - 2904, + 3345, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2933, + 3374, "[player_utility_stream_cursor_input]!" ], "where": [ - 2913 + 3354 ] } ], "player_weapon_stats_v": [ - 2945, + 3386, { "distinct_on": [ - 2961, + 3402, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -139010,19 +154411,19 @@ export default { 38 ], "order_by": [ - 2960, + 3401, "[player_weapon_stats_v_order_by!]" ], "where": [ - 2954 + 3395 ] } ], "player_weapon_stats_v_aggregate": [ - 2946, + 3387, { "distinct_on": [ - 2961, + 3402, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -139032,35 +154433,35 @@ export default { 38 ], "order_by": [ - 2960, + 3401, "[player_weapon_stats_v_order_by!]" ], "where": [ - 2954 + 3395 ] } ], "player_weapon_stats_v_stream": [ - 2945, + 3386, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2968, + 3409, "[player_weapon_stats_v_stream_cursor_input]!" ], "where": [ - 2954 + 3395 ] } ], "players": [ - 2978, + 3419, { "distinct_on": [ - 2993, + 3434, "[players_select_column!]" ], "limit": [ @@ -139070,19 +154471,19 @@ export default { 38 ], "order_by": [ - 2991, + 3432, "[players_order_by!]" ], "where": [ - 2982 + 3423 ] } ], "players_aggregate": [ - 2979, + 3420, { "distinct_on": [ - 2993, + 3434, "[players_select_column!]" ], "limit": [ @@ -139092,44 +154493,44 @@ export default { 38 ], "order_by": [ - 2991, + 3432, "[players_order_by!]" ], "where": [ - 2982 + 3423 ] } ], "players_by_pk": [ - 2978, + 3419, { "steam_id": [ - 178, + 180, "bigint!" ] } ], "players_stream": [ - 2978, + 3419, { "batch_size": [ 38, "Int!" ], "cursor": [ - 2998, + 3439, "[players_stream_cursor_input]!" ], "where": [ - 2982 + 3423 ] } ], "plugin_versions": [ - 3006, + 3447, { "distinct_on": [ - 3020, + 3461, "[plugin_versions_select_column!]" ], "limit": [ @@ -139139,19 +154540,19 @@ export default { 38 ], "order_by": [ - 3018, + 3459, "[plugin_versions_order_by!]" ], "where": [ - 3010 + 3451 ] } ], "plugin_versions_aggregate": [ - 3007, + 3448, { "distinct_on": [ - 3020, + 3461, "[plugin_versions_select_column!]" ], "limit": [ @@ -139161,44 +154562,44 @@ export default { 38 ], "order_by": [ - 3018, + 3459, "[plugin_versions_order_by!]" ], "where": [ - 3010 + 3451 ] } ], "plugin_versions_by_pk": [ - 3006, + 3447, { "version": [ - 79, + 78, "String!" ] } ], "plugin_versions_stream": [ - 3006, + 3447, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3025, + 3466, "[plugin_versions_stream_cursor_input]!" ], "where": [ - 3010 + 3451 ] } ], "seasons": [ - 3034, + 3478, { "distinct_on": [ - 3049, + 3493, "[seasons_select_column!]" ], "limit": [ @@ -139208,19 +154609,19 @@ export default { 38 ], "order_by": [ - 3047, + 3491, "[seasons_order_by!]" ], "where": [ - 3038 + 3482 ] } ], "seasons_aggregate": [ - 3035, + 3479, { "distinct_on": [ - 3049, + 3493, "[seasons_select_column!]" ], "limit": [ @@ -139230,44 +154631,44 @@ export default { 38 ], "order_by": [ - 3047, + 3491, "[seasons_order_by!]" ], "where": [ - 3038 + 3482 ] } ], "seasons_by_pk": [ - 3034, + 3478, { "id": [ - 3955, + 4442, "uuid!" ] } ], "seasons_stream": [ - 3034, + 3478, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3054, + 3498, "[seasons_stream_cursor_input]!" ], "where": [ - 3038 + 3482 ] } ], "server_regions": [ - 3062, + 3506, { "distinct_on": [ - 3076, + 3520, "[server_regions_select_column!]" ], "limit": [ @@ -139277,19 +154678,19 @@ export default { 38 ], "order_by": [ - 3074, + 3518, "[server_regions_order_by!]" ], "where": [ - 3066 + 3510 ] } ], "server_regions_aggregate": [ - 3063, + 3507, { "distinct_on": [ - 3076, + 3520, "[server_regions_select_column!]" ], "limit": [ @@ -139299,44 +154700,44 @@ export default { 38 ], "order_by": [ - 3074, + 3518, "[server_regions_order_by!]" ], "where": [ - 3066 + 3510 ] } ], "server_regions_by_pk": [ - 3062, + 3506, { "value": [ - 79, + 78, "String!" ] } ], "server_regions_stream": [ - 3062, + 3506, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3081, + 3525, "[server_regions_stream_cursor_input]!" ], "where": [ - 3066 + 3510 ] } ], "servers": [ - 3089, + 3533, { "distinct_on": [ - 3113, + 3557, "[servers_select_column!]" ], "limit": [ @@ -139346,19 +154747,19 @@ export default { 38 ], "order_by": [ - 3111, + 3555, "[servers_order_by!]" ], "where": [ - 3100 + 3544 ] } ], "servers_aggregate": [ - 3090, + 3534, { "distinct_on": [ - 3113, + 3557, "[servers_select_column!]" ], "limit": [ @@ -139368,44 +154769,44 @@ export default { 38 ], "order_by": [ - 3111, + 3555, "[servers_order_by!]" ], "where": [ - 3100 + 3544 ] } ], "servers_by_pk": [ - 3089, + 3533, { "id": [ - 3955, + 4442, "uuid!" ] } ], "servers_stream": [ - 3089, + 3533, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3123, + 3567, "[servers_stream_cursor_input]!" ], "where": [ - 3100 + 3544 ] } ], "settings": [ - 3135, + 3579, { "distinct_on": [ - 3147, + 3591, "[settings_select_column!]" ], "limit": [ @@ -139415,19 +154816,19 @@ export default { 38 ], "order_by": [ - 3145, + 3589, "[settings_order_by!]" ], "where": [ - 3138 + 3582 ] } ], "settings_aggregate": [ - 3136, + 3580, { "distinct_on": [ - 3147, + 3591, "[settings_select_column!]" ], "limit": [ @@ -139437,44 +154838,44 @@ export default { 38 ], "order_by": [ - 3145, + 3589, "[settings_order_by!]" ], "where": [ - 3138 + 3582 ] } ], "settings_by_pk": [ - 3135, + 3579, { "name": [ - 79, + 78, "String!" ] } ], "settings_stream": [ - 3135, + 3579, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3149, + 3593, "[settings_stream_cursor_input]!" ], "where": [ - 3138 + 3582 ] } ], "steam_account_claims": [ - 3153, + 3599, { "distinct_on": [ - 3171, + 3617, "[steam_account_claims_select_column!]" ], "limit": [ @@ -139484,19 +154885,19 @@ export default { 38 ], "order_by": [ - 3169, + 3615, "[steam_account_claims_order_by!]" ], "where": [ - 3160 + 3606 ] } ], "steam_account_claims_aggregate": [ - 3154, + 3600, { "distinct_on": [ - 3171, + 3617, "[steam_account_claims_select_column!]" ], "limit": [ @@ -139506,44 +154907,44 @@ export default { 38 ], "order_by": [ - 3169, + 3615, "[steam_account_claims_order_by!]" ], "where": [ - 3160 + 3606 ] } ], "steam_account_claims_by_pk": [ - 3153, + 3599, { "id": [ - 3955, + 4442, "uuid!" ] } ], "steam_account_claims_stream": [ - 3153, + 3599, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3173, + 3619, "[steam_account_claims_stream_cursor_input]!" ], "where": [ - 3160 + 3606 ] } ], "steam_accounts": [ - 3177, + 3623, { "distinct_on": [ - 3192, + 3638, "[steam_accounts_select_column!]" ], "limit": [ @@ -139553,19 +154954,19 @@ export default { 38 ], "order_by": [ - 3190, + 3636, "[steam_accounts_order_by!]" ], "where": [ - 3181 + 3627 ] } ], "steam_accounts_aggregate": [ - 3178, + 3624, { "distinct_on": [ - 3192, + 3638, "[steam_accounts_select_column!]" ], "limit": [ @@ -139575,44 +154976,44 @@ export default { 38 ], "order_by": [ - 3190, + 3636, "[steam_accounts_order_by!]" ], "where": [ - 3181 + 3627 ] } ], "steam_accounts_by_pk": [ - 3177, + 3623, { "id": [ - 3955, + 4442, "uuid!" ] } ], "steam_accounts_stream": [ - 3177, + 3623, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3197, + 3643, "[steam_accounts_stream_cursor_input]!" ], "where": [ - 3181 + 3627 ] } ], "system_alerts": [ - 3205, + 3651, { "distinct_on": [ - 3219, + 3665, "[system_alerts_select_column!]" ], "limit": [ @@ -139622,19 +155023,19 @@ export default { 38 ], "order_by": [ - 3217, + 3663, "[system_alerts_order_by!]" ], "where": [ - 3209 + 3655 ] } ], "system_alerts_aggregate": [ - 3206, + 3652, { "distinct_on": [ - 3219, + 3665, "[system_alerts_select_column!]" ], "limit": [ @@ -139644,44 +155045,44 @@ export default { 38 ], "order_by": [ - 3217, + 3663, "[system_alerts_order_by!]" ], "where": [ - 3209 + 3655 ] } ], "system_alerts_by_pk": [ - 3205, + 3651, { "id": [ - 3955, + 4442, "uuid!" ] } ], "system_alerts_stream": [ - 3205, + 3651, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3224, + 3670, "[system_alerts_stream_cursor_input]!" ], "where": [ - 3209 + 3655 ] } ], "team_invites": [ - 3232, + 3678, { "distinct_on": [ - 3253, + 3699, "[team_invites_select_column!]" ], "limit": [ @@ -139691,19 +155092,19 @@ export default { 38 ], "order_by": [ - 3251, + 3697, "[team_invites_order_by!]" ], "where": [ - 3241 + 3687 ] } ], "team_invites_aggregate": [ - 3233, + 3679, { "distinct_on": [ - 3253, + 3699, "[team_invites_select_column!]" ], "limit": [ @@ -139713,44 +155114,44 @@ export default { 38 ], "order_by": [ - 3251, + 3697, "[team_invites_order_by!]" ], "where": [ - 3241 + 3687 ] } ], "team_invites_by_pk": [ - 3232, + 3678, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_invites_stream": [ - 3232, + 3678, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3261, + 3707, "[team_invites_stream_cursor_input]!" ], "where": [ - 3241 + 3687 ] } ], "team_roster": [ - 3273, + 3719, { "distinct_on": [ - 3296, + 3742, "[team_roster_select_column!]" ], "limit": [ @@ -139760,19 +155161,19 @@ export default { 38 ], "order_by": [ - 3294, + 3740, "[team_roster_order_by!]" ], "where": [ - 3284 + 3730 ] } ], "team_roster_aggregate": [ - 3274, + 3720, { "distinct_on": [ - 3296, + 3742, "[team_roster_select_column!]" ], "limit": [ @@ -139782,48 +155183,48 @@ export default { 38 ], "order_by": [ - 3294, + 3740, "[team_roster_order_by!]" ], "where": [ - 3284 + 3730 ] } ], "team_roster_by_pk": [ - 3273, + 3719, { "player_steam_id": [ - 178, + 180, "bigint!" ], "team_id": [ - 3955, + 4442, "uuid!" ] } ], "team_roster_stream": [ - 3273, + 3719, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3306, + 3752, "[team_roster_stream_cursor_input]!" ], "where": [ - 3284 + 3730 ] } ], "team_scrim_alerts": [ - 3318, + 3764, { "distinct_on": [ - 3332, + 3778, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -139833,19 +155234,19 @@ export default { 38 ], "order_by": [ - 3330, + 3776, "[team_scrim_alerts_order_by!]" ], "where": [ - 3322 + 3768 ] } ], "team_scrim_alerts_aggregate": [ - 3319, + 3765, { "distinct_on": [ - 3332, + 3778, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -139855,44 +155256,44 @@ export default { 38 ], "order_by": [ - 3330, + 3776, "[team_scrim_alerts_order_by!]" ], "where": [ - 3322 + 3768 ] } ], "team_scrim_alerts_by_pk": [ - 3318, + 3764, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_alerts_stream": [ - 3318, + 3764, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3337, + 3783, "[team_scrim_alerts_stream_cursor_input]!" ], "where": [ - 3322 + 3768 ] } ], "team_scrim_availability": [ - 3345, + 3791, { "distinct_on": [ - 3365, + 3811, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -139902,19 +155303,19 @@ export default { 38 ], "order_by": [ - 3363, + 3809, "[team_scrim_availability_order_by!]" ], "where": [ - 3354 + 3800 ] } ], "team_scrim_availability_aggregate": [ - 3346, + 3792, { "distinct_on": [ - 3365, + 3811, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -139924,44 +155325,44 @@ export default { 38 ], "order_by": [ - 3363, + 3809, "[team_scrim_availability_order_by!]" ], "where": [ - 3354 + 3800 ] } ], "team_scrim_availability_by_pk": [ - 3345, + 3791, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_availability_stream": [ - 3345, + 3791, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3369, + 3815, "[team_scrim_availability_stream_cursor_input]!" ], "where": [ - 3354 + 3800 ] } ], "team_scrim_request_proposals": [ - 3373, + 3819, { "distinct_on": [ - 3394, + 3840, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -139971,19 +155372,19 @@ export default { 38 ], "order_by": [ - 3392, + 3838, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 3382 + 3828 ] } ], "team_scrim_request_proposals_aggregate": [ - 3374, + 3820, { "distinct_on": [ - 3394, + 3840, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -139993,44 +155394,44 @@ export default { 38 ], "order_by": [ - 3392, + 3838, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 3382 + 3828 ] } ], "team_scrim_request_proposals_by_pk": [ - 3373, + 3819, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_request_proposals_stream": [ - 3373, + 3819, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3402, + 3848, "[team_scrim_request_proposals_stream_cursor_input]!" ], "where": [ - 3382 + 3828 ] } ], "team_scrim_requests": [ - 3414, + 3860, { "distinct_on": [ - 3438, + 3884, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -140040,19 +155441,19 @@ export default { 38 ], "order_by": [ - 3436, + 3882, "[team_scrim_requests_order_by!]" ], "where": [ - 3425 + 3871 ] } ], "team_scrim_requests_aggregate": [ - 3415, + 3861, { "distinct_on": [ - 3438, + 3884, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -140062,44 +155463,44 @@ export default { 38 ], "order_by": [ - 3436, + 3882, "[team_scrim_requests_order_by!]" ], "where": [ - 3425 + 3871 ] } ], "team_scrim_requests_by_pk": [ - 3414, + 3860, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_requests_stream": [ - 3414, + 3860, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3448, + 3894, "[team_scrim_requests_stream_cursor_input]!" ], "where": [ - 3425 + 3871 ] } ], "team_scrim_settings": [ - 3460, + 3906, { "distinct_on": [ - 3475, + 3921, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -140109,19 +155510,19 @@ export default { 38 ], "order_by": [ - 3473, + 3919, "[team_scrim_settings_order_by!]" ], "where": [ - 3464 + 3910 ] } ], "team_scrim_settings_aggregate": [ - 3461, + 3907, { "distinct_on": [ - 3475, + 3921, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -140131,44 +155532,44 @@ export default { 38 ], "order_by": [ - 3473, + 3919, "[team_scrim_settings_order_by!]" ], "where": [ - 3464 + 3910 ] } ], "team_scrim_settings_by_pk": [ - 3460, + 3906, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_scrim_settings_stream": [ - 3460, + 3906, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3480, + 3926, "[team_scrim_settings_stream_cursor_input]!" ], "where": [ - 3464 + 3910 ] } ], "team_suggestions": [ - 3488, + 3934, { "distinct_on": [ - 3502, + 3948, "[team_suggestions_select_column!]" ], "limit": [ @@ -140178,19 +155579,19 @@ export default { 38 ], "order_by": [ - 3500, + 3946, "[team_suggestions_order_by!]" ], "where": [ - 3492 + 3938 ] } ], "team_suggestions_aggregate": [ - 3489, + 3935, { "distinct_on": [ - 3502, + 3948, "[team_suggestions_select_column!]" ], "limit": [ @@ -140200,44 +155601,44 @@ export default { 38 ], "order_by": [ - 3500, + 3946, "[team_suggestions_order_by!]" ], "where": [ - 3492 + 3938 ] } ], "team_suggestions_by_pk": [ - 3488, + 3934, { "id": [ - 3955, + 4442, "uuid!" ] } ], "team_suggestions_stream": [ - 3488, + 3934, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3507, + 3953, "[team_suggestions_stream_cursor_input]!" ], "where": [ - 3492 + 3938 ] } ], "teams": [ - 3515, + 3961, { "distinct_on": [ - 3537, + 3983, "[teams_select_column!]" ], "limit": [ @@ -140247,19 +155648,19 @@ export default { 38 ], "order_by": [ - 3535, + 3981, "[teams_order_by!]" ], "where": [ - 3524 + 3970 ] } ], "teams_aggregate": [ - 3516, + 3962, { "distinct_on": [ - 3537, + 3983, "[teams_select_column!]" ], "limit": [ @@ -140269,44 +155670,44 @@ export default { 38 ], "order_by": [ - 3535, + 3981, "[teams_order_by!]" ], "where": [ - 3524 + 3970 ] } ], "teams_by_pk": [ - 3515, + 3961, { "id": [ - 3955, + 4442, "uuid!" ] } ], "teams_stream": [ - 3515, + 3961, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3545, + 3991, "[teams_stream_cursor_input]!" ], "where": [ - 3524 + 3970 ] } ], "tournament_brackets": [ - 3560, + 4006, { "distinct_on": [ - 3584, + 4030, "[tournament_brackets_select_column!]" ], "limit": [ @@ -140316,19 +155717,19 @@ export default { 38 ], "order_by": [ - 3582, + 4028, "[tournament_brackets_order_by!]" ], "where": [ - 3571 + 4017 ] } ], "tournament_brackets_aggregate": [ - 3561, + 4007, { "distinct_on": [ - 3584, + 4030, "[tournament_brackets_select_column!]" ], "limit": [ @@ -140338,44 +155739,44 @@ export default { 38 ], "order_by": [ - 3582, + 4028, "[tournament_brackets_order_by!]" ], "where": [ - 3571 + 4017 ] } ], "tournament_brackets_by_pk": [ - 3560, + 4006, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_brackets_stream": [ - 3560, + 4006, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3594, + 4040, "[tournament_brackets_stream_cursor_input]!" ], "where": [ - 3571 + 4017 ] } ], "tournament_organizers": [ - 3606, + 4052, { "distinct_on": [ - 3627, + 4073, "[tournament_organizers_select_column!]" ], "limit": [ @@ -140385,19 +155786,19 @@ export default { 38 ], "order_by": [ - 3625, + 4071, "[tournament_organizers_order_by!]" ], "where": [ - 3615 + 4061 ] } ], "tournament_organizers_aggregate": [ - 3607, + 4053, { "distinct_on": [ - 3627, + 4073, "[tournament_organizers_select_column!]" ], "limit": [ @@ -140407,48 +155808,117 @@ export default { 38 ], "order_by": [ - 3625, + 4071, "[tournament_organizers_order_by!]" ], "where": [ - 3615 + 4061 ] } ], "tournament_organizers_by_pk": [ - 3606, + 4052, { "steam_id": [ - 178, + 180, "bigint!" ], "tournament_id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_organizers_stream": [ - 3606, + 4052, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3635, + 4081, "[tournament_organizers_stream_cursor_input]!" ], "where": [ - 3615 + 4061 + ] + } + ], + "tournament_stage_windows": [ + 4093, + { + "distinct_on": [ + 4114, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4112, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4102 + ] + } + ], + "tournament_stage_windows_aggregate": [ + 4094, + { + "distinct_on": [ + 4114, + "[tournament_stage_windows_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4112, + "[tournament_stage_windows_order_by!]" + ], + "where": [ + 4102 + ] + } + ], + "tournament_stage_windows_by_pk": [ + 4093, + { + "id": [ + 4442, + "uuid!" + ] + } + ], + "tournament_stage_windows_stream": [ + 4093, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 4122, + "[tournament_stage_windows_stream_cursor_input]!" + ], + "where": [ + 4102 ] } ], "tournament_stages": [ - 3647, + 4134, { "distinct_on": [ - 3676, + 4163, "[tournament_stages_select_column!]" ], "limit": [ @@ -140458,19 +155928,19 @@ export default { 38 ], "order_by": [ - 3673, + 4160, "[tournament_stages_order_by!]" ], "where": [ - 3659 + 4146 ] } ], "tournament_stages_aggregate": [ - 3648, + 4135, { "distinct_on": [ - 3676, + 4163, "[tournament_stages_select_column!]" ], "limit": [ @@ -140480,44 +155950,44 @@ export default { 38 ], "order_by": [ - 3673, + 4160, "[tournament_stages_order_by!]" ], "where": [ - 3659 + 4146 ] } ], "tournament_stages_by_pk": [ - 3647, + 4134, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_stages_stream": [ - 3647, + 4134, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3686, + 4173, "[tournament_stages_stream_cursor_input]!" ], "where": [ - 3659 + 4146 ] } ], "tournament_team_invites": [ - 3698, + 4185, { "distinct_on": [ - 3719, + 4206, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -140527,19 +155997,19 @@ export default { 38 ], "order_by": [ - 3717, + 4204, "[tournament_team_invites_order_by!]" ], "where": [ - 3707 + 4194 ] } ], "tournament_team_invites_aggregate": [ - 3699, + 4186, { "distinct_on": [ - 3719, + 4206, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -140549,44 +156019,44 @@ export default { 38 ], "order_by": [ - 3717, + 4204, "[tournament_team_invites_order_by!]" ], "where": [ - 3707 + 4194 ] } ], "tournament_team_invites_by_pk": [ - 3698, + 4185, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_team_invites_stream": [ - 3698, + 4185, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3727, + 4214, "[tournament_team_invites_stream_cursor_input]!" ], "where": [ - 3707 + 4194 ] } ], "tournament_team_roster": [ - 3739, + 4226, { "distinct_on": [ - 3760, + 4247, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -140596,19 +156066,19 @@ export default { 38 ], "order_by": [ - 3758, + 4245, "[tournament_team_roster_order_by!]" ], "where": [ - 3748 + 4235 ] } ], "tournament_team_roster_aggregate": [ - 3740, + 4227, { "distinct_on": [ - 3760, + 4247, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -140618,48 +156088,48 @@ export default { 38 ], "order_by": [ - 3758, + 4245, "[tournament_team_roster_order_by!]" ], "where": [ - 3748 + 4235 ] } ], "tournament_team_roster_by_pk": [ - 3739, + 4226, { "player_steam_id": [ - 178, + 180, "bigint!" ], "tournament_id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_team_roster_stream": [ - 3739, + 4226, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3768, + 4255, "[tournament_team_roster_stream_cursor_input]!" ], "where": [ - 3748 + 4235 ] } ], "tournament_teams": [ - 3780, + 4267, { "distinct_on": [ - 3802, + 4289, "[tournament_teams_select_column!]" ], "limit": [ @@ -140669,19 +156139,19 @@ export default { 38 ], "order_by": [ - 3800, + 4287, "[tournament_teams_order_by!]" ], "where": [ - 3789 + 4276 ] } ], "tournament_teams_aggregate": [ - 3781, + 4268, { "distinct_on": [ - 3802, + 4289, "[tournament_teams_select_column!]" ], "limit": [ @@ -140691,44 +156161,44 @@ export default { 38 ], "order_by": [ - 3800, + 4287, "[tournament_teams_order_by!]" ], "where": [ - 3789 + 4276 ] } ], "tournament_teams_by_pk": [ - 3780, + 4267, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_teams_stream": [ - 3780, + 4267, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3810, + 4297, "[tournament_teams_stream_cursor_input]!" ], "where": [ - 3789 + 4276 ] } ], "tournament_trophies": [ - 3822, + 4309, { "distinct_on": [ - 3845, + 4332, "[tournament_trophies_select_column!]" ], "limit": [ @@ -140738,19 +156208,19 @@ export default { 38 ], "order_by": [ - 3843, + 4330, "[tournament_trophies_order_by!]" ], "where": [ - 3833 + 4320 ] } ], "tournament_trophies_aggregate": [ - 3823, + 4310, { "distinct_on": [ - 3845, + 4332, "[tournament_trophies_select_column!]" ], "limit": [ @@ -140760,44 +156230,44 @@ export default { 38 ], "order_by": [ - 3843, + 4330, "[tournament_trophies_order_by!]" ], "where": [ - 3833 + 4320 ] } ], "tournament_trophies_by_pk": [ - 3822, + 4309, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_trophies_stream": [ - 3822, + 4309, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3855, + 4342, "[tournament_trophies_stream_cursor_input]!" ], "where": [ - 3833 + 4320 ] } ], "tournament_trophy_configs": [ - 3867, + 4354, { "distinct_on": [ - 3889, + 4376, "[tournament_trophy_configs_select_column!]" ], "limit": [ @@ -140807,19 +156277,19 @@ export default { 38 ], "order_by": [ - 3887, + 4374, "[tournament_trophy_configs_order_by!]" ], "where": [ - 3876 + 4363 ] } ], "tournament_trophy_configs_aggregate": [ - 3868, + 4355, { "distinct_on": [ - 3889, + 4376, "[tournament_trophy_configs_select_column!]" ], "limit": [ @@ -140829,44 +156299,44 @@ export default { 38 ], "order_by": [ - 3887, + 4374, "[tournament_trophy_configs_order_by!]" ], "where": [ - 3876 + 4363 ] } ], "tournament_trophy_configs_by_pk": [ - 3867, + 4354, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournament_trophy_configs_stream": [ - 3867, + 4354, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3897, + 4384, "[tournament_trophy_configs_stream_cursor_input]!" ], "where": [ - 3876 + 4363 ] } ], "tournaments": [ - 3909, + 4396, { "distinct_on": [ - 3933, + 4420, "[tournaments_select_column!]" ], "limit": [ @@ -140876,19 +156346,19 @@ export default { 38 ], "order_by": [ - 3931, + 4418, "[tournaments_order_by!]" ], "where": [ - 3920 + 4407 ] } ], "tournaments_aggregate": [ - 3910, + 4397, { "distinct_on": [ - 3933, + 4420, "[tournaments_select_column!]" ], "limit": [ @@ -140898,44 +156368,44 @@ export default { 38 ], "order_by": [ - 3931, + 4418, "[tournaments_order_by!]" ], "where": [ - 3920 + 4407 ] } ], "tournaments_by_pk": [ - 3909, + 4396, { "id": [ - 3955, + 4442, "uuid!" ] } ], "tournaments_stream": [ - 3909, + 4396, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3943, + 4430, "[tournaments_stream_cursor_input]!" ], "where": [ - 3920 + 4407 ] } ], "v_gpu_pool_status": [ - 3958, + 4445, { "distinct_on": [ - 3966, + 4453, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -140945,19 +156415,19 @@ export default { 38 ], "order_by": [ - 3965, + 4452, "[v_gpu_pool_status_order_by!]" ], "where": [ - 3962 + 4449 ] } ], "v_gpu_pool_status_aggregate": [ - 3959, + 4446, { "distinct_on": [ - 3966, + 4453, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -140967,35 +156437,155 @@ export default { 38 ], "order_by": [ - 3965, + 4452, "[v_gpu_pool_status_order_by!]" ], "where": [ - 3962 + 4449 ] } ], "v_gpu_pool_status_stream": [ - 3958, + 4445, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3970, + 4457, "[v_gpu_pool_status_stream_cursor_input]!" ], "where": [ - 3962 + 4449 + ] + } + ], + "v_league_division_standings": [ + 4463, + { + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 + ] + } + ], + "v_league_division_standings_aggregate": [ + 4464, + { + "distinct_on": [ + 4479, + "[v_league_division_standings_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4478, + "[v_league_division_standings_order_by!]" + ], + "where": [ + 4472 + ] + } + ], + "v_league_division_standings_stream": [ + 4463, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 4486, + "[v_league_division_standings_stream_cursor_input]!" + ], + "where": [ + 4472 + ] + } + ], + "v_league_season_player_stats": [ + 4496, + { + "distinct_on": [ + 4522, + "[v_league_season_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4521, + "[v_league_season_player_stats_order_by!]" + ], + "where": [ + 4515 + ] + } + ], + "v_league_season_player_stats_aggregate": [ + 4497, + { + "distinct_on": [ + 4522, + "[v_league_season_player_stats_select_column!]" + ], + "limit": [ + 38 + ], + "offset": [ + 38 + ], + "order_by": [ + 4521, + "[v_league_season_player_stats_order_by!]" + ], + "where": [ + 4515 + ] + } + ], + "v_league_season_player_stats_stream": [ + 4496, + { + "batch_size": [ + 38, + "Int!" + ], + "cursor": [ + 4537, + "[v_league_season_player_stats_stream_cursor_input]!" + ], + "where": [ + 4515 ] } ], "v_match_captains": [ - 3976, + 4547, { "distinct_on": [ - 3988, + 4559, "[v_match_captains_select_column!]" ], "limit": [ @@ -141005,19 +156595,19 @@ export default { 38 ], "order_by": [ - 3987, + 4558, "[v_match_captains_order_by!]" ], "where": [ - 3980 + 4551 ] } ], "v_match_captains_aggregate": [ - 3977, + 4548, { "distinct_on": [ - 3988, + 4559, "[v_match_captains_select_column!]" ], "limit": [ @@ -141027,35 +156617,35 @@ export default { 38 ], "order_by": [ - 3987, + 4558, "[v_match_captains_order_by!]" ], "where": [ - 3980 + 4551 ] } ], "v_match_captains_stream": [ - 3976, + 4547, { "batch_size": [ 38, "Int!" ], "cursor": [ - 3993, + 4564, "[v_match_captains_stream_cursor_input]!" ], "where": [ - 3980 + 4551 ] } ], "v_match_clutches": [ - 4000, + 4571, { "distinct_on": [ - 4016, + 4587, "[v_match_clutches_select_column!]" ], "limit": [ @@ -141065,19 +156655,19 @@ export default { 38 ], "order_by": [ - 4015, + 4586, "[v_match_clutches_order_by!]" ], "where": [ - 4009 + 4580 ] } ], "v_match_clutches_aggregate": [ - 4001, + 4572, { "distinct_on": [ - 4016, + 4587, "[v_match_clutches_select_column!]" ], "limit": [ @@ -141087,35 +156677,35 @@ export default { 38 ], "order_by": [ - 4015, + 4586, "[v_match_clutches_order_by!]" ], "where": [ - 4009 + 4580 ] } ], "v_match_clutches_stream": [ - 4000, + 4571, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4023, + 4594, "[v_match_clutches_stream_cursor_input]!" ], "where": [ - 4009 + 4580 ] } ], "v_match_kill_pairs": [ - 4033, + 4604, { "distinct_on": [ - 4041, + 4612, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -141125,19 +156715,19 @@ export default { 38 ], "order_by": [ - 4040, + 4611, "[v_match_kill_pairs_order_by!]" ], "where": [ - 4037 + 4608 ] } ], "v_match_kill_pairs_aggregate": [ - 4034, + 4605, { "distinct_on": [ - 4041, + 4612, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -141147,35 +156737,35 @@ export default { 38 ], "order_by": [ - 4040, + 4611, "[v_match_kill_pairs_order_by!]" ], "where": [ - 4037 + 4608 ] } ], "v_match_kill_pairs_stream": [ - 4033, + 4604, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4045, + 4616, "[v_match_kill_pairs_stream_cursor_input]!" ], "where": [ - 4037 + 4608 ] } ], "v_match_lineup_buy_types": [ - 4051, + 4622, { "distinct_on": [ - 4059, + 4630, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -141185,19 +156775,19 @@ export default { 38 ], "order_by": [ - 4058, + 4629, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 4055 + 4626 ] } ], "v_match_lineup_buy_types_aggregate": [ - 4052, + 4623, { "distinct_on": [ - 4059, + 4630, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -141207,35 +156797,35 @@ export default { 38 ], "order_by": [ - 4058, + 4629, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 4055 + 4626 ] } ], "v_match_lineup_buy_types_stream": [ - 4051, + 4622, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4063, + 4634, "[v_match_lineup_buy_types_stream_cursor_input]!" ], "where": [ - 4055 + 4626 ] } ], "v_match_lineup_map_stats": [ - 4069, + 4640, { "distinct_on": [ - 4077, + 4648, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -141245,19 +156835,19 @@ export default { 38 ], "order_by": [ - 4076, + 4647, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 4073 + 4644 ] } ], "v_match_lineup_map_stats_aggregate": [ - 4070, + 4641, { "distinct_on": [ - 4077, + 4648, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -141267,35 +156857,35 @@ export default { 38 ], "order_by": [ - 4076, + 4647, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 4073 + 4644 ] } ], "v_match_lineup_map_stats_stream": [ - 4069, + 4640, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4081, + 4652, "[v_match_lineup_map_stats_stream_cursor_input]!" ], "where": [ - 4073 + 4644 ] } ], "v_match_map_backup_rounds": [ - 4087, + 4658, { "distinct_on": [ - 4098, + 4669, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -141305,19 +156895,19 @@ export default { 38 ], "order_by": [ - 4097, + 4668, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 4091 + 4662 ] } ], "v_match_map_backup_rounds_aggregate": [ - 4088, + 4659, { "distinct_on": [ - 4098, + 4669, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -141327,35 +156917,35 @@ export default { 38 ], "order_by": [ - 4097, + 4668, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 4091 + 4662 ] } ], "v_match_map_backup_rounds_stream": [ - 4087, + 4658, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4103, + 4674, "[v_match_map_backup_rounds_stream_cursor_input]!" ], "where": [ - 4091 + 4662 ] } ], "v_match_player_buy_types": [ - 4110, + 4681, { "distinct_on": [ - 4118, + 4689, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -141365,19 +156955,19 @@ export default { 38 ], "order_by": [ - 4117, + 4688, "[v_match_player_buy_types_order_by!]" ], "where": [ - 4114 + 4685 ] } ], "v_match_player_buy_types_aggregate": [ - 4111, + 4682, { "distinct_on": [ - 4118, + 4689, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -141387,35 +156977,35 @@ export default { 38 ], "order_by": [ - 4117, + 4688, "[v_match_player_buy_types_order_by!]" ], "where": [ - 4114 + 4685 ] } ], "v_match_player_buy_types_stream": [ - 4110, + 4681, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4122, + 4693, "[v_match_player_buy_types_stream_cursor_input]!" ], "where": [ - 4114 + 4685 ] } ], "v_match_player_opening_duels": [ - 4128, + 4699, { "distinct_on": [ - 4144, + 4715, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -141425,19 +157015,19 @@ export default { 38 ], "order_by": [ - 4143, + 4714, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 4137 + 4708 ] } ], "v_match_player_opening_duels_aggregate": [ - 4129, + 4700, { "distinct_on": [ - 4144, + 4715, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -141447,35 +157037,35 @@ export default { 38 ], "order_by": [ - 4143, + 4714, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 4137 + 4708 ] } ], "v_match_player_opening_duels_stream": [ - 4128, + 4699, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4151, + 4722, "[v_match_player_opening_duels_stream_cursor_input]!" ], "where": [ - 4137 + 4708 ] } ], "v_player_arch_nemesis": [ - 4161, + 4732, { "distinct_on": [ - 4169, + 4740, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -141485,19 +157075,19 @@ export default { 38 ], "order_by": [ - 4168, + 4739, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 4165 + 4736 ] } ], "v_player_arch_nemesis_aggregate": [ - 4162, + 4733, { "distinct_on": [ - 4169, + 4740, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -141507,35 +157097,35 @@ export default { 38 ], "order_by": [ - 4168, + 4739, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 4165 + 4736 ] } ], "v_player_arch_nemesis_stream": [ - 4161, + 4732, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4173, + 4744, "[v_player_arch_nemesis_stream_cursor_input]!" ], "where": [ - 4165 + 4736 ] } ], "v_player_damage": [ - 4179, + 4750, { "distinct_on": [ - 4187, + 4758, "[v_player_damage_select_column!]" ], "limit": [ @@ -141545,19 +157135,19 @@ export default { 38 ], "order_by": [ - 4186, + 4757, "[v_player_damage_order_by!]" ], "where": [ - 4183 + 4754 ] } ], "v_player_damage_aggregate": [ - 4180, + 4751, { "distinct_on": [ - 4187, + 4758, "[v_player_damage_select_column!]" ], "limit": [ @@ -141567,35 +157157,35 @@ export default { 38 ], "order_by": [ - 4186, + 4757, "[v_player_damage_order_by!]" ], "where": [ - 4183 + 4754 ] } ], "v_player_damage_stream": [ - 4179, + 4750, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4191, + 4762, "[v_player_damage_stream_cursor_input]!" ], "where": [ - 4183 + 4754 ] } ], "v_player_elo": [ - 4197, + 4768, { "distinct_on": [ - 4223, + 4794, "[v_player_elo_select_column!]" ], "limit": [ @@ -141605,19 +157195,19 @@ export default { 38 ], "order_by": [ - 4222, + 4793, "[v_player_elo_order_by!]" ], "where": [ - 4216 + 4787 ] } ], "v_player_elo_aggregate": [ - 4198, + 4769, { "distinct_on": [ - 4223, + 4794, "[v_player_elo_select_column!]" ], "limit": [ @@ -141627,35 +157217,35 @@ export default { 38 ], "order_by": [ - 4222, + 4793, "[v_player_elo_order_by!]" ], "where": [ - 4216 + 4787 ] } ], "v_player_elo_stream": [ - 4197, + 4768, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4238, + 4809, "[v_player_elo_stream_cursor_input]!" ], "where": [ - 4216 + 4787 ] } ], "v_player_map_losses": [ - 4248, + 4819, { "distinct_on": [ - 4256, + 4827, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -141665,19 +157255,19 @@ export default { 38 ], "order_by": [ - 4255, + 4826, "[v_player_map_losses_order_by!]" ], "where": [ - 4252 + 4823 ] } ], "v_player_map_losses_aggregate": [ - 4249, + 4820, { "distinct_on": [ - 4256, + 4827, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -141687,35 +157277,35 @@ export default { 38 ], "order_by": [ - 4255, + 4826, "[v_player_map_losses_order_by!]" ], "where": [ - 4252 + 4823 ] } ], "v_player_map_losses_stream": [ - 4248, + 4819, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4260, + 4831, "[v_player_map_losses_stream_cursor_input]!" ], "where": [ - 4252 + 4823 ] } ], "v_player_map_wins": [ - 4266, + 4837, { "distinct_on": [ - 4274, + 4845, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -141725,19 +157315,19 @@ export default { 38 ], "order_by": [ - 4273, + 4844, "[v_player_map_wins_order_by!]" ], "where": [ - 4270 + 4841 ] } ], "v_player_map_wins_aggregate": [ - 4267, + 4838, { "distinct_on": [ - 4274, + 4845, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -141747,35 +157337,35 @@ export default { 38 ], "order_by": [ - 4273, + 4844, "[v_player_map_wins_order_by!]" ], "where": [ - 4270 + 4841 ] } ], "v_player_map_wins_stream": [ - 4266, + 4837, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4278, + 4849, "[v_player_map_wins_stream_cursor_input]!" ], "where": [ - 4270 + 4841 ] } ], "v_player_match_head_to_head": [ - 4284, + 4855, { "distinct_on": [ - 4292, + 4863, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -141785,19 +157375,19 @@ export default { 38 ], "order_by": [ - 4291, + 4862, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 4288 + 4859 ] } ], "v_player_match_head_to_head_aggregate": [ - 4285, + 4856, { "distinct_on": [ - 4292, + 4863, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -141807,35 +157397,35 @@ export default { 38 ], "order_by": [ - 4291, + 4862, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 4288 + 4859 ] } ], "v_player_match_head_to_head_stream": [ - 4284, + 4855, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4296, + 4867, "[v_player_match_head_to_head_stream_cursor_input]!" ], "where": [ - 4288 + 4859 ] } ], "v_player_match_map_hltv": [ - 4302, + 4873, { "distinct_on": [ - 4320, + 4891, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -141845,19 +157435,19 @@ export default { 38 ], "order_by": [ - 4319, + 4890, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 4311 + 4882 ] } ], "v_player_match_map_hltv_aggregate": [ - 4303, + 4874, { "distinct_on": [ - 4320, + 4891, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -141867,35 +157457,35 @@ export default { 38 ], "order_by": [ - 4319, + 4890, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 4311 + 4882 ] } ], "v_player_match_map_hltv_stream": [ - 4302, + 4873, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4328, + 4899, "[v_player_match_map_hltv_stream_cursor_input]!" ], "where": [ - 4311 + 4882 ] } ], "v_player_match_map_roles": [ - 4339, + 4910, { "distinct_on": [ - 4347, + 4918, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -141905,19 +157495,19 @@ export default { 38 ], "order_by": [ - 4346, + 4917, "[v_player_match_map_roles_order_by!]" ], "where": [ - 4343 + 4914 ] } ], "v_player_match_map_roles_aggregate": [ - 4340, + 4911, { "distinct_on": [ - 4347, + 4918, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -141927,35 +157517,35 @@ export default { 38 ], "order_by": [ - 4346, + 4917, "[v_player_match_map_roles_order_by!]" ], "where": [ - 4343 + 4914 ] } ], "v_player_match_map_roles_stream": [ - 4339, + 4910, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4351, + 4922, "[v_player_match_map_roles_stream_cursor_input]!" ], "where": [ - 4343 + 4914 ] } ], "v_player_match_performance": [ - 4357, + 4928, { "distinct_on": [ - 4365, + 4936, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -141965,19 +157555,19 @@ export default { 38 ], "order_by": [ - 4364, + 4935, "[v_player_match_performance_order_by!]" ], "where": [ - 4361 + 4932 ] } ], "v_player_match_performance_aggregate": [ - 4358, + 4929, { "distinct_on": [ - 4365, + 4936, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -141987,35 +157577,35 @@ export default { 38 ], "order_by": [ - 4364, + 4935, "[v_player_match_performance_order_by!]" ], "where": [ - 4361 + 4932 ] } ], "v_player_match_performance_stream": [ - 4357, + 4928, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4369, + 4940, "[v_player_match_performance_stream_cursor_input]!" ], "where": [ - 4361 + 4932 ] } ], "v_player_match_rating": [ - 4375, + 4946, { "distinct_on": [ - 4383, + 4954, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -142025,19 +157615,19 @@ export default { 38 ], "order_by": [ - 4382, + 4953, "[v_player_match_rating_order_by!]" ], "where": [ - 4379 + 4950 ] } ], "v_player_match_rating_aggregate": [ - 4376, + 4947, { "distinct_on": [ - 4383, + 4954, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -142047,35 +157637,35 @@ export default { 38 ], "order_by": [ - 4382, + 4953, "[v_player_match_rating_order_by!]" ], "where": [ - 4379 + 4950 ] } ], "v_player_match_rating_stream": [ - 4375, + 4946, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4387, + 4958, "[v_player_match_rating_stream_cursor_input]!" ], "where": [ - 4379 + 4950 ] } ], "v_player_multi_kills": [ - 4393, + 4964, { "distinct_on": [ - 4409, + 4980, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -142085,19 +157675,19 @@ export default { 38 ], "order_by": [ - 4408, + 4979, "[v_player_multi_kills_order_by!]" ], "where": [ - 4402 + 4973 ] } ], "v_player_multi_kills_aggregate": [ - 4394, + 4965, { "distinct_on": [ - 4409, + 4980, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -142107,35 +157697,35 @@ export default { 38 ], "order_by": [ - 4408, + 4979, "[v_player_multi_kills_order_by!]" ], "where": [ - 4402 + 4973 ] } ], "v_player_multi_kills_stream": [ - 4393, + 4964, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4416, + 4987, "[v_player_multi_kills_stream_cursor_input]!" ], "where": [ - 4402 + 4973 ] } ], "v_player_weapon_damage": [ - 4426, + 4997, { "distinct_on": [ - 4434, + 5005, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -142145,19 +157735,19 @@ export default { 38 ], "order_by": [ - 4433, + 5004, "[v_player_weapon_damage_order_by!]" ], "where": [ - 4430 + 5001 ] } ], "v_player_weapon_damage_aggregate": [ - 4427, + 4998, { "distinct_on": [ - 4434, + 5005, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -142167,35 +157757,35 @@ export default { 38 ], "order_by": [ - 4433, + 5004, "[v_player_weapon_damage_order_by!]" ], "where": [ - 4430 + 5001 ] } ], "v_player_weapon_damage_stream": [ - 4426, + 4997, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4438, + 5009, "[v_player_weapon_damage_stream_cursor_input]!" ], "where": [ - 4430 + 5001 ] } ], "v_player_weapon_kills": [ - 4444, + 5015, { "distinct_on": [ - 4452, + 5023, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -142205,19 +157795,19 @@ export default { 38 ], "order_by": [ - 4451, + 5022, "[v_player_weapon_kills_order_by!]" ], "where": [ - 4448 + 5019 ] } ], "v_player_weapon_kills_aggregate": [ - 4445, + 5016, { "distinct_on": [ - 4452, + 5023, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -142227,35 +157817,35 @@ export default { 38 ], "order_by": [ - 4451, + 5022, "[v_player_weapon_kills_order_by!]" ], "where": [ - 4448 + 5019 ] } ], "v_player_weapon_kills_stream": [ - 4444, + 5015, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4456, + 5027, "[v_player_weapon_kills_stream_cursor_input]!" ], "where": [ - 4448 + 5019 ] } ], "v_pool_maps": [ - 4462, + 5033, { "distinct_on": [ - 4479, + 5050, "[v_pool_maps_select_column!]" ], "limit": [ @@ -142265,19 +157855,19 @@ export default { 38 ], "order_by": [ - 4478, + 5049, "[v_pool_maps_order_by!]" ], "where": [ - 4471 + 5042 ] } ], "v_pool_maps_aggregate": [ - 4463, + 5034, { "distinct_on": [ - 4479, + 5050, "[v_pool_maps_select_column!]" ], "limit": [ @@ -142287,35 +157877,35 @@ export default { 38 ], "order_by": [ - 4478, + 5049, "[v_pool_maps_order_by!]" ], "where": [ - 4471 + 5042 ] } ], "v_pool_maps_stream": [ - 4462, + 5033, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4483, + 5054, "[v_pool_maps_stream_cursor_input]!" ], "where": [ - 4471 + 5042 ] } ], "v_steam_account_pool_status": [ - 4486, + 5057, { "distinct_on": [ - 4494, + 5065, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -142325,19 +157915,19 @@ export default { 38 ], "order_by": [ - 4493, + 5064, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 4490 + 5061 ] } ], "v_steam_account_pool_status_aggregate": [ - 4487, + 5058, { "distinct_on": [ - 4494, + 5065, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -142347,35 +157937,35 @@ export default { 38 ], "order_by": [ - 4493, + 5064, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 4490 + 5061 ] } ], "v_steam_account_pool_status_stream": [ - 4486, + 5057, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4498, + 5069, "[v_steam_account_pool_status_stream_cursor_input]!" ], "where": [ - 4490 + 5061 ] } ], "v_team_ranks": [ - 4504, + 5075, { "distinct_on": [ - 4514, + 5085, "[v_team_ranks_select_column!]" ], "limit": [ @@ -142385,19 +157975,19 @@ export default { 38 ], "order_by": [ - 4513, + 5084, "[v_team_ranks_order_by!]" ], "where": [ - 4508 + 5079 ] } ], "v_team_ranks_aggregate": [ - 4505, + 5076, { "distinct_on": [ - 4514, + 5085, "[v_team_ranks_select_column!]" ], "limit": [ @@ -142407,35 +157997,35 @@ export default { 38 ], "order_by": [ - 4513, + 5084, "[v_team_ranks_order_by!]" ], "where": [ - 4508 + 5079 ] } ], "v_team_ranks_stream": [ - 4504, + 5075, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4518, + 5089, "[v_team_ranks_stream_cursor_input]!" ], "where": [ - 4508 + 5079 ] } ], "v_team_reputation": [ - 4524, + 5095, { "distinct_on": [ - 4534, + 5105, "[v_team_reputation_select_column!]" ], "limit": [ @@ -142445,19 +158035,19 @@ export default { 38 ], "order_by": [ - 4533, + 5104, "[v_team_reputation_order_by!]" ], "where": [ - 4528 + 5099 ] } ], "v_team_reputation_aggregate": [ - 4525, + 5096, { "distinct_on": [ - 4534, + 5105, "[v_team_reputation_select_column!]" ], "limit": [ @@ -142467,35 +158057,35 @@ export default { 38 ], "order_by": [ - 4533, + 5104, "[v_team_reputation_order_by!]" ], "where": [ - 4528 + 5099 ] } ], "v_team_reputation_stream": [ - 4524, + 5095, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4538, + 5109, "[v_team_reputation_stream_cursor_input]!" ], "where": [ - 4528 + 5099 ] } ], "v_team_stage_results": [ - 4544, + 5115, { "distinct_on": [ - 4576, + 5147, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -142505,19 +158095,19 @@ export default { 38 ], "order_by": [ - 4574, + 5145, "[v_team_stage_results_order_by!]" ], "where": [ - 4563 + 5134 ] } ], "v_team_stage_results_aggregate": [ - 4545, + 5116, { "distinct_on": [ - 4576, + 5147, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -142527,48 +158117,48 @@ export default { 38 ], "order_by": [ - 4574, + 5145, "[v_team_stage_results_order_by!]" ], "where": [ - 4563 + 5134 ] } ], "v_team_stage_results_by_pk": [ - 4544, + 5115, { "tournament_stage_id": [ - 3955, + 4442, "uuid!" ], "tournament_team_id": [ - 3955, + 4442, "uuid!" ] } ], "v_team_stage_results_stream": [ - 4544, + 5115, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4592, + 5163, "[v_team_stage_results_stream_cursor_input]!" ], "where": [ - 4563 + 5134 ] } ], "v_team_tournament_results": [ - 4604, + 5175, { "distinct_on": [ - 4630, + 5201, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -142578,19 +158168,19 @@ export default { 38 ], "order_by": [ - 4629, + 5200, "[v_team_tournament_results_order_by!]" ], "where": [ - 4623 + 5194 ] } ], "v_team_tournament_results_aggregate": [ - 4605, + 5176, { "distinct_on": [ - 4630, + 5201, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -142600,35 +158190,35 @@ export default { 38 ], "order_by": [ - 4629, + 5200, "[v_team_tournament_results_order_by!]" ], "where": [ - 4623 + 5194 ] } ], "v_team_tournament_results_stream": [ - 4604, + 5175, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4645, + 5216, "[v_team_tournament_results_stream_cursor_input]!" ], "where": [ - 4623 + 5194 ] } ], "v_tournament_player_stats": [ - 4655, + 5226, { "distinct_on": [ - 4681, + 5252, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -142638,19 +158228,19 @@ export default { 38 ], "order_by": [ - 4680, + 5251, "[v_tournament_player_stats_order_by!]" ], "where": [ - 4674 + 5245 ] } ], "v_tournament_player_stats_aggregate": [ - 4656, + 5227, { "distinct_on": [ - 4681, + 5252, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -142660,32 +158250,32 @@ export default { 38 ], "order_by": [ - 4680, + 5251, "[v_tournament_player_stats_order_by!]" ], "where": [ - 4674 + 5245 ] } ], "v_tournament_player_stats_stream": [ - 4655, + 5226, { "batch_size": [ 38, "Int!" ], "cursor": [ - 4696, + 5267, "[v_tournament_player_stats_stream_cursor_input]!" ], "where": [ - 4674 + 5245 ] } ], "__typename": [ - 79 + 78 ] } } diff --git a/hasura/enums/league-movement-types.sql b/hasura/enums/league-movement-types.sql new file mode 100644 index 000000000..d2241f533 --- /dev/null +++ b/hasura/enums/league-movement-types.sql @@ -0,0 +1,13 @@ +SET check_function_bodies = false; + +insert into e_league_movement_types ("value", "description") values + ('Promote', 'Promoted to a higher division'), + ('Relegate', 'Relegated to a lower division'), + ('Stay', 'Stays in the same division'), + ('Remove', 'Removed from the league'), + ('DirectPromote', 'Promoted directly to a higher division'), + ('RelegationUp', 'Plays a relegation playoff for a higher-division spot'), + ('Hold', 'Holds its division'), + ('RelegationDown', 'Plays a relegation playoff to keep its division'), + ('DirectRelegate', 'Relegated directly to a lower division') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/league-proposal-statuses.sql b/hasura/enums/league-proposal-statuses.sql new file mode 100644 index 000000000..f9796bd46 --- /dev/null +++ b/hasura/enums/league-proposal-statuses.sql @@ -0,0 +1,10 @@ +SET check_function_bodies = false; + +insert into e_league_proposal_statuses ("value", "description") values + ('Pending', 'Pending response'), + ('Accepted', 'Accepted'), + ('Declined', 'Declined'), + ('Countered', 'Countered with a new time'), + ('Superseded', 'Superseded by another proposal'), + ('Expired', 'Expired') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/league-registration-statuses.sql b/hasura/enums/league-registration-statuses.sql new file mode 100644 index 000000000..3ed7dc315 --- /dev/null +++ b/hasura/enums/league-registration-statuses.sql @@ -0,0 +1,9 @@ +SET check_function_bodies = false; + +insert into e_league_registration_statuses ("value", "description") values + ('Pending', 'Pending review'), + ('Approved', 'Approved'), + ('Waitlisted', 'Waitlisted'), + ('Declined', 'Declined'), + ('Withdrawn', 'Withdrawn') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/league-season-statuses.sql b/hasura/enums/league-season-statuses.sql new file mode 100644 index 000000000..33c6a58dd --- /dev/null +++ b/hasura/enums/league-season-statuses.sql @@ -0,0 +1,11 @@ +SET check_function_bodies = false; + +insert into e_league_season_statuses ("value", "description") values + ('Setup', 'Setup'), + ('RegistrationOpen', 'Registration Open'), + ('RegistrationClosed', 'Registration Closed'), + ('Live', 'Live'), + ('Playoffs', 'Playoffs'), + ('Finished', 'Finished'), + ('Canceled', 'Canceled') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/maps.sql b/hasura/enums/maps.sql index 07fe290b2..5f01527d1 100644 --- a/hasura/enums/maps.sql +++ b/hasura/enums/maps.sql @@ -51,10 +51,14 @@ WITH map_data AS ( ('de_palacio', '3249860053', '/img/maps/screenshots/de_palacio.webp', '/img/maps/icons/de_palacio.svg', null), ('de_rooftop', '3536622725', '/img/maps/screenshots/de_rooftop.webp', '/img/maps/icons/de_rooftop.svg', null), ('de_transit', '3542662073', '/img/maps/screenshots/de_transit.webp', '/img/maps/icons/de_transit.svg', null), - ('de_poseidon', null, '/img/maps/screenshots/de_poseidon.webp', '/img/maps/icons/de_poseidon.svg', null), - ('de_sanctum', null, '/img/maps/screenshots/de_sanctum.webp', '/img/maps/icons/de_sanctum.svg', null), - ('de_stronghold', null, '/img/maps/screenshots/de_stronghold.webp', '/img/maps/icons/de_stronghold.svg', null), - ('de_warden', null, '/img/maps/screenshots/de_warden.webp', '/img/maps/icons/de_warden.svg', null) + ('de_poseidon', '3522144043', '/img/maps/screenshots/de_poseidon.webp', '/img/maps/icons/de_poseidon.svg', null), + ('de_sanctum', '3643331442', '/img/maps/screenshots/de_sanctum.webp', '/img/maps/icons/de_sanctum.svg', null), + ('de_stronghold', '3076973469', '/img/maps/screenshots/de_stronghold.webp', '/img/maps/icons/de_stronghold.svg', null), + ('de_warden', '3256988376', '/img/maps/screenshots/de_warden.webp', '/img/maps/icons/de_warden.svg', null), + ('de_boulder', null, '/img/maps/screenshots/de_boulder.webp', '/img/maps/icons/de_boulder.svg', null), + ('de_debris', null, '/img/maps/screenshots/de_debris.webp', '/img/maps/icons/de_debris.svg', null), + ('de_eldorado', null, '/img/maps/screenshots/de_eldorado.webp', '/img/maps/icons/de_eldorado.svg', null), + ('de_fachwerk', null, '/img/maps/screenshots/de_fachwerk.webp', '/img/maps/icons/de_fachwerk.svg', null) ) AS data(name, workshop_map_id, poster, patch, label) ), @@ -87,6 +91,8 @@ map_type_config AS ( ('de_palacio', 'Competitive', false), ('de_stronghold', 'Competitive', false), ('de_warden', 'Competitive', false), + ('de_boulder', 'Competitive', false), + ('de_fachwerk', 'Competitive', false), -- Wingman maps ('de_inferno', 'Wingman', true), @@ -103,6 +109,8 @@ map_type_config AS ( ('de_transit', 'Wingman', false), ('de_poseidon', 'Wingman', true), ('de_sanctum', 'Wingman', true), + ('de_debris', 'Competitive', false), + ('de_eldorado', 'Competitive', false), -- Duel maps ('de_inferno', 'Duel', true), @@ -118,7 +126,9 @@ map_type_config AS ( ('de_rooftop', 'Duel', false), ('de_transit', 'Duel', false), ('de_poseidon', 'Duel', true), - ('de_sanctum', 'Duel', true) + ('de_sanctum', 'Duel', true), + ('de_debris', 'Duel', false), + ('de_eldorado', 'Duel', false) ) AS data(name, type, active_pool) ), diff --git a/hasura/enums/notification-types.sql b/hasura/enums/notification-types.sql index deb66d872..358cb382e 100644 --- a/hasura/enums/notification-types.sql +++ b/hasura/enums/notification-types.sql @@ -19,6 +19,12 @@ INSERT INTO e_notification_types ("value", "description") VALUES ('ScrimAlertMatch', 'A team matching your scrim alert is available'), ('FormTeamSuggestion', 'You frequently play with these players'), ('EloRecompute', 'Player ELO recompute finished'), - ('PlayerReindex', 'Player search reindex finished') + ('PlayerReindex', 'Player search reindex finished'), + ('LeagueProposalReceived', 'A league opponent proposed a match time'), + ('LeagueProposalAccepted', 'Your league match time proposal was accepted'), + ('LeagueProposalDeclined', 'Your league match time proposal was declined'), + ('LeagueMatchUnscheduled', 'A league matchup is unscheduled and will default soon'), + ('LeagueRegistrationDecision', 'Your league registration was reviewed'), + ('LeagueRosterUndersized', 'Your league team no longer meets the minimum roster size') ON CONFLICT("value") DO UPDATE SET "description" = EXCLUDED."description"; diff --git a/hasura/functions/leaderboard/get_league_season_leaderboard.sql b/hasura/functions/leaderboard/get_league_season_leaderboard.sql new file mode 100644 index 000000000..c990c6fbd --- /dev/null +++ b/hasura/functions/leaderboard/get_league_season_leaderboard.sql @@ -0,0 +1,117 @@ +-- League-season player leaderboard. Isolated from get_leaderboard (the global +-- leaderboard) on purpose: it reuses the same per-map HLTV / util math but +-- scopes strictly to the matches played inside a league season's division +-- tournaments, so nothing here can affect the sitewide leaderboard. +-- +-- Dropped first because CREATE OR REPLACE cannot remove an overload. +DROP FUNCTION IF EXISTS public.get_league_season_leaderboard(UUID, TEXT, TEXT); + +CREATE OR REPLACE FUNCTION public.get_league_season_leaderboard( + _league_season_id UUID, + _category TEXT, + _role TEXT DEFAULT NULL +) +RETURNS SETOF public.leaderboard_entries +LANGUAGE plpgsql STABLE +AS $$ +BEGIN + -- rating / adr / kpr / kast come from the per-map HLTV view. + IF _category IN ('best_rating', 'best_adr', 'best_kpr', 'best_kast') THEN + RETURN QUERY + WITH league_matches AS ( + SELECT DISTINCT tb.match_id + FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + WHERE lsd.league_season_id = _league_season_id + AND tb.match_id IS NOT NULL + ), + agg AS ( + SELECT + h.steam_id, + SUM(h.hltv_rating * h.rounds_played) / NULLIF(SUM(h.rounds_played), 0) AS rating, + SUM(h.adr * h.rounds_played) / NULLIF(SUM(h.rounds_played), 0) AS adr, + SUM(h.kpr * h.rounds_played) / NULLIF(SUM(h.rounds_played), 0) AS kpr, + SUM(h.dpr * h.rounds_played) / NULLIF(SUM(h.rounds_played), 0) AS dpr, + SUM(h.kast_pct * h.rounds_played) / NULLIF(SUM(h.rounds_played), 0) AS kast, + SUM(h.rounds_played) AS rounds, + COUNT(DISTINCT h.match_id)::int AS match_count + FROM v_player_match_map_hltv h + JOIN league_matches lm ON lm.match_id = h.match_id + LEFT JOIN v_player_match_map_roles r + ON _role IS NOT NULL + AND r.match_map_id = h.match_map_id + AND r.steam_id = h.steam_id + WHERE (_role IS NULL OR r.role = _role) + GROUP BY h.steam_id + HAVING SUM(h.rounds_played) >= 1 + ) + SELECT + a.steam_id::text AS player_steam_id, + p.name AS player_name, + p.avatar_url AS player_avatar_url, + p.country AS player_country, + (CASE _category + WHEN 'best_rating' THEN ROUND(a.rating::numeric, 2) + WHEN 'best_adr' THEN ROUND(a.adr::numeric, 1) + WHEN 'best_kpr' THEN ROUND(a.kpr::numeric, 2) + WHEN 'best_kast' THEN ROUND(a.kast::numeric, 1) + END)::float AS value, + (CASE _category + WHEN 'best_rating' THEN ROUND(a.adr::numeric, 1) + WHEN 'best_adr' THEN ROUND(a.rating::numeric, 2) + WHEN 'best_kpr' THEN ROUND(a.dpr::numeric, 2) + WHEN 'best_kast' THEN ROUND(a.rating::numeric, 2) + END)::float AS secondary_value, + a.rounds::float AS tertiary_value, + a.match_count AS matches_played + FROM agg a + JOIN players p ON p.steam_id = a.steam_id + ORDER BY value DESC NULLS LAST; + + -- utility damage per round comes from raw per-map stats. + ELSIF _category = 'best_udr' THEN + RETURN QUERY + WITH league_matches AS ( + SELECT DISTINCT tb.match_id + FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + WHERE lsd.league_season_id = _league_season_id + AND tb.match_id IS NOT NULL + ), + agg AS ( + SELECT + s.steam_id, + SUM(s.he_damage + s.molotov_damage) AS util_damage, + SUM(s.he_damage + s.molotov_damage)::numeric / NULLIF(SUM(s.rounds_played), 0) AS udr, + SUM(s.rounds_played) AS rounds, + COUNT(DISTINCT s.match_id)::int AS match_count + FROM player_match_map_stats s + JOIN league_matches lm ON lm.match_id = s.match_id + LEFT JOIN v_player_match_map_roles r + ON _role IS NOT NULL + AND r.match_map_id = s.match_map_id + AND r.steam_id = s.steam_id + WHERE (_role IS NULL OR r.role = _role) + GROUP BY s.steam_id + HAVING SUM(s.rounds_played) >= 1 + ) + SELECT + a.steam_id::text AS player_steam_id, + p.name AS player_name, + p.avatar_url AS player_avatar_url, + p.country AS player_country, + ROUND(a.udr, 1)::float AS value, + a.util_damage::float AS secondary_value, + a.rounds::float AS tertiary_value, + a.match_count AS matches_played + FROM agg a + JOIN players p ON p.steam_id = a.steam_id + ORDER BY value DESC NULLS LAST; + + ELSE + RAISE EXCEPTION 'Invalid league leaderboard category: %. Must be one of: best_rating, best_adr, best_kpr, best_kast, best_udr', _category; + END IF; +END; +$$; diff --git a/hasura/functions/leagues/is_league_tournament.sql b/hasura/functions/leagues/is_league_tournament.sql new file mode 100644 index 000000000..fd0976013 --- /dev/null +++ b/hasura/functions/leagues/is_league_tournament.sql @@ -0,0 +1,15 @@ +-- League tournaments must not be cancelled/reset/deleted directly; the league +-- season owns their lifecycle. +CREATE OR REPLACE FUNCTION public.is_league_tournament(_tournament_id uuid) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT EXISTS ( + SELECT 1 FROM public.league_season_divisions + WHERE tournament_id = _tournament_id + ) OR EXISTS ( + SELECT 1 FROM public.league_relegation_playoffs + WHERE tournament_id = _tournament_id + ); +$$; diff --git a/hasura/functions/leagues/league_divisions.sql b/hasura/functions/leagues/league_divisions.sql new file mode 100644 index 000000000..562e9f44a --- /dev/null +++ b/hasura/functions/leagues/league_divisions.sql @@ -0,0 +1,26 @@ +-- Tier 1 is the top of the ladder. A single UPDATE permutes the tiers, relying +-- on the deferrable unique constraint to allow the swap. +CREATE OR REPLACE FUNCTION public.reorder_league_divisions( + _division_ids uuid[], + hasura_session json +) +RETURNS SETOF public.league_divisions +LANGUAGE plpgsql +AS $$ +BEGIN + IF NOT public.is_league_admin_for_session(hasura_session) THEN + RAISE EXCEPTION 'Must be a league admin' USING ERRCODE = '22000'; + END IF; + + UPDATE public.league_divisions d + SET tier = pos.rn + FROM ( + SELECT id, ordinality AS rn + FROM unnest(_division_ids) WITH ORDINALITY AS t(id, ordinality) + ) pos + WHERE d.id = pos.id + AND d.tier <> pos.rn; + + RETURN QUERY SELECT * FROM public.league_divisions ORDER BY tier; +END; +$$; diff --git a/hasura/functions/leagues/league_helpers.sql b/hasura/functions/leagues/league_helpers.sql new file mode 100644 index 000000000..15c15d47d --- /dev/null +++ b/hasura/functions/leagues/league_helpers.sql @@ -0,0 +1,161 @@ +-- Roster sizing is a team-wide setting (public.settings); seasons may still +-- carry an explicit override in their own column. +CREATE OR REPLACE FUNCTION public.team_max_roster_size() RETURNS int +LANGUAGE sql +STABLE +AS $$ + SELECT COALESCE( + (SELECT NULLIF(value, '')::int FROM public.settings + WHERE name = 'public.team_max_roster_size'), + 7 + ); +$$; + +CREATE OR REPLACE FUNCTION public.team_min_roster_size() RETURNS int +LANGUAGE sql +STABLE +AS $$ + SELECT COALESCE( + (SELECT NULLIF(value, '')::int FROM public.settings + WHERE name = 'public.team_min_roster_size'), + 5 + ); +$$; + +-- Substitute count is a team default (starters are always 5). +CREATE OR REPLACE FUNCTION public.team_max_subs() RETURNS int +LANGUAGE sql +STABLE +AS $$ + SELECT COALESCE( + (SELECT NULLIF(value, '')::int FROM public.settings + WHERE name = 'public.team_max_subs'), + 2 + ); +$$; + +-- There is a single global league, so managing it is a platform-administrator +-- capability rather than a per-league grant. +CREATE OR REPLACE FUNCTION public.is_league_season_admin( + league_season public.league_seasons, + hasura_session json +) RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT hasura_session ->> 'x-hasura-role' IN ('admin', 'administrator'); +$$; + +CREATE OR REPLACE FUNCTION public.is_league_admin_for_session( + hasura_session json +) RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT hasura_session ->> 'x-hasura-role' IN ('admin', 'administrator'); +$$; + +CREATE OR REPLACE FUNCTION public.league_season_is_roster_locked( + league_season public.league_seasons +) RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + -- A season without an explicit lock date locks at kickoff. + SELECT CASE + WHEN league_season.roster_lock_at IS NOT NULL + THEN NOW() >= league_season.roster_lock_at + ELSE league_season.status IN ('Live', 'Playoffs') + END; +$$; + +CREATE OR REPLACE FUNCTION public.manages_team( + _team_id uuid, + _steam_id bigint +) RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT EXISTS ( + SELECT 1 + FROM public.teams t + WHERE t.id = _team_id + AND ( + t.owner_steam_id = _steam_id + OR t.captain_steam_id = _steam_id + OR EXISTS ( + SELECT 1 FROM public.team_roster tr + WHERE tr.team_id = t.id + AND tr.player_steam_id = _steam_id + AND tr.role = 'Admin' + ) + ) + ); +$$; + +CREATE OR REPLACE FUNCTION public.can_register_for_league_season( + league_season public.league_seasons, + hasura_session json +) RETURNS boolean +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _steam_id bigint; +BEGIN + _steam_id := (hasura_session ->> 'x-hasura-user-id')::bigint; + + IF _steam_id IS NULL THEN + RETURN false; + END IF; + + IF league_season.status != 'RegistrationOpen' THEN + RETURN false; + END IF; + + IF league_season.signup_opens_at IS NOT NULL AND NOW() < league_season.signup_opens_at THEN + RETURN false; + END IF; + + IF league_season.signup_closes_at IS NOT NULL AND NOW() >= league_season.signup_closes_at THEN + RETURN false; + END IF; + + -- Caller must manage at least one team that is not already registered this season. + RETURN EXISTS ( + SELECT 1 + FROM public.teams t + WHERE public.manages_team(t.id, _steam_id) + AND NOT EXISTS ( + SELECT 1 + FROM public.league_team_seasons lts + JOIN public.league_teams lt ON lt.id = lts.league_team_id + WHERE lts.league_season_id = league_season.id + AND lt.team_id = t.id + AND lts.status != 'Withdrawn' + ) + ); +END; +$$; + +CREATE OR REPLACE FUNCTION public.league_season_my_registration( + league_season public.league_seasons, + hasura_session json +) RETURNS SETOF public.league_team_seasons +LANGUAGE sql +STABLE +AS $$ + SELECT lts.* + FROM public.league_team_seasons lts + JOIN public.league_teams lt ON lt.id = lts.league_team_id + WHERE lts.league_season_id = league_season.id + AND ( + public.manages_team(lt.team_id, (hasura_session ->> 'x-hasura-user-id')::bigint) + OR EXISTS ( + SELECT 1 FROM public.league_team_rosters ltr + WHERE ltr.league_team_season_id = lts.id + AND ltr.player_steam_id = (hasura_session ->> 'x-hasura-user-id')::bigint + AND ltr.removed_at IS NULL + ) + ); +$$; diff --git a/hasura/functions/leagues/league_movements.sql b/hasura/functions/leagues/league_movements.sql new file mode 100644 index 000000000..fa77965e9 --- /dev/null +++ b/hasura/functions/leagues/league_movements.sql @@ -0,0 +1,139 @@ +CREATE OR REPLACE FUNCTION public.compute_league_season_movements(_league_season_id uuid) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + season public.league_seasons; +BEGIN + SELECT * INTO season FROM public.league_seasons WHERE id = _league_season_id; + + -- Recompute is idempotent; approved rows are left untouched. + DELETE FROM public.league_team_movements + WHERE league_season_id = _league_season_id + AND approved_at IS NULL; + + -- ESEA bands (per division, by effective_rank r, division size N): + -- r <= dp -> DirectPromote (needs a division above) + -- dp < r <= dp+ru -> RelegationUp (playoff; needs above) + -- r > N - dr -> DirectRelegate (needs below) + -- N - dr - rd < r <= N - dr -> RelegationDown (playoff; needs below) + -- otherwise -> Hold + -- Top division suppresses promote/relegation-up (no division above); the + -- bottom division suppresses relegate/relegation-down (no division below). + -- RelegationUp/RelegationDown leave computed_to_division_id NULL — resolved + -- by the relegation playoff. With no opponent (the adjacent division did not + -- run this season) they collapse to DirectPromote / Hold instead. + INSERT INTO public.league_team_movements ( + league_season_id, league_team_id, from_division_id, + computed_to_division_id, type, final_rank + ) + SELECT + _league_season_id, + s.league_team_id, + s.league_division_id, + -- The `<= N - dr - rd` guard on the promote bands keeps them from + -- overlapping the relegate bands in a small or withdrawal-shrunk + -- division (where dp+ru+rd+dr > N); it is a no-op for a healthy field. + CASE + WHEN s.withdrawn THEN NULL + WHEN up.id IS NOT NULL + AND s.effective_rank <= season.direct_promote_count + AND s.effective_rank <= s.division_team_count - season.direct_relegate_count - season.relegation_down_count THEN up.id + WHEN down.id IS NOT NULL AND s.effective_rank > s.division_team_count - season.direct_relegate_count THEN down.id + WHEN up.id IS NOT NULL + AND s.effective_rank <= season.direct_promote_count + season.relegation_up_count + AND s.effective_rank <= s.division_team_count - season.direct_relegate_count - season.relegation_down_count + THEN CASE WHEN up_ran.ran THEN NULL ELSE up.id END + WHEN down.id IS NOT NULL + AND s.effective_rank > s.division_team_count - season.direct_relegate_count - season.relegation_down_count + THEN CASE WHEN down_ran.ran THEN NULL ELSE s.league_division_id END + ELSE s.league_division_id + END, + CASE + WHEN s.withdrawn THEN 'Remove' + WHEN up.id IS NOT NULL + AND s.effective_rank <= season.direct_promote_count + AND s.effective_rank <= s.division_team_count - season.direct_relegate_count - season.relegation_down_count THEN 'DirectPromote' + WHEN down.id IS NOT NULL AND s.effective_rank > s.division_team_count - season.direct_relegate_count THEN 'DirectRelegate' + WHEN up.id IS NOT NULL + AND s.effective_rank <= season.direct_promote_count + season.relegation_up_count + AND s.effective_rank <= s.division_team_count - season.direct_relegate_count - season.relegation_down_count + THEN CASE WHEN up_ran.ran THEN 'RelegationUp' ELSE 'DirectPromote' END + WHEN down.id IS NOT NULL + AND s.effective_rank > s.division_team_count - season.direct_relegate_count - season.relegation_down_count + THEN CASE WHEN down_ran.ran THEN 'RelegationDown' ELSE 'Hold' END + ELSE 'Hold' + END, + s.effective_rank + FROM ( + -- Withdrawn teams are removed, not ranked: surviving teams are + -- re-ranked without them so promotion/relegation thresholds count + -- real teams only (a mid-table withdrawal must not push an extra + -- survivor into the relegation zone). + SELECT vs.*, + (lts.status = 'Withdrawn') AS withdrawn, + CASE WHEN lts.status != 'Withdrawn' THEN + ROW_NUMBER() OVER ( + PARTITION BY vs.league_season_division_id, + (lts.status = 'Withdrawn') + ORDER BY vs.rank + ) + END AS effective_rank, + COUNT(*) FILTER (WHERE lts.status != 'Withdrawn') + OVER (PARTITION BY vs.league_season_division_id) AS division_team_count + FROM public.v_league_division_standings vs + JOIN public.league_team_seasons lts ON lts.id = vs.league_team_season_id + WHERE vs.league_season_id = _league_season_id + ) s + JOIN public.league_divisions ld ON ld.id = s.league_division_id + -- Adjacency is by tier alone: a team promotes into the division above even + -- when that division had no teams this season. + LEFT JOIN public.league_divisions up + ON up.tier = ld.tier - 1 + LEFT JOIN public.league_divisions down + ON down.tier = ld.tier + 1 + -- A relegation playoff needs an opponent, so the playoff bands only apply + -- when the adjacent division actually fielded a tournament this season. + LEFT JOIN LATERAL ( + SELECT EXISTS ( + SELECT 1 FROM public.league_season_divisions lsd + WHERE lsd.league_season_id = _league_season_id + AND lsd.league_division_id = up.id + AND lsd.tournament_id IS NOT NULL + ) AS ran + ) up_ran ON true + LEFT JOIN LATERAL ( + SELECT EXISTS ( + SELECT 1 FROM public.league_season_divisions lsd + WHERE lsd.league_season_id = _league_season_id + AND lsd.league_division_id = down.id + AND lsd.tournament_id IS NOT NULL + ) AS ran + ) down_ran ON true + ON CONFLICT (league_season_id, league_team_id) DO NOTHING; +END; +$$; + +CREATE OR REPLACE FUNCTION public.approve_league_season_movements( + _league_season_id uuid, + hasura_session json +) +RETURNS SETOF public.league_team_movements +LANGUAGE plpgsql +AS $$ +BEGIN + IF NOT public.is_league_admin_for_session(hasura_session) THEN + RAISE EXCEPTION 'Must be a league admin' USING ERRCODE = '22000'; + END IF; + + UPDATE public.league_team_movements + SET approved_at = NOW(), + approved_by_steam_id = (hasura_session ->> 'x-hasura-user-id')::bigint + WHERE league_season_id = _league_season_id + AND approved_at IS NULL; + + RETURN QUERY + SELECT * FROM public.league_team_movements + WHERE league_season_id = _league_season_id; +END; +$$; diff --git a/hasura/functions/leagues/league_relegation_playoffs.sql b/hasura/functions/leagues/league_relegation_playoffs.sql new file mode 100644 index 000000000..714cd40ae --- /dev/null +++ b/hasura/functions/leagues/league_relegation_playoffs.sql @@ -0,0 +1,198 @@ +CREATE OR REPLACE FUNCTION public.create_league_relegation_playoffs(_league_season_id uuid) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + season public.league_seasons; + _organizer_steam_id bigint; + boundary RECORD; + m RECORD; + _options_id uuid; + _tournament_id uuid; + _stage_id uuid; + _tt_id uuid; + _seed int; + _down_count int; + _participant_count int; +BEGIN + SELECT * INTO season FROM public.league_seasons WHERE id = _league_season_id; + + _organizer_steam_id := COALESCE( + season.created_by_steam_id, + (SELECT steam_id FROM public.players WHERE role = 'administrator' ORDER BY steam_id LIMIT 1) + ); + + -- Boundaries: a higher division (tier T) that has RelegationDown teams and a + -- lower division (tier T+1) that has RelegationUp teams, this season. Both + -- sides must have produced movements, which already implies they ran. + FOR boundary IN + SELECT hi.id AS higher_division_id, lo.id AS lower_division_id + FROM public.league_divisions hi + JOIN public.league_divisions lo ON lo.tier = hi.tier + 1 + WHERE EXISTS ( + SELECT 1 FROM public.league_team_movements mv + WHERE mv.league_season_id = _league_season_id + AND mv.from_division_id = hi.id AND mv.type = 'RelegationDown') + AND EXISTS ( + SELECT 1 FROM public.league_team_movements mv + WHERE mv.league_season_id = _league_season_id + AND mv.from_division_id = lo.id AND mv.type = 'RelegationUp') + LOOP + IF EXISTS ( + SELECT 1 FROM public.league_relegation_playoffs + WHERE league_season_id = _league_season_id + AND higher_division_id = boundary.higher_division_id + AND lower_division_id = boundary.lower_division_id + ) THEN + CONTINUE; + END IF; + + SELECT COUNT(*) INTO _down_count + FROM public.league_team_movements mv + WHERE mv.league_season_id = _league_season_id + AND mv.from_division_id = boundary.higher_division_id + AND mv.type = 'RelegationDown'; + + _options_id := public.clone_match_options(season.match_options_id); + UPDATE public.match_options SET match_mode = 'admin', best_of = season.playoff_best_of + WHERE id = _options_id; + + INSERT INTO public.tournaments (name, description, start, organizer_steam_id, status, match_options_id, auto_start, scheduling_mode) + VALUES ( + season.name || ' — Relegation Playoff', + 'Relegation playoff between adjacent divisions', + COALESCE(season.starts_at, NOW()), + _organizer_steam_id, + 'Setup', + _options_id, + false, + 'negotiated' + ) + RETURNING id INTO _tournament_id; + + _seed := 0; + _participant_count := 0; + -- Higher-division RelegationDown teams seed above the lower-division + -- RelegationUp teams; within each group by finishing rank. + FOR m IN + SELECT mv.league_team_id, t.id AS team_id, t.name, t.owner_steam_id, t.captain_steam_id, + mv.final_rank, + CASE WHEN mv.type = 'RelegationDown' THEN 0 ELSE 1 END AS grp + FROM public.league_team_movements mv + JOIN public.league_teams lt ON lt.id = mv.league_team_id + JOIN public.teams t ON t.id = lt.team_id + WHERE mv.league_season_id = _league_season_id + AND ( + (mv.from_division_id = boundary.higher_division_id AND mv.type = 'RelegationDown') + OR (mv.from_division_id = boundary.lower_division_id AND mv.type = 'RelegationUp') + ) + ORDER BY grp ASC, mv.final_rank ASC NULLS LAST + LOOP + _seed := _seed + 1; + _participant_count := _participant_count + 1; + INSERT INTO public.tournament_teams (tournament_id, team_id, name, owner_steam_id, captain_steam_id, eligible_at, seed) + VALUES (_tournament_id, m.team_id, m.name, m.owner_steam_id, + COALESCE(m.captain_steam_id, m.owner_steam_id), NOW(), _seed) + RETURNING id INTO _tt_id; + + INSERT INTO public.tournament_team_roster (tournament_team_id, player_steam_id, tournament_id, role) + SELECT _tt_id, ltr.player_steam_id, _tournament_id, 'Member' + FROM public.league_team_seasons lts + JOIN public.league_team_rosters ltr ON ltr.league_team_season_id = lts.id + WHERE lts.league_season_id = _league_season_id + AND lts.league_team_id = m.league_team_id + AND ltr.removed_at IS NULL + ON CONFLICT DO NOTHING; + END LOOP; + + -- A round robin ranks the whole set cleanly (top _down_count keep/take + -- the higher division). The first-stage validator requires >= 4 teams, + -- which the standard rd=2 + ru=2 boundary satisfies. + IF _participant_count >= 4 THEN + INSERT INTO public.tournament_stages (tournament_id, type, "order", min_teams, max_teams, groups, default_best_of) + VALUES (_tournament_id, 'RoundRobin', 1, 4, _participant_count, 1, season.playoff_best_of) + RETURNING id INTO _stage_id; + + INSERT INTO public.league_relegation_playoffs (league_season_id, higher_division_id, lower_division_id, tournament_id, higher_slots) + VALUES (_league_season_id, boundary.higher_division_id, boundary.lower_division_id, _tournament_id, _down_count); + + UPDATE public.tournaments SET status = 'Live' WHERE id = _tournament_id; + + -- Default scheduling windows (one round ~a week apart) so the playoff + -- still progresses if the captains never negotiate a time. + INSERT INTO public.tournament_stage_windows (tournament_stage_id, round, opens_at, closes_at, default_match_at) + SELECT _stage_id, r, NOW(), NOW() + (r * INTERVAL '7 days') + INTERVAL '2 days', NOW() + (r * INTERVAL '7 days') + FROM generate_series(1, _participant_count) AS r + ON CONFLICT (tournament_stage_id, round) DO NOTHING; + ELSE + -- Too few teams to contest a playoff: nobody moves at this boundary. + -- Match exactly the participants (higher-div RelegationDown + lower-div + -- RelegationUp) so a division's other-boundary bands aren't touched. + UPDATE public.league_team_movements mv + SET final_to_division_id = mv.from_division_id, + type = 'Stay', + approved_at = COALESCE(mv.approved_at, NOW()) + WHERE mv.league_season_id = _league_season_id + AND ( + (mv.from_division_id = boundary.higher_division_id AND mv.type = 'RelegationDown') + OR (mv.from_division_id = boundary.lower_division_id AND mv.type = 'RelegationUp') + ); + DELETE FROM public.tournaments WHERE id = _tournament_id; + END IF; + END LOOP; +END; +$$; + +CREATE OR REPLACE FUNCTION public.resolve_league_relegation_playoff(_tournament_id uuid) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + playoff public.league_relegation_playoffs; + r RECORD; + _pos int; +BEGIN + SELECT * INTO playoff FROM public.league_relegation_playoffs WHERE tournament_id = _tournament_id; + IF playoff IS NULL OR playoff.resolved_at IS NOT NULL THEN + RETURN; + END IF; + + _pos := 0; + FOR r IN + SELECT tt.team_id, vtsr.rank + FROM public.v_team_stage_results vtsr + JOIN public.tournament_stages ts ON ts.id = vtsr.tournament_stage_id + JOIN public.tournament_teams tt ON tt.id = vtsr.tournament_team_id + WHERE ts.tournament_id = _tournament_id + ORDER BY vtsr.rank ASC + LOOP + _pos := _pos + 1; + + UPDATE public.league_team_movements mv + SET final_to_division_id = CASE WHEN _pos <= playoff.higher_slots + THEN playoff.higher_division_id + ELSE playoff.lower_division_id END, + type = CASE + WHEN (SELECT tier FROM public.league_divisions WHERE id = + CASE WHEN _pos <= playoff.higher_slots THEN playoff.higher_division_id ELSE playoff.lower_division_id END) + < (SELECT tier FROM public.league_divisions WHERE id = mv.from_division_id) THEN 'Promote' + WHEN (SELECT tier FROM public.league_divisions WHERE id = + CASE WHEN _pos <= playoff.higher_slots THEN playoff.higher_division_id ELSE playoff.lower_division_id END) + > (SELECT tier FROM public.league_divisions WHERE id = mv.from_division_id) THEN 'Relegate' + ELSE 'Stay' + END, + -- The playoff result is final; approving it protects the row from a + -- later compute_league_season_movements re-run (which deletes only + -- unapproved movements) reverting it to a provisional band. + approved_at = COALESCE(mv.approved_at, NOW()) + FROM public.league_teams lt + WHERE mv.league_season_id = playoff.league_season_id + AND mv.league_team_id = lt.id + AND lt.team_id = r.team_id + AND mv.type IN ('RelegationUp', 'RelegationDown', 'Promote', 'Relegate', 'Stay'); + END LOOP; + + UPDATE public.league_relegation_playoffs SET resolved_at = NOW() WHERE id = playoff.id; +END; +$$; + diff --git a/hasura/functions/leagues/league_scheduling.sql b/hasura/functions/leagues/league_scheduling.sql new file mode 100644 index 000000000..fd45d332d --- /dev/null +++ b/hasura/functions/leagues/league_scheduling.sql @@ -0,0 +1,143 @@ +-- A regular-season bracket.round maps directly onto league_match_weeks.week_number. +CREATE OR REPLACE FUNCTION public.league_bracket_match_week(_tournament_bracket_id uuid) +RETURNS public.league_match_weeks +LANGUAGE sql +STABLE +AS $$ + SELECT lmw.* + FROM public.tournament_brackets tb + JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id AND ts."order" = 1 + JOIN public.league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + JOIN public.league_match_weeks lmw + ON lmw.league_season_id = lsd.league_season_id + AND lmw.week_number = tb.round + WHERE tb.id = _tournament_bracket_id; +$$; + +CREATE OR REPLACE FUNCTION public.apply_league_default_schedules() +RETURNS int +LANGUAGE plpgsql +AS $$ +DECLARE + _stamped int; +BEGIN + WITH due AS ( + SELECT tb.id, lmw.default_match_at + FROM public.tournament_brackets tb + JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id AND ts."order" = 1 + JOIN public.league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + JOIN public.league_seasons ls ON ls.id = lsd.league_season_id AND ls.status = 'Live' + JOIN public.league_match_weeks lmw + ON lmw.league_season_id = ls.id + AND lmw.week_number = tb.round + WHERE tb.match_id IS NULL + AND tb.finished = false + AND tb.scheduled_at IS NULL + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + -- Stages converged onto per-stage windows are handled by + -- apply_tournament_default_schedules; this legacy path (round=week) + -- only covers seasons without windows and mis-maps when + -- games_per_week > 1. + AND NOT EXISTS ( + SELECT 1 FROM public.tournament_stage_windows tsw + WHERE tsw.tournament_stage_id = ts.id + ) + -- 48h catch-up grace after an outage; anything older is left for + -- admin adjudication rather than back-stamped into the past. + AND lmw.default_match_at BETWEEN NOW() - INTERVAL '48 hours' + AND NOW() + INTERVAL '2 hours' + ) + UPDATE public.tournament_brackets tb + SET scheduled_at = due.default_match_at + FROM due + WHERE tb.id = due.id; + + GET DIAGNOSTICS _stamped = ROW_COUNT; + + -- Proposals expire when their time passes or the matchup is settled + -- (finished, or its match progressed beyond the reschedulable states). + PERFORM set_config('fivestack.proposal_system_write', 'true', true); + UPDATE public.league_scheduling_proposals lsp + SET status = 'Expired' + WHERE lsp.status = 'Pending' + AND ( + lsp.proposed_time < NOW() + OR EXISTS ( + SELECT 1 FROM public.tournament_brackets tb + LEFT JOIN public.matches m ON m.id = tb.match_id + WHERE tb.id = lsp.tournament_bracket_id + AND ( + tb.finished = true + OR (m.id IS NOT NULL AND m.status NOT IN ('Scheduled', 'WaitingForCheckIn')) + ) + ) + ); + PERFORM set_config('fivestack.proposal_system_write', 'false', true); + + RETURN _stamped; +END; +$$; + +DROP FUNCTION IF EXISTS public.league_award_forfeit(uuid, uuid); +CREATE OR REPLACE FUNCTION public.league_award_forfeit( + _tournament_bracket_id uuid, + _winning_tournament_team_id uuid, + hasura_session json +) +RETURNS SETOF public.matches +LANGUAGE plpgsql +AS $$ +DECLARE + bracket public.tournament_brackets; + _match_id uuid; + _winning_lineup_id uuid; +BEGIN + SELECT * INTO bracket FROM public.tournament_brackets WHERE id = _tournament_bracket_id; + + IF bracket IS NULL THEN + RAISE EXCEPTION 'Bracket not found' USING ERRCODE = '22000'; + END IF; + + IF NOT public.is_league_admin_for_session(hasura_session) THEN + RAISE EXCEPTION 'Must be a league admin' USING ERRCODE = '22000'; + END IF; + + IF _winning_tournament_team_id NOT IN (bracket.tournament_team_id_1, bracket.tournament_team_id_2) THEN + RAISE EXCEPTION 'Winning team is not part of this matchup' USING ERRCODE = '22000'; + END IF; + + IF bracket.match_id IS NULL THEN + -- Admin-mode materialization requires a schedule on the bracket. + IF bracket.scheduled_at IS NULL THEN + UPDATE public.tournament_brackets + SET scheduled_at = NOW() + WHERE id = bracket.id + RETURNING * INTO bracket; + END IF; + + _match_id := public.schedule_tournament_match(bracket); + + IF _match_id IS NULL THEN + RAISE EXCEPTION 'Could not materialize a match for this bracket' USING ERRCODE = '22000'; + END IF; + ELSE + _match_id := bracket.match_id; + END IF; + + -- Lineup 1 always corresponds to tournament_team_id_1 (see schedule_tournament_match). + SELECT CASE + WHEN bracket.tournament_team_id_1 = _winning_tournament_team_id THEN m.lineup_1_id + ELSE m.lineup_2_id + END INTO _winning_lineup_id + FROM public.matches m + WHERE m.id = _match_id; + + UPDATE public.matches + SET status = 'Forfeit', + winning_lineup_id = _winning_lineup_id + WHERE id = _match_id; + + RETURN QUERY SELECT * FROM public.matches WHERE id = _match_id; +END; +$$; diff --git a/hasura/functions/leagues/league_season_lifecycle.sql b/hasura/functions/leagues/league_season_lifecycle.sql new file mode 100644 index 000000000..35422f921 --- /dev/null +++ b/hasura/functions/leagues/league_season_lifecycle.sql @@ -0,0 +1,355 @@ +-- League season lifecycle: materializes one tournament per (season, division) +-- when a season goes Live, and finishes the season once all division +-- tournaments conclude. + +-- Transforms a league-level best-of map keyed by week/round number +-- ({"5": 3}) into the tournament stage settings shape get_bracket_best_of +-- resolves ({"round_best_of": {"WB:5": 3}}). NULL when nothing is configured. +CREATE OR REPLACE FUNCTION public.league_round_best_of_settings(_map jsonb) +RETURNS jsonb +LANGUAGE sql +IMMUTABLE +AS $$ + SELECT CASE + WHEN _map IS NULL OR _map = '{}'::jsonb THEN NULL + ELSE jsonb_build_object( + 'round_best_of', + ( + SELECT jsonb_object_agg('WB:' || key, value) + FROM jsonb_each(_map) + ) + ) + END; +$$; + +-- Playoff best-of maps already use the native stage round keys +-- ("WB:1", "LB:2", "GF") so double-elimination rounds and the grand final +-- are addressable exactly like tournament stages. +CREATE OR REPLACE FUNCTION public.league_playoff_best_of_settings(_map jsonb) +RETURNS jsonb +LANGUAGE sql +IMMUTABLE +AS $$ + SELECT CASE + WHEN _map IS NULL OR _map = '{}'::jsonb THEN NULL + ELSE jsonb_build_object('round_best_of', _map) + END; +$$; + +-- Match options are forced to admin mode so brackets stay dormant until the two +-- teams agree on a time (or the weekly default kicks in). +CREATE OR REPLACE FUNCTION public.start_league_season(_league_season_id uuid) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + season public.league_seasons; + _organizer_steam_id bigint; + division RECORD; + team RECORD; + _team_count int; + _options_id uuid; + _tournament_id uuid; + _rr_stage_id uuid; + _tournament_team_id uuid; + _seed int; + _total_rounds int; + _full_rr_rounds int; + _stage_type text; + _effective_rounds int; + _max_effective_rounds int := 0; + _weeks_needed int; +BEGIN + SELECT * INTO season FROM public.league_seasons WHERE id = _league_season_id; + IF season IS NULL THEN + RAISE EXCEPTION 'League season % not found', _league_season_id USING ERRCODE = '22000'; + END IF; + + IF season.match_options_id IS NULL THEN + RAISE EXCEPTION 'League season has no match options template' USING ERRCODE = '22000'; + END IF; + + -- The season creator organizes the division tournaments; fall back to any + -- administrator if that player is gone. + _organizer_steam_id := COALESCE( + season.created_by_steam_id, + (SELECT steam_id FROM public.players WHERE role = 'administrator' ORDER BY steam_id LIMIT 1) + ); + + FOR division IN + SELECT lsd.id AS league_season_division_id, ld.id, ld.name, ld.tier + FROM public.league_season_divisions lsd + JOIN public.league_divisions ld ON ld.id = lsd.league_division_id + WHERE lsd.league_season_id = season.id + AND lsd.tournament_id IS NULL + ORDER BY ld.tier + LOOP + SELECT COUNT(*) INTO _team_count + FROM public.league_team_seasons lts + WHERE lts.league_season_id = season.id + AND lts.assigned_division_id = division.id + AND lts.status = 'Approved'; + + -- The tournament machinery requires at least 4 teams per group in the + -- opening stage; smaller divisions cannot run. + IF _team_count < 4 THEN + RAISE NOTICE 'start_league_season: division % has % approved teams (minimum 4), skipping', division.name, _team_count; + CONTINUE; + END IF; + + -- Keep the division tournament's lineup cap in step with the roster + -- size so a full roster (up to max_roster_size) is never rejected as + -- "too many players": substitutes = max_roster_size - starters. + _options_id := public.clone_match_options(season.match_options_id); + UPDATE public.match_options mo + SET match_mode = 'admin', + best_of = season.default_best_of, + number_of_substitutes = GREATEST( + COALESCE(season.max_roster_size, public.team_max_roster_size()) + - public.get_match_type_min_players(mo.type), + 0 + ) + WHERE mo.id = _options_id; + + INSERT INTO public.tournaments (name, description, start, organizer_steam_id, status, match_options_id, auto_start, scheduling_mode) + VALUES ( + season.name || ' — ' || division.name, + 'League division play for ' || season.name, + COALESCE(season.starts_at, NOW()), + _organizer_steam_id, + 'Setup', + _options_id, + false, + 'negotiated' + ) + RETURNING id INTO _tournament_id; + + -- Pick the regular-season format. Auto: a full round robin (everyone + -- plays everyone; N-1 rounds even / N odd) when it fits the season's + -- rounds, otherwise a Swiss GROUP (pair by record, no elimination — odd + -- fields get a rotating bye). Manual uses regular_season_stage_type. + _total_rounds := season.match_weeks_count * COALESCE(season.games_per_week, 1); + _full_rr_rounds := CASE WHEN _team_count % 2 = 0 THEN _team_count - 1 ELSE _team_count END; + IF COALESCE(season.auto_regular_season_format, true) THEN + IF _full_rr_rounds > _total_rounds THEN + _stage_type := 'Swiss'; + ELSE + _stage_type := 'RoundRobin'; + END IF; + ELSE + _stage_type := season.regular_season_stage_type; + END IF; + + -- Rounds the stage actually plays: a round robin runs its natural length + -- (capped by the weeks), Swiss uses every round. This is what the + -- scheduling windows are limited to, so a short round robin doesn't stamp + -- windows on empty trailing weeks. + IF _stage_type = 'RoundRobin' THEN + _effective_rounds := LEAST(_full_rr_rounds, _total_rounds); + ELSE + _effective_rounds := _total_rounds; + END IF; + + _max_effective_rounds := GREATEST(_max_effective_rounds, _effective_rounds); + + -- RoundRobin is capped to max_rounds (a no-op when the full RR already + -- fits); Swiss GROUP plays exactly max_rounds rounds. Both rank the whole + -- field in one table and feed the playoff the same way. + INSERT INTO public.tournament_stages (tournament_id, type, "order", min_teams, max_teams, groups, default_best_of, max_rounds, swiss_no_elimination, settings) + VALUES (_tournament_id, _stage_type, 1, 4, _team_count, 1, season.default_best_of, + _effective_rounds, + _stage_type = 'Swiss', + public.league_round_best_of_settings(season.week_best_of)) + RETURNING id INTO _rr_stage_id; + + IF season.playoff_seats >= 2 THEN + INSERT INTO public.tournament_stages (tournament_id, type, "order", min_teams, max_teams, groups, default_best_of, third_place_match, settings) + VALUES (_tournament_id, season.playoff_stage_type, 2, 2, LEAST(season.playoff_seats, _team_count), 1, season.playoff_best_of, + season.playoff_stage_type = 'SingleElimination' AND season.playoff_third_place_match, + public.league_playoff_best_of_settings(season.playoff_round_best_of)); + END IF; + + _seed := 0; + FOR team IN + SELECT lts.id AS league_team_season_id, + lts.captain_steam_id AS registered_captain_steam_id, + lt.team_id, + t.name AS league_team_name, + t.owner_steam_id, + t.captain_steam_id AS team_captain_steam_id + FROM public.league_team_seasons lts + JOIN public.league_teams lt ON lt.id = lts.league_team_id + JOIN public.teams t ON t.id = lt.team_id + WHERE lts.league_season_id = season.id + AND lts.assigned_division_id = division.id + AND lts.status = 'Approved' + ORDER BY lts.seed ASC NULLS LAST, lts.created_at ASC + LOOP + _seed := _seed + 1; + + INSERT INTO public.tournament_teams (tournament_id, team_id, name, owner_steam_id, captain_steam_id, eligible_at, seed) + VALUES ( + _tournament_id, + team.team_id, + team.league_team_name, + team.owner_steam_id, + COALESCE(team.registered_captain_steam_id, team.team_captain_steam_id, team.owner_steam_id), + NOW(), + _seed + ) + RETURNING id INTO _tournament_team_id; + + UPDATE public.league_team_seasons + SET tournament_team_id = _tournament_team_id + WHERE id = team.league_team_season_id; + + INSERT INTO public.tournament_team_roster (tournament_team_id, player_steam_id, tournament_id, role) + SELECT _tournament_team_id, ltr.player_steam_id, _tournament_id, 'Member' + FROM public.league_team_rosters ltr + WHERE ltr.league_team_season_id = team.league_team_season_id + AND ltr.removed_at IS NULL + ON CONFLICT DO NOTHING; + END LOOP; + + UPDATE public.league_season_divisions + SET tournament_id = _tournament_id + WHERE id = division.league_season_division_id; + + -- Fires tau_tournaments: generates the bracket skeleton (RoundRobin is + -- already capped at max_rounds, so no post-truncation), assigns seeds + -- and fills teams. Admin-mode options + negotiated scheduling keep every + -- bracket dormant until a time is agreed. + UPDATE public.tournaments SET status = 'Live' WHERE id = _tournament_id; + + -- Give the regular-season rounds their scheduling windows from the + -- season's match weeks. With games_per_week > 1 a week hosts several + -- rounds: round = (week-1)*gpw + slot, staggered a few days apart. + INSERT INTO public.tournament_stage_windows (tournament_stage_id, round, opens_at, closes_at, default_match_at) + SELECT _rr_stage_id, + (lmw.week_number - 1) * COALESCE(season.games_per_week, 1) + slot, + lmw.opens_at, + lmw.closes_at, + LEAST( + lmw.default_match_at + ((slot - 1) * INTERVAL '3 days'), + COALESCE(lmw.closes_at, lmw.default_match_at + ((slot - 1) * INTERVAL '3 days')) + ) + FROM public.league_match_weeks lmw + CROSS JOIN generate_series(1, COALESCE(season.games_per_week, 1)) AS slot + WHERE lmw.league_season_id = season.id + -- Only the weeks the stage actually uses; a short round robin leaves + -- the trailing weeks free. + AND (lmw.week_number - 1) * COALESCE(season.games_per_week, 1) + slot <= _effective_rounds + ON CONFLICT (tournament_stage_id, round) DO NOTHING; + END LOOP; + + -- Auto-shorten the season to the weeks actually used. Weeks are generated up + -- front from match_weeks_count before team counts are known; a short round + -- robin (or any format needing fewer rounds than weeks) leaves empty trailing + -- weeks. Drop the surplus weeks and shrink match_weeks_count to match so the + -- schedule stops at the last real round and a rollover clones the right size. + IF _max_effective_rounds > 0 THEN + _weeks_needed := CEIL(_max_effective_rounds::numeric / COALESCE(season.games_per_week, 1)); + + DELETE FROM public.league_match_weeks + WHERE league_season_id = season.id + AND week_number > _weeks_needed; + + IF _weeks_needed < season.match_weeks_count THEN + UPDATE public.league_seasons + SET match_weeks_count = _weeks_needed + WHERE id = season.id; + END IF; + END IF; +END; +$$; + +-- Finish a league season once every division tournament is done, then compute +-- promotion/relegation movements for admin review. +CREATE OR REPLACE FUNCTION public.finish_league_season(_league_season_id uuid) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + _unfinished int; +BEGIN + SELECT COUNT(*) INTO _unfinished + FROM public.league_season_divisions lsd + JOIN public.tournaments t ON t.id = lsd.tournament_id + WHERE lsd.league_season_id = _league_season_id + AND t.status NOT IN ('Finished', 'Cancelled', 'CancelledMinTeams'); + + IF _unfinished > 0 THEN + RAISE EXCEPTION 'League season still has % unfinished division tournaments', _unfinished USING ERRCODE = '22000'; + END IF; + + PERFORM public.compute_league_season_movements(_league_season_id); + -- Materialize the cross-division relegation playoffs; the RelegationUp/Down + -- movements stay provisional until each playoff resolves. + PERFORM public.create_league_relegation_playoffs(_league_season_id); +END; +$$; + +-- Restart a cancelled season: tear down its (cancelled) division/playoff +-- tournaments and re-materialize them from the same Approved team seasons, +-- reviving the season to Live. Recovery path when a season was cancelled by +-- mistake — teams, divisions, rosters and match weeks are all preserved. +CREATE OR REPLACE FUNCTION public.restart_league_season( + _league_season_id uuid, + hasura_session json +) +RETURNS SETOF public.league_seasons +LANGUAGE plpgsql +AS $$ +DECLARE + season public.league_seasons; +BEGIN + SELECT * INTO season FROM public.league_seasons WHERE id = _league_season_id; + IF season IS NULL THEN + RAISE EXCEPTION 'Season not found' USING ERRCODE = '22000'; + END IF; + + IF NOT public.is_league_admin_for_session(hasura_session) THEN + RAISE EXCEPTION 'Must be a league admin' USING ERRCODE = '22000'; + END IF; + + IF season.status != 'Canceled' THEN + RAISE EXCEPTION 'Only a canceled season can be restarted' USING ERRCODE = '22000'; + END IF; + + -- Bypass the league-ownership guard on tbd_tournaments for the teardown. + PERFORM set_config('fivestack.league_cascade', 'true', true); + + -- Detach teams from the old cancelled rosters first, then drop the cancelled + -- tournaments (their matches were already removed on cancel). Deleting the + -- shells clears stages/teams/rosters; the FK nulls division/playoff links. + UPDATE public.league_team_seasons + SET tournament_team_id = NULL + WHERE league_season_id = _league_season_id; + + DELETE FROM public.tournaments + WHERE id IN ( + SELECT tournament_id FROM public.league_season_divisions + WHERE league_season_id = _league_season_id AND tournament_id IS NOT NULL + UNION + SELECT tournament_id FROM public.league_relegation_playoffs + WHERE league_season_id = _league_season_id AND tournament_id IS NOT NULL + ); + + UPDATE public.league_season_divisions + SET tournament_id = NULL + WHERE league_season_id = _league_season_id; + + DELETE FROM public.league_relegation_playoffs WHERE league_season_id = _league_season_id; + DELETE FROM public.league_team_movements WHERE league_season_id = _league_season_id; + + -- Revive to Live; tau_league_seasons re-runs start_league_season, which + -- rebuilds the division tournaments from the same Approved team seasons. + PERFORM set_config('fivestack.league_restart', 'true', true); + UPDATE public.league_seasons SET status = 'Live' WHERE id = _league_season_id; + PERFORM set_config('fivestack.league_restart', 'false', true); + + PERFORM set_config('fivestack.league_cascade', 'false', true); + + RETURN QUERY SELECT * FROM public.league_seasons WHERE id = _league_season_id; +END; +$$; diff --git a/hasura/functions/leagues/league_season_rollover.sql b/hasura/functions/leagues/league_season_rollover.sql new file mode 100644 index 000000000..f60206913 --- /dev/null +++ b/hasura/functions/leagues/league_season_rollover.sql @@ -0,0 +1,66 @@ +-- Season rollover: clone a finished season's full configuration (format, +-- windows, weeks pattern, match options) into a fresh Setup season, with +-- every timestamp shifted forward by whole weeks so weekday/time-of-day are +-- preserved. Admins adjust dates before opening registration. +CREATE OR REPLACE FUNCTION public.clone_league_season( + _league_season_id uuid, + hasura_session json +) +RETURNS SETOF public.league_seasons +LANGUAGE plpgsql +AS $$ +DECLARE + season public.league_seasons; + _new_season_id uuid; + _shift interval; + _options_id uuid; +BEGIN + SELECT * INTO season FROM public.league_seasons WHERE id = _league_season_id; + IF season IS NULL THEN + RAISE EXCEPTION 'Season not found' USING ERRCODE = '22000'; + END IF; + + IF NOT public.is_league_admin_for_session(hasura_session) THEN + RAISE EXCEPTION 'Must be a league admin' USING ERRCODE = '22000'; + END IF; + + -- Shift forward past NOW() in whole weeks, keeping weekday/time-of-day. + _shift := make_interval(weeks => GREATEST( + CEIL(EXTRACT(EPOCH FROM (NOW() - COALESCE(season.starts_at, NOW()))) / 604800.0)::int + 1, + 1 + )); + + _options_id := public.clone_match_options(season.match_options_id); + + -- name/season_number are auto-assigned by tbi_league_seasons. + INSERT INTO public.league_seasons ( + created_by_steam_id, status, + signup_opens_at, signup_closes_at, starts_at, roster_lock_at, + match_weeks_count, games_per_week, playoff_seats, + direct_promote_count, relegation_up_count, relegation_down_count, direct_relegate_count, + match_options_id, default_best_of, playoff_best_of, + week_best_of, playoff_round_best_of, + auto_regular_season_format, regular_season_stage_type, playoff_stage_type, playoff_third_place_match, + min_roster_size, max_roster_size + ) + VALUES ( + (hasura_session ->> 'x-hasura-user-id')::bigint, 'Setup', + season.signup_opens_at + _shift, season.signup_closes_at + _shift, + season.starts_at + _shift, season.roster_lock_at + _shift, + season.match_weeks_count, season.games_per_week, season.playoff_seats, + season.direct_promote_count, season.relegation_up_count, season.relegation_down_count, season.direct_relegate_count, + _options_id, season.default_best_of, season.playoff_best_of, + season.week_best_of, season.playoff_round_best_of, + season.auto_regular_season_format, season.regular_season_stage_type, season.playoff_stage_type, season.playoff_third_place_match, + season.min_roster_size, season.max_roster_size + ) + RETURNING id INTO _new_season_id; + + INSERT INTO public.league_match_weeks (league_season_id, week_number, opens_at, closes_at, default_match_at) + SELECT _new_season_id, week_number, opens_at + _shift, closes_at + _shift, default_match_at + _shift + FROM public.league_match_weeks + WHERE league_season_id = _league_season_id; + + RETURN QUERY SELECT * FROM public.league_seasons WHERE id = _new_season_id; +END; +$$; diff --git a/hasura/functions/leagues/league_team_removal.sql b/hasura/functions/leagues/league_team_removal.sql new file mode 100644 index 000000000..a9e73f75b --- /dev/null +++ b/hasura/functions/leagues/league_team_removal.sql @@ -0,0 +1,56 @@ +-- Admin removal of a team from a running season (team died mid-season): +-- withdraws the registration and forfeits every remaining regular-season +-- matchup to the opponent. Movements later mark the team as 'Remove'. +CREATE OR REPLACE FUNCTION public.remove_league_team_from_season( + _league_team_season_id uuid, + hasura_session json +) +RETURNS SETOF public.league_team_seasons +LANGUAGE plpgsql +AS $$ +DECLARE + registration public.league_team_seasons; + _bracket RECORD; + _opponent uuid; +BEGIN + SELECT * INTO registration + FROM public.league_team_seasons + WHERE id = _league_team_season_id; + + IF registration IS NULL THEN + RAISE EXCEPTION 'Registration not found' USING ERRCODE = '22000'; + END IF; + + IF NOT public.is_league_admin_for_session(hasura_session) THEN + RAISE EXCEPTION 'Must be a league admin' USING ERRCODE = '22000'; + END IF; + + UPDATE public.league_team_seasons + SET status = 'Withdrawn' + WHERE id = _league_team_season_id + AND status != 'Withdrawn'; + + IF registration.tournament_team_id IS NOT NULL THEN + FOR _bracket IN + SELECT tb.* + FROM public.tournament_brackets tb + WHERE tb.finished = false + AND (tb.tournament_team_id_1 = registration.tournament_team_id + OR tb.tournament_team_id_2 = registration.tournament_team_id) + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + ORDER BY tb.round, tb.match_number + LOOP + _opponent := CASE + WHEN _bracket.tournament_team_id_1 = registration.tournament_team_id + THEN _bracket.tournament_team_id_2 + ELSE _bracket.tournament_team_id_1 + END; + PERFORM public.league_award_forfeit(_bracket.id, _opponent, hasura_session); + END LOOP; + END IF; + + RETURN QUERY + SELECT * FROM public.league_team_seasons WHERE id = _league_team_season_id; +END; +$$; diff --git a/hasura/functions/leagues/team_roster_lineup.sql b/hasura/functions/leagues/team_roster_lineup.sql new file mode 100644 index 000000000..2150b60b1 --- /dev/null +++ b/hasura/functions/leagues/team_roster_lineup.sql @@ -0,0 +1,77 @@ +-- Reusable roster-status balancing that only TRIMS over-full tiers — players +-- who already fit keep their status (a 5-starter team is never touched). +-- Excess starters (beyond 5, lowest by name) drop to Substitute if slots +-- remain, otherwise to Benched; excess substitutes (beyond team_max_subs(), +-- lowest by name) drop to Benched. Never promotes. Starters are always capped +-- at 5; coaches are ranked like anyone. Sets a GUC so the per-row cap trigger +-- stands aside during the sweep. +CREATE OR REPLACE FUNCTION public.rebalance_team_roster(_team_id uuid) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + _subs int; + _kept_subs int; + _sub_capacity int; +BEGIN + _subs := public.team_max_subs(); + PERFORM set_config('fivestack.rebalancing', 'true', true); + + -- Demote substitutes beyond the cap (lowest by name) to the bench. + WITH ranked AS ( + SELECT tr.player_steam_id, + ROW_NUMBER() OVER ( + ORDER BY COALESCE(p.name, ''), tr.player_steam_id + ) AS rn + FROM public.team_roster tr + LEFT JOIN public.players p ON p.steam_id = tr.player_steam_id + WHERE tr.team_id = _team_id AND tr.status = 'Substitute' + ) + UPDATE public.team_roster tr + SET status = 'Benched' + FROM ranked r + WHERE tr.team_id = _team_id + AND tr.player_steam_id = r.player_steam_id + AND r.rn > _subs; + + -- Substitute slots still open after keeping the valid subs. + SELECT COUNT(*) INTO _kept_subs + FROM public.team_roster + WHERE team_id = _team_id AND status = 'Substitute'; + _sub_capacity := GREATEST(_subs - _kept_subs, 0); + + -- Demote starters beyond 5 (lowest by name): fill any open sub slots, then + -- bench the rest. Starters within the cap are left untouched. + WITH ranked AS ( + SELECT tr.player_steam_id, + ROW_NUMBER() OVER ( + ORDER BY COALESCE(p.name, ''), tr.player_steam_id + ) AS rn + FROM public.team_roster tr + LEFT JOIN public.players p ON p.steam_id = tr.player_steam_id + WHERE tr.team_id = _team_id AND tr.status = 'Starter' + ) + UPDATE public.team_roster tr + SET status = CASE + WHEN r.rn <= 5 + _sub_capacity THEN 'Substitute' + ELSE 'Benched' + END + FROM ranked r + WHERE tr.team_id = _team_id + AND tr.player_steam_id = r.player_steam_id + AND r.rn > 5; +END; +$$; + +CREATE OR REPLACE FUNCTION public.rebalance_all_team_rosters() +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + _team_id uuid; +BEGIN + FOR _team_id IN SELECT DISTINCT team_id FROM public.team_roster LOOP + PERFORM public.rebalance_team_roster(_team_id); + END LOOP; +END; +$$; diff --git a/hasura/functions/tournaments/advance_swiss_teams.sql b/hasura/functions/tournaments/advance_swiss_teams.sql index 2b9db8ebd..cb092dc25 100644 --- a/hasura/functions/tournaments/advance_swiss_teams.sql +++ b/hasura/functions/tournaments/advance_swiss_teams.sql @@ -7,16 +7,38 @@ DECLARE next_stage_id uuid; advanced_teams uuid[]; eliminated_count int; + _no_elim boolean; + _max_rounds int; BEGIN - SELECT ts.tournament_id, ts."order" + SELECT ts.tournament_id, ts."order", + COALESCE(ts.swiss_no_elimination, false) AS swiss_no_elimination, + ts.max_rounds INTO stage_record FROM tournament_stages ts WHERE ts.id = _stage_id; - + IF stage_record IS NULL THEN RAISE EXCEPTION 'Stage % not found', _stage_id USING ERRCODE = '22000'; END IF; - + + _no_elim := stage_record.swiss_no_elimination; + _max_rounds := stage_record.max_rounds; + + -- No-elimination "group": the stage completes when the final round is done; + -- the next stage (playoffs) seeds from the standings, not from a 3-0 record. + IF _no_elim THEN + IF _max_rounds IS NOT NULL AND public.check_swiss_round_complete(_stage_id, _max_rounds) THEN + SELECT ts.id INTO next_stage_id + FROM tournament_stages ts + WHERE ts.tournament_id = stage_record.tournament_id + AND ts."order" = stage_record."order" + 1; + IF next_stage_id IS NOT NULL THEN + PERFORM seed_stage(next_stage_id); + END IF; + END IF; + RETURN; + END IF; + SELECT array_agg(vtsr.tournament_team_id) INTO advanced_teams FROM v_team_stage_results vtsr diff --git a/hasura/functions/tournaments/apply_tournament_default_schedules.sql b/hasura/functions/tournaments/apply_tournament_default_schedules.sql new file mode 100644 index 000000000..2a6894887 --- /dev/null +++ b/hasura/functions/tournaments/apply_tournament_default_schedules.sql @@ -0,0 +1,62 @@ +-- Generic per-stage-window default-time stamping: for any Live tournament, +-- stamp the window's default_match_at on matchups the captains never agreed on +-- (once the default is near), so the CheckForScheduledTournamentBrackets cron +-- materializes them. Also expires stale pending proposals. Returns brackets +-- stamped. This is the tournament-wide generalization of +-- apply_league_default_schedules (which still covers league seasons whose rounds +-- are gated by league_match_weeks rather than stage windows). +CREATE OR REPLACE FUNCTION public.apply_tournament_default_schedules() +RETURNS int +LANGUAGE plpgsql +AS $$ +DECLARE + _stamped int; +BEGIN + WITH due AS ( + SELECT tb.id, tsw.default_match_at + FROM public.tournament_brackets tb + JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN public.tournaments t ON t.id = ts.tournament_id AND t.status = 'Live' + JOIN public.tournament_stage_windows tsw + ON tsw.tournament_stage_id = ts.id + AND tsw.round = tb.round + WHERE tb.match_id IS NULL + AND tb.finished = false + AND tb.scheduled_at IS NULL + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + AND tsw.default_match_at IS NOT NULL + -- 48h catch-up grace after an outage; anything older is left for + -- admin adjudication rather than back-stamped into the past. + AND tsw.default_match_at BETWEEN NOW() - INTERVAL '48 hours' + AND NOW() + INTERVAL '2 hours' + ) + UPDATE public.tournament_brackets tb + SET scheduled_at = due.default_match_at + FROM due + WHERE tb.id = due.id; + + GET DIAGNOSTICS _stamped = ROW_COUNT; + + -- Proposals expire when their time passes or the matchup is settled. + PERFORM set_config('fivestack.proposal_system_write', 'true', true); + UPDATE public.league_scheduling_proposals lsp + SET status = 'Expired' + WHERE lsp.status = 'Pending' + AND ( + lsp.proposed_time < NOW() + OR EXISTS ( + SELECT 1 FROM public.tournament_brackets tb + LEFT JOIN public.matches m ON m.id = tb.match_id + WHERE tb.id = lsp.tournament_bracket_id + AND ( + tb.finished = true + OR (m.id IS NOT NULL AND m.status NOT IN ('Scheduled', 'WaitingForCheckIn')) + ) + ) + ); + PERFORM set_config('fivestack.proposal_system_write', 'false', true); + + RETURN _stamped; +END; +$$; diff --git a/hasura/functions/tournaments/assign_teams_to_swiss_pools.sql b/hasura/functions/tournaments/assign_teams_to_swiss_pools.sql index ab0512911..4c909a2cc 100644 --- a/hasura/functions/tournaments/assign_teams_to_swiss_pools.sql +++ b/hasura/functions/tournaments/assign_teams_to_swiss_pools.sql @@ -17,10 +17,41 @@ DECLARE adjacent_team_id uuid; used_teams uuid[]; teams_to_pair uuid[]; + _total int; + _bye_team uuid; + _bye_group numeric; BEGIN RAISE NOTICE '=== Assigning Teams to Swiss Pools for Round % ===', _round; - + used_teams := ARRAY[]::uuid[]; + + -- Odd field: pull one team out for a bye (a free win) before pairing so the + -- remaining pools resolve evenly. Prefer a team that has not had a bye yet; + -- among those, the lowest-ranked (fewest wins, most losses). + SELECT COALESCE(SUM(team_count), 0) INTO _total + FROM get_swiss_team_pools(_stage_id, used_teams); + + IF _total % 2 = 1 THEN + SELECT vtsr.tournament_team_id, + (vtsr.wins * 100 + vtsr.losses) + INTO _bye_team, _bye_group + FROM v_team_stage_results vtsr + WHERE vtsr.tournament_stage_id = _stage_id + ORDER BY + EXISTS ( + SELECT 1 FROM tournament_brackets b + WHERE b.tournament_stage_id = _stage_id + AND b.bye = true + AND b.tournament_team_id_1 = vtsr.tournament_team_id + ) ASC, + vtsr.wins ASC, vtsr.losses DESC, vtsr.tournament_team_id ASC + LIMIT 1; + + IF _bye_team IS NOT NULL THEN + PERFORM public.create_swiss_bye_bracket(_stage_id, _round, _bye_team, _bye_group); + used_teams := used_teams || _bye_team; + END IF; + END IF; FOR pool_record IN SELECT * FROM get_swiss_team_pools(_stage_id, used_teams) @@ -118,17 +149,27 @@ BEGIN AND "group" = pool_group AND match_number = match_counter LIMIT 1; - - IF bracket_record IS NULL THEN - RAISE EXCEPTION 'Bracket record not found for match % in pool %-% (group %)', - match_counter, pool_record.wins, pool_record.losses, pool_group USING ERRCODE = '22000'; - END IF; - UPDATE tournament_brackets - SET tournament_team_id_1 = team_1_id, - tournament_team_id_2 = team_2_id, - bye = false - WHERE id = bracket_record.id; + -- The pre-generated placeholder count (binomial estimate) can be + -- short for non-power-of-2 fields; create the bracket on demand + -- so pairing is authoritative. Surplus empty placeholders are + -- pruned after the round is fully paired (below). + IF bracket_record.id IS NULL THEN + INSERT INTO tournament_brackets ( + round, tournament_stage_id, match_number, "group", path, + tournament_team_id_1, tournament_team_id_2, bye + ) + VALUES ( + _round, _stage_id, match_counter, pool_group, 'WB', + team_1_id, team_2_id, false + ); + ELSE + UPDATE tournament_brackets + SET tournament_team_id_1 = team_1_id, + tournament_team_id_2 = team_2_id, + bye = false + WHERE id = bracket_record.id; + END IF; -- Mark both teams as used to prevent double-assignment used_teams := used_teams || team_1_id || team_2_id; @@ -138,7 +179,17 @@ BEGIN END LOOP; END; END LOOP; - + + -- Prune surplus empty placeholders so check_swiss_round_complete does not + -- wait forever on a teamless bracket (the binomial estimate over-allocates + -- for non-power-of-2 fields). + DELETE FROM tournament_brackets + WHERE tournament_stage_id = _stage_id + AND round = _round + AND tournament_team_id_1 IS NULL + AND tournament_team_id_2 IS NULL + AND COALESCE(bye, false) = false; + RAISE NOTICE '=== Team Assignment Complete ==='; END; $$; diff --git a/hasura/functions/tournaments/can_join_tournament.sql b/hasura/functions/tournaments/can_join_tournament.sql index 18db20a76..eeccb9df3 100644 --- a/hasura/functions/tournaments/can_join_tournament.sql +++ b/hasura/functions/tournaments/can_join_tournament.sql @@ -2,6 +2,7 @@ CREATE OR REPLACE FUNCTION public.can_join_tournament(tournament public.tourname LANGUAGE plpgsql STABLE AS $$ DECLARE + _steam_id bigint; on_roster boolean; is_team_admin boolean; is_organizer boolean; @@ -11,44 +12,64 @@ BEGIN RETURN false; END IF; - -- Check if the player is already on a roster for this tournament - SELECT EXISTS ( - SELECT 1 - FROM tournament_team_roster ttr - WHERE - tournament_id = tournament.id - AND player_steam_id = (hasura_session ->> 'x-hasura-user-id')::bigint - ) INTO on_roster; - - if(on_roster) THEN - RETURN false; - END IF; + _steam_id := (hasura_session ->> 'x-hasura-user-id')::bigint; is_organizer = hasura_session ->> 'x-hasura-role' = 'administrator' OR hasura_session ->> 'x-hasura-role' = 'tournament_organizer' ; - + IF is_organizer AND tournament.status = 'Setup' THEN RETURN true; END IF; - + IF tournament.status != 'RegistrationOpen' THEN RETURN false; END IF; - - IF hasura_session ->> 'x-hasura-role' = 'administrator' OR hasura_session ->> 'x-hasura-role' = 'tournament_organizer' THEN + + IF is_organizer THEN RETURN true; END IF; - -- Check if the player is a team admin for this tournament + IF _steam_id IS NULL THEN + RETURN false; + END IF; + + -- Check if the player is already on a roster for this tournament + SELECT EXISTS ( + SELECT 1 + FROM tournament_team_roster ttr + WHERE + tournament_id = tournament.id + AND player_steam_id = _steam_id + ) INTO on_roster; + + -- Check if the player already owns a team in this tournament SELECT EXISTS ( SELECT 1 FROM tournament_teams tt WHERE tournament_id = tournament.id - AND owner_steam_id = (hasura_session ->> 'x-hasura-user-id')::bigint + AND owner_steam_id = _steam_id ) INTO is_team_admin; - -- Player can join if they are not on a roster and not a team admin - RETURN NOT is_team_admin; + -- First-time / pickup join: not yet on a roster and not already owning a + -- team in this tournament. + IF NOT on_roster AND NOT is_team_admin THEN + RETURN true; + END IF; + + -- Otherwise they can still register another team they manage that is not + -- already in this tournament (e.g. an A team and a B team that share + -- members): being on another team's roster does not block registration. + RETURN EXISTS ( + SELECT 1 + FROM public.teams t + WHERE public.manages_team(t.id, _steam_id) + AND NOT EXISTS ( + SELECT 1 + FROM public.tournament_teams tt + WHERE tt.tournament_id = tournament.id + AND tt.team_id = t.id + ) + ); END; $$; diff --git a/hasura/functions/tournaments/create_round_robin_matches.sql b/hasura/functions/tournaments/create_round_robin_matches.sql index ad124e1e3..19a54edb8 100644 --- a/hasura/functions/tournaments/create_round_robin_matches.sql +++ b/hasura/functions/tournaments/create_round_robin_matches.sql @@ -31,6 +31,7 @@ DECLARE team_2_seed int; bracket_record tournament_brackets%ROWTYPE; use_team_ids boolean; + _max_rounds int; BEGIN -- Determine if we're using team IDs or seeds IF _team_ids IS NOT NULL AND array_length(_team_ids, 1) > 0 THEN @@ -63,6 +64,17 @@ BEGIN END IF; round_count := effective_count - 1; + -- Optional partial round robin: cap the full schedule at the stage's + -- max_rounds so each team plays that many distinct opponents (circle + -- method guarantees distinctness per round). Only the seed-based full-stage + -- generation is capped; decider mini-round-robins (team_ids) run in full. + IF NOT use_team_ids THEN + SELECT max_rounds INTO _max_rounds FROM tournament_stages WHERE id = _stage_id; + IF _max_rounds IS NOT NULL AND _max_rounds > 0 THEN + round_count := LEAST(round_count, _max_rounds); + END IF; + END IF; + RAISE NOTICE 'Creating round robin matches for % teams: % rounds, % matches per round, starting at round %', team_count, round_count, matches_per_round, _start_round; diff --git a/hasura/functions/tournaments/create_swiss_bye_bracket.sql b/hasura/functions/tournaments/create_swiss_bye_bracket.sql new file mode 100644 index 000000000..e0d21c3fc --- /dev/null +++ b/hasura/functions/tournaments/create_swiss_bye_bracket.sql @@ -0,0 +1,31 @@ +-- A Swiss bye: a finished, teamless-opponent bracket that scores as a free win +-- for the given team (see v_team_stage_results_compute — bye => win). Used for +-- odd fields so the team's record still advances for the next round's pairing. +CREATE OR REPLACE FUNCTION public.create_swiss_bye_bracket( + _stage_id uuid, + _round int, + _team_id uuid, + _pool_group numeric +) +RETURNS void +LANGUAGE plpgsql +AS $$ +DECLARE + _match_number int; +BEGIN + SELECT COALESCE(MAX(match_number), 0) + 1 INTO _match_number + FROM tournament_brackets + WHERE tournament_stage_id = _stage_id AND round = _round AND "group" = _pool_group; + + INSERT INTO tournament_brackets ( + round, tournament_stage_id, match_number, "group", path, + tournament_team_id_1, bye, finished + ) + VALUES ( + _round, _stage_id, _match_number, _pool_group, 'WB', + _team_id, true, true + ); + + RAISE NOTICE ' Bye: team % gets a free win in round % (pool %)', _team_id, _round, _pool_group; +END; +$$; diff --git a/hasura/functions/tournaments/generate_swiss_bracket.sql b/hasura/functions/tournaments/generate_swiss_bracket.sql index c5b275426..b1656dca9 100644 --- a/hasura/functions/tournaments/generate_swiss_bracket.sql +++ b/hasura/functions/tournaments/generate_swiss_bracket.sql @@ -8,6 +8,7 @@ DECLARE round_num int; wins int; losses int; + wins_cap int; pool_group numeric; matches_needed int; match_num int; @@ -15,12 +16,22 @@ DECLARE seed_1 int; seed_2 int; bracket_idx int; + _no_elim boolean; + _max_rounds_setting int; BEGIN - -- Valve-style Swiss system: teams need 3 wins to advance or 3 losses to be eliminated - -- Max rounds formula: 2 × wins_needed - 1 - -- This ensures all teams will either advance or be eliminated + -- ESEA-style "Swiss group": pair by record but never advance/eliminate — every + -- team plays exactly max_rounds rounds and is ranked in one table. Otherwise the + -- Valve-style system: 3 wins to advance / 3 losses to be eliminated over 5 rounds. + SELECT COALESCE(swiss_no_elimination, false), max_rounds + INTO _no_elim, _max_rounds_setting + FROM tournament_stages WHERE id = _stage_id; + wins_needed := 3; - max_rounds := 2 * wins_needed - 1; -- For 3 wins: 2 × 3 - 1 = 5 rounds + IF _no_elim THEN + max_rounds := COALESCE(_max_rounds_setting, 2 * wins_needed - 1); + ELSE + max_rounds := 2 * wins_needed - 1; -- For 3 wins: 2 × 3 - 1 = 5 rounds + END IF; RAISE NOTICE '=== Generating Swiss Bracket for % teams ===', _team_count; RAISE NOTICE 'Will generate rounds 1 through %', max_rounds; @@ -111,27 +122,30 @@ BEGIN pools_created int := 0; matches_created int := 0; BEGIN - FOR wins IN 0..LEAST(wins_needed, round_num - 1) LOOP + -- No-elim pools span every record 0..round-1; Valve caps at wins_needed. + wins_cap := CASE WHEN _no_elim THEN round_num - 1 + ELSE LEAST(wins_needed, round_num - 1) END; + FOR wins IN 0..wins_cap LOOP losses := (round_num - 1) - wins; - - -- Skip if losses > wins_needed (team would be eliminated) - IF losses > wins_needed THEN - RAISE NOTICE ' Skipping pool %-% (losses > %)', wins, losses, wins_needed; - CONTINUE; - END IF; - - -- Skip pools where teams would have advanced (wins_needed wins, < wins_needed losses) - -- These teams won't play more matches - IF wins = wins_needed AND losses < wins_needed THEN - RAISE NOTICE ' Skipping pool %-% (advanced)', wins, losses; - CONTINUE; - END IF; - - -- Skip pools where teams would be eliminated (wins_needed losses) - -- These teams won't play more matches - IF losses = wins_needed THEN - RAISE NOTICE ' Skipping pool %-% (eliminated)', wins, losses; - CONTINUE; + + IF NOT _no_elim THEN + -- Skip if losses > wins_needed (team would be eliminated) + IF losses > wins_needed THEN + RAISE NOTICE ' Skipping pool %-% (losses > %)', wins, losses, wins_needed; + CONTINUE; + END IF; + + -- Skip pools where teams would have advanced (won't play more) + IF wins = wins_needed AND losses < wins_needed THEN + RAISE NOTICE ' Skipping pool %-% (advanced)', wins, losses; + CONTINUE; + END IF; + + -- Skip pools where teams would be eliminated (won't play more) + IF losses = wins_needed THEN + RAISE NOTICE ' Skipping pool %-% (eliminated)', wins, losses; + CONTINUE; + END IF; END IF; -- Calculate pool group: wins * 100 + losses @@ -145,8 +159,9 @@ BEGIN DECLARE matches_calc numeric; BEGIN - IF round_num <= 3 THEN - -- Use binomial distribution for early rounds + IF _no_elim OR round_num <= 3 THEN + -- Binomial distribution — exact for every no-elim pool, and + -- for the early rounds of a Valve Swiss. DECLARE n int; k int; diff --git a/hasura/functions/tournaments/get_swiss_team_pools.sql b/hasura/functions/tournaments/get_swiss_team_pools.sql index b8f135d4b..51b275081 100644 --- a/hasura/functions/tournaments/get_swiss_team_pools.sql +++ b/hasura/functions/tournaments/get_swiss_team_pools.sql @@ -7,17 +7,23 @@ RETURNS TABLE( ) LANGUAGE plpgsql AS $$ +DECLARE + _no_elim boolean; BEGIN + SELECT COALESCE(swiss_no_elimination, false) INTO _no_elim + FROM tournament_stages WHERE id = _stage_id; + RETURN QUERY - SELECT + SELECT vtsr.wins, vtsr.losses, array_agg(vtsr.tournament_team_id ORDER BY vtsr.tournament_team_id) as team_ids, COUNT(*)::int as team_count FROM v_team_stage_results vtsr WHERE vtsr.tournament_stage_id = _stage_id - AND vtsr.wins < 3 -- Not yet advanced (3 wins = advance) - AND vtsr.losses < 3 -- Not yet eliminated (3 losses = eliminate) + -- Valve Swiss removes advanced (3 wins) / eliminated (3 losses) teams from + -- future pools; a no-elim group keeps everyone in their current W-L pool. + AND (_no_elim OR (vtsr.wins < 3 AND vtsr.losses < 3)) AND (_exclude_team_ids IS NULL OR NOT (vtsr.tournament_team_id = ANY(_exclude_team_ids))) GROUP BY vtsr.wins, vtsr.losses HAVING COUNT(*) > 0 diff --git a/hasura/functions/tournaments/schedule_tournament_match.sql b/hasura/functions/tournaments/schedule_tournament_match.sql index 83b099600..ec42d7657 100644 --- a/hasura/functions/tournaments/schedule_tournament_match.sql +++ b/hasura/functions/tournaments/schedule_tournament_match.sql @@ -90,7 +90,10 @@ CREATE OR REPLACE FUNCTION public.schedule_tournament_match(bracket public.tourn BEGIN _wins := (bracket."group" / 100)::int; _losses := (bracket."group" % 100)::int; - IF _wins = _wins_needed - 1 THEN + -- A no-elim group has no advancement/elimination games — all regular. + IF COALESCE(stage.swiss_no_elimination, false) THEN + _swiss_match_type := 'regular'; + ELSIF _wins = _wins_needed - 1 THEN _swiss_match_type := 'advancement'; ELSIF _losses = _wins_needed - 1 THEN _swiss_match_type := 'elimination'; @@ -215,8 +218,17 @@ CREATE OR REPLACE FUNCTION public.schedule_tournament_match(bracket public.tourn AND tt.id = bracket.tournament_team_id_2 AND tt.team_id IS NOT NULL; + -- Normally check-in opens immediately (the cron only materializes ~15m + -- before kickoff). When materialized early for a negotiated match (GUC set + -- by the accept path), park it as 'Scheduled' instead so it shows on team + -- calendars without opening check-in / voice / the cancel timer yet; + -- CheckForScheduledMatches flips it to WaitingForCheckIn near kickoff. UPDATE matches - SET status = 'WaitingForCheckIn' + SET status = CASE + WHEN current_setting('fivestack.schedule_as_pending', true) = 'true' + THEN 'Scheduled' + ELSE 'WaitingForCheckIn' + END WHERE id = _match_id; PERFORM calculate_tournament_bracket_start_times(tournament.id); diff --git a/hasura/functions/tournaments/seed_swiss_stage.sql b/hasura/functions/tournaments/seed_swiss_stage.sql index f6e49cd51..cb420a291 100644 --- a/hasura/functions/tournaments/seed_swiss_stage.sql +++ b/hasura/functions/tournaments/seed_swiss_stage.sql @@ -9,6 +9,7 @@ DECLARE team_1_seed_val int; team_2_seed_val int; teams_assigned_count int; + bye_team record; BEGIN RAISE NOTICE '=== STARTING SWISS STAGE SEEDING ==='; RAISE NOTICE 'Stage ID: %', stage_id; @@ -86,9 +87,26 @@ BEGIN team_2_seed_val, team_2_id; END LOOP; + -- Odd field: any eligible team not placed into a round-1 match gets a bye + -- (a free win) so it still starts at 1-0 for round 2's pairing. + FOR bye_team IN + SELECT tt.id + FROM tournament_teams tt + WHERE tt.tournament_id = stage.tournament_id + AND tt.eligible_at IS NOT NULL + AND NOT EXISTS ( + SELECT 1 FROM tournament_brackets tb + WHERE tb.tournament_stage_id = stage.id + AND tb.round = 1 + AND (tb.tournament_team_id_1 = tt.id OR tb.tournament_team_id_2 = tt.id) + ) + LOOP + PERFORM public.create_swiss_bye_bracket(stage.id, 1, bye_team.id, 0); + END LOOP; + RAISE NOTICE '=== SWISS STAGE SEEDING COMPLETE ==='; RAISE NOTICE 'Total teams assigned: %', teams_assigned_count; - + RETURN; END; $$; diff --git a/hasura/functions/tournaments/tournament_bracket_window.sql b/hasura/functions/tournaments/tournament_bracket_window.sql new file mode 100644 index 000000000..b33ee6ca9 --- /dev/null +++ b/hasura/functions/tournaments/tournament_bracket_window.sql @@ -0,0 +1,16 @@ +-- The scheduling window a tournament bracket belongs to (window.round = +-- bracket.round within its stage). Returns NULL when the stage has no window +-- configured for that round (e.g. an auto-scheduled tournament, or a stage +-- whose rounds are not window-gated). +CREATE OR REPLACE FUNCTION public.tournament_bracket_window(_tournament_bracket_id uuid) +RETURNS public.tournament_stage_windows +LANGUAGE sql +STABLE +AS $$ + SELECT tsw.* + FROM public.tournament_brackets tb + JOIN public.tournament_stage_windows tsw + ON tsw.tournament_stage_id = tb.tournament_stage_id + AND tsw.round = tb.round + WHERE tb.id = _tournament_bracket_id; +$$; diff --git a/hasura/functions/tournaments/update_tournament_bracket.sql b/hasura/functions/tournaments/update_tournament_bracket.sql index 2ec79e625..aebbc47a8 100644 --- a/hasura/functions/tournaments/update_tournament_bracket.sql +++ b/hasura/functions/tournaments/update_tournament_bracket.sql @@ -67,10 +67,19 @@ BEGIN ELSIF stage_type = 'Swiss' THEN IF check_swiss_round_complete(bracket.tournament_stage_id, bracket.round) THEN RAISE NOTICE 'Swiss round % complete, assigning teams to next round pools', bracket.round; - + PERFORM advance_swiss_teams(bracket.tournament_stage_id); - - PERFORM assign_teams_to_swiss_pools(bracket.tournament_stage_id, bracket.round + 1); + + -- Only pair the next round when it actually exists. A no-elim + -- group keeps every team active, so without this guard the final + -- round would try to pair a non-existent round+1 and raise. + IF EXISTS ( + SELECT 1 FROM tournament_brackets + WHERE tournament_stage_id = bracket.tournament_stage_id + AND round = bracket.round + 1 + ) THEN + PERFORM assign_teams_to_swiss_pools(bracket.tournament_stage_id, bracket.round + 1); + END IF; END IF; END IF; diff --git a/hasura/functions/tournaments/update_tournament_stages.sql b/hasura/functions/tournaments/update_tournament_stages.sql index 057000357..768c1024d 100644 --- a/hasura/functions/tournaments/update_tournament_stages.sql +++ b/hasura/functions/tournaments/update_tournament_stages.sql @@ -143,14 +143,11 @@ BEGIN -- For Swiss tournaments, generate entire bracket upfront with all rounds and pools IF stage_type = 'Swiss' THEN RAISE NOTICE 'Stage % : Swiss detected, generating entire bracket', stage."order"; - - -- First round requires even number (all teams start at 0-0, same pool) - IF effective_teams % 2 != 0 THEN - RAISE EXCEPTION 'Swiss tournament first round must have an even number of teams. Current: %', effective_teams USING ERRCODE = '22000'; - END IF; - + + -- Odd fields are supported via a rotating bye (one team gets a free + -- win each round); the bye is assigned during seeding/pairing. PERFORM generate_swiss_bracket(stage.id, effective_teams); - + CONTINUE; END IF; diff --git a/hasura/metadata/actions.graphql b/hasura/metadata/actions.graphql index bc8c6cb59..aa2d59200 100644 --- a/hasura/metadata/actions.graphql +++ b/hasura/metadata/actions.graphql @@ -35,9 +35,9 @@ type Mutation { } type Query { - scrimCalendarUrl( + teamCalendarUrl( team_id: uuid! - ): ScrimCalendarOutput + ): TeamCalendarOutput } type Mutation { @@ -994,7 +994,7 @@ type DraftGamePreviewOutput { players: [DraftGamePreviewPlayer!]! } -type ScrimCalendarOutput { +type TeamCalendarOutput { url: String! } diff --git a/hasura/metadata/actions.yaml b/hasura/metadata/actions.yaml index fe5d6fb10..3dbd86ee7 100644 --- a/hasura/metadata/actions.yaml +++ b/hasura/metadata/actions.yaml @@ -31,14 +31,14 @@ actions: permissions: - role: user comment: cancelScrimRequest - - name: scrimCalendarUrl + - name: teamCalendarUrl definition: kind: synchronous handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' forward_client_headers: true permissions: - role: user - comment: scrimCalendarUrl + comment: teamCalendarUrl - name: createDraftGame definition: kind: synchronous diff --git a/hasura/metadata/databases/default/functions/functions.yaml b/hasura/metadata/databases/default/functions/functions.yaml index 98198d63a..73accb595 100644 --- a/hasura/metadata/databases/default/functions/functions.yaml +++ b/hasura/metadata/databases/default/functions/functions.yaml @@ -1,3 +1,10 @@ +- "!include public_approve_league_season_movements.yaml" +- "!include public_clone_league_season.yaml" - "!include public_get_leaderboard.yaml" +- "!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_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_approve_league_season_movements.yaml b/hasura/metadata/databases/default/functions/public_approve_league_season_movements.yaml new file mode 100644 index 000000000..50c19b821 --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_approve_league_season_movements.yaml @@ -0,0 +1,10 @@ +function: + name: approve_league_season_movements + schema: public +configuration: + custom_root_fields: {} + exposed_as: mutation + session_argument: hasura_session +permissions: + - role: administrator + - role: user diff --git a/hasura/metadata/databases/default/functions/public_clone_league_season.yaml b/hasura/metadata/databases/default/functions/public_clone_league_season.yaml new file mode 100644 index 000000000..383429185 --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_clone_league_season.yaml @@ -0,0 +1,10 @@ +function: + name: clone_league_season + schema: public +configuration: + custom_root_fields: {} + exposed_as: mutation + session_argument: hasura_session +permissions: + - role: administrator + - role: user diff --git a/hasura/metadata/databases/default/functions/public_get_league_season_leaderboard.yaml b/hasura/metadata/databases/default/functions/public_get_league_season_leaderboard.yaml new file mode 100644 index 000000000..15d2af946 --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_get_league_season_leaderboard.yaml @@ -0,0 +1,8 @@ +function: + name: get_league_season_leaderboard + schema: public +configuration: + custom_root_fields: {} + exposed_as: query +permissions: + - role: guest diff --git a/hasura/metadata/databases/default/functions/public_league_award_forfeit.yaml b/hasura/metadata/databases/default/functions/public_league_award_forfeit.yaml new file mode 100644 index 000000000..089dd08b1 --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_league_award_forfeit.yaml @@ -0,0 +1,10 @@ +function: + name: league_award_forfeit + schema: public +configuration: + custom_root_fields: {} + exposed_as: mutation + session_argument: hasura_session +permissions: + - role: administrator + - role: user diff --git a/hasura/metadata/databases/default/functions/public_remove_league_team_from_season.yaml b/hasura/metadata/databases/default/functions/public_remove_league_team_from_season.yaml new file mode 100644 index 000000000..1a14f405e --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_remove_league_team_from_season.yaml @@ -0,0 +1,10 @@ +function: + name: remove_league_team_from_season + schema: public +configuration: + custom_root_fields: {} + exposed_as: mutation + session_argument: hasura_session +permissions: + - role: administrator + - role: user diff --git a/hasura/metadata/databases/default/functions/public_reorder_league_divisions.yaml b/hasura/metadata/databases/default/functions/public_reorder_league_divisions.yaml new file mode 100644 index 000000000..7efa79124 --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_reorder_league_divisions.yaml @@ -0,0 +1,9 @@ +function: + name: reorder_league_divisions + schema: public +configuration: + custom_root_fields: {} + exposed_as: mutation + session_argument: hasura_session +permissions: + - role: administrator diff --git a/hasura/metadata/databases/default/functions/public_restart_league_season.yaml b/hasura/metadata/databases/default/functions/public_restart_league_season.yaml new file mode 100644 index 000000000..5d691539d --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_restart_league_season.yaml @@ -0,0 +1,9 @@ +function: + name: restart_league_season + schema: public +configuration: + custom_root_fields: {} + exposed_as: mutation + session_argument: hasura_session +permissions: + - role: administrator diff --git a/hasura/metadata/databases/default/tables/public_e_league_movement_types.yaml b/hasura/metadata/databases/default/tables/public_e_league_movement_types.yaml new file mode 100644 index 000000000..169b722f4 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_league_movement_types.yaml @@ -0,0 +1,12 @@ +table: + name: e_league_movement_types + 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_league_proposal_statuses.yaml b/hasura/metadata/databases/default/tables/public_e_league_proposal_statuses.yaml new file mode 100644 index 000000000..e73524764 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_league_proposal_statuses.yaml @@ -0,0 +1,12 @@ +table: + name: e_league_proposal_statuses + 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_league_registration_statuses.yaml b/hasura/metadata/databases/default/tables/public_e_league_registration_statuses.yaml new file mode 100644 index 000000000..bd71a5937 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_league_registration_statuses.yaml @@ -0,0 +1,12 @@ +table: + name: e_league_registration_statuses + 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_league_season_statuses.yaml b/hasura/metadata/databases/default/tables/public_e_league_season_statuses.yaml new file mode 100644 index 000000000..23c1fd86e --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_league_season_statuses.yaml @@ -0,0 +1,12 @@ +table: + name: e_league_season_statuses + schema: public +is_enum: true +select_permissions: + - role: guest + permission: + columns: + - description + - value + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_divisions.yaml b/hasura/metadata/databases/default/tables/public_league_divisions.yaml new file mode 100644 index 000000000..eb91de2f0 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_divisions.yaml @@ -0,0 +1,44 @@ +table: + name: league_divisions + schema: public +array_relationships: + - name: season_divisions + using: + foreign_key_constraint_on: + column: league_division_id + table: + name: league_season_divisions + schema: public +insert_permissions: + - role: administrator + permission: + check: {} + columns: + - name + - tier + comment: "" +select_permissions: + - role: guest + permission: + columns: + - id + - name + - tier + - created_at + filter: {} + allow_aggregations: true + comment: "" +update_permissions: + - role: administrator + permission: + columns: + - name + - tier + filter: {} + check: {} + comment: "" +delete_permissions: + - role: administrator + permission: + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_match_weeks.yaml b/hasura/metadata/databases/default/tables/public_league_match_weeks.yaml new file mode 100644 index 000000000..9ee231442 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_match_weeks.yaml @@ -0,0 +1,47 @@ +table: + name: league_match_weeks + schema: public +object_relationships: + - name: season + using: + foreign_key_constraint_on: league_season_id +insert_permissions: + - role: administrator + permission: + check: {} + columns: + - league_season_id + - week_number + - opens_at + - closes_at + - default_match_at + comment: "" +select_permissions: + - role: guest + permission: + columns: + - id + - league_season_id + - week_number + - opens_at + - closes_at + - default_match_at + - created_at + filter: {} + comment: "" +update_permissions: + - role: administrator + permission: + columns: + - week_number + - opens_at + - closes_at + - default_match_at + filter: {} + check: {} + comment: "" +delete_permissions: + - role: administrator + permission: + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_relegation_playoffs.yaml b/hasura/metadata/databases/default/tables/public_league_relegation_playoffs.yaml new file mode 100644 index 000000000..7850301d7 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_relegation_playoffs.yaml @@ -0,0 +1,31 @@ +table: + name: league_relegation_playoffs + schema: public +object_relationships: + - name: higher_division + using: + foreign_key_constraint_on: higher_division_id + - name: lower_division + using: + foreign_key_constraint_on: lower_division_id + - name: season + using: + foreign_key_constraint_on: league_season_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id +select_permissions: + - role: guest + permission: + columns: + - id + - league_season_id + - higher_division_id + - lower_division_id + - tournament_id + - higher_slots + - resolved_at + - created_at + filter: {} + allow_aggregations: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_scheduling_proposals.yaml b/hasura/metadata/databases/default/tables/public_league_scheduling_proposals.yaml new file mode 100644 index 000000000..6a0e0bc5f --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_scheduling_proposals.yaml @@ -0,0 +1,79 @@ +table: + name: league_scheduling_proposals + schema: public +object_relationships: + - name: bracket + using: + foreign_key_constraint_on: tournament_bracket_id + - name: proposed_by + using: + foreign_key_constraint_on: proposed_by_steam_id + - name: responded_by + using: + foreign_key_constraint_on: responded_by_steam_id + - name: team_season + using: + foreign_key_constraint_on: proposed_by_league_team_season_id + - name: e_proposal_status + using: + foreign_key_constraint_on: status +insert_permissions: + - role: user + permission: + check: {} + set: + proposed_by_steam_id: x-hasura-user-id + columns: + - tournament_bracket_id + - proposed_time + - message + comment: Guarded by tbi_league_scheduling_proposals (captain of either team, week window). +select_permissions: + - role: guest + permission: + columns: + - id + - tournament_bracket_id + - proposed_by_steam_id + - proposed_by_league_team_season_id + - proposed_time + - status + - responded_by_steam_id + - message + - created_at + filter: {} + comment: "" +update_permissions: + - role: user + permission: + columns: + - status + filter: + status: + _eq: Pending + check: + status: + _in: + - Accepted + - Declined + - Countered + comment: Guarded by tbu_league_scheduling_proposals (only the opposing captain may accept). Superseded/Expired are system-only. +delete_permissions: + - role: administrator + permission: + filter: {} + comment: "" +event_triggers: + - name: league_proposal_events + definition: + enable_manual: false + insert: + columns: '*' + update: + columns: + - status + retry_conf: + interval_sec: 10 + num_retries: 3 + timeout_sec: 60 + webhook: '{{HASURA_GRAPHQL_EVENT_HOOK}}' diff --git a/hasura/metadata/databases/default/tables/public_league_season_divisions.yaml b/hasura/metadata/databases/default/tables/public_league_season_divisions.yaml new file mode 100644 index 000000000..0d2380346 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_season_divisions.yaml @@ -0,0 +1,49 @@ +table: + name: league_season_divisions + schema: public +object_relationships: + - name: season + using: + foreign_key_constraint_on: league_season_id + - name: division + using: + foreign_key_constraint_on: league_division_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id +array_relationships: + - name: standings + using: + manual_configuration: + column_mapping: + id: league_season_division_id + insertion_order: null + remote_table: + name: v_league_division_standings + schema: public +insert_permissions: + - role: administrator + permission: + check: {} + columns: + - league_season_id + - league_division_id + comment: "" +select_permissions: + - role: guest + permission: + columns: + - id + - league_season_id + - league_division_id + - tournament_id + - created_at + filter: {} + comment: "" +delete_permissions: + - role: administrator + permission: + filter: + tournament_id: + _is_null: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_seasons.yaml b/hasura/metadata/databases/default/tables/public_league_seasons.yaml new file mode 100644 index 000000000..870e64245 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_seasons.yaml @@ -0,0 +1,232 @@ +table: + name: league_seasons + schema: public +object_relationships: + - name: e_league_season_status + using: + foreign_key_constraint_on: status + - name: options + using: + foreign_key_constraint_on: match_options_id +array_relationships: + - name: match_weeks + using: + foreign_key_constraint_on: + column: league_season_id + table: + name: league_match_weeks + schema: public + - name: relegation_playoffs + using: + foreign_key_constraint_on: + column: league_season_id + table: + name: league_relegation_playoffs + schema: public + - name: team_seasons + using: + foreign_key_constraint_on: + column: league_season_id + table: + name: league_team_seasons + schema: public + - name: season_divisions + using: + foreign_key_constraint_on: + column: league_season_id + table: + name: league_season_divisions + schema: public + - name: movements + using: + foreign_key_constraint_on: + column: league_season_id + table: + name: league_team_movements + schema: public + - name: standings + using: + manual_configuration: + column_mapping: + id: league_season_id + insertion_order: null + remote_table: + name: v_league_division_standings + schema: public + - name: player_stats + using: + manual_configuration: + column_mapping: + id: league_season_id + insertion_order: null + remote_table: + name: v_league_season_player_stats + schema: public +computed_fields: + - name: is_league_admin + definition: + function: + name: is_league_season_admin + schema: public + session_argument: hasura_session + - name: can_register + definition: + function: + name: can_register_for_league_season + schema: public + session_argument: hasura_session + - name: is_roster_locked + definition: + function: + name: league_season_is_roster_locked + schema: public + - name: my_registration + definition: + function: + name: league_season_my_registration + schema: public + session_argument: hasura_session +insert_permissions: + - role: administrator + permission: + check: {} + set: + created_by_steam_id: x-hasura-user-id + columns: + - signup_opens_at + - signup_closes_at + - starts_at + - roster_lock_at + - match_weeks_count + - games_per_week + - playoff_seats + - direct_promote_count + - relegation_up_count + - relegation_down_count + - direct_relegate_count + - match_options_id + - default_best_of + - playoff_best_of + - week_best_of + - playoff_round_best_of + - playoff_stage_type + - regular_season_stage_type + - auto_regular_season_format + - playoff_third_place_match + - min_roster_size + - max_roster_size + comment: "" +select_permissions: + # Admins see every season, including ones still in Setup. + - role: administrator + permission: + columns: + - id + - name + - season_number + - status + - signup_opens_at + - signup_closes_at + - starts_at + - roster_lock_at + - match_weeks_count + - games_per_week + - playoff_seats + - direct_promote_count + - relegation_up_count + - relegation_down_count + - direct_relegate_count + - match_options_id + - default_best_of + - playoff_best_of + - week_best_of + - playoff_round_best_of + - playoff_stage_type + - regular_season_stage_type + - auto_regular_season_format + - playoff_third_place_match + - min_roster_size + - max_roster_size + - created_at + computed_fields: + - is_league_admin + - can_register + - is_roster_locked + filter: {} + allow_aggregations: true + comment: "" + # Everyone else only sees seasons once they leave Setup. + - role: guest + permission: + columns: + - id + - name + - season_number + - status + - signup_opens_at + - signup_closes_at + - starts_at + - roster_lock_at + - match_weeks_count + - games_per_week + - playoff_seats + - direct_promote_count + - relegation_up_count + - relegation_down_count + - direct_relegate_count + - match_options_id + - default_best_of + - playoff_best_of + - week_best_of + - playoff_round_best_of + - playoff_stage_type + - regular_season_stage_type + - auto_regular_season_format + - playoff_third_place_match + - min_roster_size + - max_roster_size + - created_at + computed_fields: + - is_league_admin + - can_register + - is_roster_locked + filter: + status: + _neq: Setup + allow_aggregations: true + comment: "" +update_permissions: + - role: administrator + permission: + columns: + - status + - signup_opens_at + - signup_closes_at + - starts_at + - roster_lock_at + - match_weeks_count + - games_per_week + - playoff_seats + - direct_promote_count + - relegation_up_count + - relegation_down_count + - direct_relegate_count + - match_options_id + - default_best_of + - playoff_best_of + - week_best_of + - playoff_round_best_of + - playoff_stage_type + - regular_season_stage_type + - auto_regular_season_format + - playoff_third_place_match + - min_roster_size + - max_roster_size + filter: {} + check: {} + comment: "" +delete_permissions: + - role: administrator + permission: + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_team_movements.yaml b/hasura/metadata/databases/default/tables/public_league_team_movements.yaml new file mode 100644 index 000000000..0d2afc041 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_team_movements.yaml @@ -0,0 +1,89 @@ +table: + name: league_team_movements + schema: public +object_relationships: + - name: season + using: + foreign_key_constraint_on: league_season_id + - name: league_team + using: + foreign_key_constraint_on: league_team_id + - name: from_division + using: + foreign_key_constraint_on: from_division_id + - name: computed_to_division + using: + foreign_key_constraint_on: computed_to_division_id + - name: final_to_division + using: + foreign_key_constraint_on: final_to_division_id + - name: approved_by + using: + foreign_key_constraint_on: approved_by_steam_id + - name: e_movement_type + using: + foreign_key_constraint_on: type +select_permissions: + - role: administrator + permission: + columns: + - id + - league_season_id + - league_team_id + - from_division_id + - computed_to_division_id + - final_to_division_id + - type + - final_rank + - approved_at + - approved_by_steam_id + - created_at + filter: {} + allow_aggregations: true + comment: "" + - role: guest + permission: + columns: + - id + - league_season_id + - league_team_id + - from_division_id + - computed_to_division_id + - final_to_division_id + - type + - final_rank + - approved_at + - created_at + filter: + approved_at: + _is_null: false + comment: Movements become public once approved. + - role: user + permission: + columns: + - id + - league_season_id + - league_team_id + - from_division_id + - computed_to_division_id + - final_to_division_id + - type + - final_rank + - approved_at + - approved_by_steam_id + - created_at + filter: + approved_at: + _is_null: false + allow_aggregations: true + comment: Movements become public once approved. +update_permissions: + - role: administrator + permission: + columns: + - final_to_division_id + - approved_at + - approved_by_steam_id + filter: {} + check: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_team_rosters.yaml b/hasura/metadata/databases/default/tables/public_league_team_rosters.yaml new file mode 100644 index 000000000..5179c3260 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_team_rosters.yaml @@ -0,0 +1,126 @@ +table: + name: league_team_rosters + schema: public +object_relationships: + - name: team_season + using: + foreign_key_constraint_on: league_team_season_id + - name: player + using: + foreign_key_constraint_on: player_steam_id +insert_permissions: + - role: administrator + permission: + check: {} + columns: + - league_team_season_id + - player_steam_id + - status + comment: "" + - role: user + permission: + check: + team_season: + league_team: + team: + _or: + - owner_steam_id: + _eq: X-Hasura-User-Id + - captain_steam_id: + _eq: X-Hasura-User-Id + - roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin + columns: + - league_team_season_id + - player_steam_id + - status + comment: "" +select_permissions: + - role: guest + permission: + columns: + - league_team_season_id + - player_steam_id + - added_at + - removed_at + - removed_reason + - status + filter: {} + allow_aggregations: true + comment: "" +update_permissions: + - role: administrator + permission: + columns: + - removed_at + - removed_reason + - added_at + - status + filter: {} + check: {} + comment: "" + - role: user + permission: + columns: + - removed_at + - removed_reason + - added_at + - status + filter: + team_season: + league_team: + team: + _or: + - owner_steam_id: + _eq: X-Hasura-User-Id + - captain_steam_id: + _eq: X-Hasura-User-Id + - roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin + check: {} + comment: "" +event_triggers: + - name: league_roster_events + definition: + enable_manual: false + insert: + columns: "*" + update: + columns: + - removed_at + retry_conf: + interval_sec: 10 + num_retries: 3 + timeout_sec: 60 + webhook: '{{HASURA_GRAPHQL_EVENT_HOOK}}' +delete_permissions: + - role: administrator + permission: + filter: {} + comment: "" + - role: user + permission: + filter: + team_season: + league_team: + team: + _or: + - owner_steam_id: + _eq: X-Hasura-User-Id + - captain_steam_id: + _eq: X-Hasura-User-Id + - roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_league_team_seasons.yaml b/hasura/metadata/databases/default/tables/public_league_team_seasons.yaml new file mode 100644 index 000000000..d4e3a27ed --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_team_seasons.yaml @@ -0,0 +1,152 @@ +table: + name: league_team_seasons + schema: public +object_relationships: + - name: season + using: + foreign_key_constraint_on: league_season_id + - name: league_team + using: + foreign_key_constraint_on: league_team_id + - name: e_registration_status + using: + foreign_key_constraint_on: status + - name: requested_division + using: + foreign_key_constraint_on: requested_division_id + - name: assigned_division + using: + foreign_key_constraint_on: assigned_division_id + - name: captain + using: + foreign_key_constraint_on: captain_steam_id + - name: tournament_team + using: + foreign_key_constraint_on: tournament_team_id + - name: registered_by + using: + foreign_key_constraint_on: registered_by_steam_id +array_relationships: + - name: roster + using: + foreign_key_constraint_on: + column: league_team_season_id + table: + name: league_team_rosters + schema: public +insert_permissions: + - role: administrator + permission: + check: {} + columns: + - league_season_id + - league_team_id + - status + - requested_division_id + - assigned_division_id + - seed + - captain_steam_id + comment: "" + - role: user + permission: + check: + league_team: + team: + _or: + - owner_steam_id: + _eq: X-Hasura-User-Id + - captain_steam_id: + _eq: X-Hasura-User-Id + - roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin + columns: + - league_season_id + - league_team_id + - requested_division_id + - captain_steam_id + comment: "" +select_permissions: + - role: guest + permission: + columns: + - id + - league_season_id + - league_team_id + - status + - requested_division_id + - assigned_division_id + - seed + - captain_steam_id + - tournament_team_id + - registered_by_steam_id + - decline_reason + - created_at + filter: {} + allow_aggregations: true + comment: "" +update_permissions: + - role: administrator + permission: + columns: + - status + - requested_division_id + - assigned_division_id + - seed + - captain_steam_id + - decline_reason + filter: {} + check: {} + comment: "" + # Team managers may withdraw or resubmit (Declined/Waitlisted -> Pending + # while registration is open); placement, approval and the resubmit window + # are guarded in tbu_league_team_seasons. + - role: user + permission: + columns: + - status + - requested_division_id + - assigned_division_id + - seed + - captain_steam_id + filter: + league_team: + team: + _or: + - owner_steam_id: + _eq: X-Hasura-User-Id + - captain_steam_id: + _eq: X-Hasura-User-Id + - roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin + check: + status: + _in: + - Withdrawn + - Pending + comment: "" +delete_permissions: + - role: administrator + permission: + filter: {} + comment: "" +event_triggers: + - name: league_registration_events + definition: + enable_manual: false + update: + columns: + - status + - assigned_division_id + retry_conf: + interval_sec: 10 + num_retries: 3 + timeout_sec: 60 + webhook: '{{HASURA_GRAPHQL_EVENT_HOOK}}' diff --git a/hasura/metadata/databases/default/tables/public_league_teams.yaml b/hasura/metadata/databases/default/tables/public_league_teams.yaml new file mode 100644 index 000000000..727f9f23f --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_league_teams.yaml @@ -0,0 +1,93 @@ +table: + name: league_teams + schema: public +object_relationships: + - name: team + using: + foreign_key_constraint_on: team_id +array_relationships: + - name: team_seasons + using: + foreign_key_constraint_on: + column: league_team_id + table: + name: league_team_seasons + schema: public + - name: movements + using: + foreign_key_constraint_on: + column: league_team_id + table: + name: league_team_movements + schema: public +insert_permissions: + - role: administrator + permission: + check: {} + columns: + - team_id + comment: "" + - role: user + permission: + check: + team: + _or: + - owner_steam_id: + _eq: X-Hasura-User-Id + - captain_steam_id: + _eq: X-Hasura-User-Id + - roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin + columns: + - team_id + comment: "" +select_permissions: + - role: guest + permission: + columns: + - id + - team_id + - created_at + filter: {} + allow_aggregations: true + comment: "" +update_permissions: + # A no-op team_id update is the on_conflict target for the registration + # upsert (insert ... on_conflict); Hasura only exposes on_conflict to roles + # with update permission, and the returned row is needed for the nested + # team_seasons insert. + - role: administrator + permission: + columns: + - team_id + filter: {} + check: {} + comment: "" + - role: user + permission: + columns: + - team_id + filter: + team: + _or: + - owner_steam_id: + _eq: X-Hasura-User-Id + - captain_steam_id: + _eq: X-Hasura-User-Id + - roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin + check: {} + comment: "" +delete_permissions: + - role: administrator + permission: + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_tournament_brackets.yaml b/hasura/metadata/databases/default/tables/public_tournament_brackets.yaml index d9658ea97..b4129b733 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_brackets.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_brackets.yaml @@ -41,6 +41,14 @@ object_relationships: - name: team_2 using: foreign_key_constraint_on: tournament_team_id_2 +array_relationships: + - name: scheduling_proposals + using: + foreign_key_constraint_on: + column: tournament_bracket_id + table: + name: league_scheduling_proposals + schema: public computed_fields: - name: feeding_brackets definition: diff --git a/hasura/metadata/databases/default/tables/public_tournament_stage_windows.yaml b/hasura/metadata/databases/default/tables/public_tournament_stage_windows.yaml new file mode 100644 index 000000000..6a8cb503e --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_stage_windows.yaml @@ -0,0 +1,63 @@ +table: + name: tournament_stage_windows + schema: public +object_relationships: + - name: stage + using: + foreign_key_constraint_on: tournament_stage_id +insert_permissions: + - role: user + permission: + check: + stage: + tournament: + is_organizer: + _eq: true + columns: + - tournament_stage_id + - round + - opens_at + - closes_at + - default_match_at + comment: "" +select_permissions: + - role: guest + permission: + columns: + - id + - tournament_stage_id + - round + - opens_at + - closes_at + - default_match_at + filter: {} + allow_aggregations: true + comment: "" +update_permissions: + - role: user + permission: + columns: + - round + - opens_at + - closes_at + - default_match_at + filter: + stage: + tournament: + is_organizer: + _eq: true + check: + stage: + tournament: + is_organizer: + _eq: true + comment: "" +delete_permissions: + - role: user + permission: + filter: + stage: + tournament: + is_organizer: + _eq: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_tournament_stages.yaml b/hasura/metadata/databases/default/tables/public_tournament_stages.yaml index 3e5c2fca1..8c6dbf295 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_stages.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_stages.yaml @@ -25,6 +25,13 @@ array_relationships: table: name: tournament_brackets schema: public + - name: windows + using: + foreign_key_constraint_on: + column: tournament_stage_id + table: + name: tournament_stage_windows + schema: public - name: results using: manual_configuration: @@ -46,10 +53,12 @@ insert_permissions: - default_best_of - groups - match_options_id + - max_rounds - max_teams - min_teams - order - settings + - swiss_no_elimination - third_place_match - tournament_id - type @@ -63,10 +72,12 @@ select_permissions: - groups - id - match_options_id + - max_rounds - max_teams - min_teams - order - settings + - swiss_no_elimination - third_place_match - tournament_id - type @@ -81,10 +92,12 @@ update_permissions: - default_best_of - groups - match_options_id + - max_rounds - max_teams - min_teams - order - settings + - swiss_no_elimination - third_place_match - type filter: diff --git a/hasura/metadata/databases/default/tables/public_tournament_team_roster.yaml b/hasura/metadata/databases/default/tables/public_tournament_team_roster.yaml index fd7d4d1a9..96556f168 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_team_roster.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_team_roster.yaml @@ -33,6 +33,19 @@ insert_permissions: _eq: Admin - owner_steam_id: _eq: X-Hasura-User-Id + - team: + owner_steam_id: + _eq: X-Hasura-User-Id + - team: + captain_steam_id: + _eq: X-Hasura-User-Id + - team: + roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin - tournament: status: _nin: @@ -62,6 +75,19 @@ insert_permissions: _eq: Admin - owner_steam_id: _eq: X-Hasura-User-Id + - team: + owner_steam_id: + _eq: X-Hasura-User-Id + - team: + captain_steam_id: + _eq: X-Hasura-User-Id + - team: + roster: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - role: + _eq: Admin - tournament: status: _in: diff --git a/hasura/metadata/databases/default/tables/public_tournaments.yaml b/hasura/metadata/databases/default/tables/public_tournaments.yaml index 77e72a627..a56c1eacc 100644 --- a/hasura/metadata/databases/default/tables/public_tournaments.yaml +++ b/hasura/metadata/databases/default/tables/public_tournaments.yaml @@ -5,6 +5,15 @@ object_relationships: - name: admin using: foreign_key_constraint_on: organizer_steam_id + - name: league_season_division + using: + manual_configuration: + column_mapping: + id: tournament_id + insertion_order: null + remote_table: + name: league_season_divisions + schema: public - name: e_tournament_status using: foreign_key_constraint_on: status @@ -176,6 +185,7 @@ insert_permissions: - discord_webhook - match_options_id - name + - scheduling_mode - start comment: "" - role: match_organizer @@ -211,6 +221,7 @@ insert_permissions: - description - match_options_id - name + - scheduling_mode - start comment: "" - role: streamer @@ -245,6 +256,7 @@ insert_permissions: - description - match_options_id - name + - scheduling_mode - start comment: "" - role: tournament_organizer @@ -298,6 +310,7 @@ insert_permissions: - discord_webhook - match_options_id - name + - scheduling_mode - start comment: "" - role: user @@ -330,6 +343,7 @@ insert_permissions: - description - match_options_id - name + - scheduling_mode - start comment: "" - role: verified_user @@ -363,6 +377,7 @@ insert_permissions: - description - match_options_id - name + - scheduling_mode - start comment: "" select_permissions: @@ -375,6 +390,7 @@ select_permissions: - id - match_options_id - name + - scheduling_mode - organizer_steam_id - start - status @@ -424,6 +440,7 @@ select_permissions: - id - match_options_id - name + - scheduling_mode - organizer_steam_id - start - status @@ -459,6 +476,7 @@ select_permissions: - id - match_options_id - name + - scheduling_mode - organizer_steam_id - start - status diff --git a/hasura/metadata/databases/default/tables/public_v_league_division_standings.yaml b/hasura/metadata/databases/default/tables/public_v_league_division_standings.yaml new file mode 100644 index 000000000..f219a83d8 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_v_league_division_standings.yaml @@ -0,0 +1,56 @@ +table: + name: v_league_division_standings + schema: public +object_relationships: + - name: season_division + using: + manual_configuration: + column_mapping: + league_season_division_id: id + insertion_order: null + remote_table: + name: league_season_divisions + schema: public + - name: team_season + using: + manual_configuration: + column_mapping: + league_team_season_id: id + insertion_order: null + remote_table: + name: league_team_seasons + schema: public + - name: league_team + using: + manual_configuration: + column_mapping: + league_team_id: id + insertion_order: null + remote_table: + name: league_teams + schema: public +select_permissions: + - role: guest + permission: + columns: + - league_season_division_id + - league_season_id + - league_division_id + - league_team_season_id + - league_team_id + - tournament_team_id + - matches_played + - matches_remaining + - wins + - losses + - maps_won + - maps_lost + - rounds_won + - rounds_lost + - round_diff + - head_to_head_match_wins + - head_to_head_rounds_won + - rank + filter: {} + allow_aggregations: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_v_league_season_player_stats.yaml b/hasura/metadata/databases/default/tables/public_v_league_season_player_stats.yaml new file mode 100644 index 000000000..82ed12de3 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_v_league_season_player_stats.yaml @@ -0,0 +1,42 @@ +table: + name: v_league_season_player_stats + schema: public +object_relationships: + - name: player + using: + manual_configuration: + column_mapping: + player_steam_id: steam_id + insertion_order: null + remote_table: + name: players + schema: public + - name: league_team + using: + manual_configuration: + column_mapping: + league_team_id: id + insertion_order: null + remote_table: + name: league_teams + schema: public +select_permissions: + - role: guest + permission: + columns: + - league_season_id + - league_division_id + - league_season_division_id + - league_team_season_id + - league_team_id + - player_steam_id + - kills + - deaths + - assists + - headshots + - matches_played + - kdr + - headshot_percentage + filter: {} + allow_aggregations: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/tables.yaml b/hasura/metadata/databases/default/tables/tables.yaml index 2ffd6458a..e773ac4eb 100644 --- a/hasura/metadata/databases/default/tables/tables.yaml +++ b/hasura/metadata/databases/default/tables/tables.yaml @@ -16,6 +16,10 @@ - "!include public_e_friend_status.yaml" - "!include public_e_game_cfg_types.yaml" - "!include public_e_game_server_node_statuses.yaml" +- "!include public_e_league_movement_types.yaml" +- "!include public_e_league_proposal_statuses.yaml" +- "!include public_e_league_registration_statuses.yaml" +- "!include public_e_league_season_statuses.yaml" - "!include public_e_lobby_access.yaml" - "!include public_e_lobby_player_status.yaml" - "!include public_e_map_pool_types.yaml" @@ -46,6 +50,16 @@ - "!include public_game_versions.yaml" - "!include public_gamedata_signature_validations.yaml" - "!include public_leaderboard_entries.yaml" +- "!include public_league_divisions.yaml" +- "!include public_league_match_weeks.yaml" +- "!include public_league_relegation_playoffs.yaml" +- "!include public_league_scheduling_proposals.yaml" +- "!include public_league_season_divisions.yaml" +- "!include public_league_seasons.yaml" +- "!include public_league_team_movements.yaml" +- "!include public_league_team_rosters.yaml" +- "!include public_league_team_seasons.yaml" +- "!include public_league_teams.yaml" - "!include public_lobbies.yaml" - "!include public_lobby_players.yaml" - "!include public_map_pools.yaml" @@ -112,6 +126,7 @@ - "!include public_teams.yaml" - "!include public_tournament_brackets.yaml" - "!include public_tournament_organizers.yaml" +- "!include public_tournament_stage_windows.yaml" - "!include public_tournament_stages.yaml" - "!include public_tournament_team_invites.yaml" - "!include public_tournament_team_roster.yaml" @@ -120,6 +135,8 @@ - "!include public_tournament_trophy_configs.yaml" - "!include public_tournaments.yaml" - "!include public_v_gpu_pool_status.yaml" +- "!include public_v_league_division_standings.yaml" +- "!include public_v_league_season_player_stats.yaml" - "!include public_v_match_captains.yaml" - "!include public_v_match_clutches.yaml" - "!include public_v_match_kill_pairs.yaml" diff --git a/hasura/migrations/default/1869000001200_leagues/down.sql b/hasura/migrations/default/1869000001200_leagues/down.sql new file mode 100644 index 000000000..4b07aae85 --- /dev/null +++ b/hasura/migrations/default/1869000001200_leagues/down.sql @@ -0,0 +1,84 @@ +-- Functions/views loaded from hasura/{functions,views} depend on these tables +-- (composite argument and row-type returns), so drop them first and cascade the rest. +DROP VIEW IF EXISTS public.v_league_season_player_stats; +DROP VIEW IF EXISTS public.v_league_division_standings; + +DROP FUNCTION IF EXISTS public.league_season_my_registration(public.league_seasons, json); +DROP FUNCTION IF EXISTS public.can_register_for_league_season(public.league_seasons, json); +DROP FUNCTION IF EXISTS public.league_season_is_roster_locked(public.league_seasons); +DROP FUNCTION IF EXISTS public.is_league_season_admin(public.league_seasons, json); +DROP FUNCTION IF EXISTS public.is_league_admin_for_session(json); +DROP FUNCTION IF EXISTS public.remove_league_team_from_season(uuid, json); +DROP FUNCTION IF EXISTS public.clone_league_season(uuid, json); +DROP FUNCTION IF EXISTS public.restart_league_season(uuid, json); +DROP FUNCTION IF EXISTS public.finish_league_season(uuid); +DROP FUNCTION IF EXISTS public.start_league_season(uuid); +DROP FUNCTION IF EXISTS public.league_playoff_best_of_settings(jsonb); +DROP FUNCTION IF EXISTS public.league_round_best_of_settings(jsonb); +DROP FUNCTION IF EXISTS public.league_award_forfeit(uuid, uuid, json); +DROP FUNCTION IF EXISTS public.apply_league_default_schedules(); +DROP FUNCTION IF EXISTS public.league_bracket_match_week(uuid); +DROP FUNCTION IF EXISTS public.tau_league_relegation_playoff() CASCADE; +DROP FUNCTION IF EXISTS public.resolve_league_relegation_playoff(uuid); +DROP FUNCTION IF EXISTS public.create_league_relegation_playoffs(uuid); +DROP FUNCTION IF EXISTS public.approve_league_season_movements(uuid, json); +DROP FUNCTION IF EXISTS public.compute_league_season_movements(uuid); +DROP FUNCTION IF EXISTS public.reorder_league_divisions(uuid[], json); +DROP FUNCTION IF EXISTS public.renumber_league_divisions(); +DROP FUNCTION IF EXISTS public.enforce_min_active_league_divisions() CASCADE; +DROP FUNCTION IF EXISTS public.is_league_tournament(uuid); + +DROP FUNCTION IF EXISTS public.tbi_league_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tbu_league_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tau_league_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tbd_league_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tad_league_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tbi_league_team_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tbu_league_team_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tau_league_team_seasons() CASCADE; +DROP FUNCTION IF EXISTS public.tbi_league_team_rosters() CASCADE; +DROP FUNCTION IF EXISTS public.tbu_league_team_rosters() CASCADE; +DROP FUNCTION IF EXISTS public.tad_league_team_rosters() CASCADE; +DROP FUNCTION IF EXISTS public.taiu_league_team_rosters() CASCADE; +DROP FUNCTION IF EXISTS public.tbi_league_scheduling_proposals() CASCADE; +DROP FUNCTION IF EXISTS public.tbu_league_scheduling_proposals() CASCADE; +DROP FUNCTION IF EXISTS public.tau_league_scheduling_proposals() CASCADE; +DROP FUNCTION IF EXISTS public.tbi_league_match_lineup_players() CASCADE; +DROP FUNCTION IF EXISTS public.tau_league_match_weeks() CASCADE; + +-- Drop before tournament_stage_windows: tournament_bracket_window RETURNS that +-- composite type, so the table cannot be dropped while it exists. +DROP FUNCTION IF EXISTS public.apply_tournament_default_schedules(); +DROP FUNCTION IF EXISTS public.tournament_bracket_window(uuid); +DROP FUNCTION IF EXISTS public.create_swiss_bye_bracket(uuid, int, uuid, numeric); + +DROP TABLE IF EXISTS public.league_relegation_playoffs CASCADE; +DROP TABLE IF EXISTS public.league_team_movements CASCADE; +DROP TABLE IF EXISTS public.league_scheduling_proposals CASCADE; +DROP TABLE IF EXISTS public.league_season_divisions CASCADE; +DROP TABLE IF EXISTS public.league_team_rosters CASCADE; +DROP TABLE IF EXISTS public.league_team_seasons CASCADE; +DROP TABLE IF EXISTS public.league_teams CASCADE; +DROP TABLE IF EXISTS public.league_match_weeks CASCADE; +DROP TABLE IF EXISTS public.league_seasons CASCADE; +DROP TABLE IF EXISTS public.league_divisions CASCADE; +DROP TABLE IF EXISTS public.e_league_movement_types CASCADE; +DROP TABLE IF EXISTS public.e_league_proposal_statuses CASCADE; +DROP TABLE IF EXISTS public.e_league_registration_statuses CASCADE; +DROP TABLE IF EXISTS public.e_league_season_statuses CASCADE; + +DROP TABLE IF EXISTS public.tournament_stage_windows; +ALTER TABLE public.tournaments DROP CONSTRAINT IF EXISTS tournaments_scheduling_mode_check; +ALTER TABLE public.tournaments DROP COLUMN IF EXISTS scheduling_mode; +ALTER TABLE public.tournament_stages DROP COLUMN IF EXISTS swiss_no_elimination; +ALTER TABLE public.tournament_stages DROP COLUMN IF EXISTS max_rounds; + +DELETE FROM public.notifications WHERE type IN ( + 'LeagueProposalReceived', 'LeagueProposalAccepted', 'LeagueProposalDeclined', + 'LeagueMatchUnscheduled', 'LeagueRegistrationDecision', 'LeagueRosterUndersized' +); +DELETE FROM public.e_notification_types WHERE value IN ( + 'LeagueProposalReceived', 'LeagueProposalAccepted', 'LeagueProposalDeclined', + 'LeagueMatchUnscheduled', 'LeagueRegistrationDecision', 'LeagueRosterUndersized' +); +DELETE FROM public.settings WHERE name = 'public.leagues_enabled'; diff --git a/hasura/migrations/default/1869000001200_leagues/up.sql b/hasura/migrations/default/1869000001200_leagues/up.sql new file mode 100644 index 000000000..3151e2a6b --- /dev/null +++ b/hasura/migrations/default/1869000001200_leagues/up.sql @@ -0,0 +1,349 @@ +-- The league was once a row in `leagues`, owning its own divisions, seasons and +-- teams, with roster settings under a league_* prefix. It is now a single global +-- league, and those roster settings govern all teams under team_*. + +-- The is_league_admin computed field takes the (now-removed) leagues composite +-- type as an argument; only drop it while that type still exists. +DO $leagues$ +BEGIN + IF to_regtype('public.leagues') IS NOT NULL THEN + EXECUTE 'DROP FUNCTION IF EXISTS public.is_league_admin(public.leagues, json)'; + END IF; +END +$leagues$; + +DROP FUNCTION IF EXISTS public.is_league_admin_for_session(uuid, json); +DROP FUNCTION IF EXISTS public.league_id_for_bracket(uuid); +DROP FUNCTION IF EXISTS public.league_min_roster_size(); +DROP FUNCTION IF EXISTS public.league_max_roster_size(); +DROP FUNCTION IF EXISTS public.league_max_subs(); + +-- Soft-delete-aware versions live in hasura/triggers/league_team_rosters.sql. +DROP FUNCTION IF EXISTS public.tbd_league_team_rosters() CASCADE; +DROP FUNCTION IF EXISTS public.tai_league_team_rosters() CASCADE; + +-- CASCADE also drops the composite unique constraints these columns carried. +ALTER TABLE IF EXISTS public.league_divisions DROP COLUMN IF EXISTS league_id CASCADE; +ALTER TABLE IF EXISTS public.league_seasons DROP COLUMN IF EXISTS league_id CASCADE; +ALTER TABLE IF EXISTS public.league_teams DROP COLUMN IF EXISTS league_id CASCADE; +ALTER TABLE IF EXISTS public.league_teams DROP COLUMN IF EXISTS name; + +DROP TABLE IF EXISTS public.league_admins; +DROP TABLE IF EXISTS public.leagues; +DROP TABLE IF EXISTS public.e_league_statuses; + +UPDATE public.settings +SET name = replace(name, 'public.league_', 'public.team_') +WHERE name IN ( + 'public.league_min_roster_size', + 'public.league_max_roster_size', + 'public.league_max_subs' +); + +-- ===== Enums ===== + +CREATE TABLE IF NOT EXISTS public.e_league_season_statuses ( + value TEXT PRIMARY KEY, + description TEXT NOT NULL +); + +CREATE TABLE IF NOT EXISTS public.e_league_registration_statuses ( + value TEXT PRIMARY KEY, + description TEXT NOT NULL +); + +CREATE TABLE IF NOT EXISTS public.e_league_proposal_statuses ( + value TEXT PRIMARY KEY, + description TEXT NOT NULL +); + +CREATE TABLE IF NOT EXISTS public.e_league_movement_types ( + value TEXT PRIMARY KEY, + description TEXT NOT NULL +); + +-- ===== Structure ===== + +CREATE TABLE IF NOT EXISTS public.league_divisions ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + name TEXT NOT NULL, + -- 1 = top tier (Invite/Premier); higher numbers are lower skill tiers. + tier SMALLINT NOT NULL CHECK (tier > 0), + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW() +); + +ALTER TABLE public.league_divisions DROP COLUMN IF EXISTS active; + +-- The tier constraint is deferrable so reorder/renumber can permute tiers in a +-- single statement. +ALTER TABLE public.league_divisions DROP CONSTRAINT IF EXISTS league_divisions_tier_key; +ALTER TABLE public.league_divisions + ADD CONSTRAINT league_divisions_tier_key UNIQUE (tier) DEFERRABLE INITIALLY IMMEDIATE; +ALTER TABLE public.league_divisions DROP CONSTRAINT IF EXISTS league_divisions_name_key; +ALTER TABLE public.league_divisions + ADD CONSTRAINT league_divisions_name_key UNIQUE (name); + +INSERT INTO public.league_divisions (name, tier) +SELECT v.name, v.tier +FROM (VALUES ('Invite', 1), ('Main', 2), ('Intermediate', 3), ('Open', 4)) + AS v(name, tier) +WHERE NOT EXISTS (SELECT 1 FROM public.league_divisions); + +CREATE TABLE IF NOT EXISTS public.league_seasons ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + name TEXT NOT NULL, + status TEXT NOT NULL DEFAULT 'Setup' + REFERENCES public.e_league_season_statuses(value) ON UPDATE CASCADE ON DELETE RESTRICT, + signup_opens_at TIMESTAMPTZ, + signup_closes_at TIMESTAMPTZ, + starts_at TIMESTAMPTZ, + roster_lock_at TIMESTAMPTZ, + match_weeks_count INT NOT NULL DEFAULT 8 CHECK (match_weeks_count > 0), + playoff_seats INT NOT NULL DEFAULT 4 CHECK (playoff_seats >= 0), + match_options_id UUID + REFERENCES public.match_options(id) ON UPDATE CASCADE ON DELETE SET NULL, + default_best_of INT NOT NULL DEFAULT 1, + playoff_best_of INT NOT NULL DEFAULT 3, + min_roster_size INT NOT NULL DEFAULT 5, + max_roster_size INT, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + -- Best-of maps keyed by week number ({"5": 3} = week 5 is a BO3) and by + -- native playoff stage round ("WB:1", "LB:2", "GF"). start_league_season / + -- tau_league_seasons transform them into tournament_stages.settings -> + -- 'round_best_of', which get_bracket_best_of resolves at materialization. + week_best_of JSONB NOT NULL DEFAULT '{}'::jsonb, + playoff_round_best_of JSONB NOT NULL DEFAULT '{}'::jsonb, + playoff_stage_type TEXT NOT NULL DEFAULT 'SingleElimination' + REFERENCES public.e_tournament_stage_types(value) ON UPDATE CASCADE ON DELETE RESTRICT + CHECK (playoff_stage_type IN ('SingleElimination', 'DoubleElimination')), + playoff_third_place_match BOOLEAN NOT NULL DEFAULT false, + created_by_steam_id BIGINT + REFERENCES public.players(steam_id) ON UPDATE CASCADE ON DELETE SET NULL, + season_number INT, + -- Used only when auto_regular_season_format is off. + regular_season_stage_type TEXT NOT NULL DEFAULT 'RoundRobin' + REFERENCES public.e_tournament_stage_types(value) ON UPDATE CASCADE ON DELETE RESTRICT + CHECK (regular_season_stage_type IN ('RoundRobin', 'Swiss')), + -- ESEA runs ~2 BO1 per week; regular-season rounds = weeks * games_per_week. + games_per_week INT NOT NULL DEFAULT 1 CHECK (games_per_week > 0), + -- ESEA-style promotion/relegation bands, by final rank within a division. + direct_promote_count INT NOT NULL DEFAULT 1 CHECK (direct_promote_count >= 0), + relegation_up_count INT NOT NULL DEFAULT 0 CHECK (relegation_up_count >= 0), + relegation_down_count INT NOT NULL DEFAULT 0 CHECK (relegation_down_count >= 0), + direct_relegate_count INT NOT NULL DEFAULT 1 CHECK (direct_relegate_count >= 0), + -- When on, each division's regular-season format is chosen from its team + -- count: a full round robin if it fits the season's rounds, else Swiss. + auto_regular_season_format BOOLEAN NOT NULL DEFAULT true, + CHECK (signup_opens_at IS NULL OR signup_closes_at IS NULL OR signup_opens_at < signup_closes_at) +); + +ALTER TABLE public.league_seasons DROP COLUMN IF EXISTS promote_count; +ALTER TABLE public.league_seasons DROP COLUMN IF EXISTS relegate_count; + +ALTER TABLE public.league_seasons DROP CONSTRAINT IF EXISTS league_seasons_name_key; +ALTER TABLE public.league_seasons + ADD CONSTRAINT league_seasons_name_key UNIQUE (name); +CREATE UNIQUE INDEX IF NOT EXISTS league_seasons_season_number_key + ON public.league_seasons (season_number); + +CREATE TABLE IF NOT EXISTS public.league_match_weeks ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + league_season_id UUID NOT NULL + REFERENCES public.league_seasons(id) ON UPDATE CASCADE ON DELETE CASCADE, + week_number INT NOT NULL CHECK (week_number > 0), + opens_at TIMESTAMPTZ NOT NULL, + closes_at TIMESTAMPTZ NOT NULL, + -- Fallback tip-off applied to matchups the two teams never agreed on. + default_match_at TIMESTAMPTZ NOT NULL, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + UNIQUE (league_season_id, week_number), + CHECK (opens_at < closes_at), + CHECK (default_match_at >= opens_at AND default_match_at <= closes_at) +); + +-- Cross-season identity of a team inside the league; movements and history hang off this. +CREATE TABLE IF NOT EXISTS public.league_teams ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + team_id UUID NOT NULL + REFERENCES public.teams(id) ON UPDATE CASCADE ON DELETE CASCADE, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW() +); + +ALTER TABLE public.league_teams DROP CONSTRAINT IF EXISTS league_teams_team_id_key; +ALTER TABLE public.league_teams + ADD CONSTRAINT league_teams_team_id_key UNIQUE (team_id); + +CREATE TABLE IF NOT EXISTS public.league_team_seasons ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + league_season_id UUID NOT NULL + REFERENCES public.league_seasons(id) ON UPDATE CASCADE ON DELETE CASCADE, + league_team_id UUID NOT NULL + REFERENCES public.league_teams(id) ON UPDATE CASCADE ON DELETE CASCADE, + status TEXT NOT NULL DEFAULT 'Pending' + REFERENCES public.e_league_registration_statuses(value) ON UPDATE CASCADE ON DELETE RESTRICT, + requested_division_id UUID + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE SET NULL, + assigned_division_id UUID + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE SET NULL, + seed INT, + captain_steam_id BIGINT + REFERENCES public.players(steam_id) ON UPDATE CASCADE ON DELETE SET NULL, + tournament_team_id UUID + REFERENCES public.tournament_teams(id) ON UPDATE CASCADE ON DELETE SET NULL, + registered_by_steam_id BIGINT + REFERENCES public.players(steam_id) ON UPDATE CASCADE ON DELETE SET NULL, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + decline_reason TEXT, + UNIQUE (league_season_id, league_team_id) +); + +-- Starter/Substitute/Benched mirrors the regular team_roster concept, so captains +-- can set a season lineup and subs. Removals are soft so history/reasons survive. +CREATE TABLE IF NOT EXISTS public.league_team_rosters ( + league_team_season_id UUID NOT NULL + REFERENCES public.league_team_seasons(id) ON UPDATE CASCADE ON DELETE CASCADE, + player_steam_id BIGINT NOT NULL + REFERENCES public.players(steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + added_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + removed_at TIMESTAMPTZ, + removed_reason TEXT, + status TEXT NOT NULL DEFAULT 'Starter' + REFERENCES public.e_team_roster_statuses(value) ON UPDATE CASCADE ON DELETE RESTRICT, + PRIMARY KEY (league_team_season_id, player_steam_id) +); + +-- The (season x division) instance; owns the materialized tournament. +CREATE TABLE IF NOT EXISTS public.league_season_divisions ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + league_season_id UUID NOT NULL + REFERENCES public.league_seasons(id) ON UPDATE CASCADE ON DELETE CASCADE, + league_division_id UUID NOT NULL + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE CASCADE, + tournament_id UUID UNIQUE + REFERENCES public.tournaments(id) ON UPDATE CASCADE ON DELETE SET NULL, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + UNIQUE (league_season_id, league_division_id) +); + +CREATE TABLE IF NOT EXISTS public.league_scheduling_proposals ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + tournament_bracket_id UUID NOT NULL + REFERENCES public.tournament_brackets(id) ON UPDATE CASCADE ON DELETE CASCADE, + proposed_by_steam_id BIGINT NOT NULL + REFERENCES public.players(steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + proposed_by_league_team_season_id UUID + REFERENCES public.league_team_seasons(id) ON UPDATE CASCADE ON DELETE SET NULL, + proposed_time TIMESTAMPTZ NOT NULL, + status TEXT NOT NULL DEFAULT 'Pending' + REFERENCES public.e_league_proposal_statuses(value) ON UPDATE CASCADE ON DELETE RESTRICT, + responded_by_steam_id BIGINT + REFERENCES public.players(steam_id) ON UPDATE CASCADE ON DELETE SET NULL, + message TEXT, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW() +); + +-- Promotion/relegation ledger, computed at season finish and reviewed by admins. +CREATE TABLE IF NOT EXISTS public.league_team_movements ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + league_season_id UUID NOT NULL + REFERENCES public.league_seasons(id) ON UPDATE CASCADE ON DELETE CASCADE, + league_team_id UUID NOT NULL + REFERENCES public.league_teams(id) ON UPDATE CASCADE ON DELETE CASCADE, + from_division_id UUID + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE SET NULL, + computed_to_division_id UUID + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE SET NULL, + -- NULL means the computed destination stands; admins set this to override. + final_to_division_id UUID + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE SET NULL, + type TEXT NOT NULL + REFERENCES public.e_league_movement_types(value) ON UPDATE CASCADE ON DELETE RESTRICT, + final_rank INT, + approved_at TIMESTAMPTZ, + approved_by_steam_id BIGINT + REFERENCES public.players(steam_id) ON UPDATE CASCADE ON DELETE SET NULL, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + UNIQUE (league_season_id, league_team_id) +); + +-- Cross-division relegation playoffs: at each adjacent-division boundary the +-- higher division's RelegationDown teams play the lower division's RelegationUp +-- teams for the higher-division spots. Materialized as a normal tournament; +-- the result writes each team's final_to_division_id back onto its movement. +CREATE TABLE IF NOT EXISTS public.league_relegation_playoffs ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + league_season_id UUID NOT NULL + REFERENCES public.league_seasons(id) ON UPDATE CASCADE ON DELETE CASCADE, + higher_division_id UUID NOT NULL + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE CASCADE, + lower_division_id UUID NOT NULL + REFERENCES public.league_divisions(id) ON UPDATE CASCADE ON DELETE CASCADE, + tournament_id UUID + REFERENCES public.tournaments(id) ON UPDATE CASCADE ON DELETE SET NULL, + -- How many of the contested teams end up in the higher division. + higher_slots INT NOT NULL, + resolved_at TIMESTAMPTZ, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + UNIQUE (league_season_id, higher_division_id, lower_division_id) +); + +CREATE INDEX IF NOT EXISTS idx_league_team_seasons_season ON public.league_team_seasons (league_season_id, status); +CREATE INDEX IF NOT EXISTS idx_league_season_divisions_season ON public.league_season_divisions (league_season_id); +CREATE INDEX IF NOT EXISTS idx_league_scheduling_proposals_bracket + ON public.league_scheduling_proposals (tournament_bracket_id, status); +CREATE INDEX IF NOT EXISTS idx_league_relegation_playoffs_tournament + ON public.league_relegation_playoffs (tournament_id); + +-- ===== Tournament support ===== +-- Generic capabilities leagues are built on, available to any tournament. + +-- Optional cap on the number of rounds a RoundRobin stage generates, so large +-- fields can run a partial round robin (each team plays max_rounds distinct +-- opponents). NULL = full round robin. A real column (not settings jsonb) so +-- the stage regeneration triggers pick up changes. +ALTER TABLE public.tournament_stages + ADD COLUMN IF NOT EXISTS max_rounds INT; + +-- ESEA-style "Swiss group": pair by record but never advance/eliminate. Every +-- team plays exactly max_rounds rounds and is ranked in one table. When false, +-- Swiss behaves Valve-style (3 wins advance / 3 losses out / 5 rounds). +ALTER TABLE public.tournament_stages + ADD COLUMN IF NOT EXISTS swiss_no_elimination BOOLEAN NOT NULL DEFAULT false; + +-- 'auto' = auto_start materializes matches immediately. 'negotiated' = brackets +-- stay dormant until a time is agreed (captain proposals or a window default). +ALTER TABLE public.tournaments + ADD COLUMN IF NOT EXISTS scheduling_mode TEXT NOT NULL DEFAULT 'auto'; + +DO $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_scheduling_mode_check' + ) THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_scheduling_mode_check + CHECK (scheduling_mode IN ('auto', 'negotiated')); + END IF; +END +$$; + +-- Per (stage, round) scheduling window: when a round opens/closes for scheduling +-- and its default tip-off time. Generalizes league_match_weeks (which is +-- season-level) to any tournament stage. +CREATE TABLE IF NOT EXISTS public.tournament_stage_windows ( + id UUID PRIMARY KEY DEFAULT gen_random_uuid(), + tournament_stage_id UUID NOT NULL + REFERENCES public.tournament_stages(id) ON UPDATE CASCADE ON DELETE CASCADE, + round INT NOT NULL, + opens_at TIMESTAMPTZ, + closes_at TIMESTAMPTZ, + default_match_at TIMESTAMPTZ, + created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), + UNIQUE (tournament_stage_id, round) +); + +-- ===== Settings ===== + +INSERT INTO public.settings (name, value) +VALUES ('public.leagues_enabled', 'false') +ON CONFLICT (name) DO NOTHING; diff --git a/hasura/tests/leagues/01_lifecycle.sql b/hasura/tests/leagues/01_lifecycle.sql new file mode 100644 index 000000000..5b18ae448 --- /dev/null +++ b/hasura/tests/leagues/01_lifecycle.sql @@ -0,0 +1,383 @@ +-- League feature smoke test: full season lifecycle on a scratch database. +\set ON_ERROR_STOP on + +-- Hasura always sets this GUC on its connections; raw psql needs it for the +-- pre-existing team_roster triggers. +SELECT set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "86500000000000001"}', false); +SELECT set_config('fivestack.app_key', 'league-smoke-test-app-key', false); + +DO $smoke$ +DECLARE + _map_id uuid; + _pool_id uuid; + _options_id uuid; + _div_invite uuid; + _div_open uuid; + _season_id uuid; + _season2_id uuid; + _team_ids uuid[] := '{}'; + _league_team_ids uuid[] := '{}'; + _lts_ids uuid[] := '{}'; + _tid uuid; + _lt uuid; + _lts uuid; + _tournament_id uuid; + _rr_stage uuid; + _se_stage uuid; + _bracket RECORD; + _proposal_id uuid; + _match_id uuid; + _cnt int; + _cnt2 int; + _ts timestamptz; + _locked boolean := false; + i int; + j int; +BEGIN + RAISE NOTICE '=== SETUP: players, teams, maps, options ==='; + + FOR i IN 1..25 LOOP + INSERT INTO players (steam_id, name, profile_url, avatar_url, role, country, name_registered, created_at) + VALUES (86500000000000000 + i, 'League Player ' || i, + 'https://example.com/p' || i, 'https://example.com/a.jpg', + 'user', 'US', true, NOW() - INTERVAL '90 days') + ON CONFLICT (steam_id) DO NOTHING; + END LOOP; + + INSERT INTO map_pools (type, enabled, seed) VALUES ('Competitive', true, false) + RETURNING id INTO _pool_id; + FOR i IN 1..3 LOOP + INSERT INTO maps (name, type, active_pool) VALUES ('de_league_test_' || i, 'Competitive', true) + RETURNING id INTO _map_id; + INSERT INTO _map_pool (map_id, map_pool_id) VALUES (_map_id, _pool_id); + END LOOP; + + -- Match creation requires at least one region with an attached server. + INSERT INTO server_regions (value, is_lan) VALUES ('TestRegion', false) + ON CONFLICT (value) DO NOTHING; + INSERT INTO servers (host, label, rcon_password, port, enabled, region, type, is_dedicated) + VALUES ('127.0.0.1', 'league-test-server', '\x00'::bytea, 27015, true, 'TestRegion', 'Ranked', true); + + INSERT INTO match_options (overtime, knife_round, mr, best_of, map_veto, region_veto, type, map_pool_id, tv_delay, coaches) + VALUES (true, true, 12, 1, false, false, 'Competitive', _pool_id, 115, false) + RETURNING id INTO _options_id; + + FOR i IN 1..5 LOOP + INSERT INTO teams (name, short_name, owner_steam_id) + VALUES ('League Team ' || i, 'LT' || i, 86500000000000000 + ((i - 1) * 5 + 1)) + RETURNING id INTO _tid; + _team_ids := _team_ids || _tid; + + FOR j IN 1..5 LOOP + INSERT INTO team_roster (team_id, player_steam_id, role) + VALUES (_tid, 86500000000000000 + ((i - 1) * 5 + j), CASE WHEN j = 1 THEN 'Admin' ELSE 'Member' END) + ON CONFLICT DO NOTHING; + END LOOP; + END LOOP; + + RAISE NOTICE '=== LEAGUE + SEASON ==='; + + -- Free tiers 1-4 from the seeded default ladder for this scratch run. + DELETE FROM league_divisions WHERE name IN ('Invite', 'Main', 'Intermediate', 'Open'); + + INSERT INTO league_divisions (name, tier) VALUES ('Invite', 1) RETURNING id INTO _div_invite; + INSERT INTO league_divisions (name, tier) VALUES ('Open', 2) RETURNING id INTO _div_open; + + INSERT INTO league_seasons (created_by_steam_id, name, match_weeks_count, playoff_seats, + match_options_id, default_best_of, playoff_best_of, min_roster_size, + signup_opens_at, signup_closes_at, starts_at, roster_lock_at) + VALUES (86500000000000001, 'LC Test League S1', 3, 2, _options_id, 1, 3, 5, + NOW() - INTERVAL '7 days', NOW() + INTERVAL '1 hour', NOW(), NOW() + INTERVAL '2 days') + RETURNING id INTO _season_id; + + FOR i IN 1..3 LOOP + INSERT INTO league_match_weeks (league_season_id, week_number, opens_at, closes_at, default_match_at) + VALUES (_season_id, i, + NOW() - INTERVAL '2 hours' + ((i - 1) * INTERVAL '7 days'), + NOW() - INTERVAL '2 hours' + (i * INTERVAL '7 days'), + NOW() + INTERVAL '3 days' + ((i - 1) * INTERVAL '7 days')); + END LOOP; + + RAISE NOTICE '=== REGISTRATION (4 teams into Open) ==='; + + UPDATE league_seasons SET status = 'RegistrationOpen' WHERE id = _season_id; + + FOR i IN 1..4 LOOP + INSERT INTO league_teams (team_id) + VALUES (_team_ids[i]) + RETURNING id INTO _lt; + _league_team_ids := _league_team_ids || _lt; + + INSERT INTO league_team_seasons (league_season_id, league_team_id, requested_division_id, registered_by_steam_id) + VALUES (_season_id, _lt, _div_open, 86500000000000000 + ((i - 1) * 5 + 1)) + RETURNING id INTO _lts; + _lts_ids := _lts_ids || _lts; + + FOR j IN 1..5 LOOP + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts, 86500000000000000 + ((i - 1) * 5 + j)); + END LOOP; + END LOOP; + + -- Approving without a division must fail. + BEGIN + UPDATE league_team_seasons SET status = 'Approved' WHERE id = _lts_ids[1]; + RAISE EXCEPTION 'ASSERT FAILED: approval without division should have raised'; + EXCEPTION WHEN SQLSTATE '22000' THEN + NULL; + END; + + UPDATE league_team_seasons + SET status = 'Approved', assigned_division_id = _div_open, seed = idx.rn + FROM (SELECT id, ROW_NUMBER() OVER (ORDER BY created_at) AS rn + FROM league_team_seasons WHERE league_season_id = _season_id) idx + WHERE league_team_seasons.id = idx.id; + + SELECT COUNT(*) INTO _cnt FROM league_season_divisions + WHERE league_season_id = _season_id AND league_division_id = _div_open; + IF _cnt != 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 1 season division, got %', _cnt; + END IF; + + RAISE NOTICE '=== SEASON START ==='; + + UPDATE league_seasons SET status = 'RegistrationClosed' WHERE id = _season_id; + UPDATE league_seasons SET status = 'Live' WHERE id = _season_id; + + SELECT tournament_id INTO _tournament_id + FROM league_season_divisions + WHERE league_season_id = _season_id AND league_division_id = _div_open; + IF _tournament_id IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: division tournament was not materialized'; + END IF; + + IF (SELECT status FROM tournaments WHERE id = _tournament_id) != 'Live' THEN + RAISE EXCEPTION 'ASSERT FAILED: division tournament is not Live'; + END IF; + + SELECT id INTO _rr_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 1; + SELECT id INTO _se_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 2; + IF _rr_stage IS NULL OR _se_stage IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: expected RR + SE stages'; + END IF; + + -- 4 teams -> 3 RR rounds x 2 matches = 6 brackets, all within 3 weeks. + SELECT COUNT(*), COUNT(*) FILTER (WHERE round > 3) INTO _cnt, _cnt2 + FROM tournament_brackets WHERE tournament_stage_id = _rr_stage; + IF _cnt != 6 OR _cnt2 != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 6 RR brackets within 3 rounds, got % (beyond: %)', _cnt, _cnt2; + END IF; + + -- Dormancy: no schedules, no matches. + SELECT COUNT(*) INTO _cnt FROM tournament_brackets + WHERE tournament_stage_id = _rr_stage AND (scheduled_at IS NOT NULL OR match_id IS NOT NULL); + IF _cnt != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: % RR brackets scheduled/materialized prematurely', _cnt; + END IF; + + SELECT COUNT(*) INTO _cnt FROM tournament_teams WHERE tournament_id = _tournament_id; + IF _cnt != 4 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 4 tournament teams, got %', _cnt; + END IF; + + SELECT COUNT(*) INTO _cnt FROM tournament_team_roster WHERE tournament_id = _tournament_id; + IF _cnt != 20 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 20 tournament roster rows, got %', _cnt; + END IF; + + RAISE NOTICE '=== SCHEDULING NEGOTIATION ==='; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.round = 1 + ORDER BY tb.match_number LIMIT 1; + + -- Proposal outside the week window must fail. + BEGIN + INSERT INTO league_scheduling_proposals (tournament_bracket_id, proposed_by_steam_id, proposed_time) + VALUES (_bracket.id, 86500000000000001, NOW() + INTERVAL '30 days'); + RAISE EXCEPTION 'ASSERT FAILED: out-of-window proposal should have raised'; + EXCEPTION WHEN SQLSTATE '22000' THEN + NULL; + END; + + INSERT INTO league_scheduling_proposals (tournament_bracket_id, proposed_by_steam_id, proposed_time) + VALUES (_bracket.id, 86500000000000001, NOW() + INTERVAL '5 minutes') + RETURNING id INTO _proposal_id; + + -- Superseded/Expired are system-only; a direct write must be rejected. + BEGIN + UPDATE league_scheduling_proposals SET status = 'Superseded' WHERE id = _proposal_id; + RAISE EXCEPTION 'ASSERT FAILED: direct Superseded write should have raised'; + EXCEPTION WHEN SQLSTATE '22000' THEN + NULL; + END; + + BEGIN + UPDATE league_scheduling_proposals SET status = 'Expired' WHERE id = _proposal_id; + RAISE EXCEPTION 'ASSERT FAILED: direct Expired write should have raised'; + EXCEPTION WHEN SQLSTATE '22000' THEN + NULL; + END; + + UPDATE league_scheduling_proposals SET status = 'Accepted' WHERE id = _proposal_id; + + SELECT scheduled_at INTO _ts FROM tournament_brackets WHERE id = _bracket.id; + IF _ts IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: accepted proposal did not stamp bracket scheduled_at'; + END IF; + + RAISE NOTICE '=== MATERIALIZATION (cron equivalent) ==='; + + PERFORM schedule_tournament_match(tb) + FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN tournaments t ON t.id = ts.tournament_id + WHERE tb.match_id IS NULL AND tb.finished = false + AND tb.scheduled_at IS NOT NULL AND tb.scheduled_at <= NOW() + INTERVAL '15 minutes' + AND t.status = 'Live'; + + SELECT match_id INTO _match_id FROM tournament_brackets WHERE id = _bracket.id; + IF _match_id IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: due bracket did not materialize a match'; + END IF; + + SELECT COUNT(*) INTO _cnt FROM match_lineup_players mlp + JOIN matches m ON m.id = _match_id AND mlp.match_lineup_id IN (m.lineup_1_id, m.lineup_2_id); + IF _cnt != 10 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 10 lineup players, got %', _cnt; + END IF; + + -- Accepting a proposal materializes the match as Scheduled so it lands on + -- team calendars immediately; CheckForScheduledMatches opens check-in later. + IF (SELECT status FROM matches WHERE id = _match_id) != 'Scheduled' THEN + RAISE EXCEPTION 'ASSERT FAILED: match should be Scheduled, got %', + (SELECT status FROM matches WHERE id = _match_id); + END IF; + + RAISE NOTICE '=== DEFAULT SCHEDULE FALLBACK ==='; + + UPDATE league_match_weeks SET default_match_at = NOW() + INTERVAL '1 hour' + WHERE league_season_id = _season_id AND week_number = 1; + + -- Mirrors the ApplyLeagueDefaultSchedules cron, which runs both: the league + -- function skips window-backed stages, the generic one handles them. + PERFORM apply_league_default_schedules() + apply_tournament_default_schedules(); + + SELECT COUNT(*) INTO _cnt FROM tournament_brackets + WHERE tournament_stage_id = _rr_stage AND round = 1 AND scheduled_at IS NOT NULL; + IF _cnt != 2 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected both week-1 brackets scheduled after fallback, got %', _cnt; + END IF; + + RAISE NOTICE '=== ROSTER LOCK ==='; + + UPDATE league_seasons SET roster_lock_at = NOW() - INTERVAL '1 hour' WHERE id = _season_id; + + -- The lock applies to regular users; admins bypass it. + PERFORM set_config('hasura.user', '{"x-hasura-role": "user", "x-hasura-user-id": "86500000000000001"}', false); + BEGIN + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts_ids[1], 86500000000000021); + _locked := false; + EXCEPTION WHEN SQLSTATE '22000' THEN + _locked := true; + END; + PERFORM set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "86500000000000001"}', false); + IF NOT _locked THEN + RAISE EXCEPTION 'ASSERT FAILED: roster insert past lock should have raised'; + END IF; + + RAISE NOTICE '=== FORFEIT EVERY REMAINING RR MATCHUP ==='; + + FOR _bracket IN + SELECT tb.* FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.finished = false + ORDER BY tb.round, tb.match_number + LOOP + PERFORM league_award_forfeit(_bracket.id, _bracket.tournament_team_id_1, current_setting('hasura.user')::json); + END LOOP; + + SELECT COUNT(*) INTO _cnt FROM tournament_brackets + WHERE tournament_stage_id = _rr_stage AND finished = false; + IF _cnt != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: % RR brackets still unfinished after forfeits', _cnt; + END IF; + + RAISE NOTICE '=== STANDINGS ==='; + + SELECT COUNT(*) INTO _cnt FROM v_league_division_standings WHERE league_season_id = _season_id; + IF _cnt != 4 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 4 standings rows, got %', _cnt; + END IF; + + RAISE NOTICE '=== PLAYOFFS ==='; + + SELECT COUNT(*) INTO _cnt FROM tournament_brackets + WHERE tournament_stage_id = _se_stage + AND tournament_team_id_1 IS NOT NULL AND tournament_team_id_2 IS NOT NULL; + IF _cnt < 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: playoff stage was not seeded from RR results'; + END IF; + + UPDATE league_seasons SET status = 'Playoffs' WHERE id = _season_id; + + FOR _bracket IN + SELECT tb.* FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _se_stage AND tb.finished = false + AND tb.tournament_team_id_1 IS NOT NULL AND tb.tournament_team_id_2 IS NOT NULL + LOOP + PERFORM league_award_forfeit(_bracket.id, _bracket.tournament_team_id_1, current_setting('hasura.user')::json); + END LOOP; + + IF (SELECT status FROM tournaments WHERE id = _tournament_id) != 'Finished' THEN + RAISE EXCEPTION 'ASSERT FAILED: tournament should be Finished, got %', + (SELECT status FROM tournaments WHERE id = _tournament_id); + END IF; + + RAISE NOTICE '=== SEASON FINISH + MOVEMENTS ==='; + + UPDATE league_seasons SET status = 'Finished' WHERE id = _season_id; + + SELECT COUNT(*) INTO _cnt FROM league_team_movements WHERE league_season_id = _season_id; + IF _cnt != 4 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 4 movement rows, got %', _cnt; + END IF; + + -- Invite fielded no teams this season, but it is still the division above Open. + SELECT COUNT(*) INTO _cnt FROM league_team_movements + WHERE league_season_id = _season_id AND type = 'DirectPromote' AND computed_to_division_id = _div_invite; + IF _cnt != 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected exactly 1 promotion into the empty Invite division, got %', _cnt; + END IF; + + -- Bottom of the bottom tier has nowhere to go. + SELECT COUNT(*) INTO _cnt FROM league_team_movements + WHERE league_season_id = _season_id AND type = 'DirectRelegate'; + IF _cnt != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: bottom tier should have no relegations, got %', _cnt; + END IF; + + RAISE NOTICE '=== NEXT SEASON AUTO-SLOT ==='; + + PERFORM approve_league_season_movements(_season_id, json_build_object('x-hasura-user-id', '86500000000000001', 'x-hasura-role', 'administrator')); + + INSERT INTO league_seasons (created_by_steam_id, name, match_weeks_count, playoff_seats, + match_options_id, min_roster_size, status) + VALUES (86500000000000001, 'LC Test League S2', 3, 2, clone_match_options(_options_id), 5, 'RegistrationOpen') + RETURNING id INTO _season2_id; + + -- Re-register the promoted team; it must auto-slot into Invite. + SELECT m.league_team_id INTO _lt FROM league_team_movements m + WHERE m.league_season_id = _season_id AND m.type = 'DirectPromote'; + + INSERT INTO league_team_seasons (league_season_id, league_team_id, registered_by_steam_id) + VALUES (_season2_id, _lt, 86500000000000001) + RETURNING assigned_division_id INTO _tid; + + IF _tid IS DISTINCT FROM _div_invite THEN + RAISE EXCEPTION 'ASSERT FAILED: promoted team did not auto-slot into Invite (got %)', _tid; + END IF; + + RAISE NOTICE '=== ALL LEAGUE SMOKE TESTS PASSED ==='; +END; +$smoke$; diff --git a/hasura/tests/leagues/02_best_of.sql b/hasura/tests/leagues/02_best_of.sql new file mode 100644 index 000000000..3f53eb9bc --- /dev/null +++ b/hasura/tests/leagues/02_best_of.sql @@ -0,0 +1,242 @@ +-- Best-of-X series configuration smoke test: per-week and per-playoff-round +-- best-of resolve into materialized match options; mid-season edits propagate. +\set ON_ERROR_STOP on + +SELECT set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "86500000000000001"}', false); +SELECT set_config('fivestack.app_key', 'league-smoke-test-app-key', false); + +DO $bestof$ +DECLARE + _pool_id uuid; + _map_id uuid; + _options_id uuid; + _div_open uuid; + _season_id uuid; + _tid uuid; + _lt uuid; + _lts uuid; + _tournament_id uuid; + _rr_stage uuid; + _se_stage uuid; + _bracket RECORD; + _match_best_of int; + _val text; + i int; + j int; +BEGIN + RAISE NOTICE '=== BO SETUP ==='; + + FOR i IN 1..20 LOOP + INSERT INTO players (steam_id, name, profile_url, avatar_url, role, country, name_registered, created_at) + VALUES (87500000000000000 + i, 'BO Player ' || i, + 'https://example.com/bo' || i, 'https://example.com/a.jpg', + 'user', 'US', true, NOW()) + ON CONFLICT (steam_id) DO NOTHING; + END LOOP; + + SELECT mp.id INTO _pool_id FROM map_pools mp + JOIN _map_pool m ON m.map_pool_id = mp.id + WHERE mp.type = 'Competitive' AND mp.enabled + GROUP BY mp.id HAVING COUNT(*) >= 5 LIMIT 1; + + IF _pool_id IS NULL THEN + INSERT INTO map_pools (type, enabled, seed) VALUES ('Competitive', true, false) + RETURNING id INTO _pool_id; + FOR i IN 1..5 LOOP + INSERT INTO maps (name, type, active_pool) VALUES ('de_bo_test_' || i, 'Competitive', true) + ON CONFLICT DO NOTHING + RETURNING id INTO _map_id; + IF _map_id IS NULL THEN + SELECT id INTO _map_id FROM maps WHERE name = 'de_bo_test_' || i AND type = 'Competitive'; + END IF; + INSERT INTO _map_pool (map_id, map_pool_id) VALUES (_map_id, _pool_id) + ON CONFLICT DO NOTHING; + END LOOP; + END IF; + + INSERT INTO match_options (overtime, knife_round, mr, best_of, map_veto, region_veto, type, map_pool_id, tv_delay, coaches) + VALUES (true, true, 12, 1, false, false, 'Competitive', _pool_id, 115, false) + RETURNING id INTO _options_id; + + FOR i IN 1..4 LOOP + INSERT INTO teams (name, short_name, owner_steam_id) + VALUES ('BO Team ' || i, 'BO' || i, 87500000000000000 + ((i - 1) * 5 + 1)) + RETURNING id INTO _tid; + + FOR j IN 1..5 LOOP + INSERT INTO team_roster (team_id, player_steam_id, role) + VALUES (_tid, 87500000000000000 + ((i - 1) * 5 + j), 'Member') + ON CONFLICT DO NOTHING; + END LOOP; + END LOOP; + + -- Free tier 1 from the seeded default ladder for this scratch run. + DELETE FROM league_divisions WHERE name IN ('Invite', 'Main', 'Intermediate', 'Open'); + + INSERT INTO league_divisions (name, tier) VALUES ('BO Open', 1) + RETURNING id INTO _div_open; + + -- Week 2 is a BO3; the single playoff round (2 seats = one final) is a BO5. + INSERT INTO league_seasons (created_by_steam_id, name, match_weeks_count, playoff_seats, + match_options_id, default_best_of, playoff_best_of, min_roster_size, + starts_at, week_best_of, playoff_round_best_of) + VALUES (87500000000000001, 'BO Test League Season', 3, 2, _options_id, 1, 3, 5, + NOW(), '{"2": 3}'::jsonb, '{"WB:1": 5}'::jsonb) + RETURNING id INTO _season_id; + + FOR i IN 1..3 LOOP + INSERT INTO league_match_weeks (league_season_id, week_number, opens_at, closes_at, default_match_at) + VALUES (_season_id, i, + NOW() - INTERVAL '2 hours' + ((i - 1) * INTERVAL '7 days'), + NOW() - INTERVAL '2 hours' + (i * INTERVAL '7 days'), + NOW() + INTERVAL '3 days' + ((i - 1) * INTERVAL '7 days')); + END LOOP; + + UPDATE league_seasons SET status = 'RegistrationOpen' WHERE id = _season_id; + + FOR i IN 1..4 LOOP + SELECT id INTO _tid FROM teams WHERE name = 'BO Team ' || i; + INSERT INTO league_teams (team_id) + VALUES (_tid) + RETURNING id INTO _lt; + + INSERT INTO league_team_seasons (league_season_id, league_team_id, registered_by_steam_id) + VALUES (_season_id, _lt, 87500000000000001) + RETURNING id INTO _lts; + + FOR j IN 1..5 LOOP + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts, 87500000000000000 + ((i - 1) * 5 + j)); + END LOOP; + END LOOP; + + UPDATE league_team_seasons + SET status = 'Approved', assigned_division_id = _div_open, seed = idx.rn + FROM (SELECT id, ROW_NUMBER() OVER (ORDER BY created_at) AS rn + FROM league_team_seasons WHERE league_season_id = _season_id) idx + WHERE league_team_seasons.id = idx.id; + + UPDATE league_seasons SET status = 'RegistrationClosed' WHERE id = _season_id; + UPDATE league_seasons SET status = 'Live' WHERE id = _season_id; + + SELECT tournament_id INTO _tournament_id + FROM league_season_divisions + WHERE league_season_id = _season_id; + + SELECT id INTO _rr_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 1; + SELECT id INTO _se_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 2; + + RAISE NOTICE '=== STAGE SETTINGS TRANSFORM ==='; + + SELECT settings->'round_best_of'->>'WB:2' INTO _val + FROM tournament_stages WHERE id = _rr_stage; + IF _val IS DISTINCT FROM '3' THEN + RAISE EXCEPTION 'ASSERT FAILED: RR stage WB:2 best-of expected 3, got %', _val; + END IF; + + SELECT settings->'round_best_of'->>'WB:1' INTO _val + FROM tournament_stages WHERE id = _se_stage; + IF _val IS DISTINCT FROM '5' THEN + RAISE EXCEPTION 'ASSERT FAILED: SE stage WB:1 best-of expected 5, got %', _val; + END IF; + + RAISE NOTICE '=== WEEK 1 MATCH IS BO1 (default) ==='; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.round = 1 + ORDER BY tb.match_number LIMIT 1; + + UPDATE tournament_brackets SET scheduled_at = NOW() WHERE id = _bracket.id; + PERFORM schedule_tournament_match(tb) FROM tournament_brackets tb WHERE tb.id = _bracket.id; + + SELECT mo.best_of INTO _match_best_of + FROM tournament_brackets tb + JOIN matches m ON m.id = tb.match_id + JOIN match_options mo ON mo.id = m.match_options_id + WHERE tb.id = _bracket.id; + IF _match_best_of != 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: week-1 match best_of expected 1, got %', _match_best_of; + END IF; + + RAISE NOTICE '=== WEEK 2 MATCH IS BO3 (per-week override) ==='; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.round = 2 + ORDER BY tb.match_number LIMIT 1; + + UPDATE tournament_brackets SET scheduled_at = NOW() WHERE id = _bracket.id; + PERFORM schedule_tournament_match(tb) FROM tournament_brackets tb WHERE tb.id = _bracket.id; + + SELECT mo.best_of INTO _match_best_of + FROM tournament_brackets tb + JOIN matches m ON m.id = tb.match_id + JOIN match_options mo ON mo.id = m.match_options_id + WHERE tb.id = _bracket.id; + IF _match_best_of != 3 THEN + RAISE EXCEPTION 'ASSERT FAILED: week-2 match best_of expected 3, got %', _match_best_of; + END IF; + + RAISE NOTICE '=== MID-SEASON EDIT PROPAGATES (week 3 -> BO3) ==='; + + UPDATE league_seasons + SET week_best_of = '{"2": 3, "3": 3}'::jsonb + WHERE id = _season_id; + + SELECT settings->'round_best_of'->>'WB:3' INTO _val + FROM tournament_stages WHERE id = _rr_stage; + IF _val IS DISTINCT FROM '3' THEN + RAISE EXCEPTION 'ASSERT FAILED: propagated WB:3 best-of expected 3, got %', _val; + END IF; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.round = 3 + ORDER BY tb.match_number LIMIT 1; + + UPDATE tournament_brackets SET scheduled_at = NOW() WHERE id = _bracket.id; + PERFORM schedule_tournament_match(tb) FROM tournament_brackets tb WHERE tb.id = _bracket.id; + + SELECT mo.best_of INTO _match_best_of + FROM tournament_brackets tb + JOIN matches m ON m.id = tb.match_id + JOIN match_options mo ON mo.id = m.match_options_id + WHERE tb.id = _bracket.id; + IF _match_best_of != 3 THEN + RAISE EXCEPTION 'ASSERT FAILED: week-3 match best_of expected 3 after edit, got %', _match_best_of; + END IF; + + RAISE NOTICE '=== PLAYOFF FINAL IS BO5 ==='; + + -- Forfeit every remaining regular-season matchup so the playoff seeds. + FOR _bracket IN + SELECT tb.* FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.finished = false + ORDER BY tb.round, tb.match_number + LOOP + PERFORM league_award_forfeit(_bracket.id, _bracket.tournament_team_id_1, current_setting('hasura.user')::json); + END LOOP; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _se_stage + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + LIMIT 1; + + IF _bracket IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: playoff bracket was not seeded'; + END IF; + + UPDATE tournament_brackets SET scheduled_at = NOW() WHERE id = _bracket.id; + PERFORM schedule_tournament_match(tb) FROM tournament_brackets tb WHERE tb.id = _bracket.id; + + SELECT mo.best_of INTO _match_best_of + FROM tournament_brackets tb + JOIN matches m ON m.id = tb.match_id + JOIN match_options mo ON mo.id = m.match_options_id + WHERE tb.id = _bracket.id; + IF _match_best_of != 5 THEN + RAISE EXCEPTION 'ASSERT FAILED: playoff final best_of expected 5, got %', _match_best_of; + END IF; + + RAISE NOTICE '=== ALL BEST-OF SMOKE TESTS PASSED ==='; +END; +$bestof$; diff --git a/hasura/tests/leagues/03_playoff_formats.sql b/hasura/tests/leagues/03_playoff_formats.sql new file mode 100644 index 000000000..3e84eb352 --- /dev/null +++ b/hasura/tests/leagues/03_playoff_formats.sql @@ -0,0 +1,296 @@ +-- Playoff format smoke test: double-elimination playoffs with a BO5 grand +-- final, and a single-elim season with a third-place decider match. +\set ON_ERROR_STOP on + +SELECT set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "88500000000000001"}', false); +SELECT set_config('fivestack.app_key', 'league-smoke-test-app-key', false); + +DO $format$ +DECLARE + _pool_id uuid; + _map_id uuid; + _options_id uuid; + _div_open uuid; + _season_id uuid; + _tid uuid; + _lt uuid; + _lts uuid; + _tournament_id uuid; + _rr_stage uuid; + _po_stage uuid; + _bracket RECORD; + _match_best_of int; + _cnt int; + _val text; + _guarded boolean; + i int; + j int; +BEGIN + RAISE NOTICE '=== PF SETUP ==='; + + FOR i IN 1..30 LOOP + INSERT INTO players (steam_id, name, profile_url, avatar_url, role, country, name_registered, created_at) + VALUES (88500000000000000 + i, 'PF Player ' || i, + 'https://example.com/pf' || i, 'https://example.com/a.jpg', + 'user', 'US', true, NOW()) + ON CONFLICT (steam_id) DO NOTHING; + END LOOP; + + INSERT INTO map_pools (type, enabled, seed) VALUES ('Competitive', true, false) + RETURNING id INTO _pool_id; + FOR i IN 1..5 LOOP + INSERT INTO maps (name, type, active_pool) VALUES ('de_pf_test_' || i, 'Competitive', true) + RETURNING id INTO _map_id; + INSERT INTO _map_pool (map_id, map_pool_id) VALUES (_map_id, _pool_id); + END LOOP; + + INSERT INTO match_options (overtime, knife_round, mr, best_of, map_veto, region_veto, type, map_pool_id, tv_delay, coaches) + VALUES (true, true, 12, 1, false, false, 'Competitive', _pool_id, 115, false) + RETURNING id INTO _options_id; + + FOR i IN 1..6 LOOP + INSERT INTO teams (name, short_name, owner_steam_id) + VALUES ('PF Team ' || i, 'PF' || i, 88500000000000000 + ((i - 1) * 5 + 1)) + RETURNING id INTO _tid; + FOR j IN 1..5 LOOP + INSERT INTO team_roster (team_id, player_steam_id, role) + VALUES (_tid, 88500000000000000 + ((i - 1) * 5 + j), 'Member') + ON CONFLICT DO NOTHING; + END LOOP; + END LOOP; + + -- Free tier 1 from the seeded default ladder for this scratch run. + DELETE FROM league_divisions WHERE name IN ('Invite', 'Main', 'Intermediate', 'Open'); + + INSERT INTO league_divisions (name, tier) VALUES ('PF Open', 1) + RETURNING id INTO _div_open; + + RAISE NOTICE '=== DOUBLE-ELIM SEASON, GF IS BO5, LB R1 IS BO3 ==='; + + INSERT INTO league_seasons (created_by_steam_id, name, match_weeks_count, playoff_seats, + match_options_id, default_best_of, playoff_best_of, min_roster_size, + starts_at, playoff_stage_type, playoff_round_best_of) + VALUES (88500000000000001, 'PF Test League DE', 3, 4, _options_id, 1, 1, 5, + NOW(), 'DoubleElimination', '{"GF": 5, "LB:1": 3}'::jsonb) + RETURNING id INTO _season_id; + + FOR i IN 1..3 LOOP + INSERT INTO league_match_weeks (league_season_id, week_number, opens_at, closes_at, default_match_at) + VALUES (_season_id, i, + NOW() - INTERVAL '2 hours' + ((i - 1) * INTERVAL '7 days'), + NOW() - INTERVAL '2 hours' + (i * INTERVAL '7 days'), + NOW() + INTERVAL '3 days' + ((i - 1) * INTERVAL '7 days')); + END LOOP; + + UPDATE league_seasons SET status = 'RegistrationOpen' WHERE id = _season_id; + + FOR i IN 1..4 LOOP + SELECT id INTO _tid FROM teams WHERE name = 'PF Team ' || i; + INSERT INTO league_teams (team_id) + VALUES (_tid) + RETURNING id INTO _lt; + INSERT INTO league_team_seasons (league_season_id, league_team_id, registered_by_steam_id) + VALUES (_season_id, _lt, 88500000000000001) + RETURNING id INTO _lts; + FOR j IN 1..5 LOOP + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts, 88500000000000000 + ((i - 1) * 5 + j)); + END LOOP; + END LOOP; + + UPDATE league_team_seasons + SET status = 'Approved', assigned_division_id = _div_open, seed = idx.rn + FROM (SELECT id, ROW_NUMBER() OVER (ORDER BY created_at) AS rn + FROM league_team_seasons WHERE league_season_id = _season_id) idx + WHERE league_team_seasons.id = idx.id; + + UPDATE league_seasons SET status = 'RegistrationClosed' WHERE id = _season_id; + UPDATE league_seasons SET status = 'Live' WHERE id = _season_id; + + SELECT tournament_id INTO _tournament_id + FROM league_season_divisions WHERE league_season_id = _season_id; + SELECT id INTO _rr_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 1; + SELECT id INTO _po_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 2; + + IF (SELECT type FROM tournament_stages WHERE id = _po_stage) != 'DoubleElimination' THEN + RAISE EXCEPTION 'ASSERT FAILED: playoff stage should be DoubleElimination'; + END IF; + + SELECT COUNT(*) INTO _cnt FROM tournament_brackets + WHERE tournament_stage_id = _po_stage AND path = 'LB'; + IF _cnt < 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected losers-bracket matches, got %', _cnt; + END IF; + + SELECT settings->'round_best_of'->>'GF' INTO _val + FROM tournament_stages WHERE id = _po_stage; + IF _val IS DISTINCT FROM '5' THEN + RAISE EXCEPTION 'ASSERT FAILED: GF best-of expected 5, got %', _val; + END IF; + + -- Structural changes are locked once the season is running. + _guarded := false; + BEGIN + UPDATE league_seasons SET playoff_stage_type = 'SingleElimination' WHERE id = _season_id; + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: playoff format change after start should have raised'; + END IF; + + RAISE NOTICE '=== DRIVE DE PLAYOFFS TO THE GRAND FINAL ==='; + + FOR _bracket IN + SELECT tb.* FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.finished = false + ORDER BY tb.round, tb.match_number + LOOP + PERFORM league_award_forfeit(_bracket.id, _bracket.tournament_team_id_1, current_setting('hasura.user')::json); + END LOOP; + + RAISE NOTICE '=== CAPTAINS SCHEDULE A PLAYOFF MATCHUP ==='; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _po_stage + AND tb.finished = false + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + ORDER BY tb.round, tb.match_number + LIMIT 1; + + -- Beyond the two-week playoff window is rejected. + _guarded := false; + BEGIN + INSERT INTO league_scheduling_proposals (tournament_bracket_id, proposed_by_steam_id, proposed_time) + VALUES (_bracket.id, 88500000000000001, NOW() + INTERVAL '30 days'); + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: out-of-window playoff proposal should have raised'; + END IF; + + DECLARE + _po_proposal uuid; + BEGIN + INSERT INTO league_scheduling_proposals (tournament_bracket_id, proposed_by_steam_id, proposed_time) + VALUES (_bracket.id, 88500000000000001, NOW() + INTERVAL '3 days') + RETURNING id INTO _po_proposal; + UPDATE league_scheduling_proposals SET status = 'Accepted' WHERE id = _po_proposal; + END; + + IF (SELECT scheduled_at FROM tournament_brackets WHERE id = _bracket.id) IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: accepted playoff proposal did not schedule the bracket'; + END IF; + + -- Clear it again so the forfeit-driven run below proceeds immediately. + UPDATE tournament_brackets SET scheduled_at = NULL WHERE id = _bracket.id; + _bracket := NULL; + + -- Forfeit playoff matchups as they become ready until only the GF remains. + FOR i IN 1..12 LOOP + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _po_stage + AND tb.finished = false + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + ORDER BY tb.round, tb.match_number + LIMIT 1; + EXIT WHEN _bracket IS NULL; + RAISE NOTICE 'PF loop %: % round % match %', i, _bracket.path, _bracket.round, _bracket.match_number; + + -- The last remaining matchup chain ends at the grand final: check its + -- materialized best-of before finishing it. + SELECT COUNT(*) INTO _cnt FROM tournament_brackets + WHERE tournament_stage_id = _po_stage AND finished = false; + + IF _cnt = 1 THEN + UPDATE tournament_brackets SET scheduled_at = NOW() WHERE id = _bracket.id; + PERFORM schedule_tournament_match(tb) FROM tournament_brackets tb WHERE tb.id = _bracket.id; + + SELECT mo.best_of INTO _match_best_of + FROM tournament_brackets tb + JOIN matches m ON m.id = tb.match_id + JOIN match_options mo ON mo.id = m.match_options_id + WHERE tb.id = _bracket.id; + IF _match_best_of != 5 THEN + RAISE EXCEPTION 'ASSERT FAILED: grand final best_of expected 5, got %', _match_best_of; + END IF; + END IF; + + PERFORM league_award_forfeit(_bracket.id, _bracket.tournament_team_id_1, current_setting('hasura.user')::json); + _bracket := NULL; + END LOOP; + + IF (SELECT status FROM tournaments WHERE id = _tournament_id) != 'Finished' THEN + RAISE EXCEPTION 'ASSERT FAILED: DE tournament should be Finished, got %', + (SELECT status FROM tournaments WHERE id = _tournament_id); + END IF; + + RAISE NOTICE '=== SINGLE-ELIM SEASON WITH THIRD-PLACE DECIDER ==='; + + UPDATE league_seasons SET status = 'Finished' WHERE id = _season_id; + + INSERT INTO league_seasons (created_by_steam_id, name, match_weeks_count, playoff_seats, + match_options_id, default_best_of, playoff_best_of, min_roster_size, + starts_at, playoff_stage_type, playoff_third_place_match, status) + VALUES (88500000000000001, 'PF Test League SE', 3, 4, clone_match_options(_options_id), 1, 3, 5, + NOW(), 'SingleElimination', true, 'RegistrationOpen') + RETURNING id INTO _season_id; + + FOR i IN 1..3 LOOP + INSERT INTO league_match_weeks (league_season_id, week_number, opens_at, closes_at, default_match_at) + VALUES (_season_id, i, + NOW() - INTERVAL '2 hours' + ((i - 1) * INTERVAL '7 days'), + NOW() - INTERVAL '2 hours' + (i * INTERVAL '7 days'), + NOW() + INTERVAL '3 days' + ((i - 1) * INTERVAL '7 days')); + END LOOP; + + FOR i IN 1..4 LOOP + SELECT lt.id INTO _lt FROM league_teams lt + JOIN teams t ON t.id = lt.team_id + WHERE t.name = 'PF Team ' || i; + + INSERT INTO league_team_seasons (league_season_id, league_team_id, registered_by_steam_id) + VALUES (_season_id, _lt, 88500000000000001) + RETURNING id INTO _lts; + FOR j IN 1..5 LOOP + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts, 88500000000000000 + ((i - 1) * 5 + j)); + END LOOP; + END LOOP; + + UPDATE league_team_seasons + SET status = 'Approved', assigned_division_id = _div_open, seed = idx.rn + FROM (SELECT id, ROW_NUMBER() OVER (ORDER BY created_at) AS rn + FROM league_team_seasons WHERE league_season_id = _season_id) idx + WHERE league_team_seasons.id = idx.id AND league_team_seasons.league_season_id = _season_id; + + UPDATE league_seasons SET status = 'RegistrationClosed' WHERE id = _season_id; + UPDATE league_seasons SET status = 'Live' WHERE id = _season_id; + + SELECT tournament_id INTO _tournament_id + FROM league_season_divisions + WHERE league_season_id = _season_id; + SELECT id INTO _po_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 2; + + IF (SELECT third_place_match FROM tournament_stages WHERE id = _po_stage) != true THEN + RAISE EXCEPTION 'ASSERT FAILED: SE playoff stage should have third_place_match'; + END IF; + + -- 4 seats -> semis (2) + final + third-place decider = 4 brackets. + SELECT COUNT(*) INTO _cnt FROM tournament_brackets WHERE tournament_stage_id = _po_stage; + IF _cnt != 4 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 4 SE playoff brackets (incl. 3rd place), got %', _cnt; + END IF; + + SELECT COUNT(*) INTO _cnt FROM tournament_brackets + WHERE tournament_stage_id = _po_stage AND loser_parent_bracket_id IS NOT NULL; + IF _cnt != 2 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected both semifinals to route losers to the decider, got %', _cnt; + END IF; + + RAISE NOTICE '=== ALL PLAYOFF FORMAT SMOKE TESTS PASSED ==='; +END; +$format$; diff --git a/hasura/tests/leagues/04_enhancements.sql b/hasura/tests/leagues/04_enhancements.sql new file mode 100644 index 000000000..bb3b79e1a --- /dev/null +++ b/hasura/tests/leagues/04_enhancements.sql @@ -0,0 +1,455 @@ +-- Enhancement round smoke test: dual-roster block, lineup guard, mid-season +-- removal with 'Remove' movements, post-materialization renegotiation, season +-- rollover cloning, roster integrity after approval (shrink guard, NULL lock), +-- approved-registration protection, admin adjudication, and movement +-- re-ranking around a mid-table withdrawn team. +\set ON_ERROR_STOP on + +SELECT set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "89500000000000001"}', false); +SELECT set_config('fivestack.app_key', 'league-smoke-test-app-key', false); + +DO $enh$ +DECLARE + _pool_id uuid; + _map_id uuid; + _options_id uuid; + _div_open uuid; + _season_id uuid; + _clone RECORD; + _tid uuid; + _lt uuid; + _lts uuid; + _lts2 uuid; + _lts_removed uuid; + _removed_tt uuid; + _tournament_id uuid; + _rr_stage uuid; + _bracket RECORD; + _proposal_id uuid; + _match_id uuid; + _cnt int; + _guarded boolean; + _ts timestamptz; + i int; + j int; +BEGIN + RAISE NOTICE '=== ENH SETUP ==='; + + FOR i IN 1..30 LOOP + INSERT INTO players (steam_id, name, profile_url, avatar_url, role, country, name_registered, created_at) + VALUES (89500000000000000 + i, 'ENH Player ' || i, + 'https://example.com/enh' || i, 'https://example.com/a.jpg', + 'user', 'US', true, NOW()) + ON CONFLICT (steam_id) DO NOTHING; + END LOOP; + + INSERT INTO map_pools (type, enabled, seed) VALUES ('Competitive', true, false) + RETURNING id INTO _pool_id; + FOR i IN 1..5 LOOP + INSERT INTO maps (name, type, active_pool) VALUES ('de_enh_test_' || i, 'Competitive', true) + RETURNING id INTO _map_id; + INSERT INTO _map_pool (map_id, map_pool_id) VALUES (_map_id, _pool_id); + END LOOP; + + INSERT INTO match_options (overtime, knife_round, mr, best_of, map_veto, region_veto, type, map_pool_id, tv_delay, coaches) + VALUES (true, true, 12, 1, false, false, 'Competitive', _pool_id, 115, false) + RETURNING id INTO _options_id; + + FOR i IN 1..4 LOOP + INSERT INTO teams (name, short_name, owner_steam_id) + VALUES ('ENH Team ' || i, 'EN' || i, 89500000000000000 + ((i - 1) * 5 + 1)) + RETURNING id INTO _tid; + FOR j IN 1..5 LOOP + INSERT INTO team_roster (team_id, player_steam_id, role) + VALUES (_tid, 89500000000000000 + ((i - 1) * 5 + j), 'Member') + ON CONFLICT DO NOTHING; + END LOOP; + END LOOP; + + -- Free tier 1 from the seeded default ladder for this scratch run. + DELETE FROM league_divisions WHERE name IN ('Invite', 'Main', 'Intermediate', 'Open'); + + INSERT INTO league_divisions (name, tier) VALUES ('ENH Open', 1) + RETURNING id INTO _div_open; + + INSERT INTO league_seasons (created_by_steam_id, name, match_weeks_count, playoff_seats, + match_options_id, default_best_of, playoff_best_of, min_roster_size, + signup_opens_at, signup_closes_at, starts_at, roster_lock_at) + VALUES (89500000000000001, 'ENH Test League S7', 3, 2, _options_id, 1, 3, 5, + NOW() - INTERVAL '7 days', NOW() + INTERVAL '1 hour', NOW(), NOW() + INTERVAL '2 days') + RETURNING id INTO _season_id; + + FOR i IN 1..3 LOOP + INSERT INTO league_match_weeks (league_season_id, week_number, opens_at, closes_at, default_match_at) + VALUES (_season_id, i, + NOW() - INTERVAL '2 hours' + ((i - 1) * INTERVAL '7 days'), + NOW() - INTERVAL '2 hours' + (i * INTERVAL '7 days'), + NOW() + INTERVAL '3 days' + ((i - 1) * INTERVAL '7 days')); + END LOOP; + + UPDATE league_seasons SET status = 'RegistrationOpen' WHERE id = _season_id; + + FOR i IN 1..4 LOOP + SELECT id INTO _tid FROM teams WHERE name = 'ENH Team ' || i; + INSERT INTO league_teams (team_id) + VALUES (_tid) + RETURNING id INTO _lt; + INSERT INTO league_team_seasons (league_season_id, league_team_id, registered_by_steam_id) + VALUES (_season_id, _lt, 89500000000000001) + RETURNING id INTO _lts; + IF i = 2 THEN + _lts2 := _lts; + END IF; + IF i = 4 THEN + _lts_removed := _lts; + END IF; + FOR j IN 1..5 LOOP + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts, 89500000000000000 + ((i - 1) * 5 + j)); + END LOOP; + END LOOP; + + RAISE NOTICE '=== DUAL-ROSTER BLOCK ==='; + + -- Player 1 (team 1) cannot also be rostered on team 4. + _guarded := false; + BEGIN + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts_removed, 89500000000000001); + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: dual-roster insert should have raised'; + END IF; + + RAISE NOTICE '=== SEASON START ==='; + + UPDATE league_team_seasons + SET status = 'Approved', assigned_division_id = _div_open, seed = idx.rn + FROM (SELECT id, ROW_NUMBER() OVER (ORDER BY created_at) AS rn + FROM league_team_seasons WHERE league_season_id = _season_id) idx + WHERE league_team_seasons.id = idx.id; + + UPDATE league_seasons SET status = 'RegistrationClosed' WHERE id = _season_id; + UPDATE league_seasons SET status = 'Live' WHERE id = _season_id; + + SELECT tournament_id INTO _tournament_id + FROM league_season_divisions WHERE league_season_id = _season_id; + SELECT id INTO _rr_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 1; + + RAISE NOTICE '=== APPROVED ROSTER MAY SHRINK BELOW MINIMUM (WARN + REVOKE AT START) ==='; + + -- Team 2 (owner 89500000000000006) sits at exactly min_roster_size. + -- Dropping below the minimum is now allowed (soft-remove); the team is + -- warned and revoked at league start rather than blocked here. + PERFORM set_config('hasura.user', '{"x-hasura-role": "user", "x-hasura-user-id": "89500000000000006"}', false); + UPDATE league_team_rosters + SET removed_at = NOW(), removed_reason = 'test shrink' + WHERE league_team_season_id = _lts2 AND player_steam_id = 89500000000000010; + + SELECT COUNT(*) INTO _cnt + FROM league_team_rosters + WHERE league_team_season_id = _lts2 AND player_steam_id = 89500000000000010 AND removed_at IS NULL; + IF _cnt != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: below-minimum soft-remove should be allowed and mark the player removed'; + END IF; + + -- Restore the player so later assertions keep team 2 at minimum. + UPDATE league_team_rosters + SET removed_at = NULL, removed_reason = NULL + WHERE league_team_season_id = _lts2 AND player_steam_id = 89500000000000010; + + RAISE NOTICE '=== APPROVED REGISTRATION CANNOT REVERT TO PENDING ==='; + + _guarded := false; + BEGIN + UPDATE league_team_seasons SET status = 'Pending' WHERE id = _lts2; + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: Approved -> Pending revert should have raised'; + END IF; + + RAISE NOTICE '=== NULL ROSTER LOCK DATE LOCKS AT KICKOFF ==='; + + PERFORM set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "89500000000000001"}', false); + UPDATE league_seasons SET roster_lock_at = NULL WHERE id = _season_id; + + PERFORM set_config('hasura.user', '{"x-hasura-role": "user", "x-hasura-user-id": "89500000000000006"}', false); + _guarded := false; + BEGIN + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts2, 89500000000000022); + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: live season without a lock date should lock the roster'; + END IF; + + PERFORM set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "89500000000000001"}', false); + UPDATE league_seasons SET roster_lock_at = NOW() + INTERVAL '2 days' WHERE id = _season_id; + + RAISE NOTICE '=== RENEGOTIATION AFTER MATERIALIZATION ==='; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.round = 1 + ORDER BY tb.match_number LIMIT 1; + + -- Agree on a time and materialize the match. + INSERT INTO league_scheduling_proposals (tournament_bracket_id, proposed_by_steam_id, proposed_time) + VALUES (_bracket.id, 89500000000000001, NOW() + INTERVAL '5 minutes') + RETURNING id INTO _proposal_id; + UPDATE league_scheduling_proposals SET status = 'Accepted' WHERE id = _proposal_id; + + PERFORM schedule_tournament_match(tb) + FROM tournament_brackets tb + WHERE tb.id = _bracket.id AND tb.scheduled_at <= NOW() + INTERVAL '15 minutes'; + + SELECT match_id INTO _match_id FROM tournament_brackets WHERE id = _bracket.id; + IF _match_id IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: bracket did not materialize'; + END IF; + IF (SELECT status FROM matches WHERE id = _match_id) != 'Scheduled' THEN + RAISE EXCEPTION 'ASSERT FAILED: match should be Scheduled, got %', + (SELECT status FROM matches WHERE id = _match_id); + END IF; + + -- Renegotiate: propose a later time and accept it. + INSERT INTO league_scheduling_proposals (tournament_bracket_id, proposed_by_steam_id, proposed_time) + VALUES (_bracket.id, 89500000000000006, NOW() + INTERVAL '2 days') + RETURNING id INTO _proposal_id; + UPDATE league_scheduling_proposals SET status = 'Accepted' WHERE id = _proposal_id; + + IF (SELECT status FROM matches WHERE id = _match_id) != 'Scheduled' THEN + RAISE EXCEPTION 'ASSERT FAILED: renegotiated match should be back to Scheduled, got %', + (SELECT status FROM matches WHERE id = _match_id); + END IF; + IF (SELECT scheduled_at FROM matches WHERE id = _match_id) < NOW() + INTERVAL '1 day' THEN + RAISE EXCEPTION 'ASSERT FAILED: renegotiated match kept the old time'; + END IF; + + RAISE NOTICE '=== LINEUP GUARD (non-rostered player rejected) ==='; + + _guarded := false; + BEGIN + -- Player 21 is on no league roster. + INSERT INTO match_lineup_players (match_lineup_id, steam_id) + SELECT m.lineup_1_id, 89500000000000021 FROM matches m WHERE m.id = _match_id; + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: non-rostered lineup join should have raised'; + END IF; + + RAISE NOTICE '=== ADMIN ADJUDICATION (forfeits) ==='; + + SELECT tournament_team_id INTO _removed_tt + FROM league_team_seasons WHERE id = _lts_removed; + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.round = 1 + AND _removed_tt IN (tb.tournament_team_id_1, tb.tournament_team_id_2); + + -- A plain user (not an administrator) cannot adjudicate league matchups. + _guarded := false; + BEGIN + PERFORM league_award_forfeit(_bracket.id, _removed_tt, + json_build_object('x-hasura-user-id', '89500000000000022', 'x-hasura-role', 'user')); + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: non-admin forfeit award should have raised'; + END IF; + + -- An administrator can adjudicate. Team 4 wins weeks 1 and 2, which also + -- makes it mid-table when it later withdraws (movement re-rank case). + PERFORM league_award_forfeit(_bracket.id, _removed_tt, + json_build_object('x-hasura-user-id', '89500000000000001', 'x-hasura-role', 'administrator')); + + SELECT tb.* INTO _bracket FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.round = 2 + AND _removed_tt IN (tb.tournament_team_id_1, tb.tournament_team_id_2); + PERFORM league_award_forfeit(_bracket.id, _removed_tt, + json_build_object('x-hasura-user-id', '89500000000000001', 'x-hasura-role', 'administrator')); + + SELECT COUNT(*) INTO _cnt + FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage + AND _removed_tt IN (tb.tournament_team_id_1, tb.tournament_team_id_2) + AND tb.finished = true; + IF _cnt != 2 THEN + RAISE EXCEPTION 'ASSERT FAILED: admin should have finished 2 matchups, got %', _cnt; + END IF; + + RAISE NOTICE '=== MID-SEASON TEAM REMOVAL ==='; + + PERFORM remove_league_team_from_season( + _lts_removed, + json_build_object('x-hasura-user-id', '89500000000000001', 'x-hasura-role', 'administrator') + ); + + IF (SELECT status FROM league_team_seasons WHERE id = _lts_removed) != 'Withdrawn' THEN + RAISE EXCEPTION 'ASSERT FAILED: removed team should be Withdrawn'; + END IF; + + SELECT COUNT(*) INTO _cnt + FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage + AND (tb.tournament_team_id_1 = _removed_tt OR tb.tournament_team_id_2 = _removed_tt) + AND tb.finished = false; + IF _cnt != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: removed team still has % unfinished matchups', _cnt; + END IF; + + RAISE NOTICE '=== FINISH SEASON, MOVEMENTS MARK REMOVED TEAM ==='; + + FOR _bracket IN + SELECT tb.* FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = _tournament_id + AND tb.finished = false + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + ORDER BY ts."order", tb.round, tb.match_number + LOOP + PERFORM league_award_forfeit(_bracket.id, _bracket.tournament_team_id_1, current_setting('hasura.user')::json); + END LOOP; + -- Second pass for brackets that became ready (playoffs). + FOR i IN 1..10 LOOP + SELECT tb.* INTO _bracket FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = _tournament_id + AND tb.finished = false + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + ORDER BY ts."order", tb.round, tb.match_number + LIMIT 1; + EXIT WHEN _bracket IS NULL; + PERFORM league_award_forfeit(_bracket.id, _bracket.tournament_team_id_1, current_setting('hasura.user')::json); + _bracket := NULL; + END LOOP; + + UPDATE league_seasons SET status = 'Finished' WHERE id = _season_id; + + SELECT COUNT(*) INTO _cnt FROM league_team_movements + WHERE league_season_id = _season_id AND type = 'Remove'; + IF _cnt != 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 1 Remove movement, got %', _cnt; + END IF; + + RAISE NOTICE '=== MOVEMENTS RE-RANK AROUND THE WITHDRAWN TEAM ==='; + + -- Team 4 won two matches before withdrawing, so its raw standings rank is + -- mid-table. Movements must ignore it: the removed row carries no rank + -- and the three survivors re-rank to exactly 1..3. + IF (SELECT final_rank FROM league_team_movements + WHERE league_season_id = _season_id AND type = 'Remove') IS NOT NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: removed team should have no final rank'; + END IF; + + SELECT COUNT(*) INTO _cnt FROM league_team_movements + WHERE league_season_id = _season_id AND type != 'Remove'; + IF _cnt != 3 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 3 surviving movements, got %', _cnt; + END IF; + + IF (SELECT array_agg(final_rank ORDER BY final_rank) + FROM league_team_movements + WHERE league_season_id = _season_id AND type != 'Remove') != ARRAY[1, 2, 3] THEN + RAISE EXCEPTION 'ASSERT FAILED: survivors should re-rank to 1..3, got %', + (SELECT array_agg(final_rank ORDER BY final_rank) + FROM league_team_movements + WHERE league_season_id = _season_id AND type != 'Remove'); + END IF; + + RAISE NOTICE '=== ADMIN-ONLY GUARDS (movement approval, clone) ==='; + + _guarded := false; + BEGIN + PERFORM approve_league_season_movements( + _season_id, + json_build_object('x-hasura-user-id', '89500000000000030', 'x-hasura-role', 'user') + ); + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: non-admin movement approval should have raised'; + END IF; + + PERFORM approve_league_season_movements( + _season_id, + json_build_object('x-hasura-user-id', '89500000000000001', 'x-hasura-role', 'administrator') + ); + SELECT COUNT(*) INTO _cnt FROM league_team_movements + WHERE league_season_id = _season_id AND approved_at IS NULL; + IF _cnt != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: admin approval should approve all movements, % left', _cnt; + END IF; + + _guarded := false; + BEGIN + PERFORM clone_league_season( + _season_id, + json_build_object('x-hasura-user-id', '89500000000000022', 'x-hasura-role', 'user') + ); + EXCEPTION WHEN SQLSTATE '22000' THEN + _guarded := true; + END; + IF NOT _guarded THEN + RAISE EXCEPTION 'ASSERT FAILED: non-admin clone should have raised'; + END IF; + + RAISE NOTICE '=== SEASON ROLLOVER CLONE ==='; + + SELECT * INTO _clone FROM clone_league_season( + _season_id, + json_build_object('x-hasura-user-id', '89500000000000001', 'x-hasura-role', 'administrator') + ); + + IF _clone.season_number IS NULL OR _clone.name != 'Season ' || _clone.season_number THEN + RAISE EXCEPTION 'ASSERT FAILED: clone should be auto-numbered "Season N", got %', _clone.name; + END IF; + IF _clone.status != 'Setup' THEN + RAISE EXCEPTION 'ASSERT FAILED: clone should be in Setup'; + END IF; + IF _clone.starts_at <= NOW() THEN + RAISE EXCEPTION 'ASSERT FAILED: clone start should be in the future'; + END IF; + IF _clone.match_options_id = _options_id OR _clone.match_options_id IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: clone should have fresh match options'; + END IF; + + SELECT COUNT(*) INTO _cnt FROM league_match_weeks WHERE league_season_id = _clone.id; + IF _cnt != 3 THEN + RAISE EXCEPTION 'ASSERT FAILED: clone should have 3 match weeks, got %', _cnt; + END IF; + + -- Weekday preserved: shifted by whole weeks. + IF EXTRACT(DOW FROM _clone.starts_at) != EXTRACT(DOW FROM (SELECT starts_at FROM league_seasons WHERE id = _season_id)) THEN + RAISE EXCEPTION 'ASSERT FAILED: clone start weekday should match the original'; + END IF; + + RAISE NOTICE '=== NOTIFICATION TYPES SEEDED ==='; + + SELECT COUNT(*) INTO _cnt FROM e_notification_types + WHERE value IN ('LeagueProposalReceived','LeagueProposalAccepted','LeagueProposalDeclined','LeagueMatchUnscheduled','LeagueRegistrationDecision','LeagueRosterUndersized'); + IF _cnt != 6 THEN + RAISE EXCEPTION 'ASSERT FAILED: expected 6 league notification types, got %', _cnt; + END IF; + + RAISE NOTICE '=== PLAYER STATS VIEW SHAPE ==='; + + PERFORM league_season_id, player_steam_id, kills, kdr + FROM v_league_season_player_stats + WHERE league_season_id = _season_id + LIMIT 1; + + RAISE NOTICE '=== ALL ENHANCEMENT SMOKE TESTS PASSED ==='; +END; +$enh$; diff --git a/hasura/tests/leagues/05_divisions.sql b/hasura/tests/leagues/05_divisions.sql new file mode 100644 index 000000000..de432f824 --- /dev/null +++ b/hasura/tests/leagues/05_divisions.sql @@ -0,0 +1,239 @@ +-- Division ladder rules: every tier is a promotion/relegation target whether or +-- not it has teams that season; tiers renumber on delete; and teams in the +-- top/bottom division never promote above / relegate below the ladder. +\set ON_ERROR_STOP on + +SELECT set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "90500000000000001"}', false); +SELECT set_config('fivestack.app_key', 'league-smoke-test-app-key', false); + +-- =========================================================================== +-- Part A: the ladder can shrink to one division or none; tiers renumber +-- =========================================================================== +DO $guard$ +DECLARE + _d1 uuid; + _d2 uuid; + _d3 uuid; + _tier int; +BEGIN + RAISE NOTICE '=== DIVISION LADDER GUARDS ==='; + + -- Free tiers 1-3 from the seeded default ladder for this scratch run. + DELETE FROM league_divisions WHERE name IN ('Invite', 'Main', 'Intermediate', 'Open'); + + INSERT INTO league_divisions (name, tier) VALUES ('Guard 1', 1) RETURNING id INTO _d1; + INSERT INTO league_divisions (name, tier) VALUES ('Guard 2', 2) RETURNING id INTO _d2; + INSERT INTO league_divisions (name, tier) VALUES ('Guard 3', 3) RETURNING id INTO _d3; + + -- Delete the middle division: allowed, and tiers renumber so the bottom + -- division moves from tier 3 to tier 2. + DELETE FROM league_divisions WHERE id = _d2; + SELECT tier INTO _tier FROM league_divisions WHERE id = _d3; + IF _tier != 2 THEN + RAISE EXCEPTION 'ASSERT FAILED: tiers should renumber to 1..N on delete, Guard 3 tier = %', _tier; + END IF; + + -- Down to a single division: allowed. Nothing promotes out of a one-tier + -- ladder, but the ladder itself is valid. + DELETE FROM league_divisions WHERE id = _d3; + SELECT tier INTO _tier FROM league_divisions WHERE id = _d1; + IF _tier != 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: lone division should be tier 1, got %', _tier; + END IF; + + -- And down to none: allowed (turns the ladder off). + DELETE FROM league_divisions WHERE id = _d1; + IF (SELECT COUNT(*) FROM league_divisions WHERE id IN (_d1, _d2, _d3)) != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: deleting every division should be allowed'; + END IF; + + RAISE NOTICE 'Part A OK'; +END; +$guard$; + +-- =========================================================================== +-- Part B: teams in the top division never promote above it; relegation still +-- targets an (empty) lower division. +-- =========================================================================== +DO $extremes$ +DECLARE + _pool_id uuid; + _map_id uuid; + _options_id uuid; + _div_top uuid; + _div_low uuid; + _season_id uuid; + _tournament_id uuid; + _rr_stage uuid; + _tid uuid; + _lt uuid; + _lts uuid; + _bracket RECORD; + _cnt int; + i int; + j int; +BEGIN + RAISE NOTICE '=== TOP-DIVISION MOVEMENTS ==='; + + FOR i IN 1..20 LOOP + INSERT INTO players (steam_id, name, profile_url, avatar_url, role, country, name_registered, created_at) + VALUES (90500000000000000 + i, 'Ladder Player ' || i, + 'https://example.com/l' || i, 'https://example.com/a.jpg', + 'user', 'US', true, NOW()) + ON CONFLICT (steam_id) DO NOTHING; + END LOOP; + + INSERT INTO map_pools (type, enabled, seed) VALUES ('Competitive', true, false) + RETURNING id INTO _pool_id; + FOR i IN 1..5 LOOP + INSERT INTO maps (name, type, active_pool) VALUES ('de_ladder_test_' || i, 'Competitive', true) + RETURNING id INTO _map_id; + INSERT INTO _map_pool (map_id, map_pool_id) VALUES (_map_id, _pool_id); + END LOOP; + + INSERT INTO match_options (overtime, knife_round, mr, best_of, map_veto, region_veto, type, map_pool_id, tv_delay, coaches) + VALUES (true, true, 12, 1, false, false, 'Competitive', _pool_id, 115, false) + RETURNING id INTO _options_id; + + FOR i IN 1..4 LOOP + INSERT INTO teams (name, short_name, owner_steam_id) + VALUES ('Ladder Team ' || i, 'LD' || i, 90500000000000000 + ((i - 1) * 5 + 1)) + RETURNING id INTO _tid; + FOR j IN 1..5 LOOP + INSERT INTO team_roster (team_id, player_steam_id, role) + VALUES (_tid, 90500000000000000 + ((i - 1) * 5 + j), 'Member') + ON CONFLICT DO NOTHING; + END LOOP; + END LOOP; + + -- Free tiers 1-2 from the seeded ladder for this scratch run. + DELETE FROM league_divisions WHERE name IN ('Invite', 'Main', 'Intermediate', 'Open'); + + -- Top division (tier 1) is where teams play; the lower division (tier 2) is + -- an empty relegation target. + INSERT INTO league_divisions (name, tier) VALUES ('Ladder Top', 1) RETURNING id INTO _div_top; + -- No teams register into it this season; it must still be the relegation + -- target for the division above. + INSERT INTO league_divisions (name, tier) VALUES ('Ladder Low', 2) RETURNING id INTO _div_low; + + -- No playoff stage (playoff_seats = 0): the RR stage is the whole season, + -- so finishing it finishes the tournament. + INSERT INTO league_seasons (created_by_steam_id, name, match_weeks_count, playoff_seats, + match_options_id, default_best_of, min_roster_size, starts_at) + VALUES (90500000000000001, 'Ladder Test Season', 3, 0, _options_id, 1, 5, NOW()) + RETURNING id INTO _season_id; + + FOR i IN 1..3 LOOP + INSERT INTO league_match_weeks (league_season_id, week_number, opens_at, closes_at, default_match_at) + VALUES (_season_id, i, + NOW() - INTERVAL '2 hours' + ((i - 1) * INTERVAL '7 days'), + NOW() - INTERVAL '2 hours' + (i * INTERVAL '7 days'), + NOW() + INTERVAL '3 days' + ((i - 1) * INTERVAL '7 days')); + END LOOP; + + UPDATE league_seasons SET status = 'RegistrationOpen' WHERE id = _season_id; + + FOR i IN 1..4 LOOP + SELECT id INTO _tid FROM teams WHERE name = 'Ladder Team ' || i; + INSERT INTO league_teams (team_id) VALUES (_tid) + RETURNING id INTO _lt; + INSERT INTO league_team_seasons (league_season_id, league_team_id, registered_by_steam_id) + VALUES (_season_id, _lt, 90500000000000001) + RETURNING id INTO _lts; + FOR j IN 1..5 LOOP + INSERT INTO league_team_rosters (league_team_season_id, player_steam_id) + VALUES (_lts, 90500000000000000 + ((i - 1) * 5 + j)); + END LOOP; + END LOOP; + + -- All four approved into the top division. + UPDATE league_team_seasons + SET status = 'Approved', assigned_division_id = _div_top, seed = idx.rn + FROM (SELECT id, ROW_NUMBER() OVER (ORDER BY created_at) AS rn + FROM league_team_seasons WHERE league_season_id = _season_id) idx + WHERE league_team_seasons.id = idx.id; + + UPDATE league_seasons SET status = 'RegistrationClosed' WHERE id = _season_id; + UPDATE league_seasons SET status = 'Live' WHERE id = _season_id; + + SELECT tournament_id INTO _tournament_id + FROM league_season_divisions + WHERE league_season_id = _season_id AND league_division_id = _div_top; + IF _tournament_id IS NULL THEN + RAISE EXCEPTION 'ASSERT FAILED: top division tournament was not materialized'; + END IF; + SELECT id INTO _rr_stage FROM tournament_stages WHERE tournament_id = _tournament_id AND "order" = 1; + + -- Play out the regular season by forfeiting every matchup to team 1, giving + -- a clean rank order (team 1 top, later teams bottom). + FOR _bracket IN + SELECT tb.* FROM tournament_brackets tb + WHERE tb.tournament_stage_id = _rr_stage AND tb.finished = false + ORDER BY tb.round, tb.match_number + LOOP + PERFORM league_award_forfeit( + _bracket.id, + LEAST(_bracket.tournament_team_id_1, _bracket.tournament_team_id_2), + current_setting('hasura.user')::json + ); + END LOOP; + + IF (SELECT status FROM tournaments WHERE id = _tournament_id) != 'Finished' THEN + RAISE EXCEPTION 'ASSERT FAILED: single-stage tournament should be Finished, got %', + (SELECT status FROM tournaments WHERE id = _tournament_id); + END IF; + + UPDATE league_seasons SET status = 'Finished' WHERE id = _season_id; + + -- No team in the top division may be promoted (nothing is above tier 1). + SELECT COUNT(*) INTO _cnt FROM league_team_movements + WHERE league_season_id = _season_id AND type = 'DirectPromote'; + IF _cnt != 0 THEN + RAISE EXCEPTION 'ASSERT FAILED: top-division teams should never promote, got % Promote rows', _cnt; + END IF; + + -- Relegation still works into the lower division even though it is inactive + -- (did not run this season) and therefore empty. + SELECT COUNT(*) INTO _cnt FROM league_team_movements + WHERE league_season_id = _season_id AND type = 'DirectRelegate' AND computed_to_division_id = _div_low; + IF _cnt < 1 THEN + RAISE EXCEPTION 'ASSERT FAILED: bottom of the top division should relegate into the inactive lower division'; + END IF; + + RAISE NOTICE 'Part B OK'; +END; +$extremes$; + +-- =========================================================================== +-- Part C: seasons cannot overlap another still-scheduled season's window. +-- =========================================================================== +DO $overlap$ +DECLARE + _s1 uuid; + _blocked boolean; +BEGIN + RAISE NOTICE '=== SEASON OVERLAP GUARD ==='; + + INSERT INTO league_seasons (created_by_steam_id, signup_opens_at, starts_at, match_weeks_count) + VALUES (90500000000000001, NOW() + INTERVAL '90 days', NOW() + INTERVAL '100 days', 3) + RETURNING id INTO _s1; + + -- A season whose window overlaps _s1 is rejected. + _blocked := false; + BEGIN + INSERT INTO league_seasons (created_by_steam_id, signup_opens_at, starts_at, match_weeks_count) + VALUES (90500000000000001, NOW() + INTERVAL '95 days', NOW() + INTERVAL '105 days', 3); + EXCEPTION WHEN SQLSTATE '22000' THEN + _blocked := true; + END; + IF NOT _blocked THEN + RAISE EXCEPTION 'ASSERT FAILED: overlapping season should have raised'; + END IF; + + -- A season scheduled well after _s1 is allowed. + INSERT INTO league_seasons (created_by_steam_id, signup_opens_at, starts_at, match_weeks_count) + VALUES (90500000000000001, NOW() + INTERVAL '190 days', NOW() + INTERVAL '200 days', 3); + + RAISE NOTICE 'Part C OK'; +END; +$overlap$; diff --git a/hasura/tests/leagues/README.md b/hasura/tests/leagues/README.md new file mode 100644 index 000000000..58084eb9a --- /dev/null +++ b/hasura/tests/leagues/README.md @@ -0,0 +1,56 @@ +# League SQL test suites + +End-to-end verification of the CAL-style league system, written as plain +psql scripts with `RAISE EXCEPTION` assertions. They cover: + +| Suite | Covers | +| --- | --- | +| `01_lifecycle.sql` | Registration guards, season start (tournament materialization, bracket dormancy), scheduling negotiation, default-time fallback, roster lock, forfeits, standings, playoff seeding, movements, next-season auto-slot | +| `02_best_of.sql` | Per-week and per-playoff-round best-of resolution at match materialization, mid-season format edits propagating to unplayed matches | +| `03_playoff_formats.sql` | Double-elimination playoffs through a BO5 grand final, single-elim with a third-place decider, captain scheduling of playoff matchups, structural locks after season start | +| `04_enhancements.sql` | Dual-roster block, non-rostered lineup rejection, post-materialization renegotiation, mid-season team removal with `Remove` movements, season rollover cloning, notification type seeds | + +## Setup + +Run against a **disposable** database with the full schema loaded the same +way the API boots it (`src/hasura/hasura.service.ts#setup`): + +1. Create a database with `pgcrypto` and `pg_stat_statements`, and + `check_function_bodies = off` (the SQL sources load in alphabetical order + and reference each other). +2. Apply `hasura/migrations/default/*/up.sql` in version order. +3. Apply every `.sql` file under `hasura/enums`, then `hasura/functions`, + then `hasura/views`, then `hasura/triggers` (alphabetical within each). +4. If TimescaleDB is not installed, stub `create_hypertable` before applying + the migrations: + `CREATE FUNCTION create_hypertable(rel text, time_col text, migrate_data boolean DEFAULT false) RETURNS text LANGUAGE sql AS $$ SELECT rel; $$;` + +The suites set the `hasura.user` and `fivestack.app_key` GUCs themselves +(triggers read them), create their own fixture data (players, teams, maps, +a server region) and `cleanup.sql` removes it between runs. + +## Run + +```bash +PGHOST=localhost PGPORT=5432 PGUSER=postgres PGDATABASE=league_test \ + ./run.sh +``` + +# Deploying the league feature + +1. Apply migrations and Hasura metadata (`yarn hasura:migrate apply`, + `yarn hasura:metadata`). Metadata apply activates the two league event + triggers (`league_proposal_events`, `league_registration_events`) that + drive notifications. +2. Enable the feature flag: App Settings → Leagues, or set the + `public.leagues_enabled` settings row to `true`. +3. In the web repo, run `yarn codegen` against the live instance so the + generated client includes the league tables (the league pages use raw + gql documents and work without it, but typed usage and the tournaments + list filter benefit from regenerated types). +4. Verify the league cron jobs appear in the queue dashboard + (`/queues`): `CheckLeagueSeasonTransitions`, `ApplyLeagueDefaultSchedules`, + `LeagueWeekReminders`. +5. Create the league, divisions, and first season; the admin "Season + readiness" panel on the season page shows what is missing before kickoff + (divisions need at least 4 approved teams to run). diff --git a/hasura/tests/leagues/cleanup.sql b/hasura/tests/leagues/cleanup.sql new file mode 100644 index 000000000..1f4c89a93 --- /dev/null +++ b/hasura/tests/leagues/cleanup.sql @@ -0,0 +1,62 @@ +-- Removes all league smoke-test fixtures so suites can re-run. +-- Order matters: matches must go before their tournaments (deleting a live +-- tournament cascades match deletion, whose triggers update the tournament +-- row mid-delete), and tournaments before teams (leaving guard) and players. +SELECT set_config('hasura.user', '{"x-hasura-role": "admin", "x-hasura-user-id": "1"}', false); +SELECT set_config('fivestack.app_key', 'league-smoke-test-app-key', false); +-- League tournaments are guarded against direct cancel/delete; teardown removes +-- them while their divisions still reference them, so stand aside from the guard. +SELECT set_config('fivestack.league_cascade', 'true', false); + +UPDATE tournaments SET status='Cancelled' + WHERE (name LIKE 'LC Test League%' OR name LIKE 'BO Test League%' OR name LIKE 'PF Test League%' OR name LIKE 'ENH Test League%' OR name LIKE 'Ladder Test Season%') + AND status NOT IN ('Finished','Cancelled','CancelledMinTeams'); + +DELETE FROM match_maps WHERE map_id IN ( + SELECT id FROM maps + WHERE name LIKE 'de_league_test%' OR name LIKE 'de_bo_test%' + OR name LIKE 'de_pf_test%' OR name LIKE 'de_enh_test%' + OR name LIKE 'de_ladder_test%' +); +DELETE FROM matches WHERE organizer_steam_id >= 86500000000000001; + +DELETE FROM tournaments + WHERE name LIKE 'LC Test League%' OR name LIKE 'BO Test League%' + OR name LIKE 'PF Test League%' OR name LIKE 'ENH Test League%' + OR name LIKE 'Ladder Test Season%'; + +-- Nothing cascades to seasons, so remove them by the synthetic test steam-id +-- range (which also catches auto-numbered rollover clones). +DELETE FROM league_seasons WHERE created_by_steam_id >= 86500000000000001; + +DELETE FROM league_divisions + WHERE name IN ('Invite', 'Open', 'BO Open', 'PF Open', 'ENH Open', + 'Guard 1', 'Guard 2', 'Guard 3', 'Ladder Top', 'Ladder Low'); + +DELETE FROM teams + WHERE name LIKE 'League Team %' OR name LIKE 'BO Team %' + OR name LIKE 'PF Team %' OR name LIKE 'ENH Team %' + OR name LIKE 'Ladder Team %'; +DELETE FROM players WHERE steam_id > 86500000000000000; + +DELETE FROM _map_pool WHERE map_id IN ( + SELECT id FROM maps + WHERE name LIKE 'de_league_test%' OR name LIKE 'de_bo_test%' + OR name LIKE 'de_pf_test%' OR name LIKE 'de_enh_test%' + OR name LIKE 'de_ladder_test%' +); +DELETE FROM maps + WHERE name LIKE 'de_league_test%' OR name LIKE 'de_bo_test%' + OR name LIKE 'de_pf_test%' OR name LIKE 'de_enh_test%' + OR name LIKE 'de_ladder_test%'; +DELETE FROM map_pools mp + WHERE mp.seed = false + AND NOT EXISTS (SELECT 1 FROM _map_pool m WHERE m.map_pool_id = mp.id) + AND NOT EXISTS (SELECT 1 FROM match_options mo WHERE mo.map_pool_id = mp.id); + +-- Match creation requires a region with an attached server; keep one around. +INSERT INTO server_regions (value, is_lan) VALUES ('TestRegion', false) +ON CONFLICT (value) DO NOTHING; +INSERT INTO servers (host, label, rcon_password, port, enabled, region, type, is_dedicated) +SELECT '127.0.0.1', 'league-test-server', '\x00'::bytea, 27015, true, 'TestRegion', 'Ranked', true +WHERE NOT EXISTS (SELECT 1 FROM servers WHERE label = 'league-test-server'); diff --git a/hasura/tests/leagues/run.sh b/hasura/tests/leagues/run.sh new file mode 100755 index 000000000..5b5d3b8f7 --- /dev/null +++ b/hasura/tests/leagues/run.sh @@ -0,0 +1,25 @@ +#!/bin/bash +# Runs the league end-to-end SQL suites against a disposable database. +# +# PGHOST=... PGPORT=... PGUSER=... PGDATABASE=... ./run.sh +# +# The target database must have the full schema loaded the same way the API +# boots it: migrations (in version order), then hasura/enums, hasura/functions, +# hasura/views, hasura/triggers. See README.md. Never point this at a +# production database — the suites insert and delete fixture data. +set -euo pipefail +cd "$(dirname "$0")" + +SUITES=(01_lifecycle 02_best_of 03_playoff_formats 04_enhancements) + +for suite in "${SUITES[@]}"; do + echo "==> cleanup" + psql -q -f cleanup.sql >/dev/null + echo "==> ${suite}" + psql -v ON_ERROR_STOP=1 -f "${suite}.sql" 2>&1 | grep -E "PASSED|ERROR|ASSERT" || { + echo "SUITE FAILED: ${suite}" + exit 1 + } +done + +echo "All league suites passed." diff --git a/hasura/triggers/league_divisions.sql b/hasura/triggers/league_divisions.sql new file mode 100644 index 000000000..6fcecc69b --- /dev/null +++ b/hasura/triggers/league_divisions.sql @@ -0,0 +1,29 @@ +-- Divisions cannot be disabled: every tier is a promotion and relegation target +-- and simply may have no teams in a given season. Nothing recreates these two +-- guards; the drops exist to remove them from databases that installed them. +DROP TRIGGER IF EXISTS tbu_league_divisions ON public.league_divisions; +DROP FUNCTION IF EXISTS public.tbu_league_divisions(); +DROP TRIGGER IF EXISTS enforce_min_active_league_divisions ON public.league_divisions; +DROP FUNCTION IF EXISTS public.enforce_min_active_league_divisions(); + +-- Keep tiers contiguous (1..N by current order) after a division is removed. +CREATE OR REPLACE FUNCTION public.renumber_league_divisions() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + UPDATE public.league_divisions d + SET tier = o.rn + FROM ( + SELECT id, ROW_NUMBER() OVER (ORDER BY tier) AS rn + FROM public.league_divisions + ) o + WHERE d.id = o.id AND d.tier <> o.rn; + RETURN NULL; +END; +$$; + +DROP TRIGGER IF EXISTS renumber_league_divisions ON public.league_divisions; +CREATE TRIGGER renumber_league_divisions + AFTER DELETE ON public.league_divisions + FOR EACH STATEMENT + EXECUTE FUNCTION public.renumber_league_divisions(); diff --git a/hasura/triggers/league_match_lineup_players.sql b/hasura/triggers/league_match_lineup_players.sql new file mode 100644 index 000000000..8f30fec21 --- /dev/null +++ b/hasura/triggers/league_match_lineup_players.sql @@ -0,0 +1,53 @@ +-- Roster-lock enforcement at the lineup level for league matches: only +-- players on the (locked) tournament roster of the lineup's team may appear +-- in a league match lineup, regardless of which join path added them. +-- System inserts from schedule_tournament_match originate from that same +-- roster, so they always pass. + +CREATE OR REPLACE FUNCTION public.tbi_league_match_lineup_players() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _tournament_team_id uuid; +BEGIN + IF NEW.steam_id IS NULL THEN + RETURN NEW; + END IF; + + -- Resolve the tournament team this lineup represents, but only for + -- matches that belong to a league division tournament. + SELECT CASE + WHEN m.lineup_1_id = ml.id THEN tb.tournament_team_id_1 + ELSE tb.tournament_team_id_2 + END + INTO _tournament_team_id + FROM public.match_lineups ml + JOIN public.matches m ON m.lineup_1_id = ml.id OR m.lineup_2_id = ml.id + JOIN public.tournament_brackets tb ON tb.match_id = m.id + JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN public.league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + WHERE ml.id = NEW.match_lineup_id; + + IF _tournament_team_id IS NULL THEN + RETURN NEW; + END IF; + + IF NOT EXISTS ( + SELECT 1 + FROM public.tournament_team_roster ttr + WHERE ttr.tournament_team_id = _tournament_team_id + AND ttr.player_steam_id = NEW.steam_id + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Only rostered players can play league matches'; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_league_match_lineup_players ON public.match_lineup_players; +CREATE TRIGGER tbi_league_match_lineup_players + BEFORE INSERT ON public.match_lineup_players + FOR EACH ROW + EXECUTE FUNCTION public.tbi_league_match_lineup_players(); diff --git a/hasura/triggers/league_match_weeks.sql b/hasura/triggers/league_match_weeks.sql new file mode 100644 index 000000000..b538244dc --- /dev/null +++ b/hasura/triggers/league_match_weeks.sql @@ -0,0 +1,43 @@ +-- Windows are seeded once by start_league_season. Admins can still edit the +-- season's match weeks after kickoff, so keep the per-division stage windows in +-- step: proposal validation and the default-time fallback both read the windows, +-- not league_match_weeks, and would otherwise silently use the pre-start times. +CREATE OR REPLACE FUNCTION public.tau_league_match_weeks() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _gpw int; +BEGIN + SELECT COALESCE(games_per_week, 1) INTO _gpw + FROM public.league_seasons + WHERE id = NEW.league_season_id; + + UPDATE public.tournament_stage_windows tsw + SET opens_at = NEW.opens_at, + closes_at = NEW.closes_at, + default_match_at = LEAST( + NEW.default_match_at + ((slot.n - 1) * INTERVAL '3 days'), + COALESCE(NEW.closes_at, NEW.default_match_at + ((slot.n - 1) * INTERVAL '3 days')) + ) + FROM public.league_season_divisions lsd + JOIN public.tournament_stages ts + ON ts.tournament_id = lsd.tournament_id AND ts."order" = 1 + CROSS JOIN generate_series(1, _gpw) AS slot(n) + WHERE lsd.league_season_id = NEW.league_season_id + AND tsw.tournament_stage_id = ts.id + AND tsw.round = (NEW.week_number - 1) * _gpw + slot.n; + + RETURN NULL; +END; +$$; + +DROP TRIGGER IF EXISTS tau_league_match_weeks ON public.league_match_weeks; +CREATE TRIGGER tau_league_match_weeks + AFTER UPDATE ON public.league_match_weeks + FOR EACH ROW + WHEN ( + NEW.opens_at IS DISTINCT FROM OLD.opens_at + OR NEW.closes_at IS DISTINCT FROM OLD.closes_at + OR NEW.default_match_at IS DISTINCT FROM OLD.default_match_at + ) + EXECUTE FUNCTION public.tau_league_match_weeks(); diff --git a/hasura/triggers/league_relegation_playoffs.sql b/hasura/triggers/league_relegation_playoffs.sql new file mode 100644 index 000000000..ee6949aeb --- /dev/null +++ b/hasura/triggers/league_relegation_playoffs.sql @@ -0,0 +1,17 @@ +CREATE OR REPLACE FUNCTION public.tau_league_relegation_playoff() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF NEW.status = 'Finished' AND OLD.status IS DISTINCT FROM 'Finished' + AND EXISTS (SELECT 1 FROM public.league_relegation_playoffs WHERE tournament_id = NEW.id) THEN + PERFORM public.resolve_league_relegation_playoff(NEW.id); + END IF; + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tau_league_relegation_playoff ON public.tournaments; +CREATE TRIGGER tau_league_relegation_playoff + AFTER UPDATE ON public.tournaments + FOR EACH ROW + EXECUTE FUNCTION public.tau_league_relegation_playoff(); diff --git a/hasura/triggers/league_scheduling_proposals.sql b/hasura/triggers/league_scheduling_proposals.sql new file mode 100644 index 000000000..830065e9d --- /dev/null +++ b/hasura/triggers/league_scheduling_proposals.sql @@ -0,0 +1,256 @@ +CREATE OR REPLACE FUNCTION public.league_bracket_managed_team( + _bracket public.tournament_brackets, + _steam_id bigint +) RETURNS uuid +LANGUAGE sql +STABLE +AS $$ + SELECT tt.id + FROM public.tournament_teams tt + WHERE tt.id IN (_bracket.tournament_team_id_1, _bracket.tournament_team_id_2) + AND tt.team_id IS NOT NULL + AND public.manages_team(tt.team_id, _steam_id) + LIMIT 1; +$$; + +CREATE OR REPLACE FUNCTION public.tbi_league_scheduling_proposals() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + bracket public.tournament_brackets; + _window public.tournament_stage_windows; + week public.league_match_weeks; + _session json; + _role text; + _steam_id bigint; + _proposer_team_id uuid; + _match_status text; + _is_league boolean; + _is_negotiated boolean; +BEGIN + SELECT * INTO bracket FROM public.tournament_brackets WHERE id = NEW.tournament_bracket_id; + + IF bracket.finished = true THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'This matchup can no longer be rescheduled'; + END IF; + + -- Renegotiation is allowed while the created match is still waiting to + -- be played; once it goes live (or beyond) the time is settled. + IF bracket.match_id IS NOT NULL THEN + SELECT m.status INTO _match_status FROM public.matches m WHERE m.id = bracket.match_id; + IF _match_status NOT IN ('Scheduled', 'WaitingForCheckIn') THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'This matchup can no longer be rescheduled'; + END IF; + END IF; + + IF bracket.tournament_team_id_1 IS NULL OR bracket.tournament_team_id_2 IS NULL THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'This matchup does not have both teams yet'; + END IF; + + -- Prefer a generic per-stage window; fall back to the league match week for + -- league brackets that have not been converged onto windows yet. + _window := public.tournament_bracket_window(NEW.tournament_bracket_id); + week := public.league_bracket_match_week(NEW.tournament_bracket_id); + + _is_league := EXISTS ( + SELECT 1 + FROM public.tournament_brackets tb + JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN public.league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + WHERE tb.id = NEW.tournament_bracket_id + ); + _is_negotiated := EXISTS ( + SELECT 1 + FROM public.tournament_brackets tb + JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN public.tournaments t ON t.id = ts.tournament_id + WHERE tb.id = NEW.tournament_bracket_id + AND t.scheduling_mode = 'negotiated' + ); + + -- Row-value IS NOT NULL is true only when EVERY field is non-null; a window + -- with a null opens/closes/default would wrongly skip enforcement. Test the + -- primary key instead. + IF _window.id IS NOT NULL THEN + IF (_window.opens_at IS NOT NULL AND NEW.proposed_time < _window.opens_at) + OR (_window.closes_at IS NOT NULL AND NEW.proposed_time > _window.closes_at) THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Proposed time is outside the scheduling window'; + END IF; + ELSIF week.id IS NOT NULL THEN + IF NEW.proposed_time < week.opens_at OR NEW.proposed_time > week.closes_at THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Proposed time is outside the match week window'; + END IF; + ELSE + -- No window (e.g. playoff brackets, or a windowless negotiated stage): + -- only league or negotiated-scheduling tournaments may negotiate, and + -- only within the next two weeks. + IF NOT (_is_league OR _is_negotiated) THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Scheduling proposals only apply to schedulable matchups'; + END IF; + + IF NEW.proposed_time > NOW() + INTERVAL '14 days' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Matches must be scheduled within the next two weeks'; + END IF; + END IF; + + IF NEW.proposed_time < NOW() THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Proposed time is in the past'; + END IF; + + _session := current_setting('hasura.user', true)::json; + _role := _session ->> 'x-hasura-role'; + _steam_id := (_session ->> 'x-hasura-user-id')::bigint; + + IF _role IS NOT NULL AND NOT public.is_league_admin_for_session(_session) THEN + _proposer_team_id := public.league_bracket_managed_team(bracket, _steam_id); + IF _proposer_team_id IS NULL THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Only the captains of this matchup can propose times'; + END IF; + END IF; + + IF NEW.proposed_by_steam_id IS NULL THEN + NEW.proposed_by_steam_id := _steam_id; + END IF; + + NEW.status := 'Pending'; + + IF NEW.proposed_by_league_team_season_id IS NULL AND _proposer_team_id IS NOT NULL THEN + SELECT lts.id INTO NEW.proposed_by_league_team_season_id + FROM public.league_team_seasons lts + WHERE lts.tournament_team_id = _proposer_team_id; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_league_scheduling_proposals ON public.league_scheduling_proposals; +CREATE TRIGGER tbi_league_scheduling_proposals + BEFORE INSERT ON public.league_scheduling_proposals + FOR EACH ROW + EXECUTE FUNCTION public.tbi_league_scheduling_proposals(); + +CREATE OR REPLACE FUNCTION public.tbu_league_scheduling_proposals() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + bracket public.tournament_brackets; + _session json; + _role text; + _steam_id bigint; + _responder_team_id uuid; + _proposer_team_id uuid; +BEGIN + IF NEW.status IS DISTINCT FROM OLD.status THEN + -- Superseded/Expired are reached only from tau_league_scheduling_proposals + -- and the schedule cron, which stand this up around their own writes. + IF current_setting('fivestack.proposal_system_write', true) = 'true' THEN + RETURN NEW; + END IF; + + IF OLD.status != 'Pending' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Only pending proposals can be answered'; + END IF; + + IF NEW.status NOT IN ('Accepted', 'Declined', 'Countered') THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'A proposal can only be accepted, declined or countered'; + END IF; + + SELECT * INTO bracket FROM public.tournament_brackets WHERE id = NEW.tournament_bracket_id; + + _session := current_setting('hasura.user', true)::json; + _role := _session ->> 'x-hasura-role'; + _steam_id := (_session ->> 'x-hasura-user-id')::bigint; + + IF bracket.finished = true THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'This matchup can no longer be rescheduled'; + END IF; + + IF bracket.match_id IS NOT NULL AND NOT EXISTS ( + SELECT 1 FROM public.matches m + WHERE m.id = bracket.match_id + AND m.status IN ('Scheduled', 'WaitingForCheckIn') + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'This matchup can no longer be rescheduled'; + END IF; + + IF _role IS NOT NULL AND NOT public.is_league_admin_for_session(_session) THEN + _responder_team_id := public.league_bracket_managed_team(bracket, _steam_id); + IF _responder_team_id IS NULL THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Only the captains of this matchup can respond'; + END IF; + + -- The proposing side cannot accept its own proposal. + _proposer_team_id := public.league_bracket_managed_team(bracket, OLD.proposed_by_steam_id); + IF NEW.status = 'Accepted' AND _responder_team_id = _proposer_team_id THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'The opposing team must accept the proposal'; + END IF; + END IF; + + IF NEW.responded_by_steam_id IS NULL THEN + NEW.responded_by_steam_id := _steam_id; + END IF; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbu_league_scheduling_proposals ON public.league_scheduling_proposals; +CREATE TRIGGER tbu_league_scheduling_proposals + BEFORE UPDATE ON public.league_scheduling_proposals + FOR EACH ROW + EXECUTE FUNCTION public.tbu_league_scheduling_proposals(); + +CREATE OR REPLACE FUNCTION public.tau_league_scheduling_proposals() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _bracket public.tournament_brackets; +BEGIN + IF NEW.status = 'Accepted' AND OLD.status = 'Pending' THEN + -- Stamp the agreed time. For brackets whose match already exists in + -- WaitingForCheckIn, tau_tournament_brackets syncs it back to Scheduled. + UPDATE public.tournament_brackets + SET scheduled_at = NEW.proposed_time + WHERE id = NEW.tournament_bracket_id + RETURNING * INTO _bracket; + + -- Materialize the match now (as 'Scheduled', not check-in) so it links + -- to the tournament/league and shows on team calendars immediately. + -- CheckForScheduledMatches opens check-in ~15m before kickoff. + IF _bracket.match_id IS NULL + AND _bracket.finished = false + AND _bracket.tournament_team_id_1 IS NOT NULL + AND _bracket.tournament_team_id_2 IS NOT NULL THEN + PERFORM set_config('fivestack.schedule_as_pending', 'true', true); + PERFORM public.schedule_tournament_match(_bracket); + PERFORM set_config('fivestack.schedule_as_pending', 'false', true); + END IF; + + -- Matches still in Scheduled are not covered by the bracket sync. + UPDATE public.matches m + SET scheduled_at = NEW.proposed_time + FROM public.tournament_brackets tb + WHERE tb.id = NEW.tournament_bracket_id + AND m.id = tb.match_id + AND m.status = 'Scheduled'; + + PERFORM set_config('fivestack.proposal_system_write', 'true', true); + UPDATE public.league_scheduling_proposals + SET status = 'Superseded' + WHERE tournament_bracket_id = NEW.tournament_bracket_id + AND id != NEW.id + AND status = 'Pending'; + PERFORM set_config('fivestack.proposal_system_write', 'false', true); + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tau_league_scheduling_proposals ON public.league_scheduling_proposals; +CREATE TRIGGER tau_league_scheduling_proposals + AFTER UPDATE ON public.league_scheduling_proposals + FOR EACH ROW + EXECUTE FUNCTION public.tau_league_scheduling_proposals(); diff --git a/hasura/triggers/league_seasons.sql b/hasura/triggers/league_seasons.sql new file mode 100644 index 000000000..2f9615453 --- /dev/null +++ b/hasura/triggers/league_seasons.sql @@ -0,0 +1,341 @@ +-- League season status machine. +-- Setup -> RegistrationOpen -> RegistrationClosed -> Live -> Playoffs -> Finished +-- Canceled is reachable from any pre-Finished status. RegistrationClosed can +-- reopen. Guards run BEFORE update; effects (tournament materialization, +-- cancellation, movement computation) run AFTER. + +-- Seasons cannot run concurrently: a season's window is [signup open (or +-- start), start + match weeks]. Reject one that overlaps another season that +-- isn't Canceled or Finished. Seasons without a start date yet are unscheduled +-- and skipped. +CREATE OR REPLACE FUNCTION public.assert_league_season_no_overlap( + _season public.league_seasons +) RETURNS void +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _start timestamptz; + _end timestamptz; +BEGIN + IF _season.starts_at IS NULL THEN + RETURN; + END IF; + + _start := COALESCE(_season.signup_opens_at, _season.starts_at); + _end := _season.starts_at + (_season.match_weeks_count * INTERVAL '7 days'); + + IF EXISTS ( + SELECT 1 FROM public.league_seasons s + WHERE s.id <> _season.id + AND s.status NOT IN ('Canceled', 'Finished') + AND s.starts_at IS NOT NULL + AND _start < s.starts_at + (s.match_weeks_count * INTERVAL '7 days') + AND COALESCE(s.signup_opens_at, s.starts_at) < _end + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Season dates overlap another season that is still scheduled'; + END IF; +END; +$$; + +-- Seasons auto-number: there is one global league, so each new season gets the +-- next sequential number and a derived "Season N" name (no hand-typed name). +CREATE OR REPLACE FUNCTION public.tbi_league_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF NEW.season_number IS NULL THEN + SELECT COALESCE(MAX(season_number), 0) + 1 + INTO NEW.season_number + FROM public.league_seasons; + END IF; + + IF NEW.name IS NULL OR btrim(NEW.name) = '' THEN + NEW.name := 'Season ' || NEW.season_number; + END IF; + + IF NEW.status NOT IN ('Canceled', 'Finished') THEN + PERFORM public.assert_league_season_no_overlap(NEW); + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_league_seasons ON public.league_seasons; +CREATE TRIGGER tbi_league_seasons + BEFORE INSERT ON public.league_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tbi_league_seasons(); + +CREATE OR REPLACE FUNCTION public.tbu_league_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _week_count int; + _division_count int; +BEGIN + -- Bracket structure is generated at season start; the playoff format + -- (elimination type, third-place decider) cannot change afterwards. + -- Series best-of remains editable at any time. + IF (NEW.playoff_stage_type IS DISTINCT FROM OLD.playoff_stage_type + OR NEW.playoff_third_place_match IS DISTINCT FROM OLD.playoff_third_place_match) + AND OLD.status IN ('Live', 'Playoffs', 'Finished') THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'The playoff format cannot change after the season has started'; + END IF; + + IF NEW.status IS DISTINCT FROM OLD.status THEN + -- restart_league_season revives a Canceled season back to Live; it sets + -- this bypass so the terminal-status and source-status guards stand aside. + IF OLD.status IN ('Finished', 'Canceled') + AND current_setting('fivestack.league_restart', true) IS DISTINCT FROM 'true' THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Cannot change the status of a ' || OLD.status || ' league season'; + END IF; + + CASE NEW.status + WHEN 'RegistrationOpen' THEN + IF OLD.status NOT IN ('Setup', 'RegistrationClosed') THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Registration can only open from Setup'; + END IF; + WHEN 'RegistrationClosed' THEN + IF OLD.status != 'RegistrationOpen' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Registration is not open'; + END IF; + WHEN 'Live' THEN + IF OLD.status != 'RegistrationClosed' + AND current_setting('fivestack.league_restart', true) IS DISTINCT FROM 'true' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Season can only start from RegistrationClosed'; + END IF; + + IF NEW.match_options_id IS NULL THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Season needs a match options template before starting'; + END IF; + + SELECT COUNT(*) INTO _week_count + FROM league_match_weeks WHERE league_season_id = NEW.id; + IF _week_count < NEW.match_weeks_count THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Season defines ' || NEW.match_weeks_count || ' match weeks but only ' || _week_count || ' are configured'; + END IF; + + -- Teams that fell below the minimum roster (players left after + -- approval) are revoked at kickoff. They were warned while + -- registration was open/closed. Runs before the division count + -- so a division dropping below four is correctly skipped. + UPDATE public.league_team_seasons lts + SET status = 'Withdrawn', + decline_reason = 'Roster fell below the minimum of ' + || COALESCE(NEW.min_roster_size, public.team_min_roster_size()) + || ' players before the league started' + WHERE lts.league_season_id = NEW.id + AND lts.status = 'Approved' + AND ( + SELECT COUNT(*) + FROM public.league_team_rosters ltr + WHERE ltr.league_team_season_id = lts.id + AND ltr.removed_at IS NULL + ) < COALESCE(NEW.min_roster_size, public.team_min_roster_size()); + + -- At least one division must be able to run (tournament stages + -- require a minimum of 4 teams per group). + SELECT COUNT(*) INTO _division_count + FROM ( + SELECT lts.assigned_division_id + FROM league_team_seasons lts + WHERE lts.league_season_id = NEW.id + AND lts.status = 'Approved' + AND lts.assigned_division_id IS NOT NULL + GROUP BY lts.assigned_division_id + HAVING COUNT(*) >= 4 + ) runnable; + IF _division_count < 1 THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Season needs at least one division with four or more approved teams'; + END IF; + WHEN 'Playoffs' THEN + IF OLD.status != 'Live' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Playoffs can only start from a live season'; + END IF; + WHEN 'Finished' THEN + IF OLD.status NOT IN ('Live', 'Playoffs') THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Season can only finish from Live or Playoffs'; + END IF; + WHEN 'Setup' THEN + IF OLD.status != 'RegistrationOpen' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Season can only return to Setup from RegistrationOpen'; + END IF; + WHEN 'Canceled' THEN + -- Any pre-Finished status may cancel. + ELSE + -- No structural guard for other transitions. + END CASE; + END IF; + + -- Re-validate scheduling when the window moves (or a season is revived). + IF NEW.status NOT IN ('Canceled', 'Finished') + AND (NEW.signup_opens_at IS DISTINCT FROM OLD.signup_opens_at + OR NEW.starts_at IS DISTINCT FROM OLD.starts_at + OR NEW.match_weeks_count IS DISTINCT FROM OLD.match_weeks_count + OR NEW.status IS DISTINCT FROM OLD.status) THEN + PERFORM public.assert_league_season_no_overlap(NEW); + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbu_league_seasons ON public.league_seasons; +CREATE TRIGGER tbu_league_seasons + BEFORE UPDATE ON public.league_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tbu_league_seasons(); + +CREATE OR REPLACE FUNCTION public.tau_league_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + -- Series-format edits propagate to the live division stages; only + -- matches that have not materialized yet pick up the new best-of + -- (same semantics as tournament per-round configuration). + IF NEW.week_best_of IS DISTINCT FROM OLD.week_best_of THEN + UPDATE public.tournament_stages ts + SET settings = COALESCE(ts.settings, '{}'::jsonb) - 'round_best_of' + || COALESCE(public.league_round_best_of_settings(NEW.week_best_of), '{}'::jsonb) + FROM public.league_season_divisions lsd + WHERE lsd.league_season_id = NEW.id + AND ts.tournament_id = lsd.tournament_id + AND ts."order" = 1; + END IF; + + IF NEW.playoff_round_best_of IS DISTINCT FROM OLD.playoff_round_best_of THEN + UPDATE public.tournament_stages ts + SET settings = COALESCE(ts.settings, '{}'::jsonb) - 'round_best_of' + || COALESCE(public.league_playoff_best_of_settings(NEW.playoff_round_best_of), '{}'::jsonb) + FROM public.league_season_divisions lsd + WHERE lsd.league_season_id = NEW.id + AND ts.tournament_id = lsd.tournament_id + AND ts."order" = 2; + END IF; + + IF NEW.default_best_of IS DISTINCT FROM OLD.default_best_of THEN + UPDATE public.tournament_stages ts + SET default_best_of = NEW.default_best_of + FROM public.league_season_divisions lsd + WHERE lsd.league_season_id = NEW.id + AND ts.tournament_id = lsd.tournament_id + AND ts."order" = 1; + END IF; + + IF NEW.playoff_best_of IS DISTINCT FROM OLD.playoff_best_of THEN + UPDATE public.tournament_stages ts + SET default_best_of = NEW.playoff_best_of + FROM public.league_season_divisions lsd + WHERE lsd.league_season_id = NEW.id + AND ts.tournament_id = lsd.tournament_id + AND ts."order" = 2; + END IF; + + IF NEW.status IS DISTINCT FROM OLD.status THEN + IF NEW.status = 'Live' THEN + PERFORM public.start_league_season(NEW.id); + ELSIF NEW.status = 'Canceled' THEN + -- Cancelling the season is the sanctioned way to cancel its + -- tournaments; bypass the league-ownership guard on tbu_tournaments. + PERFORM set_config('fivestack.league_cascade', 'true', true); + UPDATE public.tournaments t + SET status = 'Cancelled' + FROM public.league_season_divisions lsd + WHERE lsd.league_season_id = NEW.id + AND t.id = lsd.tournament_id + AND t.status NOT IN ('Finished', 'Cancelled', 'CancelledMinTeams'); + UPDATE public.tournaments t + SET status = 'Cancelled' + FROM public.league_relegation_playoffs rp + WHERE rp.league_season_id = NEW.id + AND t.id = rp.tournament_id + AND t.status NOT IN ('Finished', 'Cancelled', 'CancelledMinTeams'); + PERFORM set_config('fivestack.league_cascade', 'false', true); + ELSIF NEW.status = 'Finished' THEN + PERFORM public.finish_league_season(NEW.id); + END IF; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tau_league_seasons ON public.league_seasons; +CREATE TRIGGER tau_league_seasons + AFTER UPDATE ON public.league_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tau_league_seasons(); + +-- A league owns its division/playoff tournaments; deleting the season must take +-- them with it, otherwise they orphan (their league_season_division link is +-- cascade-removed) and resurface in the public tournament lists. Runs BEFORE the +-- season row is deleted, while the division/playoff rows still resolve. +CREATE OR REPLACE FUNCTION public.tbd_league_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _tournament_ids uuid[]; +BEGIN + SELECT array_agg(tid) INTO _tournament_ids + FROM ( + SELECT tournament_id AS tid FROM public.league_season_divisions + WHERE league_season_id = OLD.id AND tournament_id IS NOT NULL + UNION + SELECT tournament_id FROM public.league_relegation_playoffs + WHERE league_season_id = OLD.id AND tournament_id IS NOT NULL + ) x; + + IF _tournament_ids IS NOT NULL THEN + -- The league owns these tournaments; stand aside from the delete guard. + PERFORM set_config('fivestack.league_cascade', 'true', true); + + -- Drop per-team roster links so cascading tournament_teams don't trip. + UPDATE public.league_team_seasons + SET tournament_team_id = NULL + WHERE league_season_id = OLD.id; + + -- League matches are dormant/Scheduled until played (no demos yet); a + -- season with real results should be Finished, not deleted. Remove the + -- matches, then the tournaments themselves. + DELETE FROM public.matches m + USING public.tournament_brackets tb + INNER JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = ANY(_tournament_ids) + AND m.id = tb.match_id; + + DELETE FROM public.tournaments WHERE id = ANY(_tournament_ids); + + PERFORM set_config('fivestack.league_cascade', 'false', true); + END IF; + + RETURN OLD; +END; +$$; + +DROP TRIGGER IF EXISTS tbd_league_seasons ON public.league_seasons; +CREATE TRIGGER tbd_league_seasons + BEFORE DELETE ON public.league_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tbd_league_seasons(); + +-- A season's match_options template is owned by the season; GC it on delete. +CREATE OR REPLACE FUNCTION public.tad_league_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + PERFORM public.cleanup_orphaned_match_options(OLD.match_options_id); + RETURN OLD; +END; +$$; + +DROP TRIGGER IF EXISTS tad_league_seasons ON public.league_seasons; +CREATE TRIGGER tad_league_seasons + AFTER DELETE ON public.league_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tad_league_seasons(); diff --git a/hasura/triggers/league_team_rosters.sql b/hasura/triggers/league_team_rosters.sql new file mode 100644 index 000000000..b4acb42d4 --- /dev/null +++ b/hasura/triggers/league_team_rosters.sql @@ -0,0 +1,309 @@ +-- League roster guards: lock date and roster size cap, mirroring into the +-- per-tournament roster (which is what match lineups are built from) once a +-- season is live. Rosters are SOFT-deleted: `removed_at IS NULL` = active, +-- so history (who was added/removed mid-season and why) is preserved. + +-- Lineup caps: a team season holds at most `min_roster_size` starters and +-- `team_max_subs` substitutes (a "Benched" status, if ever used, is +-- unrestricted). Excludes the row's own player so it is safe on both INSERT +-- (player not yet present) and status-change UPDATE (excludes the moving row). +CREATE OR REPLACE FUNCTION public.assert_league_lineup_capacity( + _team_season_id uuid, _player_steam_id bigint, _status text +) RETURNS void + LANGUAGE plpgsql STABLE + AS $$ +DECLARE + _cap int; + _count int; +BEGIN + IF _status = 'Starter' THEN + SELECT COALESCE(ls.min_roster_size, public.team_min_roster_size()) + INTO _cap + FROM public.league_seasons ls + JOIN public.league_team_seasons lts ON lts.league_season_id = ls.id + WHERE lts.id = _team_season_id; + + SELECT COUNT(*) INTO _count + FROM public.league_team_rosters + WHERE league_team_season_id = _team_season_id + AND removed_at IS NULL + AND status = 'Starter' + AND player_steam_id != _player_steam_id; + + IF _cap IS NOT NULL AND _count >= _cap THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'The starting lineup is full (' || _cap || ' starters max)'; + END IF; + + ELSIF _status = 'Substitute' THEN + _cap := public.team_max_subs(); + + SELECT COUNT(*) INTO _count + FROM public.league_team_rosters + WHERE league_team_season_id = _team_season_id + AND removed_at IS NULL + AND status = 'Substitute' + AND player_steam_id != _player_steam_id; + + IF _cap IS NOT NULL AND _count >= _cap THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'The bench is full (' || _cap || ' substitutes max)'; + END IF; + END IF; +END; +$$; + +CREATE OR REPLACE FUNCTION public.tbi_league_team_rosters() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + season public.league_seasons; + _role text; + _roster_count int; + _max_roster int; +BEGIN + SELECT ls.* INTO season + FROM public.league_seasons ls + JOIN public.league_team_seasons lts ON lts.league_season_id = ls.id + WHERE lts.id = NEW.league_team_season_id; + + _role := current_setting('hasura.user', true)::json ->> 'x-hasura-role'; + + -- Admins (platform or league) may adjust rosters past the lock + -- (dispute resolution). + IF _role IS NOT NULL AND NOT public.is_league_admin_for_session( + current_setting('hasura.user', true)::json + ) THEN + IF public.league_season_is_roster_locked(season) THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'The roster is locked for this season'; + END IF; + END IF; + + IF season.status IN ('Finished', 'Canceled') THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'The season is over'; + END IF; + + _max_roster := COALESCE(season.max_roster_size, public.team_max_roster_size()); + IF _max_roster IS NOT NULL THEN + -- Exclude the row's own player: INSERT ... ON CONFLICT still fires this + -- BEFORE INSERT trigger for rows that resolve to an update, so an upsert + -- of an already-active player must not count itself (mirrors the revive + -- branch and assert_league_lineup_capacity). + SELECT COUNT(*) INTO _roster_count + FROM public.league_team_rosters + WHERE league_team_season_id = NEW.league_team_season_id + AND removed_at IS NULL + AND player_steam_id != NEW.player_steam_id; + IF _roster_count >= _max_roster THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'The roster is full (' || _max_roster || ' players max)'; + END IF; + END IF; + + -- Starter / substitute lineup caps. + PERFORM public.assert_league_lineup_capacity( + NEW.league_team_season_id, NEW.player_steam_id, NEW.status + ); + + -- One team per player per season: dual-rostering is never allowed + -- (classic CAL rule). No admin bypass — remove the other entry first. + IF EXISTS ( + SELECT 1 + FROM public.league_team_rosters ltr + JOIN public.league_team_seasons other ON other.id = ltr.league_team_season_id + JOIN public.league_team_seasons mine ON mine.id = NEW.league_team_season_id + WHERE ltr.player_steam_id = NEW.player_steam_id + AND ltr.removed_at IS NULL + AND other.league_season_id = mine.league_season_id + AND other.id != mine.id + AND other.status != 'Withdrawn' + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This player is already rostered on another team this season'; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_league_team_rosters ON public.league_team_rosters; +CREATE TRIGGER tbi_league_team_rosters + BEFORE INSERT ON public.league_team_rosters + FOR EACH ROW + EXECUTE FUNCTION public.tbi_league_team_rosters(); + +-- Soft-remove (removed_at set) and revive (removed_at cleared) guards. There is +-- no minimum-roster floor here: dropping below the minimum is allowed, and the +-- team is warned then revoked at league start instead. A DB-driven cascade +-- (e.g. leaving the underlying team) sets fivestack.league_cascade to stand +-- aside from the lock check. +CREATE OR REPLACE FUNCTION public.tbu_league_team_rosters() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + season public.league_seasons; + _role text; + _is_admin boolean; + _roster_count int; + _max_roster int; +BEGIN + -- A status change (promote/demote) enforces the lineup caps even though it + -- leaves removed_at untouched, which short-circuits the guards below. + IF NEW.status IS DISTINCT FROM OLD.status AND NEW.removed_at IS NULL THEN + PERFORM public.assert_league_lineup_capacity( + NEW.league_team_season_id, NEW.player_steam_id, NEW.status + ); + END IF; + + IF NEW.removed_at IS NOT DISTINCT FROM OLD.removed_at THEN + RETURN NEW; + END IF; + + IF current_setting('fivestack.league_cascade', true) = 'true' THEN + RETURN NEW; + END IF; + + SELECT ls.* INTO season + FROM public.league_seasons ls + JOIN public.league_team_seasons lts ON lts.league_season_id = ls.id + WHERE lts.id = NEW.league_team_season_id; + + _role := current_setting('hasura.user', true)::json ->> 'x-hasura-role'; + _is_admin := _role IS NULL OR public.is_league_admin_for_session( + current_setting('hasura.user', true)::json + ); + + IF NOT _is_admin AND public.league_season_is_roster_locked(season) THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'The roster is locked for this season'; + END IF; + + -- Reviving a previously removed player re-applies the size + dual-roster caps. + IF OLD.removed_at IS NOT NULL AND NEW.removed_at IS NULL THEN + _max_roster := COALESCE(season.max_roster_size, public.team_max_roster_size()); + IF _max_roster IS NOT NULL THEN + SELECT COUNT(*) INTO _roster_count + FROM public.league_team_rosters + WHERE league_team_season_id = NEW.league_team_season_id + AND removed_at IS NULL + AND player_steam_id != NEW.player_steam_id; + IF _roster_count >= _max_roster THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'The roster is full (' || _max_roster || ' players max)'; + END IF; + END IF; + + -- Reviving also re-applies the starter / substitute lineup caps. + PERFORM public.assert_league_lineup_capacity( + NEW.league_team_season_id, NEW.player_steam_id, NEW.status + ); + + IF EXISTS ( + SELECT 1 + FROM public.league_team_rosters ltr + JOIN public.league_team_seasons other ON other.id = ltr.league_team_season_id + JOIN public.league_team_seasons mine ON mine.id = NEW.league_team_season_id + WHERE ltr.player_steam_id = NEW.player_steam_id + AND ltr.removed_at IS NULL + AND other.league_season_id = mine.league_season_id + AND other.id != mine.id + AND other.status != 'Withdrawn' + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This player is already rostered on another team this season'; + END IF; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbu_league_team_rosters ON public.league_team_rosters; +CREATE TRIGGER tbu_league_team_rosters + BEFORE UPDATE ON public.league_team_rosters + FOR EACH ROW + EXECUTE FUNCTION public.tbu_league_team_rosters(); + +-- Mirror roster changes into tournament_team_roster while the season runs so +-- active players are eligible for lineups without manual sync. Fires on insert +-- and on the removed_at transition (revive mirrors in, soft-remove mirrors out). +CREATE OR REPLACE FUNCTION public.taiu_league_team_rosters() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _tournament_team_id uuid; + _tournament_id uuid; + _activated boolean; + _deactivated boolean; +BEGIN + IF TG_OP = 'INSERT' THEN + _activated := NEW.removed_at IS NULL; + _deactivated := false; + ELSE + _activated := OLD.removed_at IS NOT NULL AND NEW.removed_at IS NULL; + _deactivated := OLD.removed_at IS NULL AND NEW.removed_at IS NOT NULL; + END IF; + + IF NOT _activated AND NOT _deactivated THEN + RETURN NEW; + END IF; + + SELECT lts.tournament_team_id, tt.tournament_id + INTO _tournament_team_id, _tournament_id + FROM public.league_team_seasons lts + JOIN public.tournament_teams tt ON tt.id = lts.tournament_team_id + WHERE lts.id = NEW.league_team_season_id; + + IF _tournament_team_id IS NULL THEN + RETURN NEW; + END IF; + + IF _activated THEN + INSERT INTO public.tournament_team_roster (tournament_team_id, player_steam_id, tournament_id, role) + VALUES (_tournament_team_id, NEW.player_steam_id, _tournament_id, 'Member') + ON CONFLICT DO NOTHING; + ELSE + DELETE FROM public.tournament_team_roster + WHERE tournament_team_id = _tournament_team_id + AND player_steam_id = NEW.player_steam_id; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tai_league_team_rosters ON public.league_team_rosters; +DROP TRIGGER IF EXISTS taiu_league_team_rosters ON public.league_team_rosters; +CREATE TRIGGER taiu_league_team_rosters + AFTER INSERT OR UPDATE ON public.league_team_rosters + FOR EACH ROW + EXECUTE FUNCTION public.taiu_league_team_rosters(); + +-- Hard deletes (admin cleanup / cascade) still mirror the removal out of the +-- tournament roster. +CREATE OR REPLACE FUNCTION public.tad_league_team_rosters() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _tournament_team_id uuid; +BEGIN + SELECT lts.tournament_team_id + INTO _tournament_team_id + FROM public.league_team_seasons lts + WHERE lts.id = OLD.league_team_season_id; + + IF _tournament_team_id IS NOT NULL THEN + DELETE FROM public.tournament_team_roster + WHERE tournament_team_id = _tournament_team_id + AND player_steam_id = OLD.player_steam_id; + END IF; + + RETURN OLD; +END; +$$; + +DROP TRIGGER IF EXISTS tbd_league_team_rosters ON public.league_team_rosters; +DROP TRIGGER IF EXISTS tad_league_team_rosters ON public.league_team_rosters; +CREATE TRIGGER tad_league_team_rosters + AFTER DELETE ON public.league_team_rosters + FOR EACH ROW + EXECUTE FUNCTION public.tad_league_team_rosters(); diff --git a/hasura/triggers/league_team_seasons.sql b/hasura/triggers/league_team_seasons.sql new file mode 100644 index 000000000..e7d035a7c --- /dev/null +++ b/hasura/triggers/league_team_seasons.sql @@ -0,0 +1,201 @@ +-- League registration guards + returning-team auto-slotting. + +CREATE OR REPLACE FUNCTION public.tbi_league_team_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + season public.league_seasons; + _session json; + _role text; + _steam_id bigint; + _prior_division_id uuid; +BEGIN + SELECT * INTO season FROM public.league_seasons WHERE id = NEW.league_season_id; + + _session := current_setting('hasura.user', true)::json; + _role := _session ->> 'x-hasura-role'; + _steam_id := (_session ->> 'x-hasura-user-id')::bigint; + + -- Admins can add teams at any point before the season starts; everyone + -- else registers while the window is open. + IF _role IS NULL + OR public.is_league_admin_for_session(_session) THEN + IF season.status IN ('Live', 'Playoffs', 'Finished', 'Canceled') THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Season has already started'; + END IF; + ELSE + IF season.status != 'RegistrationOpen' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Registration is not open'; + END IF; + IF season.signup_opens_at IS NOT NULL AND NOW() < season.signup_opens_at THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Registration has not opened yet'; + END IF; + IF season.signup_closes_at IS NOT NULL AND NOW() >= season.signup_closes_at THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Registration has closed'; + END IF; + + NEW.status := 'Pending'; + END IF; + + IF NEW.registered_by_steam_id IS NULL THEN + NEW.registered_by_steam_id := _steam_id; + END IF; + + IF NEW.captain_steam_id IS NULL THEN + SELECT COALESCE(t.captain_steam_id, t.owner_steam_id) INTO NEW.captain_steam_id + FROM public.league_teams lt + JOIN public.teams t ON t.id = lt.team_id + WHERE lt.id = NEW.league_team_id; + END IF; + + -- Division requests are only honored when the league setting allows them; + -- otherwise teams register with no preference and admins place them. + IF NEW.requested_division_id IS NOT NULL + AND COALESCE( + (SELECT value FROM public.settings WHERE name = 'public.league_allow_division_request'), + 'false' + ) <> 'true' THEN + NEW.requested_division_id := NULL; + END IF; + + -- Returning teams auto-slot into the division their last approved movement + -- pointed at (admin can still re-place before approval). + IF NEW.assigned_division_id IS NULL THEN + SELECT COALESCE(m.final_to_division_id, m.computed_to_division_id) + INTO _prior_division_id + FROM public.league_team_movements m + JOIN public.league_seasons ls ON ls.id = m.league_season_id + WHERE m.league_team_id = NEW.league_team_id + AND m.approved_at IS NOT NULL + AND m.type != 'Remove' + ORDER BY ls.created_at DESC + LIMIT 1; + + NEW.assigned_division_id := _prior_division_id; + END IF; + + -- No prior placement: pre-select the team's requested tier so the admin + -- starts from the team's preference and can change it. + IF NEW.assigned_division_id IS NULL + AND NEW.requested_division_id IS NOT NULL THEN + NEW.assigned_division_id := NEW.requested_division_id; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_league_team_seasons ON public.league_team_seasons; +CREATE TRIGGER tbi_league_team_seasons + BEFORE INSERT ON public.league_team_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tbi_league_team_seasons(); + +CREATE OR REPLACE FUNCTION public.tbu_league_team_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + season public.league_seasons; + _roster_count int; + _session json; + _is_admin boolean; +BEGIN + SELECT * INTO season FROM public.league_seasons WHERE id = NEW.league_season_id; + + _session := current_setting('hasura.user', true)::json; + -- Internal sessions (no GUC) and league admins act with admin authority. + _is_admin := _session ->> 'x-hasura-role' IS NULL + OR public.is_league_admin_for_session(_session); + + -- Placement is admin-only; captains may only touch their status and + -- captain designation. + IF NOT _is_admin + AND (NEW.assigned_division_id IS DISTINCT FROM OLD.assigned_division_id + OR NEW.seed IS DISTINCT FROM OLD.seed) THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Only a league admin can change placement'; + END IF; + + IF NEW.status IS DISTINCT FROM OLD.status THEN + -- Only admins move a team out of Approved (except self-withdrawal): + -- an approved team cannot quietly revert itself to Pending and slip + -- out of materialization. + IF OLD.status = 'Approved' AND NEW.status != 'Withdrawn' AND NOT _is_admin THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Only a league admin can change an approved registration'; + END IF; + + IF NEW.status = 'Approved' THEN + IF NEW.assigned_division_id IS NULL THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Assign a division before approving a team'; + END IF; + + SELECT COUNT(*) INTO _roster_count + FROM public.league_team_rosters + WHERE league_team_season_id = NEW.id + AND removed_at IS NULL; + IF _roster_count < COALESCE(season.min_roster_size, public.team_min_roster_size()) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Team roster has ' || _roster_count || ' players; the season requires at least ' || COALESCE(season.min_roster_size, public.team_min_roster_size()); + END IF; + END IF; + + -- Teams cannot self-withdraw once play starts; admins can remove a + -- dead team (remaining matchups are forfeited via + -- remove_league_team_from_season). + IF NEW.status = 'Withdrawn' AND season.status IN ('Live', 'Playoffs', 'Finished') + AND NOT _is_admin THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Cannot withdraw after the season has started'; + END IF; + + -- A team may re-register a declined/waitlisted/withdrawn registration, + -- but only back to Pending and only while registration is still open. + IF NOT _is_admin AND NEW.status = 'Pending' THEN + IF OLD.status NOT IN ('Declined', 'Waitlisted', 'Withdrawn') THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Only a declined, waitlisted or withdrawn registration can be re-registered'; + END IF; + IF season.status != 'RegistrationOpen' THEN + RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Registration is not open'; + END IF; + END IF; + + -- The decline reason surfaces on a declined row and on a revoked + -- (Withdrawn) row; drop it on any other transition (approve, resubmit). + IF NEW.status NOT IN ('Declined', 'Withdrawn') THEN + NEW.decline_reason := NULL; + END IF; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbu_league_team_seasons ON public.league_team_seasons; +CREATE TRIGGER tbu_league_team_seasons + BEFORE UPDATE ON public.league_team_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tbu_league_team_seasons(); + +-- Approval guarantees the (season, division) instance exists so placement, +-- standings and materialization always have a row to hang off. +CREATE OR REPLACE FUNCTION public.tau_league_team_seasons() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + -- Season existence is re-checked so FK cascades (e.g. tournament deletion + -- SET NULLing tournament_team_id mid-teardown) can't re-create rows for a + -- season that is being removed. + IF NEW.status = 'Approved' AND NEW.assigned_division_id IS NOT NULL + AND EXISTS (SELECT 1 FROM public.league_seasons WHERE id = NEW.league_season_id) THEN + INSERT INTO public.league_season_divisions (league_season_id, league_division_id) + VALUES (NEW.league_season_id, NEW.assigned_division_id) + ON CONFLICT (league_season_id, league_division_id) DO NOTHING; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tau_league_team_seasons ON public.league_team_seasons; +CREATE TRIGGER tau_league_team_seasons + AFTER INSERT OR UPDATE ON public.league_team_seasons + FOR EACH ROW + EXECUTE FUNCTION public.tau_league_team_seasons(); diff --git a/hasura/triggers/settings.sql b/hasura/triggers/settings.sql index 85d76929d..7c6fb4ec5 100644 --- a/hasura/triggers/settings.sql +++ b/hasura/triggers/settings.sql @@ -9,10 +9,16 @@ BEGIN IF(NEW.name = 'update_map_pools' and NEW.value = 'true') then PERFORM update_map_pools(); END IF; - + + -- Changing the substitute count re-balances every team's roster statuses. + IF NEW.name = 'public.team_max_subs' + AND (TG_OP = 'INSERT' OR NEW.value IS DISTINCT FROM OLD.value) THEN + PERFORM public.rebalance_all_team_rosters(); + END IF; + RETURN NEW; END; $$; DROP TRIGGER IF EXISTS taiu_settings ON public.settings; -CREATE TRIGGER taiu_settings AFTER UPDATE ON public.settings FOR EACH ROW EXECUTE FUNCTION public.taiu_settings(); +CREATE TRIGGER taiu_settings AFTER INSERT OR UPDATE ON public.settings FOR EACH ROW EXECUTE FUNCTION public.taiu_settings(); diff --git a/hasura/triggers/team_roster.sql b/hasura/triggers/team_roster.sql index 7c5b6cbb8..08a925f19 100644 --- a/hasura/triggers/team_roster.sql +++ b/hasura/triggers/team_roster.sql @@ -33,6 +33,23 @@ CREATE OR REPLACE FUNCTION public.tad_team_roster() RETURNS TRIGGER DECLARE _owner_steam_id bigint; BEGIN + -- Leaving the team drops the player from any ACTIVE league roster (season + -- not yet finished/canceled), preserving history via soft-delete. The GUC + -- lets the league roster trigger stand aside from the lock check. + PERFORM set_config('fivestack.league_cascade', 'true', true); + UPDATE public.league_team_rosters ltr + SET removed_at = NOW(), + removed_reason = 'Left team' + FROM public.league_team_seasons lts + JOIN public.league_teams lt ON lt.id = lts.league_team_id + JOIN public.league_seasons ls ON ls.id = lts.league_season_id + WHERE ltr.league_team_season_id = lts.id + AND ltr.player_steam_id = OLD.player_steam_id + AND ltr.removed_at IS NULL + AND lt.team_id = OLD.team_id + AND ls.status NOT IN ('Finished', 'Canceled'); + PERFORM set_config('fivestack.league_cascade', 'false', true); + IF EXISTS ( SELECT 1 FROM teams t @@ -66,4 +83,59 @@ END; $$; DROP TRIGGER IF EXISTS tad_team_roster ON public.team_roster; -CREATE TRIGGER tad_team_roster AFTER DELETE ON public.team_roster FOR EACH ROW EXECUTE FUNCTION public.tad_team_roster(); \ No newline at end of file +CREATE TRIGGER tad_team_roster AFTER DELETE ON public.team_roster FOR EACH ROW EXECUTE FUNCTION public.tad_team_roster(); +-- Roster status caps: always 5 starters and team_max_subs() substitutes per +-- team. On insert a would-be starter cascades down to the next open slot +-- (Starter -> Substitute -> Benched) so adding a player never fails; an +-- explicit promotion once a tier is full is rejected. Coaches are ranked like +-- anyone. The bulk rebalance sets fivestack.rebalancing so this stands aside. +CREATE OR REPLACE FUNCTION public.tbiu_team_roster_status() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _count int; + _max int; +BEGIN + IF current_setting('fivestack.rebalancing', true) = 'true' THEN + RETURN NEW; + END IF; + + IF NEW.status = 'Starter' THEN + _max := 5; + SELECT COUNT(*) INTO _count FROM public.team_roster + WHERE team_id = NEW.team_id AND status = 'Starter' + AND player_steam_id <> NEW.player_steam_id; + IF _count >= _max THEN + IF TG_OP = 'INSERT' THEN + NEW.status := 'Substitute'; + ELSE + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Only ' || _max || ' starters are allowed; bench a starter first'; + END IF; + END IF; + END IF; + + IF NEW.status = 'Substitute' THEN + _max := public.team_max_subs(); + SELECT COUNT(*) INTO _count FROM public.team_roster + WHERE team_id = NEW.team_id AND status = 'Substitute' + AND player_steam_id <> NEW.player_steam_id; + IF _count >= _max THEN + IF TG_OP = 'INSERT' THEN + NEW.status := 'Benched'; + ELSE + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Only ' || _max || ' substitutes are allowed'; + END IF; + END IF; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbiu_team_roster_status ON public.team_roster; +CREATE TRIGGER tbiu_team_roster_status + BEFORE INSERT OR UPDATE ON public.team_roster + FOR EACH ROW + EXECUTE FUNCTION public.tbiu_team_roster_status(); diff --git a/hasura/triggers/tournament_stages.sql b/hasura/triggers/tournament_stages.sql index 5a59a5a36..7f64dab5a 100644 --- a/hasura/triggers/tournament_stages.sql +++ b/hasura/triggers/tournament_stages.sql @@ -83,6 +83,15 @@ DECLARE current_order INTEGER; next_stage_record RECORD; BEGIN + -- Format-only tweaks (per-round best-of settings, default best-of) don't + -- affect bracket structure — they are read at match materialization — so + -- they must not trigger a bracket regeneration. + IF TG_OP = 'UPDATE' + AND to_jsonb(NEW) - 'settings' - 'default_best_of' + = to_jsonb(OLD) - 'settings' - 'default_best_of' THEN + RETURN NEW; + END IF; + BEGIN PERFORM 1 FROM pg_temp.taiu_running_flag LIMIT 1; RETURN NEW; @@ -194,6 +203,14 @@ DECLARE tournament_status text; stage_has_matches boolean; BEGIN + -- Format-only tweaks (per-round best-of settings, default best-of) are + -- allowed at any point: they only apply to matches that have not been + -- created yet, so a live tournament/league can adjust its series format. + IF to_jsonb(NEW) - 'settings' - 'default_best_of' + = to_jsonb(OLD) - 'settings' - 'default_best_of' THEN + RETURN NEW; + END IF; + SELECT status INTO tournament_status FROM tournaments t diff --git a/hasura/triggers/tournament_teams.sql b/hasura/triggers/tournament_teams.sql index 45d19a0b1..d796070b4 100644 --- a/hasura/triggers/tournament_teams.sql +++ b/hasura/triggers/tournament_teams.sql @@ -81,7 +81,15 @@ DECLARE max_players_per_lineup INT; player_steam_id BIGINT; BEGIN - IF NEW.team_id IS NOT NULL THEN + -- When the client already provided a roster selection (e.g. picking a + -- subset so an A team and B team can share members), leave it as-is. + -- Otherwise auto-fill the lineup from the team roster. + IF NEW.team_id IS NOT NULL + AND NOT EXISTS ( + SELECT 1 + FROM tournament_team_roster ttr + WHERE ttr.tournament_team_id = NEW.id + ) THEN SELECT tournament_max_players_per_lineup(t) INTO max_players_per_lineup @@ -122,37 +130,32 @@ BEGIN ); END LOOP; + -- Keep the captain on the roster, but tolerate a captain already + -- rostered on another team in this tournament (shared A/B members): + -- add them only when they are free, never raise. IF NEW.captain_steam_id IS NOT NULL AND NOT EXISTS ( SELECT 1 FROM tournament_team_roster ttr WHERE ttr.tournament_team_id = NEW.id AND ttr.player_steam_id = NEW.captain_steam_id + ) + AND NOT EXISTS ( + SELECT 1 + FROM tournament_team_roster ttr + WHERE ttr.tournament_id = NEW.tournament_id + AND ttr.player_steam_id = NEW.captain_steam_id ) THEN INSERT INTO tournament_team_roster ( tournament_team_id, player_steam_id, tournament_id ) - SELECT + VALUES ( NEW.id, NEW.captain_steam_id, NEW.tournament_id - WHERE NOT EXISTS ( - SELECT 1 - FROM tournament_team_roster ttr - WHERE ttr.tournament_id = NEW.tournament_id - AND ttr.player_steam_id = NEW.captain_steam_id ); - - IF NOT EXISTS ( - SELECT 1 - FROM tournament_team_roster ttr - WHERE ttr.tournament_team_id = NEW.id - AND ttr.player_steam_id = NEW.captain_steam_id - ) THEN - RAISE EXCEPTION 'Tournament captain must be part of the tournament team roster' USING ERRCODE = '22000'; - END IF; END IF; END IF; diff --git a/hasura/triggers/tournaments.sql b/hasura/triggers/tournaments.sql index 55eacd580..ad4880b93 100644 --- a/hasura/triggers/tournaments.sql +++ b/hasura/triggers/tournaments.sql @@ -98,6 +98,16 @@ CREATE OR REPLACE FUNCTION public.tbu_tournaments() RETURNS TRIGGER AS $$ BEGIN IF NEW.status IS DISTINCT FROM OLD.status THEN + -- A league owns the lifecycle of its division/playoff tournaments; + -- resetting or cancelling one directly corrupts the season. Only allow + -- it when the league season cascade sets the bypass (season cancel). + IF NEW.status IN ('Setup', 'Cancelled') + AND current_setting('fivestack.league_cascade', true) IS DISTINCT FROM 'true' + AND public.is_league_tournament(OLD.id) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This tournament belongs to a league; cancel or delete the league season instead'; + END IF; + CASE NEW.status WHEN 'Setup' THEN IF NOT can_setup_tournament(OLD, current_setting('hasura.user', true)::json) THEN @@ -154,6 +164,15 @@ CREATE OR REPLACE FUNCTION public.tbd_tournaments() RETURNS TRIGGER LANGUAGE plpgsql AS $$ BEGIN + -- Backstop the API-action guard: a league's division/playoff tournament may + -- only be removed via the league season (which sets the bypass). Deleting + -- one directly orphans the league season's schedule and standings. + IF current_setting('fivestack.league_cascade', true) IS DISTINCT FROM 'true' + AND public.is_league_tournament(OLD.id) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This tournament belongs to a league; cancel or delete the league season instead'; + END IF; + DELETE FROM tournament_stages WHERE tournament_id = OLD.id; diff --git a/hasura/views/v_league_division_standings.sql b/hasura/views/v_league_division_standings.sql new file mode 100644 index 000000000..a7369cefb --- /dev/null +++ b/hasura/views/v_league_division_standings.sql @@ -0,0 +1,42 @@ +-- League division standings: a re-ranking of the cached tournament stage +-- results (v_team_stage_results, refreshed by recompute_tournament_stage_results +-- whenever matches finish) over the regular-season RoundRobin stage of each +-- division tournament, using the league tiebreak chain: +-- wins > head-to-head among tied > head-to-head rounds > round differential. +CREATE OR REPLACE VIEW public.v_league_division_standings AS +SELECT + lsd.id AS league_season_division_id, + lsd.league_season_id, + lsd.league_division_id, + lts.id AS league_team_season_id, + lts.league_team_id, + tsr.tournament_team_id, + tsr.matches_played, + tsr.matches_remaining, + tsr.wins, + tsr.losses, + tsr.maps_won, + tsr.maps_lost, + tsr.rounds_won, + tsr.rounds_lost, + (tsr.rounds_won - tsr.rounds_lost) AS round_diff, + tsr.head_to_head_match_wins, + tsr.head_to_head_rounds_won, + (ROW_NUMBER() OVER ( + PARTITION BY lsd.id + ORDER BY + tsr.wins DESC, + tsr.head_to_head_match_wins DESC, + tsr.head_to_head_rounds_won DESC, + (tsr.rounds_won - tsr.rounds_lost) DESC, + tsr.tournament_team_id + ))::int AS rank +FROM public.league_season_divisions lsd +JOIN public.tournament_stages ts + ON ts.tournament_id = lsd.tournament_id + AND ts."order" = 1 +JOIN public.v_team_stage_results tsr + ON tsr.tournament_stage_id = ts.id +JOIN public.league_team_seasons lts + ON lts.tournament_team_id = tsr.tournament_team_id + AND lts.league_season_id = lsd.league_season_id; diff --git a/hasura/views/v_team_stage_results_compute.sql b/hasura/views/v_team_stage_results_compute.sql index 98f64a7b3..380f1b03c 100644 --- a/hasura/views/v_team_stage_results_compute.sql +++ b/hasura/views/v_team_stage_results_compute.sql @@ -86,10 +86,15 @@ match_stats AS NOT MATERIALIZED ( tmr.match_id, tmr.bye, CASE WHEN tmr.match_id IS NOT NULL AND tmr.winning_lineup_id IS NOT NULL THEN 1 ELSE 0 END as game_played, - CASE WHEN tmr.winning_lineup_id = tmr.team_lineup_id THEN 1 ELSE 0 END as win, + -- A Swiss bye is a free win (no match). Scoped to Swiss so elimination + -- byes (which advance a team but shouldn't add a standings win) are + -- unaffected. + CASE WHEN tmr.bye = true AND ts_bye.type = 'Swiss' THEN 1 + WHEN tmr.winning_lineup_id = tmr.team_lineup_id THEN 1 ELSE 0 END as win, CASE WHEN tmr.winning_lineup_id IS NOT NULL AND tmr.winning_lineup_id != tmr.team_lineup_id THEN 1 ELSE 0 END as loss FROM team_match_results tmr + LEFT JOIN tournament_stages ts_bye ON ts_bye.id = tmr.tournament_stage_id ), round_stats AS NOT MATERIALIZED ( -- Calculate rounds won and lost per team per match diff --git a/hasura/views/v_tournament_player_stats.sql b/hasura/views/v_tournament_player_stats.sql index 658b4dec6..24da7159e 100644 --- a/hasura/views/v_tournament_player_stats.sql +++ b/hasura/views/v_tournament_player_stats.sql @@ -73,3 +73,37 @@ LEFT JOIN kd_agg kd ON kd.tournament_id = m.tournament_id AND kd.steam_id = m.steam_id LEFT JOIN assists_agg a ON a.tournament_id = m.tournament_id AND a.steam_id = m.steam_id; + +-- Per-player league season stats: the per-tournament player stats above scoped +-- to the season's division tournaments, with team attribution from the league +-- roster (dual-rostering within a season is blocked by trigger, so a player maps +-- to at most one team per season). +-- +-- Defined here, alongside the view it selects from, because HasuraService.apply() +-- executes hasura/views in plain alphabetical order. +CREATE OR REPLACE VIEW public.v_league_season_player_stats AS +SELECT + lsd.league_season_id, + lsd.league_division_id, + lsd.id AS league_season_division_id, + team.league_team_season_id, + team.league_team_id, + tps.player_steam_id, + tps.kills, + tps.deaths, + tps.assists, + tps.headshots, + tps.matches_played, + tps.kdr, + tps.headshot_percentage +FROM public.league_season_divisions lsd +JOIN public.v_tournament_player_stats tps + ON tps.tournament_id = lsd.tournament_id +LEFT JOIN LATERAL ( + SELECT lts.id AS league_team_season_id, lts.league_team_id + FROM public.league_team_rosters ltr + JOIN public.league_team_seasons lts ON lts.id = ltr.league_team_season_id + WHERE ltr.player_steam_id = tps.player_steam_id + AND lts.league_season_id = lsd.league_season_id + LIMIT 1 +) team ON true; diff --git a/src/app.module.ts b/src/app.module.ts index 137950f93..0af1eacfa 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -54,6 +54,7 @@ import { SteamMatchHistoryModule } from "./steam-match-history/steam-match-histo import { SteamPresenceModule } from "./steam-presence/steam-presence.module"; import { NewsModule } from "./news/news.module"; import { ScrimsModule } from "./scrims/scrims.module"; +import { LeaguesModule } from "./leagues/leagues.module"; @Module({ imports: [ @@ -148,6 +149,7 @@ import { ScrimsModule } from "./scrims/scrims.module"; SteamPresenceModule, NewsModule, ScrimsModule, + LeaguesModule, ], providers: [loggerFactory()], controllers: [AppController, QuickConnectController], diff --git a/src/leagues/leagues.controller.ts b/src/leagues/leagues.controller.ts new file mode 100644 index 000000000..4db46ca4d --- /dev/null +++ b/src/leagues/leagues.controller.ts @@ -0,0 +1,109 @@ +import { Controller, Logger } from "@nestjs/common"; +import { HasuraEvent } from "../hasura/hasura.controller"; +import { HasuraEventData } from "../hasura/types/HasuraEventData"; +import { LeaguesService } from "./leagues.service"; + +// The league tables are newer than the generated GraphQL types; event +// payloads are typed locally. +type LeagueSchedulingProposalRow = { + id?: string; + tournament_bracket_id?: string; + proposed_by_steam_id?: string; + proposed_by_league_team_season_id?: string | null; + proposed_time?: string; + status?: string; +}; + +type LeagueTeamSeasonRow = { + id?: string; + status?: string; + assigned_division_id?: string | null; +}; + +type LeagueTeamRosterRow = { + league_team_season_id?: string; + player_steam_id?: string; + removed_at?: string | null; +}; + +@Controller("leagues") +export class LeaguesController { + constructor( + private readonly logger: Logger, + private readonly leagues: LeaguesService, + ) {} + + @HasuraEvent() + public async league_proposal_events( + data: HasuraEventData, + ) { + try { + await this.leagues.handleProposalEvent({ + op: data.op === "INSERT" ? "INSERT" : "UPDATE", + bracketId: (data.new.tournament_bracket_id || + data.old?.tournament_bracket_id) as string, + proposedBySteamId: String( + data.new.proposed_by_steam_id ?? data.old?.proposed_by_steam_id ?? "", + ), + proposedByLeagueTeamSeasonId: + // data.old is null on INSERT (admin-created proposals leave the + // proposer team null, so the ?? chain reaches it). + data.new.proposed_by_league_team_season_id ?? + data.old?.proposed_by_league_team_season_id ?? + null, + proposedTime: (data.new.proposed_time || + data.old?.proposed_time) as string, + oldStatus: data.old?.status ?? null, + newStatus: data.new.status as string, + }); + } catch (error) { + this.logger.error("unable to send league proposal notification", error); + } + } + + @HasuraEvent() + public async league_registration_events( + data: HasuraEventData, + ) { + try { + await this.leagues.handleRegistrationEvent({ + leagueTeamSeasonId: (data.new.id || data.old?.id) as string, + oldStatus: data.old?.status ?? null, + newStatus: data.new.status as string, + oldAssignedDivisionId: data.old?.assigned_division_id ?? null, + newAssignedDivisionId: data.new.assigned_division_id ?? null, + }); + } catch (error) { + this.logger.error( + "unable to send league registration notification", + error, + ); + } + } + + @HasuraEvent() + public async league_roster_events( + data: HasuraEventData, + ) { + // Only a soft-remove (a player leaving the active roster) can drop a team + // below the minimum; a fresh insert or a revive never does. + const becameRemoved = + !!data.new.removed_at && + (data.op === "INSERT" || !data.old?.removed_at); + if (!becameRemoved) { + return; + } + + try { + await this.leagues.handleRosterChange( + (data.new.league_team_season_id || + data.old?.league_team_season_id) as string, + ); + } catch (error) { + this.logger.error( + "unable to send league roster notification", + error, + ); + } + } +} diff --git a/src/leagues/leagues.module.ts b/src/leagues/leagues.module.ts new file mode 100644 index 000000000..4b53e58ca --- /dev/null +++ b/src/leagues/leagues.module.ts @@ -0,0 +1,15 @@ +import { Module } from "@nestjs/common"; +import { ConfigModule } from "@nestjs/config"; +import { HasuraModule } from "../hasura/hasura.module"; +import { PostgresModule } from "../postgres/postgres.module"; +import { loggerFactory } from "../utilities/LoggerFactory"; +import { LeaguesService } from "./leagues.service"; +import { LeaguesController } from "./leagues.controller"; + +@Module({ + imports: [HasuraModule, PostgresModule, ConfigModule], + controllers: [LeaguesController], + exports: [LeaguesService], + providers: [LeaguesService, loggerFactory()], +}) +export class LeaguesModule {} diff --git a/src/leagues/leagues.service.ts b/src/leagues/leagues.service.ts new file mode 100644 index 000000000..2546efb84 --- /dev/null +++ b/src/leagues/leagues.service.ts @@ -0,0 +1,367 @@ +import { Injectable, Logger } from "@nestjs/common"; +import { HasuraService } from "../hasura/hasura.service"; +import { NotificationsService } from "../notifications/notifications.service"; +import { PostgresService } from "../postgres/postgres.service"; +import { AppConfig } from "../configs/types/AppConfig"; +import { ConfigService } from "@nestjs/config"; +import { + e_notification_types_enum, + e_player_roles_enum, +} from "generated/schema"; + +type BracketContext = { + bracket_id: string; + week_number: number; + league_season_id: string; + season_name: string; + team_1_league_team_season_id: string | null; + team_1_team_id: string | null; + team_1_name: string | null; + team_2_league_team_season_id: string | null; + team_2_team_id: string | null; + team_2_name: string | null; +}; + +@Injectable() +export class LeaguesService { + private readonly appConfig: AppConfig; + + constructor( + private readonly logger: Logger, + private readonly hasura: HasuraService, + private readonly postgres: PostgresService, + configService: ConfigService, + ) { + this.appConfig = configService.get("app"); + } + + public async getBracketContext( + bracketId: string, + ): Promise { + const rows = await this.postgres.query>( + `SELECT tb.id AS bracket_id, + tb.round AS week_number, + ls.id AS league_season_id, + ls.name AS season_name, + lts1.id AS team_1_league_team_season_id, + tt1.team_id AS team_1_team_id, + tt1.name AS team_1_name, + lts2.id AS team_2_league_team_season_id, + tt2.team_id AS team_2_team_id, + tt2.name AS team_2_name + FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + JOIN league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + JOIN league_seasons ls ON ls.id = lsd.league_season_id + LEFT JOIN tournament_teams tt1 ON tt1.id = tb.tournament_team_id_1 + LEFT JOIN tournament_teams tt2 ON tt2.id = tb.tournament_team_id_2 + LEFT JOIN league_team_seasons lts1 + ON lts1.tournament_team_id = tb.tournament_team_id_1 + LEFT JOIN league_team_seasons lts2 + ON lts2.tournament_team_id = tb.tournament_team_id_2 + WHERE tb.id = $1`, + [bracketId], + ); + return rows.at(0) ?? null; + } + + private async getLeagueTeamManagers( + leagueTeamSeasonId: string, + ): Promise> { + const rows = await this.postgres.query>( + `SELECT DISTINCT steam_id::text AS steam_id FROM ( + SELECT t.owner_steam_id AS steam_id + FROM league_team_seasons lts + JOIN league_teams lt ON lt.id = lts.league_team_id + JOIN teams t ON t.id = lt.team_id + WHERE lts.id = $1 AND t.owner_steam_id IS NOT NULL + UNION + SELECT tr.player_steam_id + FROM league_team_seasons lts + JOIN league_teams lt ON lt.id = lts.league_team_id + JOIN team_roster tr ON tr.team_id = lt.team_id AND tr.role = 'Admin' + WHERE lts.id = $1 + UNION + SELECT lts.captain_steam_id + FROM league_team_seasons lts + WHERE lts.id = $1 AND lts.captain_steam_id IS NOT NULL + ) managers`, + [leagueTeamSeasonId], + ); + return rows.map(({ steam_id }) => steam_id); + } + + private seasonUrl(context: { league_season_id: string }): string { + return `${this.appConfig.webDomain}/leagues/seasons/${context.league_season_id}?tab=schedule`; + } + + public async notifyManagers(params: { + leagueTeamSeasonIds: Array; + excludeSteamId?: string | null; + type: string; + title: string; + message: string; + entityId: string; + }): Promise { + const recipients = new Set(); + for (const leagueTeamSeasonId of params.leagueTeamSeasonIds) { + if (!leagueTeamSeasonId) { + continue; + } + for (const steamId of await this.getLeagueTeamManagers( + leagueTeamSeasonId, + )) { + recipients.add(steamId); + } + } + if (params.excludeSteamId) { + recipients.delete(String(params.excludeSteamId)); + } + if (recipients.size === 0) { + return 0; + } + + await this.hasura.mutation({ + insert_notifications: { + __args: { + objects: Array.from(recipients).map((steamId) => ({ + type: params.type as e_notification_types_enum, + title: params.title, + message: params.message, + role: "user" as e_player_roles_enum, + steam_id: steamId, + entity_id: params.entityId, + })), + }, + affected_rows: true, + }, + }); + + return recipients.size; + } + + public matchupLabel(context: BracketContext): string { + const team1 = NotificationsService.escapeHtml(context.team_1_name ?? "TBD"); + const team2 = NotificationsService.escapeHtml(context.team_2_name ?? "TBD"); + const url = this.seasonUrl(context); + return `${team1} vs ${team2} (${NotificationsService.escapeHtml( + context.season_name, + )}, week ${context.week_number})`; + } + + public async handleProposalEvent(params: { + op: "INSERT" | "UPDATE"; + bracketId: string; + proposedBySteamId: string; + proposedByLeagueTeamSeasonId: string | null; + proposedTime: string; + oldStatus?: string | null; + newStatus: string; + }): Promise { + const context = await this.getBracketContext(params.bracketId); + if (!context) { + return; + } + + const time = new Date(params.proposedTime).toUTCString(); + const matchup = this.matchupLabel(context); + + if (params.op === "INSERT") { + const opposing = [ + context.team_1_league_team_season_id, + context.team_2_league_team_season_id, + ].filter((id) => id && id !== params.proposedByLeagueTeamSeasonId); + + const count = await this.notifyManagers({ + leagueTeamSeasonIds: opposing.length + ? opposing + : [ + context.team_1_league_team_season_id, + context.team_2_league_team_season_id, + ], + excludeSteamId: params.proposedBySteamId, + type: "LeagueProposalReceived", + title: "League Match Time Proposed", + message: `A time of ${time} was proposed for ${matchup}. Accept or counter it.`, + entityId: params.bracketId, + }); + this.logger.log( + `[league] proposal received notice sent to ${count} manager(s) for bracket ${params.bracketId}`, + ); + return; + } + + if ( + params.oldStatus === "Pending" && + ["Accepted", "Declined"].includes(params.newStatus) + ) { + const accepted = params.newStatus === "Accepted"; + const count = await this.notifyManagers({ + leagueTeamSeasonIds: [params.proposedByLeagueTeamSeasonId], + type: accepted ? "LeagueProposalAccepted" : "LeagueProposalDeclined", + title: accepted + ? "League Match Time Accepted" + : "League Match Time Declined", + message: accepted + ? `Your proposed time of ${time} was accepted for ${matchup}.` + : `Your proposed time of ${time} was declined for ${matchup}.`, + entityId: params.bracketId, + }); + this.logger.log( + `[league] proposal ${params.newStatus} notice sent to ${count} manager(s) for bracket ${params.bracketId}`, + ); + } + } + + public async handleRegistrationEvent(params: { + leagueTeamSeasonId: string; + oldStatus?: string | null; + newStatus: string; + oldAssignedDivisionId?: string | null; + newAssignedDivisionId?: string | null; + }): Promise { + const isDecision = + ["Approved", "Declined", "Waitlisted"].includes(params.newStatus) && + params.oldStatus !== params.newStatus; + const isReassignment = + params.newStatus === "Approved" && + params.oldStatus === params.newStatus && + !!params.newAssignedDivisionId && + params.newAssignedDivisionId !== params.oldAssignedDivisionId; + const isRevocation = + params.newStatus === "Withdrawn" && + params.oldStatus === "Approved"; + + if (!isDecision && !isReassignment && !isRevocation) { + return; + } + + const rows = await this.postgres.query< + Array<{ + league_season_id: string; + season_name: string; + team_name: string; + division_name: string | null; + decline_reason: string | null; + }> + >( + `SELECT ls.id AS league_season_id, + ls.name AS season_name, + t.name AS team_name, + ld.name AS division_name, + lts.decline_reason + FROM league_team_seasons lts + JOIN league_seasons ls ON ls.id = lts.league_season_id + JOIN league_teams lt ON lt.id = lts.league_team_id + JOIN teams t ON t.id = lt.team_id + LEFT JOIN league_divisions ld ON ld.id = lts.assigned_division_id + WHERE lts.id = $1`, + [params.leagueTeamSeasonId], + ); + const context = rows.at(0); + if (!context) { + return; + } + + const url = `${this.appConfig.webDomain}/leagues/seasons/${context.league_season_id}`; + const team = NotificationsService.escapeHtml(context.team_name); + const season = NotificationsService.escapeHtml(context.season_name); + + const division = context.division_name + ? NotificationsService.escapeHtml(context.division_name) + : ""; + + const message = isReassignment + ? `${team} was moved to ${division} in ${season}.` + : isRevocation + ? `${team} was removed from ${season}.${ + context.decline_reason + ? ` Reason: ${NotificationsService.escapeHtml(context.decline_reason)}` + : "" + }` + : params.newStatus === "Approved" + ? `${team} was approved for ${season}${ + division ? ` and placed in ${division}` : "" + }.` + : params.newStatus === "Waitlisted" + ? `${team} was waitlisted for ${season}.` + : `${team} was declined for ${season}.${ + context.decline_reason + ? ` Reason: ${NotificationsService.escapeHtml(context.decline_reason)}` + : "" + }`; + + const count = await this.notifyManagers({ + leagueTeamSeasonIds: [params.leagueTeamSeasonId], + type: "LeagueRegistrationDecision", + title: "League Registration Update", + message, + entityId: params.leagueTeamSeasonId, + }); + this.logger.log( + `[league] registration ${isReassignment ? "reassignment" : params.newStatus} notice sent to ${count} manager(s) for ${params.leagueTeamSeasonId}`, + ); + } + + public async handleRosterChange(leagueTeamSeasonId: string): Promise { + const rows = await this.postgres.query< + Array<{ + league_season_id: string; + season_name: string; + team_name: string; + registration_status: string; + season_status: string; + active_count: number; + min_roster: number; + }> + >( + `SELECT ls.id AS league_season_id, + ls.name AS season_name, + t.name AS team_name, + lts.status AS registration_status, + ls.status AS season_status, + ( + SELECT COUNT(*) FROM league_team_rosters ltr + WHERE ltr.league_team_season_id = lts.id + AND ltr.removed_at IS NULL + ) AS active_count, + COALESCE(ls.min_roster_size, public.team_min_roster_size()) AS min_roster + FROM league_team_seasons lts + JOIN league_seasons ls ON ls.id = lts.league_season_id + JOIN league_teams lt ON lt.id = lts.league_team_id + JOIN teams t ON t.id = lt.team_id + WHERE lts.id = $1`, + [leagueTeamSeasonId], + ); + const context = rows.at(0); + if (!context) { + return; + } + + if ( + context.registration_status !== "Approved" || + !["Setup", "RegistrationOpen", "RegistrationClosed"].includes( + context.season_status, + ) || + Number(context.active_count) >= Number(context.min_roster) + ) { + return; + } + + const url = `${this.appConfig.webDomain}/leagues/seasons/${context.league_season_id}`; + const team = NotificationsService.escapeHtml(context.team_name); + const season = NotificationsService.escapeHtml(context.season_name); + const message = `${team} now has ${context.active_count} of the required ${context.min_roster} players for ${season}. Add players before the league starts or the team will be revoked at kickoff.`; + + const count = await this.notifyManagers({ + leagueTeamSeasonIds: [leagueTeamSeasonId], + type: "LeagueRosterUndersized", + title: "League Roster Below Minimum", + message, + entityId: leagueTeamSeasonId, + }); + this.logger.log( + `[league] undersized roster notice sent to ${count} manager(s) for ${leagueTeamSeasonId}`, + ); + } +} diff --git a/src/matches/jobs/ApplyLeagueDefaultSchedules.ts b/src/matches/jobs/ApplyLeagueDefaultSchedules.ts new file mode 100644 index 000000000..3c36fca4a --- /dev/null +++ b/src/matches/jobs/ApplyLeagueDefaultSchedules.ts @@ -0,0 +1,31 @@ +import { Logger } from "@nestjs/common"; +import { WorkerHost } from "@nestjs/bullmq"; +import { MatchQueues } from "../enums/MatchQueues"; +import { UseQueue } from "../../utilities/QueueProcessors"; +import { PostgresService } from "../../postgres/postgres.service"; + +@UseQueue("Matches", MatchQueues.ScheduledMatches) +export class ApplyLeagueDefaultSchedules extends WorkerHost { + constructor( + private readonly logger: Logger, + private readonly postgres: PostgresService, + ) { + super(); + } + + async process(): Promise { + // Legacy league seasons gate rounds by league_match_weeks; converged + // seasons and plain tournaments use per-stage windows. Run both. + const rows = await this.postgres.query<{ stamped: number }[]>( + `SELECT apply_league_default_schedules() + apply_tournament_default_schedules() AS stamped;`, + ); + + const stamped = rows[0]?.stamped ?? 0; + + if (stamped > 0) { + this.logger.log(`${stamped} matchups defaulted to their window time`); + } + + return stamped; + } +} diff --git a/src/matches/jobs/CheckLeagueSeasonTransitions.ts b/src/matches/jobs/CheckLeagueSeasonTransitions.ts new file mode 100644 index 000000000..c10243a90 --- /dev/null +++ b/src/matches/jobs/CheckLeagueSeasonTransitions.ts @@ -0,0 +1,115 @@ +import { Logger } from "@nestjs/common"; +import { WorkerHost } from "@nestjs/bullmq"; +import { MatchQueues } from "../enums/MatchQueues"; +import { UseQueue } from "../../utilities/QueueProcessors"; +import { PostgresService } from "../../postgres/postgres.service"; + +@UseQueue("Matches", MatchQueues.ScheduledMatches) +export class CheckLeagueSeasonTransitions extends WorkerHost { + constructor( + private readonly logger: Logger, + private readonly postgres: PostgresService, + ) { + super(); + } + + async process(): Promise { + let transitions = 0; + + const opened = await this.postgres.query<{ id: string }[]>( + ` + UPDATE league_seasons + SET status = 'RegistrationOpen' + WHERE status = 'Setup' + AND signup_opens_at IS NOT NULL + AND signup_opens_at <= NOW() + RETURNING id; + `, + ); + transitions += opened.length; + + const closed = await this.postgres.query<{ id: string }[]>( + ` + UPDATE league_seasons + SET status = 'RegistrationClosed' + WHERE status = 'RegistrationOpen' + AND signup_closes_at IS NOT NULL + AND signup_closes_at <= NOW() + RETURNING id; + `, + ); + transitions += closed.length; + + const started = await this.postgres.query<{ id: string }[]>( + ` + UPDATE league_seasons ls + SET status = 'Live' + WHERE ls.status = 'RegistrationClosed' + AND ls.starts_at IS NOT NULL + AND ls.starts_at <= NOW() + AND EXISTS ( + SELECT 1 FROM league_team_seasons lts + WHERE lts.league_season_id = ls.id + AND lts.status = 'Approved' + AND lts.assigned_division_id IS NOT NULL + GROUP BY lts.assigned_division_id + HAVING COUNT(*) >= 4 + ) + RETURNING id; + `, + ); + transitions += started.length; + + const playoffs = await this.postgres.query<{ id: string }[]>( + ` + UPDATE league_seasons ls + SET status = 'Playoffs' + WHERE ls.status = 'Live' + AND EXISTS ( + SELECT 1 FROM league_season_divisions lsd + WHERE lsd.league_season_id = ls.id AND lsd.tournament_id IS NOT NULL + ) + AND NOT EXISTS ( + SELECT 1 + FROM league_season_divisions lsd + JOIN tournaments t ON t.id = lsd.tournament_id + JOIN tournament_stages ts ON ts.tournament_id = t.id AND ts."order" = 1 + JOIN tournament_brackets tb ON tb.tournament_stage_id = ts.id + WHERE lsd.league_season_id = ls.id + AND t.status = 'Live' + AND tb.finished = false + AND tb.bye = false + ) + RETURNING id; + `, + ); + transitions += playoffs.length; + + const finished = await this.postgres.query<{ id: string }[]>( + ` + UPDATE league_seasons ls + SET status = 'Finished' + WHERE ls.status IN ('Live', 'Playoffs') + AND EXISTS ( + SELECT 1 FROM league_season_divisions lsd + WHERE lsd.league_season_id = ls.id AND lsd.tournament_id IS NOT NULL + ) + AND NOT EXISTS ( + SELECT 1 + FROM league_season_divisions lsd + JOIN tournaments t ON t.id = lsd.tournament_id + WHERE lsd.league_season_id = ls.id + AND t.status NOT IN ('Finished', 'Cancelled', 'CancelledMinTeams') + ) + RETURNING id; + `, + ); + transitions += finished.length; + + if (transitions > 0) { + this.logger.log(`${transitions} league season transitions applied`); + } + + return transitions; + } +} diff --git a/src/matches/jobs/LeagueWeekReminders.ts b/src/matches/jobs/LeagueWeekReminders.ts new file mode 100644 index 000000000..eaaef841b --- /dev/null +++ b/src/matches/jobs/LeagueWeekReminders.ts @@ -0,0 +1,72 @@ +import { Logger } from "@nestjs/common"; +import { WorkerHost } from "@nestjs/bullmq"; +import { MatchQueues } from "../enums/MatchQueues"; +import { UseQueue } from "../../utilities/QueueProcessors"; +import { PostgresService } from "../../postgres/postgres.service"; +import { LeaguesService } from "../../leagues/leagues.service"; + +@UseQueue("Matches", MatchQueues.ScheduledMatches) +export class LeagueWeekReminders extends WorkerHost { + constructor( + private readonly logger: Logger, + private readonly postgres: PostgresService, + private readonly leagues: LeaguesService, + ) { + super(); + } + + async process(): Promise { + const due = await this.postgres.query< + Array<{ bracket_id: string; default_match_at: string }> + >( + `SELECT tb.id AS bracket_id, lmw.default_match_at + FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id AND ts."order" = 1 + JOIN league_season_divisions lsd ON lsd.tournament_id = ts.tournament_id + JOIN league_seasons ls ON ls.id = lsd.league_season_id AND ls.status = 'Live' + JOIN league_match_weeks lmw + ON lmw.league_season_id = ls.id + AND lmw.week_number = tb.round + WHERE tb.match_id IS NULL + AND tb.finished = false + AND tb.scheduled_at IS NULL + AND tb.tournament_team_id_1 IS NOT NULL + AND tb.tournament_team_id_2 IS NOT NULL + AND lmw.default_match_at BETWEEN NOW() AND NOW() + INTERVAL '48 hours' + AND NOT EXISTS ( + SELECT 1 FROM notifications n + WHERE n.type = 'LeagueMatchUnscheduled' + AND n.entity_id = tb.id::text + )`, + ); + + let sent = 0; + for (const row of due) { + const context = await this.leagues.getBracketContext(row.bracket_id); + if (!context) { + continue; + } + const defaultTime = new Date(row.default_match_at).toUTCString(); + sent += await this.leagues.notifyManagers({ + leagueTeamSeasonIds: [ + context.team_1_league_team_season_id, + context.team_2_league_team_season_id, + ], + type: "LeagueMatchUnscheduled", + title: "League Matchup Unscheduled", + message: `${this.leagues.matchupLabel( + context, + )} has no agreed time yet and will default to ${defaultTime}. Propose a time that works for both teams.`, + entityId: row.bracket_id, + }); + } + + if (sent > 0) { + this.logger.log( + `${sent} league unscheduled-matchup reminders sent for ${due.length} matchups`, + ); + } + + return due.length; + } +} diff --git a/src/matches/matches.module.ts b/src/matches/matches.module.ts index daf9ae6e7..73957ae87 100644 --- a/src/matches/matches.module.ts +++ b/src/matches/matches.module.ts @@ -33,6 +33,9 @@ import { CancelExpiredMatches } from "./jobs/CancelExpiredMatches"; import { RemoveCancelledMatches } from "./jobs/RemoveCancelledMatches"; import { CheckForTournamentStart } from "./jobs/CheckForTournamentStart"; import { CheckForScheduledTournamentBrackets } from "./jobs/CheckForScheduledTournamentBrackets"; +import { CheckLeagueSeasonTransitions } from "./jobs/CheckLeagueSeasonTransitions"; +import { ApplyLeagueDefaultSchedules } from "./jobs/ApplyLeagueDefaultSchedules"; +import { LeagueWeekReminders } from "./jobs/LeagueWeekReminders"; import { EncryptionModule } from "../encryption/encryption.module"; import { getQueuesProcessors } from "../utilities/QueueProcessors"; import { CancelInvalidTournaments } from "./jobs/CancelInvalidTournaments"; @@ -62,6 +65,7 @@ import { GameStreamerModule } from "./game-streamer/game-streamer.module"; import { DemosModule } from "../demos/demos.module"; import { ClipsModule } from "./clips/clips.module"; import { SteamMatchHistoryModule } from "../steam-match-history/steam-match-history.module"; +import { LeaguesModule } from "../leagues/leagues.module"; @Module({ imports: [ @@ -83,6 +87,7 @@ import { SteamMatchHistoryModule } from "../steam-match-history/steam-match-hist DiscordTournamentVoiceModule, MatchMaking, ChatModule, + LeaguesModule, BullModule.registerQueue( { name: MatchQueues.MatchServers, @@ -152,6 +157,9 @@ import { SteamMatchHistoryModule } from "../steam-match-history/steam-match-hist CancelExpiredMatches, CheckForTournamentStart, CheckForScheduledTournamentBrackets, + CheckLeagueSeasonTransitions, + ApplyLeagueDefaultSchedules, + LeagueWeekReminders, CheckForScheduledMatches, RemoveCancelledMatches, StopOnDemandServer, @@ -191,6 +199,36 @@ export class MatchesModule implements NestModule { }, ); + void scheduleMatchQueue.add( + CheckLeagueSeasonTransitions.name, + {}, + { + repeat: { + pattern: "*/5 * * * *", + }, + }, + ); + + void scheduleMatchQueue.add( + ApplyLeagueDefaultSchedules.name, + {}, + { + repeat: { + pattern: "0 * * * *", + }, + }, + ); + + void scheduleMatchQueue.add( + LeagueWeekReminders.name, + {}, + { + repeat: { + pattern: "30 * * * *", + }, + }, + ); + void scheduleMatchQueue.add( CheckForScheduledMatches.name, {}, diff --git a/src/scrims/scrims.controller.ts b/src/scrims/scrims.controller.ts index 76954d1c1..6026ee801 100644 --- a/src/scrims/scrims.controller.ts +++ b/src/scrims/scrims.controller.ts @@ -1,12 +1,4 @@ -import { - Controller, - ForbiddenException, - Get, - Param, - Query, - Res, -} from "@nestjs/common"; -import { Response } from "express"; +import { Controller } from "@nestjs/common"; import { HasuraAction } from "../hasura/hasura.controller"; import { User } from "../auth/types/User"; import { ScrimsService } from "./scrims.service"; @@ -15,37 +7,6 @@ import { ScrimsService } from "./scrims.service"; export class ScrimsController { constructor(private readonly scrims: ScrimsService) {} - // Public calendar-subscription feed. Calendar apps can't send auth headers, - // so access is gated by a per-team unguessable token (HMAC of the team id) - // rather than left open to teamId enumeration. - @Get("calendar/:teamId.ics") - async calendar( - @Param("teamId") teamId: string, - @Query("token") token: string, - @Res() res: Response, - ) { - if (!this.scrims.validateCalendarToken(teamId, token)) { - throw new ForbiddenException(); - } - const ics = await this.scrims.getScrimCalendar(teamId); - res.set("Content-Type", "text/calendar; charset=utf-8"); - res.set("Content-Disposition", `inline; filename="scrims-${teamId}.ics"`); - res.send(ics); - } - - @HasuraAction() - public async scrimCalendarUrl(data: { user: User; team_id: string }) { - const { user, team_id } = data; - - if (!(await this.scrims.isManager(team_id, user.steam_id))) { - throw Error("you are not a manager of this team"); - } - - return { - url: this.scrims.calendarUrl(team_id), - }; - } - @HasuraAction() public async sendScrimRequest(data: { user: User; diff --git a/src/scrims/scrims.module.ts b/src/scrims/scrims.module.ts index f8ce64dce..bb8a704c3 100644 --- a/src/scrims/scrims.module.ts +++ b/src/scrims/scrims.module.ts @@ -13,6 +13,7 @@ import { getQueuesProcessors } from "../utilities/QueueProcessors"; import { ScrimQueues } from "./enums/ScrimQueues"; import { ScrimsService } from "./scrims.service"; import { ScrimsController } from "./scrims.controller"; +import { TeamCalendarController } from "./team-calendar.controller"; import { MatchScrims } from "./jobs/MatchScrims"; import { SuggestTeams } from "./jobs/SuggestTeams"; @@ -38,7 +39,7 @@ import { SuggestTeams } from "./jobs/SuggestTeams"; ...getQueuesProcessors("Scrims"), loggerFactory(), ], - controllers: [ScrimsController], + controllers: [ScrimsController, TeamCalendarController], exports: [ScrimsService], }) export class ScrimsModule { diff --git a/src/scrims/scrims.service.ts b/src/scrims/scrims.service.ts index 8ea12e9b9..36d6d2a5e 100644 --- a/src/scrims/scrims.service.ts +++ b/src/scrims/scrims.service.ts @@ -1016,12 +1016,15 @@ export class ScrimsService { public calendarToken(teamId: string): string { return createHmac("sha256", this.appConfig.encSecret) - .update(`scrim-calendar:${teamId}`) + .update(`team-calendar:${teamId}`) .digest("hex"); } + // Must match the `/calendar` path whitelisted for the api on WEB_DOMAIN in + // 5stack-panel/base/api/ingress.yaml — everything else on that host falls + // through to Nuxt. public calendarUrl(teamId: string): string { - return `${this.appConfig.webDomain}/scrims/calendar/${teamId}.ics?token=${this.calendarToken(teamId)}`; + return `${this.appConfig.webDomain}/calendar/team/${teamId}.ics?token=${this.calendarToken(teamId)}`; } public validateCalendarToken(teamId: string, token?: string): boolean { @@ -1036,45 +1039,151 @@ export class ScrimsService { return timingSafeEqual(expected, provided); } - public async getScrimCalendar(teamId: string): Promise { - const events = await this.postgres.query< + /** + * Everything the team plays, in one subscribable feed: scrims, tournament and + * league matches, plus league fixtures whose time is agreed but whose match + * row doesn't exist yet. + * + * A match is the authoritative record of a bracket once it exists, so brackets + * carrying a `match_id` are excluded here and picked up by the match query — + * otherwise a rescheduled fixture would appear twice under two UIDs. + */ + public async getTeamCalendar(teamId: string): Promise { + const [team] = await this.postgres.query>( + `SELECT name FROM teams WHERE id = $1`, + [teamId], + ); + + const matches = await this.postgres.query< Array<{ match_id: string; scheduled_at: string; - from_name: string; - to_name: string; + status: string; + team_1: string | null; + team_2: string | null; + scrim_id: string | null; + tournament_name: string | null; }> >( - `SELECT m.id AS match_id, m.scheduled_at, tf.name AS from_name, tt.name AS to_name - FROM team_scrim_requests r - JOIN matches m ON m.id = r.match_id - JOIN teams tf ON tf.id = r.from_team_id - JOIN teams tt ON tt.id = r.to_team_id - WHERE r.status = 'Matched' - AND m.scheduled_at IS NOT NULL - AND (r.from_team_id = $1 OR r.to_team_id = $1)`, + `SELECT m.id AS match_id, + m.scheduled_at, + m.status, + t1.name AS team_1, + t2.name AS team_2, + r.id AS scrim_id, + tour.name AS tournament_name + FROM matches m + JOIN match_lineups l1 ON l1.id = m.lineup_1_id + JOIN match_lineups l2 ON l2.id = m.lineup_2_id + LEFT JOIN teams t1 ON t1.id = l1.team_id + LEFT JOIN teams t2 ON t2.id = l2.team_id + LEFT JOIN team_scrim_requests r + ON r.match_id = m.id AND r.status = 'Matched' + LEFT JOIN tournament_brackets b ON b.match_id = m.id + LEFT JOIN tournament_stages st ON st.id = b.tournament_stage_id + LEFT JOIN tournaments tour ON tour.id = st.tournament_id + WHERE m.scheduled_at IS NOT NULL + AND (l1.team_id = $1 OR l2.team_id = $1)`, + [teamId], + ); + + const fixtures = await this.postgres.query< + Array<{ + bracket_id: string; + scheduled_at: string; + team_1: string; + team_2: string; + tournament_name: string; + }> + >( + `SELECT b.id AS bracket_id, + b.scheduled_at, + tt1.name AS team_1, + tt2.name AS team_2, + tour.name AS tournament_name + FROM tournament_brackets b + JOIN tournament_teams tt1 ON tt1.id = b.tournament_team_id_1 + JOIN tournament_teams tt2 ON tt2.id = b.tournament_team_id_2 + JOIN tournament_stages st ON st.id = b.tournament_stage_id + JOIN tournaments tour ON tour.id = st.tournament_id + WHERE b.match_id IS NULL + AND b.scheduled_at IS NOT NULL + AND (tt1.team_id = $1 OR tt2.team_id = $1)`, [teamId], ); + const calendarName = team?.name + ? `${team.name} — 5Stack` + : "5Stack Matches"; + const lines = [ "BEGIN:VCALENDAR", "VERSION:2.0", - "PRODID:-//5stack//Scrim Finder//EN", + "PRODID:-//5stack//Team Calendar//EN", + "CALSCALE:GREGORIAN", + "METHOD:PUBLISH", + `X-WR-CALNAME:${ScrimsService.escapeICSText(calendarName)}`, + // Nudges Google/Apple to re-poll rather than caching for a day; a league + // fixture can move hours before it's played. + "REFRESH-INTERVAL;VALUE=DURATION:PT1H", + "X-PUBLISHED-TTL:PT1H", ]; - for (const event of events) { - const start = ScrimsService.toICSDate(new Date(event.scheduled_at)); - const summary = ScrimsService.escapeICSText( - `Scrim ${event.from_name} vs ${event.to_name}`, - ); + const pushEvent = (event: { + uid: string; + scheduledAt: string; + summary: string; + description?: string; + url?: string; + /** TENTATIVE until a time is agreed; subscribers see it greyed, not gone. */ + status: "CONFIRMED" | "TENTATIVE" | "CANCELLED"; + }) => { + const start = new Date(event.scheduledAt); + // No duration is stored; a match is scheduled, not booked. Two hours is a + // realistic BO1 with veto and keeps the block from swallowing the evening. + const end = new Date(start.getTime() + 2 * 60 * 60 * 1000); lines.push( "BEGIN:VEVENT", - `UID:scrim-${event.match_id}@5stack`, - `DTSTART:${start}`, - `SUMMARY:${summary}`, - `URL:${this.appConfig.webDomain}/matches/${event.match_id}`, - "END:VEVENT", + `UID:${event.uid}@5stack`, + `DTSTAMP:${ScrimsService.toICSDate(new Date())}`, + `DTSTART:${ScrimsService.toICSDate(start)}`, + `DTEND:${ScrimsService.toICSDate(end)}`, + `SUMMARY:${ScrimsService.escapeICSText(event.summary)}`, + `STATUS:${event.status}`, ); + if (event.description) { + lines.push( + `DESCRIPTION:${ScrimsService.escapeICSText(event.description)}`, + ); + } + if (event.url) { + lines.push(`URL:${event.url}`); + } + lines.push("END:VEVENT"); + }; + + for (const match of matches) { + const teams = `${match.team_1 ?? "TBD"} vs ${match.team_2 ?? "TBD"}`; + const prefix = match.scrim_id + ? "Scrim" + : (match.tournament_name ?? "Match"); + pushEvent({ + uid: `match-${match.match_id}`, + scheduledAt: match.scheduled_at, + summary: `${prefix}: ${teams}`, + url: `${this.appConfig.webDomain}/matches/${match.match_id}`, + status: match.status === "Canceled" ? "CANCELLED" : "CONFIRMED", + }); + } + + for (const fixture of fixtures) { + pushEvent({ + uid: `bracket-${fixture.bracket_id}`, + scheduledAt: fixture.scheduled_at, + summary: `${fixture.tournament_name}: ${fixture.team_1} vs ${fixture.team_2}`, + description: "Server not assigned yet.", + status: "TENTATIVE", + }); } lines.push("END:VCALENDAR"); diff --git a/src/scrims/team-calendar.controller.ts b/src/scrims/team-calendar.controller.ts new file mode 100644 index 000000000..1effe6732 --- /dev/null +++ b/src/scrims/team-calendar.controller.ts @@ -0,0 +1,59 @@ +import { + Controller, + ForbiddenException, + Get, + Param, + Query, + Res, +} from "@nestjs/common"; +import { Response } from "express"; +import { HasuraAction } from "../hasura/hasura.controller"; +import { User } from "../auth/types/User"; +import { ScrimsService } from "./scrims.service"; + +/** + * The team's match feed — scrims, league fixtures and tournament matches. + * + * Served under `/calendar` rather than `/teams/...` on purpose: the web ingress + * sends everything on WEB_DOMAIN to Nuxt via a `/(.*)` catch-all, and `/teams` + * is a real Nuxt page route. Claiming that prefix for the api would swallow the + * whole team-browsing section of the site. `/calendar` is unclaimed. + * + * The route must also be added to the WEB_DOMAIN path whitelist in + * 5stack-panel/base/api/ingress.yaml, or it resolves to a Nuxt 404. + */ +@Controller("calendar") +export class TeamCalendarController { + constructor(private readonly scrims: ScrimsService) {} + + // Calendar apps can't send auth headers, so access is gated by a per-team + // unguessable token (HMAC of the team id) rather than left open to teamId + // enumeration. + @Get("team/:teamId.ics") + async teamCalendar( + @Param("teamId") teamId: string, + @Query("token") token: string, + @Res() res: Response, + ) { + if (!this.scrims.validateCalendarToken(teamId, token)) { + throw new ForbiddenException(); + } + const ics = await this.scrims.getTeamCalendar(teamId); + res.set("Content-Type", "text/calendar; charset=utf-8"); + res.set("Content-Disposition", `inline; filename="matches-${teamId}.ics"`); + res.send(ics); + } + + @HasuraAction() + public async teamCalendarUrl(data: { user: User; team_id: string }) { + const { user, team_id } = data; + + if (!(await this.scrims.isManager(team_id, user.steam_id))) { + throw Error("you are not a manager of this team"); + } + + return { + url: this.scrims.calendarUrl(team_id), + }; + } +} diff --git a/src/system/enums/SystemSettingName.ts b/src/system/enums/SystemSettingName.ts index 92ac518a7..0a31b76d0 100644 --- a/src/system/enums/SystemSettingName.ts +++ b/src/system/enums/SystemSettingName.ts @@ -10,4 +10,5 @@ export enum SystemSettingName { NewsLabel = "public.news_label", PostNewsRole = "public.post_news_role", RequireLoginForLiveStreams = "public.require_login_for_live_streams", + LeaguesEnabled = "public.leagues_enabled", } diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index 548410e6d..f39b8b17a 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -74,6 +74,29 @@ export class TournamentsController { throw Error("cannot delete a live tournament"); } + const { + league_season_divisions_aggregate, + league_relegation_playoffs_aggregate, + } = await this.hasura.query({ + league_season_divisions_aggregate: { + __args: { where: { tournament_id: { _eq: tournament_id } } }, + aggregate: { count: true }, + }, + league_relegation_playoffs_aggregate: { + __args: { where: { tournament_id: { _eq: tournament_id } } }, + aggregate: { count: true }, + }, + }); + + if ( + league_season_divisions_aggregate.aggregate.count > 0 || + league_relegation_playoffs_aggregate.aggregate.count > 0 + ) { + throw Error( + "cannot delete a tournament that belongs to a league; manage it from the league instead", + ); + } + const { matchCount } = await this.deleteTournamentMatches(tournament_id); await this.hasura.mutation({